starnet++ icon

starnet++ 2,03,2022

Removes stars from astrophotography images using ML models

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    starnet_+ # starnet++
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    starnet_+ # starnet++
  ];
}

Package Definition

{
  "pname": "starnet_+",
  "version": "2,03,2022",
  "src": {
    "url": "https://starnetastro.com/wp-content/uploads/2022/03/StarNetv2CLI_MacOS.zip",
    "sha256": "35f0c11f49a1bde466e317565e75beb32b57ebfead85379c23cc3953c1c42fc7"
  },
  "installPhase": [
    "mkdir -p \"$out/bin\" && ln -s \"$out/starnet_wrapper.sh\" \"$out/bin/starnet++\""
  ],
  "meta": {
    "description": "Removes stars from astrophotography images using ML models",
    "homepage": "https://www.starnetastro.com/"
  }
}