Module gonioanalysis.drosox.loading
Functions
def load_angle_pairs(fn)
-
Loading angle pairs from a file.
Detached from gonio_imsoft.
def load_data(folder, arl_fly=False)
-
Loading a data folder.
Returns a list where horizontal angles are grouped by the pitch angle and each horizontal angle is next to it's image's filename.
grouped = [pit1, [[hor1, fn1], …] …]
INPUT ARGUMENTS DESCRIPTION arl_fly Set true if normal DrosoX processing should be skipped (meaning no outliner remove, pitch grouping etc…)