Closed sjkisner closed 2 years ago
I now have fan beam forward models for the both curved and flat detectors. For the geometry argument I'm considering the following names:
geometry
['parallel', 'fan-curved', 'fan-flat', 'fan'] # have this default to 'fan-curved' and issue a warning
Any alternate suggestions?
Jordan, this looks fine, but I think you can just use the first three since 'fan' is ambiguous.
We added a depreciation warning for the fan option and mapped it to fan-curved. So this is done.
fan
fan-curved
I now have fan beam forward models for the both curved and flat detectors. For the
geometry
argument I'm considering the following names:Any alternate suggestions?