Christian Wimmer
Christian Wimmer
When installing gdl on Linux debian-gnu-linux-10 4.19.0-17-arm64 #1 SMP Debian 4.19.194-3 (2021-07-18) aarch64 GNU/Linux Then the package suggestion for GraphicsMagick is : (suitable Debian/Ubuntu package: libmagick++-dev) while I needed to...
Any chance to implement the keyword parameter to the write_tiff procedure?
Any chance to implement the function comfit? I would need the function at least with keyword /exponential
I am getting constantly segmentation fault with my programs (that use call_externals) and various GDL versions. Who could help me to debug this? With GDL version GDL> !gdl { 1.0.0-rc.2...
GDL writes an additional comma at the end if the output is only a single number. ``` IDL> print,String(FORMAT = '(1(I1, :, ", "))', [1,1]) 1, 1 IDL> print,String(FORMAT =...
Any chance to implement comfit? If not, how to get exponential fitting with implemented functions in GDL?
Are there any plans to implement shmmap and shmvar in GDL?
Does CLUST_WTS not exist in GDL or am I missing something? GDL> array=dist(500) GDL> weights = CLUST_WTS(array, N_CLUSTERS = 500, n_iter=10) % Function not found: CLUST_WTS
On Linux Suse_Tumbleweed 5.12.2-1-default #1 SMP Fri May 7 18:05:46 UTC 2021 (6fcec30) x86_64 x86_64 x86_64 GNU/Linux With Python version: 3.8.10 (default, May 05 2021, 15:36:36) [GCC] QGIS version: 3.18.2-Zürich...
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a feature request that...