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 33 Next »

The PSRDADA format is used internally within the MWAX correlator and beamformer components. It is not user-facing.

Pre Correlator

This is the header that is created by mwax_u2s when creating a subfile from the multicast UDP. It therefore describes headers that MWAX VCS users would see in the VCS subfiles.

KeywordValid values or ExampleUsed ByDescription
HDR_SIZE4096PSRDADARequired by PSRDADA - size of header in bytes (should always be 4096)
POPULATED0 | 1mwax_db2correlate2db

Used to ensure the correlator does not read an incomplete file.

0 means the file is not yet complete, 1 means the file is ready for consumption

OBS_ID1244973688mwax-db2fitsObs_id of this observation
SUBOBS_ID1244973688mwax-db2fitsGPS second of this part of the observation. Increments in 8 sec intervals
MODE

MWAX_CORRELATOR

MWAX_VCS

NO_CAPTURE

mwax_db2correlate2db

mwax-db2fits

This matches the "mode" from the existing metadata database/schedule.
UTC_START2018-10-11-05:26:14

PSRDADA

mwax-db2fits

Required by PSRDADA. This is the UTC start date/time of the subobservation(?). Used by mwax-db2fits to append a human readable date/time to the filename produced.
OBS_OFFSET0 (n seconds since start of observation)

PSRDADA

mwax-db2fits

Required by PSRDADA. I believe this is the number of seconds offset from the start of the observation. First subobservation will have this set to 0. Second subobservation will be 8, etc.

NBIT

8mwax_db2correlate2dbBits per sample (should always be 8)
NPOL2

mwax_db2correlate2db

mwax-db2fits

Polarisations per tile (i.e. rf_chains) (should always be 2)


NTIMESAMPLES64000mwax_db2correlate2dbNumber of timesamples in each input sub-block of a subobservation (nominally sub-blocks are 50 ms)
NINPUTS256 | n rfinputsmwax_db2correlate2dbNumber of signal paths present in the input subobservation file, to be correlated (must be <= NINPUTS_XGPU)
NINPUTS_XGPU256 | n rfinputs in multiples of 16mwax_db2correlate2dbNumber of signal paths actually correlated by xGPU (must be a multiple of 16; must match the number of paths that xGPU has been configured for)

APPLY_PATH_WEIGHTS

0 | 1mwax_db2correlate2dbShould scalar path weights be applied prior to correlation (for gain normalisation and/or sub-arraying)
APPLY_PATH_DELAYS0 | 1mwax_db2correlate2db

Should fractional path delays be applied prior to correlation (for phasing up to a correlation pointing centre)

APPLY_PATH_PHASE_OFFSETS0 | 1mwax_db2correlate2dbShould path phase offsets be applied prior to correlation (for fringe-stopping, in conjunction with applying path delays)
APPLY_COARSE_DERIPPLE0 | 1mwax_db2correlate2dbShould coarse PFB channeliser de-ripple be applied within the F-stage, prior to cross-correlation
INT_TIME_MSEC200 - 8000

mwax_db2correlate2db

mwax-db2fits

Correlator integration time (milliseconds)
FSCRUNCH_FACTOR40 (1 - 6400)

mwax_db2correlate2db

mwax-db2fits

Correlator frequency scrunch factor: number of ultrafine 200 Hz fine channels to average together
APPLY_VIS_WEIGHTS0 | 1mwax_db2correlate2dbShould data occupancy weights be applied to normalise the output visibilities

TRANSFER_SIZE

5275652096

PSRDADA

mwax_db2correlate2db

Total number of bytes of input data for one subobservation (of nominally 8 seconds)

PROJ_ID

G0008mwax-db2fitsProject ID of observation
EXPOSURE_SECS8 (in incremements of 8 seconds)mwax-db2fitsDuration of observation in seconds
COARSE_CHANNEL76 (0 - max receiver channel number == 255)mwax-db2fitsReceiver channel number 
CORR_COARSE_CHANNEL9 | (1 - coarse channel max)mwax-db2fitsCorrelator channel number - which correlator channel "index" is this? e.g. first channel would be 1. In a 24 channel system, last channel would be 24. This would map to gpubox01-24 in the legacy Correlator
SECS_PER_SUBOBS8

