IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 337 and Version 338 of ippToPsps


Ignore:
Timestamp:
Apr 12, 2012, 11:43:39 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v337 v338  
    139139= {{{ippToPsps}}} programs =
    140140
    141 {{{ippToPsps}}} consists of numerous programs that work together to queue, process and monitor data as it passes from the IPP to PSPS. All programs can be run like this:
    142 
    143 {{{
    144 cd trunk/ippToPsps/jython
     141{{{ippToPsps}}} consists of numerous programs that work together to queue, process and monitor data as it passes from the IPP to PSPS. All {{{ippToPsps}}} code is installed under the IPP user account here:
     142
     143{{{
     144/home/panstarrs/ipp/src/ippToPsps
     145}}}
     146
     147while data and logs are currently set to be stored here:
     148
     149{{{
     150/data/ipp005.0/ipptopsps
     151}}}
     152
     153All programs can be run like this:
     154
     155{{{
     156cd /home/panstarrs/ipp/src/ippToPsps/jython
    145157./run.sh prog.py someConfig
    146158}}}