Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added units information to the Image Database Table

...

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 (previous_column), 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:

Column NameUnitsVO EquivalentSourceComments
sourcename
target_nameOBJECT Keyword
ra (center_position)degs_raCenter of Ra Axis
dec (center_position)degs_decCenter of Dec Axis
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 NAXISn Keyword
dec_element_count
s_xel2Relevent NAXISn Keyword
spatial_resolutionarcsecs_resolutionAverage of CRDELn of the spatial Axes, converted from deg
starttimeMJDt_max

Temporal domain information for an image is dependent upon the observation(s) used in its generation.  Some controlling process (Like Vlass Manager, whatever imaging pipeline we create, and any image manipulation software we use) will need to supply it. 


endtimeMJDt_min
exposure_timest_exptime
min_frequency observing_band)Hzem_minMinimum of Spectral Axis


The spectral information is recoverable from the FITS header, and will identify the spectral coverage, and total bandwidth processed for the image. 

(TBD: what further information for unit conversion for the VO? (Hz → m))

max_frequency (observing_band)Hzem_maxMaximum of Spectral Axis
spectral_resolutionunitlessem_res_power
Spectral CRDELn Keyword
Center Frequency/CDELTn
polarization_code
pol_states

Currently, there is insufficient information provided about the polarization information of the image in the quicklook FITS headers.  There is a STOKES axis, but no further information is provided. 

Since Single Epoch images will be created in Stokes I, Q, and U, that information must be provided to distinguish the files.  Adding the stokes parameter name to the CTYPEn or CUNITn header keywords would solve this issue. 

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


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.

min_intensityimage_units

rms_noiseimage_units

thumbnail

weblog, a PNG with identical name

FITS Data Description Keywords:

...