Skip to content

Commit

Permalink
Init commit of IDEX packet parser (IMAP-Science-Operations-Center#79)
Browse files Browse the repository at this point in the history
* Init commit of IDEX packet parser

* Committing test data

* Adding xarray as a dependency

* Responding to code review

* Fixing the dependencies

* updating poetry.lock to sync with main branch

* Getting rid of old import statement

* Updating poetry lock file

* Fixing the lock file, for some reason bitstring is
still causing issues

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Updating to latest version of space packet parser

* Changing packet parser to use individual Dust
Impact classes and output an xarray object

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Changing the requirements in poetry for xarray

* Responding to code review comments, adding a unit
test to compare actual data

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Updating poetry.lock

* Logging an error if a new science type is received

* Determining High and Low sample now
(rather than placeholder)

* Add more comments and make the variables clearer

* Fixing some of the variable names, adding comments

* Bug fix, wasn't returning right thing in new func

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
bryan-harter and pre-commit-ci[bot] authored Sep 7, 2023
1 parent 6246569 commit 0c5a5c4
Show file tree
Hide file tree
Showing 10 changed files with 11,475 additions and 31 deletions.
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

0 comments on commit 0c5a5c4

Please sign in to comment.