Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dostuffthatmatters committed Jan 25, 2024
1 parent 57fd6b8 commit 425de68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The pipeline offers:
- **Parallelization of the Proffast Pylot execution:** The Pylot already provides a parallelization. Still, the outputs of multiple days are merged into one output directory, and the Pylot can only process data from one station at a time. The pipeline will run the Pylot execution for each station and date individually inside a containerized environment.
- **Fully automated interface to obtain Ginput Data:** The atmospheric profiles downloader of this pipeline automates the request for GGG2014 and GGG2020 data (supporting standard sites) from `ftp://ccycle.gps.caltech.edu`. The manualy instructions can be found here: https://tccon-wiki.caltech.edu/Main/ObtainingGinputData.
- **Comprehensive logs and output data management:** It will store failed and succeeded containers. The output is the same as with the Pylot but also contains all config files the pipeline used to run this container and logs generated by the container.
- **Postprocessing of raw timeseries:** Data of correlated stations can be smoothed and merged into daily output files. The output files contain header sections with everything needed to reproduce the output file based on the raw interferograms. See [Merged Outputs Files 👇](#merged-outputs-files) for more details.
- **Postprocessing of raw timeseries:** Data of correlated stations can be smoothed and merged into daily output files. The output files contain header sections with everything needed to reproduce the output file based on the raw interferograms ([read about the format here](/guides/directories#exports)).
- **Documentation and complete API reference:** hosted at https://em27-retrieval-pipeline.netlify.app/

## Getting Started
Expand Down

0 comments on commit 425de68

Please sign in to comment.