IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15037


Ignore:
Timestamp:
Sep 26, 2007, 1:30:29 PM (19 years ago)
Author:
eugene
Message:

adding PS1_DEV_1 I/O mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/getstar/src/ReadImageFiles.c

    r14590 r15037  
    132132      gfits_scan (headers[i], "EXTTYPE", "%s", 1, tmpword);
    133133
    134       if (!strcmp (tmpword, "SMPDATA") || 
    135           !strcmp (tmpword, "PS1_DEV_0")) {
     134      if (!strcmp (tmpword, "SMPDATA")   || 
     135          !strcmp (tmpword, "PS1_DEV_0") || 
     136          !strcmp (tmpword, "PS1_DEV_1")) {
    136137
    137138          exttype[Nimage] = strcreate (tmpword);
Note: See TracChangeset for help on using the changeset viewer.