Skip to content

Latest commit

 

History

History
executable file
·
47 lines (24 loc) · 1.28 KB

API.rst

File metadata and controls

executable file
·
47 lines (24 loc) · 1.28 KB

API

OASIS Methods

OasisPy.initialize.INITIALIZE()

OasisPy.get.GET()

OasisPy.mask.MASK(path)

OasisPy.align.ALIGN(path, align_method='standard')

OasisPy.psf.PSF(path)

OasisPy.combine.COMBINE(path)

OasisPy.subtract.SUBTRACT(path, method='ois', use_config_file=True)

OasisPy.MR.MR(path, method='swarp', sig_thresh=4, gauss_sig=3, gauss_filt=False, use_config_file=True)

OasisPy.extract.EXTRACT(path, method='both')

Convenience Functions

OasisPy.pipeline.PIPELINE(path)

OasisPy.run.RUN()

Auxillary Functions

OasisPy.simulation.sim_fakes(location, n_fakes, iterations, input_mode='flux', PSF='moffat', subtract_method='ois', f_min=0, f_max=40000)

OasisPy.simulation.sim_sameField(location, numIms=100, bkg_mag=22.5, fwhm_min=3, fwhm_max=6, rot_min=-2.5, rot_max=2.5, shift_min=-2, shift_max=2, scale_mult=(0,1.5), scale_add=(-20,50), zero_point=25, mode='gauss')

OasisPy.simulation.SIM()

OasisPy.test.TEST()

OasisPy.montage.MOSAIC()