Classes

pyfact.py

rawdata access

fnames of a data run

class pyfact.fnames(specifier=['012', '023', '2011', '11', '24'], rpath='/scratch_nfs/res/bsl/', zipped=True)

organize file names of a FACT data run

specifier : list of strings defined as:
[ ‘DRS calibration file’, ‘Data file’, ‘YYYY’, ‘MM’, ‘DD’]

rpath : directory path for the results; YYYYMMDD will be appended to rpath zipped : use zipped (True) or unzipped (Data)

info()

print complete filenames

make(specifier, rpath, zipped)

create (make) the filenames

names : dictionary of filenames, tags { ‘data’, ‘drscal’, ‘results’ } data : name of the data file drscal : name of the drs calibration file results : radikal of file name(s) for results (to be completed by suffixes)

FIR filter functions

Table Of Contents

Previous topic

Introduction

Next topic

Examples

This Page