IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 6 and Version 7 of VYSOS5.20090806


Ignore:
Timestamp:
Aug 6, 2009, 6:09:03 PM (17 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VYSOS5.20090806

    v6 v7  
    55
    66 * created an ippadmin database and ippadmin user (dropped existing empty ippadmin):
    7 {{{ ippadmin init localhost ippuser ipp }}}
     7  * {{{ ippadmin init localhost ippuser ipp }}}
    88
    99 * created an empty-password ssh key for use by the ipp user:
    10 {{{ ssh-keygen }}}
     10  * {{{ ssh-keygen }}}
    1111
    1212 * set up the user config files:
     
    3030  * {{{ ipp_serial_inject.pl --telescope vysos --camera vysos --workdir /home/ipp/data/demo.20090806 --end_stage reg --dbname demo_20090806 newdata/20090630/Calibration/*.fts }}}
    3131
     32 * test that pantasks + ssh work:
     33  * {{{ ssh vysosdata1 pclient }}}
     34  * you should see something like the following:
     35{{{
     36pclient: no file /home/ipp/.pcontrolrc
     37
     38Welcome to PCLIENT - pcontrol client shell
     39}}}
     40
     41 * run the registration analysis on the new data:
     42  * start pantasks; in pantasks, issue these commands:
     43   * {{{ module pantasks.pro }}}
     44   * {{{ module register.pro }}}
     45   * {{{ add.database demo_20090806
     46   * {{{ control host add vysosdata1 }}}
     47   * {{{ run }}}
     48  * register should run for a while; in ippMonitor, entries in 'newExp' should slowly move to 'rawExp'
     49
     50