Changeset 70 for trunk/Ohana/src/shell/src/el_plots
- Timestamp:
- May 8, 2003, 3:19:39 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/shell/src/el_plots (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/shell/src/el_plots
r16 r70 7 7 # check that camera is ok: 8 8 set camera=`gconfig CAMERA.CURRENT` 9 set datdir=`gconfig DATDIR` 9 10 if ($camera == "cfh12k") goto valid; 10 11 if ($camera == "cfhtir") goto valid; 12 if ($camera == "megacam") goto valid; 11 13 12 14 if ("$1" == "init") then … … 51 53 endif 52 54 53 cp /data/milo/elixir/plots/seeing_night.png /apps/www/www.cfht.hawaii.edu/Instruments/Elixir/seeing/archive/seeing_$2.png55 cp $datdir/plot/seeing_night.png /apps/www/www.cfht.hawaii.edu/Instruments/Elixir/seeing/archive/seeing_$2.png 54 56 exit 0; 55 57
Note:
See TracChangeset
for help on using the changeset viewer.
