Metadata-Version: 2.4
Name: highiq
Version: 2025.11.10
Summary: Package for processing Doppler lidar spectra
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: pint
Requires-Dist: netcdf4
Dynamic: license-file

======
HighIQ
======

This software conducts radar and lidar doppler spectra processing using the GPU. Complex autocorrelation
functions are converted to Doppler spectra and moments using CuPy, a NumPy-like interface for CUDA. A
CUDA-compatible GPU is required.

* Free software: 3-clause BSD license

In order to use HighIQ, you must install the version of CuPy for your
specific version of CUDA. In order to do so, follow the link below:

https://docs.cupy.dev/en/stable/install.html
