Changes between Version 17 and Version 18 of Basic_GPC1_Processing_for_End_Users
- Timestamp:
- Mar 6, 2009, 9:29:25 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Basic_GPC1_Processing_for_End_Users
v17 v18 52 52 -mask chip/o4741g0234o.36475.ch.11948.XY55.ch.mk.fits \ 53 53 -weight chip/o4741g0234o.36475.ch.11948.XY55.ch.wt.fits \ 54 -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF \ 54 55 testout 55 56 }}} 56 57 57 will create testout.cmf . If you want to see what psphot is doing as it runs, you may be interested in the '-visual' option58 will create testout.cmf (the "-F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF" is needed to avoid '{CHIP.NAME}' being put in the name of your output file since in normal processing psphot thinks that if it's using the GPC1 camera it should use 'recipes/filerules-split.mdc'). If you want to see what psphot is doing as it runs, you may be interested in the '-visual' option 58 59 59 60 {{{ … … 62 63 -weight chip/o4741g0234o.36475.ch.11948.XY55.ch.wt.fits \ 63 64 -visual \ 65 -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF \ 64 66 testout 65 67 }}} … … 336 338 -inmask $new.mask.fits -invariance $new.wt.fits \ 337 339 -refmask $ref.mask.fits -refvariance $ref.wt.fits \ 338 -sources $new.cmf -type ISIS -threads 2 -photometry 340 -sources $new.cmf -type ISIS -threads 2 -photometry 341 339 342 }}} 340 343
