errors#

astrophot.errors.AstroPhotError#

Base exception for all AstroPhot processes.

astrophot.errors.SpecificationConflict#

Raised when the inputs to an object are conflicting and/or ambiguous

astrophot.errors.OptimizeStopFail#

Raised at any point to stop optimization process due to failure.

astrophot.errors.OptimizeStopSuccess#

Raised at any point to stop optimization process due to success condition.

astrophot.errors.InvalidWindow#

Raised whenever a window is misspecified

astrophot.errors.InvalidData#

Raised when the data provided to an image is invalid or cannot be processed.

astrophot.errors.InvalidImage#

Raised when an image object cannot be used as given.

astrophot.errors.InvalidTarget#

Catches when a target object is assigned incorrectly.

astrophot.errors.UnrecognizedModel#

Raised when the user tries to invoke a model that does not exist.