-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* SBE and WEtlabs templates * Create mtr_parser.py * add more instrument templates
- Loading branch information
1 parent
0b9d80d
commit 0d5248d
Showing
8 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# EcoFOCI | ||
"""Contains a collection of ADCP equipment parsing. | ||
These include: | ||
* LR-ADCP | ||
* Teledyne ADCP | ||
* RCM ADCP | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EcoFOCI | ||
"""Contains a collection of MTR equipment parsing. | ||
These include: | ||
* Version 3/4 (old version) | ||
* Version 5 (MTRduino) | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EcoFOCI | ||
"""Contains a collection of nitrate equipment parsing. | ||
These include: | ||
* SUNA | ||
* ISUS | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# EcoFOCI | ||
"""Contains a collection of prawler equipment parsing. | ||
These include: | ||
* TELOS transmitted | ||
* RUDICS transmitted | ||
* on-board records | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# EcoFOCI | ||
"""Contains a collection of RBR equipment parsing. | ||
These include: | ||
* rbr may have multiple channels | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EcoFOCI | ||
"""Contains a collection of seabird equipment parsing. | ||
These include: | ||
Moored SBE (cnv files): | ||
* 16,19,26,37,39,56 | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# EcoFOCI | ||
"""Contains a collection of wetlabs equipment parsing. | ||
(A seabird product now) | ||
These include: | ||
Moored Eco and Wetstars: | ||
* 1 channel -> 3 channel systems | ||
Non-moored: | ||
* processing is likely the same if recording internally. | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# EcoFOCI | ||
"""Contains a collection of WPAK equipment parsing. | ||
These include: | ||
* ARGO Transmitted | ||
* Internally Recorded | ||
""" |