Changeset 432 in Sophya for trunk/Poubelle/archTOI.old/toiiter.h


Ignore:
Timestamp:
Sep 24, 1999, 4:06:09 PM (26 years ago)
Author:
ansari
Message:

en cours

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Poubelle/archTOI.old/toiiter.h

    r426 r432  
    1717  sampleNum,     // Numero d''echantillon (timer interne transputer)
    1818  internalTime,  // temps transputer depuis debut manip, en secondes.
    19   mjd,           // UTC (en jours, MJD = JD - 2450000). index=0 : premier bloc GPS. 1: + sioux.
    20   boloTens,      // tension en microVolts, filtree avec filtre carre indexe par bolometre
    21   boloTens2,     // tension en microVolts, avec soustraction offset filtre
    22   boloRaw,       // tension brute en microVolts, non filtree indexe par bolometre, sans chgt signe
     19  mjd,           // UTC (en jours, MJD = JD - 2450000).
     20  mutc,          // UTC en heure, avec soustraction d'origine
     21  boloMuV,       // tension en microVolts, filtree avec filtre carre indexe par bolometre
     22  boloMuV2,      // tension en microVolts, avec soustraction offset filtre
     23  boloRawMuV,    // tension brute en microVolts, non filtree indexe par bolometre, sans chgt signe
    2324  boloTemp,      // Kelvins, need R(T) -> N/A
    24   boloGainAmpli, // gain de l'ampli du bolo
    2525  boloDACV,      // tension de reference du DAC (microVolts)
    2626  boloDACI,      // courant (microAmps)
    27   boloRawCN,     // compression noise on bolo raw
    28   boloTensCN,    // compression noise on bolo (microVolts), no filter
    29   boloTens2T,    // total, microVolts, avec consigne DAC
     27  boloRawMuVCN,  // compression noise on bolo (microVolts), no filter
     28  boloMuV2T,     // total, microVolts, avec consigne DAC
    3029  boloRes,       // Resistance, ohms
     30  boloGainAmpli, //
    3131  dilDAC,        // dilution DAC, index = 0-47
    3232  dilSwitch,     // dilution, mot de 32 bits
     33  serviceTemp,   // service temperature, K
    3334  sstDiode,      // signal brut SST, indice = diode, 0-45
    3435  sstChannel,    // signal brut SST, indice = canal, 0-47
     
    4041  sstStarT,      // temps d''une eventuelle etoile,            <0 si moins de i+1 etoiles
    4142  gyroRaw,       // valeur brute du gyro, index = 0,1,2
    42   gyroTens,      // tension gyro, V, index = 0,1,2
     43  gyroV,         // tension gyro, V, index = 0,1,2
    4344  gyroSpeed,     // vitesse gyro, deg/s, index = 0,1,2, calibree...
    4445  gpsTime,       // temps fourni par GPS
     
    4748  altitude,      // position ballon, m
    4849  tsid,          // temps sideral en secondes
    49   azimutBolo,    // azimut
    50   alphaAxis,     //
    51   deltaAxis,     //
     50  azimuthBolo,   // azimut
     51  alphaRotAxis,  //
     52  deltaRotAxis,  //
     53  alphaZenith,   //
     54  deltaZenith,   //
    5255  alphaSst,      //
    5356  deltaSst,      //
     57  alphaFPAxis,   //
     58  deltaFPAxis,   //
    5459  alphaBolo,     // sur le ciel, indexe par bolometre
    5560  deltaBolo      // sur le ciel, indexe par bolometre
     
    117122   int imes;
    118123   
    119    double tStart, tEnd;
     124   double tStart, tEnd;      // MJD
     125   double utcStart, utcEnd;  // UTC, will be converted towards tStart tEnd at init
     126   long   sStart, sEnd;      // samplenum
    120127   
    121128   //double tBlock0;  // MJD du bloc numero zero...
Note: See TracChangeset for help on using the changeset viewer.