CARTAvis / carta-backend

Source code repository for the backend component of CARTA, a new visualization tool designed for the ALMA, the VLA and the SKA pathfinders.
https://cartavis.github.io/
GNU General Public License v3.0
22 stars 10 forks source link

performance issue in spatial profile generation along a line or a polyline #1339

Closed kswang1029 closed 2 months ago

kswang1029 commented 7 months ago

as of v4-stable, the spatial profiler generation process along a line or a polyline is not that performant. The impact to users is they will need to wait a while before seeing the results. If performance cannot be improved significantly, we will need to implement "progressive update + cancellation" similar to the region spectral profiler (https://github.com/CARTAvis/carta-frontend/issues/1954 + https://github.com/CARTAvis/carta-backend/issues/1179).

pford commented 7 months ago

Related issue #1347, refactoring Region class for better performance using reference image.