[docs]classExchangeBottleFlag(ExchangeFlag):"""Enum representing a WHP Bottle flag. This flag represents information about the sampling device itself (i.e. the niskin bottle). It should only be used for "BTLNBR_FLAG_W" values and should never be used with CTD files. """
[docs]def_flag_definitions(self):return{0:"No Flag assigned",1:"Bottle information unavailable.",2:"No problems noted.",3:"Leaking.",4:"Did not trip correctly.",5:"Not reported.",6:"Significant discrepancy in measured values between Gerard and Niskin bottles.",7:"Unknown problem.",8:"Pair did not trip correctly. Note that the Niskin bottle can trip at an unplanned depth while the Gerard trips correctly and vice versa.",9:"Samples not drawn from this bottle.",}
[docs]def_flag_definitions(self):return{0:"No Flag assigned",1:"Sample for this measurement was drawn from water bottle but analysis not received.",2:"Acceptable measurement.",3:"Questionable measurement.",4:"Bad measurement.",5:"Not reported.",6:"Mean of replicate measurements",7:"Manual chromatographic peak measurement.",8:"Irregular digital chromatographic peak integration.",9:"Sample not drawn for this measurement from this bottle.",}
[docs]def_flag_definitions(self):return{0:"No Flag assigned",1:"Not calibrated.",2:"Acceptable measurement.",3:"Questionable measurement.",4:"Bad measurement.",5:"Not reported.",6:"Interpolated over a pressure interval larger than 2 dbar.",7:"Despiked.",9:"Not sampled.",}