Skip to content

Commit

Permalink
Fix ImageBrowser in last cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Oct 25, 2016
1 parent 5762b8b commit d516c06
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions reducer/reducer-template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -421,19 +421,9 @@
},
"outputs": [],
"source": [
"tt3 = TableTree(reduced_collection.summary_info, ['imagetyp', 'exposure'], 'file')\n",
"fits_browser = ImageBrowser(tt3, demo=False, directory=reduced_collection.location)\n",
"fits_browser.display()"
"reduced_browser = ImageBrowser(images, keys=['imagetyp', 'exposure'])\n",
"reduced_browser.display()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit d516c06

Please sign in to comment.