I use .airaw binary file. I want to make a dataplugin for DIAdem. I am on processing now. But, I have a few questions about that.
Q. Data Format is down below. How can I write the script for multiple read?
- ex) CH0, CH1, CH2, CH0, CH1,CH2 ...(N1 times, 3 channels) CH4, CH5, CH4, CH5... (N2 times, 2 channels)
- Because of this I need to read CH0,1,2 data N1 times first and then move to CH4,5 data N2 times.
- N1 and N2 is different
- Each data group has a different number of channels
Q. Channel is automatically assigned to the data followed by there dim creation order?