Hello everyone:
I am trying to convert each spectrum in my pseudo-2D spectrum into ASCII files. My current approach is: using the "split2d" AU program to split the spectrum into multiple PROCNOs, then manually navigating to each PROCNO and running the "convbinasc" AU program to convert it into an ASCII file. Afterward, I process the data using a Python script. However, this process is somewhat cumbersome. I would like to know if it is possible to rewrite an AU program to automatically perform the step of reading PROCNO and executing "convbin2asc"?