Changeset 432 in Sophya for trunk/Poubelle/archTOI.old/toiiter.h
- Timestamp:
- Sep 24, 1999, 4:06:09 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/toiiter.h
r426 r432 17 17 sampleNum, // Numero d''echantillon (timer interne transputer) 18 18 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 23 24 boloTemp, // Kelvins, need R(T) -> N/A 24 boloGainAmpli, // gain de l'ampli du bolo25 25 boloDACV, // tension de reference du DAC (microVolts) 26 26 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 30 29 boloRes, // Resistance, ohms 30 boloGainAmpli, // 31 31 dilDAC, // dilution DAC, index = 0-47 32 32 dilSwitch, // dilution, mot de 32 bits 33 serviceTemp, // service temperature, K 33 34 sstDiode, // signal brut SST, indice = diode, 0-45 34 35 sstChannel, // signal brut SST, indice = canal, 0-47 … … 40 41 sstStarT, // temps d''une eventuelle etoile, <0 si moins de i+1 etoiles 41 42 gyroRaw, // valeur brute du gyro, index = 0,1,2 42 gyro Tens,// tension gyro, V, index = 0,1,243 gyroV, // tension gyro, V, index = 0,1,2 43 44 gyroSpeed, // vitesse gyro, deg/s, index = 0,1,2, calibree... 44 45 gpsTime, // temps fourni par GPS … … 47 48 altitude, // position ballon, m 48 49 tsid, // temps sideral en secondes 49 azimutBolo, // azimut 50 alphaAxis, // 51 deltaAxis, // 50 azimuthBolo, // azimut 51 alphaRotAxis, // 52 deltaRotAxis, // 53 alphaZenith, // 54 deltaZenith, // 52 55 alphaSst, // 53 56 deltaSst, // 57 alphaFPAxis, // 58 deltaFPAxis, // 54 59 alphaBolo, // sur le ciel, indexe par bolometre 55 60 deltaBolo // sur le ciel, indexe par bolometre … … 117 122 int imes; 118 123 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 120 127 121 128 //double tBlock0; // MJD du bloc numero zero...
Note:
See TracChangeset
for help on using the changeset viewer.