An easy python package/code for Einstein Probe data analysis.
ASAS-SN forced photometry.
ATLAS forced photometry.
Alerce and Lasair are commonly used platform for ZTF sources.
Heasarc tool provide a convenient portal to search history X-ray observations. You may also need check eROSITA via https://erosita.mpe.mpg.de/dr1/erodat/catalogue/search/.
A tool used for obtain Galactic hydrogen column density
RapidGBM for check Fermi-GBM sky coverage.
DataFusion, a Multi-messenger tool for viewing EP instant coverage and ToO Plan.
BAT Target Search Portal offers a quick access to Swift-BAT instant coverage.
Astro-Colibri is a platform for viewing transient information of different type.
Legacy Survey: useful Gallery for checking deep optical image.
Heasoft should be installed, and the path of PyXspec need to be correctly added.
After installed EPTools, you can easily process WXT data by using EPTools.TA_quick function to obtain basic lightcurve, spectrum and fitting of specified source for TA:
import EPTools
root = 'path/to/your/data'
obsid = 'ep01709201259wxt37'
snum = 's6'
binsize = 100
grp = True
group = 1
nH = None
pha_file = 'PC.pi' #if you have already grouped data
plotstyle = 'line'
ins = 'WXT'
chatter = 0
EPTools.utils.TA_quick(obsid,snum,root,grp=grp,pha_file=pha_file,group=group,nH=nH,
binsize=binsize,rebin=rebin,rx=rx,plotstyle=plotstyle,chatter=chatter,ins=ins)
fxtchain indir={your_input_path} outdir={your_output_path} exitstage=2
expr="ELV>5&&DYE_ELV>30&&SAA==0&&STABILITY==3&&ANG_DIST<0.2" \
datamode=ff srcffregion={your_ff_src_region} bkgffregion={your_ff_bkg_region}
More informations can be found in the documentation.
@copyright to Runduo Liang (Aujust)