mwax_db2correlate2db

mwax-db2fits

Number of seconds per subobservation

UNIXTIME

1539235574mwax-db2fitsUnix time of the start of this observation. This field is used by mwax-db2fits to provide a UNIX timestep for each integration throughout the observation.
UNIXTIME_MSECmwax-db2fitsUnix time milliseconds offset of the start of this observation. This will always be 0 with the current setup, but is here for completeness.

FINE_CHAN_WIDTH_HZ

10000mwax-db2fitsCorrelator output fine channel width in Hz
NFINE_CHAN128

mwax_db2correlate2db

mwax-db2fits

Correlator output number of fine channels
BANDWIDTH_HZ1280000mwax-db2fitsCoarse channel passband width in Hz, i.e. the channel spacing

SAMPLE_RATE

1280000mwax_db2correlate2dbActual sample rate of input data in samples/s (whether critically-sampled or oversampled).
MC_IP0.0.0.0mwax-db2fitsMulticast IP for this coarse channel (for debug purposes)
MC_PORT0mwax-db2fitsMulticast port for this coarse channel (for debug purposes)
MWAX_U2S_VERX.Y.Zmwax_db2fitsVersion number of mwax_u2s used to capture the UDP packets for this subfile
MWAX_SUB_VER1

mwax_u2s

Version number of subfile format. A value of 2 indicates the presence of the following fields:
IDX_PACKET_MAP(OFFSET)+(SIZE)¹mwax_u2sLocation and size of packet map in block 0 metadata
IDX_DELAY_TABLE(OFFSET)+(SIZE)¹mwax_u2sLocation and size of delay table in block 0 metadata
IDX_MARGIN_DATA(OFFSET)+(SIZE)¹mwax_u2sLocation and size of margin data section in block 0 metadata
IDX_OCCUPANCY_TABLE(OFFSET)+(SIZE)¹mwax_u2sLocation and size of data occupancy table in block 0 metadata

¹ These fields constitute an index into the block 0 metadata. For example a value of 1234+567 denotes a section beginning at byte 1234 which is 567 bytes long. This is to avoid the need for downstream consumers to calculate these locations based on other fields, and allows for future restructuring without breaking applications that use these index fields to locate the information they are interested in. Currently inserted by mwax_u2s and supported by subtool, but not yet used by mwax_db2correlate2db or mwalib.

Post Correlator changes

The below changes are made during the mwax_db2correlate2db process. The only recipient of this updated header is mwax_db2fits, which uses it to produce the output visibility FITS files.

KeywordValid values or ExampleUsed ByDescription

NBIT

32mwax-db2fitsBits per complex visibility component (real | imaginary)
NTIMESAMPLES1 - 40 (for 8 s subobservations)?tNumber of integration times (visibility sets produced) per subobservation

TRANSFER_SIZE

n bytes

mwax-db2fits

Total number of bytes of output data for this 8 second subobservation. Calculated by:

bytes = visibilities + weights

visibilities = integrations * baselines * fine channels * polarisations * bytes_real * bytes_imaginary

weights = integrations * baselines  * polarisations * bytes_real 

MWAX_DB2CORR2DB_VERX.Y.Zmwa-db2fitsVersion number of the correlator executable used to perform the F and X stages of correlation


Block 0 Metadata

Voltage data samples are stored in blocks 1-160, but the PSRDADA block numbering scheme is 0-indexed, so the contents of block 0 are user-defined. In our case, a number of data tables are stored in this area. They are:

  1. The delay table, storing whole- and fractional-sample delay values, used for cable delay corrections and fringe stopping.
  2. The margin data table, storing the complete payload of the packet immediately before and after the subobservation, as well as the first and last packet within it. This permits whole-sample delays applied by u2s to be undone, or a different set of delays to be applied.
  3. The UDP packet map. This is a bitmap recording precisely which of the expected packets for the subobservation were seen, and which were missing.
  4. The occupancy table. A coarser analogue of the UDP packet map, storing a count of packets received per 5ms time slice, which can be used directly by the correlator for calculating weights.
  5. (Not currently implemented) A copy of the metafits file at the time the subfile was created.

Block 0: Delay table

