IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 28, 2012, 4:56:30 PM (14 years ago)
Author:
watersc1
Message:

Removed excess debug information, and pulled header information so that I don't need to hard code anything anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/pswarp/src/pswarpTransformReadout.c

    r34487 r34489  
    132132            args->goodPixels = 0;
    133133
     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           
    134141            // allocate a job
    135142            psThreadJob *job = psThreadJobAlloc ("PSWARP_TRANSFORM_TILE");
     
    184191                jacobian += args->jacobian * args->goodPixels;
    185192            }
     193
     194           
    186195        }
    187196        psFree(job);
Note: See TracChangeset for help on using the changeset viewer.