• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D29-May-20211.1 KiB3121

arithmetic.hH A D27-Sep-20218.9 KiB198125

array.hH A D29-May-20212.5 KiB8635

binary.hH A D29-May-20214 KiB11943

blank.hH A D29-May-20214.3 KiB14675

box.hH A D29-May-20212.4 KiB8130

config.hH A D10-Oct-20212.3 KiB7825

convolve.hH A D29-May-20212 KiB6222

cosmology.hH A D29-May-20213.2 KiB10042

data.hH A D29-May-202111.7 KiB29781

dimension.hH A D29-May-202122.3 KiB419245

ds9.hH A D29-May-20212 KiB7523

eps.hH A D29-May-20212 KiB7624

fits.hH A D24-Sep-202110.2 KiB342184

git.hH A D29-May-20211.7 KiB5919

interpolate.hH A D29-May-20212.9 KiB10651

jpeg.hH A D29-May-20211.9 KiB7624

kdtree.hH A D29-May-20212 KiB6320

label.hH A D29-May-20212.6 KiB8835

list.hH A D29-May-20218.4 KiB360190

match.hH A D29-May-20211.8 KiB6019

pdf.hH A D29-May-20211.9 KiB7322

permutation.hH A D29-May-20212.3 KiB7321

pointer.hH A D29-May-20212.4 KiB7832

polygon.hH A D29-May-20212.6 KiB9537

qsort.hH A D29-May-20215.2 KiB209104

speclines.hH A D29-May-20217.7 KiB230158

statistics.hH A D29-Jul-20215.6 KiB19988

table.hH A D29-May-20215.7 KiB17574

threads.hH A D29-May-20214.4 KiB13758

tiff.hH A D29-May-20211.9 KiB7523

tile.hH A D29-May-202123.5 KiB430318

txt.hH A D29-May-20212.8 KiB11548

type.hH A D29-May-20215.7 KiB18482

units.hH A D27-Sep-20212.9 KiB10646

wcs.hH A D24-Sep-20216.6 KiB226107

README

1GNU Astronomy Utilities library header files
2============================================
3
4Copyright (C) 2015-2021 Free Software Foundation, Inc.
5See the end of the file for license conditions.
6
7This directory contins Gnuastro's installed library header files. Once
8installed, these headers will be installed in the specified
9'$(prefix)/include/gnuastro' directory (the value of '$(prefix)' can be set
10at configure time, see the "Installation directory" of the Gnuastro book
11for more).
12
13Inside of Gnuastro, the directory is given the same name to make Gnuastro's
14internal code similar to what a user would use in their own programs once
15the header files are installed. The headers that are not installed are kept
16in the parent directory of this directory mixed with the actual library
17'.c' source files.
18
19
20
21
22
23Copyright
24---------
25Copyright (C) 2015-2021 Free Software Foundation, Inc.
26
27Permission is granted to copy, distribute and/or modify this document under
28the terms of the GNU Free Documentation License, Version 1.3 or any later
29version published by the Free Software Foundation; with no Invariant
30Sections, with no Front-Cover Texts, and with no Back-Cover Texts.
31