Changes between Initial Version and Version 1 of ShmDocMenuSpecialsSetup

Show
Ignore:
Timestamp:
02/03/09 16:29:27 (19 months ago)
Author:
MarcusWalther
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShmDocMenuSpecialsSetup

    v1 v1  
     1= Menu entry Setup = 
     2 
     3Temporary setting of some parameters of SHM. Possible values are listed in an option button menu. The default value means that the parameter takes the value out of the [ShmDocMenuSpecialsConfigure Configure] setting and has not yet been changed. Changes made her are lost after restarting SHM. 
     4 
     5== hardcopy == 
     6 
     7Method of creating hardcopy on printer. Currently there is no real choice. '''''fast''''' calls the script `$SH_UTIL/sd_xwd.csh` which makes use of the X-Window command `xwd`. This should available on all platforms. '''''quality''''' calls `$SH_UTIL/sd_screendump.csh` which has been an interface to the `screendump` command of Sun Solaris 1. This is not available any more. If somebody knows a method of making good hardcopies, he may implement it using this script.  
     8 
     9== max. cursor == 
     10 
     11Selection of last mode of waveform cursors. Clicking the middle mouse button changes the cursor until the selected mode and then returns to no cursor. See the use of [ShmDocMouseButtons mouse buttons] for details.  
     12 
     13== normalization == 
     14 
     15Tells how the traces should be normalised on screen. 
     16 
     17 constant:: 
     18  amplification of traces with a constant value. All traces on display have comparable amplitudes. The displayed amplitude still depends on the number of traces on the display. Two different plots with the same number of traces on display have comparable amplitudes.  
     19 all (tot):: 
     20  all traces on the display have the same amplification, the absolute size depends on the largest value read in. I.e. all traces on display have the comparable amplitudes, also different time windows of the same traces, but different traces read in later have different magnification.  
     21  all (wdw):: 
     22   all traces on the display have the same amplification, the absolute size depends on the largest value within the visible window. I.e. all traces on display have comparable amplitudes, but different time windows of the same traces may have different magnification.  
     23 single (tot):: 
     24  the normalization for each trace on display is different, so that the maximum value of the whole trace appears with the same amplitude on screen.  
     25 single (wdw):: 
     26  the normalization for each trace on display is different, so that the maximum value of the visible window appears with the same amplitude on screen.  
     27 
     28== trace order == 
     29 
     30Order of traces down-top or top-down.  
     31 
     32== filter type == 
     33 
     34Which filter type should be used for filtering: FFT or recursive. See command [ShmDocMenuWorkFilter filter] for details.  
     35 
     36== default filter == 
     37 
     38Which filter should be applied automatically after read in with '''''Read New''''' from command [ShmDocMenuFileRead Read]. Saves some mouseclicks if you usually apply the same filter after reading new traces. 
     39 
     40== parameter list == 
     41 
     42Tells whether the verbose form or the brief form of the analysis parameters should be displayed on the [ShmDocMenuWorkShowParameters Show parameters] and [ShmDocMenuWorkFinalParameters Final parameters] commands.  
     43 
     44== phase names == 
     45 
     46Tells whether the full phase name including onset type (e or i) and sign (c or d) should appear on the phase marks or only the plain phase name.  
     47 
     48== display size rulers == 
     49 
     50Changes the size of the main window display. This sizes independently from the frame. If the display size is larger than the frame, scrollbars are added to the window. This enables the user e.g. to work with many traces with a reasonable resolution if he uses vertical scroll bars for the display. Be careful: if you make the window size larger than possible with the current amount of free memory SHM just crashes. This is an internal feature of X-Window, I did not yet find a way to prevent this.  
     51 
     52---- 
     53back to [ShmDocIndex documentation index]