Changeset 5240
- Timestamp:
- Oct 7, 2005, 3:03:58 PM (21 years ago)
- Location:
- trunk/Ohana/src/misc
- Files:
-
- 11 edited
-
Makefile (modified) (1 diff)
-
src/ckfits.c (modified) (1 diff)
-
src/fhead.c (modified) (1 diff)
-
src/fields.c (modified) (1 diff)
-
src/fits_insert.c (modified) (1 diff)
-
src/fiximg.c (modified) (1 diff)
-
src/ftable.c (modified) (1 diff)
-
src/gtfringetable.c (modified) (1 diff)
-
src/medianfilter.c (modified) (1 diff)
-
src/mefhead.c (modified) (1 diff)
-
src/mkfringetable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/misc/Makefile
r3649 r5240 16 16 # 17 17 INCS = -I$(LINC) -I$(XINC) 18 LIBS = -L$(LLIB) -l ohana -lFITS-lm18 LIBS = -L$(LLIB) -lFITS -lohana -lm 19 19 CFLAGS = $(INCS) 20 20 LFLAGS = $(LIBS) -
trunk/Ohana/src/misc/src/ckfits.c
r2417 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 int main (int argc, char **argv) { -
trunk/Ohana/src/misc/src/fhead.c
r2448 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 int main (int argc, char **argv) { -
trunk/Ohana/src/misc/src/fields.c
r2448 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 int main (int argc, char **argv) { -
trunk/Ohana/src/misc/src/fits_insert.c
r2417 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 static char reserved[] = "COMMENT Reserved space. This line can be used to add a new FITS card. "; -
trunk/Ohana/src/misc/src/fiximg.c
r3466 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 int main (int argc, char **argv) { -
trunk/Ohana/src/misc/src/ftable.c
r4852 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 char *print_table_row (char *row, Header *header); -
trunk/Ohana/src/misc/src/gtfringetable.c
r2448 r5240 1 1 # include <ohana.h> 2 static char *version = "gtfringetable $Revision: 1.2 $"; 2 # include <fitsio.h> 3 4 static char *version = "gtfringetable $Revision: 1.3 $"; 3 5 4 6 void get_version (int argc, char **argv, char *version); -
trunk/Ohana/src/misc/src/medianfilter.c
r2417 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 3 2 4 # define D_NFILES 100 3 5 -
trunk/Ohana/src/misc/src/mefhead.c
r2417 r5240 1 1 # include <ohana.h> 2 # include <fitsio.h> 2 3 3 4 int main (int argc, char **argv) { -
trunk/Ohana/src/misc/src/mkfringetable.c
r4810 r5240 1 1 # include <ohana.h> 2 static char *version = "mkfringetable $Revision: 1.5 $"; 2 # include <fitsio.h> 3 4 static char *version = "mkfringetable $Revision: 1.6 $"; 3 5 4 6 void get_version (int argc, char **argv, char *version);
Note:
See TracChangeset
for help on using the changeset viewer.
