Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1
2
3
4
5
6
7
8
root.defaultMagColumn = 'r'
root.starGalaxyColumn = 'star'
#root.variableColumn = 'variable'
filters = ('u', 'g', 'r', 'i', 'z')
root.magColumnMap = dict([(f, f) for f in filters])
root.magErrorColumnMap = dict([(f, f + '_err') for f in filters])
root.indexFiles = ['index-photocal-test.fits', ] # 'index-2033.fits',]
root.allowCache = False # To prevent race conditions from tests using different index files