IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2007, 2:49:27 PM (19 years ago)
Author:
Paul Price
Message:

Updating to use the automatically generated skycell version of the camera. This means that the output file shares the same file rule as the original camera, not the same file rule as the skycell. This in turn means that we don't have to deal with multiple groups of file rules.

File:
1 edited

Legend:

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

    r13686 r13705  
    135135    }
    136136
     137    output->data_exists = true;
     138    outCell->data_exists = true;
     139    outChip->data_exists = true;
     140
    137141
    138142    // XXX Hack so that INSTRUME header keyword and the like are not updated properly
     
    163167
    164168    pmHDU *hdu = output->parent->parent->parent->hdu; // HDU for the output warped image
     169    if (!hdu->header) {
     170        hdu->header = psMetadataAlloc();
     171    }
    165172
    166173    // Add MD5 information for readout
Note: See TracChangeset for help on using the changeset viewer.