IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26928 for trunk/ppStack/src


Ignore:
Timestamp:
Feb 12, 2010, 1:24:06 PM (16 years ago)
Author:
Paul Price
Message:

Use lax limits, rather than no limits at all. Using no limits causes models/pmModel_PS1_V1.c:86: pmModelFunc_PS1_V1: Assertion 'z >= 0' failed.

File:
1 edited

Legend:

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

    r26923 r26928  
    6666    }
    6767
    68     pmModelClassSetLimits(PM_MODEL_LIMITS_IGNORE);
     68    pmModelClassSetLimits(PM_MODEL_LIMITS_LAX);
    6969    if (!psphotReadoutKnownSources(config, photView, inSources)) {
    7070        // This is likely a data quality issue
Note: See TracChangeset for help on using the changeset viewer.