-
Notifications
You must be signed in to change notification settings - Fork 38
Better support for csv-type files #338
Copy link
Copy link
Open
Labels
cellpy2-stage5cellpy 2.2 (Stage 5): live/incremental, step/summary science, loaders/IO, remote/discoverycellpy 2.2 (Stage 5): live/incremental, step/summary science, loaders/IO, remote/discoverycode improvementsdocumentationv2cellpy v2 work - PRs should target the master branchcellpy v2 work - PRs should target the master branch
Milestone
Description
Metadata
Metadata
Assignees
Labels
cellpy2-stage5cellpy 2.2 (Stage 5): live/incremental, step/summary science, loaders/IO, remote/discoverycellpy 2.2 (Stage 5): live/incremental, step/summary science, loaders/IO, remote/discoverycode improvementsdocumentationv2cellpy v2 work - PRs should target the master branchcellpy v2 work - PRs should target the master branch
Using the
instrument='something', model='something'is difficult for users. Does a better way exist (that does not require much changes in the code)? At least there should be some easy way for the user to see what the different models can handle and some easy way of tweaking them. Maybe also implement more "automatic" format inspection tools similar to the one that searches for delimiters, etc.The implementation should be written so that it can easily be moved to v2.0 of cellpy (v2.0 is planned to have a cellpy core with the main procedures that is frame agnostic).