Skip to content

Commit

Permalink
update for read_gef
Browse files Browse the repository at this point in the history
  • Loading branch information
tanliwei-coder committed Jun 26, 2024
1 parent 44a899b commit 37d966c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stereo/io/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ def read_gef(
num_threads = cpu_count()
gef = BgefR(file_path, bin_size, num_threads, True)

data = StereoExpData(file_path=file_path, bin_type=bin_type, bin_size=bin_size)
data = StereoExpData(file_path=file_path, file_format='gef', bin_type=bin_type, bin_size=bin_size)
data.offset_x, data.offset_y = gef.get_offset()
gef_attr = gef.get_exp_attr()
data.attr = {
Expand Down

0 comments on commit 37d966c

Please sign in to comment.