Skip to content

Commit

Permalink
add back raw coord array
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Dec 7, 2017
1 parent ae8ddf8 commit d30190a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dkist/tests/generate_aia_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def generate_dataset_gwcs(wcs, wave_coords, time_coords):
tree = {
'dataset': references_from_filenames(cube, relative_to=path),
'wcs': gwcs_object,
'wave_coords': wave_coords,
'time_coords': time_coords,
}

print(tree)
Expand Down

0 comments on commit d30190a

Please sign in to comment.