galsci / pysm

PySM 3: Sky emission simulations for Cosmic Microwave Background experiments
https://pysm3.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
33 stars 23 forks source link

d6 correlation length #171

Closed kmsurrao closed 11 months ago

kmsurrao commented 12 months ago

Hi, the documentation mentions that the user can specify a correlation length for the d6 model (https://pysm3.readthedocs.io/en/latest/models.html#dust). Where would that correlation length be specified when creating a Sky object containing d6?

zonca commented 12 months ago

the model is defined here: https://github.com/galsci/pysm/blob/main/pysm3/data/presets.cfg#L95-L108

You can check this tutorial on ways to customize a model: https://pysm3.readthedocs.io/en/latest/customize_components.html

zonca commented 11 months ago

please reopen if there is any issue