IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 27, 2006, 7:21:15 PM (20 years ago)
Author:
Paul Price
Message:

Instead of naming the primary HDUs as 'PHU', we simply don't name them any more.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmHDU.c

    r7718 r7719  
    170170    // Preserve the extension name, if it's the PHU
    171171    char *extname = hdu->extname;       // The name of the extension
    172     if (strcasecmp(extname, "PHU") == 0 && hdu->header) {
     172    if (!extname && hdu->header) {
    173173        bool mdok = true;               // Status of MD lookup
    174174        extname = psMetadataLookupStr(&mdok, hdu->header, "EXTNAME");
Note: See TracChangeset for help on using the changeset viewer.