When a parameter is fixed in an extraction it wasn't reset the parameter on the component. Since cosine_inclination is fixed as part of UnifiedAGN this led to this parameter being permanently changed.
Some of the masking choices on UnifiedAGN was incorrect. The NLR should always be visible, and thus never masked.
Issue Type
Bug
Checklist
[x] I have read the [CONTRIBUTING.md]() -->
[x] I have added docstrings to all methods
[x] I have added sufficient comments to all lines
[x] I have made corresponding changes to the documentation
[x] My changes generate no pep8 errors
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Fixes a couple of bugs:
cosine_inclination
is fixed as part ofUnifiedAGN
this led to this parameter being permanently changed.UnifiedAGN
was incorrect. The NLR should always be visible, and thus never masked.Issue Type
Checklist