##// END OF EJS Templates
Affected:...
Affected: jrodata.py: JROData class: profileIndex attribute was added JROVoltage class: jroIO_base.py: JROReader class: nTxs and txIndex attributes were added jroIO_voltage.py: JROVoltageReader class: nTxs and txIndex attributes were added in order to divide one profile in sub-profiles jroproc_voltage.py: JROVoltageProc class: Decoder: Decoded data has the same dimension as profile ProfileSelector : This method use the profileIndex attribute of Voltage object Reshaper:

File last commit:

r488:7067527ccf8e
r534:e42d2b934f89
Show More
__init__.py
4 lines | 176 B | text/x-python | PythonLexer
from model.data.jrodata import *
from model.io.jrodataIO import *
from model.proc.jroprocessing import *
from model.graphics.jroplot import *
from model.utils.jroutils import *