Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/8.0.0/doc/emsaplib/node20.html
Дата изменения: Wed Jul 2 03:07:34 2008 Дата индексирования: Fri Sep 5 20:47:40 2008 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
Aim: Project the energy of an array of events onto an image.
The routine declaration is:
subroutine projectEventsEnergy(evt, patabove, image) ! evt : Array of event structure ! patabove : Geometry of event outside central pixel (from getpixelInE2) ! image : Image upon which to project type(sas_evt), dimension(:), intent(in) :: evt integer(kind=int16), dimension(-1:1,-1:1,0:edu_npat-1), & intent(in) :: patabove integer(kind=int32), dimension(-2:,-2:), intent(inout) :: image