irfpy.util.iotools
IO related tools
Return mtime of the file. Arguments will go os.stat() function.
mtime() function obtains the final change time (mtime) of the given path.
mtime()
This is a syntax sugar, os.stat(path).st_mtime.
irfpy.util.intersection
irfpy.util.irflab_wrapper