IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 141 and Version 142 of ppStack_testing_201111


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ppStack_testing_201111

    v141 v142  
    779779
    780780Key config options:
    781  * ppStack.config
     781 * recipes/ppStack.config
    782782{{{
    783783PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
     
    786786PSF.OUTPUT.FWHM         F32     5.0             # Target size for output PSF (if not auto-sized), -1 as FWHM
    787787PSF.OUTPUT.NFWHMSIG     F32     0.0             # N FWHM-sig to be added to the FWHMmean for PSF
    788 }}}
    789  * psphot.config
    790 {{{
    791 ...
     788-- simtest also has a ppStack.config -- be aware of DECONV.LIMIT, watch rejections
     789PSF.MODEL       STR     PS_MODEL_GAUSS  # Model for PSF generation
     790DECONV.LIMIT    F32     1.5             # Deconvolution fraction for rejecting entire image
     791IMAGE.REJ       F32     0.3             # Rejected pixel fraction threshold for rejecting entire image
     792}}}
     793 * recipes/psphot.config
     794{{{
     795PSF_MODEL                           STR   PS_MODEL_GAUSS
     796EXT_MODEL                           STR   PS_MODEL_GAUSS
     797CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  FALSE
     798POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
     799EXTENDED_SOURCE_FITS                BOOL  FALSE
     800EXTENDED_SOURCE_ANALYSIS            BOOL  FALSE
     801-- recipes/psphot.config STACKPHOT uses -- so will probably want to change on cmdline
     802PSF_MODEL                           STR   PS_MODEL_PS1_V1
     803EXT_MODEL                           STR   PS_MODEL_QGAUSS
     804CONSTANT_PHOTOMETRIC_WEIGHTS        BOOL  TRUE
     805POISSON.ERRORS.PHOT.LMM             BOOL  TRUE
     806-- simtest has a psphot.config
     807PSF_MODEL                           STR   PS_MODEL_GAUSS
     808PSF_CLUMP_GRID_SCALE                F32   1.0             # size of Sx,Sy image pixel
     809
    792810}}}
    793811
     
    800818ppStack -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
    801819
     820## keep copy of local convolved input warps 
    802821mkdir tmpconv
    803822cp /local/ipp/tmp/stack.*fits tmpconv/
    804823
    805824## normal psphot + STACKPHOT
    806 psphot -file stack.000/stack.fits -mask stack.000/stack.mask.fits -variance stack.000/stack.weight.fits stack.fullpht -threads 4 -seed 2818454766199170413
    807 psphot -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 
    809 psphot -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
    810 psphot -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
     825psphot -file stack.000/stack.fits -mask stack.000/stack.mask.fits -variance stack.000/stack.weight.fits stack.fullpht -seed 2818454766199170413 -threads 4 -log fullpht_test.log
     826psphot -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 -log fullpht_unconvtest.log
     827
     828psphot -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  -seed 2818454766199170413 -threads 4  -log stkpht_test.log
     829psphot -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 -log stkpht_unconvtest.log
    811830
    812831## (de)convolved input warps
    813 psphot -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 
     832psphot -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 -log fullpht.0.conv_test.log
     833..(1,2,3)..
    815834
    816835## input warps -- should always be same, but should run to keep settings up to date
    817 psphot -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 
     836psphot -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 -log fullpht.0.wrp_test.log
     837..(1,2,3)..
    819838
    820839## header stats to log (easier to read)
    821840/home/panstarrs/mhuber/bin/gethead -auh *.pht*.cmf FWHM_MAJ IQ_FW1
    822 
    823841}}}
    824842