IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2014, 9:54:49 AM (12 years ago)
Author:
eugene
Message:

add PS1_V4 and PS1_V5 formats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-cr-20140614/Ohana/src/getstar/src/ReadImageFiles.c

    r34088 r36873  
    138138          !strcmp (tmpword, "PS1_V1") || 
    139139          !strcmp (tmpword, "PS1_V2") || 
    140           !strcmp (tmpword, "PS1_V3")) {
     140          !strcmp (tmpword, "PS1_V3") || 
     141          !strcmp (tmpword, "PS1_V4") || 
     142          !strcmp (tmpword, "PS1_V5")) {
    141143
    142144          exttype[Nimage] = strcreate (tmpword);
Note: See TracChangeset for help on using the changeset viewer.