Skip to content

Commit

Permalink
expose current ronchigram array
Browse files Browse the repository at this point in the history
  • Loading branch information
noahschnitzer committed Jun 20, 2024
1 parent 64db42a commit 5a8cebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vasco/ronch_calc.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ function calculateWASM(Module) {
current_strehl,
count
);
ronchigram_array = out_ronch;
}

function calculate() {
Expand Down Expand Up @@ -983,6 +984,7 @@ var corr_start_time = 0;
var corr_threshold = 0;
var corr_max_order = 0;
var hid_ab;
var ronchigram_array;


for (var it = 0; it < aberration_list.length; it++) {
Expand Down

0 comments on commit 5a8cebc

Please sign in to comment.