blob: e387524a0476a36b4f5e8f2042862c1d7f9a7658 (
plain) (
blame)
1
2
3
4
5
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
|