janosch314 / GWFish

Simulation of detector networks with Fisher-matrix PE
33 stars 20 forks source link

Decouping calculation and output + providing output options #46

Closed jacopok closed 6 months ago

jacopok commented 1 year ago

Currently, the PE errors are computed and printed out to a txt file by a single function, making it quite inconvenient to have the output in other formats, e.g. in hdf5 or in a native python object without saving to a file at all.

This can be accomplished by decoupling the calculation code from the outputing code, which may then be selected from several options.

(thanks Eleonora for the comment!)