##// END OF EJS Templates
merge con online_data_hour
merge con online_data_hour

File last commit:

r955:fd683651e8a8
r1039:a86c6846b78a
Show More
parameters.py
1177 lines | 26.1 KiB | text/x-python | PythonLexer
José Chávez
reworked
r954
global_type_string = 'string'
global_type_integer = 'int'
global_type_floatList = 'floatList'
global_type_pairsList = 'pairsList'
global_type_boolean = 'bolean'
global_type_float = 'float'
global_type_colormap = 'colormap'
global_type_list = 'list'
José Chávez
paramter.py helper
r955 global_type_integer_or_list = 'integer_or_list'
José Chávez
reworked
r954
#BeaconPhase
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'pairsList': global_type_pairsList,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'hmin': global_type_float,
'hmax': global_type_float,
'timerange': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'show': global_type_boolean,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
}
#BeamSelector
parameters = {
'beam': global_type_string,
}
#CohInt
parameters = {
'n': global_type_integer,
'timeInterval': global_type_float,
'overlapping': global_type_boolean,
'byblock': global_type_boolean
}
#CoherenceMap
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'pairsList': global_type_pairsList,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'timerange': global_type_float,
'phase_min': global_type_float,
'phase_max': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'coherence_cmap': global_type_colormap,
'phase_cmap': global_type_colormap,
'show': global_type_boolean,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
}
#CombineProfiles
parameters = {
'n': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
José Chávez
reworked
r954 #CorrectSMPhases
José Chávez
algunos cambios en roj
r953 parameters = {
José Chávez
reworked
r954 'phaseOffsets': global_type_pairsList,
'hmin': global_type_float,
'hmax': global_type_float,
'azimuth': global_type_float,
'channelPositions': global_type_pairsList,
}
#CorrelationPlot
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'show': global_type_boolean,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'realtime': global_type_boolean,
}
#CrossSpectraPlot
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'pairsList': global_type_pairsList,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'coh_min': global_type_float,
'coh_max': global_type_float,
'phase_min': global_type_float,
'phase_max': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'power_cmap': global_type_colormap,
'coherence_cmap': global_type_colormap,
'phase_cmap': global_type_colormap,
'show': global_type_boolean,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'xaxis': global_type_string,
}
#Decoder
parameters = {
'code': global_type_list,
'nCode': global_type_integer,
'nBaud': global_type_integer,
'mode': global_type_integer,
'osamp': global_type_float,
}
#EWDriftsEstimation
parameters = {
'zenith': global_type_list,
'zenithCorrection': global_type_float,
}
#EWDriftsPlot
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'zmaxVertfloat': global_type_float,
'zminVertfloat': global_type_float,
'zmaxZonafloat': global_type_float,
'zminZonafloat': global_type_float,
'timerange': global_type_float,
'SNRthresh': global_type_float,
'SNRmin': global_type_float,
'SNRmax': global_type_float,
'SNR_1': global_type_boolean,
'save': global_type_boolean,
'figpath': global_type_string,
'lastone': global_type_float,
'figfile': global_type_string,
'ftp': global_type_string,
'wr_period': global_type_integer,
'show': global_type_string,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
Figure
José Chávez
reworked
r954 # parameters = {
# : global_type_string,
# }
#FitsWriter
José Chávez
algunos cambios en roj
r953 parameters = {
José Chávez
reworked
r954 'path': global_type_string,
'dataBlocksPerFile': global_type_integer,
'metadatafile': global_type_string,
}
#IncohInt
parameters = {
'n': global_type_float,
'timeInterval': global_type_integer,
'overlapping': global_type_boolean,
}
#IncohInt4SpectraHeis
parameters = {
'n': global_type_float,
'timeInterval': global_type_integer,
'overlapping': global_type_boolean,
}
#MomentsPlot
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'show': global_type_boolean,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_string,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'realtime': global_type_boolean,
}
#NSMeteorDetection1Plot
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'SNRmin': global_type_float,
'SNRmax': global_type_float,
'vmin': global_type_float,
'vmax': global_type_float,
'wmin': global_type_float,
'wmax': global_type_float,
'mode': global_type_string,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'show': global_type_boolean,
'ftp': global_type_string,
'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'realtime': global_type_boolean,
'xaxis': global_type_string,
}
#NSMeteorDetection2Plot
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'SNRmin': global_type_float,
'SNRmax': global_type_float,
'vmin': global_type_float,
'vmax': global_type_float,
'wmin': global_type_float,
'wmax': global_type_float,
'mode': global_type_string,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'show': global_type_string,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'realtime': global_type_boolean,
'xaxis': global_type_string,
}
#Noise
parameters = {
'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'timerange': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
'show': global_type_boolean,
'ftp': global_type_boolean,
'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
}
#NonSpecularMeteorDetection
parameters = {
'mode': global_type_string,
'SNRthresh': global_type_float,
'phaseDerThresh': global_type_float,
'cohThresh': global_type_float,
'allData': global_type_boolean,
José Chávez
algunos cambios en roj
r953 }
Operation
parameters = {
José Chávez
reworked
r954 'dataIn': global_type_string,
José Chávez
algunos cambios en roj
r953 }
José Chávez
paramter.py helper
r955 #ParamWriter
José Chávez
algunos cambios en roj
r953 parameters = {
José Chávez
paramter.py helper
r955 'path': global_type_string,
'blocksPerFile':global_type_integer,
'metadataList': global_type_list,
'dataList': global_type_list,
'mode': global_type_integer,
}
José Chávez
algunos cambios en roj
r953
José Chávez
paramter.py helper
r955 #Parameters1Plot
José Chávez
algunos cambios en roj
r953 parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'timerange': global_type_float,
José Chávez
paramter.py helper
r955 'parameterIndex': global_type_float,
'onlyPositive': global_type_boolean,
'SNRthresh': global_type_float,
'SNR': global_type_boolean,
José Chávez
reworked
r954 'SNRmin': global_type_float,
'SNRmax': global_type_float,
José Chávez
paramter.py helper
r955 'onlySNR': global_type_boolean,
'DOP': global_type_boolean,
José Chávez
reworked
r954 'zlabel': global_type_string,
'parameterName': global_type_string,
'parameterObject': global_type_string,
'save': global_type_boolean,
'figpath': global_type_string,
José Chávez
paramter.py helper
r955 'lastone': global_type_integer,
José Chávez
reworked
r954 'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
'show': global_type_string,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
José Chávez
paramter.py helper
r955 #ParametersPlot
José Chávez
algunos cambios en roj
r953 parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
José Chávez
paramter.py helper
r955 'paramIndex': global_type_integer,
'colormap': global_type_colormap,
José Chávez
reworked
r954 'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'timerange': global_type_float,
José Chávez
paramter.py helper
r955 'showSNR': global_type_boolean,
'SNRthresh': global_type_float,
José Chávez
reworked
r954 'SNRmin': global_type_float,
'SNRmax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
José Chávez
paramter.py helper
r955 'lastone': global_type_integer,
José Chávez
reworked
r954 'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
reworked
r954 'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
José Chávez
paramter.py helper
r955 #PhasePlot
José Chávez
algunos cambios en roj
r953 parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
José Chávez
paramter.py helper
r955 'pairsList': global_type_pairsList,
José Chávez
reworked
r954 'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'timerange': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
PlotCOHData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotCrossSpectraData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotDOPData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotNoiseData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotPHASEData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotRTIData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotSNRData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotSpectraData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotSpectraMeanData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PlotWindProfilerData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PowerProfilePlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
José Chávez
algunos cambios en roj
r953 }
PrintInfo
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
ProfileConcat
parameters = {
José Chávez
reworked
r954 'm': global_type_string,
José Chávez
algunos cambios en roj
r953 }
ProfileSelector
parameters = {
José Chávez
reworked
r954 'profileList': global_type_string,
'profileRangeList': global_type_string,
'beam': global_type_string,
'byblock': global_type_string,
'rangeList': global_type_string,
'nProfiles': global_type_string,
José Chávez
algunos cambios en roj
r953 }
ProfileToChannels
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
PublishData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
RTIPlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'timerange': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'lastone': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
reworked
r954 'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
RTIfromSpectraHeis
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'timerange': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
reworked
r954 'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
Reshaper
parameters = {
José Chávez
reworked
r954 'shape': global_type_string,
'nTxs': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SALags
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
SMDetection
parameters = {
José Chávez
reworked
r954 'hei_ref': global_type_string,
'tauindex': global_type_string,
'phaseOffsets': global_type_string,
'cohDetection': global_type_string,
'cohDet_timeStep': global_type_string,
'cohDet_thresh': global_type_string,
'noise_timeStep': global_type_string,
'noise_multiple': global_type_string,
'multDet_timeLimit': global_type_string,
'multDet_rangeLimit': global_type_string,
'phaseThresh': global_type_string,
'SNRThresh': global_type_string,
'hmin': global_type_string,
'hmax': global_type_string,
'azimuth': global_type_string,
'channelPositions': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SMPhaseCalibration
parameters = {
José Chávez
reworked
r954 'hmin': global_type_string,
'hmax': global_type_string,
'channelPositions': global_type_string,
'nHours': global_type_string,
José Chávez
algunos cambios en roj
r953 }
Scope
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'type': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SendByFTP
parameters = {
José Chávez
reworked
r954 'ext': global_type_string,
'localfolder': global_type_string,
'remotefolder': global_type_string,
'server': global_type_string,
'username': global_type_string,
'password': global_type_string,
'period': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SkyMapPlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'tmin': global_type_string,
'tmax': global_type_string,
'timerange': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'realtime': global_type_boolean,
José Chávez
algunos cambios en roj
r953 }
SpectraCutPlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'xaxis': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraHeisScope
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
reworked
r954 'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
SpectraHeisWriter
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraPlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
'realtime': global_type_boolean,
'xaxis': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraWriter
parameters = {
José Chávez
reworked
r954 'path': global_type_string,
'blocksPerFile': global_type_string,
'profilesPerBlock': global_type_string,
'set': global_type_string,
'ext': global_type_string,
'datatype': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectralFitting
parameters = {
José Chávez
reworked
r954 'getSNR': global_type_string,
'path': global_type_string,
'file': global_type_string,
'groupList': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectralFittingPlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'cutHeight': global_type_string,
'fit': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'save': global_type_boolean,
'figpath': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
algunos cambios en roj
r953 }
SpectralMoments
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
SplitProfiles
parameters = {
José Chávez
reworked
r954 'n': global_type_string,
José Chávez
algunos cambios en roj
r953 }
USRPWriter
parameters = {
José Chávez
reworked
r954 'dataIn': global_type_string,
José Chávez
algunos cambios en roj
r953 }
VoltageWriter
parameters = {
José Chávez
reworked
r954 'path': global_type_string,
'blocksPerFile': global_type_string,
'profilesPerBlock': global_type_string,
'set': global_type_string,
'ext': global_type_string,
'datatype': global_type_string,
José Chávez
algunos cambios en roj
r953 }
WindProfiler
parameters = {
José Chávez
reworked
r954 'technique': global_type_string,
José Chávez
algunos cambios en roj
r953 }
WindProfilerPlot
parameters = {
José Chávez
reworked
r954 'id': global_type_string,
'wintitle': global_type_string,
'channelList': global_type_list,
'showprofile': global_type_boolean,
'xmin': global_type_float,
'xmax': global_type_float,
'ymin': global_type_float,
'ymax': global_type_float,
'zmin': global_type_float,
'zmax': global_type_float,
'zmax_ver': global_type_string,
'zmin_ver': global_type_string,
'SNRmin': global_type_float,
'SNRmax': global_type_float,
'timerange': global_type_float,
'SNRthresh': global_type_string,
'save': global_type_boolean,
'figpath': global_type_string,
'lastone': global_type_string,
'figfile': global_type_string,
José Chávez
paramter.py helper
r955 'ftp': global_type_boolean,
José Chávez
reworked
r954 'wr_period': global_type_integer,
José Chávez
paramter.py helper
r955 'show': global_type_boolean,
José Chávez
reworked
r954 'server': global_type_string,
'folder': global_type_string,
'username': global_type_string,
'password': global_type_string,
'ftp_wei': global_type_integer,
'exp_code': global_type_integer,
'sub_exp_code': global_type_integer,
'plot_pos': global_type_integer,
José Chávez
algunos cambios en roj
r953 }
Writer
parameters = {
José Chávez
reworked
r954 'dataIn': global_type_string,
José Chávez
algunos cambios en roj
r953 }
AMISRProc
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
AMISRReader
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
CorrelationProc
parameters = {
José Chávez
reworked
r954 'lags': global_type_string,
'mode': global_type_string,
José Chávez
algunos cambios en roj
r953 'pairsList': 'pairsLists',
José Chávez
reworked
r954 'fullBuffer': global_type_string,
'nAvg': global_type_string,
'removeDC': global_type_string,
'splitCF': global_type_string,
José Chávez
algunos cambios en roj
r953 }
FitsReader
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
HFReader
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
ParamReader
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
ParametersProc
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
ProcessingUnit
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
ReceiverData
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
SendToServer
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraAFCProc
parameters = {
José Chávez
reworked
r954 'nProfiles': global_type_string,
'nFFTPoints': global_type_string,
José Chávez
algunos cambios en roj
r953 'pairsList': 'pairsLists',
José Chávez
reworked
r954 'code': global_type_string,
'nCode': global_type_string,
'nBaud': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraHeisProc
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraLagsProc
parameters = {
José Chávez
reworked
r954 'nProfiles': global_type_string,
'nFFTPoints': global_type_string,
José Chávez
algunos cambios en roj
r953 'pairsList': 'pairsLists',
José Chávez
reworked
r954 'code': global_type_string,
'nCode': global_type_string,
'nBaud': global_type_string,
'codeFromHeader': global_type_string,
'pulseIndex': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraProc
parameters = {
José Chávez
reworked
r954 'nProfiles': global_type_string,
'nFFTPoints': global_type_string,
José Chávez
algunos cambios en roj
r953 'pairsList': 'pairsLists',
José Chávez
reworked
r954 'ippFactor': global_type_string,
José Chávez
algunos cambios en roj
r953 }
SpectraReader
parameters = {
José Chávez
reworked
r954 'path': global_type_string,
'startDate': global_type_string,
'endDate': global_type_string,
'startTime': global_type_string,
'endTime': global_type_string,
'set': global_type_string,
'expLabel': global_type_string,
'ext': global_type_string,
'online': global_type_string,
'delay': global_type_string,
'walk': global_type_string,
'getblock': global_type_string,
'nTxs': global_type_string,
'realtime': global_type_boolean,
'blocksize': global_type_string,
'blocktime': global_type_string,
'queue': global_type_string,
'skip': global_type_string,
'cursor': global_type_string,
'warnings': global_type_string,
'verbose': global_type_string,
José Chávez
algunos cambios en roj
r953 }
USRPReader
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
VoltageProc
parameters = {
José Chávez
reworked
r954 : global_type_string,
José Chávez
algunos cambios en roj
r953 }
VoltageReader
parameters = {
José Chávez
reworked
r954 'path': global_type_string,
'startDate': global_type_string,
'endDate': global_type_string,
'startTime': global_type_string,
'endTime': global_type_string,
'set': global_type_string,
'expLabel': global_type_string,
'ext': global_type_string,
'online': global_type_string,
'delay': global_type_string,
'walk': global_type_string,
'getblock': global_type_string,
'nTxs': global_type_string,
'realtime': global_type_boolean,
'blocksize': global_type_string,
'blocktime': global_type_string,
'queue': global_type_string,
'skip': global_type_string,
'cursor': global_type_string,
'warnings': global_type_string,
'verbose': global_type_string,
José Chávez
algunos cambios en roj
r953 }