Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~590 People Reached
About Me

و من يهب صعود الجبال يعش أبد الدهر بين الحفر

Favorite Forums
Favorite Tags
Member Avatar for reham.mostafa.14268

I have two text files and I want to compare them and save the matched columns to a new text file. file1: 114.74721 114.85107 114.85107 2.96667 306.61756 file2: 115.06603 0.00294 5.90000 114.74721 0.00674 5.40000 114.85107 0.00453 6.20000 111.17744 0.00421 5.50000 192.77787 0.03080 3.20000 189.70226 0.01120 5.00000 0.46762 0.00883 3.70000 2.21539 …

Member Avatar for vegaseat
0
488
Member Avatar for reham.mostafa.14268

I have a 2D contour plot and I want to fit it with 2D Gaussian. This is the script I used to plot the 2D contour. import numpy as np from pylab import * from scipy.stats import kde x = np.genfromtxt("deltaDEC.dat",delimiter="\n") y = np.genfromtxt("cosDEC.dat",delimiter="\n") n = len(x) H, xedges, yedges …

0
102