IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35675


Ignore:
Timestamp:
Jun 18, 2013, 1:50:56 PM (13 years ago)
Author:
bills
Message:

don't pop an error if no pattern or background model is supplied. They aren't always

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppBackground/src/ppBackgroundArguments.c

    r35118 r35675  
    6969
    7070    if (!data->patternName && !data->backgroundName && !data->auxMaskName) {
    71         psError(PPBACKGROUND_ERR_CONFIG, true, "Must specify at least one of -pattern and -background -auxmask");
    72         return false;
     71//        psError(PPBACKGROUND_ERR_CONFIG, true, "Must specify at least one of -pattern and -background -auxmask");
     72//        return false;
    7373    }
    7474    if (!data->imageName) {
Note: See TracChangeset for help on using the changeset viewer.