Resolve "GW-specific result object"
All threads resolved!
All threads resolved!
Closes #251 (closed)
Edited by Gregory Ashton
Merge request reports
Activity
changed milestone to %0.3.5
assigned to @gregory.ashton
@charlie.hoy this may be of interest to you. The idea is that the
result
object produced will have properties for all the things that you'll want to access. For example, to get the waveform_approximant it will be as simple asresult.waveform_approximant
Under the hood, everything is stored in the
meta_data
attribute. TheCBCResult
just knows how to unpack it. By doing it this way, we can change how the meta data is stored in future versions while maintaining backward compatibility.- Resolved by Moritz Huebner
@gregory.ashton you should add something to the changelog for this before we merge.
mentioned in commit 6dd4a238
Please register or sign in to reply