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

398 load multiple observation files in sequence #399

Merged
merged 6 commits into from
Jan 29, 2024

Conversation

dbenn
Copy link
Collaborator

@dbenn dbenn commented Jan 27, 2024

Hi @mpyat2, please see what I've written in the issue and let me know if you have questions.

I may add the multiple file feature to other plugins before we close this but for now it's just the infrastructure and TESS-common-code plugins. Indeed, given a Jan 31-ish release deadline due to Auth0 (more like Feb 1 or 2 I'd say), there may not be time for much more.

@dbenn dbenn added enhancement New feature or request UI User Interface tuning labels Jan 27, 2024
@dbenn dbenn requested a review from mpyat2 January 27, 2024 12:44
@dbenn dbenn self-assigned this Jan 27, 2024
@dbenn dbenn linked an issue Jan 27, 2024 that may be closed by this pull request
Copy link
Collaborator

@mpyat2 mpyat2 left a comment

Choose a reason for hiding this comment

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

Hi @dbenn , it's a great improvement. For big data sequences (like TESS), loading several files at once is much faster than additive loading (when we use additive loading, adding each new bunch of data takes a long time, probably because of relocation of existing data or something similar).
Thank you for the implementation!
In the future, it will be useful to add this functionality to other plugins. However, being under pressure from the upcoming release, it would be wiser to postpone other changes.
It seems it works as expected.

@dbenn
Copy link
Collaborator Author

dbenn commented Jan 29, 2024

Thank you @mpyat2 !

@dbenn dbenn merged commit 1d87fe6 into master Jan 29, 2024
24 checks passed
@dbenn dbenn deleted the 398-load-multiple-observation-files-in-sequence branch January 29, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request UI User Interface tuning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load multiple observation files in sequence
2 participants