Skip to content

Commit

Permalink
get keyword from extra structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rlbyrne committed May 18, 2023
1 parent 54bc010 commit 04fb4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fhd_core/polarization/fhd_struct_init_jones.pro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ apply_astrometry, obs, dec_arr=lat, x_arr=x_t, y_arr=y_t, /xy2ad, /ignore_refrac

obs_temp = fhd_struct_update_obs(obs, beam_nfreq_avg=obs.n_freq) ; Use only one average Jones matrix, not one per frequency
antenna=fhd_struct_init_antenna(obs_temp,beam_model_version=beam_model_version,use_psf_resolution=1.,$
psf_dim=obs.dimension,psf_intermediate_res=1.,psf_image_resolution=1.,timing=t_ant,import_pyuvdata_beam_filepath=import_pyuvdata_beam_filepath)
psf_dim=obs.dimension,psf_intermediate_res=1.,psf_image_resolution=1.,timing=t_ant,import_pyuvdata_beam_filepath=extra.import_pyuvdata_beam_filepath)
Jones=rotate_jones_matrix(obs, antenna[0])

; Calculate the normalization
Expand Down

0 comments on commit 04fb4ec

Please sign in to comment.