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/share/difftool_skyfile.sql

    r18975 r19092  
    99JOIN diffSkyfile
    1010    USING(diff_id)
    11 -- my new stuff begins here
     11-- WS: my new stuff begins here
    1212JOIN diffInputSkyfile
    1313    ON diffInputSkyfile.diff_id = diffRun.diff_id
     
    2323JOIN rawExp
    2424    ON chipRun.exp_id = rawExp.exp_id
    25 -- my new stuff ends here
     25-- WS: my new stuff ends here
    2626    WHERE
    2727    -- bogus test to allow appending conditionals
     28    -- XXX EAM : this is not needed if we modify the difftool.c code : fix
    2829    diffRun.diff_id IS NOT NULL
    29 
Note: See TracChangeset for help on using the changeset viewer.