Skip to content

Commit

Permalink
pass arguments from dir func to file func
Browse files Browse the repository at this point in the history
  • Loading branch information
lmytime authored Jan 18, 2024
1 parent 5642e0c commit aa2fb93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fitsmap/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1352,4 +1352,7 @@ def dir_to_map(
prefer_xy=prefer_xy,
catalog_starts_at_one=catalog_starts_at_one,
img_tile_batch_size=img_tile_batch_size,
cluster_min_points=cluster_min_points,
cluster_radius=cluster_radius,
cluster_node_size=cluster_node_size,
)

0 comments on commit aa2fb93

Please sign in to comment.