Search found 175 matches

by ghansham
Wed Nov 30, 2016 4:06 am
Forum: Bug Reports
Topic: differences in behavior, aggregated vs single file
Replies: 16
Views: 7283

Re: differences in behavior, aggregated vs single file

How you are aggregating files?
by ghansham
Wed Nov 30, 2016 3:58 am
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi all This is the updated jar that takes care of lat/lon mapping problem. I also forked out RGBCompositeControl and the ImageRGBDisplayable and added the functionality to change texture size. This texture size adjustment will have an impact when the display is not in data native projection. That is...
by ghansham
Tue Nov 29, 2016 4:39 pm
Forum: Bug Reports
Topic: differences in behavior, aggregated vs single file
Replies: 16
Views: 7283

Re: differences in behavior, aggregated vs single file

Hi sir Can you repost a few files once to have a look. Long time back (6 years) when I was working with Tommy Jasmin Sir, we observed this issue and we found the IDV class ucar.unidata.data.DataUtil class toFloatArray(Array) method. We fixed it and sent it to IDV. It was fixed at that time. Let us s...
by ghansham
Fri Nov 25, 2016 6:21 am
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi All I am sending you the plugin and attached snapshot. You can give a try to the HIMAWARI file uploaded by Joleen. It takes care of those cases where the lat/lon arrays are packed in the product and the variables have coordinates attribute referencing those lat/lon arrays as coordinates. Also att...
by ghansham
Thu Nov 24, 2016 2:27 pm
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi all

Can anybody is the single band image display for Himawari Image smooth?
And using which datasource is it being loaded? GeoGridData source or something else?



regards
Ghansham
by ghansham
Wed Nov 23, 2016 4:02 am
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi all After seeing what joleen posted as the snapshots of loading extra data to reset projection suggests that the projection of the RGB composite is not the way it is there in single band. So I am sure the jython exercise of dumping the coordinate system of rgb flatfield and that of single band wi...
by ghansham
Wed Nov 23, 2016 2:30 am
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi all, Joleen you are able to point it rght. If the geometry of image is being generated using plain GriddedSet of LongitudeLatitudeTuple, then this kind of issue comes. Another possibility is that if the geometry's reference coordinate system is edu.wisc.ssec.mscidasv.data.hydra.LongitudeLatitudeC...
by ghansham
Tue Nov 22, 2016 6:12 pm
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi

Thanks for all the files. I will get back to you on this at the earliest.
May be by tomorrow.

Regards
Ghansham
by ghansham
Tue Nov 22, 2016 5:53 pm
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Hi
Can you post a sample nc file which you are trying with bands to be used for RGB.
May be you can put it on ftp.
I can send the code as well a testplugin using the code to test the modified control.
Regards
Ghansham
by ghansham
Tue Nov 22, 2016 2:57 pm
Forum: Scripting
Topic: Can't make a simple smooth edge RGB in GUI or script
Replies: 24
Views: 11397

Re: Can't make a simple smooth edge RGB in GUI or script

Oh now i got it issue lies here, the mcv rgb composite control should use MapProjection class somewhere rather than visad.CoordinateSystem. I have a refined version of this class which I use at many places. I can send it through mail to mug person for testing.
Regards
Ghansham