I’m trying to upload a Bruker (Wyko) .ascii / .asc file but it keeps getting rejected as an unsupported file format.
The header and first 5 lines of data reads:
Wyko ASCII Data File Format 2,1,1
X Size,640
Y Size,480
Block Name,Type,Length,Value
Wavelength,7,4,75.594002
Aspect,7,4,1.000000
Pixel_size,7,4,0.000494
Magnification,8,8,20.058300
ScannerSpeed,7,4,3.329299
RAW_DATA,3,1228800,
0.000000,0.000000,-6080.572266
0.000000,0.000494,-5997.316406
0.000000,0.000987,-5962.709961
0.000000,0.001481,-5952.522461
0.000000,0.001974,-5965.671387
I’ve tried uploading this as is with comma separation and tab instead of comma but neither work.
Is this file format incorrect or am I missing something fundamental?