This software package allows a user to create and save images from data gathered by JWST.
- Setup a folder that contains the data files that you want converted to images. These files must have a .fits extension and it is reccommended to get these files from https://mast.stsci.edu/portal/Mashup/Clients/Mast/Portal.html
- Once you are in that directory in your command line, run "python -m pip install --index-url https://test.pypi.org/simple/ --no-deps JWST-IMAGE-MAKER" or "python -m pip install --no-deps JWST-IMAGE-MAKER"
- Type “python” in the command line to enter into a "python shell"
- Type “from JWST_IMAGE_MAKER import make_image”
- type Filename=[“{your_filename.fits}”]
- Note that you can put multiple files within this list. However, even if you are including 1 file, it must be in list format (not a string)
- Run “make_image(Filename, save_Image={True/False})”
- The saved image will appear in the same repository your input files are in
- Enjoy
First, we import the file.
Second, we process the file.
Third, we visualize the data.
The expected result is a comprehensible and presentable visualization of .fits data.