IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2021, 11:41:29 AM (5 years ago)
Author:
eugene
Message:

add alternative configuration for images after the first so we can stack images from different cameras (recipes from first image camera are used)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackSources.c

    r35383 r41529  
    227227            }
    228228        } else if (strcmp(filter, expFilter) != 0) {
    229             psError(PPSTACK_ERR_CONFIG, false, "Filters don't match: %s vs %s", filter, expFilter);
    230             psFree(zp);
    231             return false;
     229            psWarning("Filters don't match: %s vs %s", filter, expFilter);
    232230        }
    233231
Note: See TracChangeset for help on using the changeset viewer.