aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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