NiftyPET / NIPET

High-throughput PET image reconstruction with high quantitative accuracy and precision
Apache License 2.0
29 stars 7 forks source link

Create tmpdir incase it is not created in subroutines. #22

Closed davecash75 closed 3 years ago

davecash75 commented 3 years ago

In some cases in align_mumap the tmpdir is not created before it is used to store pre-aligned data. This just ensures it is created just in case.