IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2897 for trunk/stac/src/stac.c


Ignore:
Timestamp:
Jan 4, 2005, 3:55:40 PM (22 years ago)
Author:
Paul Price
Message:

Updated to handle higher polynomial orders than linear, and to calculate the output size itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.c

    r2783 r2897  
    3737    psTraceSetLevel("stac.time",10);
    3838    psTraceSetLevel("stac.area",10);
     39    psTraceSetLevel("stac.size",10);
    3940
    4041    // Set logging level
     
    5253    psTrace("stac.time", 1, "I/O completed at %f seconds\n", getTime() - startTime);
    5354
     55    // Get size
     56    stacSize(config, inputs, maps);
     57
    5458    // Invert maps
    55     psArray *inverseMaps = stacInvertMaps(maps);
     59    psArray *inverseMaps = stacInvertMaps(maps, config);
    5660
    5761    // Generate errors
Note: See TracChangeset for help on using the changeset viewer.