Send2imagej: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with "===Purpose=== Send an image to imagej. ===Synopsis=== :send2imagej(img) ===Description=== Send an image (data or DataSet) to imagej. To get image back into PLS_Toolbox, save the...") |
imported>Scott |
||
Line 6: | Line 6: | ||
Send an image (data or DataSet) to imagej. To get image back into PLS_Toolbox, save the image to file then import. | Send an image (data or DataSet) to imagej. To get image back into PLS_Toolbox, save the image to file then import. | ||
NOTE: This function is still in development and may change in the future. | |||
===See Also=== | ===See Also=== | ||
[[particlegui]] | [[particlegui]] |
Revision as of 21:56, 8 March 2011
Purpose
Send an image to imagej.
Synopsis
- send2imagej(img)
Description
Send an image (data or DataSet) to imagej. To get image back into PLS_Toolbox, save the image to file then import.
NOTE: This function is still in development and may change in the future.