Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/7.1.0/doc/rgsevconvert/node8.html
Дата изменения: Mon Jul 9 01:36:46 2007 Дата индексирования: Sat Dec 22 13:26:55 2007 Кодировка: |
========== convert the EVENTS table ========== IF ( exists attribute PI_REF ) add WCS attributes to the PI column: TCRPX = 0 TCRVL = PI_REF TCDLT = PI_WID delete attributes PI_REF and PI_WID IF ( exists attribute BETA_REF ) add WCS attributes to the BETA_CHANNEL column: TCRPX = 0 TCRVL = BETA_REF TCDLT = BETA_WID delete attributes BETA_REF and BETA_WID IF ( exists attribute XDSP_REF ) add WCS attributes to the XDSP_CHANNEL column: TCRPX = 0 TCRVL = XDSP_REF TCDLT = XDSP_WID delete attributes XDSP_REF and XDSP_WID ========== convert the EXPMn_0c images ========== FOR EACH ccd FOR EACH node IF ( exists block EXPM<node>_0<ccd> ) rename block to EXPMAP<node><ccd> add WCS attributes: CRPIX1 = 1 CRVAL1 = BETA_REF CDELT1 = BETA_WID CRPIX2 = 1 CRVAL2 = XDSP_REF CDELT2 = XDSP_WID delete attributes BETA_REF, BETA_WID, XDSP_REF, XDSP_WID