IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25438


Ignore:
Timestamp:
Sep 17, 2009, 5:28:27 PM (17 years ago)
Author:
watersc1
Message:

Updated burntool to fix bug in two-pass method.

Location:
trunk/extsrc/gpcsw/gpcsrc/fits/burntool
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.c

    r25324 r25438  
    300300         }
    301301
    302 
    303         /* Set the read noise for the noise gate that cells must pass */
     302/* Set the read noise for the noise gate that cells must pass */
    304303      } else if(strncmp(argv[i], "RN=", 3) == 0) {      /* EADU=e */
    305304         if(sscanf(argv[i]+3, "%d", &MAX_READ_NOISE) != 1) {
     
    601600
    602601/* Fix up the streaks (don't bother if table only) */
    603             if(!tableonly) {
     602// Why the heck do I get to skip this if table only?  Makes no sense!
     603//          if(!tableonly) {
    604604               persist_fix(naxis1-ovrscan1, naxis2-ovrscan2, naxis1, buf,
    605605                           OTA+cell);
    606606/* Tell us about it? */
    607607               if(VERBOSE & VERB_NORM) persist_blab(OTA+cell);
    608             }
     608//          }
    609609         }
    610610
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstamp.c

    r24391 r25438  
    256256   int k, l, cellx, celly, ota_xid, ota_yid, nfwave, nqavg;
    257257   double xota, yota, xfp, yfp, phi;
    258    double fwhm[3], q[3], fw[MAXPSFMEDIAN];
     258   double fwhm[3], q[5], fw[MAXPSFMEDIAN];
    259259   double m2[MAXPSFMEDIAN], qp[MAXPSFMEDIAN], qc[MAXPSFMEDIAN];
    260260   double qt[MAXPSFMEDIAN], fwavg[MAXPSFMEDIAN];
Note: See TracChangeset for help on using the changeset viewer.