From f6c15c2e1a036d8cbe966cc970f7e62ed8c3d0d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A2=D1=8B=D1=80?= =?UTF-8?q?=D0=B8=D0=BD?= Date: Fri, 20 Sep 2024 10:57:28 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1b2c55..4ba6438 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # GaiaAPIClient -Python module, the client part to the GaiaDBInterface Django app. \ No newline at end of file +Python module, the client part to the GaiaDBInterface Django app. + +## Description + +Implements cone search in conjuction with GaiaDBInterface. Server's IP is hardcoded, accepts inputs for ra, dec and search radius in decimal degrees, as well as the healpix order ('ring' or 'nested'). + +## Installation + +Install with pip: +`pip install git+http://heagit.cosmos.ru/tyrin/GaiaAPIClient.git` +Requires your git credentials. \ No newline at end of file