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

Issue with initializing irfu-matlab in my machine #125

Open Krushna-100 opened 7 months ago

Krushna-100 commented 7 months ago

// TODO (you): please remove comments like this line and fill in this form as best you can, checking relevant boxes, etc.

Step 1: Latest code?

Step 2: Describe your environment

Step 3: Describe the problem

I am setting the irfu-matlab packages on my machine. I am trying to use the "Example_MMS_polarizationanalysis.m". I have created the folders to store the data according to the requirements. Although, running 'irf' in the command prompt initializes the irfu-matlab and says the system is ok, however, I am facing some issues after that.

R = mms.get_data('R_gse',Tintl); [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized [warning: mms_db.list_files(35)] No databases initialized

I am unable to detect what is the actual issue.

Could you please assist me in resolving this issue?

With best regards Krushna

Expected behavior

Actual behavior

Steps to reproduce:

// TODO (you): describe how to reproduce the problem. (Or if you prefer: you can fill in the "Relevant code" section below).




Relevant code:

    // TODO (you): insert code here to reproduce the problem.
    // (Or if you prefer: you can describe it in the "Steps to reproduce" section above).