Koomus将图像转化为图像的系统流程
散装装载机用法:
-
启动系统来自REPL,使用命令:
lein repl
-
移动到用户命名空间:
(ns user)
-
启动组件系统:
(reset)
-
作为罐子使用,生成uberjar:
lein uberjar
-
找到独立的jar:
ls target
-
启动jar:
java -Dhost=localhost -Dport=1234 -jar target/bulk-loader-0.1.0-SNAPSHOT-standalone.jar
运行测试:
-
运行所有测试:
lein midje
-
为了避免慢速测试:
lein midje :filter -slow
处理Dicom:
-
启动系统:
-
从REPL或作为jar以上使用以下命令将图像发送到系统:
-
curl --data \"path={path_to_dicom_dir}\" http://local
下载地址
用户评论