This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # coding: utf8 | |
| import numpy as np | |
| import sys | |
| import subprocess | |
| import matplotlib as mpl | |
| from matplotlib.backends.backend_pdf import PdfPages | |
| from astrodendro import Dendrogram | |
| from astrocube import DataCube |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| plot_sort_name = "npix" | |
| cube_view.z = 212 | |
| set_color_map("bone") | |
| highlighters = [create_highlighter(c) for c in ["purple", "green", "orange", "brown"]] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set up your site so that static files can be accessed from the static | |
| # domain *or* from a subfolder of the main site (e.g. use a symlink) | |
| # Then add a setting like the following to your site's settings.py, | |
| # such that /static/ is the same as http://static.yourdomain.com | |
| ############################################################################# | |
| WYM_CMS_STATIC_URL = '/static/cms/' | |
| ############################################################################# | |
| # Replace the last line of cms/plugins/text/settings.py with the following: |
NewerOlder