|
HOPS
HOPS class reference
|
Public Member Functions | |
| def | __init__ (self) |
| def | __eq__ (self, other) |
| def | __hash__ (self) |
| def | add_fringe_object (self, obj) |
| def | export_json (self) |
| def | get_dtec_list (self) |
| def | get_dtec_max_deviation (self) |
| def | get_dtec_mean (self) |
| def | get_dtec_stddev (self) |
| def | get_fringe_object (self, polprod) |
| def | get_max_snr (self) |
| def | get_mean_snr (self) |
| def | get_min_snr (self) |
| def | get_phase_residuals (self, pol_product) |
| def | get_snr_list (self) |
| def | init_values (self) |
| def | is_complete (self) |
| def | polarization_product_is_required (self, pp_check) |
Public Member Functions inherited from vpal.report_lib.JsonSerializableObject | |
| def | import_json (self, json_dict) |
container class to store the fringe data associated with each polarization product for a particular scan/baseline
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.__init__ | ( | self | ) |
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.__eq__ | ( | self, | |
| other | |||
| ) |
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.__hash__ | ( | self | ) |
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.add_fringe_object | ( | self, | |
| obj | |||
| ) |
add a finge file object that should be associated with this collection
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.export_json | ( | self | ) |
dump this object to a dictionary for inspection
Reimplemented from vpal.report_lib.JsonSerializableObject.
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_dtec_list | ( | self | ) |
get the baseline dTEC associated with fringe of each polarization product
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_dtec_max_deviation | ( | self | ) |
get the larged difference between a dTEC value and the mean
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_dtec_mean | ( | self | ) |
get the mean dTEC value
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_dtec_stddev | ( | self | ) |
get the std. dev. of the dTEC values
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_fringe_object | ( | self, | |
| polprod | |||
| ) |
return the fringe data associated with a particular polarization product
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_max_snr | ( | self | ) |
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_mean_snr | ( | self | ) |
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_min_snr | ( | self | ) |
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_phase_residuals | ( | self, | |
| pol_product | |||
| ) |
get the channel-by-channel phase residual associated with the fringe-fit of each polarization product
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.get_snr_list | ( | self | ) |
get the SNRs of each polarization product fringe
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.init_values | ( | self | ) |
compute any internal data members after pol prod fringes are set
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.is_complete | ( | self | ) |
determine if we have all of the available polarization products
| def vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.polarization_product_is_required | ( | self, | |
| pp_check | |||
| ) |
indicate if a polarization producted is needed to make this a complete collection
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.associated_root_file |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.baseline |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.cached_required_polprod_list |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.control_file_hash |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.control_filename |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.dtec_mdev |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.dtec_mean |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.dtec_stddev |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.fringe_objects |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.max_snr |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.mean_snr |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.min_snr |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.required_polprod_list |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.root_id |
| vpal.fringe_file_manipulation.SingleBaselinePolarizationProductCollection.scan_name |