MOONS Pipeline Reference Manual 0.13.2
Functions
QC keywords

Functions

cpl_error_code moo_qc_set_ncrh (cpl_propertylist *plist, int val)
 Set the QC.NCRH value.
 
cpl_error_code moo_qc_set_ncrh_tot (cpl_propertylist *plist, int val)
 Set the QC.NCRH.TOT value.
 
cpl_error_code moo_qc_set_ncrh_avg (cpl_propertylist *plist, float val)
 Set the QC.NCRH value.
 
cpl_error_code moo_qc_set_ncom (cpl_propertylist *plist, int val)
 Set the QC.NCOM value.
 
cpl_error_code moo_qc_set_mbias_avg (cpl_propertylist *plist, int i, double val)
 Set the QC.MBIAS.AVG value.
 
cpl_error_code moo_qc_set_mbias_med (cpl_propertylist *plist, int i, double val)
 Set the QC.MBIAS.MED value.
 
cpl_error_code moo_qc_set_mbias_rms (cpl_propertylist *plist, int i, double val)
 Set the QC.MBIAS.AVG value.
 
cpl_error_code moo_qc_set_mbias_mad (cpl_propertylist *plist, int i, double val)
 Set the QC.MBIAS.MAD value.
 
cpl_error_code moo_qc_set_ron_raw (cpl_propertylist *plist, int i, double val)
 Set the QC.RON.RAW value.
 
cpl_error_code moo_qc_set_ron_master (cpl_propertylist *plist, int i, double val)
 Set the QC.RON.MASTER value.
 
cpl_error_code moo_qc_set_mdark_nhot (cpl_propertylist *plist, int val)
 Set the QC.MDARK.NHOT value.
 
cpl_error_code moo_qc_set_mdark_avg (cpl_propertylist *plist, double val)
 Set the QC.MDARK.AVG value.
 
cpl_error_code moo_qc_set_mdark_normalise_factor (cpl_propertylist *plist, double val)
 Set the QC.MDARK.NORMALISE.FACTOR value.
 
cpl_error_code moo_qc_set_mdark_med (cpl_propertylist *plist, double val)
 Set the QC.MDARK.MED value.
 
cpl_error_code moo_qc_set_mdark_rms (cpl_propertylist *plist, double val)
 Set the QC.MDARK.RMS value.
 
cpl_error_code moo_qc_set_mdark_current (cpl_propertylist *plist, double val)
 Set the QC.MEAN.DARK.CURRENT value.
 
cpl_error_code moo_qc_set_residy_med (cpl_propertylist *plist, double val)
 Set the QC.RESIDY.MED value.
 
cpl_error_code moo_qc_set_residy_sd (cpl_propertylist *plist, double val)
 Set the QC.RESIDY.STD value.
 
cpl_error_code moo_qc_set_residy_avg (cpl_propertylist *plist, double val)
 Set the QC.RESIDY.AVG value.
 
cpl_error_code moo_qc_set_widthy_med (cpl_propertylist *plist, double val)
 Set the QC.WIDTHY.MED value.
 
cpl_error_code moo_qc_set_widthy_sd (cpl_propertylist *plist, double val)
 Set the QC.WIDTHY.STD value.
 
cpl_error_code moo_qc_set_widthy_avg (cpl_propertylist *plist, double val)
 Set the QC.WIDTH.AVG value.
 
cpl_error_code moo_qc_set_shifty_pts_med (cpl_propertylist *plist, double val)
 Set the QC.SHIFTY.PTS.MED value.
 
cpl_error_code moo_qc_set_shifty_pts_avg (cpl_propertylist *plist, double val)
 Set the QC.SHIFTY.PTS.AVG value.
 
cpl_error_code moo_qc_set_shifty_pts_sd (cpl_propertylist *plist, double val)
 Set the QC.SHIFTY.PTS.SD value.
 
cpl_error_code moo_qc_set_shifty_fit_med (cpl_propertylist *plist, double val)
 Set the QC.SHIFTY.FIT.MED value.
 
cpl_error_code moo_qc_set_shifty_fit_avg (cpl_propertylist *plist, double val)
 Set the QC.SHIFTY.FIT.AVG value.
 
