irfu / irfu-matlab

Matlab routines to work with space data, particularly with MMS and Cluster/CAA data. Also some general plasma routines.
56 stars 46 forks source link

SolO IRFU quicklooks: "Matrix dimensions must agree.", crashes #99

Closed ErikPGJ closed 1 year ago

ErikPGJ commented 1 year ago

Step 1: Latest code?

Step 2: Describe your environment

Step 3: Describe the problem

Crashes immediately.

Executing call on brain: solo.quicklook_main('/home/erjo/so_irfu-matlab_qli//mission/solar_orbiter/+solo/irf_logo.png', '/data/solo/data_yuri/', '/home/erjo/temp/qli/so_qli_MTEST.2022-08-10_09.52.58._2020-02-12T00:00:00---2020-02-13T00:00:00', '1', '1', '2020-02-12T00:00:00', '2020-02-13T00:00:00');

CDF_LEAPSECONDSTABLE is OK
saving caching status
DB caching enabled
  [warning: solo_db.get_variable/append_sci_var(131)] Discarded 1 data points
  [warning: solo_db.get_variable/append_sci_var(131)] Discarded 1 data points
exception.message=Matrix dimensions must agree.
pcolor, row 61
irf_spectrogram, row 270
quicklooks_24_6_2_h, row 197
quicklook_main, row 228
Command exited with non-zero status 99

Note: Trying to plot the very beginning of mission data, 2020-02-12, i.e. the very first day of L1 data as well as e.g. L2 LFR-SURV-CWF data. (Launch was 2020-02-10.)

Note: Crash takes place outside of the actual quicklooks code.

ErikPGJ commented 1 year ago

Call solo.quicklook_main('/home/erjo/so_irfu-matlab_qli//mission/solar_orbiter/+solo/irf_logo.png', '/data/solo/data_yuri/', '/home/erjo/temp/so_qli/so_qli_MTEST.2022-08-29_13.35.57._2020-02-12T00:00:00---2020-02-13T00:00:00', '1', '1', '2020-02-12T00:00:00', '2020-02-13T00:00:00'); works for commit c1bd4e3d so the bug has presumably been fixed.