gedfunction
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
gedfunction [2023/10/11 14:32] – created admin | gedfunction [2023/10/11 15:22] (current) – admin | ||
---|---|---|---|
Line 9: | Line 9: | ||
(nbsp)(nbsp)where: | (nbsp)(nbsp)where: | ||
- | (nbsp)(nbsp)// | + | (nbsp)(nbsp)(bcircle) //n//: level, 2 or 3\\ |
- | (nbsp)(nbsp)// | + | (nbsp)(nbsp)(bcircle) //m//: format, 1, 3, 4 or 5\\ |
- | (nbsp)(nbsp)// | + | (nbsp)(nbsp)(bcircle) // |
+ | [[ged_examples|Examples]] | ||
+ | |||
+ | ==== IDL doc_library comment ==== | ||
+ | |||
+ | < | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | This is a general envelope routine for reading and pre-processing of various ERNE data. | ||
+ | |||
+ | Typically GED will open various GUI-windows to let user interactively specify data and preprocessing. | ||
+ | This can be modified by keywords. | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | d=ged() | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | Typically an array of structures. The exact structure type depends on the input data type in question and the | ||
+ | set of possible filter functions. | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | |||
+ | FILENAMES | ||
+ | |||
+ | If not set the ' | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | GED_FFUNCS | ||
+ | |||
+ | After the data is read we have an array of data records of a specific ERNE data type. | ||
+ | If required this data set will be fed through series of caller supplied filter functions. | ||
+ | The filtering is done stepwise by feeding each filter function with the output of the previous | ||
+ | one. | ||
+ | |||
+ | The first filter function in the list must naturally accept an array of records of | ||
+ | the nominal ERNE data type as read from the data files. The return of the last filter | ||
+ | function is used as the output of this ged -function. | ||
+ | |||
+ | Each filter function has to be of the type: ff(din, | ||
+ | data (typically an array of records). | ||
+ | |||
+ | Keywords (if any) are relayed to the filter functions using IDL:s ' | ||
+ | Thus they can be issued in the ged-function call as any other keyword. Requirement is of course | ||
+ | that the keyword identifiers are unique (or compatible) between various procedures that will | ||
+ | be called. | ||
+ | |||
+ | There are two schemes for filter function execution: | ||
+ | |||
+ | 1) ' | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | 2) ' | ||
+ | | ||
+ | | ||
+ | of energy-integration, | ||
+ | data i.e., after all the data has been read. | ||
+ | | ||
+ | and the time integration further reduces the size of the | ||
+ | data set, so this should work fairly well. | ||
+ | |||
+ | The scheme is automatically desided based on the data type in question. | ||
+ | |||
+ | |||
+ | |||
+ | GED_NFILERECS = Returns the number of data records from each input file | ||
+ | |||
+ | This is primarily meant for assisting in finding corresponding PHA-events between | ||
+ | lev-2 and lev-3 PHA data. | ||
+ | |||
+ | Not implemented for spectral data. | ||
+ | |||
+ | |||
+ | GED_CATCHERR | ||
+ | |||
+ | The reason for this option is the handling of IDL errors when ged is called via | ||
+ | a batch file by the java web interface. | ||
+ | |||
+ | The error handling is very simple: in case of errors the copy of !ERROR_STATE system | ||
+ | variable structure is returned. | ||
+ | |||
+ | It is assumed that when the keyword has been set the caller checks the type of the result | ||
+ | and acts accordingly. For example: | ||
+ | |||
+ | d = ged(/ | ||
+ | if tag_names(d,/ | ||
+ | |||
+ | Note: this will not affect the handling of the non fatal math errors. | ||
+ | |||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | 1.5 | ||
+ | |||
+ | 1) Updated the naming of the LED level-3 direction spectra reader functions. | ||
+ | 2) Updated the file-iteration scheme for the led direction spectra. | ||
+ | 3) Removed checking fo file types ' | ||
+ | | ||
+ | |||
+ | |||
+ | 1.4 | ||
+ | |||
+ | Added new internal keyword flag ' | ||
+ | a reader and filter functions. Specifically this is for the readers like | ||
+ | ' | ||
+ | array. This will enable clearing of the array on first call and adding | ||
+ | the data at the end of the array on subsequent calls. | ||
+ | |||
+ | |||
+ | 1.3 | ||
+ | |||
+ | Changed to take use of the ERNE-error messages. Specifically in case there are no files found | ||
+ | as a result to call of the function ' | ||
+ | |||
+ | |||
+ | 1.2 | ||
+ | |||
+ | Correction for error catching mechanism. It appeared that the ' | ||
+ | (especially the message fields) that seem to be implicit pointers. When we copied those fields | ||
+ | straight to the output error record, their contents were sometimes changed with further errors | ||
+ | and warnings. | ||
+ | |||
+ | |||
+ | 1.1 | ||
+ | |||
+ | - Added keyword ' | ||
+ | - Changed names of the other ged specific keywords ' | ||
+ | general naming convention. | ||
+ | |||
+ | |||
+ | 1.0 | ||
- | Examples | + | Original version. |
+ | </ | ||
gedfunction.1697023967.txt.gz · Last modified: 2023/10/11 14:32 by admin