Changeset 28042
- Timestamp:
- May 19, 2010, 5:10:19 PM (16 years ago)
- Location:
- branches/czw_branch/20100427
- Files:
-
- 2 added
- 14 edited
- 1 copied
-
. (modified) (1 prop)
-
ippTools/share/magictool_definebyquery_select.sql (modified) (1 diff)
-
ippTools/src/magictool.c (modified) (1 diff)
-
ippTools/src/magictoolConfig.c (modified) (1 diff)
-
ippconfig (modified) (1 prop)
-
ippconfig/gpc1/camera.config (modified) (1 diff)
-
ippconfig/simtest/camera.config (modified) (1 diff)
-
ppImage/src/ppImageOptions.c (modified) (1 diff)
-
ppSim (modified) (1 prop)
-
ppSub/src/ppSubLoop.c (modified) (1 diff)
-
psLib/src/imageops/psImageStats.c (modified) (1 diff)
-
psModules (modified) (1 prop)
-
psModules/src/detrend/pmMaskStats.c (added)
-
psModules/src/detrend/pmMaskStats.h (added)
-
psphot (modified) (1 prop)
-
pstamp/scripts/Makefile.am (modified) (1 diff)
-
pstamp/scripts/detect_query_create (copied) (copied from trunk/pstamp/scripts/detect_query_create ) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427
- Property svn:mergeinfo changed
/trunk merged: 28032,28038-28041
- Property svn:mergeinfo changed
-
branches/czw_branch/20100427/ippTools/share/magictool_definebyquery_select.sql
r26387 r28042 35 35 JOIN camRun USING(cam_id) 36 36 JOIN chipRun USING(chip_id) 37 JOIN rawExp USING(exp_id) 37 38 LEFT JOIN 38 39 (SELECT magic_id, exp_id, label 39 FROM magicRun 40 FROM magicRun 40 41 -- rerun hook %s 41 42 ) AS oldMagicRun -
branches/czw_branch/20100427/ippTools/src/magictool.c
r28017 r28042 132 132 psMetadata *queryWhere = psMetadataAlloc(); // WHERE conditions for everything else 133 133 PXOPT_COPY_S64(config->args, queryWhere, "-exp_id", "exp_id", "=="); 134 PXOPT_COPY_STR(config->args, queryWhere, "-select_filter", "rawExp.filter", "=="); 134 135 135 136 // Get list of exposures ready to magic -
branches/czw_branch/20100427/ippTools/src/magictoolConfig.c
r28017 r28042 58 58 psMetadataAddS64(definebyqueryArgs, PS_LIST_TAIL, "-exp_id", 0, "search exp_id", 0); 59 59 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-diff_label", 0, "select diff label", NULL); 60 psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-select_filter", 0, "select filter", NULL); 60 61 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-available", 0, "process what's immediately available?", false); 61 62 psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-rerun", 0, "generate new run even if existing?", false); -
branches/czw_branch/20100427/ippconfig
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/czw_branch/20100427/ippconfig/gpc1/camera.config
r28031 r28042 153 153 BURNTOOL.STATE.GOOD.UPDATE S16 13 # for upddate processing accept earlier version 154 154 155 FOV F32 15000 155 FOV F32 15000 # Field of view of unvignetted region in FPA pixels. 156 156 NPIX_INTERCHIP S32 0 -
branches/czw_branch/20100427/ippconfig/simtest/camera.config
r28017 r28042 78 78 79 79 PHOTCODE.RULE STR {DETECTOR}.{FILTER.ID}.{CHIP.NAME} # Rule for generating photcode 80 FOV F32 1500081 NPIX_INTERCHIP S32 0 -
branches/czw_branch/20100427/ppImage/src/ppImageOptions.c
r28017 r28042 110 110 options->normClass = NULL; // per-class normalizations refer to this class 111 111 112 // Mask stats options113 options->maskstat_static = 0; // static masks114 options->maskstat_dynamic = 0; // dynamic masks115 options->maskstat_magic = 0; // magic masks116 options->maskstat_advisory = 0; // advisory masks117 118 112 return options; 119 113 } -
branches/czw_branch/20100427/ppSim
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/czw_branch/20100427/ppSub/src/ppSubLoop.c
r28017 r28042 146 146 // Do Mask Stats 147 147 { 148 printf("HEREHEREHERE\n");149 148 pmFPAview *view = ppSubViewReadout(); // View to readout 150 149 if (!ppSubMaskStats(config, view,data->stats)) { -
branches/czw_branch/20100427/psLib/src/imageops/psImageStats.c
r27784 r28042 97 97 98 98 psVectorMaskType *data = junkMask->data.PS_TYPE_VECTOR_MASK_DATA; 99 psU8* imdata = junkData->data.U8;100 99 for (int row = 0, nVect = 0; row < numRows; row++) { 101 100 for (int col = 0; col < numCols; col++, nVect++) { 102 101 data[nVect] = (mask->data.PS_TYPE_IMAGE_MASK_DATA[row][col] & maskVal); 103 104 if ((imdata[nVect] > 100000)||105 (imdata[nVect] != imdata[nVect])||106 (imdata[nVect] < -100000)) {107 data[nVect] &= maskVal;108 }109 102 } 110 103 } -
branches/czw_branch/20100427/psModules
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/czw_branch/20100427/psphot
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/czw_branch/20100427/pstamp/scripts/Makefile.am
r28017 r28042 23 23 detectability_respond.pl \ 24 24 detect_query_read \ 25 detect_query_create \ 25 26 detect_response_create \ 26 27 dquery_finish.pl \ -
branches/czw_branch/20100427/pstamp/scripts/detect_query_create
r28040 r28042 61 61 comment => 'site identifier (MPC observatory code)', 62 62 value => undef 63 } 63 }, 64 { name => 'STAGE', 65 writetype => TSTRING, 66 comment => 'processing stage to examine', 67 value => undef 68 } 64 69 ]; 65 70 unless(defined($nostage)) {
Note:
See TracChangeset
for help on using the changeset viewer.
