Moving in dobs files

ALPHAio.ALPHAdobs_createFunction
    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.

source
ALPHAio.ALPHAdobs_next_pFunction
    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

source
ALPHAio.ALPHAdobs_next_dobsFunction
    function ALPHAdobs_next_dobs(fb, ic=1)

Position the fb record on the next dobs record. Returns true if success, false if not.

source
ALPHAio.ALPHAdobs_prev_pFunction
    function ALPHAdobs_prev_p(fb, ic=1)

Position the fb record on the prev parameter record. Returns true if success, false if not.

source
ALPHAio.ALPHAdobs_prev_dobsFunction
    function ALPHAdobs_prev_dobs(fb, ic=1)

Position the fb record on the prev dobs record. Returns true if success, false if not.

source