Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

To facilitate the new capabilities of the MWAX system, a few new key/value pairs have been added to the metafits file format. Default values can be assumed, in the absence of these new key/value pairs.

Delay Corrections within the Correlator

KeyValuesDefault (if not present)Notes
DELAYMOD
  • "NODELAYS"
  • "CABLE"
  • "TILEBEAM"
  • "FULL"
"NODELAYS"Human readable representation of the delay mode.
DELDESC
  • "No delays applied"
  • "Apply cable delays and phase to zenith"
  • "Phase up to primary beam pointing direction"
  • "Phase to source with real-time calibration"
"No delays applied"Human readable description of the delay mode.

The above key/values are shorthand for specific settings of 3 new keys describing how delay corrections are handled:

KeyValues
CABLEDEL
  • 0 == off
  • 1 == on
GEODEL
  • 0 == off
  • 1 == zenith
  • 2 == tile-pointing
  • 3 == az/el table
CALIBDEL
  • 0 == off
  • 1 == on

The DELAYMOD thus determines the above 3 setting values:

DELMODDELDESCCABLEDELGEODELCALIBDEL
NODELAYS
000
CABLE
110
TILEBEAM
120
FULL
131

Visibility Scaling Factor

KeyValuesDefault (if not present)Notes
RAWSCALEfloating point1The multiplier that was used by the MWAX correlator to scale raw visibilities down to Janksy-like units
  • No labels