data-exchange / dxchange

data exchange supporting tomopy
http://dxchange.readthedocs.io
Other
34 stars 42 forks source link

update reader for aps 1id data #71

Closed KedoKudo closed 6 years ago

KedoKudo commented 6 years ago

Add a new parser function that parses the metadata generated from the tomography experiment at APS 1-ID into a DataFrame, which is used in the reader function to automatically select different valid layers for tomography reconstruction.

decarlof commented 6 years ago

@KedoKudo I suggest to move

def parse_aps_1id_metafile(metafn): 

from exchange.py to reader.py and for consistency rename it as:

def read_aps_1id_metadata(metafn):
decarlof commented 6 years ago

@KedoKudo thanks!