philusnarh / PROJECT

1 stars 0 forks source link

Fitting Zernike to Antenna Beams #1

Open philusnarh opened 7 years ago

philusnarh commented 7 years ago
  1. EM Beams https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/8jfdrkn1u3gbrl7/zernike_fit_em_model.ipynb
philusnarh commented 7 years ago
  1. OS_modules::

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/rapime6u5xqthmv/os_modules.ipynb

philusnarh commented 7 years ago

A formula to convert Jansky to Temperature::

https://science.nrao.edu/facilities/vla/proposing/TBconv

image

philusnarh commented 7 years ago

image

philusnarh commented 7 years ago

http://www.astrobetter.com/blog/2010/03/03/fourier-transforms-of-images-in-python/

http://www.astrobetter.com/wiki/python_radial_profiles image image

https://sites.google.com/a/email.arizona.edu/kyle-pearson/programming/radial-profile-plotter

philusnarh commented 7 years ago

https://arxiv.org/abs/1706.01501 image

philusnarh commented 7 years ago

https://pythonhosted.org/poppy/installation.html

Radial plots of Zernike polynomials::

http://localhost:8889/notebooks/Documents/image-reconstruction/zernike-code/radial_plots_zernike.ipynb

philusnarh commented 7 years ago

Zernike Pyramid plots::

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/j6p7t7q1yad2c0i/Testing_zernike_decomposition_func.ipynb

philusnarh commented 7 years ago

Scale beam (i.e. Formula)

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/qepg3gbuwjwo3lt/zernike_decomposition_on_scaled_beams.ipynb

scaled up HB to the grid of the lowest frequency in EM model

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/qepg3gbuwjwo3lt/zernike_decomposition_on_scaled_beams.ipynb

1.2 Produce Average Beams for all scaled frequencies

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/d8kspfp10maa2ce/scaledBEAMS1.ipynb#Fit-Zernike-on-all-frequencies-to-generate-Zernike-Coefficient

coeffs_interpolate

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/ob37yg7133pcd4v/fitting_map.ipynb

more_spline_interpolation https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/xjz9y976i3pbl49/more_spline_interpolation.ipynb

Zernike 1D (missing Interpolation)

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/crrdu378x27etlf/Zern_1D_coeff.ipynb

Mueller Plotss

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/x0qzd3t20xfcztq/Mueller_plot.ipynb

new_scale_beam_parameters

https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/8ul4wrga4d9qt74/new_scale_beam_parameters.ipynb

Rescale Data and re-write FITS Files https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/8ul4wrga4d9qt74/new_scale_beam_parameters.ipynb

philusnarh commented 7 years ago

POPPY may be installed from PyPI in the usual manner for Python packages:

https://pythonhosted.org/poppy/installation.html