VolViewer commands by function
Jump to navigation
Jump to search
Return to VolViewer Scripting in more detail
Full list of VolViewerScriptsAPI
Selection of VolViewer commands
Image | open_image_stack(int channel, 'somepath\slice000.png') directory of image slices |
save_image_stack('somepath') | |
open_image_raw(int channel, 'somepath\myfile.raw') | |
save_image_raw('somepath\file.dat') | |
open_omero_image('imageid') (in preparation) | |
save_omero_image('name', 'description') (in preparation) | |
Objects | open_msr('somepath\file.msr') points, lines and facets placed around images |
save_msr('somepath\file.msr') | |
open_slc('somepath\file.slc') clipping planes | |
save_tfn('somepath\file.slc') | |
open_tfn('somepath\file.tfn')') transfer function, i.e. brightness/contrast/thresholds | |
save_tfn('somepath\file.tfn')
} |