SANS@Tools
SANS@ToDo
SANS@MLZ
Useful Links
information about new versions and tools
2026-02-18
New Version (v0.15.1) is online: Release v0.15.1
2026-02-13
New Version (v0.15.0) is online: Release v0.15.0
2026-01-27
New Version (v0.14.4) is online: Release v0.14.4
2026-01-19
New Version (v0.14.3) is online: Release v0.14.3
2025-11-27
New Version (v0.14.2) is online: Release v0.14.2
#include "IncludedFunctions/PySAS.h" PySAS::scriptCaller("newTable()"); PySAS::scriptCaller("a=newTable('RESULTS');" "a.setText(1,1,'9999')" ); double I = PySAS::Iq("guinier", 0.001, 50);
2025-11-14
New Version (v0.14.1) is online: Release v0.14.1
Adding python packages in macOS
Python is shipped with macOS bundle. By default, it is a clean python installation having PyQt6 package. To add other python packages pass pip install <package> as argument to qtisas.app:
open /Applications/qtisas.app --args pip install numpy open /Applications/qtisas.app --args pip install sasmodels
The packages are installed to ~/.config/qtisas/python/site-packages directory.
2025-11-07
New Version (v0.13.1) is online: Release v0.13.1
2025-10-22
New Version (v0.12.14) is online: Release v0.12.14
2025-10-02
New Version (v0.12.13) is online: Release v0.12.13
Dan: new python scripts
- Dan.newSession()
- Dan.selectInstrument(“KWS1”)
- Dan.selectMode(“(SM) Standard Mode”)
- Dan.setPathIn(“/Users/pipich/data/kws1/”)
- Dan.setPathOut(“/Users/pipich/data/kws1/”)
- Dan.openSession(“script”)
- Dan.infoExtractor(“info”, “2,7,8,9,10,11”, “22483..22583”)
- Dan.infoExtractor(“info-new”, “4,7,8,9,10,11”, “*”)
- … todo many steps more …
2025-09-04
New Version (v0.12.12) is online: Release v0.12.12
2025-08-28
New Version (v0.12.11) is online: Release v0.12.11
2025-08-11
Started “transfer” QtiPlot manual to QtiSAS one:
https://www.qtisas.com/manual
Windows Installer Updated:

2025-07-28 New Version (v0.12.9) is online: Release v0.12.9
In the current release:
The graph-export example is explained here: https://www.qtisas.com/custom-actions

2025-05-21 New Version (v0.12.2) is online: Release v0.12.2
In the v.12.0 version of the QtiSAS windows version is compiled with native compiler MSVC2022 and obtained finally python scripting.
2023-04-03 From middle 2022, QtiSAS code has been supported by Konstantin Kholostov from JCNS instrument software team.
Code modernisation, optimisation, preparation for long-term-support is aim of the first steps of Konstantin in the qtisas project.
First code “surviving” steps:
Currently code could be downloaded from the repository and compiled like below:
git clone https://iffgit.fz-juelich.de/kholostov/qtisas cd qtisas mkdir build cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_PYTHON=ON make
Current QT is still QT4, therefore “native” Linux system for the code test is used Ubuntu 18.04. Before starting above shown compilation, next stuff should be installed:
sudo apt install python3-dev pyqt4-dev-tools python3-pyqt4 python3-sip-dev
2021-05-12 New Version is online: Downloads
QtiSAS
DAN.SANS.
2021-03-19
New Sasview Functions Implementation
Sasview Function Example (core-multi-shell),
Sasview: rmsa
2021-03-18 New Introduction: Reduction of KWS-3 data: KWS-3@Data-Reduction-Example
2021-03-11 New Introduction: Reduction of KWS-1 data: KWS-1@Data-Reduction-Example
2021-03-11 New Version is online: downloads
DAN.SANS:
Fit.Curve(s): few optical improvements…
2021-03-10 Updated Introduction: Compile Fortran Code: Fortran Functions (linking with c++ functions)
2021-03-01 New Introduction: Simply-Fit (Standard Mode) of Fit.Curve(s) interface: Fit.Curve(s) Introduction
2021-02-26 New Introduction: Fit.Compile interface: Fit.Compile
2021-02-25 New Introduction: easy-Fit (“eFit”) mode of Fit.Curve(s) interface: eFit
2021-02-17 New Version is online: downloads
|
QtiSAS
Unicode-in-Labels
JNSE: implementation (transfer) of J-NSE tools to QtiSAS:
JNSE page
SVD.SANS:Singular Value Decomosition is transfered to QtiSAS: SVD page |
Fit.Compile Fit.Compile.Introduction
Fit.Curve(s)
|
2020-10 New: Unicode symbol in Legends:
Unicode-in-Labels
2020-07 New Version is online: QtiSAS:News:2020-07-06:
|
A lot of changes in this version were motivated by A.F: thank you Artem!
QtiSAS|Color Maps:
QtiSAS|Graph|Automatic Layout:
QtiSAS|Log and Lin buttons:
|
QtiSAS|Graph|Tex Equation Editor:
QtiSAS|Graph|Add/Remove Curve interface:
QtiSAS|Graph|Add Error Bars interface: improved behaviour of “Existing Column”: DAN:
FIT:
|
2020-05-04 QtiSAS Source Online: QtiSAS Open Source: 2020-05-04
As well as compilation of program from source is simplified to two steps:
All nesessary non-Qt libraries will be compiled in first step, and Qt-related during second one.
2020-04-23 QtiSAS:
QtiSAS:Windows:installation:
QtiSAS:HomePage news:
2020-04-15
QtiSAS:
DAN@QtiSAS: v.2.2
2020-04-06 2D plot: new option is implemented:'Save Graph as Project + PDF-image’
2020-03-25 DAN@QtiSAS New Version with improved stability ( v.2.0)
2019-12-12New Hosting of QtiSAS Dokuwiki is located at www.freehosting.com. Free hosting plan is selected. We moved from FZ-Jülich web portal because non-static web pages (we use Dokuwiki) is not anymore allowed there.
2019-10-11
new
Linux: executable file for linux (64bit) is now available; Windows: improved installation procedure; First Start: optimized qtisas view during first start; Compile/eFit: added new options; Other: many non-critical small improvements;
new
qtisas.zip
: firstly uploaded; contains few fitting functions, many color maps, and two graph templates;
Help Menu
: added option to download qtisas.zip file
2019-08 Fortran Code integration is improved: functions containing Fortran functions SHOULD BE RECOMPILED
>2019-07 Strongly Improved fitting interface, logic, structure: functions SHOULD BE RECOMPILED
>2018-10 Modified Graph layer:
>2018-07 Fitting 1D and Compile interface is moved from qtikws to qtisas qtisas-get-first-simulated-curve.pd
>2013-06 QtiSAS project is started online (FZ-Jülich Hosting)