I have existing data from runs looking at a spectrum of wavelengths and am looking to streamline the 'saving to .csv' part of the process.
Currently I am opening each sample as an isoabsorbance plot and saving individual wavelengths as signals (eg 300-600 in increments of 10), then extracting those as .csv files.
For a more detailed explanation, I am following this method:
- Extracting Specific Absorbance Signal from 3D IsoPlot with OpenLab ChemStation: https://community.agilent.com/knowledge/chromatography-software-portal/kmp/chromatography-software-articles/kp764.extracting-specific-absorbance-signal-from-3d-isoplot-with-openlab-chemstation
- then this: How to Export XY Data from Chemstation or OpenLab ChemStation to a CSV File
- Then combining the saves into one file with Time and Absorbance values for each wavelength.
- e.g
Time 400 410 420 0.00145 1.173496 1.142502 1.424313 0.008117 1.178265 1.146317 1.426697
I found this which is similar however is for the online/current runs only and not for already saved runs, and also for pre-set wavelengths and not spectrum: RE: Post-run Macro to export Signal Raw Data to ASCII
I have been having troubles trying to adapt this macro to be used in my case.
Any help will be appreciated.