Skip to content

Commit

Permalink
cleanup per flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sjswerdloff committed Jun 9, 2024
1 parent 654d0f2 commit ad85e27
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tdwii_plus_examples/rtbdi_creator/rtbdi_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,10 @@ def create_ups_from_plan_and_bdi(
retrieve_ae_title (str): The AE Title of the OST (from which references will be retrieved)
scheduled_datetime (datetime): The datetime to schedule the UPS for
treatment_records (List): list of datasets representing the treatment records previously delivered for the fraction
enable_photo_ref (bool): whether to include a reference to a patient photo in the InputInformation Sequence if that is present in the plan
enable_setup_image_ref: whether to include references to setup images (photos) in the InputInformationSequence if they are present in the plan
enable_photo_ref (bool): whether to include a reference to a patient photo in the InputInformation Sequence
if that is present in the plan
enable_setup_image_ref: whether to include references to setup images (photos) in the InputInformationSequence
if they are present in the plan
"""
ups_ds = pydicom.Dataset()
Expand Down

0 comments on commit ad85e27

Please sign in to comment.