#acl BoaGroup:read,write All:read,write = Boa White Board = The Boa White Board is a place where you can collect all the usefull information you can think of about BoA. * [[Documentation/Boa_White_Board/LabocaGainHe3|LABOCA gains to He3 temperature drifts]] * [[/20070629]] Laboca non-linear response (FB) * [[Documentation/Boa_White_Board/TimeDelay|Check for a time delay in data]] * [[Documentation/Boa_White_Board/DataRate|Compute the data rate of LABOCA]] * [[Documentation/Boa_White_Board/SimulateGauss|Simulate a Gaussian in white noise, replace data signal]] * [[Documentation/Boa_White_Board/CorrelatedNoise|Correlated noise removal]] * [[Documentation/Boa_White_Board/DataExchangeFits|Data exchange with other reduction packages]] * [[Documentation/Boa_White_Board/NewFlaggingScheme|Description of the new flagging scheme]] == Programming style == * You can find a [[http://wiki.python.org/moin/PythonSpeed/PerformanceTips|page]] describing some usefull tips to improve the performance of your python code. * Please try to use the same name scheme for class attributes and methods * class names start with a upper case letter * class methods start with a lower case letter * class attributes start with an upper case letter * Keep the docstring up-to-date, do not add useless information like the class name, it should contain : * a short description of the method (DES) * a description of the input parameters (INP)