IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 8, 2003, 3:19:39 AM (23 years ago)
Author:
eugene
Message:

megacam updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/shell/src/el_plots

    r16 r70  
    77# check that camera is ok:
    88set camera=`gconfig CAMERA.CURRENT`
     9set datdir=`gconfig DATDIR`
    910if ($camera == "cfh12k") goto valid;
    1011if ($camera == "cfhtir") goto valid;
     12if ($camera == "megacam") goto valid;
    1113
    1214if ("$1" == "init") then
     
    5153 endif
    5254
    53  cp /data/milo/elixir/plots/seeing_night.png /apps/www/www.cfht.hawaii.edu/Instruments/Elixir/seeing/archive/seeing_$2.png
     55 cp $datdir/plot/seeing_night.png /apps/www/www.cfht.hawaii.edu/Instruments/Elixir/seeing/archive/seeing_$2.png
    5456 exit 0;
    5557
Note: See TracChangeset for help on using the changeset viewer.