I am trying to reconstruct microwave breast images using open-source software Merit in Matlab. I have simulated a breast phantom in CST and for reconstructing the image I need to extract some data. For example, here is the sample code of Merit:
frequencies = dlmread('data/frequencies.csv');
antenna_locations =dlmread('data/antenna_locations.csv');
channel_names = dlmread('data/channel_names.csv');
scan1 = dlmread('data/B0_P3_p000.csv');
scan2 = dlmread('data/B0_P3_p036.csv');
My question is how can I get the frequencies, antenna location, channel_name,
scan1, scan2 for my own breast phantom model? I am attaching the screenshot of my simulated breast phantom model on CST. Please help me with your valuable suggestions.