1 Star 0 Fork 0

ZL/AIRToolsII

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
BSD-3-Clause
***************************************************************************
  * All the software  contained in this library  is protected by copyright. *
  * Permission  to use, copy, modify, and  distribute this software for any *
  * purpose without fee is hereby granted, provided that this entire notice *
  * is included  in all copies  of any software which is or includes a copy *
  * or modification  of this software  and in all copies  of the supporting *
  * documentation for such software.                                        *
  ***************************************************************************
  * THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED *
  * WARRANTY. IN NO EVENT, NEITHER  THE AUTHORS, NOR THE PUBLISHER, NOR ANY *
  * MEMBER  OF THE EDITORIAL BOARD OF  THE JOURNAL  "NUMERICAL ALGORITHMS", *
  * NOR ITS EDITOR-IN-CHIEF, BE  LIABLE FOR ANY ERROR  IN THE SOFTWARE, ANY *
  * MISUSE  OF IT  OR ANY DAMAGE ARISING OUT OF ITS USE. THE ENTIRE RISK OF *
  * USING THE SOFTWARE LIES WITH THE PARTY DOING SO.                        *
  ***************************************************************************
  * ANY USE  OF THE SOFTWARE  CONSTITUTES  ACCEPTANCE  OF THE TERMS  OF THE *
  * ABOVE STATEMENT AND OF THE ACCOMPANYING FILE LICENSE.txt.               *
  ***************************************************************************

   AUTHORS:

       Per Christian Hansen
       Technical University of Denmark, Denmark
       Email: pcha@dtu.dk

       Jakob Sauer Jorgensen
       University of Manchester, United Kingdom
       Email: jakob.jorgensen@manchester.ac.uk

   REFERENCE:

       AIR Tools II: Algebraic Iterative Reconstruction Methods,
       Improved Implementation
       NUMERICAL ALGORITHMS, XX (XXXX), pp. XXX-XXX
       DOI: XXXXXXXXXXXXXXXXXXXXXXXXXXX.

   SOFTWARE REVISION DATE:

       V1.0, October 2017

   SOFTWARE LANGUAGE:

       MATLAB 9.0 (R2016a)


=====================================================================
SOFTWARE
=====================================================================

The AIR Tools II toolbox for MATLAB provides efficient, robust and 
flexible implementations of algebraic iterative reconstruction (AIR) 
methods for computing regularized solutions to discretizations of 
inverse problems.

The AIR Tools II toolbox is an updated and expanded version of the 
AIR Tools toolbox from 2012.

The software has been developed and tested using MATLAB version 9.0.
No other MathWorks products or toolboxes are required.


=====================================================================
HOW TO INSTALL AND CHECK THE INSTALLATION
=====================================================================

Please follow these steps:

- Extract the archive in a directory of your choice. This creates a  
  directory called AIRToolsII with all files of the toolbox.

- Start MATLAB.

- Add the directory AIRToolsII containing the toolbox as well as all 
  subdirectories to the MATLAB search path.
  - The easiest way to do this is by using the function
    AIRToolsII_setup which updates the path either temporarily (for
    the current MATLAB session only - this is the default if no input
    is given) or permanently (for the current and all future MATLAB
    sessions).
  - The alternative is to use the "Set Path" tool in the "Home" tab 
    of the main MATLAB window, by clicking "Add with Subfolders..." 
    and choosing the AIRToolsII directory.

- The software installation can be checked by running demo scripts 
  from the demos subdirectory.


=====================================================================
SOFTWARE UPDATES AND BUG FIXES
=====================================================================

In addition to the refereed version of the software published along 
with the journal paper, the AIR Tools II software will be maintained 
in the GitHub code repository

  https://github.com/jakobsj/AIRToolsII

Please check this location for software updates and bug fixes.


=====================================================================
PACKAGE
=====================================================================

The AIRToolsII package is organized into a main directory with seven 
subdirectories:

AIRToolsII             contains this README.txt file, a LICENSE.txt 
                       file, a file CHANGES.txt listing major changes 
                       since previous versions, Contents.m which 
                       provides a detailed overview of all files in 
                       the package (can be listed from within MATLAB 
                       using "help AIRToolsII"), and an installation 
                       function called AIRToolsII_setup.m.
AIRToolsII/art         contains all ART methods.
AIRToolsII/cart        contains all CART methods.
AIRToolsII/sirt        contains all SIRT methods.
AIRToolsII/train       contains methods to train parameters.
AIRToolsII/testprobs   contains tomography test problems.
AIRToolsII/demos       contains demonstration scripts illustrating 
                       important functionality.
AIRToolsII/auxil       contains auxiliary files.

See the file Contents.m for a list of the files contained in the 
toolbox.


=====================================================================
DEMONSTRATION SCRIPTS
=====================================================================

The directory AIRToolsII/demos contains 12 demo scripts, which can be
executed for illustrating the basic use and functionality of the 
toolbox.

The demo demo_astra_2d.m illustrates how to interface from the AIR 
Tools II package to external software, in this case the ASTRA 
Tomography Toolbox, which must be installed separately, see 
  http://www.astra-toolbox.com/
for instructions.


=====================================================================
DOCUMENTATION
=====================================================================

More information can be found:

     - in the paper
       AIR Tools II: Algebraic Iterative Reconstruction Methods,
       Improved Implementation
       NUMERICAL ALGORITHMS, XX (XXXX), pp. XXX-XXX
       DOI: XXXXXXXXXXXXXXXXXXXXXXXXXXX.

     - in the GitHub code repository
       https://github.com/jakobsj/AIRToolsII
3-Clause BSD License Copyright 2017 Per Christian Hansen, Technical University of Denmark and Jakob Sauer Jorgensen, University of Manchester. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

简介

The AIR Tools II toolbox for MATLAB accompanies the publication "AIR Tools II: algebraic iterative reconstruction methods, improved implementation", Hansen, P. C. & Jørgensen, J. S. Numer Algor (2017). 展开 收起
MATLAB
BSD-3-Clause
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zilinweiwei/AIRToolsII.git
git@gitee.com:zilinweiwei/AIRToolsII.git
zilinweiwei
AIRToolsII
AIRToolsII
master

搜索帮助