Imaging astronomy data from JWST. Python code to download and do some post-processing for *.fits files, coming from James Webb Space Telescope (JWST) via mast.
NGC objects cover many galaxies and nebula, so here it just means interesting stuff. I allowed some objects that are not in the NGC catalogue to slip in.
Images here were automatically created from the data. They are saved with low resolution, and meant to allow us to see what data has been collected. For high resolution images I still need to overcome coregistration issues, and fill holes. With code.
This is a news page, updated every 2 hours, showing example images from the latest release (I took the highest wavelength filter). You can get notified for new releases by following my
mastodon bot @[email protected]. I arranged the images in a "stream" and in a more dense "grid" layout.
This is also a news page, showing level 3 releases. This is split to science and calibration images in seperate web pages. My bot updates them every two hours but only notifies wheen there are new science images. For level 2 images see JWST Feed > >
See a gallery with some work, or a wallpaper gallery with images cropped to fit a standard 16:9 computer screen
Some examples below:
get_cartwheel.py
cartwheel_long.py
manifest = download_fits('ngc 628', include=['miri', 'nircam', 'clear'])
ngc629.py
I followed the instructions recommended here or here but froze my requirements.txt just in case. Basically you need anaconda3 and astropy. I work with pycharm and matplotlib so no notebooks here.