Skip to content

Commit

Permalink
Fix PixInsight script path to binary.
Browse files Browse the repository at this point in the history
  • Loading branch information
p7ayfu77 committed Sep 28, 2024
1 parent bf5b55e commit 172bdea
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pixinsight/AstroDNCLI.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ function AstroDenoiseCLI() {
function getCLICommand(imagePath) {

imagePath = File.unixPathToWindows(imagePath);
//python -m D:\pydeep\astro-csbdeep\astrodenoise.main
//var cmdLine = '"AstroDenoise" ' +
var cmdLine = '"D:\\pydeep\\astro-csbdeep\\build\\AstroDenoise\\AstroDenoise" ' +
var cmdLine = '"AstroDenoise" ' +
'"' + imagePath + '"';

if (astrodnParameters.strength != 0.5)
Expand Down

0 comments on commit 172bdea

Please sign in to comment.