|
HMI Ring Diagrams
Pipeline Script Specifications
|
runrdsyn
Script Version
0.8 19 VIII 2010
General Description
Controls execution of script rdday. At regular intervals of time, instances of the
rdday script are submitted for each tile set (5° and, as appropriate, 15° and 30°)
in increments of 5° in Carrington time. Before submitting the script, the input data
series of HMI Dopplergrams is inspected for sufficient coverage. The input detrending
series is inspected for the existence of the required record; if not found, the script
avg120 is run to completion before proceeding. Some script submission (or non-
submission) notices are logged.
Status
This version has been superseded by Version 0.9
Included in JSOC release 5.9 (untagged)
The script is in the JSOC CVS repository
This version supersedes Version 0.7
Usage
runrdsyn CarRot CMLonStart [CMLonStop [Spacing]]
Arguments
CarRot The Carrington rotation number for the (first) interval processed
CMLonStart The Central Meridian Longitude (with CarRot, the Carrington Time)
for the (first) interval to be processed
CMLonStop The Central Meridian Longitude (with CarRot, the Carrington Time)
for the last interval to be processed. Carrington time intervals
are processed in descending order of CM Longitude.
Default: value of CMLonStart
Spacing The interval in minutes between successive runs of rdday (for the
5° tiles). Default: 540
Input Data Series:
hmi_test.rdV_avg120
hmi_test.V_45s
Modules invoked (may be overridden in test mode):
rdcover
Scripts invoked:
rdday
avg120
Fixed Parameter Value:
The minimum acceptable coverage value for rdday to be run is 0.700
Fixed Parameter Values for modules:
| module:param | SIZE 5 | SIZE 15 | SIZE 30 |
| rdcover:length |
768 |
2304 |
4608 |
| rdcover:max_miss |
10000 |
| rdcover:qmask |
0x80004000 |
| rdcover:reject |
~rick/hmi/qual/reject.V (linked to ~jsoc/hmi/tables/LHS_reject.v) |
Sample commands:
runrdsyn 2096 250
runrdsyn 2096 245 215
runrdsyn 2096 30 335 360
Changes from Previous Version
— added background averaging, coverage checks, path tests;
— averages expected in namespace hmi{-test}
Bugs in current version
Input and output data series are unconditionally set to be in namespace hmi_test
No runtime information is recorded nor reported.
The max_miss parameter for module rdcover is 10000, whereas it is 1000 in
script rdday, so in principle the latter script could be submitted in cases
where the coverage criterion would result in its abandonment.