IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 140 and Version 141 of ppStack_testing_201111


Ignore:
Timestamp:
Jun 28, 2012, 10:23:07 AM (14 years ago)
Author:
Mark Huber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ppStack_testing_201111

    v140 v141  
    793793
    794794
    795 Scripts:
     795Basic Script:
    796796 * ppstack seed=16587045608812410537
    797797 * psphot  seed=2818454766199170413
    798 {{{
    799 ...
     798 * -Db PSF.AUTOSIZE <X> -Df PSF.OUTPUT.FWHM <X>: [T,F,F,F,F,F,F,F], [0.0, 3.8, 4.2, 4.6, 5.0, 5.4, 5.7, -1.0]
     799{{{
     800ppStack -threads 4 -input stack.000/stack.mdc stack.000/stack -Db TEMP.DELETE F -R PPSTACK.OUTPUT.VARIANCE FITS.TYPE NONE -log test.log -recipe PPSTACK STACK_DEEP -recipe PPSUB STACK -recipe PSPHOT STACK -recipe PPSTATS STACKSTATS -stats test.stats -dumpconfig test.mdc -tracedest test.trace -trace err 10 -trace ppStack 10 -trace ppSub 10 -trace psModules.imcombine 10  -trace psModules.camera 10 -vvv -debug -Db PSF.AUTOSIZE F -Df PSF.OUTPUT.FWHM -1.0 -seed 16587045608812410537  >& run_stackdeep.log
     801
     802mkdir tmpconv
     803cp /local/ipp/tmp/stack.*fits tmpconv/
     804
     805## normal psphot + STACKPHOT
     806psphot -file stack.000/stack.fits -mask stack.000/stack.mask.fits -variance stack.000/stack.weight.fits stack.fullpht -threads 4 -seed 2818454766199170413
     807psphot -file stack.000/stack.unconv.fits -mask stack.000/stack.unconv.mask.fits -variance stack.000/stack.unconv.wt.fits stack.unconv.fullpht  -seed 2818454766199170413 -threads 4
     808
     809psphot -file stack.000/stack.fits -mask stack.000/stack.mask.fits -variance stack.000/stack.weight.fits stack.stkpht -recipe PSPHOT STACKPHOT -D PSF_MODEL PS_MODEL_GAUSS  -threads 4 -seed 2818454766199170413
     810psphot -file stack.000/stack.unconv.fits -mask stack.000/stack.unconv.mask.fits -variance stack.000/stack.unconv.wt.fits stack.unconv.stkpht -recipe PSPHOT STACKPHOT -D PSF_MODEL PS_MODEL_GAUSS -seed 2818454766199170413 -threads 4
     811
     812## (de)convolved input warps
     813psphot -file tmpconv/stack.0.conv.im.fits -mask tmpconv/stack.0.conv.mk.fits -variance tmpconv/stack.0.conv.var.fits stack.0.conv.fullpht -dumpconfig tmpconvstack.0.conv.fullpht.mdc -seed 2818454766199170413 -threads 4
     814
     815
     816## input warps -- should always be same, but should run to keep settings up to date
     817psphot -file image.000/image.0.wrp.fits -mask image.000/image.0.wrp.mask.fits -variance image.000/image.0.wrp.wt.fits image.0.wrp.fullpht -seed 2818454766199170413 -dumpconfig image.0.wrp.fullpht.mdc -threads 4
     818
     819
     820## header stats to log (easier to read)
     821/home/panstarrs/mhuber/bin/gethead -auh *.pht*.cmf FWHM_MAJ IQ_FW1
     822
    800823}}}
    801824