1313e/PRISM

Feed in data

Opened this issue · 0 comments

I'm having trouble feeding in data into the pipe object when using the pipe.construct() function with the ext_real_set parameter. The format PRISM outputs its sam_set and mod_set data in is not the same as the format it excepts to feed in. Thus, it is very difficult to figure out the format of the inputs. I'm effectively trying to pass in the values like this

sam_set = (pipe.emulator.sam_set)
mod_set = (pipe.emulator.mod_set)

data_dict = {'sam_set': sam_set[1], 'mod_set': mod_set[1]}

pipe.construct( analyze=False, ext_real_set = data_dict)