Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonolson committed Jan 30, 2022
1 parent 3a66a70 commit 2e751d8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@

## Description

The emit-sds-l1a repository contains scripts for executing the various EMIT L0 PGEs. These PGEs include the following functions:
Welcome to the emit-sds-l1a repository. This repository contains scripts for executing the various EMIT L0 PGEs. These PGEs include the following functions:
* Stripping HOSC headers from input HOSC files and outputting CCSDS files
* Getting the start and stop times of CCSDS files

To understand how this repository is linked to the rest of the emit-sds repositories, please see the [repository guide](https://github.com/emit-sds/emit-main/wiki/Repository-Guide).

## Installation Instructions

Clone the repository:
```bash
```
git clone https://github.jpl.nasa.gov/emit-sds/emit-sds-l0.git
```
Run pip install:
```bash
```
cd emit-sds-l0
pip install -e .
```
Clone the L0 EDP repository:
```bash
```
git clone https://github.jpl.nasa.gov/emit/emit-l0edp.git
```
Build cargo
```bash
```
cd emit-l0edp
cargo build --release
```
Expand All @@ -35,7 +37,7 @@ This repository is based on Python 3.x. See `emit-sds-l0/setup.py` for specific

### Stripping HOSC Headers

```bash
```
./run_l0.sh <in_dir> <out_dir> <report_log> <ccsds_check_script> <l0_proc_exe>
```
Where:
Expand All @@ -47,6 +49,6 @@ Where:

### Getting CCSDS Start and Stop Times

```bash
```
python get_ccsds_start_stop_times.py <input_ccsds_path> <output_json_path>
```

0 comments on commit 2e751d8

Please sign in to comment.