=== Do not change lines below ===
{
"chain": [],
"cmd": "./code/containers/scripts/singularity_cmd exec code/containers/images/bids/bids-mriqc--24.0.2.sing mriqc sourcedata/raw . participant --participant-label sub-0007 --no-datalad-get --no-sub --verbose --nprocs 1 --mem 3000 --work-dir /tmp --float32 --verbose-reports",
"dsid": "2d58dd48-4166-4dc3-9cd1-64f3d0665a8c",
"exit": 0,
"extra_inputs": [
"code/containers/images/bids/bids-mriqc--24.0.2.sing"
],
"inputs": [
"sourcedata/raw/sub-0007",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
103 KiB
(Stored with Git Annex)
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
|
|
<title>sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called «carpetplot» may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p> <div class="reportlet">
|
|
<img class="svg-reportlet" src="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0007_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
|
|
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p> <div class="reportlet">
|
|
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0007/figures/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0007/ses-02/func/sub-0007_ses-02_task-alignvideo_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>429f5731c9e15e06d1daebd1bfbfec8d</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:18:17.315000</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999818, 0.0187103, 0.00379972, -0.019023, 0.993201, 0.114845]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
|
|
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
|
|
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
|
|
<tr><td colspan=2>SAR</td><td>0.0934477</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-alignvideo_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4164, -7776, -7169, 596, -30, -218, 25, 20]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
|
|
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
|
|
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
|
|
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>239.614</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>3625e4aa-db83-42a1-9332-08669dbc47d2||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824378967285156, -0.05103723332285881, 0.0043877423740923405, 113.08210754394531], [-0.05019844323396683, 2.6646862030029297, 0.3102211058139801, -99.345947265625], [0.010194364003837109, -0.3081217110157013, 2.6821155548095703, -18.072921752929688], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
|
|
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 839]</td></tr>
|
|
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
|
|
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
|
|
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'AcquisitionTime': ['161817.315000', '161817.775000', '161818.235000', '161818.695000', '161819.155000', '161819.615000', '161820.075000', '161820.535000', '161820.995000', '161821.455000', '161821.915000', '161822.375000', '161822.835000', '161823.295000', '161823.755000', '161824.215000', '161824.675000', '161825.135000', '161825.595000', '161826.055000', '161826.515000', '161826.975000', '161827.435000', '161827.895000', '161828.355000', '161828.815000', '161829.275000', '161829.735000', '161830.195000', '161830.655000', '161831.115000', '161831.575000', '161832.035000', '161832.495000', '161832.955000', '161833.415000', '161833.875000', '161834.335000', '161834.795000', '161835.255000', '161835.715000', '161836.175000', '161836.635000', '161837.095000', '161837.555000', '161838.015000', '161838.475000', '161838.935000', '161839.395000', '161839.855000', '161840.315000', '161840.775000', '161841.235000', '161841.695000', '161842.155000', '161842.615000', '161843.075000', '161843.535000', '161843.995000', '161844.455000', '161844.915000', '161845.375000', '161845.835000', '161846.295000', '161846.755000', '161847.215000', '161847.675000', '161848.135000', '161848.595000', '161849.055000', '161849.515000', '161849.975000', '161850.435000', '161850.895000', '161851.355000', '161851.815000', '161852.275000', '161852.735000', '161853.195000', '161853.655000', '161854.115000', '161854.575000', '161855.035000', '161855.495000', '161855.955000', '161856.415000', '161856.875000', '161857.335000', '161857.795000', '161858.255000', '161858.715000', '161859.175000', '161859.635000', '161900.095000', '161900.555000', '161901.015000', '161901.475000', '161901.935000', '161902.395000', '161902.855000', '161903.315000', '161903.775000', '161904.235000', '161904.695000', '161905.155000', '161905.615000', '161906.075000', '161906.535000', '161906.995000', '161907.455000', '161907.915000', '161908.375000', '161908.835000', '161909.295000', '161909.755000', '161910.215000', '161910.675000', '161911.135000', '161911.595000', '161912.055000', '161912.515000', '161912.975000', '161913.435000', '161913.895000', '161914.355000', '161914.815000', '161915.275000', '161915.735000', '161916.195000', '161916.655000', '161917.115000', '161917.575000', '161918.035000', '161918.495000', '161918.955000', '161919.415000', '161919.875000', '161920.335000', '161920.795000', '161921.255000', '161921.715000', '161922.175000', '161922.635000', '161923.095000', '161923.555000', '161924.015000', '161924.475000', '161924.935000', '161925.395000', '161925.855000', '161926.315000', '161926.775000', '161927.235000', '161927.695000', '161928.155000', '161928.615000', '161929.075000', '161929.535000', '161929.995000', '161930.455000', '161930.915000', '161931.375000', '161931.835000', '161932.295000', '161932.755000', '161933.215000', '161933.675000', '161934.135000', '161934.595000', '161935.055000', '161935.515000', '161935.975000', '161936.435000', '161936.895000', '161937.355000', '161937.815000', '161938.275000', '161938.735000', '161939.195000', '161939.655000', '161940.115000', '161940.575000', '161941.035000', '161941.495000', '161941.955000', '161942.415000', '161942.875000', '161943.335000', '161943.795000', '161944.255000', '161944.715000', '161945.175000', '161945.635000', '161946.095000', '161946.555000', '161947.015000', '161947.475000', '161947.935000', '161948.395000', '161948.855000', '161949.315000', '161949.775000', '161950.235000', '161950.695000', '161951.155000', '161951.615000', '161952.075000', '161952.535000', '161952.995000', '161953.455000', '161953.915000', '161954.375000', '161954.835000', '161955.295000', '161955.755000', '161956.215000', '161956.675000', '161957.135000', '161957.595000', '161958.055000', '161958.515000', '161958.975000', '161959.435000', '161959.895000', '162000.355000', '162000.815000', '162001.275000', '162001.735000', '162002.195000', '162002.655000', '162003.115000', '162003.575000', '162004.035000', '162004.495000', '162004.955000', '162005.415000', '162005.875000', '162006.335000', '162006.795000', '162007.255000', '162007.715000', '162008.175000', '162008.635000', '162009.095000', '162009.555000', '162010.015000', '162010.475000', '162010.935000', '162011.395000', '162011.855000', '162012.315000', '162012.775000', '162013.235000', '162013.695000', '162014.155000', '162014.615000', '162015.075000', '162015.535000', '162015.995000', '162016.455000', '162016.915000', '162017.375000', '162017.835000', '162018.295000', '162018.755000', '162019.215000', '162019.675000', '162020.135000', '162020.595000', '162021.055000', '162021.515000', '162021.975000', '162022.435000', '162022.895000', '162023.355000', '162023.815000', '162024.275000', '162024.735000', '162025.195000', '162025.655000', '162026.115000', '162026.575000', '162027.035000', '162027.495000', '162027.955000', '162028.415000', '162028.875000', '162029.335000', '162029.795000', '162030.255000', '162030.715000', '162031.175000', '162031.635000', '162032.095000', '162032.555000', '162033.015000', '162033.475000', '162033.935000', '162034.395000', '162034.855000', '162035.315000', '162035.775000', '162036.235000', '162036.695000', '162037.155000', '162037.615000', '162038.075000', '162038.535000', '162038.995000', '162039.455000', '162039.915000', '162040.375000', '162040.835000', '162041.295000', '162041.755000', '162042.215000', '162042.675000', '162043.135000', '162043.595000', '162044.055000', '162044.515000', '162044.975000', '162045.435000', '162045.895000', '162046.355000', '162046.815000', '162047.275000', '162047.735000', '162048.195000', '162048.655000', '162049.115000', '162049.575000', '162050.035000', '162050.495000', '162050.955000', '162051.415000', '162051.875000', '162052.335000', '162052.795000', '162053.255000', '162053.715000', '162054.175000', '162054.635000', '162055.095000', '162055.555000', '162056.015000', '162056.475000', '162056.935000', '162057.395000', '162057.855000', '162058.315000', '162058.775000', '162059.235000', '162059.695000', '162100.155000', '162100.615000', '162101.075000', '162101.535000', '162101.995000', '162102.455000', '162102.915000', '162103.375000', '162103.835000', '162104.295000', '162104.755000', '162105.215000', '162105.675000', '162106.135000', '162106.595000', '162107.055000', '162107.515000', '162107.975000', '162108.435000', '162108.895000', '162109.355000', '162109.815000', '162110.275000', '162110.735000', '162111.195000', '162111.655000', '162112.115000', '162112.575000', '162113.035000', '162113.495000', '162113.955000', '162114.415000', '162114.875000', '162115.335000', '162115.795000', '162116.255000', '162116.715000', '162117.175000', '162117.635000', '162118.095000', '162118.555000', '162119.015000', '162119.475000', '162119.935000', '162120.395000', '162120.855000', '162121.315000', '162121.775000', '162122.235000', '162122.695000', '162123.155000', '162123.615000', '162124.075000', '162124.535000', '162124.995000', '162125.455000', '162125.915000', '162126.375000', '162126.835000', '162127.295000', '162127.755000', '162128.215000', '162128.675000', '162129.135000', '162129.595000', '162130.055000', '162130.515000', '162130.975000', '162131.435000', '162131.895000', '162132.355000', '162132.815000', '162133.275000', '162133.735000', '162134.195000', '162134.655000', '162135.115000', '162135.575000', '162136.035000', '162136.495000', '162136.955000', '162137.415000', '162137.875000', '162138.335000', '162138.795000', '162139.255000', '162139.715000', '162140.175000', '162140.635000', '162141.095000', '162141.555000', '162142.015000', '162142.475000', '162142.935000', '162143.395000', '162143.855000', '162144.315000', '162144.775000', '162145.235000', '162145.695000', '162146.155000', '162146.615000', '162147.075000', '162147.535000', '162147.995000', '162148.455000', '162148.915000', '162149.375000', '162149.835000', '162150.295000', '162150.755000', '162151.215000', '162151.675000', '162152.135000', '162152.595000', '162153.055000', '162153.515000', '162153.975000', '162154.435000', '162154.895000', '162155.355000', '162155.815000', '162156.275000', '162156.735000', '162157.195000', '162157.655000', '162158.115000', '162158.575000', '162159.035000', '162159.495000', '162159.955000', '162200.415000', '162200.875000', '162201.335000', '162201.795000', '162202.255000', '162202.715000', '162203.175000', '162203.635000', '162204.095000', '162204.555000', '162205.015000', '162205.475000', '162205.935000', '162206.395000', '162206.855000', '162207.315000', '162207.775000', '162208.235000', '162208.695000', '162209.155000', '162209.615000', '162210.075000', '162210.535000', '162210.995000', '162211.455000', '162211.915000', '162212.375000', '162212.835000', '162213.295000', '162213.755000', '162214.215000', '162214.675000', '162215.135000', '162215.595000', '162216.055000', '162216.515000', '162216.975000', '162217.435000', '162217.895000', '162218.355000', '162218.815000', '162219.275000', '162219.735000', '162220.195000', '162220.655000', '162221.115000', '162221.575000', '162222.035000', '162222.495000', '162222.955000', '162223.415000', '162223.875000', '162224.335000', '162224.795000', '162225.255000', '162225.715000', '162226.175000', '162226.635000', '162227.095000', '162227.555000', '162228.015000', '162228.475000', '162228.935000', '162229.395000', '162229.855000', '162230.315000', '162230.775000', '162231.235000', '162231.695000', '162232.155000', '162232.615000', '162233.075000', '162233.535000', '162233.995000', '162234.455000', '162234.915000', '162235.375000', '162235.835000', '162236.295000', '162236.755000', '162237.215000', '162237.675000', '162238.135000', '162238.595000', '162239.055000', '162239.515000', '162239.975000', '162240.435000', '162240.895000', '162241.355000', '162241.815000', '162242.275000', '162242.735000', '162243.195000', '162243.655000', '162244.115000', '162244.575000', '162245.035000', '162245.495000', '162245.955000', '162246.415000', '162246.875000', '162247.335000', '162247.795000', '162248.255000', '162248.715000', '162249.175000', '162249.635000', '162250.095000', '162250.555000', '162251.015000', '162251.475000', '162251.935000', '162252.395000', '162252.855000', '162253.315000', '162253.775000', '162254.235000', '162254.695000', '162255.155000', '162255.615000', '162256.075000', '162256.535000', '162256.995000', '162257.455000', '162257.915000', '162258.375000', '162258.835000', '162259.295000', '162259.755000', '162300.215000', '162300.675000', '162301.135000', '162301.595000', '162302.055000', '162302.515000', '162302.975000', '162303.435000', '162303.895000', '162304.355000', '162304.815000', '162305.275000', '162305.735000', '162306.195000', '162306.655000', '162307.115000', '162307.575000', '162308.035000', '162308.495000', '162308.955000', '162309.415000', '162309.875000', '162310.335000', '162310.795000', '162311.255000', '162311.715000', '162312.175000', '162312.635000', '162313.095000', '162313.555000', '162314.015000', '162314.475000', '162314.935000', '162315.395000', '162315.855000', '162316.315000', '162316.775000', '162317.235000', '162317.695000', '162318.155000', '162318.615000', '162319.075000', '162319.535000', '162319.995000', '162320.455000', '162320.915000', '162321.375000', '162321.835000', '162322.295000', '162322.755000', '162323.215000', '162323.675000', '162324.135000', '162324.595000', '162325.055000', '162325.515000', '162325.975000', '162326.435000', '162326.895000', '162327.355000', '162327.815000', '162328.275000', '162328.735000', '162329.195000', '162329.655000', '162330.115000', '162330.575000', '162331.035000', '162331.495000', '162331.955000', '162332.415000', '162332.875000', '162333.335000', '162333.795000', '162334.255000', '162334.715000', '162335.175000', '162335.635000', '162336.095000', '162336.555000', '162337.015000', '162337.475000', '162337.935000', '162338.395000', '162338.855000', '162339.315000', '162339.775000', '162340.235000', '162340.695000', '162341.155000', '162341.615000', '162342.075000', '162342.535000', '162342.995000', '162343.455000', '162343.915000', '162344.375000', '162344.835000', '162345.295000', '162345.755000', '162346.215000', '162346.675000', '162347.135000', '162347.595000', '162348.055000', '162348.515000', '162348.975000', '162349.435000', '162349.895000', '162350.355000', '162350.815000', '162351.275000', '162351.735000', '162352.195000', '162352.655000', '162353.115000', '162353.575000', '162354.035000', '162354.495000', '162354.955000', '162355.415000', '162355.875000', '162356.335000', '162356.795000', '162357.255000', '162357.715000', '162358.175000', '162358.635000', '162359.095000', '162359.555000', '162400.015000', '162400.475000', '162400.935000', '162401.395000', '162401.855000', '162402.315000', '162402.775000', '162403.235000', '162403.695000', '162404.155000', '162404.615000', '162405.075000', '162405.535000', '162405.995000', '162406.455000', '162406.915000', '162407.375000', '162407.835000', '162408.295000', '162408.755000', '162409.215000', '162409.675000', '162410.135000', '162410.595000', '162411.055000', '162411.515000', '162411.975000', '162412.435000', '162412.895000', '162413.355000', '162413.815000', '162414.275000', '162414.735000', '162415.195000', '162415.655000', '162416.115000', '162416.575000', '162417.035000', '162417.495000', '162417.955000', '162418.415000', '162418.875000', '162419.335000', '162419.795000', '162420.255000', '162420.715000', '162421.175000', '162421.635000', '162422.095000', '162422.555000', '162423.015000', '162423.475000', '162423.935000', '162424.395000', '162424.855000', '162425.315000', '162425.775000', '162426.235000', '162426.695000', '162427.155000', '162427.615000', '162428.075000', '162428.535000', '162428.995000', '162429.455000', '162429.915000', '162430.375000', '162430.835000', '162431.295000', '162431.755000', '162432.215000', '162432.675000', '162433.135000', '162433.595000', '162434.055000', '162434.515000', '162434.975000', '162435.435000', '162435.895000', '162436.355000', '162436.815000', '162437.275000', '162437.735000', '162438.195000', '162438.655000', '162439.115000', '162439.575000', '162440.035000', '162440.495000', '162440.955000', '162441.415000', '162441.875000', '162442.335000', '162442.795000'], 'ContentTime': ['161834.188000', '161834.191000', '161834.194000', '161834.197000', '161834.200000', '161834.203000', '161834.206000', '161834.209000', '161834.212000', '161834.215000', '161834.223000', '161834.226000', '161834.228000', '161834.231000', '161834.234000', '161834.237000', '161834.241000', '161834.243000', '161834.246000', '161834.249000', '161834.252000', '161834.255000', '161834.257000', '161834.260000', '161834.263000', '161834.266000', '161834.269000', '161834.272000', '161834.275000', '161834.277000', '161834.280000', '161834.283000', '161834.286000', '161834.289000', '161834.291000', '161834.294000', '161854.159000', '161854.167000', '161854.170000', '161854.172000', '161854.175000', '161854.178000', '161854.181000', '161854.184000', '161854.188000', '161854.191000', '161854.194000', '161854.196000', '161854.199000', '161854.202000', '161854.205000', '161854.208000', '161854.210000', '161854.213000', '161854.216000', '161854.219000', '161854.222000', '161854.225000', '161854.228000', '161854.230000', '161854.233000', '161854.236000', '161854.239000', '161854.242000', '161854.245000', '161854.247000', '161854.250000', '161854.253000', '161854.256000', '161854.259000', '161854.262000', '161854.264000', '161854.267000', '161854.270000', '161854.273000', '161854.276000', '161854.278000', '161854.281000', '161854.284000', '161914.159000', '161914.162000', '161914.165000', '161914.168000', '161914.170000', '161914.174000', '161914.176000', '161914.179000', '161914.182000', '161914.185000', '161914.188000', '161914.191000', '161914.204000', '161914.207000', '161914.209000', '161914.212000', '161914.215000', '161914.218000', '161914.221000', '161914.224000', '161914.226000', '161914.229000', '161914.232000', '161914.235000', '161914.238000', '161914.241000', '161914.244000', '161914.246000', '161914.249000', '161914.252000', '161914.255000', '161914.258000', '161914.261000', '161914.264000', '161914.267000', '161914.269000', '161914.272000', '161914.275000', '161914.278000', '161914.281000', '161914.284000', '161914.286000', '161914.289000', '161914.292000', '161934.160000', '161934.163000', '161934.166000', '161934.179000', '161934.182000', '161934.185000', '161934.188000', '161934.191000', '161934.194000', '161934.197000', '161934.200000', '161934.203000', '161934.205000', '161934.208000', '161934.211000', '161934.214000', '161934.217000', '161934.220000', '161934.225000', '161934.229000', '161934.232000', '161934.235000', '161934.238000', '161934.240000', '161934.243000', '161934.246000', '161934.249000', '161934.252000', '161934.255000', '161934.258000', '161934.260000', '161934.263000', '161934.266000', '161934.269000', '161934.272000', '161934.275000', '161934.278000', '161934.281000', '161934.283000', '161934.286000', '161934.289000', '161934.292000', '161934.295000', '161954.160000', '161954.163000', '161954.165000', '161954.168000', '161954.171000', '161954.174000', '161954.177000', '161954.180000', '161954.183000', '161954.186000', '161954.188000', '161954.191000', '161954.194000', '161954.197000', '161954.200000', '161954.203000', '161954.206000', '161954.208000', '161954.211000', '161954.214000', '161954.217000', '161954.220000', '161954.222000', '161954.225000', '161954.228000', '161954.231000', '161954.234000', '161954.237000', '161954.240000', '161954.242000', '161954.245000', '161954.248000', '161954.251000', '161954.254000', '161954.257000', '161954.260000', '161954.262000', '161954.265000', '161954.268000', '161954.271000', '161954.274000', '161954.277000', '161954.279000', '161954.282000', '162014.160000', '162014.163000', '162014.166000', '162014.169000', '162014.171000', '162014.174000', '162014.177000', '162014.180000', '162014.183000', '162014.186000', '162014.189000', '162014.192000', '162014.194000', '162014.197000', '162014.200000', '162014.203000', '162014.206000', '162014.209000', '162014.212000', '162014.214000', '162014.217000', '162014.220000', '162014.223000', '162014.226000', '162014.229000', '162014.232000', '162014.235000', '162014.237000', '162014.240000', '162014.243000', '162014.247000', '162014.250000', '162014.253000', '162014.256000', '162014.258000', '162014.261000', '162014.264000', '162014.267000', '162014.270000', '162014.273000', '162014.276000', '162014.278000', '162014.281000', '162034.160000', '162034.163000', '162034.165000', '162034.168000', '162034.171000', '162034.174000', '162034.177000', '162034.180000', '162034.183000', '162034.186000', '162034.189000', '162034.192000', '162034.194000', '162034.197000', '162034.200000', '162034.203000', '162034.206000', '162034.209000', '162034.211000', '162034.214000', '162034.217000', '162034.220000', '162034.223000', '162034.226000', '162034.229000', '162034.231000', '162034.234000', '162034.237000', '162034.240000', '162034.243000', '162034.246000', '162034.249000', '162034.252000', '162034.255000', '162034.257000', '162034.260000', '162034.263000', '162034.266000', '162034.269000', '162034.272000', '162034.274000', '162034.277000', '162034.280000', '162034.283000', '162054.159000', '162054.162000', '162054.165000', '162054.168000', '162054.170000', '162054.173000', '162054.176000', '162054.179000', '162054.182000', '162054.186000', '162054.189000', '162054.191000', '162054.194000', '162054.197000', '162054.200000', '162054.203000', '162054.206000', '162054.209000', '162054.212000', '162054.215000', '162054.217000', '162054.220000', '162054.223000', '162054.226000', '162054.229000', '162054.232000', '162054.235000', '162054.240000', '162054.244000', '162054.247000', '162054.250000', '162054.252000', '162054.255000', '162054.258000', '162054.261000', '162054.264000', '162054.267000', '162054.270000', '162054.272000', '162054.275000', '162054.278000', '162054.281000', '162054.290000', '162114.159000', '162114.162000', '162114.165000', '162114.168000', '162114.171000', '162114.174000', '162114.177000', '162114.179000', '162114.182000', '162114.185000', '162114.188000', '162114.191000', '162114.194000', '162114.197000', '162114.200000', '162114.202000', '162114.205000', '162114.208000', '162114.211000', '162114.214000', '162114.217000', '162114.220000', '162114.223000', '162114.225000', '162114.228000', '162114.231000', '162114.234000', '162114.237000', '162114.240000', '162114.242000', '162114.245000', '162114.248000', '162114.251000', '162114.254000', '162114.257000', '162114.260000', '162114.262000', '162114.265000', '162114.268000', '162114.271000', '162114.274000', '162114.277000', '162114.280000', '162114.283000', '162134.159000', '162134.162000', '162134.165000', '162134.168000', '162134.171000', '162134.174000', '162134.176000', '162134.179000', '162134.182000', '162134.185000', '162134.188000', '162134.191000', '162134.194000', '162134.197000', '162134.200000', '162134.202000', '162134.206000', '162134.208000', '162134.211000', '162134.214000', '162134.217000', '162134.220000', '162134.223000', '162134.225000', '162134.228000', '162134.231000', '162134.234000', '162134.237000', '162134.240000', '162134.243000', '162134.246000', '162134.248000', '162134.251000', '162134.254000', '162134.257000', '162134.260000', '162134.263000', '162134.266000', '162134.268000', '162134.272000', '162134.277000', '162134.280000', '162134.283000', '162154.160000', '162154.163000', '162154.166000', '162154.169000', '162154.171000', '162154.174000', '162154.177000', '162154.180000', '162154.183000', '162154.186000', '162154.189000', '162154.191000', '162154.194000', '162154.197000', '162154.200000', '162154.203000', '162154.206000', '162154.209000', '162154.211000', '162154.214000', '162154.217000', '162154.220000', '162154.223000', '162154.226000', '162154.229000', '162154.231000', '162154.234000', '162154.237000', '162154.240000', '162154.243000', '162154.246000', '162154.249000', '162154.251000', '162154.254000', '162154.257000', '162154.260000', '162154.263000', '162154.266000', '162154.268000', '162154.271000', '162154.274000', '162154.277000', '162154.280000', '162154.283000', '162214.160000', '162214.163000', '162214.166000', '162214.169000', '162214.172000', '162214.175000', '162214.177000', '162214.180000', '162214.183000', '162214.186000', '162214.189000', '162214.192000', '162214.195000', '162214.197000', '162214.200000', '162214.203000', '162214.206000', '162214.209000', '162214.212000', '162214.215000', '162214.218000', '162214.221000', '162214.224000', '162214.227000', '162214.230000', '162214.233000', '162214.236000', '162214.239000', '162214.242000', '162214.245000', '162214.248000', '162214.251000', '162214.254000', '162214.256000', '162214.259000', '162214.262000', '162214.265000', '162214.268000', '162214.271000', '162214.274000', '162214.277000', '162214.280000', '162214.282000', '162234.160000', '162234.163000', '162234.166000', '162234.168000', '162234.172000', '162234.174000', '162234.177000', '162234.180000', '162234.183000', '162234.186000', '162234.189000', '162234.192000', '162234.195000', '162234.197000', '162234.200000', '162234.203000', '162234.206000', '162234.209000', '162234.212000', '162234.215000', '162234.217000', '162234.220000', '162234.223000', '162234.226000', '162234.240000', '162234.243000', '162234.246000', '162234.249000', '162234.252000', '162234.255000', '162234.257000', '162234.260000', '162234.263000', '162234.266000', '162234.269000', '162234.272000', '162234.275000', '162234.277000', '162234.280000', '162234.283000', '162234.286000', '162234.289000', '162234.292000', '162234.295000', '162254.160000', '162254.163000', '162254.166000', '162254.169000', '162254.172000', '162254.174000', '162254.177000', '162254.180000', '162254.183000', '162254.186000', '162254.189000', '162254.192000', '162254.195000', '162254.197000', '162254.200000', '162254.203000', '162254.206000', '162254.209000', '162254.212000', '162254.215000', '162254.217000', '162254.220000', '162254.223000', '162254.226000', '162254.229000', '162254.232000', '162254.235000', '162254.238000', '162254.240000', '162254.243000', '162254.246000', '162254.249000', '162254.252000', '162254.255000', '162254.258000', '162254.261000', '162254.263000', '162254.266000', '162254.269000', '162254.272000', '162254.275000', '162254.278000', '162254.281000', '162314.159000', '162314.162000', '162314.165000', '162314.174000', '162314.177000', '162314.180000', '162314.183000', '162314.186000', '162314.189000', '162314.191000', '162314.194000', '162314.197000', '162314.200000', '162314.203000', '162314.206000', '162314.209000', '162314.211000', '162314.214000', '162314.217000', '162314.220000', '162314.223000', '162314.226000', '162314.229000', '162314.232000', '162314.234000', '162314.237000', '162314.240000', '162314.243000', '162314.246000', '162314.249000', '162314.252000', '162314.255000', '162314.258000', '162314.260000', '162314.263000', '162314.266000', '162314.269000', '162314.272000', '162314.275000', '162314.278000', '162314.280000', '162314.283000', '162314.286000', '162314.289000', '162334.159000', '162334.162000', '162334.165000', '162334.168000', '162334.171000', '162334.174000', '162334.177000', '162334.179000', '162334.182000', '162334.185000', '162334.188000', '162334.191000', '162334.194000', '162334.196000', '162334.199000', '162334.202000', '162334.205000', '162334.208000', '162334.211000', '162334.214000', '162334.216000', '162334.220000', '162334.222000', '162334.225000', '162334.228000', '162334.231000', '162334.234000', '162334.237000', '162334.239000', '162334.242000', '162334.245000', '162334.248000', '162334.251000', '162334.254000', '162334.257000', '162334.261000', '162334.264000', '162334.267000', '162334.270000', '162334.272000', '162334.275000', '162334.278000', '162334.281000', '162354.159000', '162354.162000', '162354.174000', '162354.176000', '162354.179000', '162354.182000', '162354.185000', '162354.188000', '162354.191000', '162354.194000', '162354.197000', '162354.199000', '162354.202000', '162354.205000', '162354.208000', '162354.213000', '162354.216000', '162354.219000', '162354.222000', '162354.224000', '162354.227000', '162354.230000', '162354.233000', '162354.236000', '162354.239000', '162354.242000', '162354.245000', '162354.247000', '162354.250000', '162354.253000', '162354.256000', '162354.259000', '162354.262000', '162354.264000', '162354.267000', '162354.282000', '162354.285000', '162354.288000', '162354.299000', '162354.302000', '162354.305000', '162354.308000', '162354.311000', '162354.314000', '162414.160000', '162414.163000', '162414.166000', '162414.168000', '162414.172000', '162414.174000', '162414.177000', '162414.180000', '162414.183000', '162414.186000', '162414.189000', '162414.191000', '162414.194000', '162414.197000', '162414.200000', '162414.203000', '162414.206000', '162414.209000', '162414.211000', '162414.214000', '162414.218000', '162414.220000', '162414.223000', '162414.226000', '162414.229000', '162414.232000', '162414.235000', '162414.237000', '162414.240000', '162414.243000', '162414.246000', '162414.249000', '162414.260000', '162414.263000', '162414.266000', '162414.269000', '162414.272000', '162414.275000', '162414.277000', '162414.280000', '162414.283000', '162414.286000', '162414.289000', '162434.160000', '162434.163000', '162434.166000', '162434.169000', '162434.171000', '162434.175000', '162434.177000', '162434.180000', '162434.183000', '162434.186000', '162434.189000', '162434.192000', '162434.194000', '162434.197000', '162434.200000', '162434.203000', '162434.206000', '162434.209000', '162434.212000', '162434.215000', '162434.217000', '162434.220000', '162434.223000', '162434.226000', '162434.229000', '162434.232000', '162434.235000', '162434.237000', '162434.240000', '162434.243000', '162434.246000', '162434.249000', '162434.252000', '162434.255000', '162434.258000', '162434.260000', '162434.263000', '162434.266000', '162434.269000', '162434.272000', '162434.275000', '162434.278000', '162434.280000', '162434.283000', '162443.365000', '162443.368000', '162443.372000', '162443.375000', '162443.378000', '162443.382000', '162443.385000', '162443.388000', '162443.391000', '162443.395000', '162443.398000', '162443.401000', '162443.404000', '162443.407000', '162443.410000', '162443.413000', '162443.416000', '162443.419000', '162443.422000', '162443.425000'], 'InstanceCreationTime': ['161834.188000', '161834.191000', '161834.194000', '161834.197000', '161834.200000', '161834.203000', '161834.206000', '161834.209000', '161834.212000', '161834.215000', '161834.223000', '161834.226000', '161834.228000', '161834.231000', '161834.234000', '161834.237000', '161834.241000', '161834.243000', '161834.246000', '161834.249000', '161834.252000', '161834.255000', '161834.257000', '161834.260000', '161834.263000', '161834.266000', '161834.269000', '161834.272000', '161834.275000', '161834.277000', '161834.280000', '161834.283000', '161834.286000', '161834.289000', '161834.291000', '161834.294000', '161854.159000', '161854.167000', '161854.170000', '161854.172000', '161854.175000', '161854.178000', '161854.181000', '161854.184000', '161854.188000', '161854.191000', '161854.194000', '161854.196000', '161854.199000', '161854.202000', '161854.205000', '161854.208000', '161854.210000', '161854.213000', '161854.216000', '161854.219000', '161854.222000', '161854.225000', '161854.228000', '161854.230000', '161854.233000', '161854.236000', '161854.239000', '161854.242000', '161854.245000', '161854.247000', '161854.250000', '161854.253000', '161854.256000', '161854.259000', '161854.262000', '161854.264000', '161854.267000', '161854.270000', '161854.273000', '161854.276000', '161854.278000', '161854.281000', '161854.284000', '161914.159000', '161914.162000', '161914.165000', '161914.168000', '161914.170000', '161914.174000', '161914.176000', '161914.179000', '161914.182000', '161914.185000', '161914.188000', '161914.191000', '161914.204000', '161914.207000', '161914.209000', '161914.212000', '161914.215000', '161914.218000', '161914.221000', '161914.224000', '161914.226000', '161914.229000', '161914.232000', '161914.235000', '161914.238000', '161914.241000', '161914.244000', '161914.246000', '161914.249000', '161914.252000', '161914.255000', '161914.258000', '161914.261000', '161914.264000', '161914.267000', '161914.269000', '161914.272000', '161914.275000', '161914.278000', '161914.281000', '161914.284000', '161914.286000', '161914.289000', '161914.292000', '161934.160000', '161934.163000', '161934.166000', '161934.179000', '161934.182000', '161934.185000', '161934.188000', '161934.191000', '161934.194000', '161934.197000', '161934.200000', '161934.203000', '161934.205000', '161934.208000', '161934.211000', '161934.214000', '161934.217000', '161934.220000', '161934.225000', '161934.229000', '161934.232000', '161934.235000', '161934.238000', '161934.240000', '161934.243000', '161934.246000', '161934.249000', '161934.252000', '161934.255000', '161934.258000', '161934.260000', '161934.263000', '161934.266000', '161934.269000', '161934.272000', '161934.275000', '161934.278000', '161934.281000', '161934.283000', '161934.286000', '161934.289000', '161934.292000', '161934.295000', '161954.160000', '161954.163000', '161954.165000', '161954.168000', '161954.171000', '161954.174000', '161954.177000', '161954.180000', '161954.183000', '161954.186000', '161954.188000', '161954.191000', '161954.194000', '161954.197000', '161954.200000', '161954.203000', '161954.206000', '161954.208000', '161954.211000', '161954.214000', '161954.217000', '161954.220000', '161954.222000', '161954.225000', '161954.228000', '161954.231000', '161954.234000', '161954.237000', '161954.240000', '161954.242000', '161954.245000', '161954.248000', '161954.251000', '161954.254000', '161954.257000', '161954.260000', '161954.262000', '161954.265000', '161954.268000', '161954.271000', '161954.274000', '161954.277000', '161954.279000', '161954.282000', '162014.160000', '162014.163000', '162014.166000', '162014.169000', '162014.171000', '162014.174000', '162014.177000', '162014.180000', '162014.183000', '162014.186000', '162014.189000', '162014.192000', '162014.194000', '162014.197000', '162014.200000', '162014.203000', '162014.206000', '162014.209000', '162014.212000', '162014.214000', '162014.217000', '162014.220000', '162014.223000', '162014.226000', '162014.229000', '162014.232000', '162014.235000', '162014.237000', '162014.240000', '162014.243000', '162014.247000', '162014.250000', '162014.253000', '162014.256000', '162014.258000', '162014.261000', '162014.264000', '162014.267000', '162014.270000', '162014.273000', '162014.276000', '162014.278000', '162014.281000', '162034.160000', '162034.163000', '162034.165000', '162034.168000', '162034.171000', '162034.174000', '162034.177000', '162034.180000', '162034.183000', '162034.186000', '162034.189000', '162034.192000', '162034.194000', '162034.197000', '162034.200000', '162034.203000', '162034.206000', '162034.209000', '162034.211000', '162034.214000', '162034.217000', '162034.220000', '162034.223000', '162034.226000', '162034.229000', '162034.231000', '162034.234000', '162034.237000', '162034.240000', '162034.243000', '162034.246000', '162034.249000', '162034.252000', '162034.255000', '162034.257000', '162034.260000', '162034.263000', '162034.266000', '162034.269000', '162034.272000', '162034.274000', '162034.277000', '162034.280000', '162034.283000', '162054.159000', '162054.162000', '162054.165000', '162054.168000', '162054.170000', '162054.173000', '162054.176000', '162054.179000', '162054.182000', '162054.186000', '162054.189000', '162054.191000', '162054.194000', '162054.197000', '162054.200000', '162054.203000', '162054.206000', '162054.209000', '162054.212000', '162054.215000', '162054.217000', '162054.220000', '162054.223000', '162054.226000', '162054.229000', '162054.232000', '162054.235000', '162054.240000', '162054.244000', '162054.247000', '162054.250000', '162054.252000', '162054.255000', '162054.258000', '162054.261000', '162054.264000', '162054.267000', '162054.270000', '162054.272000', '162054.275000', '162054.278000', '162054.281000', '162054.290000', '162114.159000', '162114.162000', '162114.165000', '162114.168000', '162114.171000', '162114.174000', '162114.177000', '162114.179000', '162114.182000', '162114.185000', '162114.188000', '162114.191000', '162114.194000', '162114.197000', '162114.200000', '162114.202000', '162114.205000', '162114.208000', '162114.211000', '162114.214000', '162114.217000', '162114.220000', '162114.223000', '162114.225000', '162114.228000', '162114.231000', '162114.234000', '162114.237000', '162114.240000', '162114.242000', '162114.245000', '162114.248000', '162114.251000', '162114.254000', '162114.257000', '162114.260000', '162114.262000', '162114.265000', '162114.268000', '162114.271000', '162114.274000', '162114.277000', '162114.280000', '162114.283000', '162134.159000', '162134.162000', '162134.165000', '162134.168000', '162134.171000', '162134.174000', '162134.176000', '162134.179000', '162134.182000', '162134.185000', '162134.188000', '162134.191000', '162134.194000', '162134.197000', '162134.200000', '162134.202000', '162134.206000', '162134.208000', '162134.211000', '162134.214000', '162134.217000', '162134.220000', '162134.223000', '162134.225000', '162134.228000', '162134.231000', '162134.234000', '162134.237000', '162134.240000', '162134.243000', '162134.246000', '162134.248000', '162134.251000', '162134.254000', '162134.257000', '162134.260000', '162134.263000', '162134.266000', '162134.268000', '162134.272000', '162134.277000', '162134.280000', '162134.283000', '162154.160000', '162154.163000', '162154.166000', '162154.169000', '162154.171000', '162154.174000', '162154.177000', '162154.180000', '162154.183000', '162154.186000', '162154.189000', '162154.191000', '162154.194000', '162154.197000', '162154.200000', '162154.203000', '162154.206000', '162154.209000', '162154.211000', '162154.214000', '162154.217000', '162154.220000', '162154.223000', '162154.226000', '162154.229000', '162154.231000', '162154.234000', '162154.237000', '162154.240000', '162154.243000', '162154.246000', '162154.249000', '162154.251000', '162154.254000', '162154.257000', '162154.260000', '162154.263000', '162154.266000', '162154.268000', '162154.271000', '162154.274000', '162154.277000', '162154.280000', '162154.283000', '162214.160000', '162214.163000', '162214.166000', '162214.169000', '162214.172000', '162214.175000', '162214.177000', '162214.180000', '162214.183000', '162214.186000', '162214.189000', '162214.192000', '162214.195000', '162214.197000', '162214.200000', '162214.203000', '162214.206000', '162214.209000', '162214.212000', '162214.215000', '162214.218000', '162214.221000', '162214.224000', '162214.227000', '162214.230000', '162214.233000', '162214.236000', '162214.239000', '162214.242000', '162214.245000', '162214.248000', '162214.251000', '162214.254000', '162214.256000', '162214.259000', '162214.262000', '162214.265000', '162214.268000', '162214.271000', '162214.274000', '162214.277000', '162214.280000', '162214.282000', '162234.160000', '162234.163000', '162234.166000', '162234.168000', '162234.172000', '162234.174000', '162234.177000', '162234.180000', '162234.183000', '162234.186000', '162234.189000', '162234.192000', '162234.195000', '162234.197000', '162234.200000', '162234.203000', '162234.206000', '162234.209000', '162234.212000', '162234.215000', '162234.217000', '162234.220000', '162234.223000', '162234.226000', '162234.240000', '162234.243000', '162234.246000', '162234.249000', '162234.252000', '162234.255000', '162234.257000', '162234.260000', '162234.263000', '162234.266000', '162234.269000', '162234.272000', '162234.275000', '162234.277000', '162234.280000', '162234.283000', '162234.286000', '162234.289000', '162234.292000', '162234.295000', '162254.160000', '162254.163000', '162254.166000', '162254.169000', '162254.172000', '162254.174000', '162254.177000', '162254.180000', '162254.183000', '162254.186000', '162254.189000', '162254.192000', '162254.195000', '162254.197000', '162254.200000', '162254.203000', '162254.206000', '162254.209000', '162254.212000', '162254.215000', '162254.217000', '162254.220000', '162254.223000', '162254.226000', '162254.229000', '162254.232000', '162254.235000', '162254.238000', '162254.240000', '162254.243000', '162254.246000', '162254.249000', '162254.252000', '162254.255000', '162254.258000', '162254.261000', '162254.263000', '162254.266000', '162254.269000', '162254.272000', '162254.275000', '162254.278000', '162254.281000', '162314.159000', '162314.162000', '162314.165000', '162314.174000', '162314.177000', '162314.180000', '162314.183000', '162314.186000', '162314.189000', '162314.191000', '162314.194000', '162314.197000', '162314.200000', '162314.203000', '162314.206000', '162314.209000', '162314.211000', '162314.214000', '162314.217000', '162314.220000', '162314.223000', '162314.226000', '162314.229000', '162314.232000', '162314.234000', '162314.237000', '162314.240000', '162314.243000', '162314.246000', '162314.249000', '162314.252000', '162314.255000', '162314.258000', '162314.260000', '162314.263000', '162314.266000', '162314.269000', '162314.272000', '162314.275000', '162314.278000', '162314.280000', '162314.283000', '162314.286000', '162314.289000', '162334.159000', '162334.162000', '162334.165000', '162334.168000', '162334.171000', '162334.174000', '162334.177000', '162334.179000', '162334.182000', '162334.185000', '162334.188000', '162334.191000', '162334.194000', '162334.196000', '162334.199000', '162334.202000', '162334.205000', '162334.208000', '162334.211000', '162334.214000', '162334.216000', '162334.220000', '162334.222000', '162334.225000', '162334.228000', '162334.231000', '162334.234000', '162334.237000', '162334.239000', '162334.242000', '162334.245000', '162334.248000', '162334.251000', '162334.254000', '162334.257000', '162334.261000', '162334.264000', '162334.267000', '162334.270000', '162334.272000', '162334.275000', '162334.278000', '162334.281000', '162354.159000', '162354.162000', '162354.174000', '162354.176000', '162354.179000', '162354.182000', '162354.185000', '162354.188000', '162354.191000', '162354.194000', '162354.197000', '162354.199000', '162354.202000', '162354.205000', '162354.208000', '162354.213000', '162354.216000', '162354.219000', '162354.222000', '162354.224000', '162354.227000', '162354.230000', '162354.233000', '162354.236000', '162354.239000', '162354.242000', '162354.245000', '162354.247000', '162354.250000', '162354.253000', '162354.256000', '162354.259000', '162354.262000', '162354.264000', '162354.267000', '162354.282000', '162354.285000', '162354.288000', '162354.299000', '162354.302000', '162354.305000', '162354.308000', '162354.311000', '162354.314000', '162414.160000', '162414.163000', '162414.166000', '162414.168000', '162414.172000', '162414.174000', '162414.177000', '162414.180000', '162414.183000', '162414.186000', '162414.189000', '162414.191000', '162414.194000', '162414.197000', '162414.200000', '162414.203000', '162414.206000', '162414.209000', '162414.211000', '162414.214000', '162414.218000', '162414.220000', '162414.223000', '162414.226000', '162414.229000', '162414.232000', '162414.235000', '162414.237000', '162414.240000', '162414.243000', '162414.246000', '162414.249000', '162414.260000', '162414.263000', '162414.266000', '162414.269000', '162414.272000', '162414.275000', '162414.277000', '162414.280000', '162414.283000', '162414.286000', '162414.289000', '162434.160000', '162434.163000', '162434.166000', '162434.169000', '162434.171000', '162434.175000', '162434.177000', '162434.180000', '162434.183000', '162434.186000', '162434.189000', '162434.192000', '162434.194000', '162434.197000', '162434.200000', '162434.203000', '162434.206000', '162434.209000', '162434.212000', '162434.215000', '162434.217000', '162434.220000', '162434.223000', '162434.226000', '162434.229000', '162434.232000', '162434.235000', '162434.237000', '162434.240000', '162434.243000', '162434.246000', '162434.249000', '162434.252000', '162434.255000', '162434.258000', '162434.260000', '162434.263000', '162434.266000', '162434.269000', '162434.272000', '162434.275000', '162434.278000', '162434.280000', '162434.283000', '162443.365000', '162443.368000', '162443.372000', '162443.375000', '162443.378000', '162443.382000', '162443.385000', '162443.388000', '162443.391000', '162443.395000', '162443.398000', '162443.401000', '162443.404000', '162443.407000', '162443.410000', '162443.413000', '162443.416000', '162443.419000', '162443.422000', '162443.425000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839], 'LargestImagePixelValue': [11098, 11590, 10805, 11737, 10171, 13746, 10954, 17692, 10177, 11710, 10204, 10924, 9997, 12895, 10616, 13732, 10584, 13737, 10171, 14619, 11685, 14210, 11014, 10800, 11148, 10203, 10921, 13880, 11095, 10223, 10737, 10586, 12434, 10376, 12385, 11751, 12412, 10860, 11582, 10950, 11311, 10398, 17952, 11414, 11105, 11683, 10065, 14559, 10142, 16583, 11809, 15846, 10490, 11735, 10561, 11854, 10056, 14361, 10574, 15146, 11130, 10987, 11099, 9663, 12442, 10448, 18574, 11591, 14428, 10125, 11951, 9585, 12221, 10489, 15158, 10113, 12089, 9863, 11859, 10001, 13370, 10422, 12189, 10455, 15961, 10524, 16033, 10944, 10880, 11155, 9721, 14212, 12169, 18109, 12491, 13925, 9894, 11255, 9663, 13382, 11730, 15643, 10613, 13425, 10755, 10948, 10482, 12970, 13426, 9976, 14447, 9875, 12191, 10301, 11778, 12494, 16544, 10840, 10565, 13130, 10354, 11698, 10768, 11567, 11266, 9213, 16209, 10126, 10642, 9794, 10656, 11593, 12784, 19232, 11008, 12824, 10971, 10753, 10728, 11376, 15487, 19972, 13971, 12021, 10717, 10628, 11063, 9464, 13952, 9841, 13099, 10439, 13565, 12092, 11688, 10274, 10068, 11172, 10961, 11713, 9946, 11344, 10515, 12019, 18026, 12358, 18040, 10787, 12198, 11055, 12176, 11901, 19869, 10333, 10580, 10731, 11033, 10800, 11741, 10170, 19231, 10834, 15967, 12235, 15363, 10969, 14778, 10896, 10746, 11003, 9754, 10762, 9791, 12690, 9597, 14306, 11793, 15487, 10224, 12209, 10225, 11668, 10521, 12189, 10471, 14409, 10718, 18603, 10852, 12575, 11339, 10294, 11113, 10124, 13864, 10665, 19565, 10800, 14293, 10525, 11414, 10753, 11041, 10837, 10355, 11788, 10811, 14552, 10404, 12016, 10749, 11929, 10817, 11240, 12959, 10213, 18550, 10513, 13780, 10781, 11525, 10681, 12228, 11115, 10399, 10448, 10549, 11743, 10641, 12057, 10866, 14506, 11250, 11410, 11694, 10364, 13803, 10567, 15790, 12099, 18843, 10962, 13005, 11111, 10721, 11252, 11110, 11274, 10231, 14393, 12845, 15459, 10804, 14221, 11166, 12366, 11311, 11159, 11316, 13661, 11461, 10945, 13162, 10693, 13097, 11088, 12377, 11400, 12953, 11553, 10407, 11913, 10351, 13008, 11117, 19036, 13320, 11373, 10910, 11319, 10829, 12332, 11043, 11680, 10969, 13858, 11229, 10708, 11539, 10366, 13752, 10792, 19766, 10764, 15611, 10804, 13444, 10767, 16796, 11332, 11884, 11255, 10983, 11228, 9912, 11043, 11351, 11138, 10404, 10947, 10475, 12714, 10437, 13277, 11403, 14833, 10984, 12600, 11221, 11652, 11367, 14649, 11408, 15195, 11268, 11538, 11298, 12231, 10996, 14022, 10979, 15651, 11229, 19317, 11537, 13326, 11745, 10823, 11730, 10623, 15836, 10928, 17852, 11093, 15452, 11132, 12237, 11266, 12149, 11205, 12686, 11087, 16562, 11340, 11962, 11368, 11876, 11449, 10762, 11347, 10059, 11506, 11840, 12021, 11111, 11948, 10900, 11898, 10507, 11699, 14894, 11521, 11401, 11719, 12052, 11378, 11477, 11448, 16416, 11433, 14601, 12002, 11105, 12259, 10773, 11666, 10625, 13357, 10696, 13630, 11048, 13156, 10892, 13099, 11145, 16237, 11258, 11992, 11290, 11181, 11381, 11758, 11169, 15741, 11179, 12628, 11315, 12584, 11183, 11980, 11078, 15178, 11227, 15944, 11509, 11639, 11712, 12145, 11380, 15490, 11430, 17273, 11706, 10768, 11479, 11500, 11329, 14468, 11338, 17191, 10964, 12667, 10850, 13559, 10913, 16954, 11550, 18427, 11037, 15777, 11096, 12565, 10727, 13698, 11152, 16603, 10922, 11647, 10810, 12311, 10825, 11848, 10798, 16659, 10553, 12949, 10899, 11806, 10783, 11491, 10740, 14602, 10950, 16996, 11157, 11396, 10798, 11450, 10812, 17705, 10865, 14514, 10828, 12065, 10677, 12024, 10486, 13737, 10637, 16828, 10669, 13502, 10572, 12624, 10624, 13560, 11037, 11413, 10881, 11940, 10776, 11693, 10825, 11511, 10614, 15195, 16175, 11932, 10828, 11855, 10707, 11401, 11534, 11665, 12728, 11481, 10202, 11152, 11391, 10980, 19369, 10996, 13758, 11265, 10569, 10917, 11740, 10642, 15766, 11486, 14692, 10896, 11395, 10743, 11303, 10125, 11393, 16679, 11240, 11474, 11449, 11497, 11378, 12035, 10819, 19614, 11266, 13959, 10927, 11230, 10632, 11300, 10424, 14634, 10954, 11223, 10235, 11387, 10120, 11225, 10317, 11440, 10930, 15160, 11529, 11647, 10403, 11214, 10388, 13489, 10794, 16858, 10452, 14525, 10751, 12783, 10725, 12551, 11042, 18785, 13907, 15556, 11632, 11648, 11495, 11516, 11986, 9949, 10683, 14690, 10498, 15104, 14202, 17021, 12924, 17429, 11164, 17098, 10442, 17702, 12670, 17870, 14348, 10953, 10202, 10931, 10096, 10739, 9886, 10728, 10032, 10841, 9904, 10749, 10877, 10842, 9961, 10709, 10113, 10842, 9906, 11012, 10355, 11460, 10314, 10804, 10542, 11131, 10950, 11297, 11099, 10791, 11430, 10974, 13178, 10859, 16579, 11067, 10317, 10971, 10504, 11249, 10438, 17749, 12008, 16707, 10706, 11295, 10733, 11165, 10563, 10818, 10326, 15914, 12490, 13160, 10656, 11450, 10210, 10953, 10724, 10769, 14643, 10599, 15399, 11146, 10480, 11101, 10157, 11134, 12202, 11369, 10675, 11343, 10027, 11323, 10579, 11169, 10361, 11201, 13521, 11170, 10325, 11104, 10369, 10940, 10431, 11947, 10862, 12414, 10478, 11071, 10427, 11164, 10754, 14071, 10401, 15945, 10890, 15285, 10999, 11167, 10871, 11176, 10853, 11897, 11128, 14903, 11220, 10660, 11142, 10270, 11163, 10345, 11133, 11125, 11918, 10331, 12105, 10432, 12623, 10782, 11913, 10830, 13753, 10946, 12048, 11188, 9925, 11210, 10570, 10913, 10423, 16098, 10499, 12348, 10576, 11457, 10707, 11491, 10818, 12200, 10730, 16598, 10901, 12046, 11040, 11042, 10761, 11284, 10811, 13589, 10765, 14806, 11526, 10660, 11110, 10697, 14959, 10691, 17457, 10935, 12356, 11076, 10979, 10884, 11275, 10891, 14870, 10919, 12309, 10777, 11486, 10760, 11748, 10762, 14482, 10670, 19236, 11147, 12807, 10882, 11999, 10469, 11213, 10780, 13405, 13645, 10531, 13486, 10535, 12585, 10424, 13025, 11117, 17412, 10476, 12718, 10679, 10881, 10588, 11585, 10993, 14477, 10982, 11269, 10601, 10170, 10976, 10074, 10974, 12748, 10985, 11086, 11007, 9860, 11072, 10406, 10948, 10136, 13347, 12867, 10910, 10479, 10866, 10494, 11011, 10239, 10955], 'WindowCenter': [4310.0, 4306.0, 4284.0, 4292.0, 4271.0, 4289.0, 4268.0, 4308.0, 4257.0, 4278.0, 4258.0, 4266.0, 4258.0, 4277.0, 4258.0, 4276.0, 4257.0, 4287.0, 4258.0, 4287.0, 4267.0, 4287.0, 4256.0, 4267.0, 4265.0, 4256.0, 4255.0, 4287.0, 4255.0, 4256.0, 4254.0, 4255.0, 4275.0, 4257.0, 4276.0, 4277.0, 4276.0, 4267.0, 4268.0, 4267.0, 4269.0, 4256.0, 4298.0, 4265.0, 4266.0, 4264.0, 4245.0, 4273.0, 4244.0, 4286.0, 4265.0, 4286.0, 4254.0, 4263.0, 4254.0, 4263.0, 4244.0, 4285.0, 4254.0, 4286.0, 4254.0, 4253.0, 4253.0, 4243.0, 4263.0, 4244.0, 4294.0, 4266.0, 4272.0, 4243.0, 4252.0, 4245.0, 4265.0, 4256.0, 4286.0, 4255.0, 4263.0, 4244.0, 4265.0, 4257.0, 4286.0, 4256.0, 4277.0, 4256.0, 4298.0, 4256.0, 4287.0, 4254.0, 4254.0, 4252.0, 4233.0, 4273.0, 4264.0, 4284.0, 4264.0, 4261.0, 4242.0, 4241.0, 4243.0, 4273.0, 4264.0, 4284.0, 4243.0, 4262.0, 4241.0, 4242.0, 4241.0, 4263.0, 4263.0, 4243.0, 4260.0, 4231.0, 4251.0, 4243.0, 4266.0, 4262.0, 4286.0, 4241.0, 4254.0, 4260.0, 4242.0, 4250.0, 4252.0, 4263.0, 4254.0, 4233.0, 4296.0, 4255.0, 4254.0, 4245.0, 4254.0, 4265.0, 4275.0, 4310.0, 4255.0, 4265.0, 4253.0, 4254.0, 4254.0, 4265.0, 4274.0, 4297.0, 4261.0, 4253.0, 4229.0, 4230.0, 4238.0, 4230.0, 4260.0, 4232.0, 4261.0, 4240.0, 4261.0, 4263.0, 4252.0, 4244.0, 4231.0, 4253.0, 4266.0, 4276.0, 4257.0, 4267.0, 4258.0, 4277.0, 4310.0, 4266.0, 4296.0, 4243.0, 4251.0, 4252.0, 4265.0, 4266.0, 4296.0, 4243.0, 4242.0, 4253.0, 4253.0, 4254.0, 4252.0, 4243.0, 4283.0, 4241.0, 4271.0, 4253.0, 4271.0, 4241.0, 4261.0, 4240.0, 4241.0, 4239.0, 4231.0, 4240.0, 4241.0, 4262.0, 4234.0, 4273.0, 4264.0, 4272.0, 4243.0, 4251.0, 4243.0, 4252.0, 4244.0, 4263.0, 4245.0, 4274.0, 4245.0, 4296.0, 4244.0, 4264.0, 4251.0, 4242.0, 4241.0, 4242.0, 4262.0, 4254.0, 4295.0, 4253.0, 4273.0, 4243.0, 4252.0, 4253.0, 4253.0, 4253.0, 4244.0, 4263.0, 4254.0, 4272.0, 4254.0, 4263.0, 4252.0, 4264.0, 4253.0, 4254.0, 4263.0, 4243.0, 4294.0, 4243.0, 4273.0, 4253.0, 4253.0, 4243.0, 4264.0, 4253.0, 4254.0, 4242.0, 4255.0, 4264.0, 4267.0, 4277.0, 4267.0, 4287.0, 4266.0, 4267.0, 4265.0, 4256.0, 4275.0, 4257.0, 4296.0, 4277.0, 4307.0, 4256.0, 4275.0, 4266.0, 4266.0, 4266.0, 4267.0, 4266.0, 4268.0, 4288.0, 4288.0, 4287.0, 4267.0, 4285.0, 4266.0, 4276.0, 4265.0, 4267.0, 4265.0, 4287.0, 4265.0, 4256.0, 4274.0, 4255.0, 4275.0, 4266.0, 4275.0, 4265.0, 4275.0, 4265.0, 4255.0, 4265.0, 4256.0, 4275.0, 4267.0, 4297.0, 4276.0, 4264.0, 4265.0, 4254.0, 4266.0, 4275.0, 4267.0, 4276.0, 4266.0, 4287.0, 4266.0, 4265.0, 4266.0, 4256.0, 4275.0, 4265.0, 4307.0, 4255.0, 4285.0, 4254.0, 4275.0, 4254.0, 4284.0, 4254.0, 4264.0, 4254.0, 4254.0, 4252.0, 4245.0, 4255.0, 4266.0, 4252.0, 4254.0, 4253.0, 4254.0, 4263.0, 4253.0, 4274.0, 4266.0, 4275.0, 4255.0, 4264.0, 4266.0, 4263.0, 4265.0, 4288.0, 4266.0, 4284.0, 4266.0, 4264.0, 4267.0, 4276.0, 4267.0, 4286.0, 4257.0, 4286.0, 4267.0, 4298.0, 4254.0, 4274.0, 4252.0, 4252.0, 4250.0, 4243.0, 4283.0, 4252.0, 4282.0, 4252.0, 4272.0, 4252.0, 4251.0, 4251.0, 4262.0, 4252.0, 4263.0, 4253.0, 4283.0, 4253.0, 4263.0, 4264.0, 4263.0, 4253.0, 4253.0, 4252.0, 4242.0, 4254.0, 4263.0, 4262.0, 4266.0, 4265.0, 4265.0, 4276.0, 4268.0, 4278.0, 4298.0, 4267.0, 4267.0, 4278.0, 4275.0, 4267.0, 4267.0, 4267.0, 4298.0, 4266.0, 4287.0, 4264.0, 4254.0, 4262.0, 4255.0, 4254.0, 4255.0, 4264.0, 4244.0, 4273.0, 4254.0, 4260.0, 4253.0, 4262.0, 4254.0, 4284.0, 4254.0, 4253.0, 4254.0, 4253.0, 4264.0, 4264.0, 4255.0, 4285.0, 4266.0, 4263.0, 4267.0, 4275.0, 4267.0, 4266.0, 4267.0, 4286.0, 4268.0, 4295.0, 4266.0, 4265.0, 4266.0, 4264.0, 4265.0, 4286.0, 4265.0, 4295.0, 4265.0, 4253.0, 4264.0, 4265.0, 4266.0, 4285.0, 4266.0, 4297.0, 4255.0, 4265.0, 4255.0, 4272.0, 4255.0, 4285.0, 4255.0, 4295.0, 4253.0, 4284.0, 4253.0, 4251.0, 4253.0, 4263.0, 4253.0, 4283.0, 4253.0, 4252.0, 4253.0, 4263.0, 4254.0, 4264.0, 4254.0, 4284.0, 4254.0, 4263.0, 4254.0, 4253.0, 4255.0, 4253.0, 4255.0, 4275.0, 4254.0, 4284.0, 4254.0, 4253.0, 4253.0, 4253.0, 4253.0, 4294.0, 4255.0, 4274.0, 4253.0, 4262.0, 4255.0, 4264.0, 4256.0, 4275.0, 4255.0, 4295.0, 4256.0, 4275.0, 4252.0, 4262.0, 4255.0, 4275.0, 4257.0, 4255.0, 4257.0, 4276.0, 4268.0, 4266.0, 4267.0, 4266.0, 4255.0, 4286.0, 4288.0, 4265.0, 4254.0, 4253.0, 4254.0, 4252.0, 4255.0, 4252.0, 4265.0, 4252.0, 4243.0, 4253.0, 4253.0, 4254.0, 4294.0, 4254.0, 4262.0, 4253.0, 4241.0, 4253.0, 4265.0, 4256.0, 4284.0, 4266.0, 4275.0, 4255.0, 4254.0, 4255.0, 4253.0, 4256.0, 4255.0, 4297.0, 4255.0, 4254.0, 4253.0, 4254.0, 4254.0, 4263.0, 4254.0, 4296.0, 4253.0, 4274.0, 4254.0, 4253.0, 4256.0, 4254.0, 4257.0, 4286.0, 4257.0, 4256.0, 4246.0, 4253.0, 4245.0, 4254.0, 4245.0, 4254.0, 4256.0, 4285.0, 4255.0, 4253.0, 4244.0, 4252.0, 4243.0, 4261.0, 4255.0, 4285.0, 4244.0, 4274.0, 4253.0, 4263.0, 4254.0, 4263.0, 4254.0, 4307.0, 4277.0, 4297.0, 4267.0, 4267.0, 4265.0, 4268.0, 4280.0, 4272.0, 4271.0, 4302.0, 4273.0, 4302.0, 4293.0, 4300.0, 4268.0, 4287.0, 4245.0, 4271.0, 4233.0, 4271.0, 4253.0, 4274.0, 4263.0, 4231.0, 4230.0, 4230.0, 4231.0, 4229.0, 4231.0, 4230.0, 4232.0, 4231.0, 4231.0, 4242.0, 4243.0, 4241.0, 4234.0, 4241.0, 4242.0, 4242.0, 4244.0, 4244.0, 4245.0, 4254.0, 4246.0, 4256.0, 4256.0, 4256.0, 4256.0, 4267.0, 4255.0, 4257.0, 4266.0, 4269.0, 4280.0, 4259.0, 4301.0, 4257.0, 4257.0, 4256.0, 4255.0, 4254.0, 4256.0, 4298.0, 4268.0, 4287.0, 4256.0, 4255.0, 4256.0, 4253.0, 4257.0, 4255.0, 4258.0, 4287.0, 4268.0, 4277.0, 4257.0, 4265.0, 4256.0, 4255.0, 4254.0, 4256.0, 4288.0, 4245.0, 4286.0, 4254.0, 4245.0, 4254.0, 4246.0, 4254.0, 4266.0, 4252.0, 4254.0, 4254.0, 4245.0, 4253.0, 4256.0, 4255.0, 4256.0, 4256.0, 4278.0, 4256.0, 4246.0, 4253.0, 4245.0, 4254.0, 4254.0, 4266.0, 4257.0, 4265.0, 4256.0, 4254.0, 4254.0, 4254.0, 4254.0, 4275.0, 4254.0, 4286.0, 4256.0, 4272.0, 4255.0, 4253.0, 4253.0, 4252.0, 4253.0, 4264.0, 4255.0, 4286.0, 4254.0, 4245.0, 4254.0, 4243.0, 4254.0, 4246.0, 4256.0, 4256.0, 4266.0, 4245.0, 4254.0, 4244.0, 4261.0, 4253.0, 4252.0, 4255.0, 4274.0, 4254.0, 4265.0, 4253.0, 4242.0, 4251.0, 4243.0, 4243.0, 4255.0, 4285.0, 4245.0, 4252.0, 4244.0, 4252.0, 4243.0, 4252.0, 4253.0, 4263.0, 4256.0, 4286.0, 4255.0, 4264.0, 4254.0, 4253.0, 4256.0, 4266.0, 4256.0, 4275.0, 4256.0, 4288.0, 4255.0, 4255.0, 4254.0, 4255.0, 4274.0, 4246.0, 4296.0, 4254.0, 4264.0, 4255.0, 4254.0, 4256.0, 4255.0, 4256.0, 4285.0, 4257.0, 4264.0, 4257.0, 4254.0, 4256.0, 4264.0, 4257.0, 4276.0, 4246.0, 4298.0, 4255.0, 4265.0, 4253.0, 4253.0, 4243.0, 4252.0, 4243.0, 4275.0, 4263.0, 4242.0, 4261.0, 4242.0, 4251.0, 4242.0, 4261.0, 4253.0, 4284.0, 4243.0, 4250.0, 4241.0, 4241.0, 4242.0, 4253.0, 4254.0, 4275.0, 4253.0, 4254.0, 4243.0, 4243.0, 4254.0, 4245.0, 4256.0, 4277.0, 4255.0, 4256.0, 4255.0, 4245.0, 4254.0, 4255.0, 4253.0, 4246.0, 4275.0, 4265.0, 4243.0, 4245.0, 4243.0, 4243.0, 4254.0, 4243.0, 4254.0], 'WindowWidth': [9528.0, 9511.0, 9478.0, 9485.0, 9453.0, 9472.0, 9443.0, 9499.0, 9426.0, 9456.0, 9429.0, 9438.0, 9428.0, 9454.0, 9428.0, 9452.0, 9424.0, 9465.0, 9429.0, 9466.0, 9441.0, 9464.0, 9420.0, 9437.0, 9433.0, 9422.0, 9419.0, 9466.0, 9416.0, 9422.0, 9416.0, 9419.0, 9444.0, 9424.0, 9448.0, 9453.0, 9448.0, 9437.0, 9439.0, 9439.0, 9443.0, 9420.0, 9483.0, 9430.0, 9434.0, 9429.0, 9404.0, 9440.0, 9403.0, 9462.0, 9432.0, 9461.0, 9414.0, 9425.0, 9414.0, 9426.0, 9401.0, 9459.0, 9415.0, 9462.0, 9413.0, 9413.0, 9410.0, 9399.0, 9425.0, 9399.0, 9472.0, 9434.0, 9437.0, 9398.0, 9408.0, 9404.0, 9433.0, 9422.0, 9464.0, 9419.0, 9426.0, 9404.0, 9432.0, 9426.0, 9463.0, 9423.0, 9452.0, 9421.0, 9482.0, 9421.0, 9466.0, 9413.0, 9414.0, 9406.0, 9384.0, 9441.0, 9428.0, 9459.0, 9426.0, 9420.0, 9395.0, 9392.0, 9397.0, 9440.0, 9429.0, 9455.0, 9397.0, 9422.0, 9392.0, 9395.0, 9392.0, 9425.0, 9424.0, 9397.0, 9417.0, 9378.0, 9404.0, 9398.0, 9434.0, 9422.0, 9462.0, 9393.0, 9415.0, 9417.0, 9396.0, 9405.0, 9410.0, 9427.0, 9415.0, 9385.0, 9477.0, 9418.0, 9417.0, 9406.0, 9416.0, 9435.0, 9450.0, 9507.0, 9417.0, 9430.0, 9411.0, 9413.0, 9417.0, 9435.0, 9441.0, 9485.0, 9421.0, 9410.0, 9372.0, 9375.0, 9383.0, 9375.0, 9415.0, 9382.0, 9418.0, 9391.0, 9419.0, 9428.0, 9408.0, 9400.0, 9378.0, 9414.0, 9435.0, 9450.0, 9427.0, 9438.0, 9427.0, 9452.0, 9507.0, 9434.0, 9480.0, 9398.0, 9406.0, 9408.0, 9433.0, 9436.0, 9479.0, 9398.0, 9396.0, 9412.0, 9409.0, 9414.0, 9408.0, 9396.0, 9453.0, 9391.0, 9432.0, 9410.0, 9434.0, 9390.0, 9417.0, 9386.0, 9388.0, 9384.0, 9377.0, 9389.0, 9393.0, 9420.0, 9386.0, 9438.0, 9429.0, 9437.0, 9398.0, 9406.0, 9398.0, 9408.0, 9400.0, 9425.0, 9404.0, 9444.0, 9403.0, 9476.0, 9399.0, 9426.0, 9405.0, 9394.0, 9391.0, 9395.0, 9424.0, 9415.0, 9475.0, 9412.0, 9438.0, 9398.0, 9409.0, 9412.0, 9412.0, 9412.0, 9402.0, 9427.0, 9416.0, 9438.0, 9415.0, 9423.0, 9411.0, 9427.0, 9411.0, 9416.0, 9426.0, 9398.0, 9471.0, 9397.0, 9438.0, 9411.0, 9412.0, 9398.0, 9428.0, 9410.0, 9416.0, 9396.0, 9417.0, 9429.0, 9437.0, 9452.0, 9439.0, 9465.0, 9434.0, 9436.0, 9429.0, 9423.0, 9447.0, 9423.0, 9477.0, 9453.0, 9495.0, 9422.0, 9446.0, 9436.0, 9435.0, 9436.0, 9441.0, 9436.0, 9443.0, 9469.0, 9468.0, 9466.0, 9439.0, 9459.0, 9435.0, 9447.0, 9435.0, 9441.0, 9433.0, 9467.0, 9433.0, 9421.0, 9443.0, 9419.0, 9446.0, 9435.0, 9447.0, 9432.0, 9445.0, 9431.0, 9419.0, 9432.0, 9421.0, 9448.0, 9437.0, 9482.0, 9449.0, 9429.0, 9434.0, 9416.0, 9435.0, 9445.0, 9438.0, 9450.0, 9436.0, 9466.0, 9437.0, 9435.0, 9435.0, 9424.0, 9446.0, 9434.0, 9496.0, 9419.0, 9458.0, 9417.0, 9444.0, 9416.0, 9459.0, 9415.0, 9428.0, 9416.0, 9417.0, 9411.0, 9406.0, 9418.0, 9434.0, 9411.0, 9415.0, 9412.0, 9416.0, 9425.0, 9414.0, 9441.0, 9434.0, 9444.0, 9417.0, 9427.0, 9435.0, 9427.0, 9431.0, 9469.0, 9436.0, 9458.0, 9433.0, 9430.0, 9438.0, 9448.0, 9439.0, 9463.0, 9425.0, 9465.0, 9438.0, 9486.0, 9416.0, 9443.0, 9409.0, 9411.0, 9403.0, 9397.0, 9453.0, 9410.0, 9453.0, 9410.0, 9437.0, 9408.0, 9405.0, 9406.0, 9422.0, 9408.0, 9425.0, 9411.0, 9453.0, 9412.0, 9425.0, 9429.0, 9426.0, 9412.0, 9413.0, 9408.0, 9397.0, 9415.0, 9429.0, 9425.0, 9434.0, 9430.0, 9432.0, 9450.0, 9441.0, 9453.0, 9483.0, 9438.0, 9439.0, 9452.0, 9447.0, 9436.0, 9438.0, 9437.0, 9483.0, 9433.0, 9464.0, 9428.0, 9415.0, 9422.0, 9416.0, 9414.0, 9417.0, 9427.0, 9400.0, 9440.0, 9413.0, 9419.0, 9413.0, 9424.0, 9417.0, 9455.0, 9414.0, 9411.0, 9414.0, 9411.0, 9430.0, 9429.0, 9420.0, 9459.0, 9434.0, 9428.0, 9437.0, 9445.0, 9439.0, 9436.0, 9440.0, 9465.0, 9440.0, 9475.0, 9435.0, 9433.0, 9435.0, 9430.0, 9432.0, 9463.0, 9431.0, 9475.0, 9431.0, 9412.0, 9430.0, 9431.0, 9437.0, 9461.0, 9436.0, 9478.0, 9418.0, 9430.0, 9418.0, 9437.0, 9419.0, 9459.0, 9419.0, 9476.0, 9413.0, 9455.0, 9411.0, 9406.0, 9412.0, 9425.0, 9413.0, 9454.0, 9413.0, 9409.0, 9413.0, 9424.0, 9416.0, 9428.0, 9418.0, 9456.0, 9416.0, 9426.0, 9415.0, 9412.0, 9416.0, 9412.0, 9419.0, 9445.0, 9416.0, 9458.0, 9414.0, 9410.0, 9412.0, 9413.0, 9413.0, 9472.0, 9418.0, 9444.0, 9413.0, 9423.0, 9418.0, 9428.0, 9422.0, 9446.0, 9421.0, 9476.0, 9420.0, 9444.0, 9410.0, 9425.0, 9419.0, 9445.0, 9424.0, 9419.0, 9424.0, 9450.0, 9441.0, 9435.0, 9436.0, 9436.0, 9421.0, 9463.0, 9469.0, 9432.0, 9416.0, 9410.0, 9416.0, 9410.0, 9417.0, 9409.0, 9432.0, 9409.0, 9399.0, 9411.0, 9413.0, 9414.0, 9477.0, 9414.0, 9424.0, 9411.0, 9394.0, 9414.0, 9430.0, 9422.0, 9457.0, 9434.0, 9444.0, 9418.0, 9414.0, 9418.0, 9413.0, 9418.0, 9415.0, 9481.0, 9415.0, 9414.0, 9412.0, 9415.0, 9413.0, 9425.0, 9413.0, 9478.0, 9412.0, 9440.0, 9414.0, 9411.0, 9419.0, 9416.0, 9423.0, 9461.0, 9423.0, 9420.0, 9405.0, 9412.0, 9403.0, 9413.0, 9403.0, 9415.0, 9419.0, 9458.0, 9418.0, 9411.0, 9402.0, 9407.0, 9398.0, 9420.0, 9418.0, 9457.0, 9400.0, 9440.0, 9410.0, 9423.0, 9413.0, 9424.0, 9417.0, 9495.0, 9452.0, 9479.0, 9437.0, 9436.0, 9429.0, 9440.0, 9458.0, 9453.0, 9451.0, 9491.0, 9454.0, 9495.0, 9484.0, 9486.0, 9439.0, 9463.0, 9400.0, 9432.0, 9380.0, 9435.0, 9409.0, 9441.0, 9421.0, 9373.0, 9374.0, 9371.0, 9375.0, 9369.0, 9376.0, 9372.0, 9377.0, 9374.0, 9378.0, 9393.0, 9396.0, 9391.0, 9385.0, 9390.0, 9395.0, 9394.0, 9400.0, 9399.0, 9402.0, 9412.0, 9406.0, 9417.0, 9420.0, 9420.0, 9420.0, 9434.0, 9418.0, 9424.0, 9435.0, 9440.0, 9458.0, 9427.0, 9490.0, 9422.0, 9421.0, 9419.0, 9417.0, 9414.0, 9419.0, 9483.0, 9439.0, 9463.0, 9419.0, 9413.0, 9419.0, 9413.0, 9423.0, 9418.0, 9424.0, 9465.0, 9439.0, 9448.0, 9421.0, 9431.0, 9421.0, 9416.0, 9415.0, 9418.0, 9467.0, 9402.0, 9463.0, 9412.0, 9401.0, 9411.0, 9404.0, 9413.0, 9434.0, 9410.0, 9415.0, 9414.0, 9402.0, 9411.0, 9420.0, 9418.0, 9419.0, 9420.0, 9453.0, 9418.0, 9405.0, 9411.0, 9404.0, 9413.0, 9415.0, 9433.0, 9424.0, 9431.0, 9418.0, 9413.0, 9415.0, 9412.0, 9414.0, 9442.0, 9415.0, 9459.0, 9420.0, 9439.0, 9415.0, 9410.0, 9411.0, 9408.0, 9412.0, 9427.0, 9416.0, 9460.0, 9415.0, 9403.0, 9414.0, 9400.0, 9413.0, 9406.0, 9421.0, 9421.0, 9432.0, 9404.0, 9412.0, 9401.0, 9420.0, 9411.0, 9410.0, 9418.0, 9442.0, 9413.0, 9429.0, 9411.0, 9396.0, 9406.0, 9397.0, 9400.0, 9416.0, 9458.0, 9402.0, 9408.0, 9400.0, 9406.0, 9398.0, 9409.0, 9413.0, 9425.0, 9420.0, 9461.0, 9416.0, 9428.0, 9416.0, 9411.0, 9422.0, 9435.0, 9421.0, 9448.0, 9420.0, 9466.0, 9415.0, 9416.0, 9413.0, 9417.0, 9443.0, 9405.0, 9477.0, 9415.0, 9427.0, 9415.0, 9413.0, 9419.0, 9416.0, 9421.0, 9458.0, 9421.0, 9429.0, 9423.0, 9414.0, 9420.0, 9430.0, 9423.0, 9449.0, 9405.0, 9485.0, 9416.0, 9430.0, 9412.0, 9411.0, 9398.0, 9410.0, 9397.0, 9444.0, 9423.0, 9395.0, 9418.0, 9394.0, 9405.0, 9394.0, 9421.0, 9413.0, 9456.0, 9396.0, 9402.0, 9392.0, 9390.0, 9395.0, 9411.0, 9415.0, 9444.0, 9411.0, 9411.0, 9397.0, 9398.0, 9413.0, 9405.0, 9419.0, 9450.0, 9417.0, 9419.0, 9415.0, 9403.0, 9412.0, 9418.0, 9411.0, 9406.0, 9444.0, 9432.0, 9396.0, 9402.0, 9398.0, 9398.0, 9413.0, 9400.0, 9415.0]}, 'slices': {}}</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-2">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
|
|
Extracted Image quality metrics (IQMs)
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-2" class="table table-sm table-striped">
|
|
<tr><td colspan=3>aor</td><td>0.000897834928229665</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.0325821990430622</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.09541035722153</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.2338548269221552</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9698155176287413</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.458</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7314.395</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.08761204112144474</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>19</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>2.272727272727273</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4882066177544373</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3999349427810923</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.735259025695434</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.329425884786785</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00453216</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011858975514769554</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.028256408870220184</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.6895978539432783</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
|
|
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>k</td><td>39.3634</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.6762</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>157.0381</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>303389.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>702.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>315.9012</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1146</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.0192</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3430.0543</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3642.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>73155.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1011.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4560.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.0927</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.227676048874855</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
|
|
<div class="card-header m-0">
|
|
Rating widget
|
|
<button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
|
|
</div>
|
|
<div class="card-body">
|
|
<div class="accordion">
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcslider-head">
|
|
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
|
|
</h2>
|
|
<div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
|
|
<div class="accordion-body">
|
|
<input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
|
|
<li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
|
|
<li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
|
|
<li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcartifacts-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
|
|
Record specific artifacts
|
|
</button>
|
|
</h2>
|
|
<div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
|
|
<div class="accordion-body">
|
|
<fieldset id="qcartifacts-group" class="form-group">
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
|
|
<label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
|
|
<label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
|
|
<label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
|
|
<label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
|
|
<label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
|
|
<label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
|
|
<label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
|
|
<label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
|
|
<label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
|
|
<label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
|
|
<label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
|
|
<label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
|
|
<label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
|
|
</div>
|
|
<div class="form-check form-switch small">
|
|
<input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
|
|
<label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
|
|
</div>
|
|
</fieldset>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="qcextra-head">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
|
|
Extra details
|
|
</button>
|
|
</h2>
|
|
<div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
|
|
<div class="accordion-body">
|
|
<div class="input-group">
|
|
<span class="input-group-text">Comments</span>
|
|
<textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
|
|
</div>
|
|
|
|
<p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
|
|
<input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
|
|
<ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
|
|
<li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
|
|
<li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
|
|
</ul>
|
|
</div> <!-- accordion-body -->
|
|
</div> <!-- accordion-collapse -->
|
|
</div> <!-- accordion-item -->
|
|
</div>
|
|
<div style="margin-top: 10px">
|
|
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
|
|
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
|
|
</div>
|
|
<script type="text/javascript">
|
|
var MINIMUM_RATING_TIME = 10
|
|
$('#qcslider').on('input', function() {
|
|
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 1.5 ) {
|
|
$('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
|
|
} else if ( $(this).val() > 3.5 ) {
|
|
$('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
} else if ( $(this).val() < 2.5 ) {
|
|
$('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$('#qcextra-confidence').on('input', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
|
|
});
|
|
$('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
|
|
return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
|
|
});
|
|
|
|
if ( $(this).val() < 2.0 ) {
|
|
$('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
|
|
} else {
|
|
$('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
|
|
$('#qcextra-comments').bind('input propertychange', function() {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
});
|
|
|
|
$( '#btn-post' ).click( function() {
|
|
var payload = read_form();
|
|
var md5sum = "unspecified";
|
|
var params = {
|
|
'rating': payload['rating'],
|
|
'md5sum': md5sum,
|
|
'name': "",
|
|
'comment': JSON.stringify(payload['artifacts'])
|
|
};
|
|
|
|
// disable development releases
|
|
var authorization = $(this).val();
|
|
var ratingReq = new XMLHttpRequest();
|
|
ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
|
|
ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
|
|
ratingReq.setRequestHeader("Authorization", authorization);
|
|
ratingReq.onload = function () {
|
|
status = ratingReq.status;
|
|
$('#btn-post').removeClass('btn-primary');
|
|
$('#btn-post').attr('disabled', true);
|
|
$('#btn-post').attr('aria-disabled', true);
|
|
$('#btn-post').prop('disabled');
|
|
$('#btn-post').addClass('disabled');
|
|
$('#btn-post').removeClass('active');
|
|
if (status === "201") {
|
|
$('#btn-post').addClass('btn-success');
|
|
$('#btn-post').html('Posted!');
|
|
} else {
|
|
$('#btn-post').addClass('btn-danger');
|
|
$('#btn-post').html('Failed');
|
|
};
|
|
};
|
|
ratingReq.send(JSON.stringify(params));
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
|
|
if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
|
|
$('#btn-download').removeClass('disabled');
|
|
$('#btn-download').removeAttr('aria-disabled');
|
|
$('#btn-post').removeAttr('disabled');
|
|
};
|
|
|
|
var payload = read_form();
|
|
});
|
|
|
|
$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
|
|
toggle_rating();
|
|
});
|
|
</script>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
function toggle(id) {
|
|
var element = document.getElementById(id);
|
|
if(element.style.display == 'block')
|
|
element.style.display = 'none';
|
|
else
|
|
element.style.display = 'block';
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |