Public Member Functions | |
def | do_split |
def | test_sts |
def | test_sts_rrll |
def | test_sts_rllr |
def | test_sts_rr |
def | test_sts_ll |
def | test_data |
split does not yet return a success value, and exceptionsare captured. | |
def | test_data_rrll |
def | test_data_rllr |
def | test_data_rr |
def | test_data_ll |
def | test_wt |
def | test_wt_rrll |
def | test_wt_rllr |
def | test_wt_rr |
def | test_wt_ll |
def | test_sigma |
def | test_sigma_rrll |
def | test_sigma_rllr |
def | test_sigma_rr |
def | test_sigma_ll |
Static Public Attributes | |
need_to_initialize | |
string | inpms |
list | corrsels |
dictionary | records |
Definition at line 214 of file test_split.py.
def tests.test_split.split_test_tav.do_split | ( | self, | |
corrsel | |||
) |
Definition at line 225 of file test_split.py.
References tests.test_setjy.SetjyUnitTestBase.inpms, tests.test_split.split_test_tav.inpms, tests.test_setjy.test_ModImage.inpms, and tests.test_setjy.test_inputs.inpms.
def tests.test_split.split_test_tav.test_data | ( | self | ) |
def test_abort_on_rrrlll(self): """ Cannot slice out RR, RL, LL """ self.assertFalse(self.doSplit('rr, rl, ll'))
DATA[2], time avg. without correlation selection
Definition at line 283 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_data_ll | ( | self | ) |
DATA[2], time avg. LL
Definition at line 316 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_data_rllr | ( | self | ) |
DATA[2], time avg. RL, LR
Definition at line 301 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_data_rr | ( | self | ) |
DATA[2], time avg. RR
Definition at line 309 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_data_rrll | ( | self | ) |
DATA[2], time avg. RR, LL
Definition at line 293 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_sigma | ( | self | ) |
SIGMA[7], time avg. without correlation selection
Definition at line 358 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_sigma_ll | ( | self | ) |
SIGMA[7], time avg. LL
Definition at line 385 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_sigma_rllr | ( | self | ) |
SIGMA[7], time avg. RL, LR
Definition at line 372 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_sigma_rr | ( | self | ) |
SIGMA[7], time avg. RR
Definition at line 379 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_sigma_rrll | ( | self | ) |
SIGMA[7], time avg. RR, LL
Definition at line 365 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_sts | ( | self | ) |
Subtables, time avg. without correlation selection
Definition at line 248 of file test_split.py.
References tests.test_split.SplitChecker.check_subtables().
def tests.test_split.split_test_tav.test_sts_ll | ( | self | ) |
Subtables, time avg. LL
Definition at line 268 of file test_split.py.
References tests.test_split.SplitChecker.check_subtables().
def tests.test_split.split_test_tav.test_sts_rllr | ( | self | ) |
Subtables, time avg. RL, LR
Definition at line 258 of file test_split.py.
References tests.test_split.SplitChecker.check_subtables().
def tests.test_split.split_test_tav.test_sts_rr | ( | self | ) |
Subtables, time avg. RR
Definition at line 263 of file test_split.py.
References tests.test_split.SplitChecker.check_subtables().
def tests.test_split.split_test_tav.test_sts_rrll | ( | self | ) |
Subtables, time avg. RR, LL
Definition at line 253 of file test_split.py.
References tests.test_split.SplitChecker.check_subtables().
def tests.test_split.split_test_tav.test_wt | ( | self | ) |
WEIGHT[5], time avg. without correlation selection
Definition at line 323 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_wt_ll | ( | self | ) |
WEIGHT[5], time avg. LL
Definition at line 351 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_wt_rllr | ( | self | ) |
WEIGHT[5], time avg. RL, LR
Definition at line 338 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_wt_rr | ( | self | ) |
WEIGHT[5], time avg. RR
Definition at line 344 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
def tests.test_split.split_test_tav.test_wt_rrll | ( | self | ) |
WEIGHT[5], time avg. RR, LL
Definition at line 331 of file test_split.py.
References tests.test_split.check_eq(), and tests.test_split.split_test_tav.records.
list tests.test_split.split_test_tav.corrsels [static] |
Definition at line 220 of file test_split.py.
Referenced by tests.test_split.SplitChecker.initialize(), tests.test_split.split_test_cdsp.initialize(), tests.test_split.SplitChecker.tearDown(), tests.test_split.split_test_almapol.test_almapol(), tests.test_split.split_test_almapol.test_nsid(), and tests.test_split.split_test_almapol.test_nspos().
string tests.test_split.split_test_tav.inpms [static] |
Definition at line 216 of file test_split.py.
Referenced by tests.test_uvcontsub3.UVContsub3UnitTestBase.cleanup(), tests.test_uvcontsub.UVContsubUnitTestBase.cleanup(), tests.test_split.split_test_tav.do_split(), tests.test_split.split_test_cav.do_split(), tests.test_split.split_test_cav5.do_split(), tests.test_split.split_test_almapol.do_split(), tests.test_split.split_test_unorderedpolspw.do_split(), tests.test_split.split_test_sw_and_fc.do_split(), tests.test_split.split_test_optswc.do_split(), tests.test_split.split_test_tav_then_cvel.do_split(), tests.test_split.split_test_wttosig.do_split(), tests.test_split.split_test_fc.do_split(), tests.test_split.SplitChecker.initialize(), tests.test_split.split_test_cst.initialize(), tests.test_split.split_test_state.setUp(), tests.test_split.split_test_cavcd.setUp(), tests.test_split.split_test_genericsubtables.setUp(), tests.test_split.split_test_singchan.setUp(), tests.test_split.split_test_blankov.setUp(), tests.test_split.SplitChecker.tearDown(), tests.test_split.split_test_cavcd.tearDown(), tests.test_split.split_test_singchan.tearDown(), tests.test_split.split_test_blankov.tearDown(), tests.test_split.split_test_blankov.test_blankov(), tests.test_uvcontsub3.combspw.test_combspw(), tests.test_uvcontsub.combspw.test_combspw(), tests.test_split.split_test_cst.test_cst(), tests.test_uvcontsub3.fourth.test_fourth(), tests.test_uvcontsub.fourth.test_fourth(), tests.test_uvcontsub3.knowncombspw.test_knowncombspw(), tests.test_split.split_test_cst.test_obs(), tests.test_split.split_test_singchan.test_singchan(), tests.test_uvcontsub3.zeroth.test_zeroth(), and tests.test_uvcontsub.zeroth.test_zeroth().
Definition at line 215 of file test_split.py.
Referenced by tests.test_split.SplitChecker.setUp().
dictionary tests.test_split.split_test_tav.records [static] |
Definition at line 221 of file test_split.py.
Referenced by tests.test_split.SplitChecker.check_subtables(), tests.test_split.split_test_cav.do_split(), tests.test_split.split_test_cav5.do_split(), tests.test_split.split_test_cdsp.do_split(), tests.test_split.split_test_cst.do_split(), tests.test_split.split_test_almapol.do_split(), tests.test_split.split_test_almapol.test_almapol(), tests.test_split.split_test_optswc.test_bbcno_noavg(), tests.test_split.split_test_optswc.test_bbcno_wavg(), tests.test_split.split_test_cdsp.test_bogus_cd_antid(), tests.test_split.split_test_cdsp.test_bogus_cd_spwid(), tests.test_split.split_test_cdsp.test_cd_antid(), tests.test_split.split_test_cdsp.test_cd_spwid(), tests.test_split.split_test_sw_and_fc.test_cf0_noavg(), tests.test_split.split_test_sw_and_fc.test_cf0_wavg(), tests.test_split.split_test_sw_and_fc.test_cf_noavg(), tests.test_split.split_test_sw_and_fc.test_cf_wavg(), tests.test_split.split_test_sw_and_fc.test_cflc_noavg(), tests.test_split.split_test_sw_and_fc.test_cflc_wavg(), tests.test_split.split_test_cst.test_cst(), tests.test_split.split_test_sw_and_fc.test_cw_noavg(), tests.test_split.split_test_sw_and_fc.test_cw_wavg(), tests.test_split.split_test_tav.test_data(), tests.test_split.split_test_cav.test_data(), tests.test_split.split_test_cav5.test_data(), tests.test_split.split_test_tav.test_data_ll(), tests.test_split.split_test_cav.test_data_ll(), tests.test_split.split_test_cav5.test_data_ll(), tests.test_split.split_test_tav.test_data_rllr(), tests.test_split.split_test_tav.test_data_rr(), tests.test_split.split_test_cav.test_data_rr(), tests.test_split.split_test_tav.test_data_rrll(), tests.test_split.split_test_unorderedpolspw.test_datashape(), tests.test_split.split_test_sw_and_fc.test_eb_noavg(), tests.test_split.split_test_sw_and_fc.test_eb_wavg(), tests.test_split.split_test_fc.test_fc_categories(), tests.test_split.split_test_fc.test_fc_cav(), tests.test_split.split_test_sw_and_fc.test_fc_noavg(), tests.test_split.split_test_fc.test_fc_straightselection(), tests.test_split.split_test_fc.test_fc_tav(), tests.test_split.split_test_sw_and_fc.test_fc_wavg(), tests.test_split.split_test_sw_and_fc.test_nchan_noavg(), tests.test_split.split_test_sw_and_fc.test_nchan_wavg(), tests.test_split.split_test_almapol.test_nsid(), tests.test_split.split_test_almapol.test_nspos(), tests.test_split.split_test_cst.test_obs(), tests.test_split.split_test_sw_and_fc.test_res_noavg(), tests.test_split.split_test_sw_and_fc.test_res_wavg(), tests.test_split.split_test_sw_and_fc.test_rf_noavg(), tests.test_split.split_test_sw_and_fc.test_rf_wavg(), tests.test_split.split_test_optswc.test_rightcols_noavg(), tests.test_split.split_test_optswc.test_rightcols_wavg(), tests.test_split.split_test_wttosig.test_sig_cavcorr(), tests.test_split.split_test_wttosig.test_sig_cavdata(), tests.test_split.split_test_wttosig.test_sig_corrtodata(), tests.test_split.split_test_wttosig.test_sig_straightselection(), tests.test_split.split_test_wttosig.test_sig_tavcorr(), tests.test_split.split_test_wttosig.test_sig_tavdata(), tests.test_split.split_test_tav.test_sigma(), tests.test_split.split_test_cav.test_sigma(), tests.test_split.split_test_cav5.test_sigma(), tests.test_split.split_test_tav.test_sigma_ll(), tests.test_split.split_test_cav.test_sigma_ll(), tests.test_split.split_test_cav5.test_sigma_ll(), tests.test_split.split_test_tav.test_sigma_rllr(), tests.test_split.split_test_tav.test_sigma_rr(), tests.test_split.split_test_cav.test_sigma_rr(), tests.test_split.split_test_tav.test_sigma_rrll(), tests.test_split.split_test_tav_then_cvel.test_tav_data(), tests.test_split.split_test_tav_then_cvel.test_tav_int(), tests.test_split.split_test_tav_then_cvel.test_tav_scan(), tests.test_split.split_test_tav_then_cvel.test_tav_state_id(), tests.test_split.split_test_tav_then_cvel.test_tav_time(), tests.test_split.split_test_tav_then_cvel.test_tav_wt(), tests.test_split.split_test_sw_and_fc.test_tb_noavg(), tests.test_split.split_test_sw_and_fc.test_tb_wavg(), tests.test_split.split_test_tav.test_wt(), tests.test_split.split_test_cav.test_wt(), tests.test_split.split_test_cav5.test_wt(), tests.test_split.split_test_wttosig.test_wt_cavcorr(), tests.test_split.split_test_wttosig.test_wt_cavdata(), tests.test_split.split_test_wttosig.test_wt_corrtodata(), tests.test_split.split_test_tav.test_wt_ll(), tests.test_split.split_test_cav.test_wt_ll(), tests.test_split.split_test_cav5.test_wt_ll(), tests.test_split.split_test_tav.test_wt_rllr(), tests.test_split.split_test_tav.test_wt_rr(), tests.test_split.split_test_cav.test_wt_rr(), tests.test_split.split_test_tav.test_wt_rrll(), tests.test_split.split_test_wttosig.test_wt_straightselection(), tests.test_split.split_test_wttosig.test_wt_tavcorr(), and tests.test_split.split_test_wttosig.test_wt_tavdata().