![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
giutils.h cxint giraffe_add_recipe_info(cpl_propertylist *plist, const GiRecipeInfo *info) Add recipe specific information to a property list. Definition: giutils.c:623 cxint giraffe_add_frameset_info(cpl_propertylist *plist, const cpl_frameset *set, cxint sequence) Add frameset specific information to a property list. Definition: giutils.c:782 cxchar * giraffe_path_get_basename(const cxchar *path) Gets the name of a file without any leading directory components. Definition: giutils.c:518 cxchar * giraffe_localtime_iso8601(void) Get the current date and time in ISO 8601 format. Definition: giutils.c:580 cxint giraffe_propertylist_copy(cpl_propertylist *self, const cxchar *name, const cpl_propertylist *other, const cxchar *othername) Copy a property from one list to another. Definition: giutils.c:1104 cxdouble giraffe_propertylist_get_conad(const cpl_propertylist *properties) Retrieve the ADU to electrons conversion factor from the given properties. Definition: giutils.c:1469 cxint giraffe_propertylist_update(cpl_propertylist *self, cpl_propertylist *properties, const cxchar *hint) Update a property list. Definition: giutils.c:1013 const cxchar * giraffe_get_license(void) Get the pipeline copyright and license. Definition: giutils.c:418 cxdouble giraffe_propertylist_get_ron(const cpl_propertylist *properties) Retrieve the read-out noise from the given properties. Definition: giutils.c:1553 GiInstrumentMode giraffe_get_mode(cpl_propertylist *properties) Determines the instrument mode from a property list. Definition: giutils.c:440 |