################################################################################ ## This is the plan file for completetile. It contains parameters which ## ## control file names, tile radii, fiber spacing, and fractions of fibers ## ## devoted to particular classes. ## ################################################################################ ## File parameters objectfile ./ctObjs.fit # File of targets reservable for tiling tilefile ./tiTileCenters-1922-1923.par # Tile centers file outputDir . # Output directory ## Flag for Southern Survey modifications southern 0 # Run for Southern Survey? (0 => no, !0 => yes) ## Seed for randomizing object lists rndSeed 8074937 # Random number seed ## Plate size and fiber spacing parameters plateradius 1.49 # Plate radius in degrees guideplaterad 1.48 # Plate radius for guide stars, in degrees fiberspacing 0.01527778 # Minimum target object fiber spacing # in degrees (should be 55./3600.) centerholeradius 0.01888889 # Exclusion radius for center post hole # in degrees (should be 68./3600.) guidespacing 0.03222222 # Minimum guide star fiber spacing # in degrees (should be 116./3600.) ## Brightness limits for spectra (don't target things brighter than these) gBrightLim 14.5 rBrightLim 14.5 iBrightLim 14.5 ## Standard star and sky fiber allocation BLANK_SKY_RESERVED 32 REDDEN_STD_RESERVED 8 SPECTROPHOTO_STD_RESERVED 8 ## Fractions of fibers devoted to various object classes ## These are set for the main survey FRAC_STAR 0.60 FRAC_SERENDIP 0.30 FRAC_QA 0.10 ## Fractions of STAR fibers devoted to subtypes FRAC_STAR_BHB 0.20 FRAC_STAR_CARBON 0.10 FRAC_STAR_BROWN_DWARF 0.00 # Tiled type, so the frac is set to 0 here FRAC_STAR_SUB_DWARF 0.30 FRAC_STAR_CATY_VAR 0.10 FRAC_STAR_RED_DWARF 0.10 FRAC_STAR_WHITE_DWARF 0.10 FRAC_STAR_PN 0.10 ## Fractions of SERENDIP fibers devoted to subtypes FRAC_SERENDIP_BLUE 0.15 FRAC_SERENDIP_FIRST 0.15 FRAC_SERENDIP_RED 0.15 FRAC_SERENDIP_DISTANT 0.15 FRAC_SERENDIP_MANUAL 0.40