NSLS-II / pyCHX

chx_analysis_codes
BSD 3-Clause "New" or "Revised" License
5 stars 6 forks source link

FIX: change disk API #74

Closed tacaswell closed 2 years ago

tacaswell commented 2 years ago

circle had signature of circle(r, c, radius), disk has signature of disk(center, radius). Added () to make first argument a tuple

afluerasu commented 2 years ago

Thanks @tacaswell for the tutorial