IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2013, 5:58:25 AM (14 years ago)
Author:
eugene
Message:

enable test mode from command-line (-test, after jython module); add parallel dvo option; make database selection more consistent and variable on test/not-test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/doc/upgrade.txt

    r35062 r35063  
     1
     22013.01.26
     3
     4I have modified the methods which create the StackDetectionCalib and
     5DetectionCalib tables to change the sql from "INSERT / UPDATE" to
     6"SELECT / LOAD" operations.  these need a target tmp directory
     7different from /tmp.  the trick is that /tmp has permissions which
     8prevent my (joe-user) from removing the temp files in the jython code,
     9but mysql will not write over an existing file, nor will it write to
     10other random directories.  the easy solution is to create a subdir in
     11/tmp for the output files.
     12
     13This simple modification speeds up the processing of the smfs by a
     14factor of nearly 2x!
     15
     16
    117
    2182013.01.24 : Status of the ippToPsps Upgrade
Note: See TracChangeset for help on using the changeset viewer.