<?xml version="1.0" encoding="UTF-8"?>

<!-- <!DOCTYPE sddlschema SYSTEM "sddlschema.xsd">-->

<sddl>

<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- -->
<!--  SDDL Name:  COS_ACQ_DISP.SDDL -->
<!-- -->
<!--  Purpose:      This SDDL file defines the COS_ACQ_DISP relation. -->
<!-- -->
<!--  Modification History:-->
<!-- -->
<!--    Date       PR      Who                       Reason -->
<!--  - - - -    - - - -   - -   - - - - - - - - - - - - - - - - - - - - - -->
<!--  06/14/96   29753     Baum   Original implementation-->
<lm>  07/03/03   48821     CTB   Converted to XML format </lm>
<lm>  07/21/08   56981     Mary  Copied from stis_disp.xml</lm>
<lm>  08/08/08   60349     Mary  Copied from cos_disp.xml and then modified</lm><!-- last mod -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
 

    <record name="COS_ACQ_DISP_TYPE"> 
 
 
        <description>"This relation is used to define the values OPUS needs for
                  gc_cos to calculate the DISP_OFFSET and XDISPOFFSET values
                  in the ACQ/SEARCH and ACQ/PEAKD binary tables."</description>


            <field name="datatype">
                    <type>C10</type>
                    <description>"ACQ/SEARCH and ACQ/PEAKD are the two file
                         types that will use this table. "</description>
            </field>
	
            <field name="scansize">
                    <type>C8</type>
                    <description>EVEN and ODD for ACQ/SEARCH.
                         3, 5, 7 and 9 for ACQ/PEAKD. "</description>
            </field>
	
            <field name="dwell_point">
                    <type>I4</type>
                    <description>"The dwell point translates into the
                       row of the table that is being calculated "</description>
            </field>
	
            <field name="disp_offset">
                    <type>R4</type>
                    <description>"Factor for the DISP_OFFSET calculation. "</description>
            </field>
 
            <field name="xdisp_offset">
                    <type>R4</type>
                    <description>"Factor for the XDISP_OFFSET calculation. "</description>
            </field>
 
    </record>
 
 
 
 
    <relation name="cos_acq_disp">
 
        <type>COS_ACQ_DISP_TYPE</type>

        <description>COS ACQ Dispersion Factors</description>

        <subsystem_using>OPUS</subsystem_using>

        <index name="cos_acq_disp_1">
            <type>unique clustered</type>
            <field name="datatype"/>
            <field name="scansize"/>
            <field name="dwell_point"/>
        </index>

    </relation>
 
 
 
    <instance  name="cos_acq_disp" scope="global" type="COS_ACQ_DISP_TYPE" />
 
</sddl>
