00001 /*============================================================================ 00002 00003 WCSLIB 4.4 - an implementation of the FITS WCS standard. 00004 Copyright (C) 1995-2009, Mark Calabretta 00005 00006 This file is part of WCSLIB. 00007 00008 WCSLIB is free software: you can redistribute it and/or modify it under the 00009 terms of the GNU Lesser General Public License as published by the Free 00010 Software Foundation, either version 3 of the License, or (at your option) 00011 any later version. 00012 00013 WCSLIB is distributed in the hope that it will be useful, but WITHOUT ANY 00014 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00015 FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for 00016 more details. 00017 00018 You should have received a copy of the GNU Lesser General Public License 00019 along with WCSLIB. If not, see <http://www.gnu.org/licenses/>. 00020 00021 Correspondence concerning WCSLIB may be directed to: 00022 Internet email: mcalabre@atnf.csiro.au 00023 Postal address: Dr. Mark Calabretta 00024 Australia Telescope National Facility, CSIRO 00025 PO Box 76 00026 Epping NSW 1710 00027 AUSTRALIA 00028 00029 Author: Mark Calabretta, Australia Telescope National Facility 00030 http://www.atnf.csiro.au/~mcalabre/index.html 00031 $Id: wcslib_8h-source.html,v 1.1 2009/09/14 20:25:25 irby Exp $ 00032 *============================================================================= 00033 * 00034 * WCSLIB 4.4 - C routines that implement the FITS World Coordinate System 00035 * (WCS) standard. 00036 * 00037 * Summary of wcslib.h 00038 * ------------------- 00039 * This header file is provided purely for convenience. Use it to include all 00040 * of the separate WCSLIB headers. 00041 * 00042 *===========================================================================*/ 00043 00044 #ifndef WCSLIB_WCSLIB 00045 #define WCSLIB_WCSLIB 00046 00047 #include "cel.h" 00048 #include "fitshdr.h" 00049 #include "lin.h" 00050 #include "log.h" 00051 #include "prj.h" 00052 #include "spc.h" 00053 #include "sph.h" 00054 #include "spx.h" 00055 #include "tab.h" 00056 #include "wcs.h" 00057 #include "wcsfix.h" 00058 #include "wcshdr.h" 00059 #include "wcsmath.h" 00060 #include "wcstrig.h" 00061 #include "wcsunits.h" 00062 #include "wcsutil.h" 00063 00064 #endif /* WCSLIB_WCSLIB */ 00065 02259 /* 02260 Author: Mark Calabretta, Australia Telescope National Facility 02261 http://www.atnf.csiro.au/~mcalabre/index.html 02262 $Id: wcslib_8h-source.html,v 1.1 2009/09/14 20:25:25 irby Exp $ 02263 */