-
Hi everybody,
I got a problem when I tried to install Davitpy on Ubuntu 19. I run 'sudo python setup.py install', and then I saw this problem:
zhousu@zhousu-virtual-machine:~/davitpy$ sudo pytho…
-
Upon import, I get the following error message:
```
ERROR:root:Could not connect to remote DB: mongodb://sd_dbread:5d@sd-work9.ece.vt.edu:27017/radarInfo
WARNING:root:Reading hdw.dat info from loca…
-
Hi
I've been reading in large SuperDARN mapex datafiles (several years).
In this process I've found it necessary to handle missing time points, as `readRec()` on a `sdDataPtr`, sometimes returns `…
-
We are working on hdf5 representations of fitted SD data products.
hdf5 files can not be easily concatted.
So for pydavit to support it the code calling file fetch routines must be enhanced to keep …
-
In the current RST, every .c and .h file has the following statement:
/*
LICENSE AND DISCLAIMER
Copyright (c) 2012 The Johns Hopkins University/Applied Physics Laboratory
This file is p…
-
![v5qo0](https://cloud.githubusercontent.com/assets/4604819/11575369/36a9622a-99d6-11e5-9903-33db13c2b5ca.jpg)
Welp, there is a memory leak in the dmap library fo sho. The python wrappers are leaking…
-
In dbUtils.readFromDb, there is a call to a dictionary I can't find being defined anywhere. It's 'refArr' on line 291. There are a few other things in this routine that need more than formatting fixin…
-
the `pydarn.DarnRead` output doesn't have a user friendly object interface to let you know whether or not you successfully read in data.
```
import pydarn
fitacf_file = '20170120.0001.00.inv.fita…
-
Hi,
I was just wondering about the status and plans for the channel keyword within radDataPtr.
I can see that at the moment the description is:
channel : (str/NoneType)
The 1-letter code to sp…
-
While testing #234 I noticed that the skynoise parameter is not identical when I generate a (new) fitacf file from an (old) dat file in two different ways:
```
make_fit -old 2002020202f.dat 2002020…