A User Interface to manage ASCII files to transform to fits files. More...
Public Member Functions | |
| def | __init__ |
| a Tool made to manage FITS files to convert to ascii files. More... | |
| def | fct_rappel |
| def | yesItsAFile |
| set the variable self.inFile to a real file name happens for every line change in the file chooser | |
| def | doRun |
| If an input file name was choosed, try to run. | |
| def | openFile |
| The real run opens the input file, tries to find the closesr wavelengthScale and build TXT files with it. More... | |
| def | fermer |
| Close. | |
| def | quitter |
| End program. | |
Public Attributes | |
| inFile | |
| initialize input file name | |
| sepDic | |
| fenetre | |
| create a window | |
| sep | |
| waveFiles | |
| Find closest wavelengthScale (in index number) | |
A User Interface to manage ASCII files to transform to fits files.
| def fits2orders.fits2Orders.__init__ | ( | self | ) |
a Tool made to manage FITS files to convert to ascii files.
This program looks in the output folder.
| def fits2orders.fits2Orders.openFile | ( | self, | |
| bouton | |||
| ) |
The real run opens the input file, tries to find the closesr wavelengthScale and build TXT files with it.
Give a message to the user when input file not good enough.
1.8.6