IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2007, 5:21:26 PM (19 years ago)
Author:
eugene
Message:

various low-level fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroOneChip.c

    r12492 r12712  
    141141   
    142142    // XXX check if we correctly applied the new transformation:
    143     psastroDumpRawstars (rawstars, fpa, chip);
     143    if (psTraceGetLevel("psastro.dump") > 0) {
     144        psastroDumpRawstars (rawstars, fpa, chip);
     145    }
    144146
    145147    if (psTraceGetLevel("psastro.plot") > 0) {
Note: See TracChangeset for help on using the changeset viewer.