Skip to content

Drishti 2.6.5 Chinese Update

AjayLimaye edited this page Nov 29, 2018 · 2 revisions

版本更新-Drishti 2.6.5 【 2018-11-27】

非常感谢参加第一届和第二届Drishti可视化workshop的老师和同学们,和各位新老用户提出的宝贵建议!根据大家的反馈,经过这段时间的努力,我们完善了Drishti的用户页面设计,修订和增加了一些新的功能。

安装包下载链接:

Windows: https://github.com/nci/drishti/releases; 双击 Drishti-2.6.5.zip 下载安装包。

Mac版本还在开发中,发布后新版本的下载链接会提供给大家。

本次更新的主要内容如下:

Drishti

  • Additions 新增功能

o Raycast mode via F3 key

 按F3键即可在Drishti页面下使用Raycast功能 (跟Paint里的Raycast功能是一个意思)。

o Panoramic 360 degree images and image sequences

 现支持保存360度全景图片和图片集。

o New functions (voloffset and scalebb) for relative positioning of volume data.

 新增多个数据相对位置的功能。

Voloffset: voloffset vnum offsetX offsetY offsetZ- When multiple volumes with different grid sizes are loaded, they are aligned to be in the center of the bounding box.  With voloffset, you can offset the volumes relative to each other within the bounding box.<br>

Voloffet: 导入多个数据后,Drishti会自动生成一个边界框把所有导入的数据包含在这个框里面,这个时候,数据一和数据二可能不在理想位置上,或他们的位置不能很好的体现他们的关系。这个时候,我们就可以使用 voloffset 功能来调整他们的相对位置。

vnum specifies the volume number to offset.

 vnum 代表了我们想要选取的数据。如:以同时导入两个数据为例,即选取数据一或者数据二。

offsetX, offsetY, offsetZ (values between 0.0 and 1.0) are offsets within the bounding box.  Default value for the offsets is 0.5 i.e. align in the center.

 offsetX, offsetY, offsetZ:X轴,Y轴和Z轴的边界框的抵消值在0.0到1.0之间,默认抵消值为 0.5,即居中。

For example: (例子) voloffset 0 0 0 0 - align volume 0 to be in the bottom corner. 把数据一移动到底角。; voloffset 1.0 1.0 0 - align volume 1 to the top of Y axis. 把数据二移动到Y轴顶端。

scalebb: Increase the bounding box size in order to realign volumes in the case of multiple volumes. Default value of scale is 1.0 - i.e. no increase in bounding box size.

 Scalebb功能同样用于导入多个数据的时候,用于增加边界框的大小。默认值为 1.0。改变默认值即可扩大边界框。如 1.2,则边界框在原来大小上增大20%。



Drishti Import

Additions

新增功能

o Ability to invert voxel values.

 该功能可以对多个数据进行手动衔接。比如,一个很大的样本,用了同步辐射扫描以后,可能会有多段数据,我们就可以用Import压缩单个的数据的像素值然后把所有数据拼接成一个。



Drishti Paint

 本次优化,DrishtiPaint新增加的功能较多。最重要的新增功能为“Checkpoint”。

Additions

新增功能

o Mask file format changed to compressedtr: .mask.sc. All existing .mask files will be converted to new compressed .mask.sc format.

 后台更新,为了使“Checkpoint”功能使用起来更加便捷快速,我们在后台对原文件对应生成的mask文件进行了二次压缩。所以文件名从之前的 .mask 变成了 .mask.sc。

o Export raw mask data (uncompressed mask volume).

 兼容性更新,DrishtiPaint现在可以读取任意的raw mask数据。即使用别的软件生成 raw mask文件的用户,可以直接导入到DrishtiPaint里面进行操作。优化了DrishtiPaint的兼容性。

o Checkpoint facility to save/retrieve mask information. Available from Functions menu.

 功能更新,Checkpoint功能争对一个源数据可以保存多个 mask.sc文件。可以回到任意一个 Checkpoint 重新绘制或者在同一个源文件上绘制多个结构,并用Checkpoint功能分别不同的结构。注意:Checkpoint 需要手动添加,用户需要自己命名Checkpint。如brain cavity, eye capsule etc.。

o Ability to undo single operation while in 3D viewer.

 在3D绘制页面,我们加入了一步后退功能。

o Subsampling available when generation meshes.

 子样本模式现也可在生成表面模型时使用。即生成 .ply格式的文件用于建模。

o Change rotation pivot with Ctrl+Right mouse click

 Ctril + 鼠标右键可以改变转动轴。

o Save All Image slices

 新增了保存所有切片的功能。