phangs_read_sample_table.pro 244 Bytes
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