func (r *Region) ImportConstellations() error {
    constellations, err := filepath.Glob(filepath.Join(r.path, "*", "constellation.staticdata"))
    if err != nil {
        return err
    }