Changeset 2a9faed in ammosreader for sample_scripts/iqdw_reader.py


Ignore:
Timestamp:
06/29/22 16:12:34 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
a81ab76
Parents:
4455f2b
Message:

more fixes to ensure proper IF data frame processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample_scripts/iqdw_reader.py

    r4455f2b r2a9faed  
    1919
    2020    dat_file.read_all_frames_left()
    21     print(dat_file.container.size())
    22 
    23 #    for each in dat_file.container.global_frames:
    24 #        print(each)
     21    print(len(dat_file.data()))
Note: See TracChangeset for help on using the changeset viewer.