IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2008, 1:27:58 PM (18 years ago)
Author:
eugene
Message:

extensive changes from eam_branch_20080719:

  • added the 'cleanup' options to camtool, faketool, warptool, difftool, stacktool
  • added corresponding sql code
  • changed the states for camera, fake, warp, diff, and stack to the new set of states: new, full, goto_cleaned, cleaned, update, goto_purged, and purged
  • added 'data_state' entries to the detrend tables and the detRunSummary
  • added 'cleanup' options to dettool using the detRunSummary data_state as the control
  • moved dettool supporting code to dettool_STAGE, where stage is processedimfile, processedexp, etc.
  • converted dettool to use S64 for det_id and exp_id entries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/Makefile.am

    r18765 r19092  
    173173    dettool.c \
    174174    dettoolConfig.c \
    175     dettool_correction.c
     175    dettool_correction.c \
     176    dettool_detrunsummary.c \
     177    dettool_normalizedexp.c \
     178    dettool_normalizedimfile.c \
     179    dettool_normalizedstat.c \
     180    dettool_processedexp.c \
     181    dettool_processedimfile.c \
     182    dettool_residexp.c \
     183    dettool_residimfile.c \
     184    dettool_stack.c
    176185
    177186detselect_CFLAGS = $(PSLIB_CFLAGS) $(PSMODULES_CFLAGS) $(IPPDB_CFLAGS)
Note: See TracChangeset for help on using the changeset viewer.