Changeset 2615 in Sophya for trunk/SophyaExt/FitsIOServer
- Timestamp:
- Sep 10, 2004, 11:55:27 AM (21 years ago)
- Location:
- trunk/SophyaExt/FitsIOServer
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/datacirclefits.cc
r2322 r2615 1 1 #include <iostream> 2 #include "sopnamsp.h" 2 3 #include "datacirclefits.h" 3 4 -
trunk/SophyaExt/FitsIOServer/fabtcolread.cc
r2456 r2615 1 1 /* Lecteur de colonne de table Fits (binaire ou ASCII) avec buffer */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fabtwriter.cc
r2493 r2615 1 1 /* Writer de table Fits (binaire ou ASCII) */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fboloread.cc
r2087 r2615 1 1 /* Lecteur Fits de bolometre */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fbtntintf.cc
r1646 r2615 1 1 /* Interface Fits BINARY/ASCII Table cmv 21/05/2001 */ 2 #include "sopnamsp.h" 2 3 #include "machdefs.h" 3 4 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fitsautoreader.cc
r2209 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsautoreader.h" -
trunk/SophyaExt/FitsIOServer/fitsbntbllineRW.cc
r2201 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsbntbllineRW.h" -
trunk/SophyaExt/FitsIOServer/fitsfile.cc
r2233 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include <stdlib.h> -
trunk/SophyaExt/FitsIOServer/fitslocalmap.cc
r2197 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "fitslocalmap.h" -
trunk/SophyaExt/FitsIOServer/fitsntuple.cc
r2209 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsntuple.h" -
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r2082 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsspherehealpix.h" -
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r2197 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsspherethetaphi.h" -
trunk/SophyaExt/FitsIOServer/fitstarray.cc
r2197 r2615 1 #include "sopnamsp.h" 1 2 #include "machdefs.h" 2 3 #include "pexceptions.h" -
trunk/SophyaExt/FitsIOServer/fitsxntuple.cc
r2209 r2615 1 #include "sopnamsp.h" 1 2 #include "pexceptions.h" 2 3 #include "fitsxntuple.h"
Note:
See TracChangeset
for help on using the changeset viewer.