- Timestamp:
- Sep 28, 2012, 4:56:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/pswarp/src/pswarpTransformReadout.c
r34487 r34489 132 132 args->goodPixels = 0; 133 133 134 if (psMetadataLookupBool(NULL,config->arguments,"BACKGROUND_WARPING")) { 135 args->background_warping = true; 136 args->offset_x = psMetadataLookupF32(NULL,config->arguments,"BKG_WARP_XOFFSET"); 137 args->offset_y = psMetadataLookupF32(NULL,config->arguments,"BKG_WARP_YOFFSET"); 138 } 139 140 134 141 // allocate a job 135 142 psThreadJob *job = psThreadJobAlloc ("PSWARP_TRANSFORM_TILE"); … … 184 191 jacobian += args->jacobian * args->goodPixels; 185 192 } 193 194 186 195 } 187 196 psFree(job);
Note:
See TracChangeset
for help on using the changeset viewer.
