Changeset 94f7c24 in ammosreader for sample_scripts/import_signal.py


Ignore:
Timestamp:
05/05/22 16:19:02 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
4180d6a
Parents:
6808525
Message:

print statements removed and typo fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sample_scripts/import_signal.py

    r6808525 r94f7c24  
    5656    # sys.exit(1)
    5757
    58 ammos_reader = AmmosIFReader(str(iqdw_file))
    59 ammos_reader.read_all_frames_left()
    60 print(ammos_reader.container)
     58ammos_if_reader = AmmosIFReader(str(iqdw_file))
     59ammos_if_reader.read_all_frames_left()
     60# for each_frame in ammos_if_reader.container.global_frames:
     61#    print(each_frame)
    6162
    6263ppdw_reader = PPDWReader(ppdw_file)
Note: See TracChangeset for help on using the changeset viewer.