GIRAFFE Pipeline Reference Manual

Giwavecalib

Functions

GiWcalSolution * giraffe_wcalsolution_new (void)
 Create a new GiWcalSolution. More...
 
void giraffe_wcalsolution_delete (GiWcalSolution *ws)
 Destroy an GiWcalSolution. More...
 
void giraffe_wcalsolution_dump (GiWcalSolution *ws)
 Dump the the information contained in a GiWcalSolution to output. More...
 
GiWcalSolution * giraffe_wcalsolution_create (GiTable *wavesolution)
 Create a wavecalibration results structure based on a GiTable read from disk. More...
 

Detailed Description

Function Documentation

◆ giraffe_wcalsolution_create()

GiWcalSolution* giraffe_wcalsolution_create ( GiTable *  wavesolution)

Create a wavecalibration results structure based on a GiTable read from disk.

Parameters
wavesolutionGiTable containing wavecalibration solution
Returns
Pointer to new GiWcalSolution or NULL if an error occured
Description:
Creates a GiWcalSolution structure filled with the coefficients of the wavecalibration solution which are stored in the GiTable wavesolution

Definition at line 164 of file giwavecalib_types.c.

◆ giraffe_wcalsolution_delete()

void giraffe_wcalsolution_delete ( GiWcalSolution *  ws)

Destroy an GiWcalSolution.

Parameters
wsGiWcalSolution to destroy
Description:
Destroys an GiWcalSolution and frees all associated memory

Definition at line 76 of file giwavecalib_types.c.

◆ giraffe_wcalsolution_dump()

void giraffe_wcalsolution_dump ( GiWcalSolution *  ws)

Dump the the information contained in a GiWcalSolution to output.

Parameters
wsGiWcalSolution to dump
Description:
Dump the information contained in a GiWcalSolution ws using the CPL messaging subsystem.

Definition at line 101 of file giwavecalib_types.c.

◆ giraffe_wcalsolution_new()

GiWcalSolution* giraffe_wcalsolution_new ( void  )

Create a new GiWcalSolution.

Returns
Pointer to newly created GiWcalSolution or NULL if an error occured
Description :
Creates a new GiWcalSolution

Definition at line 49 of file giwavecalib_types.c.


This file is part of the GIRAFFE Pipeline Reference Manual 2.16.10.
Documentation copyright © 2002-2006 European Southern Observatory.
Generated on Thu Dec 15 2022 21:18:52 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2004