cf.FieldAncillary.get_original_filenames¶
-
FieldAncillary.
get_original_filenames
()[source]¶ The names of files containing the original data and metadata.
The original files are those that contain some or all of the data and metadata when it was first instantiated, and are necessary (but perhaps not sufficient) to recreate the
FieldAncillary
should the need arise. Thecf.read
function automatically records the original file names on all data that it creates.The original files of any constituent components are also included.
In-place changes to the
FieldAncillary
will not generally change the collection of original files. However if theFieldAncillary
was produced by combining other objects that also store their original file names, then the returned files will be the collection of original files from all contributing sources.New in version (cfdm): 1.10.0.1