Showing 74 open source projects for "compiler python linux"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    HEALPix

    HEALPix

    Data Analysis, Simulations and Visualization on the Sphere

    Software for pixelization, hierarchical indexation, synthesis, analysis, and visualization of data on the sphere. Please acknowledge HEALPix by quoting the web page http://healpix.sourceforge.net (or https://healpix.sourceforge.io) and publication: K.M. Gorski et al., 2005, Ap.J., 622, p.759 Full software documentation available at https://healpix.sourceforge.io/documentation.php Wiki Pages: https://sourceforge.net/p/healpix/wiki/Home Exchanging Data with HEALPix (in FITS files):...
    Leader badge
    Downloads: 233 This Week
    Last Update:
    See Project
  • 2

    PROPER Optical Propagation Library

    Routines for wavefront propagation in IDL, Matlab, and Python

    PROPER is a library of routines for the propagation of wavefronts through an optical system using Fourier-based methods. It was developed at the Jet Propulsion Laboratory for modeling stellar coronagraphs, but it can be applied to other optical systems were diffraction propagation is of concern. It is currently available for IDL (Interactive Data Language), Matlab and Python (3.x). It includes routines for generating complex apertures and obscurations and aberrations (Zernike & PSD-defined...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 3
    AstrolabiumPlus

    AstrolabiumPlus

    Virtual Planetarium and other Astronomical Calculation Routines

    Virtual Planetarium and other astronomical calculation routines of the Positional Astronomy (Ephemeris Calculation / ISS Visibility / Eclipses / Calendar) --- GUI based on Delphi/Free Pascal, Source Code alternatives based on Python 2.5 and Java 1.6
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    libSUFR

    libSUFR

    A library containing Some Useful Fortran Routines

    libSUFR contains Some Useful Fortran Routines that I wrote for my own use, but that may also be useful for others. At the moment, it also "SUFRs" from the fact that Fortran module files are compiler-dependent...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5

    rx2fits

    HF/VHF spectrosopy code for the rx888mk2 direct-sampling receiver

    ... rate, Fourier bin count, PFB frame count, integration time and receiver gain parameters can be set. Utilities for device enumeration, firmware upload, display of FITS header, file viewing, and for measuring sample rate and sample statistics are provided. The device interface is Ruslan Migirow's librx888 and dropped samples at 130 MHz are negligible. Runs on linux computers under .Net.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    sidmon3

    Sudden ionospheric distubance (SID) monitor

    sidmon is a python program for receiving and recording submarine-transmitter signal intensities and directions in the VLF frequency range using a computer sound card. The intensities of these signals reflect the ability of radio waves at those wavelengths to propagate in what is essentially a waveguide formed by the earth and the ionosphere above it. Fluctuations in those signal intensities and directions often reflect daytime perturbations of the ionosphere by solar processes, such as solar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PythonStarSplitter

    A Python Script I made to split a starfield image into several layers.

    A Python Script I made to split a starfield image into several layers. To be able to use the script, PixInsight with an installed Gaia data catalogue is required, as it needs the exported astrometry data text file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Celestial Precomputation

    Celestial Precomputation

    Sight Reduction for Air Navigation with Python

    Warning: I found an error if the DR position is on the southern hemisphere. The PUB249 pdf files did not show this error and are correct (as far as I checked). All Revisions 8+ and the Windows release have been fixed. This Python TK application calculates a good set of stars for a 3 star fix, makes all calculations similar to the FAAs Celestial Computation Sheet (see FAA doc FAA-H-8083-18). Also, you can create a PDF file that generates Pub 249 Vol 1 for any epoch you specify...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    U-Net Fusion RFI

    U-Net Fusion RFI

    U-Net for RFI Detection based on @jakeret's implementation

    See original code here: https://github.com/jakeret/tf_unet Currently this project is based on Tensorflow 1.13 code base and there are no plans to transfer to TF version 2. The primary improvements to this code base include a training and evaluation framework, along with a fusion based approach to detection, combining a number of models (currently hard coded to two trained models) along with Sum Threshold as an additional "expert." Additional work is being done to add custom layers to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10

    distlink

    Library to compute distance between elliptic orbits (MOID)

    .... The code was developed and tested with GCC, though it should be usable with any other C++-compatible compiler. See README.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11

    pyindi-client

    Python binding to the libindi library

    This project offers a python binding to the libindi library. It uses the Simplified Wrapper and Interface Generator (SWIG). You may generate a PyIndi module which mainly defines an IndiClient class. This class could be used to build python scripts able to interact with indi servers using sendNew* methods and implementing new* methods of the BaseMediator class. PyQt applications may also be built on top of IndiClient, thus allowing rapid development of GUI Indi clients. Besides Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Pikon-Stelarium interface

    Pikon-Stelarium interface to use with azimuthal mount

    This is a full project to make an software-drived azimuthal mount for the Pikon telescope, it can be use for others telescope. This project include : . Some other parts to print to adapt to the Pikon . Python code for raspberry Needed parts for "as it" use : . 1 Raspberry (model A suit well) . 3 motors steppers . 3 steppers drivers . 1 BNO055 (the one from adafruit was used) . 1 Pikon driver . 1 GPS module Sofware requirement : . raspbian . python 3 . some python libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CMD Plot Tool

    CMD Plot Tool

    Calculates and plots Colour Magnitude Diagrams from Astronomical data

    CMD Plot Tool calculates and plots Colour Magnitude Diagrams (CMDs) from astronomical photometric data, e.g. of a star cluster observed in two filter bandpasses. It can handle multiple file formats (plain text, DAOPHOT .mag files, ACS Survey of Galactic Globular Clusters .zpt files) to generate professional and customised plots, without the usual steep learning curve. Development using Python, OOP and a formal software development lifecycle model (Agile) allowed for the creation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A client program compatible with the INDI standard (see http://indi.sourceforge.net) for remote telescope and device control. It works under Windows as well as Linux. It is writen in Python and uses the GTK in order to display the GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SpacePy
    Now maintained at github.com/spacepy/spacepy Space Science library for Python - contains superposed epoch classes, drift shell tracing, access to magnetic field models, streamline tracing, bootstrap confidence limits, time and coordinate conversions, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    As of August 2018 Spheral++ has moved to Github -- please see the current repository at https://github.com/jmikeowen/spheral We are leaving a frozen version here on SourceForge for historical reasons. Spheral++ provides a steerable parallel environment for performing coupled hydrodynamical & gravitational numerical simulations. Hydrodynamics and gravity are modelled using particle based methods (SPH and N-Body).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    RTS2 - Remote Telescope System

    Open source observatory control software

    RTS2 is project to create an open source environment for control of a fully autonomous observatory. It is running about dozen fully autonomous observatories. Its modular design allow easily addition of new devices (to already huge supported HW list).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    PyCosmic is a tool to detect and clean single images from the disturbing cosmic ray hits. It was designed and tested specifically for CALIFA and other fiber-fed integral-field spectroscopy dataset. It is written in Python and can be executed from the command line. New release is version v0.5. Updated to be compatible with numpy version 1.12. New release is version v0.4. It's now compatible with astropy for fits I/O and computation time is reduced by a factor of 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ChiantiPy is a Python package for the CHIANTI atomic database for astrophysical spectroscopy. It provides access to the database and the ability to calculate various physical quantities for the interpretation of astrophysical spectra.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    APOD desktop

    APOD desktop

    See the Astronomy Picture of the Day in your desktop!

    [This is not the official application of APOD] APOD desktop is a program that permit see and navigate in the APOD directory of easy and fast form. Official webpage of APOD: https://apod.nasa.gov/apod/astropix.html ---------- ---------- ---------- ---------- ---------- Developed in: Python 3.4 with tkinter GUI Tested on: Windows 10 x64 bits Versions: 0.2 --> 08-02-2017 (actual) 0.1 --> 06-02-2017 Developer: Bryan Casanelli, student of physical civil...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    lxnstack

    lxnstack

    A program to align and stack astronomical images.

    Lxnstack is a program designed to align and stack astronomical images (both planetary and deep-sky). The features of latest version are: * Several stacking methods (average, median, sigma-clipping, ...) * Two automatic align method: align-points; phase correlation, * One manual align method. * sub-pixel precision (0.1 pixel for phase correlation and 0.01 pixel for manual alignment). * Automatic image derotation. * FITS file support (by installing the python2 package...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Analysis software for Nbody/SPH or SPH simulations (e.g. performed with Gadget II). See http://sourceforge.net/apps/wordpress/hyplot/about and http://sourceforge.net/apps/trac/hyplot/wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    PyOPD-Cass

    Application for data reduction using the 1.6 m telescope Perkin-Elmer

    Application for data reduction using the 1.6 m telescope Perkin-Elmer and the spectrograph cassegrain
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next