Changeset 25438
- Timestamp:
- Sep 17, 2009, 5:28:27 PM (17 years ago)
- Location:
- trunk/extsrc/gpcsw/gpcsrc/fits/burntool
- Files:
-
- 2 edited
-
burntool.c (modified) (2 diffs)
-
psfstamp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/burntool.c
r25324 r25438 300 300 } 301 301 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 */ 304 303 } else if(strncmp(argv[i], "RN=", 3) == 0) { /* EADU=e */ 305 304 if(sscanf(argv[i]+3, "%d", &MAX_READ_NOISE) != 1) { … … 601 600 602 601 /* 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) { 604 604 persist_fix(naxis1-ovrscan1, naxis2-ovrscan2, naxis1, buf, 605 605 OTA+cell); 606 606 /* Tell us about it? */ 607 607 if(VERBOSE & VERB_NORM) persist_blab(OTA+cell); 608 }608 // } 609 609 } 610 610 -
trunk/extsrc/gpcsw/gpcsrc/fits/burntool/psfstamp.c
r24391 r25438 256 256 int k, l, cellx, celly, ota_xid, ota_yid, nfwave, nqavg; 257 257 double xota, yota, xfp, yfp, phi; 258 double fwhm[3], q[ 3], fw[MAXPSFMEDIAN];258 double fwhm[3], q[5], fw[MAXPSFMEDIAN]; 259 259 double m2[MAXPSFMEDIAN], qp[MAXPSFMEDIAN], qc[MAXPSFMEDIAN]; 260 260 double qt[MAXPSFMEDIAN], fwavg[MAXPSFMEDIAN];
Note:
See TracChangeset
for help on using the changeset viewer.
