IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25560


Ignore:
Timestamp:
Sep 24, 2009, 3:02:16 PM (17 years ago)
Author:
Paul Price
Message:

Use the LAX limits when running psphot.

Location:
branches/pap/psphot/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psphot/src/psphotReadout.c

    r25383 r25560  
    1717    // jointly by the multiple threads, not the total time used by all threads.
    1818    psTimerStart ("psphotReadout");
     19
     20    pmModelClassSetLimits(PM_MODEL_LIMITS_LAX);
    1921
    2022    // select the current recipe
  • branches/pap/psphot/src/psphotReadoutMinimal.c

    r25383 r25560  
    1414    // jointly by the multiple threads, not the total time used by all threads.
    1515    psTimerStart ("psphotReadout");
     16
     17    pmModelClassSetLimits(PM_MODEL_LIMITS_LAX);
    1618
    1719    // select the current recipe
Note: See TracChangeset for help on using the changeset viewer.