IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 17, 2009, 8:33:56 AM (17 years ago)
Author:
eugene
Message:

ppNoiseMap builds correctly (but does nothing yet)

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
  • trunk/ppNoiseMap/src

    • Property svn:ignore set to
      Makefile.in
      stamp-h1
      config.h
      config.h.in
      .deps
      ppNoiseMap
      Makefile
  • trunk/ppNoiseMap/src/ppNoiseMapLoop.c

    r24453 r24458  
    5151            pmHDU *hdu = pmHDUGetHighest(input->fpa, chip, cell);
    5252            if (hdu && hdu != lastHDU) {
    53                 ppImageVersionHeader(hdu->header);
     53                ppNoiseMapVersionHeader(hdu->header);
    5454                lastHDU = hdu;
    5555            }
     
    7272
    7373                // 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                // }
    7777
    7878            }
Note: See TracChangeset for help on using the changeset viewer.