Skip to content
View jasonklotzer's full-sized avatar

Highlights

  • Pro

Organizations

@GoogleCloudPlatform @OHIF @cornerstonejs @googlers @pohcee
Block or Report

Block or report jasonklotzer

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. GoogleCloudPlatform/mis-ai-accelerator GoogleCloudPlatform/mis-ai-accelerator Public

    Google Cloud Medical Imaging ML Development Accelerators

    Jupyter Notebook 14 3

  2. pohcee/rport-scripts pohcee/rport-scripts Public

    A group of bash and python helper scripts with integrated command line completion that target an OpenRport server. Sometimes it's just better to do things via the CLI.

    Python 1

  3. Bash script to create new DICOM stud... Bash script to create new DICOM studies based on an existing template (uses dcmtk tools).
    1
    #!/bin/bash
    2
    
                  
    3
    # Make sure you have dcmtk installed (sudo apt install dcmtk).
    4
    DCMODIFY=dcmodify
    5
    
                  
  4. Simple and compact NodeJS performanc... Simple and compact NodeJS performance marking class.
    1
    const util = require('util');
    2
    
                  
    3
    const HOT_SPOT_MIN = 100; // amount in ms to determine if there's a hot spot
    4
    
                  
    5
    function getStackLine(rewind) {