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
center_coordinates is only available for bins bin_type, each bin actually is a square, setting it to True means the central coordinate of each bin is set as its coordinate, otherwise, the upper left corner coordintates are used, due to some unknown historical reasons, previously, if input file is a GEM, the coordinates of bins were forced to be the center of bins, but if a GEF, bins coordinates are always the upper left corner coordintates, in order to unify the GEM and GEF, we added the parameter center_coordinates to read_gem and set it to False by default so that the bins coordinates can be the upper left corner of bins and if a user wants it to be the bin center, center_coordinates can be set to True.
What is the effect of this parameter?Should we use it?
Stereopy/stereo/io/reader.py
Lines 1161 to 1170 in c230d6f
Stereopy/stereo/io/reader.py
Lines 45 to 53 in c230d6f
Thanks for any reply!
The text was updated successfully, but these errors were encountered: