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

Tickets/dm 7117 #32

Merged
merged 3 commits into from
Sep 2, 2016
Merged

Tickets/dm 7117 #32

merged 3 commits into from
Sep 2, 2016

Commits on Sep 1, 2016

  1. config: adapt to usage of new MatchTask in measureCoaddSources

    The refObjLoader is an extra level down now.
    
    This cleaned up the matchOptimisticB vs ANetAstrometry problem!
    PaulPrice committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    70edbc4 View commit details
    Browse the repository at this point in the history
  2. config: fix syntax mistake in exception catching

    Due to old python syntax, the line
        except KeyError, ImportError:
    is interpreted the same as
        except KeyError as ImportError:
    which is not what was intended, and causes the process
    to die if meas_modelfit isn't setup.
    PaulPrice committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    e7c7457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    176d85f View commit details
    Browse the repository at this point in the history