12 Plug-in Reference
389
NeptuneLabs - FSI Viewer
The list below shows available templates for custom button URLs:
Template in URL
Replaced by...
$$cfg.[Name]$$
The value of the FSI Viewer parameter [name]. Be sure
to use the long parameter names only (e.g. "
FPXWidth
"
instead of "
Width
"). You can retrieve parameter values
retrieved from the imaging server using this template as
well. E.g. "
$$cfg.FPXWidth$$
" returns the size of the
source image – whether specified manually or retrieved
from the imaging server.
$$View$$
A string representing the current image section in FSI
Viewer (see Parameter
→ InitialView for details)
$$URLView$$
The complete URL to the image currently displayed in FSI
Viewer. The resulting string contains the templates
"
$$width$$
",
"$$height$$
" and "
$$template$$
" which
need to be replaced in JavaScript or server side script.
$$URLScene$$
Same as above, but representing the entire scene
image.
$DownloadRatio$$
Aspect ratio representing the factor "width/heigth". You
can use this value to calculate the width of the image to
download.
$$Zoom$$
Current magnification relative to the initial size of the
image.
$$Selection$$
A string representing the current selection
(
requires plug-in SelectFrame
)
$$Measure$$
A string representing the current measurement
(
requires plug-in Measure
)