where the black line represents the selected sky locations for the TOF
= 0 +/- 0.10013 ms.
These discrete sky locations are then used to derive the polarization
averaged antenna pattern coefficients from theory. The
projection of these sky locations on the antenna pattern are shown
below for LHO and LLO:
Since the Mercator map projection is used, each sample does not
represent an equal area of the globe; the larger the absolute value of
the latitude, the smaller the area each sample represents.
Therefore, considering the distribution of calculated ratios isn't
meaningful since the poles are more heavily sampled than the
equator. However, the minimum and maximum ratios set bounds for
the range of likely ratios. The ratio bounds for TOF = 0 +/-
0.10013 ms are 0.6593 to 1.5262.
Measuring the range of likely ratios for discrete TOF values between +
and - the maximum time of flight will generate a table that can be
referenced when weighing the likelihood of a candidate event. The
number of samples is determined so that the dt between samples is less
than the 1/16384 sec (the sample period of LIGO) - this should insure
an
acceptable interpolation error when using these min/max ratio tables in
practice. The measure minimum and maximum ratios WRT the
candidate event's TOF between LHO and LLO is shown below:
The poles and zeros are the result of the sky location circle passing
near the zenith of a detector antenna pattern zero. Since
LIGO's detector's antenna patterns are nearly collocated, the poles and
zeros come in pairs for specific times. This is not the case for
the combination of LIGO and other international detectors. An SNR
ratio that falls between the minimum and maximum ratio curves is a
plausible candidate gravitational wave event, while above the maximum
curve or below the minimum curve are unlikely.
Minimum and maximum ratio plots are shown below for other LIGO
combinations:
The following are text files containing the minimum and maximum ratios
(1st column: time delay, 2nd column: minimum ratio, 3rd column: maximum
ratio):
It is also interesting to note that there is a band of allowable ratios
for all physically possible time delays (TOFs). These values are
a useful intermediate check once it is known that the time of flight
of a candidate event is possible. These ratios are shown in the
table below:
Ratio Pair
|
Minimum
ALWAYS Allowed
|
Maximum
ALWAYS Allowed
|
| LHO/LLO |
0.659
|
1.526
|
| LHO/VIRGO |
0.766
|
2.062
|
| LHO/GEO |
0.523
|
1.460
|
LHO/TAMA
|
0.708
|
2.392
|
LLO/VIRGO
|
0.527
|
1.167
|
LLO/GEO
|
0.506
|
2.198
|
LLO/TAMA
|
0.670
|
1.657
|
Once it has been determined that the SNR ratio is plausible for the
candidate event given its detection delay between IFOs, the analysis
can be used to seek the possible sky locations of the source assuming
unpolarized waves (see
findskyloc.m).
Given the actual detection delay, determine the circle on the sky that
produces that delay within a given tolerance (I will still use
0.01*maxDelay) and calculate the antenna pattern ratios for each point
on the circle. Find the calculated ratios that match with a
minimum error (the code begins seeking ratios within +/- 0.5% and
increments the error by 0.5% iteratively until suitable ratios have
been found). Separate sky locations (which are arcs of the circle
produced by detection delay) are isolated and the center (half arc
length point) of each location arc are output. The black arcs are
all points on the circle that matched the desired ratio within 0.5% and
the green circles with an x inside is the center of the arc which is
reported (shown below the plot):
>> findskyloc('LHO', 'LLO',
0, 1)
The ratio error used is +/- 0.5%.
There appears to be 4 possible
sky location(s) for this event:
Location 1:
-38.16 latitude, -153 longitude
Location 2:
39.24 latitude, -103.68 longitude
Location 3:
38.52 latitude, 27.72 longitude
Location 4:
-38.88 latitude, 75.96 longitude
N.B.:
1. Negative latitude
values indicate S; Negative longitude values indicate W.
2. These coordinates are
in Earth fixed coordinates, i.e. the sky revolves around the Earth.
Further
calculation is needed to determine what part of the universe was zenith
to these locations.
Note that these locations do not give error bars. What is shown
here is the just an illustration that possible sky locations can be
isolated.
Application to the follow-up
pipeline:
Since the calculations used to measure the plausible SNR ratios shown
above are computationally intensive, it isn't feasible to make these
computations on the fly. Therefore, I suggest using the min/max
ratio data files given above and interpolating ratios between TOFs for
a specific candidate event. For now, this will only be applied to
two detectors (H1 and L1) due to the assumption that the detectors have
identical noise profiles.
Suggested algorithm (see tof2snr.m):
- Given the time of flight of the candidate event between
detectors,
confirm that the delay is physically possible.
- If the delay is not physically possible, then this
is not a GW event. No further investigation needed.
- If the delay is physical, do a quick check to see if the SNR
ratio is
within the range that is always possible for physical detection delays.
- If the ratio is within this range, it is possible that
this is a GW event and no further investigation into TOF and SNR ratios
is needed. Continue the rest of the follow-up pipeline.
- If the delay is physical and the SNR ratio is not within the
always
allowed ranges, check the likely minimum and maximum for the time delay
using data tables. (For delays other than the exact times sampled
in the table, interpolate between the sampled times to estimate new
likely minimum and maximum ratios.)
- If the ratio is less than the maximum ratio but
greater than the minimum ratio, it is possible that this is a GW
event. Further investigation in the follow-up pipeline is needed.
Further Work:
- Everything presented here has been prototyped in MATLAB. A
python
wrapper must be made around the ratio data.
- Consider more carefully the definition of the time of event
detection. For example, defining the detection time to be the
time of maximum SNR may indicate different point on the waveform (thus
induce a sort of phase shift that translates into a detection time
shift).
- More accurate accounting for timing errors needs to take
place.
These results assume that the error is +/- 0.01 times the maximum TOF
between the two detectors in question (this is the tolerance in seeking
the TOF from the table WRT sky location). Perhaps multiple
realistic tolerances can be used to create contours on the min/max
ratio plots. Then, interpolation between these tolerances can
also be performed within the follow-up pipeline.
- These results assume identical detectors so that they have the
same
noise profile. Noise profile account should be included in this
investigation to expand application from H1 and L1.
- Expand this analysis to perform follow-up on multiple detectors
(perhaps iterative pairwise comparisons as shown above).
- Studies into the effect of the size of the TOF table and the
measured
min/max ratios and into the error in the found sky locations need to be
performed. --NOT NEEDED WITH USE OF EXACT SKY LOCATIONS
AS A FUNCTION OF DETECTION DELAY.
- Generalize this investigation to use the figure-of-merit for
specific searches. Everything shown here references using the SNR
ratio to compare events, but other measures such as effective distance
or hrss can be used with more thought given to the errors
introduced
for these measures.