time_ref_from_dict# gammapy.utils.time.time_ref_from_dict(meta, format='mjd', scale='tt')[source]# Calculate the time reference from metadata. Parameters: metadictFITS time standard header information. format: str, optionalFormat of the Time information. Default is ‘mjd’. scale: str, optionalScale of the Time information. Default is ‘tt’. Returns: timeTimeTime object with format='MJD'.