The obstype in the master table of the database contains information about the type of program the observation comes from (e.g. CAL/ACS, GO, etc.). But this could be confused with the OBSTYPE header keyword, values of which are IMAGING, SPECTROSCOPIC, etc.
I think the best solution is to rename the column to something like prop_type, or proposal_type.
Such a change would also affect the query form on the web application.
The
obstype
in themaster
table of the database contains information about the type of program the observation comes from (e.g.CAL/ACS
,GO
, etc.). But this could be confused with theOBSTYPE
header keyword, values of which areIMAGING
,SPECTROSCOPIC
, etc.I think the best solution is to rename the column to something like
prop_type
, orproposal_type
.Such a change would also affect the query form on the web application.