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/streaksastrom.c

    r20280 r20520  
    3939            return false;
    4040        }
    41     } else {
     41    } else if (md) {
    4242        // The metadata is the raw header
    4343        // Assumes GPC1
     
    6363            return false;
    6464        }
     65    } else {
     66        // no metadata regular cell
     67        cell_x0 = 0;
     68        cell_y0 = 0;
     69        xParityCell = 1;
     70        yParityCell = 1;
    6571    }
    6672
Note: See TracChangeset for help on using the changeset viewer.