5 Questions 4 Answers 0 Followers
Questions related from T. Ansah - Narh
I have a grid data of shape (512, 512) and want to extract all the nearest pixels and their corresponding positions within some arcmin of a specific area of the data and regrid the small area...
02 December 2014 1,101 2 View
I have a fits image of shape (50, 4, 256, 256), where 50 is the number of time slots used to create d fits image, 4 is the stokes parameters {I, Q, U, V} & 256, 256 is the shape of the image....
30 November 2014 6,513 0 View
My aim is to generate the primary beam of an antenna by figuring out how to generate a dipole distribution pattern that matches a realistic dish aperture illumination function (AIF). The dipole...
30 October 2014 9,790 1 View
How can I select some specific elements from a numpy array? Say I have imported numpy as np y = np.random.uniform(0,6, 20) I then want to select all elements (i.e. y < = 1)from y. Thanks in advance
20 October 2014 5,311 2 View
I have two different fits files with different shapes (i.e. (310, 256, 256) & (560, 4, 786432)). How do i make two scatter plots to compare them using python? That's plotting one data on the...
16 September 2014 6,102 2 View