Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Added save compatible version of
filenames
,arrays
andimages
function #30Added save compatible version of
filenames
,arrays
andimages
function #30Changes from 10 commits
3121308
b2a69d4
022f9b7
1b2c4a0
b4fde15
2c4a4aa
fff6af7
404656c
28d732f
255efa2
0ed0b73
27b614d
811fb14
7b0a157
cb2fa43
ef93510
3e862d5
aeb6090
1d34a34
4066765
37c000f
ca21271
ef1881f
c095b6e
8be44c8
6064f26
79e97ac
ef0b18d
ab98374
0207990
a7dd75f
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will definitely want to show some examples with this, I'm not sure whether it makes more sense to copy-paste three nearly identical examples in the docstrings or whether to relagate that to the online documentation. Perhaps both?
Another way to get around this is to put all of the filename-changing stuff into the docstring for
make_file
and then show theCCDReduction.make_file
docstring in the docs and reference it. This removes the repitition and keeps all the relevant info in docstrings, but at the cost of having to search around a little more to get the information you need.