Metadata-Version: 2.4
Name: juice_trajectory_assessment
Version: 0.7.0
Summary: Python package for reporting Juice Trajectory Assessment
Home-page: https://juigitlab.esac.esa.int/core-system/uplink/juice_trajectory_assessment
Author: JUICE SOC team
Author-email: juice_soc@cosmos.esa.int
Keywords: esa,Juice,EPS,OSVE,planetary,space,metrics,trajectory,assessment,crema
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: tabulate>=0.9.0
Requires-Dist: esac-juice-pyutils>=0.3.2
Requires-Dist: osve_wrapper>=0.2.5
Requires-Dist: soa-report>=1.2.0
Requires-Dist: rst2html5>=2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: requires-dist
Dynamic: summary

# Juice Trajectory Assessment

## 1. Getting Started

This Python package provides libs and tools for to assess the Juice Trajectory reporting metrics using as inputs 
the output provided from different SOC tools. (eps_wrapper, geopipeline, moon coverage)

The following tools are being provided:
* juice_trajectory_assessment: reporting metrics using as inputs the output provided
 from different SOC tools. (osve_wrapper/eps_wrapper, geopipeline, moon coverage)
* juice_trajectory_assessment_comparison: generating a comparison report between 2 trajectories (Crema) 
* juice_trajectory_assessment_rst2pdf: a simple tool allowing to update the report.rst 
and re-generate the corresponding pdf.

### 1.1 Tool Details

#### 1.1.1 juice_trajectory_assessment

This tool allows to generate a Trajectory Assessment report for a given Trajectory (crema)

    juice_trajectory_assessment -c <path to configuration file>
 

the output include the report in rst, pfg and html format

#### 1.1.2 juice_trajectory_assessment_comparison

This tool allows to generate a Trajectory Assessment Comparison report comparing 2 trajectories (Crema) 

    juice_trajectory_assessment_comparison -c <path to configuration file>
 
the output include the report in rst, pfg and html format

#### 1.1.3 juice_trajectory_assessment_rst2pdf

This tool allow to refine the pdf report if needed.
For instance add a note.

    juice_trajectory_assessment_rst2pdf <path_to_rst_report>
    
The output is the corresponding pdf

### 1.2 Installation

#### 1.2.1 Prerequisites
 
* Python 3.7 or higher.

#### 1.2.2 Setup

##### 1.2.2.1 Package installation 

From command line install the following packages using pip:

    pip install juice_trajectory_assessment
