This page (revision-8) was last changed on 07-Dec-2016 14:14 by Louise Harra

This page was created on 18-Jun-2007 19:05 by David Pérez-Suárez

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
8 07-Dec-2016 14:14 2 KB Louise Harra to previous Comment by Louise Harra
7 19-Jun-2007 12:16 2 KB JianSun to previous | to last
6 19-Jun-2007 11:35 2 KB JianSun to previous | to last
5 19-Jun-2007 10:02 2 KB ViggoHanst to previous | to last Comment by ViggoHanst
4 19-Jun-2007 09:50 1 KB JianSun to previous | to last
3 19-Jun-2007 09:49 1 KB JianSun to previous | to last
2 19-Jun-2007 09:48 1 KB JianSun to previous | to last
1 18-Jun-2007 19:05 1 KB David Pérez-Suárez to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 30 added 11 lines
----\\
* I didn't use 'gauss' option before in moment object. I am using 'moment' option, maybe you could try it to see if it works.
** The second problem is caused by some typoes. It will be fixed soon.
To get the right wavelenght, it could be used like this (in your case):
{{{
IDL> wavel=obj->getlam(iwin)
IDL> n_wavel=n_elements(wavel) ;get the number of wavel
IDL> wavel=wavel[0:n_wavel-2] ;cut the last element of the 'wavel'
}}}
-- [Jian|],[{CurrentTimePlugin format='dd MMM yyyy' }]