diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-08 01:16:22 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-08 01:16:22 -0400 | 
| commit | 6e6709d9ff999c8c973fabd2c8df484975083d8b (patch) | |
| tree | c917a7258522397bd0d737ec9ec80e787d22f07b /mission | |
| parent | da3ef1951d68485f8d833674c7de2d724a668342 (diff) | |
| download | stasis-6e6709d9ff999c8c973fabd2c8df484975083d8b.tar.gz | |
First pass at implementing dedicated default mission environment(s)
Diffstat (limited to 'mission')
| -rw-r--r-- | mission/hst/base.yml | 32 | 
1 files changed, 32 insertions, 0 deletions
| diff --git a/mission/hst/base.yml b/mission/hst/base.yml new file mode 100644 index 0000000..30b20c1 --- /dev/null +++ b/mission/hst/base.yml @@ -0,0 +1,32 @@ +channels: +  - conda-forge +dependencies: +  - fitsverify +  - hstcal +  - pip +  - python +  - setuptools +  - pip: +    - acstools +    - calcos +    - costools +    - crds +    - drizzlepac +    - fitsblender +    - gwcs +    - hasp +    - nictools +    - spherical_geometry +    - stistools +    - stregion +    - stsci.image +    - stsci.imagestats +    - stsci.skypac +    - stsci.stimage +    - stsci.tools +    - stwcs +    - tweakwcs +    - ullyses +    - ullyses-utils +    - wfc3tools +    - wfpc2tools | 
