get_info

AAPP_HDF.get_info(file_info, **kwargs)[source]

Return a FileInfo object with parameters about the file content.

Notes

This is the base class method that does nothing per default.

Parameters
  • filename – A string containing path and name or a FileInfo object of the file of which to get the information about.

  • **kwargs – Additional keyword arguments.

Returns

A FileInfo object.