IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 17 and Version 18 of Basic_GPC1_Processing_for_End_Users


Ignore:
Timestamp:
Mar 6, 2009, 9:29:25 AM (17 years ago)
Author:
Michael Wood-Vasey
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Basic_GPC1_Processing_for_End_Users

    v17 v18  
    5252   -mask chip/o4741g0234o.36475.ch.11948.XY55.ch.mk.fits \
    5353   -weight chip/o4741g0234o.36475.ch.11948.XY55.ch.wt.fits \
     54   -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF \
    5455   testout
    5556}}}
    5657
    57 will create testout.cmf.  If you want to see what psphot is doing as it runs, you may be interested in the '-visual' option
     58will 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
    5859
    5960{{{
     
    6263        -weight chip/o4741g0234o.36475.ch.11948.XY55.ch.wt.fits \
    6364        -visual \
     65        -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF \
    6466        testout
    6567}}}
     
    336338    -inmask  $new.mask.fits -invariance  $new.wt.fits \
    337339    -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
    339342}}}
    340343