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: Value must be a 1x2 vector of numeric type #101

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

Crashed when executed command on spis/brain:

solo.quicklook_main('/home/erjo/so_irfu-matlab_qli_IRFpl//mission/solar_orbiter/+solo/irf_logo.png', '/data/solo/data_yuri/', '/data/solo/EJ_temp/qli//so_qli_cronhelper.2022-08-11_13.40.49', '1', '1', '2020-02-12T00:00:00', '2022-08-09T00:00:00');

irf_ebsp ... calculate B wavelet transform ....Done.
  [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
  [warning: get_variable(60)] dataobj:get_variable:cyclic_depCyclic dependecy: Epoch <-> Half_interval
  [warning: get_variable(60)] dataobj:get_variable:cyclic_depCyclic dependecy: Epoch <-> Half_interval
  [warning: get_variable(60)] dataobj:get_variable:cyclic_depCyclic dependecy: Epoch <-> Half_interval
  [warning: get_variable(60)] dataobj:get_variable:cyclic_depCyclic dependecy: Epoch <-> Half_interval
  [warning: get_variable(60)] dataobj:get_variable:cyclic_depCyclic dependecy: Epoch <-> Half_interval
  [warning: get_variable(60)] dataobj:get_variable:cyclic_depCyclic dependecy: Epoch <-> Half_interval
exception.message=Value must be a 1x2 vector of numeric type in which the second element is greater than the first element or is Inf.
quicklooks_24_6_2_h, row 44
quicklook_main, row 221

Judging from produced plots, it crashes when plotting for 2020-10-04.

ErikPGJ commented 2 years ago

At least superficially similar to #93, which was however solved for the same commit (7a6b235) that this was observed in. Thus not the same.

ErikPGJ commented 2 years ago

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-29_13.31.46._2020-10-03T00:00:00---2020-10-06T00:00:00', '1', '1', '2020-10-03T00:00:00', '2020-10-06T00:00:00'); (brain, c1bd4e3d) worked so the bug has presumably been fixed.