IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2630


Ignore:
Timestamp:
Dec 3, 2004, 9:52:45 PM (22 years ago)
Author:
eugene
Message:

changed status to dvo

Location:
trunk/Ohana
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/doc/elixir-cvs.txt

    r2572 r2630  
    1717- use /data/elixir2/srcdir/ohana as development site (jcc)
    1818- use /cfht/src/eos/
     19
     20---
     21
     22In order to convert the operational CFHT version of Elixir / Ohana to
     23the CVS-controlled version, we need to do several things:
     24
     251) merge the changes between the CFHT and IfA trees.
     26
     272) move the CFHT version of Ohana to the new opihi.v2 system from the
     28   opihi.v1 system:
     29   - move to the name 'dvo' rather than 'status'
     30   - use the v2 version of mana
     31
     323) define the Elixir / Ohana packages and tag them with a starting
     33   release name
     34
     354) define an initial distribution for Elixir / Ohana using the
     36   complete set of released packages.
     37
     38I have been working to unify the CFHT and IfA Elixir / Ohana trees.  I
     39have imported all of the CFHT version of the entries in the config
     40directories and the CFHT versions of the shell and perl scripts. 
     41
     42I have checked on the use of the 'status' program within the Elixir /
     43Ohana scripts.  I have modified sp_plot and el_plot to use 'dvo'
     44instead.  I have also modified elixir.photreport. 
     45
  • trunk/Ohana/src/perl/src/elixir.photreport

    r2444 r2630  
    2323
    2424# run mana, call script
    25 open (STAT, "|status -D CATDIR $catdir --norc");
     25open (STAT, "|dvo -D CATDIR $catdir --norc");
    2626print STAT "input $script\n";
    2727
  • trunk/Ohana/src/shell/src/el_plots

    r2444 r2630  
    4444plot:
    4545 echo $script
    46  echo "doplots; exit 0" | status -D CAMERA $camera --norc $script
     46 echo "doplots; exit 0" | dvo -D CAMERA $camera --norc $script
    4747 exit 0;
    4848
  • trunk/Ohana/src/shell/src/sp_plots

    r2444 r2630  
    3131
    3232plot:
    33  echo "init; doplots; exit 0" | status -C skyprobe --norc $script
     33 echo "init; doplots; exit 0" | dvo -C skyprobe --norc $script
    3434 exit 0;
    3535
Note: See TracChangeset for help on using the changeset viewer.