Moving in dobs files
ALPHAio.ALPHAdobs_create — Function function ALPHAdobs_create(fname, fhdr; cmt= "ALPHA dobs")Creates a new ALHA dobs file. As ASCII header uses the contents of the file/IOBuffer fhdr.
ALPHAio.ALPHAdobs_append — Function function ALPHAdobs_append(fname)Open for read/write a previously existing ALPHA dobs file.
ALPHAio.ALPHAdobs_next_p — Function function ALPHAdobs_next_p(fb, ic=1)Position the fb record on the next parameter record. Returns true if success, false if not. If ic is passed, skip ic-1 parameter records
ALPHAio.ALPHAdobs_next_dobs — Function function ALPHAdobs_next_dobs(fb, ic=1)Position the fb record on the next dobs record. Returns true if success, false if not.
ALPHAio.ALPHAdobs_prev_p — Function function ALPHAdobs_prev_p(fb, ic=1)Position the fb record on the prev parameter record. Returns true if success, false if not.
ALPHAio.ALPHAdobs_prev_dobs — Function function ALPHAdobs_prev_dobs(fb, ic=1)Position the fb record on the prev dobs record. Returns true if success, false if not.