dsfb-turbine 0.1.0

DSFB Structural Semiotics Engine for Gas Turbine Jet Engine Health Monitoring. A deterministic, read-only, observer-only augmentation layer for typed residual interpretation over existing Engine Health Monitoring (EHM), Gas Path Analysis (GPA), and Prognostics and Health Management (PHM) systems. The core engine is no_std + no_alloc. Unsafe code is forbidden in the library. Dataset loading, fleet evaluation, reporting, and executable examples are std-gated.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! N-CMAPSS dataset loader (placeholder).
//!
//! N-CMAPSS (Chao et al., 2021) uses HDF5 format with realistic
//! flight-condition variability. Full loader deferred to Phase I
//! when HDF5 dependency is justified.

/// N-CMAPSS dataset identifier.
pub const DATASET_NAME: &str = "N-CMAPSS";

/// N-CMAPSS citation.
pub const CITATION: &str = "Chao, Kulkarni, Goebel, Fink (2021). Aircraft Engine Run-to-Failure Dataset under Real Flight Conditions. NASA PCoE.";