Closed darioizzo closed 3 years ago
allow mask to specify points which are 0
I think that works on mascon models, butfor the integral, the mask idea is not what we thought?
isn't the mask just some function like
mask = lambda x,y,z: 0 if x < 0.3 or y < 0.4 else 1
?
The aim would be to have a final estimate of the overall rho integral (which should be 1) but also to compute how much mass is placed in different parts of the asteroid as to have a macroscopid average density estimate (say head/body for Itokawa)