diff options
Diffstat (limited to 'iraf.cutoutpkg/ur_extern.pkg')
-rw-r--r-- | iraf.cutoutpkg/ur_extern.pkg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iraf.cutoutpkg/ur_extern.pkg b/iraf.cutoutpkg/ur_extern.pkg new file mode 100644 index 0000000..e387524 --- /dev/null +++ b/iraf.cutoutpkg/ur_extern.pkg @@ -0,0 +1,6 @@ +# http://archive.noao.edu/ndwfs/data-cutout.html +reset cutoutpkg = UR_VDIR # UR - define pkg to find help database +task cutoutpkg.pkg = cutoutpkg$cutoutpkg.cl +reset helpdb= ( envget("helpdb") + ",cutoutpkg$lib/helpdb.mip" ) # Added for UR +reset aproposdb= ( envget("aproposdb") + ",cutoutpkg$lib/apropos.db" ) # UR + |