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

Update cuts to match unblinding plan #8

Closed
wants to merge 7 commits into from
Closed

Update cuts to match unblinding plan #8

wants to merge 7 commits into from

Conversation

HTJense
Copy link
Collaborator

@HTJense HTJense commented Oct 17, 2023

Updated the DR6 likelihood data cuts corresponding to the unblinding cuts:

  • No pa4_f150
  • pa4_f220 only in T, with 1000 < l < 8500
  • pa5 in TT/TE with 800 < l < 8500
  • pa6 in TT/EE with 600 < l < 8500
  • pa5/pa6 in EE with 500 < l < 8500

@HTJense HTJense added the enhancement New feature or request label Oct 17, 2023
@xgarrido
Copy link
Collaborator

xgarrido commented Feb 5, 2024

After speaking with @thibautlouis, we came to the conclusion that it is "easier" to write explicitly the multipole ranges. Actually, the TE/ET spectra breaks the generality of spectra scales and it is not easy or useful to use anchor/alias provided by yaml syntax.

Here are the cuts used for unblinding

Array T P
pa4_f220 1000 -
pa5_f090 1000 500
pa5_f150 800 500
pa6_f090 1000 500
pa6_f150 600 500

Below is the relevant part of the yaml to be updated

  # Specify default set of spectra and scale cuts
  # to be used
  defaults:
    polarizations: [TT, TE, ET, EE]
    polarizations_auto: &polarizations_auto [TT, TE, EE]
    lmax: &lmax 8500
    scales:
      TT: [2, *lmax]
      TE: [2, *lmax]
      ET: [2, *lmax]
      EE: [2, *lmax]

    # If True, TE' = (TE + ET) / 2 will be used
    # instead of TE and ET separately.
    symmetrize: false

  data:
    experiments:
      - dr6_pa4_f220
      - dr6_pa5_f090
      - dr6_pa5_f150
      - dr6_pa6_f090
      - dr6_pa6_f150

    spectra:

      - experiments: [dr6_pa4_f220, dr6_pa4_f220]
        polarizations: &polarizations_pa4_f220
          - TT
        scales: &scales_pa4_f220
          TT: [1000, *lmax]
      - experiments: [dr6_pa4_f220, dr6_pa5_f090]
        polarizations: *polarizations_pa4_f220
        scales: *scales_pa4_f220
      - experiments: [dr6_pa4_f220, dr6_pa5_f150]
        polarizations: *polarizations_pa4_f220
        scales: *scales_pa4_f220
      - experiments: [dr6_pa4_f220, dr6_pa6_f090]
        polarizations: *polarizations_pa4_f220
        scales: *scales_pa4_f220
      - experiments: [dr6_pa4_f220, dr6_pa6_f150]
        polarizations: *polarizations_pa4_f220
        scales: *scales_pa4_f220

      - experiments: [dr6_pa5_f090, dr6_pa5_f090]
        polarizations: *polarizations_auto
        scales:
          TT: [1000, *lmax]
          TE: [1000, *lmax]
          EE: [500, *lmax]
      - experiments: [dr6_pa5_f090, dr6_pa5_f150]
        scales:
          TT: [1000, *lmax]
          TE: [1000, *lmax]
          ET: [800, *lmax]
          EE: [500, *lmax]
      - experiments: [dr6_pa5_f090, dr6_pa6_f090]
        scales:
          TT: [1000, *lmax]
          TE: [1000, *lmax]
          ET: [1000, *lmax]
          EE: [500, *lmax]
      - experiments: [dr6_pa5_f090, dr6_pa6_f150]
        scales:
          TT: [1000, *lmax]
          TE: [1000, *lmax]
          ET: [600, *lmax]
          EE: [500, *lmax]

      - experiments: [dr6_pa5_f150, dr6_pa5_f150]
        polarizations: *polarizations_auto
        scales:
          TT: [800, *lmax]
          TE: [800, *lmax]
          EE: [500, *lmax]
      - experiments: [dr6_pa5_f150, dr6_pa6_f090]
        scales:
          TT: [1000, *lmax]
          TE: [800, *lmax]
          ET: [1000, *lmax]
          EE: [500, *lmax]
      - experiments: [dr6_pa5_f150, dr6_pa6_f150]
        scales:
          TT: [800, *lmax]
          TE: [800, *lmax]
          ET: [600, *lmax]
          EE: [500, *lmax]

      - experiments: [dr6_pa6_f090, dr6_pa6_f090]
        polarizations: *polarizations_auto
        scales:
          TT: [1000, *lmax]
          TE: [1000, *lmax]
          EE: [500, *lmax]
      - experiments: [dr6_pa6_f090, dr6_pa6_f150]
        scales:
          TT: [1000, *lmax]
          TE: [1000, *lmax]
          ET: [600, *lmax]
          EE: [500, *lmax]

      - experiments: [dr6_pa6_f150, dr6_pa6_f150]
        polarizations: *polarizations_auto
        scales:
          TT: [600, *lmax]
          TE: [600, *lmax]
          EE: [500, *lmax]

We can discuss the details on slack.

@HTJense
Copy link
Collaborator Author

HTJense commented Feb 5, 2024

I have addressed these changes in #9 in preparation for the sim runs.

@HTJense HTJense closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants