- Timestamp:
- Jun 22, 2011 3:24:17 PM (13 years ago)
- 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
- Location:
- sansview/perspectives/fitting
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansview/perspectives/fitting/basepage.py
r91c54e4 rd3fe885 1586 1586 #if self.check_invalid_panel(): 1587 1587 # return 1588 print "in _draw_model0" 1588 1589 if self.model !=None: 1590 print "in _draw_model0" 1589 1591 temp_smear=None 1590 1592 if hasattr(self, "enable_smearer"): -
sansview/perspectives/fitting/fitpage.py
r91c54e4 rd3fe885 1879 1879 item[3].Hide() 1880 1880 item[4].Hide() 1881 print item[1]1881 1882 1882 for ind in range(len(out)): 1883 1883 … … 1887 1887 val_out = format_number(out[ind], True) 1888 1888 item[2].SetValue(val_out) 1889 1889 print item[1],val_out 1890 1890 1891 1891 if(cov !=None): … … 1909 1909 item[4].Show(True) 1910 1910 item[4].SetValue(val_err) 1911 1911 print item[1],val_err 1912 1912 has_error = True 1913 1913 i += 1
Note: See TracChangeset
for help on using the changeset viewer.