1. Define periods.
-> Definition was made visually based on the files from: http://www-pw.physics.uiowa.edu/cluster/christopher/AAR-plots/
From Dec 2008 to Dec 2009.
Visually considering less the 400 km separation.
I didn't include Jan 2010 becasue spectrograph data is not yet available.
The define periods where inputed manually to trial file.
2. Generate Plots for those periods.
Plots where created using a perl script alingbatch.cgi
----------------------------------------
#!/usr/bin/perl
system("echo 'Started'");
open(DAT, trial) || die("Could not open file!");
@raw_data=
close(DAT);
foreach $linea (@raw_data)
{
chomp($linea);
$periodo = substr $linea, 3, 39;
$first = substr $linea, 0, 1;
$secnd = substr $linea, 1, 1;
open (MYFILE, ">temp");
print MYFILE "0 $periodo\n";
close (MYFILE);
$tring = "$first\_$secnd\_aling.lay temp C$secnd \n";
#print $tring;
system("sslbatch $tring")
}
#Web upload
system("mkdir /disk/peace1/projects/peace_ops/doc_server/Web_Docs/kjg/AAR/cmp7/ ")
system("cp ../index.php /disk/peace1/projects/peace_ops/doc_server/Web_Docs/kjg/AAR/cmp7/ ")
system("cp *.gif /disk/peace1/projects/peace_ops/doc_server/Web_Docs/kjg/AAR/cmp7/ ")
--------------------------------------------------------------------------------------
Additional plots with close peerigees to AAR at the same as the periods of aling where included and separated using: copia.cgi
Plots from peerigies with no data where excluded.
http://www.mssl.ucl.ac.uk/missions/peace_ops/kjg/AAR/cmp7/sindex.php
1 comments:
I made a copy of the complete directory tree to this folder:
/disk/peace1/projects/cluster/doc_server/Web_Docs/pw
whicis the location of this website:
http://www.mssl.ucl.ac.uk/missions/cluster/pw/
Post a Comment