Skip to content

Adding bounding_box defaults and wcs support to render_model.#3

Open
patti wants to merge 82 commits intoboundingboxesfrom
bbox2
Open

Adding bounding_box defaults and wcs support to render_model.#3
patti wants to merge 82 commits intoboundingboxesfrom
bbox2

Conversation

@patti
Copy link
Owner

@patti patti commented Jul 30, 2015

No description provided.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The origin option can be removed.
Hard-code to use 0.
There's some info why here and I can explain in the next hangout.
Basically – It's better to have a convention and use it consistently instead of letting the user configure this.

JaiPEG added 2 commits August 3, 2015 19:49
The if statement is redundant because its decision-making will be done by the
subsequent for loop.
embray added 7 commits August 4, 2015 11:28
…ainer and OrderedParameter, respectively. This required removing a bunch of code that checked for consistency between the param_names attribute and the names of Parameter attributes. However, I think these checks are mostly moot at this point, and were needed more for transitioning of the interface between versions 0.3 and 0.4 and up. I think with any newer code it's not an issue (and even with older code this was a check against developer error, not user error). To be clear, I updated the documentation. Also had to remove one test that was no longer relevant.
…scriptorContainer for FrameAttribute and BaseFrame. This *mostly* obviates the need for BaseFrame.get_frame_attr_names(). However, the frame_attributes dict created by OrderedDescriptorContainer is different, as it maps to the actual descriptor objects themselves (retrieved from BaseFrame.__dict__ rather than getattr(BaseFrame, attr_name)). There is a lot of code in the coordinates package that assumes the latter behavior, so for now I left BaseFrame.get_frame_attr_names() in place, and just adapted it to use the new interface.
…y/astropy-helpers#158, which is needed for the docs to build correctly.  Also fixed several docstrings that weren't being handled correctly by Sphinx due to use of the InheritDocstrings metaclass (not exactly sure why it wasn't a problem previously though...).
bsipocz and others added 27 commits August 18, 2015 14:39
Simplify coordinates/baseframe.py
Update imports for new release of IPython/Jupyter
Make stat.sigma_clip deal with/skip NaN values
…que=True

Test with update=True also added since the line the issue arises in also
includes update
Correctly handle adding commentary cards in Header.extend in edge cases
OrderedDescriptor and OrderedDescriptorContainer
Converts (2, 3) to [2][3]
If the argument is a pointer return ‘*_name’,
else return ‘_name’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.