L2 ENA Maps: Bin arrays based on matched indices #1263
Labels
Ins: Hi
Related to the IMAP-Hi instrument
Ins: Lo
Related to the IMAP-Lo instrument
Ins: Ultra
Related to the IMAP-Ultra instrument
Mapper Tools
Work related to common mapper tools
Milestone
Algorithm Description:
Once data value indices have been matched between two frames (e.g. from an L1C DPS frame to the HAE frame in which the L2 map will be projected), a function must "bin" from the first input frame to the second output frame. "Binning" here means taking values from the indices in
frame 1
, and assigning them to the matched index inframe 2
.Requirements:
1:1
correspondence between the indices in frame 1 and the indices in frame 2. That is, multiple indices in one frame may map onto the same index in another frame.Algorithm Code Information:
Input data:
* Suggest 2 functions: one to bin a single array, and another to loop through a dictionary of:
{"array_name": NDarray}
and bin each.Related Issues/PRs:
#1258
#1260
The text was updated successfully, but these errors were encountered: