-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(loaders): Add loader function for RPH and flexible file gathering (
#147) * feat(constants): Add consts for RPH Added Roll Pitch Heading column constants * feat(loaders): Add loader function for RPH Added 'load_roll_pitch_heading' function to load Roll Pitch Heading (RPH) data from a set of files to a single pandas dataframe. * feat(main): Allow flexible file gather Added 'proc' argument to 'gather_files' function so that user can choose to get file paths for posfilter process * test: Modify test_main for new arg Modified the test_main.py and 'test_gather_files' test to include testing for the new 'proc' argument for flexible file gathering. * fix: Change typo within a comment --------- Ref: Issue #118 Co-authored-by: Aniket Fadia <[email protected]>
- Loading branch information
1 parent
6d65625
commit ec129d4
Showing
4 changed files
with
88 additions
and
15 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
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