Details
-
Feature
-
Should have
-
SRCnet
-
-
-
0.5
-
0.5
-
0
-
Team_CORAL
-
Sprint 5
-
-
-
-
24.3
-
Stories Completed, Outcomes Reviewed
-
-
PI19-PB PI20 PI20-PB
Description
Input data: LOFAR images
Output data: image at a lower resolution or altered beam shape
Software involved: Python, astropy, Dask
Workflow steps: Run convolution using astropy on the fits data. Pay attention to the convolution type and memory requirements to optimise the speed. Could run this on many images simultaneously, making use of distributing the data. Could use DASK to demonstrate more efficient compute.
State of existing workflows: Not looked at but would be a basic small python script written from scratch. A small amount of work. Could then be combined with mosaicking/source-finding workflows.
Architecture and hardware: Multithreaded CPU. RAM could be important for large arrays. Data in a single location or distributed.