Menu

#1569 Jython missing functions, poorly named functions

nextrelease
open
nobody
None
5
2016-07-07
2016-04-21
No

This ticket should serve to identify useful routines which should exist but don't.

Discussion

  • Jeremy Faden

    Jeremy Faden - 2016-04-21

    rebinBundle handles an array of (x,y->z) tuples, forming a rank 2 table. I need (x,y,z->f) rank 3 qube.

    buckshotInterpolate( scatterIndependent, dependent, dep0, dep1, dep2 ) vs
    rebinBundle( link( x,y,z,rho), ssx, ssy, ssz ) . This forces link and unlink... Should probably be renamed buckshotBinAverage.

     

    Last edit: Jeremy Faden 2016-04-21
  • Jeremy Faden

    Jeremy Faden - 2016-07-07

    I'm reviewing Sebastian's code for the RBSP digitizing, to see if it's suited for Juno digitizing, and I see he uses the built-in "sum" function where I would use the total function. I've put in a check for the zero so that sum works properly when there are units.