PS1_SAS_AstromPhotom_20100310: run.relastro
| File run.relastro, 392 bytes (added by , 16 years ago) |
|---|
| Line | |
|---|---|
| 1 | # /bin/csh -f |
| 2 | |
| 3 | set catdir = catdir |
| 4 | |
| 5 | if (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 |
| 10 | endif |
| 11 | |
| 12 | if (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 |
| 16 | endif |
| 17 |
