public software.sextractor

[/] [trunk/] [src/] [header.h] - Blame information for rev 235

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 233 bertin
/*
2
*                               header.h
3 220 bertin
*
4 233 bertin
* Include file for header.c.
5 220 bertin
*
6 233 bertin
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7 220 bertin
*
8 233 bertin
*       This file part of:      SExtractor
9 220 bertin
*
10 235 bertin
*       Copyright:              (C) 2010 Emmanuel Bertin -- IAP/CNRS/UPMC
11 220 bertin
*
12 233 bertin
*       License:                GNU General Public License
13
*
14
*       SExtractor is free software: you can redistribute it and/or modify
15
*       it under the terms of the GNU General Public License as published by
16
*       the Free Software Foundation, either version 3 of the License, or
17
*       (at your option) any later version.
18
*       SExtractor is distributed in the hope that it will be useful,
19
*       but WITHOUT ANY WARRANTY; without even the implied warranty of
20
*       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
*       GNU General Public License for more details.
22
*       You should have received a copy of the GNU General Public License
23
*       along with SExtractor. If not, see <http://www.gnu.org/licenses/>.
24
*
25
*       Last modified:          11/10/2010
26
*
27
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
28 220 bertin
 
29
#ifndef _FITSCAT_H_
30
#include "fits/fitscat.h"
31
#endif
32
 
33
/*------------------------------- functions ---------------------------------*/
34
extern int              read_aschead(char *filename, int frameno,
35
                                        tabstruct *tab);
36