-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the main url of q3c
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Email: [email protected] | |
|
||
Idea and implementation by Sergey Koposov With the help from Oleg Bartunov. | ||
|
||
Fresh versions of the software could be obtained here: http://code.google.com/p/q3c/ | ||
Fresh versions of the software could be obtained here: https://github.com/segasai/q3c | ||
|
||
--------------------------------------------------------------------- | ||
ABOUT | ||
|
@@ -68,13 +68,14 @@ Now you should do the last step -- analyze your table: | |
|
||
my_db# ANALYZE mytable; | ||
|
||
Now the power of Q3C is available to you!!! :) | ||
Now you should be able to use q3c queries. | ||
|
||
----------------------------------------------------------------------- | ||
|
||
FUNCTIONS | ||
|
||
All the angles used by q3c are always in degrees. | ||
Throughout q3c it is assumed that all the angles are in degrees. | ||
|
||
The functions installed by Q3C are: | ||
|
||
q3c_ang2ipix(ra, dec) -- returns the ipix value at ra and dec | ||
|