aboutsummaryrefslogtreecommitdiffstats
path: root/astro/chandra/blanksky_add_time.py
Commit message (Collapse)AuthorAgeFilesLines
* Added astro/fits/merge_fits.pyAaron LI2015-06-171-2/+20
|
* Updated astro tools.Aaron LI2015-06-161-0/+73
* fit_betasbp_cut.py - fixed 'dof' calculation with 'n-p-1' - fixed 'par_eps' calculation/configuration - added 'fit_model_bounds' using 'scipy.optimize.minimize' to perform function minimization with bounds - split the data cut section to function 'cut_data' - added argument 'options' to 'fit_model_bounds' * marx_pntsrc.py Run MARX simulation on a given list of point sources, merge the output simulation results, and finally convert into FITS image. * blanksky_add_time.py Add a time column for the chandra blanksky event file. The time data are generated with a uniform distribution between TSTART and TSTOP.