Introduction

This library offers simple methods to post-treat data from the MULTIPAC testbench. Check Tutorials for a quick tour of the available commands. Go to Gallery for a quick overview of the available plots.

Files

In order to read the files produced by LabViewer, it is adviced to do the following:

  • Decimal should be changed from , to . (or use decimal=',' when instantiating MultipactorTest or TestCampaign).

  • Comments in the right-most columns should be deleted.

Note that you can use the column separator that you want with the sep argument from the MultipactorTest or TestCampaign.from_filepaths() methods.

Note

Some text editors such as Windows Notepad are not adapted to big files such as the measurement files. Prefer Notepad++ or a spreadsheet editor.