diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /vendor/voclient/voapps/_z | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'vendor/voclient/voapps/_z')
-rwxr-xr-x | vendor/voclient/voapps/_z | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/voclient/voapps/_z b/vendor/voclient/voapps/_z new file mode 100755 index 00000000..d041968c --- /dev/null +++ b/vendor/voclient/voapps/_z @@ -0,0 +1,13 @@ +#!/bin/csh -fx + +./voatlas -b infrared -o img001.fits ngc4258 +./voatlas -p nvss -v -o img002.fits +./voatlas -s 20m --survey=wise22 -o img003.fits m101 +./voatlas -n 256 --survey=sdssg -o img004.fits ngc4258 +# +./voatlas -n 256 -p sdssg -o img005.fits ngc4258 +# +./voatlas --band=infrared -o img006.fits ngc4258 +./voatlas --survey=nvss -v -o img007.fits +./voatlas --size=20m --survey=wise22 -o img008.fits m101 +./voatlas --naxis=256 --survey=sdssg -o img009.fits ngc4258 |