1HPSPLIT(1) astrometry.net HPSPLIT(1)
2
3
4
6 hpsplit - Split a list of FITS tables into healpix tiles
7
9 hpsplit [options] input-FITS-catalog [...]
10
12 -o pattern
13 Output filename pattern (with %i printf-pattern)
14
15 -r column
16 Name of RA column in FITS table (default RA)
17
18 -d column
19 Name of DEC column in FITS table (default DEC)
20
21 -n Nside
22 Healpix Nside. Default is 1
23
24 -m margin
25 Add a margin of this many degrees around the healpixes; default
26 0
27
28 -g Gzip'd inputs
29
30 -c name
31 Copy given column name to the output files
32
33 -t dir Use the given temp dir; default is /tmp
34
35 -b file
36 Save the filenumber->filename map in this file; enables writing
37 backreferences too
38
39 -v +verbose
40
42 The Astrometry.net team. Principal investigators are David W. Hogg
43 (NYU) and Dustin Lang (CMU).
44
46 build-astrometry-index (1)
47 For a tutorial, see http://astrometry.net/doc/build-index.html
48
49
50
51
520.56 July 2015 HPSPLIT(1)