This page was created by the IDL library routine mk_html_help2.

Last modified: Fri Apr 1 11:58:51 2022.


Directory Listing of Routines


Routine Descriptions

DAS2DLM_CASSINI_INIT

[Next Routine] [List of Routines]
 PRO:  das2dlm_cassini_init, ...

 Description:
   Setup graphics. Using when Cassini data is loading
   
 Keywords:
   no_color_setup: Set to avoid doing the default graphic settings

 CREATED BY:
  Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2020-06-01 17:27:59 -0700 (Mon, 01 Jun 2020) $
 $Revision: 28753 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_cassini_init.pro $

(See projects/cassini/das2dlm_cassini_init.pro)


DAS2DLM_DISPLAY_CASSINI_DATASET

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_display_cassini_dataset, ...

 Description:
    Display informtaion about selected cassini dataset

 Keywords:
    trange: Sets the time tange. Default is ['2013-01-01','2013-01-02']
    dataset: Cassini dataset, e.g 'RPWS/Derived'. List of datasets is available here: http://planet.physics.uiowa.edu/das/das2Server?server=list
    nset: Dataset number. Default is 0.
    postfix: Additional string to the query, e.g. 'interval=60' 
    
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2020-07-27 13:04:34 -0700 (Mon, 27 Jul 2020) $
 $Revision: 28941 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_display_cassini_dataset.pro $

(See projects/cassini/das2dlm_display_cassini_dataset.pro)


DAS2DLM_LOAD_CASSINI_EPHEMERIS

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_ephemeris, ...

 Description:
    Loads Cassini Spacecraft location data using das2dlm library
    dataset: Cassini/Ephemeris/<dataset>
    Available datasets:
     'Dione': Dione centered Cassini orbit parameters
     'Dione_CoRotation': Dione centered Cassini location - Cartesian Co-Rotational
     'Earth': Cassini Geocentric orbit parameters
     'Enceladus': Enceladus centered Cassini orbit parameters
     'Enceladus_CoRotation': Enceladus centered Cassini location - Cartesian Co-Rotational
     'Hyperion': Hyperion centered Cassini orbit parameters
     'Iapetus': Iapetus centered Cassini orbit parameters
     'Jupiter': Cassini Jupiter centered orbit parameters
     'Mimas': Mimas centered Cassini orbit parameters
     'Phoebe': Phoebe centered Cassini orbit parameters
     'Rhea': Rhea centered Cassini orbit parameters
     'Rhea_CoRotation': Rhea centered Cassini location - Cartesian Co-Rotational
     'Saturn': Cassini Saturn centered orbit parameters
     'Saturn_Equatorial': Saturn centered Cassini location - Cartesian Equatorial
     'Saturn_KSM': Saturn centered Cassini location - Cartesian KSM
     'Saturn_SLS2': Saturn centered Cassini orbit parameters with SLS2 longitude calculation
     'Saturn_SLS3': Saturn centered Cassini orbit parameters with SLS3 longitude calculation
     'Sun': Heliocentric Cassini orbit parameters
     'Tethys': Tethys centered Cassini orbit parameters
     'Tethys_CoRotation': Tethys centered Cassini location - Cartesian Co-Rotational
     'Titan': Titan centered Cassini orbit parameters
     'Titan_CoRotation': Titan centered Cassini location - Cartesian Co-Rotational
     'Venus': Venus centered Cassini orbit parameters

 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/ephemeris

 Keywords:
    trange: Sets the time tange
    source (optional): String that defines ephemeris dataset (default: 'Saturn') 
    interval (optional): string of the interval in seconds between data points, e.g. '60' (default)
    parameter (optional): string of optional das2 parameters    
    
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_ephemeris.pro $

(See projects/cassini/das2dlm_load_cassini_ephemeris.pro)


DAS2DLM_LOAD_CASSINI_MAG_DC11

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_mag_dc11, ...

 Description:
    Loads Difference between the C11 model field and Cassini MAG 1-second observations using das2dlm library
    dataset: Cassini/MAG/Differential_C11

 Keywords:
    trange: Sets the time tange
    parameter (optional): string of optional das2 parameters  
    
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/mag    
    
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_mag_dc11.pro $

(See projects/cassini/das2dlm_load_cassini_mag_dc11.pro)


DAS2DLM_LOAD_CASSINI_MAG_EC

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_mag_ec, ...

 Description:
    Loads Electron Cyclotron Resonance Frequency from Cassini using das2dlm library
    dataset: Cassini/MAG/ElectronCyclotron

 Keywords:
    trange: Sets the time tange
    parameter (optional): string of optional das2 parameters 
    
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/mag    
    
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_mag_ec.pro $

(See projects/cassini/das2dlm_load_cassini_mag_ec.pro)


