export_hdf5¶
Export ctx.spectrum to an HDF5 file.
| Category | Export |
| Backend | numpy - implemented here on top of numpy primitives |
| Version | 1.0.1 |
| Reads | ctx.spectrum (a Spectrum1D) |
| Writes | exports.hdf5 |
Parameters¶
| Parameter | Default | Required | Description |
|---|---|---|---|
path |
None |
- | Destination file path; null keeps the result in memory only. |
Use it¶
References¶
- HDF5 — The HDF Group
- h5py — https://www.h5py.org/
Related algorithms¶
export_csv- Exportctx.spectrumto a CSV file.export_fits- Exportctx.spectrumto a FITS file.export_fits_bess- Exportctx.spectrumas a BeSS / ARAS-compliant FITS image.export_votable- Exportctx.spectrumto a VOTable file (IVOA exchange format).