Search found 87 matches

by glez_b
Sat Mar 17, 2012 5:28 am
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

I followed your suggestions (in the attachment show the procedure and data types). Data is downloaded from unidata2.ssec.wisc.edu , via ftp. The features of the data are explained in [url]http://www.unidata.ucar.edu/data/unirec.html. [/url] When I deploy the data in McV, I get brightness values ??(0...
by glez_b
Sat Mar 17, 2012 1:44 am
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

Not very clear to me how to find files with extension goes12ir. Because I'm interested in that, once the data is located with the value of TIR = 219K select the data that maintain the value TIR for three hours or more. My data if they are calibrated. I have a doubt in the statement "if". w...
by glez_b
Fri Mar 16, 2012 9:25 pm
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

My database is composed of monthly and is the Following: 200406010000.goes10ir 200406010000.goes10vis 200406010000.goes10wv 200406010000.goes12ir 200406010000.goes12vis 200406010000.goes12wv Each has 3 channels: ir, vis, wv with four variables: raw, radiance, brightness and temperature. I am interes...
by glez_b
Fri Mar 16, 2012 7:42 pm
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

Thanks, the script ran correctly. I have a doubt on the part of the if, values ??of 199.5 and 200.5 corresponding to temperature values ??or values ??of brigthness. When i run the scrip does not find any data whit the above values. All is 0 Reading in: goes12.2004.095.064513.BAND_06 For file goes12....
by glez_b
Fri Mar 16, 2012 5:21 pm
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

Thanks for your comments. You'll think I'm a fool or not reviewed the manuals, but I assure you that I have made an effort to learn the language of jython. I copied the code you posted in viewtopic.php?f=24&t=1026 , and when I run the script now I get this error: File "<string>", line ...
by glez_b
Fri Mar 16, 2012 3:55 am
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

Sorry, I posted wrong code. Really My error is this: File "<string>", line 9 af = Files(directory+"/"+name); ^ SyntaxError: mismatched input '' expecting EOF Error running jython script:/home/mcidasv/JYTHON/scm.py File "<string>", line 9 af = Files(directory+"/&quo...
by glez_b
Fri Mar 16, 2012 3:02 am
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Re: how to load data locally from scrip, without using bundle

Thank you for your contribution. Some time ago I received a code to call data from a jython script. The following code calls the data, which are located in my local directory: "/ home / mcidasv / Documents / CLASS". The code is as follows: def scm(directory): import os; fs = os.listdir(dir...
by glez_b
Tue Mar 13, 2012 8:46 pm
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

how to load data locally from scrip, without using bundle

How I can load satellites data , without going through a bundle. My data is stored in a local directory (/ home / mcidasv / Data). how I can call this data from a script? I'm working with a database of satellites very long. Sometimes I need to load up to 100 satellite imagery data. What is the best ...
by glez_b
Thu Mar 08, 2012 11:28 pm
Forum: Bundles
Topic: How Load Data without To Use Bundle?
Replies: 1
Views: 2547

Re: How Load Data without To Use Bundle?

correction of post: The script BANDA6.isl works well, I thought that images that are displayed when running the script is kept in the same place where BANDA6.xidv file is located (/ home / user / ISL). Actually the images are stored in the temporary directory of McIDAS-V (/ home/mcidasv/McIDAS-V/tmp...
by glez_b
Thu Mar 08, 2012 9:46 pm
Forum: Bundles
Topic: How Load Data without To Use Bundle?
Replies: 1
Views: 2547

How Load Data without To Use Bundle?

I am running a script ISL, which reads as follows: <?xml version="1.0" encoding="ISO-8859-1"?> <isl debug="true" loop="1" offscreen="true" sleep="1"> <bundle clear="true" file="${islpath}/BANDA6.xidv" wait="true&quo...