by
magro » Tue Jun 18, 2013 7:29 pm
Hello shfo,
Thank you for your feedback. You are right. The netCDF/*.AIA/ANDI format is a binary format. It must be "translated". Therefore I'am looking for a CDF-importer in VBA.
The advantage of the CDF-format for me is that it contains peak labels and integration limits.
Unfortunately I do not have much experience in VBA. Therefore I am looking for people who have made that before.
Err, CDF is not ASCII based as far as I know. I'm not terribly familiar with EZChrom or Shimadzu so someone should correct me if I'm wrong here, but the CDFs I've seen are generic binary files that contains raw chromatographic data. There may be something in the CDF format description that allows for integration data to be saved, but it's not universally used by different vendors and I really wouldn't count on that information being in there. I'm fairly sure that CDFs don't contain any records of peak labels either. So while it's certainly possible to write a CDF importer in VBA (and someone may well have done so), I'm not sure how useful the results would be to you.