Hide keyboard shortcuts

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

9

10

11

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.multiIndexFiles = [['index-photocal-test-stars.fits', 

'mindex-photocal-test.fits', 

'mindex-photocal-test-4.fits', 

], ] 

root.allowCache = False # To prevent race conditions from tests using different index files