This page (revision-13) was last changed on 07-Dec-2016 14:14 by JianSun

This page was created on 25-Sep-2007 17:35 by JianSun

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
13 07-Dec-2016 14:14 2 KB JianSun to previous
12 27-Sep-2007 16:08 3 KB JianSun to previous | to last
11 27-Sep-2007 16:06 3 KB JianSun to previous | to last
10 27-Sep-2007 16:01 3 KB JianSun to previous | to last
9 26-Sep-2007 07:20 2 KB David R Williams to previous | to last
8 26-Sep-2007 07:12 2 KB David R Williams to previous | to last Comment by David R Williams
7 25-Sep-2007 18:36 1 KB JianSun to previous | to last
6 25-Sep-2007 18:01 1 KB JianSun to previous | to last
5 25-Sep-2007 18:00 1 KB JianSun to previous | to last
4 25-Sep-2007 17:54 1 KB JianSun to previous | to last
3 25-Sep-2007 17:53 1 KB JianSun to previous | to last
2 25-Sep-2007 17:36 1 KB JianSun to previous | to last
1 25-Sep-2007 17:35 1 KB JianSun to last

Difference between version and

At line 1 added 2 lines
[{ALLOW edit EISMainUsers}]
[{ALLOW view Anonymous}]
At line 5 changed one line
Here are some suggestions (according to emails between Ignacio U., Ken D.and Viggo H. and John M.):
Here are some suggestions (according to emails between Ignacio U., Ken D., Viggo H. and John M.):
At line 31 changed one line
3. I wrote a wrap idl program called "eis_getpinfo.pro" to get pointing information (no need to read full fits file)
3. I wrote a simple wrapped idl program called "[eis_getpinfo.pro|FitsPointing/eis_getpinfo.pro]" to extract pointing information from EIS fits file (ie no need to read full fits file)
At line 38 changed one line
The values mean: XCEN, YCEN, FOVX, FOVY (arcsec)
The values mean: [XCEN, YCEN, FOVX, FOVY] (unit: arcsec)
At line 43 added 2 lines
Hope this helps. :)
At line 46 added 35 lines
--[JianSun] [{CurrentTimePlugin}]
----
Hi, Jian
Thanks for doing this! Really useful not to have to read a whole FITS file -- especially the [huge files we recently discussed|~BigEISFitsFiles]!
On a point of refinement -- and this is something we should consider in the team meeting in October -- I'm not sure that we can really speak of a single EIS pointing. The reason I say this is the [North-South offset of about 20"|~CCDOffset] between the two wavelength channels, and also the [1" East-West offset|~CCDOffsetX] between them. In a sense, each wavelength channel has its ''own'' pointing. But perhaps this is factored into your routine already?
Does [EIS_PREP|~DataAnalysisRoutines] correct for these offsets?
--[David R Williams|~DavidRWilliams], 26-Sep-2007
----
Hi David,
Your comments are valuable. Thanks.
I don't think [EIS_PREP|~DataAnalysisRoutines] corrects these offsets, people have to do it by themself manually.
There is a preliminary report from Deb (MSSL) to show the shifts between SW & LW CCDs and XRT. The fits file has 22 lines: 8 lines in SW CCD and 14 lines in LW CCD:
Y shifts (arcsec):
{{{[20,20,20,20,20,19,19,19] (SW) [4,2,2,2,3,0,0,1,1,1,0,0,0.5,3] (LW)}}}
X shifts (arcsec):
{{{[0,0,0,0,0,0,0,0.5] (SW) [3,3,1,1,1,3,0,1,1,2,3,3,2,1] (LW)}}}
----
[{InsertPage page=InterCo}]
--[JianSun] [{CurrentTimePlugin}]