วันเสาร์ที่ 14 กุมภาพันธ์ พ.ศ. 2558

การรัน ImageJ ด้วย Command Line

"file-name" เปิดไฟล์ยกตัวอย่างเช่น:
        blobs.tif
        /Users/wayne/images/blobs.tif
        e81*.tif

-ijpath เปิด imagej พร้อมระบุที่เก็บ plugins:
        -ijpath /Applications/ImageJ

-port เปิด imageJ พร้อมระบุ instant:
        -port1 (use default port address + 1)
        -port2 (use default port address + 2)
        -port0 (do not check for another instance (OtherInstance)

-macro พร้อมระบุเส้นทางของ macro:
        -macro analyze.ijm
        -macro analyze /Users/wayne/images/stack1

-batch เปิดแบบไม่มีหน้าตาโปรแกรม (GUI)

-eval "macro code"     เปิดพร้อมเรียกใช้ Macro ที่ระบุ
                         -eval "print('Hello, world');"
                         -eval "return getVersion();"

-run รันเฉพาะคำสั่งในโปรแกรม ImageJ
                         -run "About ImageJ..."


-debug รันโปรแกรมใน debug mode.

ไม่มีความคิดเห็น:

แสดงความคิดเห็น