forked from xmm/arches
26 lines
594 B
Python
26 lines
594 B
Python
from pathlib import Path
|
||
|
||
good=['0862470801','0862470701','0862470601']
|
||
|
||
""" The angular size of an XMM DETXY physical coordinate system is 0.05 arcseconds """
|
||
det_pix_as=0.05
|
||
|
||
""" Arches core R=15 arcsec """
|
||
arches_ra=266.4595833
|
||
arches_dec=-28.8219444
|
||
arches_Rmax_as=15
|
||
|
||
pn_threshold = 0.2
|
||
mos_threshold=[0.2,0.3]
|
||
|
||
"""
|
||
Ядро скопления
|
||
RA=17h 45m 50.3s
|
||
Dec=-28d 49m 19s
|
||
Radius=15"
|
||
|
||
Фоновая скорость счёта для области ядра Арки оценивалась в кольце 70′′ < R < 130′′.
|
||
"""
|
||
|
||
skip=['0862471401','0862471501','0862470501']
|