Skip to main content

For radiometric calibration and point spread function deconvolution of IRIS spsetcrograph data

Project description

irispreppy

For radiometrically calibrating and PSF deconvolving IRIS data.

To install simply run pip install irispreppy.

I dislike how I need to own proprietary software (IDL) just to simply prepare my data. I use Python for my analysis, why can't I radiometrically calibrate and deconvolve with it? This has been a passion project of mine during my PhD (and beyond). The radiometric calibration keeps itself up to date with the response files by checking https://hesperia.gsfc.nasa.gov/ssw/iris/response/ every time it is run. If it finds new files, it downloads them before continuing.

These scripts should be general purpose and "just work". No janky hacks are present.


tl;dr usage

irispreppy takes a single HDU object. To calibrate and deconvolve,

from astropy.io import fits
import irispreppy as ip

raw=fits.open("iris_raster.fits") #Raw data
rc=ip.radiometric_calibrate(raw)  #Radiometrically calibrated
rc_d=ip.deconvolve(rc)            #Radiometrically calibrated and deconvolved

To calibrate and deconvolve, and save,

from astropy.io import fits
import irispreppy as ip

raw=fits.open("iris_raster.fits")   #Raw data
ip.calibrate_and_save(raw)          #Radiometrically calibrated
rc=fits.open("iris_raster_rc.fits") #Radiometrically calibrated data
ip.deconvolve_and_save(rc)	        #Radiometrically calibrated and deconvolved

Documentation

Documentation for irispreppy can now be found here.


Acknowledgements

Thank you to Dr Graham S. Kerr for IRIS_SG_deconvolve.py and IRIS_SG_PSFs.pkl.

Special thanks to Dr C.M.J. Osborne for putting up with my incessant and innane questions.

Makes use of the excellent WENO4 algorithm (Janett et al. 2019) implemented in Python3 by Dr C.M.J. Osborne here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

irispreppy-3.1.4.tar.gz (2.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

irispreppy-3.1.4-py3-none-any.whl (2.5 MB view details)

Uploaded Python 3

File details

Details for the file irispreppy-3.1.4.tar.gz.

File metadata

  • Download URL: irispreppy-3.1.4.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for irispreppy-3.1.4.tar.gz
Algorithm Hash digest
SHA256 d69310659ebc43011768adebfb87d04c1beb3b6f2174b454aac06d61b3a46f48
MD5 be4ea876598904d2f8d1dca4887f4197
BLAKE2b-256 82aeb4c3af4d7c99a2e497a413d0a1ad814670c4a9a5cab5a2cf2549ddb7efb7

See more details on using hashes here.

File details

Details for the file irispreppy-3.1.4-py3-none-any.whl.

File metadata

  • Download URL: irispreppy-3.1.4-py3-none-any.whl
  • Upload date:
  • Size: 2.5 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for irispreppy-3.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 568dfb6a5afb68ebd1c49943642836a693942546d85df92afc1d9d14608a3379
MD5 25181a65f5b213e73d56e3e87cba0971
BLAKE2b-256 d059d4a72b9961c4e8e585aeb75b8ceb603f674f80bff692ecea74a0ea209f7f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page