Laura Murgatroyd

Results 45 comments of Laura Murgatroyd

After discussion with @gfardell we agreed the following: - [x] The order of how we loop through the pixels should not affect the results To achieve this we need to...

We discussed with Gemma a more optimal way to handle the dimensions, using numpy ravel, which I will be implementing

After discussion with @gfardell we agreed: - Mask must only be defined in horizontal / horizontal and vertical space - It will only average over pixels on same projection -...

Notes from ADR: Summary: - [ ] Assess speed of current status Behaviour is ok but we want to speed up using ipp - [ ] Possibly change behaviour in...

Current status: I have tidied up the code and am satisfied it works as intended. Next step is speeding up / parallelising

Current speed: 1000x1000 projection, 1000 bad pixels (0.1% of image) – 0.13 seconds 1000x1000x1000, 1000 bad pixels per proj (0.1% of image) – 2minutes 1000x1000 projection, 10,000 bad pixels (1%...

Please can you explain what is wrong with the current rendered documentation for KullbackLeiber?

I notice in the 'cons' for 'NormalisationData', you say: > Would have to return both objects from the loader and pass both objects to the normaliser So have I understood...

We agreed it will output a plot of the filter that has been configured by the user - with their selected filter and cut off - not a plot of...