Skip to content
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

Major change in code internals #8

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
563502e
starting to work on new file structure
PBarmby Jun 26, 2014
a45dfb5
Initial change to hdulist file structure, untested.
PBarmby Jun 27, 2014
be88ae3
Fixed indentation; cleanup still works.
PBarmby Jun 27, 2014
f707468
construct_mef now works
PBarmby Jun 27, 2014
5485fdc
convert_image now works
PBarmby Jun 27, 2014
b13498c
switched cleanup function
PBarmby Jun 27, 2014
a5e2bc8
register_image in progress, not yet working
PBarmby Jun 27, 2014
097f342
fixes to resample_image (as yet untested)
PBarmby Jun 27, 2014
9470772
switched over convolve_image, untested
PBarmby Jun 27, 2014
0d1fdf9
convolve_image seems to work
PBarmby Jun 27, 2014
ab22495
resample_image appears to work
PBarmby Jun 27, 2014
088b69a
create_datacube nearly but not quite working
PBarmby Jun 27, 2014
dac01ae
resample_image works
PBarmby Jun 27, 2014
f088668
still problems with register_image, create_datacube
PBarmby Jun 27, 2014
2a38a5d
merge_headers was overwriting input: fixed. This fixes register_image…
PBarmby Jun 28, 2014
c2f33a6
create_datacube works
PBarmby Jun 29, 2014
de9bcae
test_imagecube now passes
PBarmby Jun 30, 2014
2de470f
added comments to code, more info to output headers
PBarmby Jun 30, 2014
83f27d8
tiny changes
PBarmby Jun 30, 2014
335f4d0
fixed check on imagecube history
PBarmby Jun 30, 2014
cd7ca31
minor bug fix
PBarmby Jul 1, 2014
6ac22db
Existing imagecube.fits not included in input
PBarmby Jul 1, 2014
359b646
changed datacube creation to use dstack and swapaxes
PBarmby Jul 2, 2014
1d40ef1
changed im_regrid to im_resamp (less confusion with im_reg)
PBarmby Jul 2, 2014
2f14478
changed introductory info
PBarmby Jul 2, 2014
f0c809c
error trap for problems creating datacube
PBarmby Jul 2, 2014
ca2996a
Updated astropy-helpers to v0.4.4
PBarmby Jan 19, 2015
dea403f
Merge changes from laptop
PBarmby Jan 19, 2015
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 .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "astropy_helpers"]
path = astropy_helpers
url = https://github.com/astropy/astropy-helpers.git
url = http://github.com/astropy/astropy-helpers.git
Loading