AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

API: Raise ValueError when ptycho input shapes are wrong #194

Closed carterbox closed 2 years ago

carterbox commented 2 years ago

Purpose

Provide helpful feedback to programmers learning to use the tike.ptycho.reconstruct API.

Approach

Check (in earnest) all the main inputs of tike.ptycho.reconstruct for correct shapes and other geometric constraints.

Pre-Merge Checklists

Submitter

Reviewer

carterbox commented 2 years ago

Not gonna write tests to try out incorrect inputs. That's fair, right?