IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2014, 10:31:58 AM (12 years ago)
Author:
eugene
Message:

some minor changes

Location:
trunk/Ohana/src/addstar/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/GetFileMode.c

    r36485 r37054  
    1010  int havePHOT_VER, haveTARG_VER;
    1111
     12  // NOTE target of %t must be int length
    1213  gfits_scan_alt (header, "SIMPLE", "%t", 1, &simple);
    1314  int haveNaxis = gfits_scan (header, "NAXIS",  "%d", 1, &Naxis);
  • trunk/Ohana/src/addstar/src/MatchHeaders.c

    r37036 r37054  
    6060    if (!strcmp (exttype, "PS1_V4")) goto keep;
    6161    if (!strcmp (exttype, "PS1_V5")) goto keep;
     62
    6263    if (!strcmp (exttype, "PS1_SV1")) goto keep;
    6364    if (!strcmp (exttype, "PS1_SV2")) goto keep;
    6465    if (!strcmp (exttype, "PS1_SV3")) goto keep;
     66
     67    if (!strcmp (exttype, "PS1_DV1")) goto keep;
     68    if (!strcmp (exttype, "PS1_DV2")) goto keep;
    6569    if (!strcmp (exttype, "PS1_DV3")) goto keep;
    66     if (!strcmp (exttype, "PS1_DV4")) {
    67       goto keep;
    68     }
     70    if (!strcmp (exttype, "PS1_DV4")) goto keep;
    6971    continue;
    7072
Note: See TracChangeset for help on using the changeset viewer.