Skip to content

Commit

Permalink
modified: htdocs/fitswebql/fitswebqlse.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Oct 11, 2023
1 parent a2fc404 commit a59cc76
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions htdocs/fitswebql/fitswebqlse.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
function get_js_version() {
return "JS2023-10-10.1";
return "JS2023-10-11.0";
}

function uuidv4() {
Expand Down Expand Up @@ -5566,7 +5566,6 @@ function y2rad(y) {

if (fitsData.CDELT2 != null)
return (fitsData.CRVAL2 + (y - fitsData.CRPIX2) * fitsData.CDELT2) / toDegrees;
// return (fitsData.CRVAL2 + (fitsData.height - y - fitsData.CRPIX2) * fitsData.CDELT2) / toDegrees;
else
throw "CDELT2 is not available";
}
Expand Down

0 comments on commit a59cc76

Please sign in to comment.