The delay table records whole- and fractional-sample delays for cable delays and geometric delays. It is stored in a densely-packed binary format, with each row corresponding to an RF source, in the same order as the voltage data. There are 10 fixed columns per row, followed by a column for each fractional delay according to a granularity specified externally (currently 1600, for a total of 1610 columns) but also calculable from data in the table (the num_pointings column). All numbers are little-endian. In version 1 subfiles, the delay table immediately follows the 4096 byte PSRDADA header and its size is not explicitly defined. In version 2 subfiles, the delay table offset and size is defined by the IDX_DELAY_TABLE field in the PSRDADA header (in practice, it remains in its original position, but this is not guaranteed and version 2 consumers should refer to IDX_DELAY_TABLE).

The table schema is as follows:

#NameTypeByte offsetSize (bytes)Description
0rf_input
uint16
02RF input ID. This is the tile ID right-shifted by 1,with the lower bit indicating polarity: 0 for X,1 for Y.
1ws_delay
int16
22Whole sample delay. This indicates how many samples that u2s has shifted the data stream forward (negative values indicate a backwards shift).
2initial_delay
float64
48The calculated delay at the start of the subobservation, in milliseconds.
3delta_delay
float64
128The rate of change of the delay, in milliseconds per FFT block (currently 5ms).
4delta_delta_delay
float64
208The rate of change of the delta_delay, in milliseconds per FFT block (currently 5ms).
5start_total_delay
float64
288Equivalent to initial_delay, first point for quadratic interpolation of fractional delay values.
6middle_total_delay
float64
368Second point for quadratic interpolation of fractional delay values, delay at middle of subobservation.
7end_total_delay
float64
448Third point for quadratic interpolation of fractional delay values, delay at end of subobservation.
8num_pointings
uint16
522The number of fractional delay values in the row, N.
9_reserved
uint16
542Reserved for future use. Must always be 0. Used by subtool for automatic detection of delay table format in exported delay tables.
10 .. Nfrac_delay[1..N]
float32
564NFractional delay values, in microsamples.

Block 0: Margin data

To facilitate the removal or editing of whole-sample delays applied by u2s, which would ordinarily be a lossy operation, the full contents of the packets at either end of the subobservation are recorded for each RF source. These "margins" consist of the first packet within the subobservation and the packet immediately preceding it, and the last packet within the subobservation and the packet that follows it, for a total of 4 packets worth of data per RF source. The table consists of rows for each RF source, in the same order as the voltage sample data. This table is not formally specified for version 1 subfiles (though it has been present for a long time, it is left as an exercise for the reader to find it in the unlikely event there is a need to). In version 2 subfiles, the delay table offset and size is defined by the IDX_MARGIN_DATA field in the PSRDADA header.

The table schema is as follows. Note that for the purpose of this table, we use a single 16-bit unsigned integer to represent 1 "sample". More properly speaking, these represent two 8-bit values, forming the real and imaginary parts of a complex integer.

#NameTypeOffsetLengthDescription
0 - 2047Head
uint16
04096Voltage data from the packet immediately before the start of the subobservation.
2048 - 4095First
uint16
40964096Voltage data from the first packet of the subobservation.
4096 - 6143Last
uint16
81924096Voltage data from the last packet of the subobservation.
6144 - 8191Tail
uint16
122884096Voltage data from the packet immediately following the end of the subobservation.

Block 0: UDP Packet Map

The UDP packet map is a bitmap structure representing which of the expected packets for the subobservation were received, and which were missing, with a value of 1 indicating a received packet. It may be considered to be organised into rows representing each RF source, in the same order as the voltage data samples, and 1-bit columns, ordered by time. Thus the byte length of a row is the number of packets per second, multiplied by the number of seconds per subobservation, divided by the number of bits per byte. Both of these values happen to be 8, so the byte length of the row is simply the packets-per-second value - currently either 625 for critically-sampled observations, or 800 for oversampling mode. This table is not formally specified for version 1 subfiles (though it has been present for a long time, it is left as an exercise for the reader to find it in the unlikely event there is a need to). In version 2 subfiles, the delay table offset and size is defined by the IDX_PACKET_MAP field in the PSRDADA header.

  • No labels