Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
SSingh087 committed Jun 29, 2021
1 parent 51a3664 commit 8187908
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lensGW/waveform/waveform_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ def eval_param(self, source_ra, source_dec, lens_ra, lens_dec,
'ScaleFactor' : thetaE_PM, # and the scale factor
'SearchWindowMacro': 4*thetaE_PM/thetaE_PM,
'SearchWindow' : 4*thetaE_PM/thetaE_PM,
'OnlyMacro' : 'True',
'OnlyMacro' : 'False',
'Optimization' : optim}

MacroImg_ra, MacroImg_dec, Macro_pixel_width = microimages(source_pos_x = source_ra,
Img_ra, Img_dec, MacroImg_ra, MacroImg_dec, pixel_width = microimages(source_pos_x = source_ra,
source_pos_y = source_dec,
lens_model_list = lens_model_list,
kwargs_lens = kwargs_lens_list,
**solver_kwargs)
return MacroImg_ra, MacroImg_dec, kwargs_lens_list, solver_kwargs
return Img_ra, Img_dec, MacroImg_ra, MacroImg_dec, kwargs_lens_list, solver_kwargs

0 comments on commit 8187908

Please sign in to comment.