Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init commit of IDEX packet parser #79

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0fdc769
Init commit of IDEX packet parser
bryan-harter Aug 25, 2023
30694b8
Committing test data
bryan-harter Aug 25, 2023
eadbad2
Adding xarray as a dependency
bryan-harter Aug 25, 2023
623fd94
Responding to code review
bryan-harter Aug 31, 2023
f04831c
Fixing the dependencies
bryan-harter Aug 31, 2023
e6ecfbe
updating poetry.lock to sync with main branch
bryan-harter Aug 31, 2023
f606807
Merge branch 'dev' into idex_decom
bryan-harter Aug 31, 2023
f1376b3
Getting rid of old import statement
bryan-harter Aug 31, 2023
03b14fa
Updating poetry lock file
bryan-harter Aug 31, 2023
5a63649
Fixing the lock file, for some reason bitstring is
bryan-harter Aug 31, 2023
e4d293f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 31, 2023
055e335
Updating to latest version of space packet parser
bryan-harter Aug 31, 2023
c2f2d61
Changing packet parser to use individual Dust
bryan-harter Sep 1, 2023
00c247a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 1, 2023
1c9b818
Changing the requirements in poetry for xarray
bryan-harter Sep 1, 2023
a3194f3
Responding to code review comments, adding a unit
bryan-harter Sep 5, 2023
9fcc75b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 5, 2023
a8edd9f
Updating poetry.lock
bryan-harter Sep 5, 2023
a588de6
Merge branch 'idex_decom' of https://github.com/bryan-harter/imap_pro…
bryan-harter Sep 5, 2023
10d257d
Logging an error if a new science type is received
bryan-harter Sep 5, 2023
69b985c
Determining High and Low sample now
bryan-harter Sep 5, 2023
fdde569
Add more comments and make the variables clearer
bryan-harter Sep 6, 2023
9d773ed
Fixing some of the variable names, adding comments
bryan-harter Sep 7, 2023
b2b6721
Bug fix, wasn't returning right thing in new func
bryan-harter Sep 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ repos:
rev: v4.4.0
hooks:
- id: check-added-large-files
args: ['--maxkb=1000']
- id: detect-aws-credentials
args: [--allow-missing-credentials]
- id: detect-private-key
- id: mixed-line-ending
- id: trailing-whitespace
- id: no-commit-to-branch
args: [--branch, main, --branch, dev]
args: [--branch, main]
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
Expand Down
Empty file.
Loading
Loading