Commit a52f4457 authored by chrisryancombs's avatar chrisryancombs Committed by Makayla Shepherd
Browse files

Added STARTOFFSET and ENDOFFSET parameters to kerneldbgen to allow for editing...

Added STARTOFFSET and ENDOFFSET parameters to kerneldbgen to allow for editing of start and end times. Fixes #5272.
parent 57a6c85e
Loading
Loading
Loading
Loading
+0 −38
Original line number Diff line number Diff line
@@ -148,10 +148,6 @@
      Added three additional decimal places to the output of the TIME keyword in output
      kernel database file.  Fixes #2236.
    </change>
    <change name="Christopher Combs" date="2018-01-11">
      Added STARTOFFSET and ENDOFFSET parameters to allow for slight editing to start and end times.
      Fixes #5272.
    </change>
  </history>

  <groups>
@@ -329,40 +325,6 @@
        </default>
      </parameter>
    </group>
    <group name="Offset">
      <parameter name="STARTOFFSET">
        <type>double</type>
        <brief>
          Seconds to subtract from each start time in the kernel.
        </brief>
        <minimum inclusive="yes">0.0</minimum>
        <description>
          This parameter is used to specify the amount of offset (in seconds) to apply to the 
          StartTime value for each kernel that is used to populate the db file. This value will be
          subtracted the value found in the kernel. If left as 0.0, no offset will be applied, and 
          the Time will be copied over as written in the kernel.
        </description>
        <default>
          <item>0.0</item>
        </default>
      </parameter>
      <parameter name="ENDOFFSET">
        <type>double</type>
        <brief>
           Seconds to add to each end time in the kernel.
        </brief>
        <minimum inclusive="yes">0.0</minimum>
        <description>
          This parameter is used to specify the amount of offset (in seconds) to apply to the 
          EndTime value for each kernel that is used to populate the db file. This value will be
          added to the value found in the kernel. If left as 0.0, no offset will be applied, and the
          Time will be copied over as written in the kernel.
        </description>
        <default>
          <item>0.0</item>
        </default>
      </parameter>
    </group>
    <!-- Removed because NADIR kerels are not specifed by files, instead NADIR pointing is caluculated as normal to the surface from the current spacecraft position
    <group name="Nadir">
      <parameter name="NADIRDIR">