DAS2DLM_LOAD_CASSINI_MAG_MAG

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_mag_mag, ...

 Description:
    Loads Magnetic Field Magnitude from Cassini using das2dlm library
    dataset: Cassini/MAG/Magnitude

 Keywords:
    trange: Sets the time tange
    parameter (optional): string of optional das2 parameters 
    
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/mag    
    
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_mag_mag.pro $

(See projects/cassini/das2dlm_load_cassini_mag_mag.pro)


DAS2DLM_LOAD_CASSINI_MAG_VEC

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_mag_vec, ...

 Description:
    Loads Cassini Magnetometer Vector values data using das2dlm library
    dataset: Cassini/MAG/<dataset>

 Keywords:
    trange: Sets the time tange
    source (optional): String that defines dataset: 
     'VectorSC' (default) - Magnetometer Data in Spacecraft Coordinates from http://mapsview.engin.umich.edu/;
     'VectorKSO' - Magnetometer Vector values in Kronocentric Solar Orbital coordinates from PDS volume CO-E_SW_J_S-MAG-4-SUMM-1SECAVG-V1.0
    coord (optional): If source = 'VectirKSO' additional parameters can be specified:
     'J3' - Jovicentric Body-Fixed IAU_JUPITER
     'Jmxyz' - Jovicentric Body-Fixed Magnetospheric Coordinates
     'Krtp' - Output in Kronocentric body-fixed, J2000 spherical Coordinates
     'Ksm' - Kronocentric Solar Magnetospheric Coordinates
     'Kso' - default Output vectors in Kronocentric Solar Orbital Coordinates
     'Rtn' - Output in Radial-Tangential-Normal coordinates          
    resolution (optional): string of the resolution, e.g. '43.2' (default, '')
    parameter (optional): string of optional das2 parameters  
    
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/mag
       
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_mag_vec.pro $

(See projects/cassini/das2dlm_load_cassini_mag_vec.pro)


DAS2DLM_LOAD_CASSINI_RPWS_GAIN

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_rpws_gain, ...

 Description: Calibrated Cassini data from Radio and Plasma Wave Science, das2 dataset: /Cassini/RPWS/...; 
   Available datasets:
     'LoFreq' - Wideband (WBR) or Waveform (WFR) calibrated reciever gain states
     'MidHiFreq' - Wideband (WBR) or Waveform (WFR) calibrated reciever gain states
            
 Keywords:
    trange: Sets the time tange
    source (optional): String that defines dataset (default: 'LoFreq')             
    nset (optional): dataset number (default: 0)
    resolution (optional): string of the resolution, (default, '')
    parameter (optional): string of optional das2 parameters         
   
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/rpws
   
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_rpws_gain.pro $

(See projects/cassini/das2dlm_load_cassini_rpws_gain.pro)


DAS2DLM_LOAD_CASSINI_RPWS_SPECRTA

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_rpws_spectra, ...

 Description: Cassini data from Radio and Plasma Wave Science, waveformw (PSD level 3 filed), das2 dataset: /Cassini/RPWS/...; 
   Available datasets:
     'HiRes_LoFreq_Spectra' - Collection: 25 Hz and 2.5 kHz, correlated 5-Component spectral densities (PDS level 3 files)
     'HiRes MidFreq Spectra' - Collection: 10 kHz and 80 kHz Spectra from the WBR (PDS level 3 files)
   Data may be retured from diffrent datasets. The tplot variables will indicate the dataset name (e.g. '_Ex_05') 
            
 Keywords:
    trange: Sets the time tange 
    source (optional): String that defines dataset: 'MidFreq', 'LoFreq' (default: 'LoFreq')
    output (optional): String (Case sensetive!), or array of strings of output data from this collection. 
     One das2 request returns only one output, e.g. 'Bx' or 'By' or 'Bz' or 'Ew' or 'Ex'.
     Collection HiRes_LoFreq_Spectra:
       'Bx' - Waveform from the tri-axial search coil magnetic antenna Bx, detect magnetic components of electromagnetic waves
       'By' - Waveform from the By antenna used as a monopole, detect magnetic components of electromagnetic waves
       'Bz' - Waveform from the Bz antenna used as a monopole, detect magnetic components of electromagnetic waves
       'Ew' - Waveform from the Ew electric monopole antenna
       'Ex' - Waveform from the Eu and Ev electric dipole antennas, aligned along the x axis of the spacecraft
       '7kHz' - Output spectra from 7.143 kHz rate waveforms, default is 100 Hz rate waveforms
     Collection HiRes_MidFreq_Waveform (at this moment, onlye one parameter: Ew or Ex can be selected): 
       'Ew' - Waveform from the Ew electric monopole antenna
       'Ex' - Waveform from the Eu and Ev electric dipole antennas, aligned along the X axis of the spacecraft
       '10khz' - band rolloff 10khz 
       '80khz' - band rolloff to 80khz (default is 10khz)          
     Examples:
       output='Ex'
       output=['Ew','80khz']          
    resolution (optional): string of the resolution, e.g. '.21' (default, '')         
    parameter (optional): string of optional das2 parameters  
   
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/rpws
   
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_rpws_specrta.pro $

