Skip to content
Snippets Groups Projects
Commit 94284006 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by Claycomb, Abram Earl
Browse files

Add can_produce_data() method to AdjustedAlgorithm

AdjustedAlgorithm.process() essentially adjusts two values:

 - 3D vector field HEZ_raw -> XYZ_adj
 - 1D scalar field F_raw -> F_adj

Neither should depend on the other, but this was implicitly the case
as originally implemented. When F was missing, this prevented XYZ
from being calculated, at least when called in 'update' mode by the
Controller. Likewise, if HEZ were missing, this prevented adjusted F
from being calculated.
parent 2ad4cef0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment