Skip to content

Commit

Permalink
desi_group_spectra --healpix auto-fill boilerplate keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bailey authored and Stephen Bailey committed Sep 1, 2023
1 parent edbd9ba commit 57f4d1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions py/desispec/scripts/zproc.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,7 @@ def main(args=None, comm=None):

if groupname == 'healpix':
cmd += f"--healpix {healpix} "
cmd += (f"--header SPGRP={groupname} SPGRPVAL={healpix} "
f"HPXPIXEL={healpix} HPXNSIDE=64 HPXNEST=True "
f"SURVEY={args.survey} PROGRAM={args.program} ")
cmd += f"--header SURVEY={args.survey} PROGRAM={args.program} "
else:
cmd += "--onetile "
cmd += (f"--header SPGRP={groupname} SPGRPVAL={thrunight} "
Expand Down

0 comments on commit 57f4d1e

Please sign in to comment.