Package nMOLDYN :: Package GUI :: Module TrajectoryConversionDialog :: Class AmberNetCDFConverterDialog
[hide private]
[frames] | no frames]

Class AmberNetCDFConverterDialog

source code

Widgets.Toplevel --+
                   |
                  AmberNetCDFConverterDialog

Sets up a dialog for the conversion from an Amber NetCDF trajectory to a MMTK NetCDF trajectory.


Note: the conversion requires a AMber NetCDF and PDB file and the time step in ps between two frames.

Instance Methods [hide private]
 
__init__(self, parent)
The constructor.
source code
 
body(self, master)
Create dialog body.
source code
 
buttonbox(self)
Add standard button box.
source code
 
ok(self, event=None) source code
 
cancel(self, event=None) source code
 
validate(self) source code
 
apply(self)
This method starts the conversion.
source code
 
suggestOutputFilename(self, *dummy)
This method will propose a name for the output file based on the name of the loaded file.
source code
Method Details [hide private]

__init__(self, parent)
(Constructor)

source code 

The constructor.

Parameters:
  • parent - the parent widget.

body(self, master)

source code 

Create dialog body. Return widget that should have initial focus.