-
I'm trying to run a simple preprocessing pipeline for 3 different runs, two resting state and one main task. However, the pipeline fails at a step where the covariance is calculated, which I set to "e…
-
snap procedure is to set thermal noise to a very low value instead
We temporarily solved it with a workaround in user code:
if_(is_nodata(x[0]),1,30.0 + 10.0 * x[0].log(base=10))
-
or at least it doesn't appear to be...
-
Currently my pipeline fails with this error
```Python
│13:19:55│ sub-01 A critical error occurred. The error message was: unsupported operand type(s) for -: 'float' and 'NoneType'
Starting post…
-
In the page segmentation there is a step for removing noise, but for the grayscale line images (option `--gray`) this noise removal is neglected:
https://github.com/tmbdev/ocropy/blob/8cfce574dd0d3…
-
# Background
This task is an outcome of the `protocols` Rust docs issues tracked in #845.
While documenting `protocols::v2::noise-sv2` in #1013, areas of potential code debt were identified. This …
-
-
Below is a list of AI model disciplines that will be useful tools in the graphics editing process. Feel free to comment with ideas for more items missing from this list.
- Upscaling
- Image genera…
-
Hi,
I've tested your S1 GRD calibration routine which in general works well. But in some cases, I've got an error during the thermal noise removal procedure:
```
[2023-06-11 14:02:20.028403] [0x0…
-
I think a Gaussian blur may not be the best, because the noise is still there, just blurred.
Another thing one could do is morphological grayscale opening. This would remove high-spatial frequency no…