choose_ia
Select intrinsic alignment parameters from suffixed versions
File |
intrinsic_alignments/choose_ia/choose_ia_params.py |
Attribution |
CosmoSIS Team |
URL |
This utility module selects intrinsic alignment parameters from versions that have been computed with suffixed names. This is useful when multiple IA models or galaxy populations have been computed and stored with different suffixes, and you want to select one set as the primary IA parameters.
The module looks for parameters with the specified suffix and copies them to the standard parameter names without the suffix.
Assumptions
IA parameters have been computed with suffixed names
Setup Parameters
Name |
Type |
Default |
Description |
|---|---|---|---|
suffix |
str |
Suffix to look for in parameter names |
Input values
Section |
Name |
Type |
Default |
Description |
|---|---|---|---|---|
intrinsic_alignment_parameters |
parameter_suffix |
real or real 2d |
IA parameter with suffix to be copied to standard name |
Output values
Section |
Name |
Type |
Description |
|---|---|---|---|
intrinsic_alignment_parameters |
parameter |
real or real 2d |
IA parameter copied from suffixed version |