make_sigproc_obj

your.formats.filwriter.make_sigproc_obj(filfile, y, nchans, chan_freq, nstart)

Use Your class to make Sigproc class object with relevant parameters

Args:

filfile: Name of the Filterbank file

y: Your object for the PSRFITS files

nchans: No. of channels in the frequency range

chan_freq: Required frequency channel range

Returns:

obj: Object of class SigprocFile

write_fil

your.formats.filwriter.write_fil(
    data, y, nchans=None, chan_freq=None, filename=None, outdir=None, nstart=None
)

Write Filterbank file given the Your object

Args:

data: Data to write to the Filterbank file

y: Your object for the PSRFITS files

nchans: No. of channels in the frequency range

chan_freq: Required frequency channel range

filename: Output name of the Filterbank file

outdir: Output directory for the Filterbank file

nstart: Start sample number