예제 #1
0
            expected_time_differences_vpol = [((0, 1), -39.7774564691897),
                                              ((0, 2), 103.04747677383648),
                                              ((0, 3), 33.348616734485404),
                                              ((1, 2), 142.82493324302618),
                                              ((1, 3), 73.1260732036751),
                                              ((2, 3), -69.69886003935108)]
            max_time_differences_vpol = [((0, 1), -116.30631267571034),
                                         ((0, 2), 167.91381462435598),
                                         ((0, 3), 173.23375803172078),
                                         ((1, 2), 148.37193587533608),
                                         ((1, 3), 107.24435568878336),
                                         ((2, 3), -78.60480502528327)]

            antennas_physical, antennas_phase_hpol, antennas_phase_vpol = info.loadAntennaLocationsENU(
                deploy_index=1)
            pulser_location = info.loadPulserLocationsENU()['run1507']  #ENU

        elif site == 2:
            waveform_index_range = (
                2000, 3000
            )  #Looking at the later bit of the waveform only, 10000 will cap off.
            run = 1509
            cfd_thresh = 0.8

            expected_time_differences_physical = [((0, 1), -96.21228508039667),
                                                  ((0, 2), 21.36317970746586),
                                                  ((0, 3), -56.5419782996255),
                                                  ((1, 2), 117.57546478786253),
                                                  ((1, 3), 39.67030678077117),
                                                  ((2, 3), -77.90515800709136)]
            max_time_differences_physical = [((0, 1), -129.37157110284315),
예제 #2
0
        expected_time_differences_vpol = [((0, 1), -39.7774564691897),
                                          ((0, 2), 103.04747677383648),
                                          ((0, 3), 33.348616734485404),
                                          ((1, 2), 142.82493324302618),
                                          ((1, 3), 73.1260732036751),
                                          ((2, 3), -69.69886003935108)]
        max_time_differences_vpol = [((0, 1), -116.30631267571034),
                                     ((0, 2), 167.91381462435598),
                                     ((0, 3), 173.23375803172078),
                                     ((1, 2), 148.37193587533608),
                                     ((1, 3), 107.24435568878336),
                                     ((2, 3), -78.60480502528327)]

        antennas_physical, antennas_phase_hpol, antennas_phase_vpol = info.loadAntennaLocationsENU(
            deploy_index=12)
        pulser_location = info.loadPulserLocationsENU(
            deploy_index=12)['run1507']  #ENU

    elif site == 2:
        waveform_index_range = (
            2000, 3000
        )  #Looking at the later bit of the waveform only, 10000 will cap off.
        runs = numpy.array([1509])

        expected_time_differences_physical = [((0, 1), -96.21228508039667),
                                              ((0, 2), 21.36317970746586),
                                              ((0, 3), -56.5419782996255),
                                              ((1, 2), 117.57546478786253),
                                              ((1, 3), 39.67030678077117),
                                              ((2, 3), -77.90515800709136)]
        max_time_differences_physical = [((0, 1), -129.37157110284315),
                                         ((0, 2), 152.48216718324971),