irfu / irfu-matlab

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

SolO IRFU quicklooks: Matrix dimensions must agree #103

Closed ErikPGJ closed 2 years ago

ErikPGJ commented 2 years ago

Step 1: Latest code?

Step 2: Describe your environment

Step 3: Describe the problem

Crashes when making the 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-30_16.16.49.0_1_2020-02-12T00:00:00---2020-02-19T00:00:00', '0', '1', '2020-02-12T00:00:00', '2020-02-19T00:00:00');.

Operating system is OK
Matlab version is OK
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_7days, row 138
quicklook_main, row 317

Note: Not the same as #99 which concerned quicklooks_24_6_2_h. Copy-paste error?

ErikPGJ commented 2 years ago

Maybe fixed with a12ed124.

ErikPGJ commented 2 years ago

Solved with 844567b4 (or earlier)?

ErikPGJ commented 2 years ago

Test run using 555610 (commit is not the bugfix) implies that bug has been fixed.