export_fits¶
Export ctx.spectrum to a FITS file.
| Category | Export |
| Backend | astropy - wraps the domain-standard astropy implementation |
| Version | 1.0.0 |
| Reads | ctx.spectrum (a Spectrum1D) |
| Writes | exports.fits |
Parameters¶
| Parameter | Default | Required | Description |
|---|---|---|---|
path |
None |
- | Destination file path; null keeps the result in memory only. |
Use it¶
References¶
- astropy.io.fits
- FITS Standard 4.0 — Pence et al. 2010, A&A 524, A42
Related algorithms¶
export_csv- Exportctx.spectrumto a CSV file.export_fits_bess- Exportctx.spectrumas a BeSS / ARAS-compliant FITS image.export_hdf5- Exportctx.spectrumto an HDF5 file.export_votable- Exportctx.spectrumto a VOTable file (IVOA exchange format).