| 788 | | }}} |
| 789 | | * psphot.config |
| 790 | | {{{ |
| 791 | | ... |
| | 788 | -- simtest also has a ppStack.config -- be aware of DECONV.LIMIT, watch rejections |
| | 789 | PSF.MODEL STR PS_MODEL_GAUSS # Model for PSF generation |
| | 790 | DECONV.LIMIT F32 1.5 # Deconvolution fraction for rejecting entire image |
| | 791 | IMAGE.REJ F32 0.3 # Rejected pixel fraction threshold for rejecting entire image |
| | 792 | }}} |
| | 793 | * recipes/psphot.config |
| | 794 | {{{ |
| | 795 | PSF_MODEL STR PS_MODEL_GAUSS |
| | 796 | EXT_MODEL STR PS_MODEL_GAUSS |
| | 797 | CONSTANT_PHOTOMETRIC_WEIGHTS BOOL FALSE |
| | 798 | POISSON.ERRORS.PHOT.LMM BOOL TRUE |
| | 799 | EXTENDED_SOURCE_FITS BOOL FALSE |
| | 800 | EXTENDED_SOURCE_ANALYSIS BOOL FALSE |
| | 801 | -- recipes/psphot.config STACKPHOT uses -- so will probably want to change on cmdline |
| | 802 | PSF_MODEL STR PS_MODEL_PS1_V1 |
| | 803 | EXT_MODEL STR PS_MODEL_QGAUSS |
| | 804 | CONSTANT_PHOTOMETRIC_WEIGHTS BOOL TRUE |
| | 805 | POISSON.ERRORS.PHOT.LMM BOOL TRUE |
| | 806 | -- simtest has a psphot.config |
| | 807 | PSF_MODEL STR PS_MODEL_GAUSS |
| | 808 | PSF_CLUMP_GRID_SCALE F32 1.0 # size of Sx,Sy image pixel |
| | 809 | |
| 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 |
| | 825 | psphot -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 |
| | 826 | 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 -log fullpht_unconvtest.log |
| | 827 | |
| | 828 | 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 -seed 2818454766199170413 -threads 4 -log stkpht_test.log |
| | 829 | 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 -log stkpht_unconvtest.log |