Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alercebroker/vue-proj
Browse files Browse the repository at this point in the history
  • Loading branch information
dirodriguezm committed Aug 30, 2019
2 parents ac3eafe + 481b06e commit 9a96f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/results/tabs/TabGeneral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,9 @@ export default {
nedUrl() {
return this.ztf_object
? "https://ned.ipac.caltech.edu/conesearch?search_type=Near+Position+Search&iau_style=liberal&objname=&coordinates=" +
Math.round(this.ztf_object.meanra * 1000) / 1000 +
this.ztf_object.meanra+
"d," +
Math.round(this.ztf_object.meandec * 1000) / 1000 +
this.ztf_object.meandec +
"d&iau_name=&radius=0.17&in_csys=Equatorial&in_equinox=J2000&in_csys_IAU=Equatorial&in_equinox_IAU=B1950&z_constraint=Unconstrained&z_value1=&z_value2=&z_unit=z&ot_include=ANY&nmp_op=ANY&hconst=67.8&omegam=0.308&omegav=0.692&wmap=4&corr_z=1&out_csys=Same+as+Input&out_equinox=Same+as+Input&obj_sort=Distance+to+search+center&op=Go&form_build_id=form-a28snc2SSIQl3faGUe4otq7_NcjnMwxxxPoVxw5LHzg&form_id=conesearch"
: "#";
},
Expand Down

0 comments on commit 9a96f5f

Please sign in to comment.