SyneRBI / PETRIC

PET Image Reconstruction Challenge 2024
https://www.ccpsynerbi.ac.uk/events/petric/
2 stars 2 forks source link

prepare_data.py start and stop #10

Closed paskino closed 4 weeks ago

paskino commented 1 month ago

The prepare_data.py script has harcoded 2 floats start and stop as 0 and 10 respectively.

https://github.com/SyneRBI/Challenge24/blob/7d7942e3fc30f3751d03f805f3d30463d68593b4/lib/sirf_exercises/__init__.py#L115

My understanding is that this is these are governing the time range of the data converted.

  1. is this true?
  2. what is the unit measure?
  3. how can one request to process all of the data?
KrisThielemans commented 1 month ago

Second. Help message hopefully says so, but usersguide as well.

For this scan, using all data is too much...

KrisThielemans commented 4 weeks ago

This was fixed in #3