Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for logging #50

Open
wants to merge 154 commits into
base: master
Choose a base branch
from
Open

Added support for logging #50

wants to merge 154 commits into from

Commits on Apr 11, 2024

  1. limit read and compute blocks transforms

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ccdaf57 View commit details
    Browse the repository at this point in the history
  2. only throttle compute transforms

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fbba74c View commit details
    Browse the repository at this point in the history
  3. blocks may have not been dispatched in the correct order to compute b…

    …lock transform, so now I am reading all corresponding blocks in the same method and return them as dask arrays
    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6edd6f9 View commit details
    Browse the repository at this point in the history
  4. allow null masks

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c375c1e View commit details
    Browse the repository at this point in the history
  5. abstract out block reading as dask array

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6cdb084 View commit details
    Browse the repository at this point in the history
  6. trying to figure out the fancy indexing not supported error

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    08455a0 View commit details
    Browse the repository at this point in the history
  7. pass params as dask arrays

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6c3c42e View commit details
    Browse the repository at this point in the history
  8. create dask array only if it's not already one

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d28dfa4 View commit details
    Browse the repository at this point in the history
  9. use vindex for daskarrays

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7f92a9b View commit details
    Browse the repository at this point in the history
  10. compute the image first

    Cristian Goina committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8f14608 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. compute blocks before they are passed to the alignment pipeline to av…

    …oid the fancy indexing error
    Cristian Goina committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fe554eb View commit details
    Browse the repository at this point in the history
  2. comment

    Cristian Goina committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    6d4d443 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. factored out throttle method and use it in other distributed calls as…

    … well
    Cristian Goina committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    780d7a0 View commit details
    Browse the repository at this point in the history
  2. missed file from commit

    Cristian Goina committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    254e526 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. return inverse block as dask array

    Cristian Goina committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9c7b174 View commit details
    Browse the repository at this point in the history
  2. the write seems to be invoked before the invert completes, so I am tr…

    …ying to see how I can force execution
    Cristian Goina committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    4535509 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. fix error - var was used before declared

    Cristian Goina committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    76a6cfe View commit details
    Browse the repository at this point in the history
  2. trying to get the result only when needed to see if it manages space …

    …better
    Cristian Goina committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    8cfd299 View commit details
    Browse the repository at this point in the history
  3. compute block before writing it

    Cristian Goina committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7a403d1 View commit details
    Browse the repository at this point in the history
  4. do not return block to eliminate stale file handle error

    Cristian Goina committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6727479 View commit details
    Browse the repository at this point in the history
  5. return futures with results

    Cristian Goina committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    efc3c47 View commit details
    Browse the repository at this point in the history
  6. typo

    Cristian Goina committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6db0448 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. write align results (reduce) in the driver

    Cristian Goina committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    fd8fd51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64ae916 View commit details
    Browse the repository at this point in the history
  3. extract result only right before writing

    Cristian Goina committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    4702357 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. removed the use of dask arrays + debug message

    Cristian Goina committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    392009e View commit details
    Browse the repository at this point in the history
  2. no dask array used so no need to compute

    Cristian Goina committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    0b28510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5728663 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. removed debug message

    Cristian Goina committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c83a80a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. write voxel spacing in the displacement vector

    Cristian Goina committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    04d2fe5 View commit details
    Browse the repository at this point in the history
  2. changed how the block is updated

    Cristian Goina committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    edf9f0c View commit details
    Browse the repository at this point in the history
  3. default bigstream config

    Cristian Goina committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f341409 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. add voxel spacing args in case they are not available

    Cristian Goina committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7a24a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dde7f3 View commit details
    Browse the repository at this point in the history
  3. convert voxel spacing arg to np array

    Cristian Goina committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    5e662f5 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. changed parameters to be able to pass in all align params in a yaml f…

    …ile; a default configuration is available as source code
    Cristian Goina committed May 2, 2024
    Configuration menu
    Copy the full SHA
    347a154 View commit details
    Browse the repository at this point in the history
  2. print timestamp with configure irm args

    Cristian Goina committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aa7eaa1 View commit details
    Browse the repository at this point in the history
  3. bump up version because of the yaml config

    Cristian Goina committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d1b33f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b74e546 View commit details
    Browse the repository at this point in the history
  5. print global transform file

    Cristian Goina committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0a3dac3 View commit details
    Browse the repository at this point in the history
  6. changed text

    Cristian Goina committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a0c4295 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fixed the dimensions for transform voxel spacing params

    Cristian Goina committed May 3, 2024
    Configuration menu
    Copy the full SHA
    ae7340e View commit details
    Browse the repository at this point in the history
  2. added an ImageData type to be able to read image blocks from large ti…

    …ffs without reading entire image
    Cristian Goina committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7285250 View commit details
    Browse the repository at this point in the history
  3. option to pass voxel spacing to deform

    Cristian Goina committed May 3, 2024
    Configuration menu
    Copy the full SHA
    34fe6ab View commit details
    Browse the repository at this point in the history
  4. parameter for transform spacing

    Cristian Goina committed May 3, 2024
    Configuration menu
    Copy the full SHA
    506d158 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. changes so that we could handle empty inputs such as empty global inp…

    …uts and/or empty local inputs
    Cristian Goina committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2d93f97 View commit details
    Browse the repository at this point in the history
  2. changes to transform spacing

    Cristian Goina committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8fc902c View commit details
    Browse the repository at this point in the history
  3. fixed error caused by the mask shape

    Cristian Goina committed May 7, 2024
    Configuration menu
    Copy the full SHA
    5ee79a0 View commit details
    Browse the repository at this point in the history
  4. fix transform spacing

    Cristian Goina committed May 7, 2024
    Configuration menu
    Copy the full SHA
    2aa33bb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. set voxel spacing for mov image same as fix voxel spacing

    Cristian Goina committed May 8, 2024
    Configuration menu
    Copy the full SHA
    0faa01d View commit details
    Browse the repository at this point in the history
  2. remove defaults channel

    Cristian Goina committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f151f69 View commit details
    Browse the repository at this point in the history
  3. print attributes

    Cristian Goina committed May 8, 2024
    Configuration menu
    Copy the full SHA
    fa1e12e View commit details
    Browse the repository at this point in the history
  4. Set attrs for zarr too

    Cristian Goina committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ca29945 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    31f924e View commit details
    Browse the repository at this point in the history
  2. put deform spacing in different order

    Cristian Goina committed May 9, 2024
    Configuration menu
    Copy the full SHA
    1724ffd View commit details
    Browse the repository at this point in the history
  3. Check for none instead of using the simple not - it didn't work as I …

    …expected it for numpy arrays
    Cristian Goina committed May 9, 2024
    Configuration menu
    Copy the full SHA
    9ab4840 View commit details
    Browse the repository at this point in the history
  4. changed debug message

    Cristian Goina committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cd7c4bc View commit details
    Browse the repository at this point in the history
  5. only write valid values

    Cristian Goina committed May 9, 2024
    Configuration menu
    Copy the full SHA
    be3e67f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. fix check for image_downsampling

    Cristian Goina committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bfdb1ee View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

  1. use 1 for affine spacing instead of None

    Cristian Goina committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f13e27d View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. debug messages

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    40fb587 View commit details
    Browse the repository at this point in the history
  2. debug messages

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    2a6e523 View commit details
    Browse the repository at this point in the history
  3. catch exception in transform block

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    fc3771c View commit details
    Browse the repository at this point in the history
  4. print block coords

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    16c611f View commit details
    Browse the repository at this point in the history
  5. more print outs

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    cee2c46 View commit details
    Browse the repository at this point in the history
  6. syntax error

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    72fbb39 View commit details
    Browse the repository at this point in the history
  7. fixes for transform spacing

    Cristian Goina committed May 13, 2024
    Configuration menu
    Copy the full SHA
    4ef177a View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Merge branch 'master' into goinac-dev

    Cristian Goina committed May 14, 2024
    Configuration menu
    Copy the full SHA
    453abbc View commit details
    Browse the repository at this point in the history
  2. set safeguard exc to false for local ransac

    Cristian Goina committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0182e9c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. minor comment change

    Cristian Goina committed May 17, 2024
    Configuration menu
    Copy the full SHA
    270eadd View commit details
    Browse the repository at this point in the history
  2. changed reading voxel_spacing

    Cristian Goina committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ef9a31 View commit details
    Browse the repository at this point in the history
  3. remove global transform main script

    Cristian Goina committed May 17, 2024
    Configuration menu
    Copy the full SHA
    3aa67db View commit details
    Browse the repository at this point in the history
  4. more messing with the axis for voxel spacing

    Cristian Goina committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ed2a340 View commit details
    Browse the repository at this point in the history
  5. more changes to get the deform axes right

    Cristian Goina committed May 17, 2024
    Configuration menu
    Copy the full SHA
    945e5fc View commit details
    Browse the repository at this point in the history
  6. returned voxel spacing property was not reversed

    Cristian Goina committed May 17, 2024
    Configuration menu
    Copy the full SHA
    91fe808 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Merge branch 'master' into goinac-dev

    Cristian Goina committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b9b79b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    465ee61 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. fixed pixel attributes

    Cristian Goina committed May 30, 2024
    Configuration menu
    Copy the full SHA
    42accdb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. made some changes to see if I can get the same deform vector

    Cristian Goina committed May 31, 2024
    Configuration menu
    Copy the full SHA
    109ce28 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. separate main drivers for local and global registration; option to re…

    …ad the steps from the bigstream.config
    Cristian Goina committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    7be3948 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. fixed transform shape when coming from yaml

    Cristian Goina committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    e4e30fc View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    3f6ed95 View commit details
    Browse the repository at this point in the history
  2. different args for the transformation location and the result of appl…

    …ying the transformation; the default output can be used if one wants to use the same location for both
    Cristian Goina committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    484fe9b View commit details
    Browse the repository at this point in the history
  3. mask blocks for tuple masks too

    Cristian Goina committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8e452fc View commit details
    Browse the repository at this point in the history
  4. fixed a NPE

    Cristian Goina committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    91bb0b5 View commit details
    Browse the repository at this point in the history
  5. print foreground ratio

    Cristian Goina committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5ff349a View commit details
    Browse the repository at this point in the history
  6. syntax error

    Cristian Goina committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8902277 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. changed print out

    Cristian Goina committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d3479f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. fixed arg for apply global transform

    Cristian Goina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fc6e14d View commit details
    Browse the repository at this point in the history
  2. changed reading the voxel spacing attrs

    Cristian Goina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5989381 View commit details
    Browse the repository at this point in the history
  3. fixed attribute

    Cristian Goina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    46fa031 View commit details
    Browse the repository at this point in the history
  4. more logs

    Cristian Goina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    46f5bd1 View commit details
    Browse the repository at this point in the history
  5. NPE

    Cristian Goina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1426e39 View commit details
    Browse the repository at this point in the history
  6. removed some config entries

    Cristian Goina committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    85ecb08 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. fixed step check

    Cristian Goina committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    102bb74 View commit details
    Browse the repository at this point in the history
  2. logging

    Cristian Goina committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    4ed813a View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. fixed alignment and deform errors

    Cristian Goina committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    b8e320b View commit details
    Browse the repository at this point in the history
  2. removed debug messages

    Cristian Goina committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e804c03 View commit details
    Browse the repository at this point in the history
  3. create a dataset if overwrite is set

    Cristian Goina committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    f80f563 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    f00f6e5 View commit details
    Browse the repository at this point in the history
  2. flag to allow writing either directly in the worker or in the reduce …

    …call
    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    39f4414 View commit details
    Browse the repository at this point in the history
  3. configured logging for global alignment

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    aa4865b View commit details
    Browse the repository at this point in the history
  4. forgot logging args

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b62b768 View commit details
    Browse the repository at this point in the history
  5. Created plugin for dask worker log config

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a354ef1 View commit details
    Browse the repository at this point in the history
  6. fixed configure logging

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    eb28d94 View commit details
    Browse the repository at this point in the history
  7. write log to stdout

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    f8502e9 View commit details
    Browse the repository at this point in the history
  8. fixed config

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    380feb9 View commit details
    Browse the repository at this point in the history
  9. replaced printouts with logging for ransac

    Cristian Goina committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0fb891b View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. more prints replaced with logging

    Cristian Goina committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0c3c945 View commit details
    Browse the repository at this point in the history
  2. update register notebook

    Cristian Goina committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    135c03f View commit details
    Browse the repository at this point in the history
  3. replaced more print statements with log statements

    Cristian Goina committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f523c1b View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. add logging support

    Cristian Goina committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a823c12 View commit details
    Browse the repository at this point in the history
  2. arg for cluster max tasks

    Cristian Goina committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cf8b0af View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. format logger.error

    Cristian Goina committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    948a939 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. support for compression

    Cristian Goina committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e2f1625 View commit details
    Browse the repository at this point in the history
  2. Changed help text for compression

    Cristian Goina committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d913be7 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. default to gzip - n5-spark does not support zstd

    Cristian Goina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d9189dc View commit details
    Browse the repository at this point in the history
  2. typo + formatting

    Cristian Goina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    55d0d8b View commit details
    Browse the repository at this point in the history
  3. logging

    Cristian Goina committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a8cd7b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. write inverse field in the worker

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9b10802 View commit details
    Browse the repository at this point in the history
  2. created a main function

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    31fdb31 View commit details
    Browse the repository at this point in the history
  3. close cluster client in a finally block

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    52ee1ad View commit details
    Browse the repository at this point in the history
  4. main script to compute the inverse

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    133acf0 View commit details
    Browse the repository at this point in the history
  5. fixed compute inverse errors

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3a8c2fe View commit details
    Browse the repository at this point in the history
  6. remove aggregate writing

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    859675e View commit details
    Browse the repository at this point in the history
  7. return futures with results

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    2fadf94 View commit details
    Browse the repository at this point in the history
  8. check that ITK_THREADS is not gt the number of cpus

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4c4a592 View commit details
    Browse the repository at this point in the history
  9. Error fix (attempt)

    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    999b20c View commit details
    Browse the repository at this point in the history
  10. plugin to set worker environment variables to restrict the number of …

    …threads used by the numpy worker tasks
    Cristian Goina committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0e108cf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. logging to figure out why the env plugin does not register

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1dc8008 View commit details
    Browse the repository at this point in the history
  2. use register_worker_plugin

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3d52691 View commit details
    Browse the repository at this point in the history
  3. use register worker plugin

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    0589554 View commit details
    Browse the repository at this point in the history
  4. use str to set the env values

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    76e6825 View commit details
    Browse the repository at this point in the history
  5. use async client

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    fcf7be8 View commit details
    Browse the repository at this point in the history
  6. removed asyncio

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    59aabfe View commit details
    Browse the repository at this point in the history
  7. unified the plugins for testing

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1455ffa View commit details
    Browse the repository at this point in the history
  8. comment out the environment setting

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    89118ec View commit details
    Browse the repository at this point in the history
  9. removed asyncio

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d8290d5 View commit details
    Browse the repository at this point in the history
  10. write transformed blocks in the worker

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1ed2bd7 View commit details
    Browse the repository at this point in the history
  11. check if itk_threads is also set

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8b555f8 View commit details
    Browse the repository at this point in the history
  12. removed debug message

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f7d0d8b View commit details
    Browse the repository at this point in the history
  13. formatting log messages

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2044e57 View commit details
    Browse the repository at this point in the history
  14. option to set the cpus for global alignment

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c351fa5 View commit details
    Browse the repository at this point in the history
  15. renamed configure_plugin to configure_bigstream

    Cristian Goina committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    47097e1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. changed import order

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    729f032 View commit details
    Browse the repository at this point in the history
  2. rearraged imports

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e3cd1b3 View commit details
    Browse the repository at this point in the history
  3. import package right before used

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    9a8f669 View commit details
    Browse the repository at this point in the history
  4. more changes to imports

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    07b4cd7 View commit details
    Browse the repository at this point in the history
  5. use the methods from configure_bigstream

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    fc3025e View commit details
    Browse the repository at this point in the history
  6. clear outputs

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    079bb47 View commit details
    Browse the repository at this point in the history
  7. changed log message

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0fd64d6 View commit details
    Browse the repository at this point in the history
  8. formatting

    Cristian Goina committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    839ac4c View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. fixed logging; made context parameter explicit for ransac so that it …

    …doesn't get passed to cv2.estimateAffine
    Cristian Goina committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    986e766 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fixed logger call

    Cristian Goina committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    86f06c6 View commit details
    Browse the repository at this point in the history