3 Questions 1 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,070 2 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,272 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,072 2 View