IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7890 for trunk/ppFringe/src


Ignore:
Timestamp:
Jul 12, 2006, 4:24:45 PM (20 years ago)
Author:
Paul Price
Message:

Removing old code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppFringe/src/ppFringeLoop.c

    r7889 r7890  
    2424    // Get table of contents for the output FITS file
    2525    psMetadata *contents = psFitsReadHeaderSet(NULL, data->outFile);
    26 #if 0
    27     psMetadataPrint(stdout, contents, 0);
    28     exit(EXIT_FAILURE);
    29 #endif
    3026    if (!contents || contents->list->n == 0) {
    3127        psFitsWriteBlank(data->outFile, NULL);
Note: See TracChangeset for help on using the changeset viewer.