Changeset 40034
- Timestamp:
- May 12, 2017, 10:18:07 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
ippconfig/recipes/psphot.config (modified) (4 diffs)
-
ippconfig/recipes/reductionClasses.mdc (modified) (1 diff)
-
psphot/src/psphotChipParams.c (modified) (2 diffs)
-
psphot/src/psphotReadoutMinimal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/recipes/psphot.config
r39926 r40034 90 90 # calculate difference stats? 91 91 DIFF_STATS BOOL FALSE 92 93 # add backward chip mapping 94 CHIP_PARAMS BOOL TRUE 92 95 93 96 # basic object statistics … … 687 690 DIFF METADATA 688 691 DIFF_STATS BOOL TRUE # Calculate diff-specific stats 689 OUTPUT.FORMAT STR PS1_DV 3# Format of output file692 OUTPUT.FORMAT STR PS1_DV5 # Format of output file 690 693 691 694 # Extended source fit parameters … … 701 704 END 702 705 706 # Recipe overrides for STACK-STACK DIFF 707 STACK_DIFF METADATA 708 DIFF_STATS BOOL TRUE # Calculate diff-specific stats 709 OUTPUT.FORMAT STR PS1_DV5 # Format of output file 710 711 CHIP_PARAMS BOOL FALSE 712 713 # Extended source fit parameters 714 # these models are used for high-quality shape analysis after all sources have been removed 715 EXTENDED_SOURCE_FITS BOOL TRUE # perform the detailed extended sourc fits? 716 EXT_MODEL STR PS_MODEL_TRAIL 717 718 # extended source models applied to sources 719 EXTENDED_SOURCE_MODELS METADATA 720 TYPE EXTENDED_SOURCE_MODEL MODEL SNLIM PSF_CONVOLVED 721 TRAIL_RAW EXTENDED_SOURCE_MODEL PS_MODEL_TRAIL 10.0 FALSE 722 END 723 END 724 725 726 703 727 # Recipe overrides for DIFF_PV3 704 728 DIFF_PV3 METADATA … … 721 745 PEAKS_NSIGMA_LIMIT_2 F32 3.5 # peak significance threshold -- MOPS would like to see 4.0->3.5 since ppMops fixed 722 746 DIFF_STATS BOOL TRUE # Calculate diff-specific stats 723 OUTPUT.FORMAT STR PS1_DV 3# Format of output file747 OUTPUT.FORMAT STR PS1_DV5 # Format of output file 724 748 725 749 PSF_FIT_MODEL_SUM_FRAC_CUT F32 0.5 -
trunk/ippconfig/recipes/reductionClasses.mdc
r38863 r40034 665 665 END 666 666 667 # reduction class specifically for warpwarpdiffs:667 # reduction class specifically for stackstack diffs: 668 668 STACKSTACK METADATA 669 669 DIFF_PPSUB STR STACKSTACK 670 DIFF_PSPHOT STR DIFF670 DIFF_PSPHOT STR STACK_DIFF 671 671 JPEG_BIN1 STR PPIMAGE_J1 672 672 JPEG_BIN2 STR PPIMAGE_J2 -
trunk/psphot/src/psphotChipParams.c
r37321 r40034 34 34 psAssert (recipe, "missing recipe?"); 35 35 36 //MEH -- shouldn't do if input is stack... will need to be a config option for now 37 // -- return true method like for psphotExtendedSourceFits to be consistent... 38 if (!psMetadataLookupBool (&status, recipe, "CHIP_PARAMS")) { 39 psLogMsg ("psphot", PS_LOG_INFO, "stack -- skipping backward chip mapping \n"); 40 return true; 41 } 42 36 43 int num = psphotFileruleCount(config, filerule); 37 44 … … 59 66 if (!psphotChipParamsReadout (config, recipe, view, filerule, readout, sources)) { 60 67 psError (PSPHOT_ERR_CONFIG, false, "failed to measure magnitudes for %s entry %d", filerule, i); 61 return false;68 return false; 62 69 } 63 70 } -
trunk/psphot/src/psphotReadoutMinimal.c
r37965 r40034 90 90 psphotKronIterate(config, view, filerule, 1); 91 91 92 // MEH -- sensless for SSdfiffs... 92 93 psphotChipParams (config, view, filerule); 93 94
Note:
See TracChangeset
for help on using the changeset viewer.
