Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Aug 14, 2023
1 parent d4466e8 commit 8444fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ All possible keywords are:
**Optional**

* :code:`class_name` (default= :code:`WiseDataByVisit`): The name of the :code:`WISEData` class
* :code:`class_module` (default= :codfe:`timewise`): The module where :code:`class_name` is implemented (can be outside of `timewise`).
* :code:`class_module` (default= :code:`timewise`): The module where :code:`class_name` is implemented (can be outside of `timewise`).
* :code:`min_sep_arcsec` (default=6): The value for the separation [arcsec] to associate datapoints to a source
* :code:`n_chunks` (default=1): The number of chunks in which to split the sample when downloading. If you are looking at sample with <1e5 objects then one chunk is enough!
* :code:`default_keymap` (default is :code:`ra` = :code:`ra` etc.): A mapping from :code:`ra`, :code:`dec` and :code:`id` to the respective columns in the CSV file
Expand Down

0 comments on commit 8444fc7

Please sign in to comment.