-
Up to a size of approx. 4GB or up to array sizes of 10k x 10k the save and restore procedures work fine for me.
Now I have bigger arrays so that the saved file is around 4.7GB (or arrays bigger than …
-
Hi all,
I have two issues to report with running working with 4band 16 bit imagery in version 6852729 using a config file similar to https://github.com/NRCan/geo-deep-learning/blob/v.1.2.0/conf/dev…
-
Reading an ASCII file, GDL is 3 to 5 slower than IDL.
Reading "src/widget.cpp" with the code joined :
```
idl 8.8 : 0.003
idl 8.6 : 0.005
gdl 0.9.9 : 0.013
current : 0.015
```
[test_speed…
-
I'm new to using gallery-dl and overall pretty unexperienced with this stuff. I did a test download and while it worked the file name is a bit strange. The file I downloaded was "75.Pharah_POV_4k.mp4"…
-
Hii, @GillesDuvert , I am running the BinMag software ([access here](https://www.astro.uu.se/~oleg/binmag.html)) using GDL, and most of the functions work fine, but when I try to input some values in …
-
[24.08.2023 12:09:22] jasiu-rozowyczlowiek:
[24.08.2023 12:09:22] jasiu-rozowyczlowiek
-
A regression appeared in CONTOUR between Feb 16 & 19
```
CONTOUR, dist(50,25),/iso
```
To avoid regressions of such kind, I suggest :
1/ we generalize what I did for the Coyote test suite
(…
-
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 Sep 24 20…
-
Any simple shade_surf generates the following error message and the plot looks wrong:
```
GDL> a=dist(10) & shade_surf,a,findgen(10),findgen(10)
% SHADE_SURF: due to plplot restrictions, shaded sur…
-
... But it should if we want to respect IDL's behaviour. Or do we?
```
IDL> a = INDGEN(15)& foreach i, a, ind do begin & if i lt 14 then a[i+1]=0 & print,i & end
0
0
2
…