Changeset 629 in Sophya for trunk/Poubelle
- Timestamp:
- Nov 23, 1999, 5:49:31 PM (26 years ago)
- Location:
- trunk/Poubelle/archTOI.old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/arcunit.c
r434 r629 194 194 aa = (nb_coups<<14) + (nb_coups*190) ; 195 195 x=((double)((valbrut-aa)<<1))/(double)nb_coups; 196 printf("%d %d %f\n",aa,nb_coups,x); 196 197 x= bol_micro_volt(x,(double)param_pt->bolo[indice_bolo].bolo_gain*gain_ampli(reglage_pt->bolo[indice_bolo])); 197 198 return(x); -
trunk/Poubelle/archTOI.old/manip.h
r438 r629 1 #ifndef nb_max_bolo 2 #define _archeops // Acquisition Archeops (avec transputer) 3 #define programme 4 #endif 1 5 #include <stdio.h> 2 6 #include <math.h>
Note:
See TracChangeset
for help on using the changeset viewer.