You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should migrate the functionality in the topostats.io.LoadScan class from TopoStats to topofileformatsAFMReader.
This will supersede issues #1 , #16 and #17 which are all file formats that are currently supported by TopoStats.
The migration should be done in two stages...
Firstly copy the class and methods over to topofileformats `AFMReader along with tests and ensure that the functionality works as a stand alone aspect of this package.
.asd (in-progress see comment below)
.ibw
.gwy (in-progress, PR due soon 2024-05-07).
.jpk
`.spm
.topostats
Remove the use of topostats.io.LoadScan from TopoStats and instead import the class from topofileformats.io.LoadScanAFMReader.io.LoadScan.
Another thing to consider is to integrate the current .asd support into the migrated class and make it a method
available in the LoadScan class.
The text was updated successfully, but these errors were encountered:
We should migrate the functionality in the
topostats.io.LoadScan
class from TopoStats totopofileformats
AFMReader
.This will supersede issues #1 , #16 and #17 which are all file formats that are currently supported by
TopoStats
.The migration should be done in two stages...
`AFMReader along with tests and ensure that the functionality works as a stand alone aspect of this package.topofileformats
.asd
(in-progress see comment below).ibw
.gwy
(in-progress, PR due soon 2024-05-07)..jpk
.topostats
topostats.io.LoadScan
from TopoStats and instead import the class fromtopofileformats.io.LoadScan
AFMReader.io.LoadScan
.Another thing to consider is to integrate the current
.asd
support into the migrated class and make it a methodavailable in the
LoadScan
class.The text was updated successfully, but these errors were encountered: