Differences between revisions 1 and 2
Revision 1 as of 2009-10-24 06:33:05
Size: 1756
Editor: yeti
Comment:
Revision 2 as of 2009-10-24 06:40:44
Size: 1304
Editor: yeti
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:

===== Create Instruction file =====

===== Create Maxium, Minimum, Mean and Standard Deviation JSD file =====
Line 7: Line 11:
===== Module Inputs =====
 . List inputs here

===== Module Outputs =====
 . List outputs here

===== Cadence =====
 . Indicate nominal cadence on which module is run

===== Archive =====
 . Indicate if/when products are archived

===== Options =====
 . Indicate if there are any options when running the code

===== Overall Status of Module =====
 . Indicate estimate of percentage complete for the module

===== Status of Code =====
 . Name heritage or percent complete for Basic Code

===== Status of DRMS module =====
 . Indicate status of DRMS module version of module

===== Issues needing resolution =====

  * List issues that still need to be resolved
  * Describe as many as you like

===== Responsible scientist =====
 . Give name of local coordinator for development of this module

===== Remarks =====
===== Load Maxium, Minimum, Mean and Standard Deviation in DRMS Data Series =====
The load mean, maximum, minimum, and standard deviation executable(load_m3sd) is use to get data from housekeeping day files, and calculate values using the instruction file and a housekeeping day file
Line 43: Line 16:
----

Housekeeping Telemetry Time Averaging

The Housekeeping Telemetry Time Averaging is calculated from level 0 housekeeping day file data. The mean, maximum, minimum, and standard deviation are calculated. An instruction file is created to specify range of time, keywords, output drms series name, author, and owner.

Create Instruction file

Create Maxium, Minimum, Mean and Standard Deviation JSD file

The create mean, maximum, minimum, and standard deviation jsd(cm3sd_jsd.pl) script is use to create the output drms series in DRMS using each keywords in the instruction file to create a keyword with a MAX, MIN, MEAN, and SD suffix that is a float. The time interval or range is use to create step in the slotted drms series. The author and owner are used to create the corresponding values in output drms series. This script does attempt to locate errors in instruction file and displays error messages.

Load Maxium, Minimum, Mean and Standard Deviation in DRMS Data Series

The load mean, maximum, minimum, and standard deviation executable(load_m3sd) is use to get data from housekeeping day files, and calculate values using the instruction file and a housekeeping day file

  • Back to ["HMIModuleTable"]
  • Back to FrontPage

JsocWiki: HKTelTimAve (last edited 2013-05-01 04:35:22 by localhost)