Changeset a07e72f in sasview for sansview


Ignore:
Timestamp:
Feb 28, 2011 4:07:14 PM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
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:
243a8d4
Parents:
6bbeacd4
Message:

remove other type of data into sansview

Location:
sansview
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • sansview/sansview.py

    r75fbd17 ra07e72f  
    7474            self.gui.add_perspective(invariant_plug) 
    7575        except: 
    76             logging.error("SansView: could not find Invariant plug-in module")  
    77             logging.error(sys.exc_value)   
     76            raise 
     77            #logging.error("SansView: could not find Invariant plug-in module")  
     78            #logging.error(sys.exc_value)   
    7879         
    7980        #Calculator perspective    
     
    8586            logging.error("SansView: could not find Calculator plug-in module") 
    8687            logging.error(sys.exc_value)   
    87              
     88        """     
    8889        # theory perspective 
    8990        try: 
     
    9394        except: 
    9495            logging.error("SansView: could not find theory plug-in module") 
    95             logging.error(sys.exc_value)   
     96            logging.error(sys.exc_value)  
     97        """  
    9698             
    9799        # Fitting perspective 
Note: See TracChangeset for help on using the changeset viewer.