IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41601


Ignore:
Timestamp:
May 20, 2021, 2:12:34 PM (5 years ago)
Author:
eugene
Message:

only skip images if photcode is non-zero and not active

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/select_images.c

    r41485 r41601  
    107107
    108108    /* exclude images by photcode (we are not doing this, but I'm not sure why) */
    109     if (FALSE) {
     109    if (timage[i].photcode) {
    110110      int Ns = GetActivePhotcodeIndex (timage[i].photcode);
    111111      if (Ns < 0) continue;
Note: See TracChangeset for help on using the changeset viewer.