Skip to content

Commit cada259

Browse files
authored
Create README.md
1 parent be76806 commit cada259

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# python_library
2+
Useful python 2.7 functions and classes for astronomical uses
3+
4+
Ivano Baronchelli 2018
5+
6+
7+
# List of classes:
8+
9+
Deg2sex
10+
Given RA and DEC in input, they will be returnet in output converted from decimal to sexagesimal or vice-versa (depending on intype and outype variables set).
11+
12+
Match
13+
matches a series of (integer) input IDs (like IDL match)
14+
15+
Match_cat
16+
Matches coordinates [deg], in two lists of coordinates, using an user specyfied searching radius dt[arcsec] For each source in the first catalog, the closest counterpart in the second catalog is associated.
17+
18+
Readcol
19+
Read specified columns in an ascii file and returns them in the specified format
20+
21+
22+
23+
# List of functions:
24+
25+
gaussfit
26+
Simple mono-dimensional gaussian fit
27+
28+
image_depth
29+
measure depth (1sigma) of an image.fits using the random apertures method.
30+
31+
match
32+
matches a series of (integer) IDs
33+
34+
mk_regionfile
35+
creates simple ds9 region files.
36+
37+
image_shift
38+
shift the RA, DEC center of an image
39+

0 commit comments

Comments
 (0)