This page (revision-27) was last changed on 26-Oct-2022 21:57 by Peter Young

This page was created on 07-Jun-2010 19:35 by PeterYoung

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
27 26-Oct-2022 21:57 7 KB Peter Young to previous
26 07-Dec-2016 14:14 6 KB Peter Young to previous | to last
25 05-Apr-2011 18:14 6 KB PeterYoung to previous | to last
24 08-Jul-2010 15:42 6 KB PeterYoung to previous | to last
23 06-Jul-2010 16:15 7 KB PeterYoung to previous | to last
22 05-Jul-2010 10:39 7 KB ViggoHanst to previous | to last
21 03-Jul-2010 14:22 7 KB ViggoHanst to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 5 changed one line
IDL> data=obj_new('eis_data',filename)
{{IDL> data=obj_new('eis_data',filename)
}}
At line 11 changed one line
IDL> data->display_methods
{{IDL> data->display_methods
}}
At line 19 changed one line
IDL> wd=data->getvar(iwin)
{{IDL> wd=data->getvar(iwin)
}}
At line 31 changed 2 lines
IDL> xpos=data->getxpos()\\
IDL> ypos=data->getypos()
{{IDL> xpos=data->getxpos()\\
IDL> ypos=data->getypos()}}
At line 38 changed 2 lines
IDL> xcen=data->getxcen()\\
IDL> ycen=data->getycen()
{{IDL> xcen=data->getxcen()\\
IDL> ycen=data->getycen()}}
At line 47 changed one line
IDL> exp_time=data->getexp()
{{IDL> exp_time=data->getexp()
}}
At line 53 changed one line
IDL> hdr_obj=data->gethdr()
{{IDL> hdr_obj=data->gethdr()}}
At line 57 changed one line
IDL> hdr_obj->display_methods
{{IDL> hdr_obj->display_methods}}
At line 61 changed one line
IDL> text=hdr_obj->getbte_hdr()
{{IDL> text=hdr_obj->getbte_hdr() }}
At line 65 changed one line
IDL> date_obs=fxpar(text,'DATE_OBS')
{{IDL> date_obs=fxpar(text,'DATE_OBS')
}}
At line 73 changed one line
IDL> cal=data->getcal()
{{IDL> cal=data->getcal()}}
At line 77 changed 2 lines
IDL> iwin=data->getwindx(195.12)\\
IDL> wp=cal->warm_pixels(data,iwin)
{{IDL> iwin=data->getwindx(195.12)\\
IDL> wp=cal->warm_pixels(data,iwin)}}
At line 88 changed one line
IDL> m=obj_new(‘eis_moment’,data,iwin=195.12)
{{IDL> m=obj_new(‘eis_moment’,data,iwin=195.12)}}
At line 94 changed one line
IDL> m->help
{{IDL> m->help}}
At line 100 changed one line
IDL> m=obj_new(‘eis_moment’,data,iwin=195.12,/gauss)
{{IDL> m=obj_new(‘eis_moment’,data,iwin=195.12,/gauss)}}
At line 108 changed one line
IDL> mmap=m->mk_eis_map(195.12,/vel)
{{IDL> mmap=m->mk_eis_map(195.12,/vel)}}
At line 112 changed one line
IDL> plot_map, map
{{IDL> plot_map, map}}