| 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 | {{{ |
| | 800 | ppStack -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 | |
| | 802 | mkdir tmpconv |
| | 803 | cp /local/ipp/tmp/stack.*fits tmpconv/ |
| | 804 | |
| | 805 | ## 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 |
| | 811 | |
| | 812 | ## (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 | |
| | 815 | |
| | 816 | ## 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 | |
| | 819 | |
| | 820 | ## header stats to log (easier to read) |
| | 821 | /home/panstarrs/mhuber/bin/gethead -auh *.pht*.cmf FWHM_MAJ IQ_FW1 |
| | 822 | |