API reference

gwfolding: folding of Stochastic Intermediate Data (SID) to one sidereal day.

This package wraps the existing folding pipeline modules. The scientific routines are unchanged; only the import paths were made package-relative so the code can be installed with pip.

foldSID

gwfolding.foldSID.foldSID(paramsFile, writeFrames, firstSeg=-1, lastSeg=-1)[source]

loadSID

gwfolding.loadSID.loadSID(SIDFile, GPSStart, segDuration, SigmaCut, badGPS, ifo1, ifo2)[source]

loadSIDParams

gwfolding.loadSIDParams.loadSIDParams(SIDFile, ifo1, ifo2, segDuration)[source]

writeFSID

gwfolding.writeFSID.writeFSID(foldParams, params, foldedInvCov, foldedStatistic)[source]

foldUtils

gwfolding.foldUtils.GPStoGreenwichMeanSiderealTime(GPS, usemod=True)[source]
gwfolding.foldUtils.exists(val)[source]
gwfolding.foldUtils.smooth(a, WSZ)[source]