-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update .gitignore * Some cosmetic edits based on PEP 8 and grammar * Add cv24 variable that is important for advanced options in GE data * Spelling corrections * Update ge_read_pfile.py Add an if-then statement for sLASER datasets where the receiver phase was set * Refined handling of edited GE data * Update `ge_hdr_fields.py` Added missing header fields for revisions 14, 15, and 16 * Update ge_read_pfile.py Cosmetic edits to code * Better handling of GE psd strings - Cleaned up code a bit in `ge_read_pfile.py` - Added support for a few other psd's * Add support of GE header revision 14.3 * Bug fix in `ge_read_pfile.py` The last block of lines was previously within the `else` statement just above, which prevented those lines from running when `nechoes == 1` * Bug fix in `ge_read_pfile.py` Incorrect header fields were being used to determine `dataframes` and `refframes` * Update ge_read_pfile.py - Updated the `mult` and `multw` factors to match the current ones used in Gannet [NOTE: These have still not been completely finalized and may need to be adjusted in the future] - Some cosmetic edits * Cosmetic edits * Add tests to MMs GE edits * Tweak test * Fix for the editing disabled jpress case. * Add MEGA editing pulse information to the header. --------- Co-authored-by: wtclarke <william.clarke@ndcn.ox.ac.uk>
- Loading branch information
1 parent
f63a418
commit e993d46
Showing
8 changed files
with
418 additions
and
96 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 |
---|---|---|
|
@@ -8,3 +8,4 @@ __pycache__ | |
.DS_Store | ||
*.png | ||
prototyping | ||
.idea/ |
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
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
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
Oops, something went wrong.