Skip to content

Commit

Permalink
cleaned up rrdesi
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi0395 committed Dec 6, 2023
1 parent 6487a3f commit f7fc3df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions py/redrock/external/desi.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,6 @@ def rrdesi(options=None, comm=None):
parser.add_argument("--archetype-nnearest", type=int, default=None,
required=False, help="number of nearest archetypes (in chi2 space) to be used in archetype modeling, must be greater than 1 (default is None)")

parser.add_argument("-zminfit_npoints", type=int, default=15,
required=False, help="number of finer redshift to be used around best fit redshifts (default is 15)")

parser.add_argument("--archetype-legendre-percamera", default=True, action="store_true",
required=False, help="If True, in archetype mode the fitting will be done for each camera/band")

Expand Down

0 comments on commit f7fc3df

Please sign in to comment.