export_votable¶
Export ctx.spectrum to a VOTable file (IVOA exchange format).
| Category | Export |
| Backend | astropy - wraps the domain-standard astropy implementation |
| Version | 1.0.0 |
| Reads | ctx.spectrum (a Spectrum1D) |
| Writes | exports.votable |
Parameters¶
| Parameter | Default | Required | Description |
|---|---|---|---|
path |
None |
- | Destination file path; null keeps the result in memory only. |
Use it¶
References¶
- astropy.io.votable
- IVOA VOTable 1.4 — Ochsenbein et al. 2019
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_hdf5- Exportctx.spectrumto an HDF5 file.