diff --git a/src/newlk_search/search.py b/src/newlk_search/search.py index 481add4..1224a4c 100644 --- a/src/newlk_search/search.py +++ b/src/newlk_search/search.py @@ -231,7 +231,7 @@ def __repr__(self, html=False): out = out.assign(author=out['author'].apply(lambda x: f'{x}' if x in AUTHOR_LINKS.keys() else x)) #out = HTML(out.to_html(escape=False, max_rows=10)) - return out.to_string(max_rows=10) + return out.to_string(max_rows=20) def _repr_html_(self): @@ -1247,11 +1247,7 @@ def _filter_products( products : pandas dataframe object Masked astropy table containing desired data products """ - print(f"filetype: {filetype}") - print(f"campaign: {campaign}") - print(f"quarter: {quarter}") - print(f"exptime: {exptime}") - print(f"provenance: {provenance_name}") + if provenance_name is None: # apply all filters provenance_lower = ("kepler", "k2", "spoc") else: