Commit ab668ec2 authored by Marc Costa's avatar Marc Costa
Browse files

Fix corrupted file.

parent 6ab76dbd
Loading
Loading
Loading
Loading
(129 B)

File changed and moved.

No diff preview for this file type.

(130 B)

File changed and moved.

No diff preview for this file type.

+6 −6
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ Implementation Notes

                           '$KERNELS/lsk/naif0012.tls'

                           '$KERNELS/sclk/emrsp_rm_fict_20201101.tsc'
                           '$KERNELS/sclk/emrsp_rm_fict_20190208.tsc'

                           '$KERNELS/pck/pck00010.tpc'
                           '$KERNELS/pck/de-403-masses.tpc'
@@ -74,12 +74,12 @@ Implementation Notes
                           '$KERNELS/ik/emrsp_rm_isem_v00.ti'
                           '$KERNELS/ik/emrsp_rm_adron-rm_v00.ti'

                           '$KERNELS/ck/emrsp_rm_rov_sot_20201101_20201102_f20111101_v00.bc'
                           '$KERNELS/ck/emrsp_rm_ptr_sot_20201101_20201102_f20201101_v00.bc'
                           '$KERNELS/ck/emrsp_rm_rov_sot_20201101_20201102_f20190208_v01.bc'
                           '$KERNELS/ck/emrsp_rm_ptr_sot_20201101_20201102_f20190208_v01.bc'

                           '$KERNELS/spk/emrsp_rm_sot_20201101_20201102_v00.bsp'
                           '$KERNELS/spk/emrsp_rm_mlg_00_v00.bsp'
                           '$KERNELS/spk/emrsp_rm_struct_v00.bsp'
                           '$KERNELS/spk/emrsp_rm_sot_20201101_20201102_v02.bsp'
                           '$KERNELS/spk/emrsp_rm_mlg_00_v01.bsp'
                           '$KERNELS/spk/emrsp_rm_struct_v01.bsp'
                           '$KERNELS/spk/de432s.bsp'
                           '$KERNELS/spk/mar097.bsp'

+14 −14
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ RM SCLK File -- TEST DATA -- FICTIONAL
   clock to UTC conversion.
   
   This file contains the data necessary for converting from ET to
   ticks for the FICTIONAL RM spacecraft clock (clock ID code 999)
   ticks for the FICTIONAL RM spacecraft clock (clock ID code 174)
   
   This is intended for study purposes or for those situations in which
   a clock is not available for the structure whose orientation will be
@@ -92,31 +92,31 @@ Kernel DATA

   This SCLK file is constructed so that the valid SCLK strings are
   simply the number of TDB seconds that have passed since the Ephemeris
   epoch 2016-MAR-14-00:00:00.000. Thus 1/288929292.8201 simply
   epoch 2019-FEB-08-00:00:00.000. Thus 1/288929292.8201 simply
   represents the epoch that occurs 288929292.8201 TDB seconds past the
   ET epoch 2016-MAR-14-00:00:00.000.
   ET epoch 2019-FEB-08-00:00:00.000.
 
   For all time, the clock runs at the same rate as TDB. There is only
   one partition for this clock.

  \begindata

        SCLK_KERNEL_ID           = ( @2020-11-01 )
        SCLK_KERNEL_ID           = ( @2019-02-08 )

        SCLK_DATA_TYPE_999        = ( 1 )
        SCLK01_TIME_SYSTEM_999    = ( 1 )
        SCLK01_N_FIELDS_999       = ( 2 )
        SCLK01_MODULI_999         = ( 4294967296 65536 )
        SCLK01_OFFSETS_999        = ( 0 0 )
        SCLK01_OUTPUT_DELIM_999   = ( 1 )
        SCLK_DATA_TYPE_174        = ( 1 )
        SCLK01_TIME_SYSTEM_174    = ( 1 )
        SCLK01_N_FIELDS_174       = ( 2 )
        SCLK01_MODULI_174         = ( 4294967296 65536 )
        SCLK01_OFFSETS_174        = ( 0 0 )
        SCLK01_OUTPUT_DELIM_174   = ( 1 )

        SCLK_PARTITION_START_999  = ( 0 )
        SCLK_PARTITION_START_174  = ( 0 )

        SCLK_PARTITION_END_999    = ( 2.81474976710656E14 )
        SCLK_PARTITION_END_174    = ( 2.81474976710656E14 )

        SCLK01_COEFFICIENTS_999   = (
        SCLK01_COEFFICIENTS_174   = (
 
              0.0000000000000E+00     @2020-NOV-01-00:00:00.000         1 )
              0.0000000000000E+00     @2019-FEB-08-00:00:00.000         1 )

  \begintext
  
Loading