Luis Miguel Santos

Results 43 comments of Luis Miguel Santos

> The two functions you're modifying are used by the (to be) deprecated `pixel_data_handlers` module. You'll need to change the relevant parts of `pixels.decoders` instead. Do you mean to review...

>I have though about including your suggested approach, but the problem is you have to assume you're getting the excess padding warning because everything except number of frames is correct....

@mollybuckley This issue may be related to what I found in #452 . I have a local change that can help improve the centroid detection and would like to open...

@mollybuckley Hi, sorry I was on a holidays brake. I would be interested in your development meetings. Also, would you be kind to resend the collaboration invitation? The last invitation...

@mollybuckley I have changes in https://github.com/luissantosHCIT/hazen/tree/452_improved_center_detection_for_centroid that might help. Clone and check that repo branch. See if it addresses this issue or if center detection needs more tuning. Also, I...

Trying to help out a bit this morning. I do not understand this request. The correct method exists in the WorkBook (where it belongs) since 2019. It works just fine...

I hope to implement this feature between now and mid-February. I am equally interested in collecting validation data on my institution's phantom scans on this task to see if the...

I am in complete agreement with you. This might be straightforward (and perhaps decently fast) for ML algorithms to do. However, I had a discussion with my team about it...

Good morning! I have this task implemented in my fork of the project. I have some code clean up, finer tuning, and unit tests to implement, but the core idea...

# New Changes Removed the two stages performing the ROI look up using nested loops (O[n2]). In exchange, we now have a large ROI and a small ROI pair of...