export_csv¶
Export ctx.spectrum to a CSV file.
| Category | Export |
| Backend | numpy - implemented here on top of numpy primitives |
| Version | 1.0.0 |
| Reads | ctx.spectrum (a Spectrum1D) |
| Writes | exports.csv |
Parameters¶
| Parameter | Default | Required | Description |
|---|---|---|---|
path |
None |
- | Destination file path; null keeps the result in memory only. |
delimiter |
',' |
- | Column delimiter. |
Use it¶
Related algorithms¶
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.export_votable- Exportctx.spectrumto a VOTable file (IVOA exchange format).