- Feb 05, 2015
-
-
John Harwell authored
For file information command with a 'unknown' type CIFTI file, include label table in output when the file contains labels for a dimension.
-
John Harwell authored
-
John Harwell authored
Updated 'wb_command -file-information' so that it will provide some information for unsupported CIFTI files. If the file's name ends with '.nii' but fails to read as a VolumeFile (exception is thrown), try to read file the file with CiftiFile. If successful, print out dimensions and dimension type information. If not successful, rethrow the original exception.
-
John Harwell authored
Finished implementation of the Mac Dock Menu (displayed when user holds mouse button down over wb_view icon or control-clicks the wb_view icon).
-
John Harwell authored
-
- Feb 04, 2015
-
-
Tim Coalson authored
-
- Feb 03, 2015
-
-
John Harwell authored
For Identify Brainordinate dialog, indicate that the user-interface update event has been received and processed.
-
- Jan 31, 2015
-
-
John Harwell authored
Complete Resolving of WB-497 The Identify Brainordinate Dialog Is Not Active With Only dscalar/dtseries Loaded. Identify Brainordinate dialog is now non-modal.
-
- Jan 30, 2015
-
-
John Harwell authored
WB-497 The Identify Brainordinate Dialog Is Not Active With Only dscalar/dtseries Loaded: Support for dense scalar and dense time series files has been added. Full identification is always performed.
-
- Jan 29, 2015
-
-
Tim Coalson authored
-
John Harwell authored
WB-491 Behavior of Viewport when Overlay ToolBox Vertical Size is Changed: When the graphics region is changed (by changing the size of the window or a toolbox size), the coordinates of the graphics region are not updated properly and unexpected surface scalings may occur (surfaces may get small). There are two reasons. (1) The default view was, in the early days of wb_view, a dorsal view with the anterior pole at the top. Thus, the vertical coordinate range for the window was set to be just a bit larger then the surface's Y-coordinate range. However, quite a while ago, the default surface view was changed to a lateral view with the dorsal pole at the top. And so, we were scaling the graphics region for a dorsal view but the default view had been changed to a lateral view leaving extra, empty space above and below the surface. (2) The aspect ratio of the graphics region was not accounted for when setting the cooordinate range of the graphics region. As a result, the graphics region's vertical coordinate range was always set to match the surface's vertical (now Z-axis) coordinate range. However, when the viewport was narrow, the parts of the surface were clipped on the left and right edges of the graphics region. Now the aspect ratio is examined and the graphics region's coordinate range now includes both the horizontal and vertical ranges so that parts of a surface do not get clipped on an edge when the graphics region's size changes.
-
- Jan 28, 2015
-
-
Tim Coalson authored
add corrected area metric options to -cifti-gradient, some argument order cleanup in AlgorithmCiftiSmoothing
-
- Jan 27, 2015
-
-
Tim Coalson authored
-
- Jan 24, 2015
-
-
John Harwell authored
-
John Harwell authored
Resolve WB-488: Scenes preserve the charts rather than the method to regenerate the files: The scenes still save and load the actual chart points. However, when the scene is restored, it will attempt to reload the chart data from the data file and, if successful, the points from the file will be used for the chart. In the event the points cannot be read from the file, the chart points that were saved to the scene will be used and the user will receive an error message.
-
- Jan 23, 2015
-
-
John Harwell authored
Update for WB-486 Coloring and Ordering of Lines in Charts: For construction menu show but disable 'move up' for top chart, show but disable 'move down' for last chart instead of not showing them at all.
-
John Harwell authored
Update for WB-486 Coloring and Ordering of Lines in Charts: After removing a chart, the graphics need to be updated as graphics were not updated on Linux.
-
- Jan 22, 2015
-
-
John Harwell authored
-
John Harwell authored
Resolve WB-486 Coloring and Ordering of Lines in Charts. In Overlay ToolBox->Charting->History, allow the user to change the order of the charts, remove charts, and change the color of charts. If the user has set the maximum number of charts for display to one, do not change the color when the new chart replaces the existing chart.
-
- Jan 21, 2015
-
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
Added two Mac Option Key menu items. In Mac Applications, the contents of some menus will change a bit if the Option key held down when a menu is selected. One example is conducting an operaton but skipping a confirmation dialog. For wb_view, if the Option key is held down when the File Menu is displayed, the ellipses are not displayed for 'Close Window' and the window is closed (possibly exiting wb_view) without confirmation. If the Option key is held down when the File Menu is displayed, 'Open Recent Spec File' will change to 'Load All Files in Recent Spec File' and if selected, all files in the recent spec file will load while bypassing the spec file dialog.
-
- Jan 16, 2015
-
-
Tim Coalson authored
-
John Harwell authored
-
John Harwell authored
Resolve WB-490: Copy filename/path and map name in overlay toolbox. 'Copy Path and File Name to Clipboard' and 'Copy Map Name to Clipboard' have been added to the overlay's construction menu.
-
John Harwell authored
Resolve WB-489: Tooltip on Layers tab for File and Map Names. Names can be too long to fit inside combo box so place the file name/path and map name in tooltips for their respective combo boxes.
-
John Harwell authored
Add binary search for palette color mapping and an small optimization for palettes containing two colors.
-
John Harwell authored
Improved performance of palette color mapping by inlining some functions, avoiding a string comparison for the 'none' color, and making a few small modifications to the code.
-
- Jan 15, 2015
-
-
Tim Coalson authored
minor changes in -cifti-average-dense-roi
-
- Jan 14, 2015
-
-
Tim Coalson authored
-
Tim Coalson authored
reduce the number of histogram bins in fast statistics to a more sane number, and not more than number of datapoints
-
John Harwell authored
Allow palette normalization for Dense Connectome CIFTI file. Update warning message when the user choose to use all file data for palette normalization.
-
John Harwell authored
Resolve WB-487: Map Yoking Status Change Does not Immediately Affect Other Windows. When validating the yoking selection with other yoked files, the same file was intentionally omitted which caused this problem.
-
John Harwell authored
If the user changes the Map Setting's Normalization Type to All Data in File, and the file is 'large', warn the user so that the user may cancel the change and remain with normalization using only the map's data.
-
John Harwell authored
-
John Harwell authored
-
John Harwell authored
Implemented WB-484 which allows the user to whether normalization of data prior to mapping with a palette is performed using the data in the selected map or with data from all maps in the data file. Default coloring for all files has been verified.
-
John Harwell authored
Add new enumerated type PaletteNormalizationModeEnum that will controls mapping of data to a normalized range when assigning colors to brainordinates with palette. It currently has two values, one that normalizes using data in the selected map and another that normalizes using all data in the file containing the selected map. GUI control has been added to Map Palette Settings widget. Next step is top implement these normalization modes.
-
- Jan 08, 2015
-
-
Tim Coalson authored
fix some messages that say "node" to say "vertex", change -surface-cortex-layer to test for node correspondence
-
- Jan 07, 2015
-
-
John Harwell authored
Fixed restoration of scene so contents of Overlay ToolBox:Charting (Loading or History) is properly restored.
-