Skip to content

k61n/qtisas

Repository files navigation

QtiSAS

QtiSAS is an analysis software for SAS (small-angle scattering) measurements based on QtiPlot.

Installing

One can download qtisas package with or without python scripting support. Please refer releases page.

The latest packages are:

  • For macos 13.6+:
  • For windows:
  • GNU/Linux arm64 and x64 packages are available for the following distros (see instructions):
    • Debian 11
    • Debian 12
    • Fedora 40
    • Fedora 41
    • RockyLinux 8
    • RockyLinux 9
    • Ubuntu 20.04
    • Ubuntu 22.04
    • Ubuntu 24.04

Troubleshooting

“qtisas.app” cannot be opened because the developer cannot be verified.

Go to System Setting -> Privace & Security, scroll until message regarding qtisas.app. Click "Open anyway". Alternately run in terminal from the directory containing qtisas.app:

xattr -r -d com.apple.quarantine "qtisas.app"

Please indicate the correct path to the Python configuration files in the preferences dialog

/usr/bin/python3 -m pip install pyqt6

Building

Refer to building instructions.