Closed gomezzz closed 3 years ago
Implemented as discussed.
Can be used like this
mask = lambda x: 0.5*x[:,0]+0.1*x[:,1]+0.2*x[:,2]+0.33 > 0 #define some cutting plane gravann.rho_trap(model,encoding,mask,c) #compute integral
Closes #63
have you checked this works? For example for the Itokawa case? Takin the model from the result of the run and the plane definition we used?
Implemented as discussed.
Can be used like this
Closes #63