comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » array of map structures
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
array of map structures [message #93831] Tue, 01 November 2016 21:28 Go to previous message
gunvicsin11 is currently offline  gunvicsin11
Messages: 93
Registered: November 2012
Member
Hi all,

I would like to make movie of an array of map structures. But I
couldnt make array of map structures. I have created structure
using create_struct,

create_struct,ca,'ksom',
['DATA','XC','YC','DX','DY','TIME','ID','DUR','XUNITS','YUNI TS','ROLL_ANGLE','ROLL_CENTER'],'d(767,684),d(1),d(1),d(1),d (1),a(1),a(1),f(1),a(1),a(1),d(1),d(2)'
ksom=replicate(ca,nn)

then inside the loop I have given like this,

ksom(ii)=make_map(dumksodata1,xc=correct_kso_map.xc,yc=corre ct_kso_map.yc,dx=correct_kso_map.dx,dy=correct_kso_map.dy,ti me=correct_kso_map.time)

now for example if I do plot_image,ksom(2).data then the output is
displayed. But if I do Plot_map,ksom(2) then I am getting error like this,
PLOT_MAP_INDEX: Extracted data is not 2-D.

Please let me know what is the problem here.
thanks
[Message index]
 
Read Message
Read Message
Previous Topic: WIDGET_DROPLIST causes a crash on XQuartz 2.7.10 and 2.7.11 on MacOSX 10.11.6
Next Topic: List Structure of .Sav

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:58:59 PDT 2025

Total time taken to generate the page: 0.00383 seconds