-
class
xpipeline.core.xfrequencyseries.
XFrequencySeriesDict
[source]¶ Bases:
collections.OrderedDict
-
calculate_magnitude
(self)[source]¶ Matrix M_AB components.
This is the dot product of the projected_asds, with itself, summed accross detectors.
- Returns:
- gwpy.frequencyseries.FrequencySeries
Units Hz
-
project_onto_antenna_patterns
(self, antenna_responses, to_dominant_polarization_frame=False, circular=True)[source]¶ Shift timeseries by assosciated time delay
- Parameters
antenna_responses : dict
key-wise pair of OrderedDict([(‘f_plus’,
- OrderedDict([(‘H1’, array([-0.02424373])),
(‘L1’, array([0.3089992]))])),
- (‘f_cross’,
- OrderedDict([(‘H1’, array([-0.5677237])),
(‘L1’, array([0.52872644]))])),
- (‘f_scalar’,
- OrderedDict([(‘H1’, array([0.12427263])),
(‘L1’, array([-0.30016348]))]))])
to_dominant_polarization_frame ” `bool`
This boolean determines whether or not to calculate the relevant angle parameter that would project the data into the orthogonal cross plus polarization frame.
-
-
class
xpipeline.core.xfrequencyseries.
XAntennaProjectedFrequencySeriesDict
[source]¶ Bases:
collections.OrderedDict
Controls a dictionaries of projected asds
-
calculate_magnitude
(self)[source]¶ Find unit vector of a series of asds
- Returns:
XAntennaProjectedFrequencySeriesDict
-