Changes between Version 12 and Version 13 of VYSOS5.20090806
- Timestamp:
- Aug 7, 2009, 3:11:42 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VYSOS5.20090806
v12 v13 71 71 * Science Processing Example 72 72 * {{{ chiptool -simple -pretend -dbname demo_20090806 -definebyquery -dateobs_begin 2009/07/01 -dateobs_end 2009/07/02 -filter PSr -set_label demo.science -set_workdir /home/ipp/data/demo.20090806/demo.science }}} 73 * ''' the command above does not work without help : IPP currently requires the exp_type to be "OBJECT", but VYSOS is setting this value to "LIGHT". I needed to modify the database manually with a command like this:73 * ''' the command above does not work without help''' : IPP currently requires the exp_type to be "OBJECT", but VYSOS is setting this value to "LIGHT". I needed to modify the database manually with a command like this: 74 74 * {{{ update rawExp set exp_type = 'object' where exp_type = 'light'; }}} 75 75 * start & setup pantasks:
