IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

PS1_SAS_AstromPhotom_20100310: run.relastro

File run.relastro, 392 bytes (added by eugene, 16 years ago)
Line 
1# /bin/csh -f
2
3set catdir = catdir
4
5if (0) then
6 foreach f (1 2 3 4)
7 relastro -v -D CATDIR $catdir -update-objects -update -region 133.0 145.0 31.0 42.0
8 relastro -v -D CATDIR $catdir -update-chips -update -region 133.0 145.0 31.0 42.0
9 end
10endif
11
12if (1) then
13 foreach f (g r i z y)
14 relphot -v -D CATDIR $catdir -nloop 15 -update -region 133.0 145.0 31.0 42.0 $f
15 end
16endif
17