Changeset 5591
- Timestamp:
- Nov 23, 2005, 4:11:37 PM (21 years ago)
- Location:
- trunk/Ohana/src/shell/src
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/shell/src/getfocus
r2444 r5591 110 110 rm -f $temp.pro 111 111 set ccd = $ccdn[1] 112 echo "input $script" >> $temp.pro 112 113 echo "plotfocus $temp $temp.ppm $name $fdir/$name/$name$ccd.fits" >> $temp.pro 113 mana --norc --only $ script $temp.pro114 mana --norc --only $temp.pro 114 115 if ($status) goto failure 115 116 … … 138 139 set ccdnum = $ccdn[$i] 139 140 set ccdnam = $ccds[$i] 141 echo "input $script" >> $temp.pro 140 142 echo "split $fdir/$name.fits $ccdnam $temp.$ccdnum.fits" >> $temp.pro 141 143 @ i++ 142 144 end 143 mana --norc --only $ script $temp.pro145 mana --norc --only $temp.pro 144 146 145 147 # run sextractor on each chip … … 164 166 rm -f $temp.pro 165 167 set ccd = $ccdn[1] 168 echo "input $script" >> $temp.pro 166 169 echo "plotfocus $temp $temp.ppm $name $temp.$ccd.fits" >> $temp.pro 167 mana --norc --only $ script $temp.pro170 mana --norc --only $temp.pro 168 171 if ($status) goto failure 169 172 -
trunk/Ohana/src/shell/src/getseeing
r2444 r5591 71 71 if ($Nextend != $Nccds) set tccd = $amp 72 72 # use amp for un-spliced data, ccd for spliced 73 echo "subraster.mef $file $tccd $temp.fits $temp.stats" > $temp.pro 73 echo "input $script" > $temp.pro 74 echo "subraster.mef $file $tccd $temp.fits $temp.stats" >> $temp.pro 74 75 else 75 echo "subraster.split $file $ccd $temp.fits $temp.stats" > $temp.pro 76 echo "input $script" > $temp.pro 77 echo "subraster.split $file $ccd $temp.fits $temp.stats" >> $temp.pro 76 78 endif 77 79 78 80 # run mana 79 mana --only $ script $temp.pro || goto failure;81 mana --only $temp.pro || goto failure; 80 82 81 83 # run sextractor -
trunk/Ohana/src/shell/src/mkjpeg
r16 r5591 61 61 endif 62 62 63 echo "init.mosaic" > $temp 63 echo "input $script" > $temp 64 echo "init.mosaic" >> $temp 64 65 foreach ccd (00 01 02 03 04 05 06 07 08 09 10 11) 65 66 if ($mef) then … … 75 76 echo "jpeg.mosaic $temp.jpg $temp.zoom.jpg" >> $temp 76 77 77 mana --norc --only $ script $temp78 mana --norc --only $temp 78 79 # ppmquant 256 $temp.jpg | ppmtogif > $output 79 80 djpeg -gif < $temp.jpg > $output -
trunk/Ohana/src/shell/src/sp_phot
r4784 r5591 117 117 118 118 # rsh -n $DBMACHINE addstar -skyprobe -image -cal TYCHO_V TYCHO_B $SMPDIR/$root.smp 119 addstar -skyprobe -image -cal TYCHO_V TYCHO_B$SMPDIR/$root.smp119 addstar -skyprobe -image -cal $SMPDIR/$root.smp 120 120 # if ($status) goto cleanup; 121 121
Note:
See TracChangeset
for help on using the changeset viewer.
