Hi everyone,
For my project I work with a CCD camera, and I have to record scan's data. Data is composed of the time corresponding for each scan while a scan will give the intensity received by the camera for each pixels.
My trouble is that when I export datas on Labview, I don't know how I can place them the way that time would be on the first spreadsheet line and that pixels number would be on the 1st column. In fact, for now when I create an Array and export my data I have the time on the first line and data under as if the pixels number was placed horizontally ( as time).
A second trouble is that between 2 scans value there is always a blank column of 0 wich I want to delete, so I tried to create a Delete From Array function with a Quotient & Remainder function as to delete columns when the remainder of the iteration loop divided by 2 equal 0 (blank columns are on pairs columns)
So basically, I would like to know if there is any easy way to custom an excel spreadsheet when we export Labview's data into excel.