Skip to content

Commit

Permalink
Merge pull request #210 from astronomy-commons/hombit-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit committed Feb 9, 2024
2 parents d02353d + 3bb9c66 commit 4a2d119
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/catalogs/arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ A minimal arguments block will look something like:

.. code-block:: python
from hipscat_import.pipeline import ImportArguments
args = ImportArguments(
sort_columns="ObjectID",
ra_column="ObjectRA",
Expand Down Expand Up @@ -52,7 +54,7 @@ to the pipeline, ignoring the above arguments. This would look like:
from dask.distributed import Client
from hipscat_import.pipeline import pipeline_with_client
args = ...
args = ... # ImportArguments()
with Client('scheduler:port') as client:
pipeline_with_client(args, client)
Expand Down Expand Up @@ -299,4 +301,4 @@ using the LSST nomenclature:
- source - detections of things in the sky at some point in time.

Some data providers split detection-level data into a separate catalog, to make object
catalogs smaller, and reflects a relational data model.
catalogs smaller, and reflects a relational data model.

0 comments on commit 4a2d119

Please sign in to comment.