Changeset 3964 for trunk/MagicSoft/Mars
- Timestamp:
- 05/04/04 18:16:22 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/Changelog ¶
r3962 r3964 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/04: Javier Rico 22 23 * mcalib/MCalibrate.cc 24 - when calibrating using kNONE, weight by the pixel area 25 20 26 21 27 2004/05/04: Thomas Bretz -
TabularUnified trunk/MagicSoft/Mars/Makefile ¶
r3927 r3964 21 21 22 22 #PROGRAMS = readraw merpp mars test mona status 23 PROGRAMS = readdaq readraw merpp star status mars mona 23 PROGRAMS = readdaq readraw merpp star status mars mona mtemp/mifae/programs/makeHillas 24 24 SOLIB = libmars.so 25 25 CINT = M … … 65 65 mhistmc \ 66 66 mjobs \ 67 mtemp/mifae/library \ 67 68 mtools 68 69 -
TabularUnified trunk/MagicSoft/Mars/Makefile.conf.linux ¶
r3927 r3964 19 19 OPTIM = -O5 -Wall -fno-exceptions -fPIC -Wpointer-arith -Wcast-align -Wconversion -Wstrict-prototypes -Wmissing-prototypes -Woverloaded-virtual 20 20 # ggc 3.2: removed -fnonnull-objects -Wtraditional -Wnested-externs 21 DEBUG = 21 DEBUG = -g 22 22 ARCHDEF = -D__LINUX__ 23 23 DYNLIB = -shared -
TabularUnified trunk/MagicSoft/Mars/mcalib/MCalibrate.cc ¶
r3907 r3964 149 149 if (!fCerPhotEvt) 150 150 return kFALSE; 151 151 152 fGeomCam = (MGeomCam*)pList->FindCreateObj(AddSerialNumber("MGeomCam")); 153 if (!fGeomCam) 154 return kFALSE; 155 152 156 return kTRUE; 153 157 } … … 192 196 } 193 197 } 194 195 196 198 197 199 … … 364 366 hiloconv = 1.; 365 367 hiloconverr = 0.; 366 calibConv = 1. ;368 calibConv = 1./fGeomCam->GetPixRatio(pixidx); 367 369 calibConvVar = 0.; 368 370 calibFFactor = 0.;
Note:
See TracChangeset
for help on using the changeset viewer.