func (c *Constellation) ImportSystems() error {
    systems, err := filepath.Glob(filepath.Join(c.path, "*", "solarsystem.staticdata"))
    if err != nil {
        return err
    }