The formula is:
hu = pixel_value * slope + intercept
Normally, these values are stored in the DICOM file itself. The tags are
generally called the Rescale Slope and Rescale Intercept, and typically have
values of 1 and -1024, respectively.
| # Export as Text Table | |
| aws --region XXXXXXXXX cognito-idp list-users --user-pool-id XXXXXXXXXXXXX --output table > ~/users.txt | |
| # Export as JSON | |
| aws --region XXXXXXXXX cognito-idp list-users --user-pool-id XXXXXXXXXXXXX --output json > ~/users.json | |
| # Export User Pool with more than 60 users (pagination) | |
| aws --region XXXXXXXXX cognito-idp list-users --user-pool-id XXXXXXXXXXXXX --pagination-token INCREDIBLYLONGSTRINGHERE --output json > ~/users-2.json |
| # Copyright 2015 The TensorFlow Authors. All Rights Reserved. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| require "formula" | |
| class Mongodb < Formula | |
| homepage "http://www.mongodb.org/" | |
| url "http://downloads.mongodb.org/src/mongodb-src-r2.6.3.tar.gz" | |
| sha1 "226ab45e3a2e4d4a749271f1bce393ea8358d3dd" | |
| bottle do | |
| sha1 "d573717ca7c67455680a6823de210c940faf9ac6" => :mavericks | |
| sha1 "f7d2a0711e3ac09fd61bcb243360c1a07fb83233" => :mountain_lion |
| syntax on | |
| filetype plugin indent on | |
| :set nu | |
| :set cc=80 | |
| :set smartindent | |
| :set tabstop=4 | |
| :set shiftwidth=4 | |
| :set expandtab | |
| autocmd FileType html set tabstop=2 | set shiftwidth=2 |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>BackgroundAlphaInactive</key> | |
| <real>0.20177023121387283</real> | |
| <key>BackgroundBlur</key> | |
| <real>0.60489169034090906</real> | |
| <key>BackgroundColor</key> | |
| <data> |