IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2007, 4:55:41 PM (19 years ago)
Author:
Paul Price
Message:

Fixing remnant from copy.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDUUtils.c

    r12696 r12768  
    139139    if (hdu->weights) {
    140140        fprintf(fd, "Weights:\n");
    141         for (long i = 0; i < hdu->masks->n; i++) {
     141        for (long i = 0; i < hdu->weights->n; i++) {
    142142            psImage *weight = hdu->weights->data[i]; // Weight image of interest
    143143            INDENT(fd, level + 2);
Note: See TracChangeset for help on using the changeset viewer.