24.10.2014 Views

Doppler Weather Radar - METNET - India Meteorological Department

Doppler Weather Radar - METNET - India Meteorological Department

Doppler Weather Radar - METNET - India Meteorological Department

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

PCO name: IMD-B, TCO name: IMD-B<br />

PRF: 600/450Hz, Wavelength: 10.62cm, Nyquist: 47.79m/s(V), 15.93m/s(W)<br />

XMT Polarization: Horizontal, Wind:???<br />

Constant:67.42 dB, I0:-113.20 dBm, Cal Noise:-81.99 dBm, Bandwidth:0 kHz.<br />

ZFlags: SP_T, block_zc, attn_zc, target_zc, dpatten_zc, dpatten_z<br />

VFlags: SP_V, 3lag_w, ship_v, unfold_vc, fall_vc, storm_vc<br />

Heights: <strong>Radar</strong>: 235m, Ground: 216m, Melting: 5400m MSL<br />

Maximum range: 249.8 km<br />

Ingest time: 07:34:40 19 AUG 2010 UTC (0 minutes west) DST:0/0<br />

Volume scan time: 07:34:40 19 AUG 2010 UTC (LT: IST -330 minutes)<br />

Oldest Ing time: 07:34:40 19 AUG 2010 UTC<br />

Product Gen time: 07:41:35 19 AUG 2010 UTC<br />

Input count: 1<br />

Product is not composites.<br />

Full volume scan, Force 8-bit, Selected data recorded<br />

3.13. Script for sending the .gif images to ftp server<br />

#!/bin/sh<br />

# Filename: transmet_gif<br />

# Sends files via ftp, syntax:<br />

# sig_ftp SourcePath DestPath DestHost User Password<br />

trap "" HUP<br />

SourcePath=$1<br />

SourceDir=${SourcePath%/*}<br />

SourceFile=${SourcePath##*/}<br />

DestPath=$2<br />

DestDir=${DestPath%/*}<br />

DestFile=${DestPath##*/}<br />

DestHost=$3<br />

# For security purposes you can always hard code the user name and/or<br />

# password here.<br />

User=$4<br />

Password=$5<br />

# Error checking: Make sure each string has a value.<br />

if [ "${SourceDir}" = "" ]; then exit 1; fi<br />

if [ "${SourceFile}" = "" ]; then exit 1; fi<br />

if [ "${DestDir}" = "" ]; then exit 1; fi<br />

if [ "${DestFile}" = "" ]; then exit 1; fi<br />

if [ "${DestHost}" = "" ]; then exit 1; fi<br />

if [ "${User}" = "" ]; then exit 1; fi<br />

if [ "${Password}" = "" ]; then exit 1; fi<br />

cd $SourceDir<br />

INTYPE=`echo $DestFile|cut -c1-3`<br />

INPPITYPE=`echo $DestFile|cut -c1-5`<br />

37

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!