IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28175


Ignore:
Timestamp:
Jun 1, 2010, 1:01:22 PM (16 years ago)
Author:
Paul Price
Message:

Adding note on gauss.dat

Location:
trunk/archive/noise_model
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/noise_model/plot.gp

    r28174 r28175  
    11### gnuplot commands to generate histogram plots
     2###
     3### Generate Gaussian ("gauss.dat") with:
     4### perl -e 'use Math::Trig; for (my $x = -5; $x <= 5; $x += 0.001) { $y = exp(-0.5*$x**2)/10/sqrt(2*pi()); print "$x $y\n"; }' > gauss.dat
    25
    36set xrange [-5:5]
Note: See TracChangeset for help on using the changeset viewer.