get lat/lon from image with MAP_SET124 (8/31/2012 3:16:48 PM) comp.lang.idl-pvwave I have image with map_set in widget_draw. Here is sample code
MAP_SET,/STEREO,-90.,0.,/ISOTROPIC,/HORIZON,E_HORIZON={FILL:0}
r=map_image(data,startx,starty,LATMIN=-90,LATMAX=0,$
LONMIN=-180,L... skymaxwell
doing runtime application and problem028 (7/29/2012 7:09:15 PM) comp.lang.idl-pvwave Good day !
I want build distribution of my project like this
MAKE_RT,'myproject.sav','E:\test\',SAVEFILE='E:\work\IDL_PROGZ\PR23\myproject.sav',/VM,/HIRES_MAPS,/WIN32,/WIN64,/OVERWRITE
in directory E:... skymaxwell
how read L1F by IDL or ENVI141 (2/2/2011 12:21:30 PM) comp.lang.idl-pvwave Good day! I have NOAA satellite images in L1F format. I search about it in Google, seems it like "raw" telemetry data. How can convert these images to something else by IDL or ENVI (may be another utilities) ?... skymaxwell
analogue vector type in C++ for IDL ?1217 (12/5/2009 11:53:18 PM) comp.lang.idl-pvwave Good day !
Does IDL have some instrument like vector type in C++ ?
I have array MxN, but it's fixed. I want insert some rows there. How ?
Thanks
... skymaxwell
precision problem #2144 (8/18/2009 12:37:11 PM) comp.lang.idl-pvwave I have problem with precision. I typing IDL> b=13.37943889D and then i typing IDL> help,b B DOUBLE = 13.379439 how get my 13.37943889 for calculus ? If IDL rounding value, i've got w... skymaxwell
update of envi zoom034 (6/5/2009 5:21:41 PM) comp.lang.idl-pvwave Hello Does it possible write user functions for ENVI Zoom product ? HOW ? Thanks ... skymaxwell
mosaic in ENVI128 (6/4/2009 7:25:08 PM) comp.lang.idl-pvwave Good day! I did mosaic program for ENVI. it's work. but i have one problem: i have one column of data between my images. This is not background value... Here is my call of MOSAIC_DOIT. I try different values o... skymaxwell
installing and licensing IDL with FLEXnet164 (12/18/2008 9:45:57 PM) comp.lang.idl-pvwave Good day ! I faced with following trouble: in FLEXnet i have 2 services: first for ArcGIS and second for IDL IDL don't see ITT license... Does somebody use FLEXnet with two or more products ? How are you conf... skymaxwell
IDL for thin client237 (11/27/2008 9:59:59 AM) comp.lang.idl-pvwave good day does somebody install IDL for thin clients ? (computers without any hard disks). does it possible ? ... skymaxwell
idl for solaris145 (11/9/2008 9:33:07 PM) comp.lang.idl-pvwave Good day does IDL for UNIX (if i download it from ITTVIS web site) will working on Solaris operational system? I can't find IDL for Solaris on ITTVIS site. Only FlexLM server for Solaris there. Thanks ... skymaxwell
idl to java253 (2/2/2008 6:10:25 PM) comp.lang.idl-pvwave Hello how to export some graphics from IDL application to Java ? i looked at help in section Exporting Drawable Objects, but there only text ...without examples :( how to do it ? thanks ... skymaxwell(85)
Get index from table widget435 (2/13/2008 11:58:51 AM) comp.lang.idl-pvwave Good day ! I try to get index of row from TABLE widget. I set there possibility of multi selection. the keywords USE_TABLE_SELECT with GET_VALUE=some_var only return full records but i need index only (not val... skymaxwell(85)
envi batch mode and envi_select533 (4/22/2008 3:09:00 PM) comp.lang.idl-pvwave I found trouble with ENVI batch mode. For ENVI 4.1/4.2 help shown that batch mode can be tested by following commands IDL> ENVI,/RESTORE_BASE_SAVE_FILES IDL> ENVI_BATCH_INIT and for testing IDL> ENVI_SELECT... skymaxwell(85)
contour erasing my shade_surf537 (4/27/2008 5:09:21 PM) comp.lang.idl-pvwave My contour is erase shade_surf :( in contour i use NOERASE keyword... temp=data1 help,data1 temp=MIN_CURVE_SURF(temp,/REGULAR,NX=31,NY=8) help,temp levels=[0.0025,0.005,0.0075,0.01,0.0125,0.0150,0.0175,0.02] ... skymaxwell(85)
My Last Day on the Job5137 (8/29/2008 4:30:15 PM) comp.lang.idl-pvwave Folks, I just wanted to let you know that today is my last day on the job as an IDL consultant. Next week I start a full-time job elsewhere. I will still be doing a bit of IDL programming, but my plan is to ... news2122(4023)
envi_get_roi_data339 (8/30/2008 7:06:57 AM) comp.lang.idl-pvwave Good day i did excercise from ENVI Programming documentation with ROI. from ENVI i create 4 different ROIs. then i use ENVI_GET_ROI_DATA function i get values of my ROI pixels, i printed it for check i use ENV... skymaxwell(85)
mosaic in ENVI128 (6/4/2009 7:25:08 PM) comp.lang.idl-pvwave Good day! I did mosaic program for ENVI. it's work. but i have one problem: i have one column of data between my images. This is not background value... Here is my call of MOSAIC_DOIT. I try different values o... skymaxwell(85)
Extended dilaog_pickfile326 (6/22/2009 8:17:28 AM) comp.lang.idl-pvwave Hi, Is there a better method of file selection than dialog_pickfile? Because I have a number of similar named files (some even have the same name in multiple directories) and an idea of creation date woul... Ian.d.dean(16)
FTP downloading in IDL843 (7/21/2012 8:50:05 PM) comp.lang.idl-pvwave Dear all,
I am recently interested in network programming in IDL because I want to download geomagnetic Kp indices from a NOAA FTP server. The data files are under:
ftp://ftp.ngdc.noaa.gov/STP/GEOMAGNETIC_D... Jianbao.Tao(19)