Closed aa89113 closed 5 months ago
Usiing something like this, it fixes the scaling, but there is still a translation difference between the original and reconstructed data:
original_curve = beta[:, :, 0]
curve_to_q_result = curve_to_q(beta=original_curve, scale=True)
curve_to_q_to_curve_result = q_to_curve(curve_to_q_result[0], scale=curve_to_q_result[2])
Computing q_to_curve from curve_to_q result produces different result than original curve:
Thanks a lot for your help