kai.reduce.analysis
Classes
Object that will perform our standard post-data-reduction analysis. |
Functions
|
Function to help run parallel processes for IDL, used for StarFinder |
|
Make three standard figures that show the data quality |
Module Contents
- kai.reduce.analysis.idl_process_run(batch_file)[source]
Function to help run parallel processes for IDL, used for StarFinder
- Parameters:
- batch_filestr
Path of the bath file containing the IDL command to run
- class kai.reduce.analysis.Analysis(epoch, rootDir='/g/lu/data/orion/', filt='kp', clean_dir=None, combo_dir=None, combo_stf_dir=None, epochDirSuffix=None, imgSuffix=None, stfDir=None, useDistorted=False, cleanList='c.lis', airopa_mode='single', stf_version=None, stf_debug=False, stf_parallelize=True, instrument=instruments.default_inst)[source]
Bases:
object
Object that will perform our standard post-data-reduction analysis. This includes running starfinder, calibrating, and extracting positional and photometric errors via align_rms.
- calStars = ['irs16NW', 'S3-22', 'S2-22', 'S4-3', 'S1-1', 'S1-21', 'S1-12', 'S2-2', 'S3-88', 'S2-75',...[source]
- kai.reduce.analysis.plotPosError(starlist, raw=False, suffix='', radius=4, magCutOff=15.0, title=True)[source]
Make three standard figures that show the data quality from a *_rms.lis file.
astrometric error as a function of magnitude.
photometric error as a function of magnitude.
histogram of number of stars vs. magnitude.
Use raw=True to plot the individual stars in plots 1 and 2.