Skip to content

Commit

Permalink
Remove references to DemoFiles.zip from Triton.
Browse files Browse the repository at this point in the history
It has been removed from their site.
  • Loading branch information
oysstu committed Jul 23, 2018
1 parent e060f66 commit 73dada7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ python3 setup.py install
The project depends on setuptools and numpy. Matplotlib is used for plotting, but is not required for basic functionality.

##### Usage
Some example XTF-files can be downloaded from the [Triton Imaging Inc.](http://www.tritonimaginginc.com/site/content/public/downloads/DemoFiles/DemoFiles.zip) website.

```python
import pyxtf
Expand Down
4 changes: 1 addition & 3 deletions examples/plot_sonar_bathy.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@


# Read file header and packets
# The following file and others can be downloaded from
# www.tritonimaginginc.com/site/content/public/downloads/DemoFiles/DemoFiles.zip
test_path = r'Reson7125.XTF'
test_path = 'test.xtf'
(fh, p) = xtf_read(test_path)

print('The following (supported) packets are present (XTFHeaderType:count): \n\t' +
Expand Down

0 comments on commit 73dada7

Please sign in to comment.