Changeset d3fe885 in sasview


Ignore:
Timestamp:
Jun 22, 2011 3:24:17 PM (13 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
bd02c72
Parents:
91c54e4
Message:

value and error print

Location:
sansview/perspectives/fitting
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sansview/perspectives/fitting/basepage.py

    r91c54e4 rd3fe885  
    15861586        #if self.check_invalid_panel(): 
    15871587        #    return 
     1588        print "in _draw_model0" 
    15881589        if self.model !=None: 
     1590            print "in _draw_model0" 
    15891591            temp_smear=None 
    15901592            if hasattr(self, "enable_smearer"): 
  • sansview/perspectives/fitting/fitpage.py

    r91c54e4 rd3fe885  
    18791879                        item[3].Hide() 
    18801880                        item[4].Hide() 
    1881                     print item[1] 
     1881                     
    18821882                    for ind in range(len(out)): 
    18831883                         
     
    18871887                        val_out = format_number(out[ind], True)                   
    18881888                        item[2].SetValue(val_out) 
    1889  
     1889                        print item[1],val_out 
    18901890 
    18911891                    if(cov !=None): 
     
    19091909                                    item[4].Show(True) 
    19101910                                item[4].SetValue(val_err) 
    1911                                  
     1911                                print item[1],val_err 
    19121912                                has_error = True 
    19131913                    i += 1          
Note: See TracChangeset for help on using the changeset viewer.