Skip to content

Commit a77717a

Browse files
committed
lint
1 parent 70dc39b commit a77717a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/mdio/builder/templates/seismic_3d_streamer_field.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ def __init__(self, data_domain: SeismicDataDomain = "time"):
2727
self._spatial_dim_names = ("sail_line", "gun", "shot_index", "cable", "channel")
2828
self._dim_names = (*self._spatial_dim_names, self._data_domain)
2929
self._physical_coord_names = ("source_coord_x", "source_coord_y", "group_coord_x", "group_coord_y")
30-
self._logical_coord_names = (
31-
"shot_point",
32-
"orig_field_record_num",
33-
) # ffid
30+
self._logical_coord_names = ("shot_point", "orig_field_record_num") # ffid
3431
self._var_chunk_shape = (1, 1, 16, 1, 32, 1024)
3532

3633
@property

0 commit comments

Comments
 (0)