phangs_read_sample_table.pro 244 Bytes Edit Raw Blame History 1 2 3 4 5 6 function phangs_read_sample_table,file=file,tblhdr_out=tblhdr_out use_file=!dustem_wrap_soft_dir+'LabTools/IRAP/AH/phangs_sample_table_v1p6.fits' if keyword_set(file) then use_file=file str=mrdfits(use_file,1,tblhdr_out) return,str end