Matthew Carr

Results 36 comments of Matthew Carr

Great, ok we will keep this issue open as its clear we need to add a new interface feature to the class. We will track the proposal here.

Discussed this issue with @CnlPepper, he will attempt it as part of next code sprint.

In principle I think this is a good idea, and I've been wondering about this kind of thing for a while myself. The reason I've never gone to far with...

I just noticed you already have a working example of this in your COMPASS demo files. https://github.com/cherab/compass/blob/master/demos/efit_plasma_profiles/Plasma_profiles_mapping.ipynb ``` def exp_decay(r, lamb, max_val): return max_val * np.exp(-1*(r-r.min())*lamb) ``` I think we...

Yeah, agree it should default to local coordinates for backwards compaitibility. But the mesh already has a transform applied to it (effectively its own Node), we just need a toggle...

Got it, ok. That makes sense I think.