Skip to content

Commit

Permalink
removed mislooked obsolete stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Jun 20, 2024
1 parent f6fc854 commit b612958
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 86 deletions.
74 changes: 0 additions & 74 deletions examples/Python/PET/test_data_preparation.py

This file was deleted.

12 changes: 0 additions & 12 deletions src/xSTIR/pSTIR/STIR.py
Original file line number Diff line number Diff line change
Expand Up @@ -1605,18 +1605,6 @@ def get_time_at_which_num_prompts_exceeds_threshold(self, threshold):
pyiutil.deleteDataHandle(h)
return v

def prompts_and_randoms_from_listmode(self, lm_data, start, stop, templ, prefix="prompts"):
"""Returns proampts and randoms' estimates computed from listmode raw data
"""
assert_validity(lm_data, ListmodeData)
assert_validity(templ, AcquisitionData)
sino = AcquisitionData(templ)
rand = AcquisitionData(templ)
try_calling(pystir.cSTIR_promptsAndRandomsFromListmode(self.handle, lm_data.handle, \
start, stop, templ.handle, sino.handle, rand.handle, prefix))
return sino, rand


class AcquisitionSensitivityModel(object):
"""
Expand Down

0 comments on commit b612958

Please sign in to comment.