Skip to content

Commit

Permalink
SGA links to LEDA: use name, not PGC number, per moustakas/SGA#79
Browse files Browse the repository at this point in the history
  • Loading branch information
dstndstn committed Apr 22, 2024
1 parent 1fa7f37 commit 8afe162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@
var name = json['name'][i];
var pgc = json['pgc'][i];
var groupname = json['groupname'][i];
s = '<a href="http://leda.univ-lyon1.fr/ledacat.cgi?o=PGC' + pgc + '">' + name + '</a>';
s = '<a href="http://leda.univ-lyon1.fr/ledacat.cgi?o=' + name + '">' + name + '</a>';
s += '<br/>Group: ' + groupname;
// matching map/cats.py : cat_sga
r = json['radiusArcsec'][i] * 2 / 60.;
Expand Down

0 comments on commit 8afe162

Please sign in to comment.