Skip to content

Commit

Permalink
declare get_mean_flux
Browse files Browse the repository at this point in the history
  • Loading branch information
cramirezpe committed Mar 4, 2022
1 parent 419bd30 commit 1308685
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions py/picca/delta_extraction/expected_fluxes/true_continuum.py
Expand Up @@ -93,8 +93,9 @@ def __init__(self, config):
self.num_processors = None
self._parse_config(config)

# read large scale structure variance
self.get_var_lss = None

# read large scale structure variance and mean flux
self.get_mean_flux = None
self.read_raw_statistics()


Expand Down

0 comments on commit 1308685

Please sign in to comment.