Skip to content
  • Yannick Roehlly's avatar
    Make glob() available in configuration · ce569173
    Yannick Roehlly authored
    Making glob() available in session/configuration.py allows users of
    savefluxes and sfhfromfile to use something like
    
    filename = "eval glob('sfh*.fits')"
    sfr_column = 2
    
    to take the star formation history from several files.
    ce569173