root/trunk/src/astrometry/GETTING-INDICES

Revision 9325, 3.7 kB (checked in by hogg, 4 months ago)

getting-indices: obscure email address

Line 
1How to get the index files required to run the Astrometry.net code
2------------------------------------------------------------------
32007 September                                 Astrometry.net team
4
51. Preamble
6
7One of the goals of the Astrometry.net project is to "organize,
8annotate and make searchable all the world's astronomical
9information."
10
11We have put a lot of effort into building our solver, and we want to
12distribute the source code and the data files that make it tick.  Our
13project is all about making data accessible, and if we want to become
14a central part of astronomical data processing and storage, then our
15system must be transparent.  Also, by releasing our source code we
16hope to unleash the creative power of our users, who will adapt and
17extend it to their own purposes, doing things we haven't even thought
18about.
19
20We want our code to be open.  However, we want to avoid a situation in
21which people use our code in ways that don't lead to data becoming
22more accessible.  We're trying to encourage universal data
23availability by attaching some conditions to our data files.
24
25Our code is distributed under the GPL, and we won't impose additional
26conditions on its use or distribution.  However, we are also
27distributing data files that are required to run the solver, so we are
28applying conditions on the distribution of these files.
29
302. Conditions
31
32Astrometry.net are making available a set of data files ("indexes") under
33the following conditions:
34
35 * NOT-FOR-COMMERCIAL-USE: Because the indexes represent a re-release of
36   data originating in the USNO-B Catalog, the indexes may not
37   be used for any commercial purpose whatsoever without prior written
38   consent from our team.  Our consent will only be granted to
39   commercial users for use in public, not-for-profit projects they
40   are engaged in or supporting.
41
42 * CREDIT: If the indexes are used in a system which provides a public
43   web service, then any web page that makes use of the results must
44   clearly display the following text:
45   "This service uses tools provided by Astrometry.net.
46    For more details visit http://astrometry.net/ ."
47
48 * PUBLIC SERVICES MUST BE OPEN: If the indexes are used in a system
49   which provides a public web service, then any astronomical images
50   solved using the indexes (alone or in conjunction with other data)
51   must be made available to any other interested party including the
52   Astrometry.net team.  The image files may be made accessible by
53   providing a list of URLs, by granting network access to a source
54   control repository or database, or by giving access to or sending
55   physical media.
56
57 * ACADEMIC CITATION: If the indexes are used in any scholarly work,
58   research grant proposals or other scientific or academic
59   publications, the Astrometry.net project must be properly cited and
60   acknowledged.  The paper to cite is the Lang et al paper on our
61   bibliography page http://astrometry.net/biblio.html .  The
62   acknowledgement text is "This research made use of tools provided
63   by Astrometry.net."
64
65 * NO REDISTRIBUTION: Redistribution, copying, posting, mirroring, or
66   hosting copies of the indexes or information sufficient to obtain
67   the indexes is not permitted.  In other words, the only legitimate
68   way for someone to have the indexes is for them to have obtained
69   them from us directly.
70
713. Obtaining the indexes
72
73Send an email to the user "code" at the domain "astrometry.net"
74stating clearly your intended use of the indexes, and stating
75explicitly that you have read and agreed to the conditions in this
76text file.  We will return to you information required to obtain the
77indexes.  That information may not be redistributed, as noted in the
78conditions above.
Note: See TracBrowser for help on using the browser.