This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| """ | |
| ================================================================================ | |
| :mod:`ctfFile` -- Reader of CTF file | |
| ================================================================================ | |
| .. module:: ctfFile | |
| :synopsis: Reader of CTF file | |
| .. inheritance-diagram:: ebsdtools.hkl.tango.ctfFile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This file is part of VISVIS. This file may be distributed | |
| # seperately, but under the same license as VISVIS (LGPL). | |
| # | |
| # images2gif is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU Lesser General Public License as | |
| # published by the Free Software Foundation, either version 3 of | |
| # the License, or (at your option) any later version. | |
| # | |
| # images2gif is distributed in the hope that it will be useful, | |
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |