Changeset 6d0f203 in ammosreader for sample_scripts/iqdw_reader.py


Ignore:
Timestamp:
06/30/22 16:18:57 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
d62906b
Parents:
809cb16
Message:

apply changes from Franks session

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample_scripts/iqdw_reader.py

    r809cb16 r6d0f203  
    1818
    1919    dat_file.read_all_frames_left()
    20     print(len(dat_file.data()))
     20    print("Frequencies", dat_file.container.frequencies())
     21    print("Frame types:", dat_file.container.frame_types())
     22    print("Frame sizes:", dat_file.container.frame_sizes())
     23    print("Homogenic:", dat_file.container.is_homogenic())
Note: See TracChangeset for help on using the changeset viewer.