Skip to content

DexinLai/mcstools

 
 

Repository files navigation

mcs-tools

Tools to read and process Mars Climate Sounder files.

Setup

Download or clone the repo:

$ git clone https://github.com/cloudspotting-on-mars/com-analysis-tools

Setup a virtual environment with python3 -m venv env and install with pip install -e .

Download data

See https://pds-atmospheres.nmsu.edu/data_and_services/atmospheres_data/MARS/atmosphere_temp_prof.html

Read a single file

To read in an L1B file as a DataFrame:

from mcstools import L1BReader
reader = L1BReader()
reader.read(path_to_file)

Load Data from PDS

To load data from PDS:

from mcstools import L1BLoader
loader = L1BLoader(pds=True)
loader.load_date_range("2016-01-01", "2016-01-02")

About

Tools to read Mars Climate Sounder files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Makefile 0.4%