- Create an conda environment to install this package.
conda create --name pymiri_utils python=3.11- Activate the conda environment
conda activate pymiri_utils- Install package using pip. I have used the HTTP protocol to get the package but you can also use SSH if you prefer.
pip install git+https://github.com/STScI-MIRI/pyMIRI.gitThis project contains pymiri package that can be used to work with MIRI data. The pacakge contains CLI scripts: get_data, select_data, generate_imager_flat, and generate_lrs_flat.
-
get_data is a command line script that can be used to get appropriate data from the MAST archive.
-
select_data is a script to select the appropriate files to use in generating MIRI imager flat.
-
generate_imager/lrs_flat is a script to build a MIRI imager/lrs flat using an input manifest (output of the select_data script).
Sachin(dev) Shenoy
This code is licensed under a OSI Approved MIT license (see theLICENSE
file).