Changeset 2630 for trunk/Ohana/src
- Timestamp:
- Dec 3, 2004, 9:52:45 PM (22 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 3 edited
-
perl/src/elixir.photreport (modified) (1 diff)
-
shell/src/el_plots (modified) (1 diff)
-
shell/src/sp_plots (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/perl/src/elixir.photreport
r2444 r2630 23 23 24 24 # run mana, call script 25 open (STAT, "| status-D CATDIR $catdir --norc");25 open (STAT, "|dvo -D CATDIR $catdir --norc"); 26 26 print STAT "input $script\n"; 27 27 -
trunk/Ohana/src/shell/src/el_plots
r2444 r2630 44 44 plot: 45 45 echo $script 46 echo "doplots; exit 0" | status-D CAMERA $camera --norc $script46 echo "doplots; exit 0" | dvo -D CAMERA $camera --norc $script 47 47 exit 0; 48 48 -
trunk/Ohana/src/shell/src/sp_plots
r2444 r2630 31 31 32 32 plot: 33 echo "init; doplots; exit 0" | status-C skyprobe --norc $script33 echo "init; doplots; exit 0" | dvo -C skyprobe --norc $script 34 34 exit 0; 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