cpl_error_code moo_qc_set_shifty_fit_sd (cpl_propertylist *plist, double val)
 Set the QC.SHIFTY.FIT.SD value.
 
cpl_error_code moo_qc_set_fit_deg (cpl_propertylist *plist, int val)
 Set the QC.RESIDY.AVG value.
 
cpl_error_code moo_qc_set_noutlier_pts (cpl_propertylist *plist, int val)
 Set the QC.NOUTLIER.PTS value.
 
cpl_error_code moo_qc_set_noutlier_wid (cpl_propertylist *plist, int val)
 Set the QC.NOUTLIER.WID value.
 
cpl_error_code moo_qc_set_nbadprofile (cpl_propertylist *plist, int val)
 Set the QC.NBADPROFILE value.
 
cpl_error_code moo_qc_set_nbadpix (cpl_propertylist *plist, int val)
 Set the QC.NBADPIX value.
 
cpl_error_code moo_qc_set_nmissingfib (cpl_propertylist *plist, int val)
 Set the QC.NMISSINGFIB value.
 
cpl_error_code moo_qc_set_missingfib (cpl_propertylist *plist, int num, const char *val)
 Set the QC.MISSINGFIB value.
 
cpl_error_code moo_qc_set_p2p_min (cpl_propertylist *plist, double val)
 Set the QC.P2P.MIN value.
 
cpl_error_code moo_qc_set_p2p_max (cpl_propertylist *plist, double val)
 Set the QC.P2P.MAX value.
 
cpl_error_code moo_qc_set_p2p_avg (cpl_propertylist *plist, double val)
 Set the QC.P2P.AVG value.
 
cpl_error_code moo_qc_set_p2p_med (cpl_propertylist *plist, double val)
 Set the QC.P2P.MED value.
 
cpl_error_code moo_qc_set_p2p_mad (cpl_propertylist *plist, double val)
 Set the QC.P2P.MAD value.
 
cpl_error_code moo_qc_set_p2p_rms (cpl_propertylist *plist, double val)
 Set the QC.P2P.RMS value.
 
