Skip to content
Merged
Show file tree
Hide file tree
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4d1c5a0
modified images to ccds and minor changes in tests
siddharthlal25 Aug 6, 2020
2870b0c
added filename generating functions and tests
siddharthlal25 Aug 6, 2020
19351d9
added `write_data` and tests
siddharthlal25 Aug 6, 2020
7c52f82
minor fix in `ccds`
siddharthlal25 Aug 6, 2020
436c58e
added more documentation
siddharthlal25 Aug 6, 2020
80aca63
added saving version of `ccds` and minor modifications
siddharthlal25 Aug 9, 2020
246dc16
added tests for saving `ccds` and `write_data`
siddharthlal25 Aug 9, 2020
9451ad2
remove files generated during testing
siddharthlal25 Aug 9, 2020
ef44964
added saving version of `filenames`
siddharthlal25 Aug 9, 2020
73f72c8
added tests for saving version of `filenames`
siddharthlal25 Aug 9, 2020
76664d4
added saving version of `arrays`
siddharthlal25 Aug 9, 2020
b6964d9
added tests for saving version of `arrays`
siddharthlal25 Aug 9, 2020
b807465
fixed documentation
siddharthlal25 Aug 9, 2020
3016deb
renamed write_data to writefits
siddharthlal25 Aug 10, 2020
a63b3ff
modified default value of save keyword
siddharthlal25 Aug 11, 2020
3f933cd
modified docs and changed variable names
siddharthlal25 Aug 11, 2020
32644f2
some doc fix and minor indentation fix
siddharthlal25 Aug 17, 2020
98aa01e
modify save functionality to accomodate path = nothing
siddharthlal25 Aug 19, 2020
31859f7
Update src/collection.jl
siddharthlal25 Aug 19, 2020
e4088e0
doc fix
siddharthlal25 Aug 19, 2020
fe5c750
doc fix and added hdr, data in exported list
siddharthlal25 Aug 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/CCDReduction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export subtract_bias,
fitscollection,
arrays,
filenames,
images,
ccds,
CCDData

include("ccddata.jl")
Expand Down
Loading