darioizzo / geodesyNets

Experiments with artificial neural networks and geodesy
GNU General Public License v3.0
18 stars 3 forks source link

Allow to compute the mass of asteroid chunks #63

Closed darioizzo closed 3 years ago

darioizzo commented 3 years ago

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)

gomezzz commented 3 years ago

allow mask to specify points which are 0

darioizzo commented 3 years ago

I think that works on mascon models, butfor the integral, the mask idea is not what we thought?

gomezzz commented 3 years ago

isn't the mask just some function like mask = lambda x,y,z: 0 if x < 0.3 or y < 0.4 else 1 ?