From be7680645cf2d91d1421bcfa35ef404724f44a18 Mon Sep 17 00:00:00 2001 From: Ibaronch Date: Wed, 23 Jan 2019 21:22:08 +0100 Subject: [PATCH] Delete README.md --- README.md | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 0f89502..0000000 --- a/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# python_library - -Useful python 2.7 functions and classes for astronomical uses - -Ivano Baronchelli 2018 - - -# List of classes: - -Deg2sex -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). - -Match -matches a series of (integer) input IDs (like IDL match) - -Match_cat -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. - -Readcol -Read specified columns in an ascii file and returns them in the specified format - - - -# List of functions: - -gaussfit -Simple mono-dimensional gaussian fit - -image_depth -measure depth (1sigma) of an image.fits using the random apertures method. - -match -matches a series of (integer) IDs - -mk_regionfile -creates simple ds9 region files. - -image_shift -shift the RA, DEC center of an image -