RTK icon indicating copy to clipboard operation
RTK copied to clipboard

Progress reporting seems broken for ramp filter

Open acoussat opened this issue 4 years ago • 0 comments

I noticed that, when running rtkramp -p . -r projection.mha -o /tmp/ramp.mha -v, the progress reporting output lacks the trailing newline, even though it should be accounted for. Playing a bit with progress commands made me realize that

It might be a problem linked to ITK, since ITK recently introduced commits that impact the threading model and progress reporting, such as InsightSoftwareConsortium/ITK@c8787b8ed8. It seems that updating filters can be required (InsightSoftwareConsortium/ITK@13fdc58236). But I'm not sure about this.

Unfortunately, I couldn't figure out (yet) a solution for RTK's ramp filter.

acoussat avatar Dec 17 '20 09:12 acoussat