| Line 1... |
Line 1... |
/*
|
/*
|
fitstab.c
|
* fitstab.c
|
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
* Handle FITS extensions and tables.
|
|
*
|
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
*
|
|
* This file part of: AstrOmatic FITS/LDAC library
|
|
*
|
|
* Copyright: (C) 1998-2010 IAP/CNRS/UPMC
|
|
* (C) 1997 European Southern Observatory
|
|
* (C) 1995,1996 Sterrewacht Leiden
|
*
|
*
|
* Part of: The LDAC Tools
|
* Author: Emmanuel Bertin (IAP)
|
*
|
*
|
* Author: E.BERTIN, DeNIS/LDAC
|
* License: GNU General Public License
|
*
|
*
|
* Contents: general functions for handling LDAC FITS catalogs.
|
* AstrOmatic software is free software: you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation, either version 3 of the
|
|
* License, or (at your option) any later version.
|
|
* AstrOmatic software is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with AstrOmatic software.
|
|
* If not, see <http://www.gnu.org/licenses/>.
|
*
|
*
|
* Last modify: 28/10/2009
|
* Last modified: 09/10/2010
|
*
|
*
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
|
*/
|
|
|
|
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
#include "config.h"
|
#include "config.h"
|
#endif
|
#endif
|
|
|