Differences between revisions 5 and 6
Revision 5 as of 2009-02-18 06:30:43
Size: 2603
Editor: phil
Comment:
Revision 6 as of 2009-03-18 04:14:38
Size: 2726
Editor: solpc2
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
Note, we no longer plan a full API for IDL. But there are several approaches to use for access to JSOC data from within IDL programs. At present there is no way to insert data into DRMS/SUMS from IDL other than shell level commands. There is now no plan to run IDL programs in the JSOC "Pipeline" processing. There can never be interactive IDL jobs in the main JSOC computing cluster since the only way to run programs is via the batch queue system. If you need to use IDL SolarSoft see Sam Freeland for instructions to access JSOC data. If you need to run in IDL on a local (to Stanford or Lockheed) machine, see Jesper Schou who has developed techniques for accessing the data via shell commands. Note, we no longer plan a full API for IDL. But there are several approaches to use for access to JSOC data from within IDL programs. At present there is no way to insert data into DRMS/SUMS from IDL other than shell level commands. There is now no plan to run IDL programs in the JSOC "Pipeline" processing. There can never be interactive IDL jobs in the main JSOC computing cluster since the only way to run programs is via the batch queue system.
 *
If you need to use IDL SolarSoft Sam Freeland is developing tools for access JSOC data. This interface, still in development, is described at http://www.lmsal.com/solarsoft/jsoc/ssw_jsoc_routines.html.
 *
If you need to run in IDL on a local (to Stanford or Lockheed) machine, see Jesper Schou who has developed techniques for accessing the data via shell commands.

User Access to JSOC Managed Data

Places to add descriptions

Web access to data

See the [:LookData: lookdata wiki page] for usage help for the tool at http://jsoc.stanford.edu/ajax/lookdata.html. Lookdata can be used to browse names of DataSeries, lists of available keyword metadata for each series, to examine metadata for specifiable RecordSets, and to export user selected RecordSets in several forms. lookdata.html was written as a test platform for the javascript Ajax style access tools described at AjaxJsocConnect in this Wiki. We expect other web entry points will be developed in the future. Meanwhile, all JSOC data is accessible via http://jsoc.stanford.edu/ajax/lookdata.html.

Local access to data

JSOC data and metadata can be examined at the "shell" level via several general purpose commands. show_series and show_info are the most common and provide access to data series lists and all the information contained in a particular series respectively. There are "man" pages for both of these and other commands in the Doxygen generated documents at http://jsoc.stanford.edu/doxygen_html/ In the future there will be examples here.

Using JSOC data in c programs

The primary way to access JSOC data is via c programs using the DRMS API. There are a growing list of examples in the CVS software tree. Applications are found in the JSOC/proj subtree. In the future we will have a link to tutorials and examples here.

Using JSOC data in FORTRAN programs

We do support a FORTRAN API for DRMS. It provides most basic functions. One can write FORTRAN main programs and use this API or (and probably preferable) write a c main program using the c DRMS API and call FORTRAN computational functions. Examples of both methods will be linked here in the future.

Using JSOC data in IDL programs

Note, we no longer plan a full API for IDL. But there are several approaches to use for access to JSOC data from within IDL programs. At present there is no way to insert data into DRMS/SUMS from IDL other than shell level commands. There is now no plan to run IDL programs in the JSOC "Pipeline" processing. There can never be interactive IDL jobs in the main JSOC computing cluster since the only way to run programs is via the batch queue system.

  • If you need to use IDL SolarSoft Sam Freeland is developing tools for access JSOC data. This interface, still in development, is described at http://www.lmsal.com/solarsoft/jsoc/ssw_jsoc_routines.html.

  • If you need to run in IDL on a local (to Stanford or Lockheed) machine, see Jesper Schou who has developed techniques for accessing the data via shell commands.

JsocWiki: JsocDataAccess (last edited 2016-10-20 07:12:50 by MonicaBobra)