#!/usr/bin/env ruby
=begin


  lib-ape-view.rb をいろいろかきかえないと作れない. 


=end
# ----------------------------------------------
# local load path

# $local_path = '/work11/ape/yukiko/lib'
# $: << $local_path

# ----------------------------------------------
# 必要なライブラリ, モジュールの読み込み

load "fluidsoc-ape-view.rb"

id = ["control","flat","peaked","1keq","3keq","3kw1","Qobs","control-5N"]
#test = ape_mkfig_new(3)
test = ape_mkfig_new(2)
#test = ape_mkfig_new(1)

$rezol = "T39L48_eml"
$expID = "control"
set_dir("aguforape", host="eva01")
test.nc_tr

$rezol = "T39L24_eml"
$expID = "control"
set_dir("aguforape", host="eva01")
test.nc_tr

$rezol = "T39L96_eml"
$expID = "control"
set_dir("aguforape", host="eva01")
test.nc_tr

$rezol = "T79L48_eml"
$expID = "control"
set_dir("aguforape", host="eva01")
test.nc_tr

$rezol = "T159L48_eml"
$expID = "control"
set_dir("aguforape", host="eva01")
test.gr_tr_all

$rezol = "T319L48_eml"
$expID = "control"
set_dir("aguforape", host="eva01")
test.gr_tr_all

DCL::grcls


