kai.reduce.analysis_residual

Classes

Analysis

Object that will perform our standard post-data-reduction analysis.

Functions

idl_process_run(batch_file)

Function to help run parallel processes for IDL, used for StarFinder

Module Contents

kai.reduce.analysis_residual.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_residual.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.

type = 'ao'[source]
corrMain = [0.8][source]
corrSub = [0.6][source]
corrClean = [0.7][source]
airopa_mode = 'single'[source]
trimfake = 1[source]
stfFlags = ''[source]
stf_debug = False[source]
stf_parallelize = True[source]
starlist = '/g/lu/data/orion/source_list/psf_central.dat'[source]
labellist = '/g/lu/data/orion/source_list/label.dat'[source]
orbitlist = '/g/lu/data/orion/source_list/orbits.dat'[source]
calFile = '/g/lu/data/orion/source_list/photo_calib.dat'[source]
instrument[source]
calStars = ['irs16NW', 'S3-22', 'S2-22', 'S4-3', 'S1-1', 'S1-21', 'S1-12', 'S2-2', 'S3-88', 'S2-75',...[source]
calFlags = '-f 1 -R '[source]
mapFilter2Cal[source]
calCooStar = 'irs16C'[source]
cooStar = 'irs16C'[source]
deblend = None[source]
alignFlags = '-R 3 -p -a 0'[source]
numSubMaps = 3[source]
minSubMaps = 3[source]
epoch[source]
rootDir = '/g/lu/data/orion/'[source]
filt = 'kp'[source]
dirEpoch[source]
dirClean[source]
dirCleanAln[source]
dirCombo[source]
dirComboAln[source]
cleanList = 'c.lis'[source]
cleanFiles = [][source]
dirStart[source]
plotPosMagCut = 15.0[source]
prepStarfinder(targetName, targetCoords, psfStars, filterName)[source]

Creates a _psf.list file and saves it in the source_list/ directory.

analyzeCombo()[source]
starfinderCombo(oldPsf=False)[source]
calibrateCombo()[source]