New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fmdt-python

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmdt-python

utlity functions for fast meteor detection toolbox

  • 0.0.45
  • PyPI
  • Socket score

Maintainers
1

Introduction

fmdt is a Python package used to analyze the performance of the Fast Meteor Detection Toolbox's executables.

This branch contains the fmdt's documentation and a series of scripts that showcase fmdt's functionality.

Installation

pip install fmdt-python

In order to use the functions fmdt.detect and fmdt.visu (to call fmdt-detect and fmdt-visu, respectively) you need to have fmdt-detect and fmdt-visu compiled and locatable via your system's PATH.

Example Usage

In order to actually use fmdt you need to have installed the Fast Meteor Detection Toolbox and have the executables fmdt-detect, fmdt-visu, and fmdt-check on your system PATH.

import fmdt

fmdt.detect("demo.mp4", trk_out_path="ex1_detect_tracks.txt")
fmdt.split_video_at_meteors("demo.mp4", "ex1_detect_tracks.txt")

Documentation

Comprehensive documentation is hosted at readthedocs

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc