IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9069 for trunk/ppFringe/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/ppFringe/src/ppFringeLoop.c

    r8859 r9069  
    2828
    2929    // Get table of contents for the output FITS file
     30    // XXX what is the EXTNAME??
    3031    psMetadata *contents = psFitsReadHeaderSet(NULL, data->outFile);
    3132    if (!contents || contents->list->n == 0) {
    32         psFitsWriteBlank(data->outFile, NULL);
     33        psFitsWriteBlank(data->outFile, NULL, "");
    3334    }
    3435
Note: See TracChangeset for help on using the changeset viewer.