Package jpl.mipl.mars.rmc

Package containing all of the RMC XML processing programs.

See:
          Description

Class Summary
QuaternionTranslation Purpose: Utility class that takes a quaternion from the command line and prints its associated axis-angle and euler angle form.
RVF_Append Purpose: Append a set of CS definitions from a generic RMC file to site's master file (e.g.
RVF_Daily Purpose: Generate daily RVF file from RVF master.
RVF_Ingest Purpose: Add telemetry info from list of EDR/RDR's to the given site's master file
RVF_ListRMC Purpose: Report on RMC's for a given solution
RVF_ListSolutions Purpose: Report on solutions for a given RMC
SVF_Append Purpose: Append a site vector from a generic RMC (Rover State) file to master file
SVF_Daily Purpose: Generate daily SVF file from SVF master
SVF_NewSite Purpose: Declare a new site and add to SVF Master file.
SVF_Report Purpose: Report all, selected or latest solutions for all or selected sites
 

Package jpl.mipl.mars.rmc Description

Package containing all of the RMC XML processing programs.

This package makes use of the DOMutils utility jpl.mipl.io.util.DOMutils
This package makes use of the ImageUtils utility jpl.mipl.io.ImageUtils
This package makes use of the class utilities from org.w3c.dom.*