Changeset 94f7c24 in ammosreader for sample_scripts
- Timestamp:
- 05/05/22 16:19:02 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 4180d6a
- Parents:
- 6808525
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample_scripts/import_signal.py
r6808525 r94f7c24 56 56 # sys.exit(1) 57 57 58 ammos_reader = AmmosIFReader(str(iqdw_file)) 59 ammos_reader.read_all_frames_left() 60 print(ammos_reader.container) 58 ammos_if_reader = AmmosIFReader(str(iqdw_file)) 59 ammos_if_reader.read_all_frames_left() 60 # for each_frame in ammos_if_reader.container.global_frames: 61 # print(each_frame) 61 62 62 63 ppdw_reader = PPDWReader(ppdw_file)
Note:
See TracChangeset
for help on using the changeset viewer.