Module export
source code
    | 
       
     | 
      
        
          exportCifFile(fit,
        exportDir,
        rootname,
        index) 
      Save the EXP file based on user selections and inputs | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          exportDISAGLFile(fit,
        exportDir,
        rootName,
        index) 
      save the bond length angle file | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          exportEngineFile(fit,
        exportDir,
        rootName,
        index) 
      Save the EXP file based on user selections and inputs fit - the fit 
      object exportDir - the directory to export the files rootName - the 
      root name of the files to separate files for different datasets index
      - the index of the file | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
        __id__ = '$Id: export.py 6718 2011-08-23 21:33:20Z yshang $'
     | 
  
    | 
       
     | 
        __package__ = 'diffpy.srrietveld'
     | 
  
Imports:
  DataFile,
  EXPFile,
  GLOBALS,
  SrrRunTimeError,
  UTIILS,
  copy,
  os,
  pcrFileWriter,
  shutil,
  tempfile