IIINSTRUMENT Pipeline Reference Manual
6.2.2
|
Functions | |
const char * | isaac_get_license (void) |
Get the pipeline copyright and license. More... | |
cpl_bivector * | isaac_get_offsets (const cpl_frameset *fset) |
Get the offsets from a set of frames. More... | |
isaac_band | isaac_get_bbfilter (const char *f) |
Get the broad band filter. More... | |
isaac_band | isaac_get_associated_filter (const char *f) |
Get the broad band filter. More... | |
const char * | isaac_std_band_name (isaac_band band) |
Return a band name. More... | |
cpl_image * | isaac_oddeven_correct (const cpl_image *in) |
Correct the odd/even in an image. More... | |
cpl_frameset * | isaac_extract_frameset (const cpl_frameset *self, const char *tag) |
Extract the frames with the given tag from a frameset. More... | |
const char * | isaac_extract_filename (const cpl_frameset *self, const char *tag) |
Extract the filename of the first frame of the given tag. More... | |
const char* isaac_extract_filename | ( | const cpl_frameset * | self, |
const char * | tag | ||
) |
Extract the filename of the first frame of the given tag.
self | A frameset |
tag | The tag of the requested file |
Definition at line 397 of file isaac_utils.c.
cpl_frameset* isaac_extract_frameset | ( | const cpl_frameset * | self, |
const char * | tag | ||
) |
Extract the frames with the given tag from a frameset.
self | A frameset |
tag | The tag of the requested frames |
The returned frameset must be de allocated with cpl_frameset_delete()
Definition at line 356 of file isaac_utils.c.
isaac_band isaac_get_associated_filter | ( | const char * | f | ) |
Get the broad band filter.
f | the filter name |
Definition at line 195 of file isaac_utils.c.
isaac_band isaac_get_bbfilter | ( | const char * | f | ) |
Get the broad band filter.
f | the filter name |
Definition at line 144 of file isaac_utils.c.
const char* isaac_get_license | ( | void | ) |
Get the pipeline copyright and license.
The function returns a pointer to the statically allocated license string. This string should not be modified using the returned pointer.
Definition at line 62 of file isaac_utils.c.
cpl_bivector* isaac_get_offsets | ( | const cpl_frameset * | fset | ) |
Get the offsets from a set of frames.
fset | the set of frames |
Definition at line 92 of file isaac_utils.c.
References isaac_pfits_get_cumoffsetx(), and isaac_pfits_get_cumoffsety().
cpl_image* isaac_oddeven_correct | ( | const cpl_image * | in | ) |
Correct the odd/even in an image.
in | the inpute image |
Definition at line 275 of file isaac_utils.c.
const char* isaac_std_band_name | ( | isaac_band | band | ) |
Return a band name.
band | a BB |
Definition at line 243 of file isaac_utils.c.