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

Feat/update archive #293

Merged
merged 119 commits into from
Sep 5, 2024
Merged

Feat/update archive #293

merged 119 commits into from
Sep 5, 2024

Conversation

DavidT3
Copy link
Owner

@DavidT3 DavidT3 commented Sep 5, 2024

No description provided.

…g of selected observations.

Signed-off-by: David Turner <turne540@msu.edu>
…functions

Signed-off-by: David Turner <turne540@msu.edu>
…e, so that re-filtering will actually run without a locked error

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…ltering_operations. This might now mean that the BaseMission update method works?

Signed-off-by: David Turner <turne540@msu.edu>
…be working - adding some diagnostics

Signed-off-by: David Turner <turne540@msu.edu>
…ations before resetting the filter, as that also resets the history.

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…eference to the issue I should have been pointing these commits at from the start of this branch. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…info as well as the selected ObsIDs

Signed-off-by: David Turner <turne540@msu.edu>
…ates of selected observations when loading back in from disk, also added the read in step in '_load_state' - this is for issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…onaries, with ObsIDs as keys - just a little more convenient. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
… update() method. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…d obs are in the current selection, and vice versa. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…orking in the update() method of BaseMission. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…orking in the update() method of BaseMission. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
… be. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…nusable

Signed-off-by: David Turner <turne540@msu.edu>
…pandas, should be corrected now

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…bsID that has been removed (uncommon but does happen with live missions). For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…eta data attribute and property (to store info about what changed during an update). For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…changed usable states, and included all meta information in the update_meta_info attribute. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…had changed. For issue#69

Signed-off-by: David Turner <turne540@msu.edu>
…hen setting up which_pr_us_ch. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…rather than a float.

Signed-off-by: David Turner <turne540@msu.edu>
… of its missions, to reinstate any ifltering based on proprietary usable states.

Signed-off-by: David Turner <turne540@msu.edu>
…rocessing steps again? For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…s function for eROSITA.

Signed-off-by: David Turner <turne540@msu.edu>
…n for eROSITA.

Signed-off-by: David Turner <turne540@msu.edu>
…en run on a particular ObsID-inst. Hopefully it will now.

Signed-off-by: David Turner <turne540@msu.edu>
…en run on a particular ObsID-inst. Hopefully it ACTUALLY will now.

Signed-off-by: David Turner <turne540@msu.edu>
…en run on a particular ObsID-inst. Hopefully it ACTUALLY REALLY will now.

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…ta part of the archive. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
… missions - that the numpy implementation of bool is not serializable (comes up in the BaseMission save() method call) - don't know why any of my values are that datatype but nvm

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…yet know why

Signed-off-by: David Turner <turne540@msu.edu>
…yet know why

Signed-off-by: David Turner <turne540@msu.edu>
…y converts to the base Python bool type.

Signed-off-by: David Turner <turne540@msu.edu>
… and IKE

Signed-off-by: David Turner <turne540@msu.edu>
… working out because I was daft

Signed-off-by: David Turner <turne540@msu.edu>
…be called every time but will only populate observation summaries if the observation doesn't already exist in there.

Signed-off-by: David Turner <turne540@msu.edu>
… software for missions now, only includes in preprocessed missions if the software is not present.

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…e()' in the missions tutorial, which is the correct name

Signed-off-by: David Turner <turne540@msu.edu>
…ial. For issue #69

Signed-off-by: David Turner <turne540@msu.edu>
…well as ensuring that _version gets written out to the save json. Indirectly for issue #69

Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
Signed-off-by: David Turner <turne540@msu.edu>
…t first transfer the old mission save state files to a 'previous_versions' directory.

Signed-off-by: David Turner <turne540@msu.edu>
@DavidT3 DavidT3 merged commit 89d9c08 into master Sep 5, 2024
@DavidT3 DavidT3 deleted the feat/updateArchive branch September 5, 2024 20:22
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.

1 participant