Skip to content

Commit

Permalink
Debugging of commands and spelling mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
sthancock committed Mar 26, 2019
1 parent 1eab247 commit f51080a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
File renamed without changes.
7 changes: 4 additions & 3 deletions practical_week10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These can be copied and pasted in to the terminal to run the commands (word refo
Install programs:
The command for the simple install is:

>> /geos/netdata/avtrain/data/3d/active_sensing/week10/scripts/installGedi.bash
>> /geos/netdata/avtrain/data/3d/active_sensing/week10/active_sensing/installGedi.bash
>> source ~/.bashrc

To test the software has successfully compiled, type:
Expand All @@ -28,7 +28,8 @@ Do not worry about the contents of the script. It can be run from the command li

Set up a shortcut to that directory:

>> bin=”/geos/netdata/avtrain/data/3d/active_sensing/week10/active_sensing”
>> bin="/geos/netdata/avtrain/data/3d/active_sensing/week10/active_sensing"
>> dataDir="/geos/netdata/avtrain/data/3d/active_sensing/week10/gedi_sonoma_area"


The options can be seen by typing:
Expand All @@ -39,7 +40,7 @@ The options can be seen by typing:
To use it to plot all waveforms in a given HDF5 file, type:


>> python3 $bin/gediHandler.py --input $filename --outRoot $outRoot
>> python3 $bin/gediHandler.py --input $dataDir/gediSonoma.power.1.day.200.0.h5 --outRoot $outRoot

Where “$filename” is the HDF5 file and “$outRoot” is a word to label the output files as (eg. “test1”). It will produce png files of the waveforms with the ground overlayed. Look at a few waveforms. What can you notice? Are there any significant differences between the “power.0” and “power.1” files?

Expand Down
2 changes: 1 addition & 1 deletion practical_week10_windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ These can be copied and pasted in to the terminal to run the commands (word refo
Install programs:
The command for the simple install is:

>> /geos/netdata/avtrain/data/3d/active_sensing/week10/scripts/installGedi.bash
>> /geos/netdata/avtrain/data/3d/active_sensing/week10/active_sensing/installGedi.bash
>> source ~/.bashrc

To test the software has successfully compiled, type:
Expand Down

0 comments on commit f51080a

Please sign in to comment.