Conversation
…al new scripts/functions to perform interpolations where GLOW data insufficient/inversion could not be performed; added in transformations/mapping onto regular grids; added functions to write GEMINI Q, E0 inputs
…/output and so they work directly on png files.
…ding build and run instructions.
… input and remove unnecessary input and output.
|
Comment from email with @almule12
|
…o when they don't exist.
…magnetic grid to retain decimation.
|
@almule12 , regarding the FoV of the inversion, do we want it completely included within the blue image (i.e., no "empty" corners around the circular FoV)? Right now the limits of the common grid are chosen to be the limits of the smallest image, which is effectively the size of the original blue image in most cases. |
|
Regarding the blue background subtraction, I see that I'm calculating the backgrounds for all three colors (preparation.py lines 131-134), but I don't think I'm explicitly subtracting it anywhere. It's used various other places, looks like mostly as a filler for NaNs. Are you talking about just subtracting that value from the entire blue image early in the processing? |
|
At least on initial check, the background IS being removed in the to_rayleighs() function. |
This PR includes some major restructuring and reorganization of the code base, but should not add any new features or change how the inversion is done at all. This should make it easier for others to install and use this package, as well as organizing the modules to be more maintainable and flexible for adding features in the future.
Must be tested before merging.