Edgar Gutierrez

Results 25 comments of Edgar Gutierrez

In-plane and Out-of-plane q arrays are now available but with incident_angle and tilt_angle=0.0 To do: - [x] Method to change manually the angles - [x] Integrate along qip and qoop...

We could do that, I was thinking about writing this method inside the worker module since it will contain all the possible keys for the worker (see #2252 )

I was using here pytools 2024.1.5 It works if I use 2024.1.13 (or the main branch of pytools) Related to https://github.com/inducer/pytools/issues/233

Not sure if the slot `_aggregationModeChanged` and `setAggregatedImage` are well placed into into the class `Plot2View`

how about this approach? If yes, I will use it for the rest of the classes

About the `_ComplexImageView` class, the `setData` method updates the array and also the Complex mode, so I'm not sure how to implement the filter without changing the `ImageComplexView` class

Do you mean adding the Aggregation items in the class where the `self._plot` is? (`StackView` and `ArrayImagePlot` as you said) In the case of `_Plot2dView` the plot is what is...

Looks good to me, thanks Thomas!

Done and further improved in 2025.01