|
MOONS Pipeline Reference Manual 0.13.2
|
Functions | |
| moo_raw * | moo_raw_new (void) |
| Create a new moo_raw | |
| void | moo_raw_delete (moo_raw *self) |
| Delete a moo_raw. | |
| moo_raw * | moo_raw_create (const cpl_frame *rawframe) |
| prepare moons raw frames | |
| cpl_error_code | moo_raw_avg (moo_raw *a, moo_raw *b) |
| Add to RAW frames (result in a) | |
| cpl_error_code | moo_raw_save (moo_raw *self, const char *filename) |
| Save a moo_raw to a FITS file. | |
| cpl_error_code moo_raw_avg | ( | moo_raw * | a, |
| moo_raw * | b | ||
| ) |
| moo_raw * moo_raw_create | ( | const cpl_frame * | rawframe | ) |
prepare moons raw frames
| rawframe | the RAW cpl frame to prepare |
Error code:
Definition at line 170 of file moo_raw.c.
References moo_raw_new().
| void moo_raw_delete | ( | moo_raw * | self | ) |
| moo_raw * moo_raw_new | ( | void | ) |
Create a new moo_raw
The returned object must be deallocated using moo_det_delete().
Definition at line 98 of file moo_raw.c.
Referenced by moo_raw_create().
| cpl_error_code moo_raw_save | ( | moo_raw * | self, |
| const char * | filename | ||
| ) |
Save a moo_raw to a FITS file.
| self | moo_raw to write to disk or NULL |
| filename | Name of the file to write |
This function saves a moo_raw to a FITS file, using cfitsio. Only not NULL extensions are written.
Error code: