You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, dem_array and density array are passed in at the TerrainCorrector stage, separate from the params object.
It would make more sense to include them as part of TerrainCorrectionParameters.
Tasks
Add dem_array and density_array to TerrainCorrectionParameters
Remove them from TerrainCorrector
Refactor TerrainCorrector to use dem from TerrainCorrectionParameters not internal dem array
Work out how to save the array metadata to the output file
Currently, dem_array and density array are passed in at the TerrainCorrector stage, separate from the params object.
It would make more sense to include them as part of TerrainCorrectionParameters.
Tasks