Skip to content

Commit

Permalink
Merge pull request #4 from chhoumann/update_pipeline_w_masking_and_me…
Browse files Browse the repository at this point in the history
…rge_plssm_outputs

add masking & merge PLS-SM outputs to avoid confusion about double outputs
  • Loading branch information
Ivikhostrup authored Oct 9, 2023
2 parents af3bda4 + e33e764 commit 90884af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions report_pre_thesis/pipeline.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flowchart TD
BS[Background subtraction] -->
WO["Denoise via undecimated wavelet transformation"] -->
WC["Apply wavelength calibration"] -->
CER["Continuum removal"] -->|"Reduced Data Record (RDR)"| IRF["Apply Instrumental Response Function (IRF)"]
CER["Continuum removal"] -->|"Reduced Data Record (RDR)"| IRF["Apply Instrumental Response Function (IRF)"] -->M["Masking"]
end

db[(LIBS Data)] -->|"Experimental data record (EDR)"| DP
Expand All @@ -25,14 +25,17 @@ flowchart TD
BR --> BO["`Blend
(*Linear weighted sum*)`"]

SM -->|Model output| J
BO -->|Blended output| J
PLS_SM_OUT[ ]:::empty
classDef empty width:0px,height:0px;

SM ---|Model output| PLS_SM_OUT
BO ---|Blended output| PLS_SM_OUT

PLS_SM_OUT --> J

Input --> WE["Weigh by inverse IRF"] --> NOI["`Normalize
(Norm 1 or Norm 3)`"] --> I



I["`ICA with Joint Approximate Diagonalization of Eigenmatrices (JADE)`"]
I -->|Components & Mixing matrix| J

Expand Down
Binary file modified report_pre_thesis/src/images/pipeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90884af

Please sign in to comment.