Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Images Database Table:

Column NameVO EquivalentSourceComments
target_nametarget_nameOBJECT Keyword
center_positions_raCenter of Ra Axis
center_positions_decCenter of Dec Axis
field_of_views_fovAverage of NAXISn*CRDELn of the Spacial Axes

s_regionDerived from Spacial DataSTC-S String Defined in the TAP (Dowler, et al 2010)

s_xel1Relevent NAXISn Keyword

s_xel2Relevent NAXISn Keyword
spacial_resolutions_resolutionAverage of CRDELn of the Spacial Axes

t_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. 

Since we are intending to store cubes as a collection of images, t_xel will can be removed and automatically returned as 1 for any individual image.


t_min

t_exptime

t_xel
observing_bandem_minMinimum of Spectral Axis


The spectral information is recoverable from the FITS header, and will identify the observing receiver(s), and total bandwidth processed for the image. 

observing_bandem_maxMaximum of Spectral Axis

em_res_powerSpectral CRDELn Keyword

em_xelSpectral NAXISn Keyword

o_ucd

BTYPE & BUNIT KeywordsDescription of the physical quantity measured in the image
polarization_idpol_statesDeduced from NAXISn Keyword

More clarity is required for polarization information, as the exemplar files (Vlass quicklook images) have limited information available.  Some method of conveying  information about images (in CTYPE/CUNIT keywords, or via outside information) is required to get anything other than an overly simplistic assumption (NAXISn = 1 means Stokes I and NAXISn = 4 means Full Stokes Parameters). 


pol_xelRelevent NAXISn Keyword
telescopeinstrument_nameTELESCOP KeywordThe observing instrument(s)
image_idobs_idautomatically generatedUnique Identifier for the Image
file_id
automatically generatedlink to information about the physical file
max_intensity


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_intensity

rms_noise

thumbnail
weblog, a PNG with identical name

...

There are similar formulae for the minimum and maximum values of an axis. 

Image Sets Database Table:

The Image Set information will need to come from outside sources, as most of the information is not guaranteed to be in the FITS files themselves.  Vlass Manager holds all the needed information for their images, but future development will need to provide the relevant metadata as image sources broaden beyond VLASS.

...