cpl_error_code moo_qc_set_mflat_sn_min (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.SN.MIN value.
 
cpl_error_code moo_qc_set_mflat_sn_max (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.SN.MAX value.
 
cpl_error_code moo_qc_set_mflat_sn_med (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.SN.MED value.
 
cpl_error_code moo_qc_set_wave_min (cpl_propertylist *plist, double val)
 Set the QC.WAVE.MIN value.
 
cpl_error_code moo_qc_set_wave_max (cpl_propertylist *plist, double val)
 Set the QC.WAVE.MAX value.
 
cpl_error_code moo_qc_set_qc_detect_noisemult (cpl_propertylist *plist, double val)
 Set the QC.DETECT.NOISEMULT value.
 
cpl_error_code moo_qc_set_mflat_min (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.MIN value.
 
cpl_error_code moo_qc_set_mflat_max (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.MAX value.
 
cpl_error_code moo_qc_set_mflat_avg (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.AVG value.
 
cpl_error_code moo_qc_set_mflat_med (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.MED value.
 
cpl_error_code moo_qc_set_mflat_rms (cpl_propertylist *plist, double val)
 Set the QC.MFLAT.RMS value.
 
cpl_error_code moo_qc_set_fibtrans_ref (cpl_propertylist *plist, int ntas, int val)
 Set the QC.SPECTRO.FIBTRANS.REF.value.
 
cpl_error_code moo_qc_set_fibtrans_min (cpl_propertylist *plist, moo_detector_type type, double val)
 Set the QC.FIBTRANS.MIN value.
 
cpl_error_code moo_qc_set_fibtrans_max (cpl_propertylist *plist, moo_detector_type type, double val)
 Set the QC.FIBTRANS.MAX value.
 
cpl_error_code moo_qc_set_fibtrans_med (cpl_propertylist *plist, moo_detector_type type, double val)
 Set the QC.FIBTRANS.MED value.
 
cpl_error_code moo_qc_set_wavecal_catline (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.CATLINE value.
 
cpl_error_code moo_qc_set_wavecal_detectline (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.DETECTLINE value.
 
cpl_error_code moo_qc_set_wavecal_failedfit (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.FAILEDFIT value.
 
cpl_error_code moo_qc_set_wavecal_fitline (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.FITLINE value.
 
cpl_error_code moo_qc_set_wavecal_matchline (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.MATCHLINE value.
 
cpl_error_code moo_qc_set_wavecal_clipline (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.CLIPLINE value.
 
cpl_error_code moo_qc_set_wavecal_monotonous_solution (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.MONOTONOUS.SOLUTION value.
 
cpl_error_code moo_qc_set_wavecal_validfibre (cpl_propertylist *plist, int val)
 Set the QC.WAVECAL.VALIDFIBRE value.
 
cpl_error_code moo_qc_set_wavecal_disp_min (cpl_propertylist *plist, double val)
 Set the QC.WAVECAL.DISP.MIN value.
 
cpl_error_code moo_qc_set_wavecal_disp_max (cpl_propertylist *plist, double val)
 Set the QC.WAVECAL.DISP.MAX value.
 
cpl_error_code moo_qc_set_wavecal_resol_med (cpl_propertylist *plist, double val)
 Set the QC.WAVECAL.RESOL.MED value.
 
cpl_error_code moo_qc_set_wavecal_residwave_med (cpl_propertylist *plist, double val)
 Set the QC.WAVECAL.RESIDWAVE.MED value.
 
cpl_error_code moo_qc_set_wavecal_residwave_std (cpl_propertylist *plist, double val)
 Set the QC.WAVECAL.RESIDWAVE.STD value.
 
int moo_qc_get_ncom (cpl_propertylist *plist)
 Get the QC.NCOM value.
 
cpl_error_code moo_qc_set_snr_range (cpl_propertylist *plist, const char *val)
 Set the QC.SNR.RANGE value.
 
cpl_error_code moo_qc_set_frame_raw1 (cpl_propertylist *plist, const char *val)
 Set the QC.FRAME.RAW1 value.
 
cpl_error_code moo_qc_set_frame_raw2 (cpl_propertylist *plist, const char *val)
 Set the QC.FRAME.RAW2 value.
 
cpl_error_code moo_qc_set_is_linearcor (cpl_propertylist *plist, cpl_boolean val)
 Set the QC.IS.LINEARCOR value.
 
cpl_error_code moo_qc_set_is_p2pcor (cpl_propertylist *plist, cpl_boolean val)
 Set the QC.IS.P2PCOR value.
 
cpl_error_code moo_qc_set_is_tellcor (cpl_propertylist *plist, cpl_boolean val)
 Set the QC.IS.TELLCOR value.
 

Detailed Description

Function Documentation

◆ moo_qc_get_ncom()

int moo_qc_get_ncom ( cpl_propertylist *  plist)

Get the QC.NCOM value.

Parameters
plistproperty list to read from
Returns
the value

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list self does not contain a property with the name name.
  • CPL_ERROR_TYPE_MISMATCH The sought-after property name is not of type CPL_TYPE_INT.

Definition at line 2217 of file moo_qc.c.

◆ moo_qc_set_fibtrans_max()

cpl_error_code moo_qc_set_fibtrans_max ( cpl_propertylist *  plist,
moo_detector_type  type,
double  val 
)

Set the QC.FIBTRANS.MAX value.

Parameters
plistproperty list to write to
typethe detector type
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 1743 of file moo_qc.c.

References moo_detector_get_name().

◆ moo_qc_set_fibtrans_med()

cpl_error_code moo_qc_set_fibtrans_med ( cpl_propertylist *  plist,
moo_detector_type  type,
double  val 
)

Set the QC.FIBTRANS.MED value.

Parameters
plistproperty list to write to
typethe detector type
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 1786 of file moo_qc.c.

References moo_detector_get_name().

◆ moo_qc_set_fibtrans_min()

cpl_error_code moo_qc_set_fibtrans_min ( cpl_propertylist *  plist,
moo_detector_type  type,
double  val 
)

Set the QC.FIBTRANS.MIN value.

Parameters
plistproperty list to write to
typethe detector type
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 1700 of file moo_qc.c.

References moo_detector_get_name().

◆ moo_qc_set_fibtrans_ref()

cpl_error_code moo_qc_set_fibtrans_ref ( cpl_propertylist *  plist,
int  ntas,
int  val 
)

Set the QC.SPECTRO.FIBTRANS.REF.value.

Parameters
plistproperty list to write to
ntasnumber of TAS
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 1650 of file moo_qc.c.

◆ moo_qc_set_fit_deg()

cpl_error_code moo_qc_set_fit_deg ( cpl_propertylist *  plist,
int  val 
)

Set the QC.RESIDY.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 942 of file moo_qc.c.

◆ moo_qc_set_frame_raw1()

cpl_error_code moo_qc_set_frame_raw1 ( cpl_propertylist *  plist,
const char *  val 
)

Set the QC.FRAME.RAW1 value.

Parameters
plistproperty list to write to
valfilename
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2280 of file moo_qc.c.

◆ moo_qc_set_frame_raw2()

cpl_error_code moo_qc_set_frame_raw2 ( cpl_propertylist *  plist,
const char *  val 
)

Set the QC.FRAME.RAW2 value.

Parameters
plistproperty list to write to
valfilename
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2331 of file moo_qc.c.

Referenced by moo_subtract_nod().

◆ moo_qc_set_is_linearcor()

cpl_error_code moo_qc_set_is_linearcor ( cpl_propertylist *  plist,
cpl_boolean  val 
)

Set the QC.IS.LINEARCOR value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2381 of file moo_qc.c.

Referenced by moo_correct_detlin().

◆ moo_qc_set_is_p2pcor()

cpl_error_code moo_qc_set_is_p2pcor ( cpl_propertylist *  plist,
cpl_boolean  val 
)

Set the QC.IS.P2PCOR value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2416 of file moo_qc.c.

Referenced by moo_apply_p2p().

◆ moo_qc_set_is_tellcor()

cpl_error_code moo_qc_set_is_tellcor ( cpl_propertylist *  plist,
cpl_boolean  val 
)

Set the QC.IS.TELLCOR value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2451 of file moo_qc.c.

◆ moo_qc_set_mbias_avg()

cpl_error_code moo_qc_set_mbias_avg ( cpl_propertylist *  plist,
int  i,
double  val 
)

Set the QC.MBIAS.AVG value.

Parameters
plistproperty list to write to
iregion number
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 180 of file moo_qc.c.

Referenced by moo_masterbias().

◆ moo_qc_set_mbias_mad()

cpl_error_code moo_qc_set_mbias_mad ( cpl_propertylist *  plist,
int  i,
double  val 
)

Set the QC.MBIAS.MAD value.

Parameters
plistproperty list to write to
iregion number
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 303 of file moo_qc.c.

Referenced by moo_masterbias().

◆ moo_qc_set_mbias_med()

cpl_error_code moo_qc_set_mbias_med ( cpl_propertylist *  plist,
int  i,
double  val 
)

Set the QC.MBIAS.MED value.

Parameters
plistproperty list to write to
iregion number
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 221 of file moo_qc.c.

Referenced by moo_masterbias().

◆ moo_qc_set_mbias_rms()

cpl_error_code moo_qc_set_mbias_rms ( cpl_propertylist *  plist,
int  i,
double  val 
)

Set the QC.MBIAS.AVG value.

Parameters
plistproperty list to write to
iregion number
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 262 of file moo_qc.c.

Referenced by moo_masterbias().

◆ moo_qc_set_mdark_avg()

cpl_error_code moo_qc_set_mdark_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MDARK.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 453 of file moo_qc.c.

Referenced by moo_masterdark().

◆ moo_qc_set_mdark_current()

cpl_error_code moo_qc_set_mdark_current ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MEAN.DARK.CURRENT value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 567 of file moo_qc.c.

Referenced by moo_masterdark().

◆ moo_qc_set_mdark_med()

cpl_error_code moo_qc_set_mdark_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MDARK.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 509 of file moo_qc.c.

Referenced by moo_masterdark().

◆ moo_qc_set_mdark_nhot()

cpl_error_code moo_qc_set_mdark_nhot ( cpl_propertylist *  plist,
int  val 
)

Set the QC.MDARK.NHOT value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 424 of file moo_qc.c.

◆ moo_qc_set_mdark_normalise_factor()

cpl_error_code moo_qc_set_mdark_normalise_factor ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MDARK.NORMALISE.FACTOR value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 481 of file moo_qc.c.

Referenced by moo_masterdark().

◆ moo_qc_set_mdark_rms()

cpl_error_code moo_qc_set_mdark_rms ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MDARK.RMS value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 538 of file moo_qc.c.

Referenced by moo_masterdark().

◆ moo_qc_set_mflat_avg()

cpl_error_code moo_qc_set_mflat_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1561 of file moo_qc.c.

◆ moo_qc_set_mflat_max()

cpl_error_code moo_qc_set_mflat_max ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.MAX value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1532 of file moo_qc.c.

◆ moo_qc_set_mflat_med()

cpl_error_code moo_qc_set_mflat_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1590 of file moo_qc.c.

◆ moo_qc_set_mflat_min()

cpl_error_code moo_qc_set_mflat_min ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.MIN value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1503 of file moo_qc.c.

◆ moo_qc_set_mflat_rms()

cpl_error_code moo_qc_set_mflat_rms ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.RMS value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1619 of file moo_qc.c.

◆ moo_qc_set_mflat_sn_max()

cpl_error_code moo_qc_set_mflat_sn_max ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.SN.MAX value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1358 of file moo_qc.c.

◆ moo_qc_set_mflat_sn_med()

cpl_error_code moo_qc_set_mflat_sn_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.SN.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1387 of file moo_qc.c.

◆ moo_qc_set_mflat_sn_min()

cpl_error_code moo_qc_set_mflat_sn_min ( cpl_propertylist *  plist,
double  val 
)

Set the QC.MFLAT.SN.MIN value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1329 of file moo_qc.c.

◆ moo_qc_set_missingfib()

cpl_error_code moo_qc_set_missingfib ( cpl_propertylist *  plist,
int  num,
const char *  val 
)

Set the QC.MISSINGFIB value.

Parameters
plistproperty list to write to
nummissing fibre number
valmissing fibre name
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 1118 of file moo_qc.c.

◆ moo_qc_set_nbadpix()

cpl_error_code moo_qc_set_nbadpix ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NBADPIX value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1058 of file moo_qc.c.

◆ moo_qc_set_nbadprofile()

cpl_error_code moo_qc_set_nbadprofile ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NBADPROFILE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1029 of file moo_qc.c.

◆ moo_qc_set_ncom()

cpl_error_code moo_qc_set_ncom ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NCOM value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 149 of file moo_qc.c.

Referenced by moo_combine_sky(), and moo_remove_CRH().

◆ moo_qc_set_ncrh()

cpl_error_code moo_qc_set_ncrh ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NCRH value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 62 of file moo_qc.c.

◆ moo_qc_set_ncrh_avg()

cpl_error_code moo_qc_set_ncrh_avg ( cpl_propertylist *  plist,
float  val 
)

Set the QC.NCRH value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 120 of file moo_qc.c.

◆ moo_qc_set_ncrh_tot()

cpl_error_code moo_qc_set_ncrh_tot ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NCRH.TOT value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 91 of file moo_qc.c.

Referenced by moo_remove_CRH().

◆ moo_qc_set_nmissingfib()

cpl_error_code moo_qc_set_nmissingfib ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NMISSINGFIB value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1087 of file moo_qc.c.

◆ moo_qc_set_noutlier_pts()

cpl_error_code moo_qc_set_noutlier_pts ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NOUTLIER.PTS value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 971 of file moo_qc.c.

◆ moo_qc_set_noutlier_wid()

cpl_error_code moo_qc_set_noutlier_wid ( cpl_propertylist *  plist,
int  val 
)

Set the QC.NOUTLIER.WID value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1000 of file moo_qc.c.

◆ moo_qc_set_p2p_avg()

cpl_error_code moo_qc_set_p2p_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.P2P.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1215 of file moo_qc.c.

◆ moo_qc_set_p2p_mad()

cpl_error_code moo_qc_set_p2p_mad ( cpl_propertylist *  plist,
double  val 
)

Set the QC.P2P.MAD value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1273 of file moo_qc.c.

◆ moo_qc_set_p2p_max()

cpl_error_code moo_qc_set_p2p_max ( cpl_propertylist *  plist,
double  val 
)

Set the QC.P2P.MAX value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1186 of file moo_qc.c.

◆ moo_qc_set_p2p_med()

cpl_error_code moo_qc_set_p2p_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.P2P.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1244 of file moo_qc.c.

◆ moo_qc_set_p2p_min()

cpl_error_code moo_qc_set_p2p_min ( cpl_propertylist *  plist,
double  val 
)

Set the QC.P2P.MIN value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1157 of file moo_qc.c.

◆ moo_qc_set_p2p_rms()

cpl_error_code moo_qc_set_p2p_rms ( cpl_propertylist *  plist,
double  val 
)

Set the QC.P2P.RMS value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1301 of file moo_qc.c.

◆ moo_qc_set_qc_detect_noisemult()

cpl_error_code moo_qc_set_qc_detect_noisemult ( cpl_propertylist *  plist,
double  val 
)

Set the QC.DETECT.NOISEMULT value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1474 of file moo_qc.c.

◆ moo_qc_set_residy_avg()

cpl_error_code moo_qc_set_residy_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.RESIDY.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 653 of file moo_qc.c.

◆ moo_qc_set_residy_med()

cpl_error_code moo_qc_set_residy_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.RESIDY.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 596 of file moo_qc.c.

◆ moo_qc_set_residy_sd()

cpl_error_code moo_qc_set_residy_sd ( cpl_propertylist *  plist,
double  val 
)

Set the QC.RESIDY.STD value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 625 of file moo_qc.c.

◆ moo_qc_set_ron_master()

cpl_error_code moo_qc_set_ron_master ( cpl_propertylist *  plist,
int  i,
double  val 
)

Set the QC.RON.MASTER value.

Parameters
plistproperty list to write to
iregion number
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 385 of file moo_qc.c.

Referenced by moo_masterbias().

◆ moo_qc_set_ron_raw()

cpl_error_code moo_qc_set_ron_raw ( cpl_propertylist *  plist,
int  i,
double  val 
)

Set the QC.RON.RAW value.

Parameters
plistproperty list to write to
iregion number
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 344 of file moo_qc.c.

Referenced by moo_masterbias().

◆ moo_qc_set_shifty_fit_avg()

cpl_error_code moo_qc_set_shifty_fit_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.SHIFTY.FIT.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 884 of file moo_qc.c.

◆ moo_qc_set_shifty_fit_med()

cpl_error_code moo_qc_set_shifty_fit_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.SHIFTY.FIT.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 855 of file moo_qc.c.

◆ moo_qc_set_shifty_fit_sd()

cpl_error_code moo_qc_set_shifty_fit_sd ( cpl_propertylist *  plist,
double  val 
)

Set the QC.SHIFTY.FIT.SD value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 913 of file moo_qc.c.

◆ moo_qc_set_shifty_pts_avg()

cpl_error_code moo_qc_set_shifty_pts_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.SHIFTY.PTS.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 797 of file moo_qc.c.

◆ moo_qc_set_shifty_pts_med()

cpl_error_code moo_qc_set_shifty_pts_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.SHIFTY.PTS.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 768 of file moo_qc.c.

◆ moo_qc_set_shifty_pts_sd()

cpl_error_code moo_qc_set_shifty_pts_sd ( cpl_propertylist *  plist,
double  val 
)

Set the QC.SHIFTY.PTS.SD value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 826 of file moo_qc.c.

◆ moo_qc_set_snr_range()

cpl_error_code moo_qc_set_snr_range ( cpl_propertylist *  plist,
const char *  val 
)

Set the QC.SNR.RANGE value.

Parameters
plistproperty list to write to
valmissing fibre name
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2238 of file moo_qc.c.

Referenced by moo_ext_compute_snr().

◆ moo_qc_set_wave_max()

cpl_error_code moo_qc_set_wave_max ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVE.MAX value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1445 of file moo_qc.c.

Referenced by moo_map_set_data().

◆ moo_qc_set_wave_min()

cpl_error_code moo_qc_set_wave_min ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVE.MIN value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1416 of file moo_qc.c.

Referenced by moo_map_set_data().

◆ moo_qc_set_wavecal_catline()

cpl_error_code moo_qc_set_wavecal_catline ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.CATLINE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1826 of file moo_qc.c.

◆ moo_qc_set_wavecal_clipline()

cpl_error_code moo_qc_set_wavecal_clipline ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.CLIPLINE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1971 of file moo_qc.c.

◆ moo_qc_set_wavecal_detectline()

cpl_error_code moo_qc_set_wavecal_detectline ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.DETECTLINE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1855 of file moo_qc.c.

◆ moo_qc_set_wavecal_disp_max()

cpl_error_code moo_qc_set_wavecal_disp_max ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVECAL.DISP.MAX value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2092 of file moo_qc.c.

◆ moo_qc_set_wavecal_disp_min()

cpl_error_code moo_qc_set_wavecal_disp_min ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVECAL.DISP.MIN value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2061 of file moo_qc.c.

◆ moo_qc_set_wavecal_failedfit()

cpl_error_code moo_qc_set_wavecal_failedfit ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.FAILEDFIT value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1884 of file moo_qc.c.

◆ moo_qc_set_wavecal_fitline()

cpl_error_code moo_qc_set_wavecal_fitline ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.FITLINE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1913 of file moo_qc.c.

◆ moo_qc_set_wavecal_matchline()

cpl_error_code moo_qc_set_wavecal_matchline ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.MATCHLINE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 1942 of file moo_qc.c.

◆ moo_qc_set_wavecal_monotonous_solution()

cpl_error_code moo_qc_set_wavecal_monotonous_solution ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.MONOTONOUS.SOLUTION value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 2000 of file moo_qc.c.

Referenced by moo_map_check().

◆ moo_qc_set_wavecal_residwave_med()

cpl_error_code moo_qc_set_wavecal_residwave_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVECAL.RESIDWAVE.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2154 of file moo_qc.c.

◆ moo_qc_set_wavecal_residwave_std()

cpl_error_code moo_qc_set_wavecal_residwave_std ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVECAL.RESIDWAVE.STD value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2185 of file moo_qc.c.

◆ moo_qc_set_wavecal_resol_med()

cpl_error_code moo_qc_set_wavecal_resol_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WAVECAL.RESOL.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name
  • CPL_ERROR_ILLEGAL_INPUT The format string has an invalid format.

Definition at line 2123 of file moo_qc.c.

◆ moo_qc_set_wavecal_validfibre()

cpl_error_code moo_qc_set_wavecal_validfibre ( cpl_propertylist *  plist,
int  val 
)

Set the QC.WAVECAL.VALIDFIBRE value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 2030 of file moo_qc.c.

◆ moo_qc_set_widthy_avg()

cpl_error_code moo_qc_set_widthy_avg ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WIDTH.AVG value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 739 of file moo_qc.c.

◆ moo_qc_set_widthy_med()

cpl_error_code moo_qc_set_widthy_med ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WIDTHY.MED value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 682 of file moo_qc.c.

◆ moo_qc_set_widthy_sd()

cpl_error_code moo_qc_set_widthy_sd ( cpl_propertylist *  plist,
double  val 
)

Set the QC.WIDTHY.STD value.

Parameters
plistproperty list to write to
valthe keyword value
Returns
the error code

Possible cpl_error_code set in this function:

  • CPL_ERROR_NULL_INPUT if an input pointer is NULL
  • CPL_ERROR_DATA_NOT_FOUND The property list does not contain a property with the name name

Definition at line 711 of file moo_qc.c.