ratt-ru / radiopadre

(Radio) Python Astronomy Data Reductions Examiner
MIT License
10 stars 0 forks source link

FileList.images etc. should return an object with a title based on the original title #97

Closed o-smirnov closed 4 years ago

o-smirnov commented 4 years ago

If d is a directory, it shows its path in the title.

d.images, however, only shows a title of "[Images]". This is not helpful. Note that d("*.txt") will show a title of "path[*.txt]", so it would be better to be consistent with that.