##// END OF EJS Templates
A new SendToServer Unit has been created to upload files to a remote server....
A new SendToServer Unit has been created to upload files to a remote server. A testSendGraphs2server.py has been added to test this new feature. Test files have been updated

File last commit:

r573:e93e8802031b
r573:e93e8802031b
Show More
plotting_codes.py
27 lines | 698 B | text/x-python | PythonLexer
'''
@author: roj-idl71
'''
#USED IN jroplot_spectra.py
RTI_CODE = 0 #Range time intensity (RTI).
SPEC_CODE = 1 #Spectra (and Cross-spectra) information.
CROSS_CODE = 2 #Cross-Correlation information.
COH_CODE = 3 #Coherence map.
BASE_CODE = 4 #Base lines graphic.
ROW_CODE = 5 #Row Spectra.
TOTAL_CODE = 6 #Total Power.
DRIFT_CODE = 7 #Drifts graphics.
HEIGHT_CODE = 8 #Height profile.
PHASE_CODE = 9 #Signal Phase.
POWER_CODE = 16
NOISE_CODE = 17
BEACON_CODE = 18
#USED IN jroplot_parameters.py
MOMENTS_CODE = 20
SKYMAP_CODE = 21
WIND_CODE = 22
PARMS_CODE = 23
SPECFIT_CODE = 24
EWDRIFT_CODE = 25