IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2007, 1:29:55 PM (19 years ago)
Author:
eugene
Message:

working on skipping unused chips, ignoring skycell pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pswarp/src/pswarpParseCamera.c

    r12505 r12526  
    1919    pmFPAfileDefineFromArgs (&status, config, "PSWARP.ASTROM", "ASTROM");
    2020    if (status) {
    21         fprintf (stderr, "using supplied astrometry\n");
     21        psLogMsg ("pswarp", 3, "using supplied astrometry\n");
    2222    } else {
    23         fprintf (stderr, "using header astrometry\n");
     23        psLogMsg ("pswarp", 3, "using header astrometry\n");
    2424    }
    2525
    2626    // the mask is not required - but must conform to input camera
    2727    if (!pmFPAfileBindFromArgs (NULL, input, config, "PSWARP.MASK", "MASK")) {
    28         fprintf (stderr, "no mask supplied\n");
     28        psLogMsg ("pswarp", 3, "no mask supplied\n");
    2929    }
    3030
    3131    if (!pmFPAfileBindFromArgs (NULL, input, config, "PSWARP.WEIGHT", "WEIGHT")) {
    32         fprintf (stderr, "no weight supplied\n");
     32        psLogMsg ("pswarp", 3, "no weight supplied\n");
    3333    }
    3434
     
    4242
    4343    // these calls bind the I/O handle to the specified fpa
     44    // NOTE: output file could be binned relative to sky cell...
     45    // if (!pmFPAfileDefineFromFPA (skyConfig, skycell->fpa, 1, 1, "PSWARP.OUTPUT")) {
    4446    if (!pmFPAfileDefineOutput (skyConfig, skycell->fpa, "PSWARP.OUTPUT")) {
    4547        psError(PSWARP_ERR_CONFIG, false, "Failed to build FPA from PSWARP.OUTPUT");
Note: See TracChangeset for help on using the changeset viewer.