summaryrefslogtreecommitdiff
path: root/scripts/ac_iraf_defs
diff options
context:
space:
mode:
authorJames E.H. Turner <jturner@gemini.edu>2016-09-01 09:47:13 -0400
committerJames E.H. Turner <jturner@gemini.edu>2016-09-01 09:47:13 -0400
commitf3268c7558b8679aef84659d98fc89eba9d82cc4 (patch)
tree8f917299efecb3958bee02322f4b40934320f912 /scripts/ac_iraf_defs
parentd026f53ee29bc053dfb1d77bf7849c61a176c33d (diff)
downloadastroconda-iraf-helpers-f3268c7558b8679aef84659d98fc89eba9d82cc4.tar.gz
Rename scripts consistently to reflect use of AstroConda-specific conventions.
Diffstat (limited to 'scripts/ac_iraf_defs')
-rw-r--r--scripts/ac_iraf_defs21
1 files changed, 21 insertions, 0 deletions
diff --git a/scripts/ac_iraf_defs b/scripts/ac_iraf_defs
new file mode 100644
index 0000000..fe5aca8
--- /dev/null
+++ b/scripts/ac_iraf_defs
@@ -0,0 +1,21 @@
+# Some common IRAF-package name definitions for the sh scripts in this dir.
+# (also see separate defs. in the python scripts for now)
+
+extern_dir="iraf_extern"
+extern_pkg="extern.pkg"
+
+pkg_extpkg="ur_extern.pkg"
+pkg_manifest="ur_manifest"
+pkg_patterns="ur_mkpkg_patterns"
+pkg_mkpkg_cmd="ur_mkpkg_cmd"
+pkg_mkhelp_cmd="ur_mkhelp_cmd"
+pkg_omit_list="numrec_list.txt"
+
+log_name="build_log"
+err_log_name="build_log.errors"
+help_log_name="help_log"
+
+# Files to copy from the recipe to the build (if present):
+ac_iraf_files="$pkg_extpkg $pkg_manifest $pkg_patterns $pkg_mkpkg_cmd\
+ $pkg_mkhelp_cmd $pkg_omit_list"
+