IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2008, 4:38:50 PM (18 years ago)
Author:
bills
Message:

take the diffed skycells as arguments. Compute the overlap in image
coordinates to use in masking out non-warped pixels;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/magic/remove/src/streaksremove.c

    r20496 r20520  
    259259    }
    260260
    261     // got get the astrometry
     261    // read in the astrometry
    262262    astrometry_read(sf);
    263263}
     
    312312    }
    313313    setupAstromFromFPA(sf);
     314    if (CHIP_LEVEL_INPUT(sf->stage)) {
     315        computeWarpedPixels(sf);
     316    }
    314317     
    315318    psElemType tileType;                // Type corresponding to "long"
     
    498501   
    499502   
     503    if (!pmConfigFileSetsMD(config->arguments, &argc, argv, "SKYCELLS", "-skycell", "-skycelllist")) { ;
     504        if (CHIP_LEVEL_INPUT(stage)) {
     505            psError(PS_ERR_UNKNOWN, true, "-skycelllist is required for raw and chip stages\n");
     506            return NULL;
     507        }
     508    }
     509
    500510    if (!pmConfigFileSetsMD(config->arguments, &argc, argv, "ASTROM", "-astrom", NULL)) { ;
    501511        if (CHIP_LEVEL_INPUT(stage)) {
Note: See TracChangeset for help on using the changeset viewer.