-
As of the merging of the following mr: https://github.com/lofar-astron/LofarStMan/pull/4, my Docker image fails to build.
Example of a failing build: https://git.astron.nl/ldv/lofar_quality/-/jobs/88…
-
it would make the script more portable if the lofar specific library could be replaced with standard python
-
The following modes are currently supported by the DP3 solvers: scalar, scalarphase, scalaramplitude, diagonal, diagonalphase, diagonalamplitude, fulljones, tec, tecandphase, rotation and rotation+dia…
-
As of 760e750f, tkp.quality.brightsource.is_bright_source_near() says:
`TODO: this function should be split up and tested more atomically`
moved from LOFAR issue tracker:
https://support.astron.nl/l…
-
Currently the LOFAR ACC and XST files are just binary blobs with limited meta-data in the file name. It would be useful to create an HDF5-based wrapper to contain the visibilities and meta-data such a…
-
It's convenient to be able to ctrl-c or otherwise abort a pipeline in mid-run and then resume from where it stopped. This would be a replacement for the statefile functionality removed previously.
mo…
-
As per #4651, a single "bad" image (corrupt, not conforming to standards, etc) causes the pipeline to abort. This behaviour is fine.
However, when aborting, the pipeline should report which image(s) …
-
Hello,
I'm out of ideas about this one. Maybe it's a bug, maybe I'm doing something wrong, but here we go.
We have a webdav door which I want to use to request macaroons.
The layout of it is:
``…
amisk updated
8 months ago
-
https://github.com/lofar-astron/prefactor/issues/280
Losoto cannot subtract Faraday rotation from a rotation table (only from a phase table)
```
[faraday]
operation = FARADAY…
-
At the moment queries that manipulate a database are directly committed. I propose that we commit transactions at the end of every step (where step is a logical unit as in persistence, quality, etc). …