kuadrat / arpys

ARPES data analysis tools
GNU Lesser General Public License v3.0
12 stars 4 forks source link

Dataloaders create inconsistent data structures #7

Open kuadrat opened 5 years ago

kuadrat commented 5 years ago

dataloaders.Dataloader_ALS outputs an argparse.Namespace where energies are in yscale and angles in xscale and therefore the data itself is transposed from the expectations of postprocessing routines such as postprocessing.fit_gold (Observed on a Gold file measured in 2018 by Simon Moser). Output data structure should be unified across all dataloaders.