vtsuperdarn / davitpy

DEPRECATED The DaViT Python project
http://vtsuperdarn.github.com/davitpy/
GNU General Public License v3.0
37 stars 59 forks source link

Error reporting in radar routines #279

Closed aburrell closed 4 years ago

aburrell commented 8 years ago

When running davitpy.pydarn.radar.site and other radar routines, the function input isn't checked and error handling is absent. This can make it difficult to know why any particular call crashed.

asreimer commented 7 years ago

@ksterne implemented some input checking in acfPlot in #292

ksterne commented 7 years ago

Starting to work on input checks for the pydarn.radar.site class in the enhancements-site_inputs_checks branch. With any luck, I'll try to get to the other classes in the radStruct.py file. Certainly something we should try to get done in every file before the first version, but I'll try to knock off where and what I can.

ksterne commented 4 years ago

Looks as though this issue was resolved but never closed. Closing this issue for now with the deprecation of this repo.