IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9069 for trunk/psastro/src


Ignore:
Timestamp:
Sep 29, 2006, 4:33:45 PM (20 years ago)
Author:
eugene
Message:

added EXTNAME to psFitsWriteBlank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroMosaicHeaders.c

    r8780 r9069  
    4444    psMetadata *mosaic = pmAstromWriteBilevelMosaic (fpa->projection, fpa->toTangentPlane, plateScale);
    4545
     46    // XXX what is the EXTNAME??
    4647    psFits *fits = psFitsOpen (mosastro, "w");
    47     psFitsWriteBlank(fits, mosaic);
     48    psFitsWriteBlank(fits, mosaic, "");
    4849    psFitsClose (fits);
    4950
Note: See TracChangeset for help on using the changeset viewer.