IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20286


Ignore:
Timestamp:
Oct 21, 2008, 8:09:14 AM (18 years ago)
Author:
mwv
Message:

Corrected misspelled "varience" to "variance".

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/gastro2/src/grid.c

    r16040 r20286  
    6868      if (N[i] < Nmin) continue;
    6969     
    70       /* s is the variance, f is varience overweighted by number */
     70      /* s is the variance, f is variance overweighted by number */
    7171      s = fabs ((D2[i]/N[i]) - SQ(DX[i]/N[i]) - SQ(DY[i]/N[i]));
    7272      f = s / SQ(SQ(N[i]));
     
    181181    if (N[i] < Nmin) continue;
    182182
    183     /* s is the variance, f is varience overweighted by number */
     183    /* s is the variance, f is variance overweighted by number */
    184184    s = fabs ((D2[i]/N[i]) - SQ(DX[i]/N[i]) - SQ(DY[i]/N[i]));
    185185    f = s / SQ(SQ(N[i]));
  • trunk/psphot/src/psphotSignificanceImage.c

    r20213 r20286  
    8585
    8686    // in fact, because of the smoothing and the resulting correlated errors, the per-pixel
    87     // varience is a bit smaller than the value predicted here.  The total variance should be
     87    // variance is a bit smaller than the value predicted here.  The total variance should be
    8888    // \alpha 4\pi(\sigma_r_^2 + \sigma_s^2) where \alpha approaches 1 for \sigma_s / \sigma_r
    8989    // << 1, and \alpha approaches 0.5 for \sigma_s / \sigma_r >> 1, with a value of 0.7
  • trunk/pswarp/src/pswarp.c

    r18924 r20286  
    66    fprintf(stderr, "    [-astrom astrom.cmp] : provide an alternative astrometry calibration\n");
    77    fprintf(stderr, "    [-mask mask.fits] : provide a corresponding mask image\n");
    8     fprintf(stderr, "    [-weight weight.fits] : provide a corresponding weight image (pixel varience)\n");
     8    fprintf(stderr, "    [-weight weight.fits] : provide a corresponding weight image (pixel variance)\n");
    99    psErrorStackPrint(stderr, "\n");
    1010    exit (2);
Note: See TracChangeset for help on using the changeset viewer.