IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 2, 2008, 9:06:17 AM (18 years ago)
Author:
eugene
Message:

adding WCS file type to load astrometry info without loading sources

File:
1 edited

Legend:

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

    r19189 r19307  
    452452        return PM_FPA_FILE_CMF;
    453453    }
     454    if (!strcasecmp(type, "WCS"))     {
     455        return PM_FPA_FILE_WCS;
     456    }
    454457    if (!strcasecmp(type, "RAW"))     {
    455458        return PM_FPA_FILE_RAW;
     
    510513      case PM_FPA_FILE_CMF:
    511514        return ("CMF");
     515      case PM_FPA_FILE_WCS:
     516        return ("WCS");
    512517      case PM_FPA_FILE_RAW:
    513518        return ("RAW");
Note: See TracChangeset for help on using the changeset viewer.