Skip to content

Commit 84fefce

Browse files
committed
Remove OBE TODO
1 parent bc3cc0f commit 84fefce

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/nsidc/iceflow/data/ilvis2.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212

1313
from nsidc.iceflow.data.models import ILVIS2DataFrame
1414

15-
# TODO: consider coord set names and think about if we should just expose the
16-
# two sets that are common across both v1 and v2. It would be nice to expose the
17-
# flexibility for both, but when read_datafiles is used across multiple datasets
18-
# this could cause a problem. E.g., users might try to use one that's only
19-
# available in v1, even though v2 is also specified.
2015
ILVIS2_COORDINATE_SETS = Literal["low_mode", "high_mode", "centroid", "highest_signal"]
2116
ILVIS2_COORDINATE_SET_MAPPING: dict[ILVIS2_COORDINATE_SETS, dict[str, str]] = {
2217
# The center of the lowest detected mode within the waveform. Available in

0 commit comments

Comments
 (0)