Changeset 1513
- Timestamp:
- 09/04/02 11:03:03 (22 years ago)
- Location:
- trunk/MagicSoft/Simulation/Detector/Camera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.h
r1420 r1513 19 19 //= 20 20 //= $RCSfile: camera.h,v $ 21 //= $Revision: 1. 8$21 //= $Revision: 1.9 $ 22 22 //= $Author: blanch $ 23 //= $Date: 2002-0 7-16 16:20:23$23 //= $Date: 2002-09-04 09:59:07 $ 24 24 //= 25 25 //=////////////////////////////////////////////////////////////////////// … … 271 271 void read_pixels(struct camera *cam); 272 272 int pixels_are_neig(int pix1, int pix2); 273 int bpoint_is_in_pix(double dx, double dy, int ipixnum, struct camera *pcam); 273 int bpoint_is_in_pix(double dx, double dy, int ipixnum, 274 MGeomCamMagic *pcamgeom); 274 275 float dist_r_P(float a, float b, float c, 275 276 float l, float m, float n, … … 278 279 float lin_interpol(float x1, float y1, float x2, float y2, float x); 279 280 int produce_phes( FILE *sp, // the input file 280 struct camera *cam, // the camera layout281 MGeomCamMagic *camgeom, // the camera layout 281 282 float minwl_nm, // the minimum accepted wavelength 282 283 float maxwl_nm, // the maximum accepted wavelength … … 292 293 293 294 int produce_nsbrates( char *inname, 294 struct camera *cam,295 MGeomCamMagic *camgeom, 295 296 float nsbrate[][iNUMWAVEBANDS] 296 297 ); … … 318 319 /* 319 320 *$Log: not supported by cvs2svn $ 321 *Revision 1.8 2002/07/16 16:20:23 blanch 322 *Modifications done for the camera.cxx version, where a first implementation 323 *of the Star Field Rotation has been introduced. 324 * 320 325 *Revision 1.7 2002/03/15 16:06:53 blanch 321 326 *Library time.h has been added. -
trunk/MagicSoft/Simulation/Detector/Camera/config.mk.Linux
r758 r1513 18 18 #--------------------------------------------------------------- 19 19 # $RCSfile: config.mk.Linux,v $ 20 # $Revision: 1. 5$20 # $Revision: 1.6 $ 21 21 # $Author: blanch $ 22 # $Date: 200 1-04-20 07:57:07$22 # $Date: 2002-09-04 10:03:03 $ 23 23 ################################################################## 24 24 # @maintitle … … 50 50 INCLUDE_EVITA_RAW = ../../../include-Classes/MRawFormat 51 51 INCLUDE_EVITA_BASE = ../../../include-Classes/MBase 52 INCLUDE_MARS_MGEOM = ../../../include-Classes/mgeom 52 53 INCLUDE_REFL = ../ReflectorII 53 54 INCLUDE_STAR = ../StarResponse
Note:
See TracChangeset
for help on using the changeset viewer.