# List of ancillary files to compile into a single file, # with special instructions if necessary. # # ancillaryfile - name of ancillary file (assumed to be in this dir) # descriptionfile - name of description file (in this dir) # maxpriority - maximum priority to consider in the file # filetype - FITS or YANNY # fibermagtype - ARRAY (if a five-element array) or INDIVIDUAL (if _U, _G, ...) # pmtype - ANGLE (if "propermotion" and "angle") or COMPONENTS (if "pmra" and "pmdec") or NONE # idfield - what is SDSS photo "id" field set to: ID, OBJ, or NONE # comments - any comments? # # Expects PMRA, PMDEC to be in millarcsec/yr, but # PROPERMOTION to be in arcsec/century # # MB 2009-06-24 defaultepoch 2009.8 typedef struct { char ancillaryfile[100]; char descriptionfile[100]; int maxpriority; char filetype[100]; char fibermagtype[100]; char pmtype[100]; char idfield[100]; char comments[100] } ANCILLARYLIST; ANCILLARYLIST sd3targets_final.fits sd3targets_final.descr 3 FITS ARRAY COMPONENTS ID "Late M and L dwarfs" ANCILLARYLIST BOSS_slowpokes_v2.fits BOSS_slowpokes_v2.descr 0 FITS ARRAY NONE ID "M dwarf wide binaries" ANCILLARYLIST WDv5_eisenste_fixed.fit WDv5_eisenste_fixed.descr 1 FITS INDIVIDUAL ANGLE OBJ "White dwarf absolute standards" ANCILLARYLIST qsoals_v2.par qsoals_v2.descr 1 YANNY ARRAY NONE ID "Narrow absorption line QSO variability sample" ANCILLARYLIST ancillary_supernova_hosts_v5.par ancillary_supernova_hosts_v5.descr 10 YANNY ARRAY NONE ID "Supernova host galaxies -- NEED TO DECIDE ON MAXPRIORITY" ANCILLARYLIST rqss090630.par rqss090630.descr 0 YANNY ARRAY NONE OBJ "Reddened QSO sample --- IS IT REALLY?" ANCILLARYLIST blake_boss_v2.fits blake_boss_v2.descr 2 FITS ARRAY NONE NONE "Low mass stars" ANCILLARYLIST brandtxmm-andersonblazar-merged.par brandtxmm-andersonblazar-merged.descr 0 YANNY ARRAY NONE NONE "Blazars" ANCILLARYLIST master-BAL-targets.par master-BAL-targets.descr 0 YANNY ARRAY NONE NONE "BAL quasar variability --- NOT DR7" ANCILLARYLIST sdss3_fan.par sdss3_fan.descr 2 YANNY ARRAY NONE NONE "High redshift quasars in multiply observed regions" ANCILLARYLIST bright_gal_v3.par bright_gal_v3.desc 2 YANNY ARRAY NONE NONE "Bright Galaxies" ANCILLARYLIST redkg.par redkg.descr 2 YANNY ARRAY NONE NONE "Red K-giants"