IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 28 and Version 29 of Basic_GPC1_Processing_for_End_Users


Ignore:
Timestamp:
Apr 3, 2009, 7:50:15 AM (17 years ago)
Author:
welling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Basic_GPC1_Processing_for_End_Users

    v28 v29  
    5353   -weight chip/o4741g0234o.36475.ch.11948.XY55.ch.wt.fits \
    5454   -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF \
     55   -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE \
    5556   testout
    5657}}}
    5758
    58 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
     59will create testout.cmf (the "-F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF" and "-F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE" are 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
    5960
    6061{{{
     
    6465        -visual \
    6566        -F PSPHOT.OUTPUT PSPHOT.OUT.CMF.MEF \
     67        -F PSPHOT.PSF.SAVE PSPHOT.PSF.SKY.SAVE \
    6668        testout
    6769}}}