(See projects/cassini/das2dlm_load_cassini_rpws_specrta.pro)


DAS2DLM_LOAD_CASSINI_RPWS_SURVEY

[Previous Routine] [Next Routine] [List of Routines]
 PRO: das2dlm_load_cassini_rpws_survey, ...

 Description: Calibrated Cassini data from Radio and Plasma Wave Science, das2 dataset: /Cassini/RPWS/...; 
   Available datasets:
     'Survey' - Calibrated, full-resolution, low-rate electric survey data (PDS level 3 files)
     'Survey_Grid' - Calibrated, gridded, low-rate survey data (CODMAC Level 4)
     'Survey_KeyParam' - Calibrated, reduced resolution, low-rate survey data (CODMAC level 4)
     'Survey_Magnetic' - Calibrated, full-resolution, low-rate magnetic survey data (PDS level 3 files)
   There are several datasets that can be selected (controlled by nset):
     'Survey' and 'Survey_Magnetic' - 0 to 5 datasets
     'Survey_KeyParam' and 'Survey_Magnetic' - dataset number 0    
            
 Keywords:
    trange: Sets the time tange
    source (optional): String that defines dataset (default: 'Survey')             
    nset (optional): dataset number (default: 0)
    resolution (optional): string of the resolution, e.g. '43.2' (default, '')
    parameter (optional): string of optional das2 parameters         

 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/rpws
   
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_rpws_survey.pro $

(See projects/cassini/das2dlm_load_cassini_rpws_survey.pro)


DAS2DLM_LOAD_CASSINI_RPWS_WAVEFORM

[Previous Routine] [List of Routines]
 PRO: das2dlm_load_cassini_rpws_waveform, ...

 Description: Cassini data from Radio and Plasma Wave Science, waveformw (PSD level 3 filed), das2 dataset: /Cassini/RPWS/...; 
   Available datasets:
     'HiRes_LoFreq_Waveform' - Collection: 100 Hz and 7.14 kHz sample rate, correlated 5-Component waveforms from the WFR
     'HiRes_MidFreq_Waveform' - Collection: 27.8 kHz and 222 kHz sample rate waveforms from the WBR (PDS level 3 files)
   Data may be retured from diffrent datasets. The tplot variables will indicate the dataset name (e.g. '_Ex_05') 
            
 Keywords:
    trange: Sets the time tange 
    source (optional): String that defines dataset: 'MidFreq', 'LoFreq' (default: 'LoFreq')
    output (optional): String (Case sensetive!), or array of strings of output data from this collection
     Collection HiRes_LoFreq_Waveform:
       'Bx' - Waveform from the tri-axial search coil magnetic antenna Bx, detect magnetic components of electromagnetic waves
       'By' - Waveform from the By antenna used as a monopole, detect magnetic components of electromagnetic waves
       'Bz' - Waveform from the Bz antenna used as a monopole, detect magnetic components of electromagnetic waves
       'Ew' - Waveform from the Ew electric monopole antenna
       'Ex' - Waveform from the Eu and Ev electric dipole antennas, aligned along the x axis of the spacecraft
       '7kHz' - Output 140 mks sample interval 7.143 kHz rolloff data, by default 10 ms sample data 100 Hz rolloff are sent
     Collection HiRes_MidFreq_Waveform (at this moment, onlye one parameter: Ew or Ex can be selected): 
       'Ew' - Waveform from the Ew electric monopole antenna
       'Ex' (Currently, does not work) - Waveform from the Eu and Ev electric dipole antennas, aligned along the X axis of the spacecraft
       '80khz' - chage band rolloff to 80khz (default is 10khz)          
     Examples:
       output='Ex'
       output=['Ex','Ew','7kHz']
       output=['Ew','80khz']          
    resolution (optional): string of the resolution, e.g. '.21' (default, '')         
    parameter (optional): string of optional das2 parameters  
   
 Note:
   Please reffer to the das2.org catalog for additional information or examples of das2 use:
   https://das2.org/browse/uiowa/cassini/rpws
   
 CREATED BY:
    Alexander Drozdov (adrozdov@ucla.edu)

 $LastChangedBy: adrozdov $
 $Date: 2021-01-25 20:29:41 -0800 (Mon, 25 Jan 2021) $
 $Revision: 29621 $
 $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/tags/spedas_5_0/projects/cassini/das2dlm_load_cassini_rpws_waveform.pro $

(See projects/cassini/das2dlm_load_cassini_rpws_waveform.pro)