-
See ~~[this page](http://apexpy.readthedocs.org/en/latest/reference/Apex.html#apexpy.Apex.convert)~~ **the image in the next post**. Below the parameters section I have a Methods section and then an A…
-
There needs to be separate storage for the gauss coefficients of the IGRF model (they can just be moved to a separate file). I think that storing these coefficients in pmag.py makes the pmag file real…
-
The basic thread for magnetic surveying is Slide 22 (sorry, I can't seem to get monosnap to copy the image here). Maybe this works.
![magneticbasics_page_022](https://cloud.githubusercontent.com/asse…
-
I am attempting to do a DavitPy installation in Ubuntu 16.04 64bit. I have a problem when running the notebook to make davitpy visible.
I installed Anaconda for Python 2.7. “anaconda-navigator” wor…
-
Even though there isn't a lot of active development going on with this repository, would there be any opposition of mirroring the branch merging schedule of davitpy? It's been quite a while since dev…
-
Hi,
I've tried to run the example code for IRI (notebook). The following message apear:
UnboundLocalError: local variable 'iri_sub' referenced before assignment
If I have a look into the **init**.p…
-
So we're now only a few weeks away from our tentatively scheduled release date for v3.6 of the RST. There are currently several outstanding pull requests for bug fixes of varying complexity which ran…
-
So I have a 16.04 system. Got this installed:
```
oms@ike:~/projects/IH-VLA/14A-012/MACSJ0416-S$ dpkg -la|grep casa
ii casacore-data 20160711-1kern1 …
-
We noticed recently that we've got some bad and missing values for geomagnetic latitude and longitude on our web pages, so I had Teresa recompute everything, so now we just need to update our web page…
-
We call `physics.B_IGRF` once per UT in `rm.IonoMap.get_radec_RM`, but only once in `rm.IonoMap.altaz()`. How do we reconcile this difference? Is one _wrong_?