aodn/imos-toolbox

Asking user for depth/lat/long info in magneticDeclination and then not using it

Opened this issue · 0 comments

In magneticDeclinationPP, if a sample doesn't have instrument_nominal_depth/geospatial_lat_min/geospatial_lon_min a dialog is created to ask the user for this information. But then line 93 is a continue statement

which continues the for loop and means that this info isn't used to do the magnetic declination calculation.

What was the reasoning behind this?