TABLE  AamLedger

The AamLedger holds details of all the astrophysical analysis methods.

The AamLedger holds details of all the astrophysical analysis methods
(AAMs) used to derive astrophysical parameters for stars observed in the
GES survey.

The basis of an astrophysical analysis method is a software item identified
by the softwareId column. Note that different versions of a given software
item have their own software identifiers. Thus AAM identifiers implictly
mimic the same versioning scheme.

TODO
Determine if any additional columns are required.


Required constraints:
  • Primary key is (aamID)
  • (softwareID) references SoftwareVersion(softwareID)

NameTypeLengthUnitDescriptionDefault ValueUnified Content Descriptor
aamIDbigint8 Unique astrophysical analysis method (AAM) identifier-99999999 
softwareIDbigint8 Software (version) identifier-99999999 
aamNamevarchar20 Name of the AAM  
aamVersionvarchar10 Version of the AAM  
descriptionvarchar80 Brief description of the AAM  
institutionvarchar20 Institution responsible for supporting the AAM  
workGroupvarchar20 GES working group responsible for the AAM  
referencevarchar40 Bibliographic reference to a publication decribing the AAM'NONE' 
urlvarchar80 URL for a Web page describing the AAM'NONE' 
aamTablevarchar40 Name of the table holding results of the AAM  
aamDdlFilevarchar40 Name of the DDL file for the AAM file  
aaltExisttinyint1 Flag: does an AALT (astrophysical analysis line table) exist for this AAM (0 = no, 1 = yes)1 
aaltTablevarchar40 Name of the AALT (astrophysical analysis line table)'NONE' 
aaltDdlFilevarchar40 Name of the DDL file for the AALT  
aamfExisttinyint1 Flag: does an AAMF (astrophysical analysis molecular feature table) exist for this AAM (0 = no, 1 = yes)0 
aamfTablevarchar40 Name of the AAMF (astrophysical analysis molecular feature table)'NONE' 
aamfDdlFilevarchar40 Name of the DDL file for the AAMF  
deprecated link to glossarytinyint1 Deprecated flag: coded as current=0 or deprecated !=00meta.code
cuEventIDint4 UID of curation event giving rise to this record meta.bib
Total length533