Showing 13 open source projects for "i-doit"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 1
    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
  • 2
    CollimationCircles

    CollimationCircles

    Collimation Circles, app for easy telescope collimation

    This program was inspired by Mire De Collimation program written by Gilbert Grillot and Al's Collimation Aid. I combined best features of both and addes some of my own. Purpose of this program is not to reinvent the wheel, but rather to learn new technologies, become better at colimating my telescope and to learn something new. Main purpose of this program is to help you with aligning optical elements of your telescope such as secondary mirror, primary mirror, focuser, etc. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    AOFlagger

    AOFlagger

    RFI detector and quality analysis for astronomical radio observations

    ...The software can run in a fully automated way, but a graphical interface is provided to analyse results and tweak the strategy. The preferred input file format is the Casa Measurement Set (MS) format. I believe that the AOFlagger is the best available flagger, both in terms of accuracy and speed. It has been succesfully used on several interferometric telescopes, including LOFAR, WSRT, VLA, GMRT, ATCA and MWA, and the single-dish telescopes Parkes and Arecibo 305m. Besides the flagger, the software consists of tools to efficiently visualize data in different ways, such as plotting time-frequency diagrams and power spectra. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    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
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    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).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    ...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
  • 7

    iAstroHub

    Automated astrophotography using mobile devices

    ...CCD: QHY5,6,8,8L,9,11,12 4. Filter wheel: Starlight Xpress 5. Focuser: Robofocus 6. Flat fielder: Flip-Flat 5. USB serial adapter (PL2303-based) for controlling a mount via a serial port. I recommend ATEN UC232A. 6. Powered USB hub 7. TRONSMART MK808 (with RK901 wifi) or MK808B (with RK903 wifi). I got it from geekbuying.com. Or any RK3066 mini PC stick + an external Ralink5370 usb wifi adapter. 8. Class-10 micro SD card (at least 8GB). If you have any question, discuss here ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Qastrocam-g2
    Linux modified webcam capture software for astronomy. This project is a fork from the great Qastrocam, written by F. Sicard (http://qastrocam.sourceforge.net/). It adds some features I wrote for myself.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    hadronic gamma rays

    gamma rays from hadronic processes in astrophysics

    Cosmic-ray hadronic interaction matrices for gamma-ray and other secondaries for an interstellar medium target are available as described in Huang et al. Astroparticle Physics, 27, 429 (2007). These require significant effort in practice to compute emissivities for given input spectra. To supplement these matrices I provide here a C++ class which reads the matrices, interpolates on user-defined particle and gamma-ray energy grids, and computes the gamma-ray emissivity either differential or in user-defined bands. A sample user program is provided which can be edited to provide the required functionality. See also http://sourceforge.net/projects/galprop, which includes more models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10
    MayaCalculator

    MayaCalculator

    Calculates the MayaDate from a gregorian Date

    Enter an gregorian Date (a Date from our Calendar) and the MayaDate inclusive the Tzolkin and Haab get generated. I prefer the Thompson Method but i've implemeted the Lounsbury too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    fw2csv

    Convert data file from fixed width format table to CSV

    Fixed width data files are probably the most annoying data to import into database. This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Star Files

    Star Files

    A FITS file sorting application.

    ...This application is designed to sort FITS star image files taken by professional astronomers at observatories. The application sorts the files by their image type: Bias, Dark, Flat, and Object. The Flat and Object images are sorted by filters U, B, V, R, and I. The application allows the user to create and save a profile of a given observatory's FITS header format, for future sorting use. This application also provides a header viewer for FITS image file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Project moved to Google Code since SourceForce is a broken, buggy, non-responsive service. I had to re-log in over 100 times just to change this description. Please visit the project at http://code.google.com/p/starflighttlc/ for the latest version of th
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo