../
|
generate_definitive_image.csh
|
1.1
(10 years ago)
by mbobra:
# Name generate_definitive_image.csh
#
# Purpose This script generates .png files showing all the definitive HARPs on the disk
# using Mike Turmon's script, track_hmi_harp_movie_driver.sh.
#
# Machine Must run on n02, n04, or solar3 (only machines where MATLAB runs).
#
# This script runs in two modes, forward and backward.
# Forward mode -- this is the mode to run every day after the tracker run.
# It creates a definitive HARP .png file every hour between T_HORIZ at T_REC = $
# and T_HORIZ at T_REC = $ - 1.
# The forward mode only takes the arguments [TYPE] (see below).
#
# Backward mode -- This is the mode to run to generate definitive HARP .pngs
# for any period in HMI's history. The backward mode takes the arguments
# [TYPE] [TSTART], and [TSTOP].
#
# Usage > ruby generate_definitive_harp_pngs.rb [TYPE] [TSTART] [TSTOP]
# where [TYPE] equals 'forward' or 'backward'
# where [TSTART] equals the start time, in TAI
# where [TSTOP] equals the stop time, in TAI
#
# E.g. > ./generate_definitive_image.csh forward
# > ./generate_definitive_image.csh backward 2012.01.01_00:00:00_TAI 2012.01.01_06:00:00_TAI
#
|
generate_nrt_image.csh
|
1.1
(10 years ago)
by mbobra:
# Name generate_nrt_image.csh
#
# Purpose This script generates .png files showing all the nrt HARPs on the disk
# using Mike Turmon's script, track_hmi_harp_movie_driver.sh.
#
# This script generates three files that are overridden per run of this module:
# latest.png -- a negative-color latest nrt image used for nrt sharp data visualization
# thumbnail.png -- a thumbnail latest nrt image used for the webpage
# latest_nrt.png -- a latest nrt image
#
# This script also keeps two months of harp.png files and throws away all
# harp nrt .png files older than two months.
#
# This script should be run in cron every hour using the path below.
#
# Machine Must run on n02, n04, or solar3 (only machines where MATLAB runs).
#
# Usage > ./generate_nrt_image.csh
#
# E.g. > ./generate_nrt_image.csh
|
track_and_ingest_mharp.sh
|
1.12
(9 years ago)
by jeneen:
Added /home/jsoc/cvs/Development/JSOC/bin/linux_x86_64 to the PATH.
|
track_hmi_harp_gap_ingest.sh
|
1.1
(10 years ago)
by turmon:
Fixes for gap-filling, improved keywords, better error logging, improved QL movies
|
track_hmi_harp_gap_stage.sh
|
1.2
(9 years ago)
by turmon:
Bugfix for problem triggered by unique October 2012 double run.
|
track_hmi_harp_movie_driver.sh
|
1.5
(9 years ago)
by turmon:
Faster metadata query. MDI movies. Restrictions of which HARPs to plot.
|
track_hmi_production_driver_movie.sh
|
1.1
(10 years ago)
by turmon:
Fixes for gap-filling, improved keywords, better error logging, improved QL movies
|
track_hmi_production_driver_stable.sh
|
1.7
(9 years ago)
by turmon:
MDI compatibility.
|
0 directories and
8 files shown