Skip to content

some bins values are two-dimensional #87

@jvandegriff

Description

@jvandegriff

The data description here:

https://pds-ppi.igpp.ucla.edu/ditdos/viewFile?id=pds://PPI/maven.swea.calibrated/data/arc_3d/2014/03/mvn_swe_l2_arc3d_20140320_v04_r01.xml

is for MAVEN SWEA raw plasma data, which is basically like energetic particle data

It has a parameter diff_en_fluxes which is a 3 dimensional parameter (4 if you count time, but HAPI captures this as 3-D). It has intensity versus elevation(6), azimuth(16), and energy(64).

size=[ 6,16,64] (elev, azim, energy)

The azimuth and energy bins are each 1-D, but the elevation bins are 2-D. So there are 6 different elevation bin centers for each of the 64 energies.

Is it worth having multi-dimensional bins?
How common is this?
Could this data be represented any other way that HAPI can capture?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions