isis-group / isis

The ISIS project aims to provide a framework to access a large variety of image processing libraries written in different programming languages and environments.
GNU General Public License v3.0
18 stars 14 forks source link

formatting numbers for file filenames #30

Closed lydiatgit closed 12 years ago

lydiatgit commented 12 years ago

add format for numbers in filenames should only work for properties that are numbers has to be checked for plausibility

lydiatgit commented 12 years ago

finished with 9628af50aa4c7cac3b412549eae8752dc4910016

it works for all integers with the format string '%d_' and uses the maximum number of possible digits for current datatype

everything else doesn't make sense it leads only to numerous plausibility (useless) checks and is highly error-prone