Source code for corazon.pipeline_search_vet

__all__ = ['search_and_vet_one']


[docs]def search_and_vet_one(ticid, sector, config, vetter_list, plot=True): """ Search and vet one TIC ID using your config and vetter list. """
# TODO: Implement me