KPL/MK

Meta-kernel for CReMA Issue 3 Revision 0 SOC Studies - v2.0.0 2018-10-10_001
============================================================================

   This meta-kernel lists the JUICE SPICE kernels providing information
   for the full mission based on the following mission scenario:

     mantra_juice_jup_a5d_141a_lau_c5e_016.oem


Usage of the Meta-kernel
-------------------------------------------------------------------------

   This metakernel is only for project analysis at this stage.

   Note that a default Attitude profile has been implemented for the whole
   mission by the following C-Kernels:

      juice_sc_sat_crema_x_y_default_YYMMDD_YYMMDD_f20160326_vnn.bc
      juice_sc_sat_crema_x_y_comms_YYMMDD_YYMMDD_f20160326_vnn.bc
      juice_sc_sat_crema_x_y_conjctn_YYMMDD_YYMMDD_f20160326_vnn.bc
      juice_sc_sat_crema_x_y_flybys_YYMMDD_YYMMDD_f20160326_vnn.bc


   Please note that the order in which the previous kernels is loaded is
   important. The *_default_* kernel implements the default attitude
   during the main phases of the mission (interplanetary transfer,
   Jupiter Tour and Ganymede Phase) this kernel  needs to be loaded first
   and is followed by *_comms_* which provides a baseline of the
   communications attitude (required to perform an 8 hours daily pass with
   Malargue). If desired this kernel can be removed to omit this attitude.
   Next a CK implementing the Conjunction phases is set with a default
   conjunction orientatin. Finally the *_flybys_* kernel is loaded which
   includes the default s/c orientation for the planetary swing-bys and
   moon flybys.

   Reading the comments of the binary C-Kernels is very helpful to
   understand the implemented attitude. You can use the following NAIF
   command line utility to extract that information from the kernels:

      > commnt -r juice_sc_*.bc

   The kernels listed below can be obtained from the ESAC FTP server:

      ftp://spiftp.esac.esa.int/data/SPICE/JUICE/kernels/



Implementation Notes
-------------------------------------------------------------------------    

   IMPORTANT: this trajectory is designed using the latest Jupiter Moons 
   ephemeris data as provided by the IMCCE - so called IMCCE L2 model

   It is recommended that users make a local copy of this file and
   modify the value of the PATH_VALUES keyword to point to the actual
   location of the JUICE SPICE data set's ``data'' directory on their
   system. Replacing ``/'' with ``\'' and converting line terminators
   to the format native to the user's system may also be required if
   this meta-kernel is to be used on a non-UNIX workstation.

   DISCLAIMER: Pleae note that the current kernels are pre-operational and 
   they are subject to change.

-------------------   

   This file was created on October 16, 2018 by Marc Costa Sitja ESAC/ESA.


   \begindata

     PATH_VALUES       = ( '../..'  )

     PATH_SYMBOLS      = ( 'KERNELS' )

     KERNELS_TO_LOAD   = (

        '$KERNELS/ck/juice_sc_sat_crema_3_0_default_20220601_20330604_f20160326_v04.bc'
        '$KERNELS/ck/juice_sc_sat_crema_3_0_comms_20220601_20330604_f20160326_v01.bc'
        '$KERNELS/ck/juice_sc_sat_crema_3_0_conjctn_20220601_20330604_f20160326_v01.bc'
        '$KERNELS/ck/juice_sc_sat_crema_3_0_flybys_20220601_20330604_f20160326_v03.bc'
        '$KERNELS/ck/juice_lpbooms_f20160326_v01.bc'
        '$KERNELS/ck/juice_magboom_f20160326_v03.bc'
        '$KERNELS/ck/juice_mga_zero_f20160326_v02.bc'
        '$KERNELS/ck/juice_majis_scan_zero_f20160326_v02.bc'                          
        '$KERNELS/ck/juice_swi_scan_zero_f20160326_v02.bc'

        '$KERNELS/fk/juice_v16.tf'
        '$KERNELS/fk/juice_sci_v07.tf'
        '$KERNELS/fk/juice_ops_v05.tf'
        '$KERNELS/fk/juice_dsk_surfaces_v00.tf'
        '$KERNELS/fk/rssd0002.tf'
        '$KERNELS/fk/earth_topo_050714.tf'
        '$KERNELS/fk/earthfixediau.tf'
        '$KERNELS/fk/estrack_v01.tf'

        '$KERNELS/ik/juice_gala_v03.ti'
        '$KERNELS/ik/juice_janus_v05.ti'
        '$KERNELS/ik/juice_jmc_v00.ti'
        '$KERNELS/ik/juice_majis_v04.ti'
        '$KERNELS/ik/juice_navcam_v00.ti'
        '$KERNELS/ik/juice_pep_v08.ti'
        '$KERNELS/ik/juice_rime_v04.ti'
        '$KERNELS/ik/juice_rpwi_v02.ti'
        '$KERNELS/ik/juice_str_v00.ti'
        '$KERNELS/ik/juice_swi_v06.ti'
        '$KERNELS/ik/juice_uvs_v03.ti'
        
        '$KERNELS/lsk/naif0011.tls'

        '$KERNELS/pck/pck00010.tpc'
        '$KERNELS/pck/de-403-masses.tpc'
        '$KERNELS/pck/gm_de431.tpc'
        '$KERNELS/pck/juice_jup001.tpc'

        '$KERNELS/sclk/juice_fict_20160326.tsc'
        
        '$KERNELS/spk/juice_mat_crema_3_0_20220601_20330604_v01.bsp'
        '$KERNELS/spk/juice_struct_v06.bsp'
        '$KERNELS/spk/juice_cog_v00.bsp'
        '$KERNELS/spk/de430.bsp'
        '$KERNELS/spk/mar085_20200101_20400101.bsp'
        '$KERNELS/spk/earthstns_fx_050714.bsp'                          
        '$KERNELS/spk/estrack_v01.bsp'
        '$KERNELS/spk/new_norcia.bsp'
        '$KERNELS/spk/jup300_20200101_20400101.bsp'
        '$KERNELS/spk/jup230_20200101_20400101.bsp'
        '$KERNELS/spk/jup310_20200101_20400101.bsp'
        '$KERNELS/spk/noe-5-2010-gal-a2_20200101_20380902.bsp'

     )

   \begintext


End of MK file.