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

Convert all hi instances of uint64 CDF variables to int64 #872

Conversation

subagonsouth
Copy link
Contributor

Change Summary

Overview

This is a simple change converting all Hi CDF variables that were defined as uint64 to int64 since uint64 does not exist in CDF.

Updated Files

  • imap_processing/cdf/config/imap_hi_variable_attrs.yaml
    • search and replace uint64 -> int64

Closes #871

@subagonsouth subagonsouth added this to the Sept 2024 milestone Sep 24, 2024
@subagonsouth subagonsouth requested a review from a team September 24, 2024 20:49
@subagonsouth subagonsouth self-assigned this Sep 24, 2024
@subagonsouth subagonsouth requested review from bourque, sdhoyt and tech3371 and removed request for a team September 24, 2024 20:49
@bourque bourque added the Ins: Hi Related to the IMAP-Hi instrument label Sep 24, 2024
Comment on lines 37 to 39
FORMAT: I20
VALIDMIN: 0
VALIDMAX: 18446744073709551615
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these still good with change from uint64 to int64?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah... Good catch! Nope, those are not correct.

@subagonsouth subagonsouth merged commit d728aec into IMAP-Science-Operations-Center:dev Sep 25, 2024
17 checks passed
@subagonsouth subagonsouth deleted the 871-hi-product-definition-update-convert-uint64-to-int64 branch September 25, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ins: Hi Related to the IMAP-Hi instrument
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Hi product definition update: convert uint64 to int64
4 participants