|
GIRAFFE Pipeline Reference Manual |
|||
|
|
giutils.h GiInstrumentMode giraffe_get_mode(cpl_propertylist *properties) Determines the instrument mode from a property list. Definition: giutils.c:305 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:586 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:850 const cxchar * giraffe_get_license(void) Get the pipeline copyright and license. Definition: giutils.c:283 cxint giraffe_add_recipe_info(cpl_propertylist *plist, const GiRecipeInfo *info) Add recipe specific information to a property list. Definition: giutils.c:488 cxdouble giraffe_propertylist_get_ron(const cpl_propertylist *properties) Retrieve the read-out noise from the given properties. Definition: giutils.c:1213 cxint giraffe_propertylist_update(cpl_propertylist *self, cpl_propertylist *properties, const cxchar *hint) Update a property list. Definition: giutils.c:759 cxchar * giraffe_path_get_basename(const cxchar *path) Gets the name of a file without any leading directory components. Definition: giutils.c:383 cxchar * giraffe_localtime_iso8601(void) Get the current date and time in ISO 8601 format. Definition: giutils.c:445 |
||||