Skip to content

Adding features to the HDF file generation scripts#267

Open
eirikgje wants to merge 5 commits into
akarifrom
akari_hdf_updates
Open

Adding features to the HDF file generation scripts#267
eirikgje wants to merge 5 commits into
akarifrom
akari_hdf_updates

Conversation

@eirikgje
Copy link
Copy Markdown
Collaborator

Added features include:

  • Solar-centric pixels
  • tod and compressed (todz) in the same file
  • Allow for the reset flag to extend to four samples instead of 1

@eirikgje eirikgje requested a review from RaelynSullivan May 28, 2026 09:45
return int(np.ceil(self.nchunks[band] / NUM_FITS_FILES_PER_SEGMENT))

def get_version(self):
return 2
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Should this be updated to version 3 now or are these small enough changes to not need to do that?

Copy link
Copy Markdown
Collaborator

@RaelynSullivan RaelynSullivan left a comment

Choose a reason for hiding this comment

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

Looks pretty good, I think it is ok to merge. Some of the functions (not modified by you but just functions that exist in this file) are still missing doc strings, those can be nice.
Only comments would be maybe the get_version needs to be updated to return 3? Not sure if this is enough for a whole new version, but could return 2.1 or something as well if it is a minor update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants