progpy
progpy copied to clipboard
The NASA Prognostic Python Packages is a Python framework focused on defining and building models and algorit for prognostics (computation of remaining useful life) of engineering systems, and provide...
Will be combined with sim example by @aqitya _Originally posted by @teubert in https://github.com/nasa/progpy/issues/3#issuecomment-1668569794_
**Requirement Text** Allow users to specify input to estimate_params or calc_error as either (times, inputs, ouputs) or (combined) where combined is a list of simresults, a simresults, a dataframe, or...
**Requirement Text** List of additional features to be developed to further improve the trajectory generation **DoD** Features to add/enhance: - [ ] Controllers - separate controllers into separate model and...
### Requirement Implement Thermal event for electrochemistry battery model ### DoD - [ ] Implement event - [ ] Add documentation - [ ] Add tests - [ ] Add...
Add some sort of factor thats dependent on the batteries environment? For example: If two batteries are being modeled, one is inclosed in a chamber the other exposed to space,...
### Requirement Resolve the way noise in state estimation is represented to be consistent and clear ### Background Currently, noise in state estimation is some mixture of Q/R terms and...
**Requirement Text** support historical window state where not every value is used in state (e.g., u_t, u_t-5, u_t-10) **Suggested Solution** Extend nasa/progpy#22 **DoD** - [ ] Implement feature - [...
Example doing battery characterization using Chetan's method. This is a 3-step process Note: Make sure we give Ed credit with the release - he has contributed to the approach
**Requirement Text** Pre-generate loads before Piecewise.__call__ **Background Information** Right now InputContainers are build when __call__ is called, this is unnecessary **Suggested Solution** Pregenerate in __init__ **DoD** - [ ] Implement...
**Requirement Text** Create functions, classes, or features to simplify future load for data model **Background Information** Currently very complicated. **DoD** - [ ] Implement feature - [ ] Add to...