Cristian Goina

Results 10 comments of Cristian Goina

Should we make this the default for the pipeline or only for the demo data sets?

@anaste123 I finally got to this - could you please tell me which parameters you need to be exposed. If used as a library bigstream is much more flexible and...

Could you be a bit more specific - what parameters would you like to have. If you use airlocalize for spot extraction we are somewhat limited by the parameters supported...

These have been added and documented in the Parameters.doc and also added to the nextflow_schema. In the schema they appear like: "per_channel.rsfish_min" or "per_channel.rsfish_min" and the take a comma delimited...

Nextflow bigstream registration pipeline is already available in the dev branch and at this point it just needs updated documentation of the new parameters. It currently exposes mostly ransac parameters...

Have you tried to use more workers or give more memory to a spark worker?

The problem is that if you have 2 GPUs and GPU:0 is already in use if you call assign_device with GPU:1 it will give you the CPU not the GPU:1...

This stack I got with jdk 23 but it fails at the same spot with jdk 8 as I specified in the ticket ``` 2025-01-17_18:01:17.454 [main] DEBUG software.amazon.awssdk.request - Sending...

The current implementation that checks for an AnonympusCredentialsProvider instance is incomplete because. 1. I can write my own anonymous provider just like `() -> MyAnonymousAWSCredentials` and this will still fail...

I am using 'software.amazon.awssdk.crt:aws-crt:0.33.9' but the example I provided will not fail because it uses AnonymousCredentials provider and the implementation already checks that. As I mentioned use a credentials provider...