-
Notifications
You must be signed in to change notification settings - Fork 260
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
diff
: support time-series files with different resolutions
#1268
base: main
Are you sure you want to change the base?
Conversation
💖 Thanks for opening this pull request! Please check out our contributing guidelines. 💖 |
@eedyyidi thank you for the PR. Could you add an example command line usage (and let me know an example data file/path for testing offline), and check the failed checks above? |
diff
: support time-series files with different resolutions
+ utils.readfile.read(): add `resize2shape` argument to support resizing directly, to facilitate the differencing between two files with different size/resolution.
PR summaryThis Pull Request introduces a new feature to handle time-series files with different resolutions in the Suggestion
Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect. Current plan usage: 0.00% Have feedback or need help? |
support time-series files with different resolutions: diff.py
timeseries_SET.h5 file size in y/x: (361, 387)
ion.h5 file size in y/x: (120, 193)
do diff.py timeseries_SET.h5 ion.h5 -o timeseries_SET_ion.h5 --force
timeseries_SET_ion.h5 file size in y/x: (361, 387)
Reminders