IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42092 for trunk/psModules


Ignore:
Timestamp:
Feb 28, 2022, 2:48:42 PM (4 years ago)
Author:
eugene
Message:

add log info and fix a log typo

Location:
trunk/psModules/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmFPAfileDefine.c

    r36375 r42092  
    262262            goto FITS_OPTIONS_DONE;
    263263        }
     264        psLogMsg ("psModules.camera", PS_LOG_INFO, "using FITS.TYPE %s for %s.\n", fitsType, file->name);
    264265
    265266        psString source = NULL;     // Source of options
  • trunk/psModules/src/detrend/pmPattern.c

    r41892 r42092  
    11871187
    11881188        }
    1189         psTrace("psModules.detrend.cont",5, "OTA: %d (%d %d) A: %f B: %f C: %f D: %f",
     1189        psTrace("psModules.detrend.cont",5, "CELL: %d (%d %d) A: %f B: %f C: %f D: %f",
    11901190                i,x,y,
    11911191                A->data.F64[y][x],B->data.F64[y][x],C->data.F64[y][x],D->data.F64[y][x]);               
Note: See TracChangeset for help on using the changeset viewer.