Commit 453fd61f authored by Marc Costa's avatar Marc Costa
Browse files

Changes to incorporate Unity Scenario

parent eb843705
Loading
Loading
Loading
Loading
−130 B

File deleted.

+12.4 MiB

File added.

No diff preview for this file type.

+467286 −0

File added.

Preview size limit exceeded, changes collapsed.

+13 −17
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ ExoMarsRSP Digital Shape Kernel Surfaces Definitions Kernel
Version and Date
------------------------------------------------------------------------

   Version 0.0.0 -- January 4, 2019 -- Marc Costa Sitja, ESAC/ESA
   Version 0.0.0 -- November 29, 2019 -- Marc Costa Sitja, ESAC/ESA

      First version.

@@ -94,36 +94,32 @@ Definition Section
   body DSK surfaces. These mappings are supported by all SPICE
   toolkits with integrated DSK capabilities (version N0066 or later).

   Mars Satellite Phobos Surface name/IDs:
   Mars Surface name/IDs:

          DSK Surface Name          ID          Body ID
      ===========================  =====  =======

      PHOBOS_M157_GAS_V01          14011      401
      PHOBOS_K137_DLR_V01          10041      401
      ===========================  ==========  ==========
       RM_SITE_001_001             -174701001  -174701001


   Name-ID Mapping keywords:

   \begindata

      NAIF_SURFACE_NAME += 'PHOBOS_M157_GAS_V01'
      NAIF_SURFACE_CODE += 14011
      NAIF_SURFACE_BODY += 401

      NAIF_SURFACE_NAME += 'PHOBOS_K137_DLR_V01'
      NAIF_SURFACE_CODE += 10041
      NAIF_SURFACE_BODY += 401
      NAIF_BODY_NAME += ( 'RM_SITE_001_001' )
      NAIF_BODY_CODE += ( -174701001 )
      NAIF_SURFACE_NAME   += 'RM_SITE_001_001'
      NAIF_SURFACE_CODE   += -174701001
      NAIF_SURFACE_BODY   += -174701001

   \begintext


   Mars Satellite Deimos Surface name/IDs:
   NavCam and PanCam Mars Surface name/IDs:

        DSK Surface Name          ID    Body ID
      ===========================  =====  =======

      DEIMOS_K002_THO_V01          14020      402
       WAC_Pos5-000848_3D          400999     400


   Name-ID Mapping keywords:
Loading