IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 20, 2007, 9:02:55 PM (18 years ago)
Author:
eugene
Message:

adding a re-scale option to pmAstrometryObjects grid match; working on astrometry I/O tables

File:
1 edited

Legend:

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

    r15629 r15665  
    439439    if (!strcasecmp (type, "HEADER"))     {
    440440        return PM_FPA_FILE_HEADER;
     441    }
     442    if (!strcasecmp (type, "ASTROM"))     {
     443        return PM_FPA_FILE_ASTROM;
    441444    }
    442445
     
    473476      case PM_FPA_FILE_HEADER:
    474477        return ("HEADER");
     478      case PM_FPA_FILE_ASTROM:
     479        return ("ASTROM");
    475480      default:
    476481        return ("NONE");
Note: See TracChangeset for help on using the changeset viewer.