Ignore:
Timestamp:
Apr 30, 2008, 3:12:10 PM (17 years ago)
Author:
ansari
Message:

1/ Ajout methodes FitsArrayHandler<T>::ReadAtOffset() WriteAtOffset() pour lecture/ecriture de tableaux <> HDU IMAGE par morceaux
2/ Ajout entete commentaire avec copyright LAL+DAPNIA dans les fichiers .h

Reza 30/04/2008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaExt/FitsIOServer/fitsblkrw.h

    r3167 r3493  
     1/*   
     2   --- SOPHYA software - FitsIOServer module ---
     3   R. Ansari , 2005-2008
     4   (C) UPS+LAL IN2P3/CNRS     (C) DAPNIA-SPP/CEA
     5*/
    16#ifndef FITSBLKRW_H
    27#define FITSBLKRW_H
     
    2025{
    2126  int status = 0;
    22   LONGLONG fpix[5] = {1,1,1,1,1};
     27  LONGLONG fpix[15] = {1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1};
    2328  if (fpixel == NULL) fpixel = fpix;
    2429  T * ncd = const_cast<T *>(d);
     
    4045{
    4146  int status = 0;
    42   LONGLONG fpix[5] = {1,1,1,1,1};
     47  LONGLONG fpix[15] = {1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1};
    4348  if (fpixel == NULL) fpixel = fpix;
    4449  int anynul = 0;
Note: See TracChangeset for help on using the changeset viewer.