自迁移出 MediaWiki 以来,本页内容尚未经过审查。如果您愿意帮忙,请查看帮助指南!
更新站点是Updater使用的网络空间,它使用户能够与其他研究人员共享他们的宏、脚本和插件。通过更新站点,您需要手动下载和安装任何内容;ImageJ2供您处理。
可用的更新站点
You can browse the list of available update sites.
更新站点后
The Fiji distribution of ImageJ2 ships with both the ImageJ and Fiji sites enabled. You can transform your ImageJ2 installation into a Fiji one simply by enabling the Fiji update site.
ImageJ2开箱即用,仅启用核心ImageJ更新站点。要启用其他功能,请选择Help › Update…,然后单击“管理更新站点”按钮。
相关详细信息,请参见Following an update site。
##检查更新站点是否激活
在斐济,如果您编写的宏和插件依赖于特定更新站点(依赖项)提供的某些功能,则可以使用以下命令检查更新站点是否已激活,如果没有激活则打印一条消息。
这使用更新站点服务。
Jython 中的示例。
#@ UpdateService updateService
if not updateService.getUpdateSite("Fiji-Legacy").isActive():
print "Please activate the Fiji-legacy update site"
##您创建自己的更新站点
任何人都可以通过 creating their own update site 共享其扩展程序(plugins、scripts 等)。您可以使用 ImageJ2 的 hosted update site 服务,或将其托管在您自己的服务器上。