Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

desispec.workflow.redshifts healpix bookkeeping (harmless?) #2355

Open
sbailey opened this issue Sep 5, 2024 · 0 comments
Open

desispec.workflow.redshifts healpix bookkeeping (harmless?) #2355

sbailey opened this issue Sep 5, 2024 · 0 comments

Comments

@sbailey
Copy link
Contributor

sbailey commented Sep 5, 2024

Launching healpix redshifts is done with commands like

SURVEY=main; PROGRAM=backup
desi_healpix_redshifts --survey $SURVEY --program $PROGRAM --bundle-healpix 10

This generates warnings like

WARNING:redshifts.py:235:create_desi_zproc_batch_script: Unrecognized group='healpix', using jobdesc='customztile'

This appears to be harmless and the jobs are running correctly, but create_desi_zproc_batch_script should be updated to recognize the 'healpix' option. The original purpose of 'customztile' was for cases like 1x_depth, 4x_depth, etc. where we couldn't predict what combinations our future selves might use, but healpix is a pre-known case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant