CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
179 stars 64 forks source link

Base name doesn't appear properly #95

Closed sarthakpati closed 6 years ago

sarthakpati commented 6 years ago

For example, if file is named AAAC_2018.05.18, the name appearing on the images table is AAAC_2018. This is an issue with the way base name is defined (which is simply checking for the first . in the string and should be done using the cbica::getFilenameBase function.

sarthakpati commented 6 years ago

Fixed