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

Allow for c.update() #164

Open
jepegit opened this issue Aug 7, 2021 · 0 comments
Open

Allow for c.update() #164

jepegit opened this issue Aug 7, 2021 · 0 comments
Assignees
Milestone

Comments

@jepegit
Copy link
Owner

jepegit commented Aug 7, 2021

After loading a file (e.g. a cellpyfile), it should be possible to update it by

c = cellpy.get("cellpyfile.h5)
# the cellpy file contains the paths to the original raw files
c.update()
# only the new data will be loaded and processed

To achieve this, cellpy will need to have an easy way to find the last loaded data and load from that. And update summaries from starting from the first new step (or the last old if it is not complete) etc. This means that a smart way of lookup and merging if several raw files are used is needed.

@jepegit jepegit added this to the v.0.6.0 milestone Aug 7, 2021
@jepegit jepegit self-assigned this Aug 7, 2021
@jepegit jepegit added this to Review in progress in Release 0.6 Aug 20, 2021
@jepegit jepegit moved this from Review in progress to To do in Release 0.6 Aug 20, 2021
@jepegit jepegit modified the milestones: v.0.6.0, v.1.0.0 Apr 18, 2022
@jepegit jepegit removed this from To do in Release 0.6 Apr 18, 2022
@jepegit jepegit added this to To do in Release 1.0.0 via automation Apr 18, 2022
@jepegit jepegit modified the milestones: v.1.0.0, v.1.1.0 Jan 21, 2023
@jepegit jepegit modified the milestones: v.1.1.0, v2.0.0 Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant