Functions | |
int | vircam_chantab_verify (cpl_table *intab) |
cpl_table * | vircam_chantab_new (int nord, cpl_table *template) |
int | vircam_chan_fill (cpl_table *tab, parquet **p, long *np) |
void | vircam_chan_free (int np, parquet **p) |
long | vircam_chan_d2r (parquet *p, long l) |
long | vircam_chan_r2d (parquet *p, long k) |
long | vircam_chan_r2a (parquet *p, long naxis[2], long k) |
long vircam_chan_d2r | ( | parquet * | p, | |
long | l | |||
) |
p | The given parquet structure for the channel | |
l | The detector index |
k | The readout index |
Definition at line 473 of file vircam_channel.c.
Referenced by vircam_lincor().
int vircam_chan_fill | ( | cpl_table * | tab, | |
parquet ** | p, | |||
long * | np | |||
) |
tab | The full name for the FITS channel table to be read. This must include the header extension number | |
p | The returned parquet structure array for the channels included in the channel table. | |
np | The number of structures in the parquet array. |
VIR_OK | If all is OK | |
VIR_FATAL | If input values are nonsense. |
Definition at line 361 of file vircam_channel.c.
References vircam_chantab_verify().
Referenced by vircam_genlincur(), and vircam_lincor().
void vircam_chan_free | ( | int | np, | |
parquet ** | p | |||
) |
np | The number of elements in the parquet structure array | |
p | The given array of parquet structures. |
Definition at line 437 of file vircam_channel.c.
Referenced by vircam_genlincur(), and vircam_lincor().
long vircam_chan_r2a | ( | parquet * | p, | |
long | naxis[2], | |||
long | k | |||
) |
p | The given parquet structure for the channel | |
k | The readout index | |
naxis | The full size of the detector data array |
l | The absolute detector index |
Definition at line 564 of file vircam_channel.c.
Referenced by vircam_lincor().
long vircam_chan_r2d | ( | parquet * | p, | |
long | k | |||
) |
p | The given parquet structure for the channel | |
k | The readout index |
l | The detector index |
Definition at line 518 of file vircam_channel.c.
cpl_table* vircam_chantab_new | ( | int | nord, | |
cpl_table * | template | |||
) |
nord | The order of the fit | |
template | The template table |
Definition at line 288 of file vircam_channel.c.
int vircam_chantab_verify | ( | cpl_table * | intab | ) |
intab | The input channel table |
VIR_OK | If all is OK | |
VIR_FATAL | If there is information missing for the channel table |
Definition at line 114 of file vircam_channel.c.
Referenced by vircam_chan_fill().