Commit 200976fe authored by zjyan's avatar zjyan
Browse files

update pep8 ifs_sim

parent 4617177b
Pipeline #3978 passed with stage
in 0 seconds
......@@ -1887,8 +1887,7 @@ class IFSsimulator():
:rtype: ndarray
"""
self.log.info('Generating a flat field...')
self.log.info('The flat field has mean value of 1 and a given fluctuations,
usually either 1 or 2 percent defined by sigma= %d...' % sigma)
self.log.info('The flat field has mean value of 1 and a given fluctuations, usually either 1 or 2 percent defined by sigma= %d...' % sigma)
np.random.seed(5*self.simnumber)
self.flat_b = np.random.normal(loc=ave, scale=sigma, size=(2048, 4096))
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment