Quasars / orange-spectroscopy

Other
52 stars 58 forks source link

[FIX] ASCII reader: fix ; as delimeters #651

Closed markotoplak closed 1 year ago

markotoplak commented 1 year ago

Comment support in the ASCII reader broke the ";" as delimiter because then everything but the wavenumber becomes a comment which makes files valid and useless at the same time. Fixed by changing the delimiter order: now ";" is attempted before whitespace.