!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! SDDL Name: COSTAR_DEPLOYED.SDDL ! ! Purpose: This SDDL file defines relation COSTAR_DEPLOYED ! ! Modification History: ! ! Date OPR Who Reason !---------------------------------------------------------------------- ! 19-JAN-96 PHyde Original Implementaton ! 23-JAN-96 Rose Add descriptions ! 31-JUL-96 31905 MARose Fix syntax so SDDLCOMP will work ! 25-JAN-02 42854 Sontag Correct description of use_after. ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! LANGUAGE SQL RECORD COSDEP_TYPE !---------------------------------------------------------------------- ! ! RECORD INFORMATION ! !---------------------------------------------------------------------- ! DESCRIPTION "This SDDL file defines relation COSTAR_DEPLOYED. The function of CGACOS.FOR is to get the COSTAR deployment status for the FOC, FOS, and HRS arms from the costar_flags relation in the SOGS database. If these status fields are TRUE, then the routine CGACST will report the position of the arms. If the field is false, or if the date of the observation is prior to the use_after date, the COSTAR keywords in the .SHH file will have default values." !---------------------------------------------------------------------- ! ! FIELD INFORMATION ! !---------------------------------------------------------------------- FIELD instrument TYPE C*3 DESCRIPTION "The name of the science instrument" UNITS DISCRETE "FOS", "FOC", "HRS" END_FIELD FIELD use_after TYPE C*23 DESCRIPTION "Observations executed after this 'use_after' date use this tuple in the relation." UNITS END_FIELD FIELD deploy TYPE C*1 DESCRIPTION "whether the COSTAR mirror has been deployed" UNITS DISCRETE "Y", "N" END_FIELD END_RECORD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! RELATION DECLARATION ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RELATION costar_deployed TYPE COSDEP_TYPE DESCRIPTION "Flags for HRS, FOC, FOS telling history of COSTAR deployment onboard the spacecraft" SUBSYSTEM_USING "OPUS" END_RELATION !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ! ! INSTANCE DECLARATION ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! INSTANCE costar_deployed GLOBAL TYPE COSDEP_TYPE END_INSTANCE