Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WFC3 notebook 'wfc3_exception_report.ipynb' (#102)
* updated _toc.yml and _config.yml files * Added trailing line to rad_prof.py. * Created notebook-level requirements.txt file. * wfc3_exception_report.ipynb: cleared all notebook outputs * Update rad_prof.py for PEP8 changes for PEP8 compliance * Update display_image.py for PEP8 edits for PEP8 compliance * Update display_image.py for PEP8 changes for PEP8 compiance * Update display_image.py for PEP8 🫠 * Update rad_prof.py for PEP8 final edits for PEP8 compliance * Update wfc3_exception_report.ipynb for PEP8 changes for PEP8 compliance * Update wfc3_exception_report.ipynb for PEP8 * Update wfc3_exception_report.ipynb for PEP8 hopefully final PEP8 changes. sorry im so bad at this 🫠 * Update requirements.txt Removing pins for version numbers. Also removing ginga dependency since I'm having problems with it in Python 3.11. Instead, I'm going to use astropy.visualization's ZScaleInterval * Update display_image.py swapping ginga.util.zscale for astropy.visualization's ZScaleInterval * Update wfc3_exception_report.ipynb removed `ginga.util.zscale` dependence and replaced with `astropy.visualization`'s `ZScaleInterval` * Update wfc3_exception_report.ipynb second markdown table in section 6.1 wasn't formatted correctly * Update README.md removing the old environment installation instructions and replacing them with information about using the `requirements.txt` file * Update README.md adding line breaks * Update wfc3_exception_report.ipynb minor changes to make the code more robust and platform-independent * Update wfc3_exception_report.ipynb i added shutil to the imports but forgot to describe it in the import markdown table --------- Co-authored-by: bjkuhn <bkuhn@stsci.edu>
- Loading branch information