-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New parameter for scan start position in generator scans (#323)
* New parameter for scan start position in generator scans Include new string parameter az_start to indicate the beginning point of a generator scan. Defaults to starting scans from the midpoint between the two az endpoint inputs. * Add parameters to generate_scan process * Add defaults to params in generate_scan No longer require user to provide all inputs for generate_scan. All new options still exist, but now have default values. * Keyword arguments update, fix typos Create dictionary of optional params in generate_scan and ** method of passing them. Fix indentation in docstring, remove ptstack_fmt from docstring, fix docstring typo Co-authored-by: simonsobs <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e3300f6
commit 1190da0
Showing
2 changed files
with
60 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters