Search found 111 matches

by tdrink
Sun Jan 07, 2018 5:16 pm
Forum: Scripting
Topic: looking for correct data type in RGB script
Replies: 18
Views: 15963

Re: looking for correct data type in RGB script

Hi HP, Bob,

I think this one we can fix.

Tom
by tdrink
Fri Jan 05, 2018 7:23 pm
Forum: Scripting
Topic: looking for correct data type in RGB script
Replies: 18
Views: 15963

Re: looking for correct data type in RGB script

Just replace combineRGB with mycombineRGB and both Display Types will work. Use the script above to verify: you can use 'RGB Composite' or '3 Color (RGB) Image' if you always use mycombineRGB. So like I said in my previous post just replace the contents of combineRGB with mycombineRGB and remove the...
by tdrink
Wed Jan 03, 2018 6:12 pm
Forum: Scripting
Topic: looking for correct data type in RGB script
Replies: 18
Views: 15963

Re: looking for correct data type in RGB script

I would replace combineRGB with mycombineRGB, and then remove mycombineRGB. I'm not
sure of the threading model used in the scripting, so the lock up could very well be related
to adding the second RGB (this script would probably be fine if you take out the 2nd composite)
by tdrink
Wed Jan 03, 2018 5:00 pm
Forum: Scripting
Topic: looking for correct data type in RGB script
Replies: 18
Views: 15963

Re: looking for correct data type in RGB script

Hi HP,

I was able to display 2 different RGBComposites in the same panel:

Formulas -> Three Color (RGB) Image (Auto-scale)

Using version 1.7beta1, build date 2018-01-03
by tdrink
Mon Sep 28, 2015 7:20 pm
Forum: General Questions
Topic: indexToValue() question
Replies: 7
Views: 4965

Re: indexToValue() question

Indexes refer to the position in the grid, the values or samples are the result
of the mapping from grid position to Rn (real number space) so an increasing
index could map to a decreasing location in space. This is determined when
the Set is created and is fixed.
by tdrink
Tue Dec 03, 2013 4:48 pm
Forum: Bug Reports
Topic: problem subsetting MODIS 0.25 km data
Replies: 45
Views: 15460

Re: problem subsetting MODIS 0.25 km data

Kris,

You can ask the help desk how to change the textureWidthMax, it wasn't getting
set before. You'll need the nightly to do this. For now, this will give you the capability
to display very large images, but we need to determine why you have to use this
workaround in the first place.

Tom
by tdrink
Thu Oct 03, 2013 1:06 pm
Forum: Bug Reports
Topic: problem subsetting MODIS 0.25 km data
Replies: 45
Views: 15460

Re: problem subsetting MODIS 0.25 km data

This provides a clue. Try halving the element res on the full disk 1km.
by tdrink
Tue Oct 01, 2013 7:08 pm
Forum: Bug Reports
Topic: problem subsetting MODIS 0.25 km data
Replies: 45
Views: 15460

Re: problem subsetting MODIS 0.25 km data

Kris,

When you have a chance:

Just to be sure, can you try to make some large imagery from GOES 1km full disk?

Thanks
by tdrink
Tue Oct 01, 2013 2:35 pm
Forum: Bug Reports
Topic: problem subsetting MODIS 0.25 km data
Replies: 45
Views: 15460

Re: problem subsetting MODIS 0.25 km data

known issue- you may have to try the box again, sorry about that.
by tdrink
Mon Sep 30, 2013 3:25 pm
Forum: Bug Reports
Topic: Wrong auto-scaling by 'Three Color (RGB)Image (Auto-scale)'
Replies: 6
Views: 2894

Re: Wrong auto-scaling by 'Three Color (RGB)Image (Auto-scale)'

HP,

I think you still have to set the ranges/gamma manually even with auto-scale according
to the product convention. You may also have to hit 'return/enter' on each text field
in the gui.

Tom