solarbextrapolation.map3dclasses.Map3DComparer(map3D, *args, **kwargs)[source]¶Bases: object
benchmark=n kwarg.Methods Summary
L_infin_norm(map_field, benchmark, **kwargs) |
l-infinity norm of the vector field. |
compare_all(**kwargs) |
Compare all of the given vector fields and return the results as an astropy.table. |
Methods Documentation
L_infin_norm(map_field, benchmark, **kwargs)[source]¶l-infinity norm of the vector field. For vector field \(fx\) this would be:
(the malue of the maximum component)
From: https://rorasa.wordpress.com/2012/05/13/l0-norm-l1-norm-l2-norm-l-infinity-norm/