Ignore:
Timestamp:
Apr 27, 2006, 5:01:13 PM (19 years ago)
Author:
cmv
Message:

impression de s2 dans mapstat cmv 27/04/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/ProgPI/skymapmodule.cc

    r2615 r2951  
    11471147 cout<<"Number of good px="<<npixgood<<" / "<<npix
    11481148     <<" ("<<100.*npixgood/npix<<" %)"<<endl;
    1149  cout<<" mean="<<sum<<" sigma="<<sum2<<endl;
     1149 cout<<" mean="<<sum<<" sigma="<<sum2<<" sigma^2="<<sum2*sum2<<endl;
    11501150
    11511151 if(tokens.size()>2) if(tokens[2][0]!='!') {
Note: See TracChangeset for help on using the changeset viewer.