IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40180 for trunk


Ignore:
Timestamp:
Oct 24, 2017, 4:25:19 PM (9 years ago)
Author:
mhuber
Message:

update to recognize CMF_PS1_DV5 (and DV4) as valid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppTranslate/src/ppMopsGetSkyChipPsfVersion.c

    r34472 r40180  
    1717    psFree(headerSkyChip);
    1818    return 3;
     19  } else if (strcmp(version, "PS1_DV4") == 0) {
     20    psFree(headerSkyChip);
     21    return 4;
     22  } else if (strcmp(version, "PS1_DV5") == 0) {
     23    psFree(headerSkyChip);
     24    return 5;
    1925  }
    2026  psWarning("Unsupported EXTTYPE in SkyChip.psf table: [%s]", version);
Note: See TracChangeset for help on using the changeset viewer.