Changeset 1738 in Sophya for trunk/ArchTOIPipe


Ignore:
Timestamp:
Nov 8, 2001, 4:47:46 PM (24 years ago)
Author:
aubourg
Message:

copyright

Location:
trunk/ArchTOIPipe
Files:
42 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Kernel/apexceptions.h

    r1365 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: apexceptions.h,v 1.2 2001-11-08 15:47:44 aubourg Exp $
     8
    29#ifndef PEXCEPTIONS_SEEN
    310#define PEXCEPTIONS_SEEN
  • trunk/ArchTOIPipe/Kernel/asciitoiwtr.cc

    r1692 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: asciitoiwtr.cc,v 1.7 2001-11-08 15:47:44 aubourg Exp $
     6
    17#include "asciitoiwtr.h"
    28#include "toimanager.h"
  • trunk/ArchTOIPipe/Kernel/asciitoiwtr.h

    r1410 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: asciitoiwtr.h,v 1.4 2001-11-08 15:47:44 aubourg Exp $
     8
    29
    310#ifndef ASCIITOIWTR_H
  • trunk/ArchTOIPipe/Kernel/fitstoirdr.cc

    r1725 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: fitstoirdr.cc,v 1.17 2001-11-08 15:47:44 aubourg Exp $
     6
    17#include "fitstoirdr.h"
    28#include "toimanager.h"
  • trunk/ArchTOIPipe/Kernel/fitstoirdr.h

    r1725 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: fitstoirdr.h,v 1.7 2001-11-08 15:47:45 aubourg Exp $
     8
    29
    310#ifndef FITSTOIRDR_H
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.cc

    r1712 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: fitstoiwtr.cc,v 1.18 2001-11-08 15:47:45 aubourg Exp $
     6
    17#include "fitstoiwtr.h"
    28#include "toimanager.h"
  • trunk/ArchTOIPipe/Kernel/fitstoiwtr.h

    r1629 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: fitstoiwtr.h,v 1.8 2001-11-08 15:47:45 aubourg Exp $
     8
    29
    310#ifndef FITSTOIWTR_H
  • trunk/ArchTOIPipe/Kernel/flagtoidef.h

    r1735 r1738  
     1
     2// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     3//                               Eric Aubourg
     4//                               Christophe Magneville
     5//                               Reza Ansari
     6// $Id: flagtoidef.h,v 1.4 2001-11-08 15:47:45 aubourg Exp $
     7
    18#ifndef FLAGTOIDEF_H
    29#define FLAGTOIDEF_H
  • trunk/ArchTOIPipe/Kernel/toi.cc

    r1532 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toi.cc,v 1.7 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "toiprocessor.h"
    28#include "toi.h"
  • trunk/ArchTOIPipe/Kernel/toi.h

    r1692 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toi.h,v 1.9 2001-11-08 15:47:46 aubourg Exp $
     8
    29#ifndef TOI_H
    310#define TOI_H
  • trunk/ArchTOIPipe/Kernel/toimanager.cc

    r1704 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toimanager.cc,v 1.10 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "toimanager.h"
    28#include <limits.h>
  • trunk/ArchTOIPipe/Kernel/toimanager.h

    r1702 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toimanager.h,v 1.9 2001-11-08 15:47:46 aubourg Exp $
     8
    29
    310#ifndef TOIMANAGER_H
  • trunk/ArchTOIPipe/Kernel/toiprocessor.cc

    r1725 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toiprocessor.cc,v 1.13 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "toiprocessor.h"
    28#include "toimanager.h"
  • trunk/ArchTOIPipe/Kernel/toiprocessor.h

    r1689 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toiprocessor.h,v 1.10 2001-11-08 15:47:46 aubourg Exp $
     8
    29
    310
  • trunk/ArchTOIPipe/Kernel/toiregwindow.cc

    r1532 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toiregwindow.cc,v 1.3 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "toiprocessor.h"
    28#include "toiregwindow.h"
  • trunk/ArchTOIPipe/Kernel/toiregwindow.h

    r1532 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toiregwindow.h,v 1.3 2001-11-08 15:47:46 aubourg Exp $
     8
    29#ifndef TOI_REGWINDOW_H
    310#define TOI_REGWINDOW_H
  • trunk/ArchTOIPipe/Kernel/toisegment.cc

    r1711 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toisegment.cc,v 1.14 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "toisegment.h"
    28
  • trunk/ArchTOIPipe/Kernel/toisegment.h

    r1711 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toisegment.h,v 1.10 2001-11-08 15:47:46 aubourg Exp $
     8
    29#ifndef TOISEGMENT_H
    310#define TOISEGMENT_H
  • trunk/ArchTOIPipe/Kernel/toiseqbuff.cc

    r1532 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toiseqbuff.cc,v 1.7 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "toiprocessor.h"
    28#include "toiseqbuff.h"
  • trunk/ArchTOIPipe/Kernel/toiseqbuff.h

    r1532 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toiseqbuff.h,v 1.7 2001-11-08 15:47:46 aubourg Exp $
     8
    29#ifndef TOISEQBUFF_H
    310#define TOISEQBUFF_H
  • trunk/ArchTOIPipe/ProcWSophya/genwproc.cc

    r1546 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: genwproc.cc,v 1.6 2001-11-08 15:47:45 aubourg Exp $
     6
    17#include "array.h"
    28#include <math.h>
  • trunk/ArchTOIPipe/ProcWSophya/genwproc.h

    r1546 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: genwproc.h,v 1.6 2001-11-08 15:47:45 aubourg Exp $
     8
    29
    310#ifndef GENWPROC_H
  • trunk/ArchTOIPipe/ProcWSophya/map2toi.cc

    r1532 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: map2toi.cc,v 1.7 2001-11-08 15:47:45 aubourg Exp $
     6
    17#include "toimanager.h"
    28#include "pexceptions.h"
  • trunk/ArchTOIPipe/ProcWSophya/map2toi.h

    r1530 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: map2toi.h,v 1.4 2001-11-08 15:47:45 aubourg Exp $
     8
    29#ifndef MAP2TOI_H
    310#define MAP2TOI_H
  • trunk/ArchTOIPipe/ProcWSophya/rztoi.cc

    r1476 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: rztoi.cc,v 1.8 2001-11-08 15:47:45 aubourg Exp $
     6
    17#include "array.h"
    28#include "rztoi.h"
  • trunk/ArchTOIPipe/ProcWSophya/rztoi.h

    r1442 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: rztoi.h,v 1.3 2001-11-08 15:47:45 aubourg Exp $
     8
    29
    310#ifndef RZTOIPROC_H
  • trunk/ArchTOIPipe/ProcWSophya/simtoipr.cc

    r1532 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: simtoipr.cc,v 1.14 2001-11-08 15:47:45 aubourg Exp $
     6
    17#include "array.h"
    28#include "simtoipr.h"
  • trunk/ArchTOIPipe/ProcWSophya/simtoipr.h

    r1484 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: simtoipr.h,v 1.9 2001-11-08 15:47:45 aubourg Exp $
     8
    29
    310#ifndef SIMTOIPR_H
  • trunk/ArchTOIPipe/ProcWSophya/toi2map.cc

    r1724 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toi2map.cc,v 1.11 2001-11-08 15:47:46 aubourg Exp $
     6
    17#include "machdefs.h"
    28#include "toimanager.h"
  • trunk/ArchTOIPipe/ProcWSophya/toi2map.h

    r1536 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toi2map.h,v 1.7 2001-11-08 15:47:46 aubourg Exp $
     8
    29#ifndef TOI2MAP_H
    310#define TOI2MAP_H
  • trunk/ArchTOIPipe/Processors/nooppr.cc

    r1732 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: nooppr.cc,v 1.7 2001-11-08 15:47:45 aubourg Exp $
     6
    17#include <typeinfo>
    28#include "toimanager.h"
  • trunk/ArchTOIPipe/Processors/nooppr.h

    r1488 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: nooppr.h,v 1.3 2001-11-08 15:47:45 aubourg Exp $
     8
    29
    310#ifndef NOOPPR_H
  • trunk/ArchTOIPipe/Processors/toisqfilter.cc

    r1365 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: toisqfilter.cc,v 1.2 2001-11-08 15:47:46 aubourg Exp $
     6
     7
    18#include "toisqfilter.h"
    29#include "toimanager.h"
  • trunk/ArchTOIPipe/Processors/toisqfilter.h

    r1365 r1738  
    11// This may look like C code, but it is really -*- C++ -*-
     2
     3// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     4//                               Eric Aubourg
     5//                               Christophe Magneville
     6//                               Reza Ansari
     7// $Id: toisqfilter.h,v 1.2 2001-11-08 15:47:46 aubourg Exp $
     8
    29
    310#ifndef TOISQFILTER_H
  • trunk/ArchTOIPipe/TestPipes/fits2asc.cc

    r1464 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: fits2asc.cc,v 1.5 2001-11-08 15:47:44 aubourg Exp $
     6
    17#include "machdefs.h"
    28#include "toi.h"
  • trunk/ArchTOIPipe/TestPipes/fits2ascii.cc

    r1476 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: fits2ascii.cc,v 1.3 2001-11-08 15:47:44 aubourg Exp $
     6
    17#include <unistd.h>
    28#include <stdexcept>
  • trunk/ArchTOIPipe/TestPipes/mesovh.cc

    r1490 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: mesovh.cc,v 1.4 2001-11-08 15:47:45 aubourg Exp $
    16/*   mesure de performance de l'architecture
    27
  • trunk/ArchTOIPipe/TestPipes/sfftc.cc

    r1485 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: sfftc.cc,v 1.2 2001-11-08 15:47:45 aubourg Exp $
     6
    17/*   Test de processeurs ds simtoipr.cc   - Reza Avril 2001
    28
  • trunk/ArchTOIPipe/TestPipes/simtst.cc

    r1629 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: simtst.cc,v 1.17 2001-11-08 15:47:45 aubourg Exp $
     6
    17/*   Test de processeurs ds simtoipr.cc   - Reza Avril 2001
    28
  • trunk/ArchTOIPipe/TestPipes/tgenw.cc

    r1546 r1738  
     1// ArchTOIPipe           (C)     CEA/DAPNIA/SPP IN2P3/LAL
     2//                               Eric Aubourg
     3//                               Christophe Magneville
     4//                               Reza Ansari
     5// $Id: tgenw.cc,v 1.6 2001-11-08 15:47:45 aubourg Exp $
     6
    17/*   Test de GenWindowTOIProcessor (generic processor with window)
    28----------------   Exemple d'appel  ---------------------
  • trunk/ArchTOIPipe/configure

    r1734 r1738  
    13011301  cfitsincdir='-I$(CFITSIODIR)'
    13021302elif test -f $EXTLIBDIR/Include/FitsIO/fitsio.h; then
    1303   cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO/fitsio.h'
     1303  cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO'
    13041304elif test -f /usr/local/include/fitsio.h; then
    13051305  cfitsincdir=""
  • trunk/ArchTOIPipe/configure.in

    r1732 r1738  
    7474  cfitsincdir='-I$(CFITSIODIR)'
    7575elif test -f $EXTLIBDIR/Include/FitsIO/fitsio.h; then
    76   cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO/fitsio.h'
     76  cfitsincdir='-I$(EXTLIBDIR)/Include/FitsIO'
    7777elif test -f /usr/local/include/fitsio.h; then
    7878  cfitsincdir=""
Note: See TracChangeset for help on using the changeset viewer.