Go to the bottom.
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! SDDL Name:	QTMCHEBYCHEV.SDDL
!
! Purpose:      This SDDL file defines the qtmchebychev relation.
!
! Modification History:
!
!   Date       OPR      Who                       Reason
! --------   -------    ---   -------------------------------------------------
! 11/15/94   27329      sss   Original implementation
! 05/16/97   33804      sss   Deleted file_name, resolution, err_dir, err_dist,
!                             deg_y_comp, deg_z_comp, added create_date, 
!                             renamed deg_x_comp to deg_x_comp, renamed
!                             fi_st_time to start_time
!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
 
LANGUAGE	FORTRAN, SQL

INCLUDE         ZSPSS_USER_TYPES.SDDL
 
RECORD  QTCHEB_TYPE
 
    DESCRIPTION       "This relation contains piecewise chebychev polynomial
                       approximations representing the ephemerides of moving
                       targets.   Each moving target will have one or more 
                       records in this table.  Each record contains the X, Y,
                       and Z chebychev polynomial coefficients which together
                       form three distinct polynomials to approximate the 
                       cartesian position of the target for a specific time 
                       interval.
                   
                       These polynomials are evaluated at desired times by 
                       the scheduling software to determine the position of
                       of the moving target in geocentric light-time corrected
                       cartesian coordinates (kilometers,seconds).  

                       This relation is populated by the CHEBY/* programs."
 

    FIELD  target_id
        TYPE TARGET_ID_TYPE
        DESCRIPTION     "This is a unique name assigned to the target."
    END_FIELD
 

    FIELD  create_date
        TYPE SOGS_INT_TIME_TYPE
        DESCRIPTION     "This is time when the polynomial was created or loaded
                         into the relation."
    END_FIELD
 

    FIELD  start_time
        TYPE SOGS_INT_TIME_TYPE
        DESCRIPTION     "This is the start time for which the X, Y, and Z 
                         chebychev polynomials are valid."
    END_FIELD
 

    FIELD  end_time
        TYPE SOGS_INT_TIME_TYPE
        DESCRIPTION     "This is the end time for which the X, Y, and Z 
                         chebychev polynomials are valid."
    END_FIELD
 

    FIELD  degree
        TYPE            I4
        DESCRIPTION     "This is the degree of the chebychev polynomial
                         The range of possible values is 5 to 25."
    END_FIELD
 

    FIELD  xc_01
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 0th 
                         degree."
    END_FIELD
 

    FIELD  xc_02
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 1st
                         degree."
    END_FIELD
 

    FIELD  xc_03
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 2nd 
                         degree."
    END_FIELD
 

    FIELD  xc_04
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 3rd 
                         degree."
    END_FIELD
 

    FIELD  xc_05
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 4th 
                         degree."
    END_FIELD
 

    FIELD  xc_06
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 5th 
                         degree."
    END_FIELD
 

    FIELD  xc_07
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 6th 
                         degree."
    END_FIELD
 

    FIELD  xc_08
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 7th 
                         degree."
    END_FIELD
 

    FIELD  xc_09
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 8th 
                         degree."
    END_FIELD
 

    FIELD  xc_10
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 9th 
                         degree."
    END_FIELD
 

    FIELD  xc_11
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 10th 
                         degree."
    END_FIELD
 

    FIELD  xc_12
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 11th 
                         degree."
    END_FIELD
 

    FIELD  xc_13
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 12th 
                         degree."
    END_FIELD
 

    FIELD  xc_14
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 13th 
                         degree."
    END_FIELD
 

    FIELD  xc_15
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 14th 
                         degree."
    END_FIELD
 

    FIELD  xc_16
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 15th 
                         degree."
    END_FIELD
 

    FIELD  xc_17
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 16th 
                         degree."
    END_FIELD
 

    FIELD  xc_18
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 17th
                         degree."
    END_FIELD
 

    FIELD  xc_19
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 18th 
                         degree."
    END_FIELD
 

    FIELD  xc_20
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 19th 
                         degree."
    END_FIELD
 

    FIELD  xc_21
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 20th
                         degree."
    END_FIELD
 

    FIELD  xc_22
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 21st 
                         degree."
    END_FIELD
 

    FIELD  xc_23
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 22nd
                         degree."
    END_FIELD
 

    FIELD  xc_24
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 23rd 
                         degree."
    END_FIELD
 

    FIELD  xc_25
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 24th
                         degree."
    END_FIELD
 

    FIELD  xc_26
        TYPE            R8
        DESCRIPTION     "This is the X polynomial coefficient of the 25th 
                         degree."
    END_FIELD
 

    FIELD  yc_01
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 0th 
                         degree."
    END_FIELD
 

    FIELD  yc_02
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 1st 
                         degree."
    END_FIELD
 

    FIELD  yc_03
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 2nd 
                         degree."
    END_FIELD
 

    FIELD  yc_04
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 3rd 
                         degree."
    END_FIELD
 

    FIELD  yc_05
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 4th 
                         degree."
    END_FIELD
 

    FIELD  yc_06
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 5th 
                         degree."
    END_FIELD
 

    FIELD  yc_07
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 6th 
                         degree."
    END_FIELD
 

    FIELD  yc_08
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 7th 
                         degree."
    END_FIELD
 

    FIELD  yc_09
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 8th 
                         degree."
    END_FIELD
 

    FIELD  yc_10
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 9th 
                         degree."
    END_FIELD
 

    FIELD  yc_11
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 10th 
                         degree."
    END_FIELD
 

    FIELD  yc_12
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 11th 
                         degree."
    END_FIELD
 

    FIELD  yc_13
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 12th 
                         degree."
    END_FIELD
 

    FIELD  yc_14
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 13th 
                         degree."
    END_FIELD
 

    FIELD  yc_15
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 14th 
                         degree."
    END_FIELD
 

    FIELD  yc_16
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 15th 
                         degree."
    END_FIELD
 

    FIELD  yc_17
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 16th 
                         degree."
    END_FIELD
 

    FIELD  yc_18
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 17th 
                         degree."
    END_FIELD
 

    FIELD  yc_19
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 18th 
                         degree."
    END_FIELD
 

    FIELD  yc_20
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 19th 
                         degree."
    END_FIELD
 

    FIELD  yc_21
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 20th 
                         degree."
    END_FIELD
 

    FIELD  yc_22
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 21st 
                         degree."
    END_FIELD
 

    FIELD  yc_23
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 22nd 
                         degree."
    END_FIELD
 

    FIELD  yc_24
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 23rd 
                         degree."
    END_FIELD
 

    FIELD  yc_25
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 24th 
                         degree."
    END_FIELD
 

    FIELD  yc_26
        TYPE            R8
        DESCRIPTION     "This is the Y polynomial coefficient of the 25th 
                         degree."
    END_FIELD
 

    FIELD  zc_01
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 0th 
                         degree."
    END_FIELD
 

    FIELD  zc_02
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 1st 
                         degree."
    END_FIELD
 

    FIELD  zc_03
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 2nd 
                         degree."
    END_FIELD
 

    FIELD  zc_04
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 3rd 
                         degree."
    END_FIELD
 

    FIELD  zc_05
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 4th 
                         degree."
    END_FIELD
 

    FIELD  zc_06
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 5th 
                         degree."
    END_FIELD
 

    FIELD  zc_07
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 6th 
                         degree."
    END_FIELD
 

    FIELD  zc_08
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 7th 
                         degree."
    END_FIELD
 

    FIELD  zc_09
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 8th 
                         degree."
    END_FIELD
 

    FIELD  zc_10
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 9th 
                         degree."
    END_FIELD
 

    FIELD  zc_11
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 10th
                         degree."
    END_FIELD
 

    FIELD  zc_12
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 11th 
                         degree."
    END_FIELD
 

    FIELD  zc_13
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 12th 
                         degree."
    END_FIELD
 

    FIELD  zc_14
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 13th 
                         degree."
    END_FIELD
 

    FIELD  zc_15
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 14th 
                         degree."
    END_FIELD
 

    FIELD  zc_16
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 15th 
                         degree."
    END_FIELD
 

    FIELD  zc_17
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 16th 
                         degree."
    END_FIELD
 

    FIELD  zc_18
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 17th 
                         degree."
    END_FIELD
 

    FIELD  zc_19
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 18th 
                         degree."
    END_FIELD
 

    FIELD  zc_20
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 19th
                         degree."
    END_FIELD
 

    FIELD  zc_21
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 20th 
                         degree."
    END_FIELD
 

    FIELD  zc_22
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 21st 
                         degree."
    END_FIELD
 

    FIELD  zc_23
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 22nd 
                         degree."
    END_FIELD
 

    FIELD  zc_24
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 23rd
                         degree."
    END_FIELD
 

    FIELD  zc_25
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 24th 
                         degree."
    END_FIELD
 

    FIELD  zc_26
        TYPE            R8
        DESCRIPTION     "This is the Z polynomial coefficient of the 25th 
                         degree."
    END_FIELD
 
END_RECORD
 
 
RELATION  qtmchebychev
    TYPE             QTCHEB_TYPE
    DESCRIPTION      "Moving Target Chebychev Coefficients Relation"
    SUBSYSTEM_USING  "SPSS", "PODPS"
    INDEX  qtmchebychev_1
        TYPE         unique, clustered
        FIELDS       target_id, start_time, end_time
    END_INDEX
END_RELATION
 

INSTANCE  qtmchebychev
    GLOBAL
    TYPE        QTCHEB_TYPE
END_INSTANCE

Go to the top.