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

Compare with Current View Page History

« Previous Version 6 Next »

 Requirements: Collection Support: VLA Pulsar Observation


Pulsar file ingestion and metadata extraction will proceed similarly to an EVLA SDM ingestion with possible additional (science, ancillary?) products, identified in a metadata.json file.

Binned Imaging Observations

In binning mode there are no additional products. The only science product is the execution block as defined by the SDM. The SDM will contain an additional table, Pulsar.xml which will give the metadata for the scans using binning mode. Scan information is retrieved using a standard SDM approach: Main.xml contains scans and a pointer to a Config Description which contains a pointer to a Data Description which may contain a pointer to an entry in the Pulsar table. If there is no pointer to the Pulsar table in the Data Description, binning mode was not used for that scan.


<row>
<dataDescriptionId>DataDescription_15</dataDescriptionId>
<polOrHoloId>Polarization_0</polOrHoloId>
<spectralWindowId>SpectralWindow_15</spectralWindowId>
</row>

<row>
<dataDescriptionId>DataDescription_16</dataDescriptionId>
<polOrHoloId>Polarization_0</polOrHoloId>
<pulsarId>Pulsar_0</pulsarId> <--- indicates binning mode for the scan
<spectralWindowId>SpectralWindow_0</spectralWindowId>
</row>


Phased-array Observations

Issues:

  1. How does each .ar file map to the SDM? Not in terms of file names, but does each .ar file contain data for specific scans, etc.?
  • No labels