aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-08 09:11:18 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-08 09:11:18 -0400
commit55f7ea5a3c0895560f90ff5ef0a2f7081bbecb97 (patch)
tree6fd48ea0a007d843acd2025bcd49738bfe898ac7
parent6e6709d9ff999c8c973fabd2c8df484975083d8b (diff)
downloadstasis-55f7ea5a3c0895560f90ff5ef0a2f7081bbecb97.tar.gz
Add skeleton base mission environments:
* generic * jwst * roman
-rw-r--r--mission/generic/base.yml2
-rw-r--r--mission/hst/base.yml2
-rw-r--r--mission/jwst/base.yml6
-rw-r--r--mission/roman/base.yml9
4 files changed, 18 insertions, 1 deletions
diff --git a/mission/generic/base.yml b/mission/generic/base.yml
new file mode 100644
index 0000000..651b839
--- /dev/null
+++ b/mission/generic/base.yml
@@ -0,0 +1,2 @@
+channels:
+ - conda-forge \ No newline at end of file
diff --git a/mission/hst/base.yml b/mission/hst/base.yml
index 30b20c1..af115cf 100644
--- a/mission/hst/base.yml
+++ b/mission/hst/base.yml
@@ -29,4 +29,4 @@ dependencies:
- ullyses
- ullyses-utils
- wfc3tools
- - wfpc2tools
+ - wfpc2tools \ No newline at end of file
diff --git a/mission/jwst/base.yml b/mission/jwst/base.yml
new file mode 100644
index 0000000..e72633c
--- /dev/null
+++ b/mission/jwst/base.yml
@@ -0,0 +1,6 @@
+channels:
+ - conda-forge
+dependencies:
+ - pip
+ - python
+ - setuptools \ No newline at end of file
diff --git a/mission/roman/base.yml b/mission/roman/base.yml
new file mode 100644
index 0000000..a1d49a0
--- /dev/null
+++ b/mission/roman/base.yml
@@ -0,0 +1,9 @@
+channels:
+ - conda-forge
+dependencies:
+ - pip
+ - python
+ - setuptools
+ - pip:
+ - romancal
+ - stcal \ No newline at end of file