Ignore:
Timestamp:
Mar 18, 2013 10:10:23 AM (10 years ago)
Author:
srkline
Message:

-adjusted 2D simulation to get a proper beam center into the file. Previously was off by 1 pixel in x.

  • conditions to keep locaed pixel in simulation to range [0,127]
  • in 1D sim, -ve values from noise are replaced w/ zero data value and error of one

AutoFit? allows epsilon wave again, checkbox is un-hidden.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Alpha/Auto_Fit.ipf

    r901 r902  
    310310//      SetVariable fitTol,pos={80,208},size={80,15},title="Fit Tol" 
    311311//      SetVariable fitTol,limits={0.0001,0.1,0},value= root:AutoFit:fitTol 
    312 //      CheckBox epsilonCheck,pos={180,208},size={32,14},value=0,title="Use Epsilon Wave?" 
     312        CheckBox epsilonCheck,pos={156,335},size={32,14},value=0,title="Use Epsilon Wave?" 
    313313 
    314314        TabControl tabC,pos={13,371},size={273,244},proc=tabProc,tabLabel(0)="Guess" 
     
    745745        //epsilon wave 
    746746        epsilonStr = GetEpsilonWave() 
     747        if(strlen(epsilonStr) > 0) 
     748                Wave eps=$epsilonStr            //in the root folder 
     749                useEps = 1 
     750        endif 
    747751         
    748752        //fit it 
     
    10031007        testStr = "Epsilon_"+extStr 
    10041008        if(waveexists($testStr) != 0) 
    1005                 return(" /E="+testStr) 
     1009//              return(" /E="+testStr) 
     1010                return(testStr) 
    10061011        endif 
    10071012        return(retStr) 
Note: See TracChangeset for help on using the changeset viewer.