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

Default to the latest version noise template #30

Open
dwhan89 opened this issue Jun 25, 2019 · 0 comments
Open

Default to the latest version noise template #30

dwhan89 opened this issue Jun 25, 2019 · 0 comments

Comments

@dwhan89
Copy link
Collaborator

dwhan89 commented Jun 25, 2019

Currently, users have to specify which noise template to use when initializing SimGen.

class SimGen(object):
    def __init__(self, version, model="act_mr3", cmb_type='LensedCMB', dobeam=True, add_foregrounds=True, apply_window=True, max_cached=1,
                 extract_region = None,
                 extract_region_shape = None,
                 extract_region_wcs = None):

But we never provide users with the list of available noise template versions. Either we provide the list for users to choose from, or we need to default to the latest version. I think the latter is a better option.

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