NahuelCostaCortez / ICFormer

4 stars 1 forks source link

Python script to generate Vi.mat, volt.mat, Q.mat and path_prognosis.mat #4

Open FlorentF9 opened 2 months ago

FlorentF9 commented 2 months ago

Hello,

I have downloaded the datasets but it is not very clear how to obtain the required files (Vi.mat, volt.mat, Q.mat and path_prognosis.mat).

I also don't have any available Matlab installation.

Could you provide a python script that transforms the diagnosis/prognosis files (GIC-LFP_duty_1.mat, GIC-LFP_duty_LLI-LAMsvalues.mat, etc.) into the right format ?

Thank you

NahuelCostaCortez commented 1 month ago

Hi @FlorentF9,

The required files are obtained executing the Read_me_VvsQmatrix.m and Read_me_Dutymatrix.m. You can try using matlab online if you don´t have any installation. Otherwise, you can try opening the .mat files directly from python. I haven´t tried myself because I have matlab installed but I'm pretty sure it can also be done this way.