This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| import argparse | |
| import os | |
| import numpy as np | |
| import pydicom as dicom | |
| PHYSIO_DATA_TAG = '7fe11010' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist | |
| launchctl unload -w /Library/LaunchAgents/com.adobe.GC.AGM.plist | |
| launchctl unload -w /Library/LaunchAgents/com.adobe.GC.Invoker-1.0.plist | |
| launchctl unload -w /Library/LaunchDaemons/com.adobe.acc.installer.v2.plist | |
| launchctl unload -w /Library/LaunchDaemons/com.adobe.agsservice.plist | |
| launchctl unload -w ~/Library/LaunchAgents/com.adobe.GC.Invoker-1.0.plist | |
| # original, probably from an older version: |