Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated to reflect current plan

Below are two sets of metadata which will be stored in the new archive in regard to Images and the Image Sets to which they belong.  Included where relevant are the equivalent fields in the Virtual Observatory ObsCore Data Model,  a potential source from which to obtain the data, and a comment.  The images table was written specifically with the idea of spatial images in mind.  Other data products (spectra, time series, etc) would have different amounts of granularity in the header information available.

The existing images table covers much of the desired data.  The modifications we require are:

  • Split center_position and observing_band fields
  • Retaining image size data (the VO _xel fields)
  • Add fields for spectral resolution, physical data description, and spatial region information
  • Determination and acquisition of time-domain information.

Below is the proposed new table structure for Images and Image Products in the metadata database.  There are 4 classes of columns below:  initial columns, new columns, columns adapted from other columns , and columns renamed to match their equivalents in the observation tables.  Depending on the design decisions and the behavior of CASA, some of these fields could be removed (t_xel, em_xel, pol_xel) if they they will be invariant. 

Images Database Table:

These values are can be determined from the data portion of the image file in conjunction with the BSCALE & BZERO keywords.  The library which is used for FITS interaction for ingestion can perform these calculations, but no information about the speed of results is yet available. weblog, a PNG with identical name
Column NameUnitsVO EquivalentSourceComments
sourcename
target_nameOBJECT Keyword
radegs_raCenter of Ra Axis
dec degs_decCenter of Dec Axis
image_field_of_viewdegs_fovAverage of NAXISn*CRDELn of the spatial Axes
spatial_region
s_regionDerived from spatial DataSTC-S String Defined in the TAP (Dowler, et al 2010)
ra_element_count
s_xel1Relevent Relevant NAXISn Keyword
ra_pixel_size

abs(Relevant CDELTn)
dec_element_count
s_xel2Relevent Relevant NAXISn Keyword
dec_pixel_size

abs(Relevant CDELTn)
spatial_resolutionarcsecs_resolutionsqrt(BMAJ*BMIN)Geometric mean of the synthesized beam axes.
beam_axis_ratio

BMAJ/BMINRatio of the synthesized beam axes.
starttimeMJDt_min

Temporal domain information for an image is dependent upon the observation(s) used in its generation, and the details of the processing.  Without an outside source of information, these values will be 'null'These values should be obtained by some larger-scale process.  VlassMgr, in the case of quicklook images. 

endtimeMJDt_max
exposure_timest_exptime
min_frequencyHzem_minMinimum of Spectral Axis
max_frequencyHzem_maxMaximum of Spectral Axis
rest_frequencyHz
RESTFRQ KeywordUsed for transformations
band_code

weblogRequires outside information source for accuracy. 

polarization_id


pol_statesPolarization CRVALn value

CASA uses the CRVALn value to convey polarization information, with [1,2,3,4] mapped to [I,Q,U,V]. 

Default to 'None' in case of other values.

telescope
instrument_nameTELESCOP KeywordThis must accommodate images for multiple instruments (i.e. VLA + Single Dish)
file_id

automatically generatedlink to information about the physical file
image_id
obs_idautomatically generatedUnique Identifier for the Image
image_units

o_ucd

BTYPE & BUNIT KeywordsDescription of the physical quantity measured in the image
max_intensityimage_units
image table values
min_intensityimage_units
image table values
rms_noiseimage_unitsthumbnail
weblogBoth of these will need to come from the last stage of the imaging process, to maintain accuracy.  For quicklook images, that is stage7.  That may change (and will likely be different for the Single Epoch products).
thumbnail

weblog, find the matching thumbnail image generated.
tags


Internal tagging system to facilitate searches.

FITS Data Description Keywords:

...

Column NameVO EquivalentSourceComment
image_set_idobs_idautomatically generatedUnique Identifier for the Image Set
project_code
Required to facilitate Ingestion
configuration
VlassMgrThis will need to hold the entire list used for the imaging. 
collection_nameobs_collectionVlassMgr


calibration_levelcalib_levelVlassMgrAs defined by the VO in their 0-4 system
product_file_id
automatically generatedLink to the imaging products tar file
tags

internal tags which apply to all images of the set


VO ObsCore Remaining Fields:

...