Changeset 24458 for trunk/ppNoiseMap/src/ppNoiseMapLoop.c
- Timestamp:
- Jun 17, 2009, 8:33:56 AM (17 years ago)
- Location:
- trunk/ppNoiseMap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppNoiseMap
-
Property svn:ignore
set to
configure
Makefile.in
Doxyfile
config.log
depcomp
config.status
config.guess
ltmain.sh
config.sub
autom4te.cache
libtool
missing
Makefile
aclocal.m4
install-sh
-
Property svn:ignore
set to
-
trunk/ppNoiseMap/src
-
Property svn:ignore
set to
Makefile.in
stamp-h1
config.h
config.h.in
.deps
ppNoiseMap
Makefile
-
Property svn:ignore
set to
-
trunk/ppNoiseMap/src/ppNoiseMapLoop.c
r24453 r24458 51 51 pmHDU *hdu = pmHDUGetHighest(input->fpa, chip, cell); 52 52 if (hdu && hdu != lastHDU) { 53 pp ImageVersionHeader(hdu->header);53 ppNoiseMapVersionHeader(hdu->header); 54 54 lastHDU = hdu; 55 55 } … … 72 72 73 73 // perform the noise analysis 74 if (!ppNoiseMapReadout(config, view)) {75 ESCAPE("Unable to detrend readout");76 }74 // if (!ppNoiseMapReadout(config, view)) { 75 // ESCAPE("Unable to detrend readout"); 76 // } 77 77 78 78 }
Note:
See TracChangeset
for help on using the changeset viewer.
