@@ -1,5 +1,6 @@
|
||||
from pcbdevice.utils.path import path
|
||||
from pcbdevice.utils.pbmformator import formatPbm
|
||||
from pcbdevice.utils.plotimg import plotPath
|
||||
from pcbdevice.utils.savetofile import matrixToFile
|
||||
|
||||
if __name__ == "__main__":
|
||||
@@ -11,7 +12,7 @@ if __name__ == "__main__":
|
||||
|
||||
matrixToFile(formatPbm(resourcesRawPath + 'test1ascii.pbm'), resourcesFormattedPath + 'test1.csv')
|
||||
|
||||
matrixToFile(path(formatPbm(resourcesRawPath + 'test100x100.pbm'), 4), resourcesPathOutput + 'test100x100.csv')
|
||||
plotPath(path(formatPbm(resourcesRawPath + 'test100x100.pbm'), 5))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user