make_noise_cube

simcado.detector.make_noise_cube(num_layers=25, filename='FPA_noise.fits', multicore=True)[source]

Create a large noise cube with many separate readout frames.

Note: Each frame takes about 15 seconds to be generated. The default value of 25 frames will take around six minutes depending on your computer’s architecture.

Parameters
num_layersint, optional

the number of separate readout frames to be generated. Default is 25.

filenamestr, optional

The filename for the FITS cube. Default is “FPA_noise.fits”

multicorebool, optional

If you’re not using windows, this allows the process to use all available cores on your machine to speed up the process. Default is True

Notes

multicore doesn’t work - fix it