process_file

sidpy.run.process_file(file_path, archive_path, gl=None, gs=None)[source]

Process single given csv file meeting the appropriate criteria, before saving the corresponding png and input csv to the appropriate archive location.

Parameters:
  • file_path (str) – File path.

  • gl (pandas.Series) – GOES XRS Long data.

  • gs (pandas.Series) – GOES XRS Short data.

Returns:

image_path (str) – Temporary path of generated png.