Ignore:
Timestamp:
Jun 14, 2001, 3:39:07 PM (24 years ago)
Author:
aubourg
Message:

gestion des flags

File:
1 edited

Legend:

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

    r1480 r1527  
    77#include <string>
    88#include <vector>
     9#include <map>
    910#include "fitsio.h"
    1011
     
    3435  int       firstSn; // current file
    3536
    36   int       ncols;    
     37  int       ncols;   // including flags. getNOut() is # of tois.
    3738  int       snBegin; // first file
    3839  int       snEnd;   // last file
    3940 
    4041  vector<string> allfn;
     42  map<int,pair<int, bool> > colsinput; // iTOI -> (colonne, hasflag)
     43  // le flag est alors en colonne+1
    4144
    4245};
Note: See TracChangeset for help on using the changeset viewer.