##// END OF EJS Templates
Merge EW-Drifts
Merge EW-Drifts

File last commit:

r1396:f39ad5b721a3
r1396:f39ad5b721a3
Show More
plotting_codes.py
28 lines | 641 B | text/x-python | PythonLexer
Miguel Valdez
A new SendToServer Unit has been created to upload files to a remote server....
r573 '''
@author: roj-idl71
'''
Merge EW-Drifts
r1396 # 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.
Miguel Valdez
A new SendToServer Unit has been created to upload files to a remote server....
r573
POWER_CODE = 16
NOISE_CODE = 17
BEACON_CODE = 18
Merge EW-Drifts
r1396 # USED IN jroplot_parameters.py
Miguel Valdez
A new SendToServer Unit has been created to upload files to a remote server....
r573 WIND_CODE = 22
Julio Valdez
data...
r608 MSKYMAP_CODE = 23
MPHASE_CODE = 24
MOMENTS_CODE = 25
PARMS_CODE = 26
SPECFIT_CODE = 27
EWDRIFT_CODE = 28