ace_open

swpy.swds.dataset.ace. ace_open (data_all)

Read the header containing the file name, and assign the observation object and observation date.

Parameters
  • data_all ( numpy array ) - The numpy array storing the data has a size of 1460 x 8 (8 days) for data retrieved from the database, and a size of 1460 x 7 (7 days) for data loaded from the local files. Additionally, sections with no data are filled with numpy.nan .

Returns
  • dataset object that was loaded by child class.

Raises
  • NameError when unknown ACE content.