-
I recently ran into a problem while trying to import temperature climatology files downloaded from the DFO's Atlantic Zone Monitoring Program (AZMP) using read.odf. A subset of the individual data fil…
-
Today when I access to exceptionless It throws exception:
------------------------------
System.String.Substring(Int32 startIndex, Int32 length) +14415512
Foundatio.Repositories.Elasticsearch…
-
### Short summary of problem
`as.section()` when provided with a list of CTD objects is not getting the station times right.
### What you did
I used `as.section()` on some data read from http…
-
When compiling wavelet_mpi with openmp turned on, there is a compile error. However, everything seems fine with openmp turned off.
```
In file included from /Users/luke/dev/sopt/cpp/examples/sara.…
-
Since we've added and are adding a number of new solvers, we probably need to develop a consistent naming approach. For example, we currently have sopt_l1_solver (Douglas-Rachford), sopt_l1_sdmm (SDM…
-
We need a working example of l1 reweighting in purify. In particular, we need a reweighting example that uses PADMM.
I have started an example, adapted from the [sdmm reweighting sopt example](https:…
-
@Luke-Pratley,
Is it correct that there should be one (RA, DEC) per run of sdmm or padmm?
Should the code fail explicitly if more than one (RA, DEC) is found (per channel, for a given filter)?
-
Hi! I'm building purify on ubuntu 16.04 with default flags and one of the tests fail:
```
Running tests...
/usr/bin/ctest --force-new-ctest-process -j32
Test project /kern/purify/obj-x86_64-linux-gnu…
-
Regression sdmm_inpaintaing fails sometimes, but somewhat strangely. E.g. fails on the first
iteration but completes on the second...
-
Right now, I'm just using iter < itermax and a user specified functions.
But maybe we could use the $z ~ \sum_i x_i - prox(x_i)$ + user function.