User Tools

Site Tools


jvs:fscan:manual:chapter2:display

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
jvs:fscan:manual:chapter2:display [2011/03/31 14:49]
127.0.0.1 external edit
jvs:fscan:manual:chapter2:display [2023/02/23 18:43] (current)
Line 1: Line 1:
 **fScan Reference Manual, Chapter 2 (CmdLineOptions): display** **fScan Reference Manual, Chapter 2 (CmdLineOptions): display**
 ===== Display -- Show images on X-window display===== ===== Display -- Show images on X-window display=====
-**usage:** -display dev flg panels tnam ncol cmds qcmds hdrtxt nvstat nvplot scal+**usage:** -display dev flg panels zoom tnam ncol hdrtxt scal
 =====  ===== =====  =====
 The DISPLAY command controls fScan's interactive display properties. The DISPLAY command controls fScan's interactive display properties.
-  +  * DEV - The DEV argument can be any recognized X host; default is local display. 
-  * DEV - The DEV argument can be any recognized X host, either by IP address or name (e.g. myhost, or myhost.biac.duke.edu, or 152.3.98.222). +    *  Examples:  myhost, myhost.biac.duke.edu, 152.3.98.222 
-  * FLG - The FLG argument is a bit flag with the following meanings:\\ +  * FLG - The FLG argument is a bit flag with the following meanings: 
-    * 1 - display results progressively; otherwise calculate all then display +    * 1 - show only one window at a time (<enter> or 'j' to switch
-    * 2 - show only one window at a time (<enter> or 'j' to switch) +    * 2 - onscreen (overrides default OFFSCREEN setting when displaying across a network
-    * 4 - offscreen+    * 4 - offscreen -- render 3D graphics to buffer, then transfer to display (default for networked display)
     * 010 - open all data windows initially (default is to only open if < 10 data sets)     * 010 - open all data windows initially (default is to only open if < 10 data sets)
     * 020 - only display main interactive menu     * 020 - only display main interactive menu
     * 040 - don't display any interactive menus     * 040 - don't display any interactive menus
     * 0100 - don't display window text     * 0100 - don't display window text
-    * 0200 - zoom window 2X +    * 0200 - don't display any windows (for running scripts with embedded interactive commands) 
-  * PANELS - PANELS can be used to specify how many rows to use for showing images; the default is to arrange panels in multiple rows (obsolete). +    * 01000 - turn windows on/off to raise to front (use if window manager does not raise windows properly) 
-  * TNAM - TNAM is a character string to use as a filename prefix when creating TIFF files. The normal filename can be overridden when creating TIFF files interactively. The default prefix is the source file name (INFILE). +    * 02000 - flip RGB bytes when creating JPG images 
-  * NCOL - NCOL can be used to specify the number of palette colors to use+ 
-  * CMDS - CMDS specifies a string of character commands to be executed when the program switches to interactive mode. +  * PANELS - PANELS can be used to specify how many rows to use for showing images; the default is to arrange panels in multiple rows (see also '-set showpanes'). 
-  * QCMDS - QCMDS specifies a string of character commands to be executed when the program exits from interactive mode (i.e., when user quits) +  * ZOOM - Zoom factor to be applied to all windows (see also '-set showzoom'). 
-  * HDRTXT - HDRTXT is a text string that will be displayed in each window +    * ZOOM 0 - no zooming 
-  * NVSTAT - NVSTAT indicates how often (after how many volumes) the statistical maps should be recalculated.  The default is after every stimulus (block) cycle. NVSTATS is ignored if progressive display (FLG==1) is not selected. +    * ZOOM 1 - zoom by 3/2 
-  * NVPLOT NVPLOT indicates how often (after how many volumesto update image stability. This is used with the -d option. The default is every 8 volumes. NVPLOTS is ignored if progressive display (FLG==1) is not selected. +    * ZOOM -1 - zoom by 2/3 
-  * SCAL - SCAL is the initial intensity scaling factor to be applied to all windows; the default is 0.0, which results in autoscaling.+    * ZOOM > 1 - zoom by ZOOM factor 
 +    * ZOOM < -1 - zoom by 1/ZOOM factor 
 +  * TNAM - TNAM is a character string to use as a filename prefix when creating TIFF files. The normal filename can be overridden when creating TIFF files interactively. The default prefix is the source file name (INFILE).  (See also '-set tiffname'). 
 +  * NCOL - NCOL can be used to specify the number of palette colors to use (partially implemented)
 +  * HDRTXT - HDRTXT is a text string that will be displayed in each window (see also '-set showtext'
 +  * SCAL - SCAL is the initial intensity scaling factor to be applied to all windows; the default is 0.0, which results in autoscaling (see also '-set allscale')
  
 **See Also:**\\ **See Also:**\\
jvs/fscan/manual/chapter2/display.1301582953.txt.gz · Last modified: 2014/08/04 16:03 (external edit)