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

Compare with Current View Page History

« Previous Version 2 Next »

We need to settle on metadata for the calibrations we have ingested for the EVLA.

Column NameColumn TypeComments
calibration_idintegerAutomatically generated unique Id
execution_block_idintegerForeign Key to the Execution Block information from which this calibration was derived.
casa_versionvarcharWhich version of CASA was used.  This potentially has several effects, including restores.
parallelized_casabooleanWas CASA used in MPI mode? That has implications for how the calibration information is stored.
date_ingesteddatetimeWhen the calibration ingestion was performed.
qa_commentsvarcharComments provided by the DA upon Ingestion.  Optionally, this could be replaced with a workflow_id if the comments are stored there.

I've removed the reference to a particular EB (That's far too EVLA specific for what we need).  Instead, I suspect we'll need linking tables into our processing structure (see: here).

  • No labels