VERITAS-Observatory / V2DL3

VERITAS (VEGAS and Eventdisplay) to DL3 Converter
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Replace call to ls by glob.glob #185

Closed GernotMaier closed 10 months ago

GernotMaier commented 10 months ago

This allows to read directories with a large number of fits files (beyond the limit of ls, which will give an error message /bin/sh: /bin/ls: Argument list too long)