The space mapping base class.
    | 
       
     | 
      
        
          __init__(self,
        params,
        spin_id,
        inc,
        lower,
        upper,
        axis_incs,
        file_prefix,
        dir,
        point,
        point_file,
        remap) 
      Map the space upon class instantiation. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          create_config(self) 
      Function for creating the OpenDX .cfg program configuration file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          create_general(self) 
      Function for creating the OpenDX .general file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          create_map(self) 
      Function for creating the map. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
      
     | 
  
    | 
       
     | 
      
        
          create_program(self) 
      Function for creating the OpenDX .net program file. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          get_date(self) 
      Function for creating a date string. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          get_param_names(self) 
      Function for retrieving the parameter names. | 
          
            source code
            
           | 
         
       
      
     | 
  
    | 
       
     | 
      
        
          map_axes(self) 
      Function for creating labels, tick locations, and tick values for an 
      OpenDX map. | 
          
            source code
            
           | 
         
       
      
     |