You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--pointing-centre will grab the RA Dec of the pointing centre according to the metafits using Marlu RADec::from_mwalib_tile_pointing, this is only valid at the start of the observation.
The pointing centre is fixed in Azimuth / Elevation, not RADec.
The text was updated successfully, but these errors were encountered:
There are two RA/Dec coordinate pairs in the metafits file - the primary beam coordinate is calculated for the observation midpoint time, but the phase centre coordinate (the RA and Dec entered on the command line) is used as the phase centre for fringe stopping for the entire observation. They are typically 5-10 degrees apart on the sky.
RA and DEC - coordinates of primary beam pointing centre (typically a 'sweet spot' near the target of interest), in degrees, calculated for the MIDPOINT TIME of the observation.
RAPHASE and DECPHASE - the coordinates of the desired target, in degrees. These cards will not be present if the observation was scheduled for a fixed Alt/Az, or using raw beamformer dipole delays.
d3v-null
changed the title
phasing to pointing centre is only valid at the start of the observation
phasing to pointing centre is only valid at the midpoint of the observation
Nov 12, 2024
--pointing-centre
will grab the RA Dec of the pointing centre according to the metafits using MarluRADec::from_mwalib_tile_pointing
, this is only valid at the start of the observation.The pointing centre is fixed in Azimuth / Elevation, not RADec.
The text was updated successfully, but these errors were encountered: