Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate a universal load_img() method #6

Closed
wants to merge 211 commits into from

Conversation

solvejgdinger
Copy link
Collaborator

load_img is used in many methods e.g. load(), load_next(), activate_tau_mode(), ...
Separating has two advantages: 1) Reduced code redundance and improved clearity 2) load_img()can be redefined in child classes without the need of redefining every method

jgliss added 30 commits January 3, 2017 12:28
…amera class, minor changes in example scripts (not finished)
…ccess and automatic download, changed version to 0.8.0.dev1, changed example script 1 (ex0_...), major restructuring in docs, included VERSION.rst
…ng.py and minor changes in inout.py, dataset.py, and calibration.py
… model_functions.py which includes mathematical function definitions relevant for piscope. Removed fitting routines from doasfov.py (which needs to be updated now)
…ion.py, doasfov.py deleted, new modules: cellcalib.py, doascalib.py, further developed doas calibration, 90% finished
…class, re-organised scripts, further developed doascalib.py
…aved as fits now, further developed example scripts
…lified Camera class init, new script (ex7) for combined DOAS and cell calibration
… lines, added features to LineOnImage (e.g. offset, orientation of normal vector)
…images, with x index being the time and y data being the extracted profiles (see processing.py, class ProfileTimeSeriesImg), minor changes on example scripts
…features to classes LineOnImage and ProfileTimeSeriesImg, minor changes in examples
jgliss and others added 26 commits November 14, 2017 14:01
…les (the copyright text was copied and adapted from the source files of the flexDOAS library (Author: G. Kuhlmann)
… block in setup.py for reading in of README.rst
…ume distance retr.); improved performance and convenience of cellcalib.py module; worked on docs
…n docs; minor changes in some of the examples
…st for automised correction of signal dilution). See Changelog for information
`load_img` is used in many methods e.g. `load()`, `load_next()`, `activate_tau_mode()`, ...
Separating has two advantages: 1) Reduced code redundance and improved clearity 2) `load_img()`can be redefined in child classes without the need of redefining every method
@jgliss
Copy link
Owner

jgliss commented Jun 20, 2018

I close this request due to multiple and difficult to solve conflicts arising from diverging parallel development in the past. Since then Pyplis has undergone many fundamental changes and major improvements. I suggest to review individual commits of request and compare with current Pyplis version and, if applicable, submit smaller, individual requests.

@jgliss jgliss closed this Jun 20, 2018
@solvejgdinger solvejgdinger deleted the patch-1 branch September 10, 2018 10:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants