Automatic Analysis (aa) software was originally developed by Dr Rhodri Cusackfor supporting research at the MRC Cognition and Brain Science Unit. Itis made available to the academic community in the hope that it mayprove useful.
Definitions: aa means the Automatic Analysis software package and anyassociated documentation whether electronic or printed.
Use of this software is subject to the terms of the license, found inthe license.txt file distributed with this software.
Please, be aware that this README is not updated anymore; therefore, some information might be outdated and the links might be broken.
The new website at http://automaticanalysis.github.io is now live and should be the primary point of reference.
Please, consult with this README only when you do not find the desired information at http://automaticanalysis.github.io.
aa is a pipeline system for neuroimaging written primarily in Matlab. Itsupports SPM 12, as well as selected functions from other software packages(e.g., FSL, Freesurfer). The goal is to facilitate automatic, flexible, andreplicable neuroimaging analyses through a comprehensive pipeline system.
More information can be found on the aa website.
Please feel free to open a discusion thread or an issue here on GitHub if you want to make comment or suggestions or are having trouble getting aa to work.
There is also a discussion list:
https://groups.google.com/d/forum/automaticanalysis
The master branch on github is only updated after testing, so this version is the one to use. Developer versions are maintained in each developer's aa fork on GitHub.
For any papers that report data analyzed with aa, please include theGitHub repo URL and cite the aa paper:
Cusack R, Vicente-Grabovetsky A, Mitchell DJ, Wild CJ, Auer T, Linke AC,Peelle JE (2015) Automatic analysis (aa): Efficient neuroimagingworkflows and parallel processing using Matlab and XML. Frontiers inNeuroinformatics 8:90.http://dx.doi.org/10.3389/fninf.2014.00090
问题内容: 我试图在练习面试问题上取得领先,而我遇到了这个问题: 将String aaaabbbbddd转换为a4b4d3 基本上,您希望将现有的字符串转换为具有每个唯一字符出现次数和该字符出现次数的字符串。 这是我的解决方案,但我认为可以将其完善为更优雅的内容: 有人对解决方案有其他建议吗? 问题答案: 采用代替。尝试将新角色插入地图;如果已经存在,则增加该特定字符的值。 例:
问题内容: 当我编译一个android应用程序时(我尝试了sdk中的示例程序)。我收到此错误: 但是aapt在那个位置吗? 注意:我也收到错误“ R无法解决”,但是我很确定在解决问题1时,我也解决了这个问题 问题答案: Ubuntu 14.04.1 LTS解决方案: 原因:aapt需要安装32位库
问题内容: 嗨,我在编译时遇到问题,出现此错误: Gradle:任务’:ElectronicComponentInventorySearch:mergeDebugResources’的执行失败。 java.io.IOException:无法运行程序“ / opt / android-studio / sdk / build-tools / android- 4.2.2 / aapt”:错误= 2,
问题内容: 我一直在阅读有关Gradle作为Android应用程序的标准构建系统的新采用的一些文章。好吧,来自标准Java开发,我通常依赖 jar 文件来构建我的项目。然而似乎安卓也有 AAR 包,这是相当于 DLL 在Windows操作系统文件,提到这里: 首先,您必须意识到Android平台不允许应用程序级别的“共享库”。在“传统”编程语言平台(C,C ++,Java)中,您可以使用它来共享运
问题内容: 我看到了类似的问题,但未找到可接受的答案。问题-我有一些小功能我自己的android库。我的库使用其他库-fe Hawk(无sql数据库)。我的图书馆gradle文件: 图书馆工作正常。如果我将它用作另一个项目中的项目-它也可以工作。但是当我生成文件(带有-> )并包含到单独的项目中时-失败。项目仅查看我的图书馆的班级。Hawk com.orhanobut.hawk软件包和off其他软
问题内容: 我一直在努力用Java播放aac编码的音频文件。 我们在第一学期末有一个小组项目,希望有一个背景音乐,并且那里几乎没有音效。最后,我们使用了WAV文件,因为我们无法播放AAC。 问题答案: 这个周末,我再次尝试了一次,然后再次搜索,并且从不同的站点一起搜索了一个工作代码,但是没有一个完整的工作解决方案。 为了在以后的项目中更舒适地使用,我为我准备了一个小库,用于AAC播放。 由于很难找
问题内容: 在Android系统或开发环境中,AAR,JAR,DEX和APK文件之间有什么区别?每个人的目的是什么? AFAIK,JAR就像.class文件的集合(就像Java中一样)。 AAR是JAR文件+资源。但是它的用例是什么?要用于分发Android的开发库吗? APK似乎类似于.deb或.rpm之类的软件包。这是在Android上安装应用程序的唯一方法吗? 那DEX文件呢?编译的应用程序
问题内容: 我调查了一段时间,可能在这里看到了与aar和可传递依赖项有关的最受欢迎的答案,但是对于我来说,如何使它起作用仍然不清楚。 所以: 我有给定gradle配置的android库: 然后,我将其部署到本地Maven存储库gradle install。部署库的POM文件如下所示: 最后使用上述库作为依赖项对我的Android应用程序进行配置: 在手机上部署应用程序后,我得到了属于我的Andro