Search found 87 matches

by glez_b
Thu May 31, 2012 6:56 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

Hello Joleenf: Apologize for late reply. I commented that I did a test with the code you sent me and it runs successfully. The adapted code is as follows: # Call data from the directory(/home/mcidasv/Documentos/SSEC/20040601) def scm(directory): import os; fs = os.listdir(directory); # now fs will b...
by glez_b
Tue Apr 24, 2012 7:52 am
Forum: Bundles
Topic: How I can segment the region of an Image?
Replies: 4
Views: 4093

Re: How I can segment the region of an Image?

Exactly what I want to do. But How I do that? Where and how I will be enabled to change the code?.

can you help...please
by glez_b
Thu Apr 19, 2012 10:42 pm
Forum: Bundles
Topic: How I can segment the region of an Image?
Replies: 4
Views: 4093

Re: How I can segment the region of an Image?

Exactly what I want to do. But How I do that? Where and how I will be enabled to change the code?.
by glez_b
Wed Apr 18, 2012 7:00 pm
Forum: Bundles
Topic: How I can segment the region of an Image?
Replies: 4
Views: 4093

How I can segment the region of an Image?

Hello, hope you are fine. I want to make a script that calculates certain characteristics in a satellite image for the day April 3, 2004. The first thing I want to do: 1. how to select the Region of Mexico from a script? How to convert lines and elements of an image to coordinates of latitude and lo...
by glez_b
Wed Apr 18, 2012 4:19 pm
Forum: Bug Reports
Topic: Calculating Area of Shield Cloud Through Drawing Control
Replies: 3
Views: 1858

Re: Calculating Area of Shield Cloud Through Drawing Control

In the code sent, the variable "a" corresponds to my data file?
In the symbol "<", I put the range of brightness values?
by glez_b
Thu Apr 12, 2012 12: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

I do not understand that part of the code. I add this to my original code?
by glez_b
Wed Apr 11, 2012 3:13 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

correcting errors in the code written in the previous message: def scm(directory): import os; fs = os.listdir(directory); # now fs will be a list of all the files in directory from edu.wisc.ssec.mcidas import AreaFile; for name in fs: print "Reading in:",name af = AreaFile(directory+"...
by glez_b
Wed Apr 11, 2012 3:07 am
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Identifying bright values ??in the pixels of an infrared ima

Hello, again giving trouble. doing some deployments in McIDAS-V, I note that the values ??of lines and elements which correspond to Mexico are the values ??determined by the AREA Coordinates (see AREA.jpg in attached),that is, the values ??associated with the image displayed on screen. This is true?...
by glez_b
Wed Mar 21, 2012 6:17 pm
Forum: Bundles
Topic: how to load data locally from scrip, without using bundle
Replies: 27
Views: 16333

Calculatiing Area of pixels

I put the file 200406010115.goesir in "/ put / incoming." Make a run with the following script: def scm(directory): import os; fs = os.listdir(directory); # now fs will be a list of all the files in directory from edu.wisc.ssec.mcidas import AreaFile; for name in fs: print "Reading in...
by glez_b
Sat Mar 17, 2012 5:31 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

The region of interest is Mexico