Select Git revision
semi_coherent_glitch_search_using_MCMC.py
Forked from
Gregory Ashton / PyFstat
Source project has a limited visibility.
-
Gregory Ashton authored
This renames the input sftfilepath to sftfilepattern and adds documentation on how that should be used, i.e. a colon separated list of wildstring or exact matches. In globbing for all matches, the colon split is added in. sftfilepath is still used by `Writer` since an exact path is known.
Gregory Ashton authoredThis renames the input sftfilepath to sftfilepattern and adds documentation on how that should be used, i.e. a colon separated list of wildstring or exact matches. In globbing for all matches, the colon split is added in. sftfilepath is still used by `Writer` since an exact path is known.
plotdata.cpp 227 B
#include "plotdata.h"
PlotData::PlotData() :
m_dataLHO(360*PERIODS, 0.0),
m_dataLLO(360*PERIODS, 0.0),
m_dataVirgo(360*PERIODS, 0.0)
{
m_colorLHO = "blue";
m_colorLLO = "red";
m_colorVirgo = "green";
}