public software.sextractor

[/] [branches/] [multi/] [src/] [wcs/] [cel.h] - Diff between revs 237 and 285

Show entire file | Details | Blame | View Log

Rev 237 Rev 285
Line 5... Line 5...
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*
*
*       This file part of:      AstrOmatic WCS library
*       This file part of:      AstrOmatic WCS library
*
*
*       Copyright:              (C) 2000-2010 Emmanuel Bertin -- IAP/CNRS/UPMC
*       Copyright:              (C) 2000-2012 Emmanuel Bertin -- IAP/CNRS/UPMC
*                               (C) 1995-1999 Mark Calabretta (original version)
*                               (C) 1995-1999 Mark Calabretta (original version)
*
*
*       Licenses:               GNU General Public License
*       Licenses:               GNU General Public License
*
*
*       AstrOmatic software is free software: you can redistribute it and/or
*       AstrOmatic software is free software: you can redistribute it and/or
Line 22... Line 22...
*       GNU General Public License for more details.
*       GNU General Public License for more details.
*       You should have received a copy of the GNU General Public License
*       You should have received a copy of the GNU General Public License
*       along with AstrOmatic software.
*       along with AstrOmatic software.
*       If not, see <http://www.gnu.org/licenses/>.
*       If not, see <http://www.gnu.org/licenses/>.
*
*
*       Last modified:          10/10/2010
*       Last modified:          11/04/2012
*
*
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*=============================================================================
/*=============================================================================
*
*
*   WCSLIB - an implementation of the FITS WCS proposal.
*   WCSLIB - an implementation of the FITS WCS proposal.
Line 53... Line 53...
*                      P.O. Box 76,
*                      P.O. Box 76,
*                      Epping, NSW, 2121,
*                      Epping, NSW, 2121,
*                      AUSTRALIA
*                      AUSTRALIA
*
*
*   Author: Mark Calabretta, Australia Telescope National Facility
*   Author: Mark Calabretta, Australia Telescope National Facility
*   $Id: cel.h,v 1.1.1.1 2002/03/15 16:33:26 bertin Exp $
*   $Id: cel.h,v 1.1.1.1 2012/04/11 16:33:26 bertin Exp $
*===========================================================================*/
*===========================================================================*/
 
 
#ifndef WCSLIB_CEL
#ifndef WCSLIB_CEL
#define WCSLIB_CEL
#define WCSLIB_CEL
 
 
Line 66... Line 66...
#ifdef __cplusplus
#ifdef __cplusplus
extern "C" {
extern "C" {
#endif
#endif
 
 
extern int npcode;
extern int npcode;
extern char pcodes[26][4];
extern char pcodes[27][4];
 
 
struct celprm {
struct celprm {
   int flag;
   int flag;
   double ref[4];
   double ref[4];
   double euler[5];
   double euler[5];