progpy icon indicating copy to clipboard operation
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...

Results 85 progpy issues
Sort by recently updated
recently updated
newest added

Will be combined with sim example by @aqitya _Originally posted by @teubert in https://github.com/nasa/progpy/issues/3#issuecomment-1668569794_

documentation

**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...

enhancement
components: parameter estimation

**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...

enhancement
components: models

### Requirement Implement Thermal event for electrochemistry battery model ### DoD - [ ] Implement event - [ ] Add documentation - [ ] Add tests - [ ] Add...

enhancement
components: models
project: SPARRCI

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,...

enhancement
components: models

### 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...

bug
enhancement
component:state estimators

**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 - [...

enhancement
components: data model

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

documentation

**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...

enhancement
components: simulation

**Requirement Text** Create functions, classes, or features to simplify future load for data model **Background Information** Currently very complicated. **DoD** - [ ] Implement feature - [ ] Add to...

enhancement
components: data model
components: simulation