| open(filename, *args, **kwargs) | Open a supported file type or fall back to Python built in open function. |
This is the top level package for input/output of data using pycrtools.
It defines only one function open that is used to open all supported file types.
Open a supported file type or fall back to Python built in open function.
| Filename extension | File type |
|---|---|
| h5 | LOFAR TBB file |
| event | LOPES file (not functioning) |
| fits | FITS file |
| beam | Beam data (tasks/beamformer.py output) |
| other | Open with regular python open() function. |