=== 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-0100 --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-0100",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
104 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
104 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-0100_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-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0100/figures/sub-0100_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-0100/figures/sub-0100_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_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-0100/ses-02/func/sub-0100_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>e24790eda7db709ed157049274a3303a</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>12:12:23.712500</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_VE11E_LATEST_20181129</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.99857, 0.0526658, -0.00913109, -0.0533815, 0.991343, -0.119955]</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.259</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.115259</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>30</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7244, 133, -183, -65, 79, 116]</td></tr>
|
|
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
|
|
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>304.5</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>d8a8b37d-cda8-4c74-8da2-5331a6d0202a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679091453552246, -0.14321863651275635, -0.007383260410279036, 121.9364013671875], [-0.14129844307899475, 2.659701347351074, -0.3247305750846863, -89.35602569580078], [-0.024498051032423973, 0.32182952761650085, 2.6803908348083496, -96.81303405761719], [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': ['121223.712500', '121224.172500', '121224.632500', '121225.092500', '121225.552500', '121226.012500', '121226.472500', '121226.932500', '121227.392500', '121227.852500', '121228.312500', '121228.772500', '121229.232500', '121229.692500', '121230.152500', '121230.612500', '121231.072500', '121231.532500', '121231.992500', '121232.452500', '121232.912500', '121233.372500', '121233.832500', '121234.292500', '121234.752500', '121235.212500', '121235.672500', '121236.132500', '121236.592500', '121237.052500', '121237.512500', '121237.972500', '121238.432500', '121238.892500', '121239.352500', '121239.812500', '121240.272500', '121240.732500', '121241.192500', '121241.652500', '121242.112500', '121242.572500', '121243.032500', '121243.492500', '121243.952500', '121244.412500', '121244.872500', '121245.332500', '121245.792500', '121246.252500', '121246.712500', '121247.172500', '121247.632500', '121248.092500', '121248.552500', '121249.012500', '121249.472500', '121249.932500', '121250.392500', '121250.852500', '121251.312500', '121251.772500', '121252.232500', '121252.692500', '121253.152500', '121253.612500', '121254.072500', '121254.532500', '121254.992500', '121255.452500', '121255.912500', '121256.372500', '121256.832500', '121257.292500', '121257.752500', '121258.212500', '121258.672500', '121259.132500', '121259.592500', '121300.052500', '121300.512500', '121300.972500', '121301.432500', '121301.892500', '121302.352500', '121302.812500', '121303.272500', '121303.732500', '121304.192500', '121304.652500', '121305.112500', '121305.572500', '121306.032500', '121306.492500', '121306.952500', '121307.412500', '121307.872500', '121308.332500', '121308.792500', '121309.252500', '121309.712500', '121310.172500', '121310.632500', '121311.092500', '121311.552500', '121312.012500', '121312.472500', '121312.932500', '121313.392500', '121313.852500', '121314.312500', '121314.772500', '121315.232500', '121315.692500', '121316.152500', '121316.612500', '121317.072500', '121317.532500', '121317.992500', '121318.452500', '121318.912500', '121319.372500', '121319.832500', '121320.292500', '121320.752500', '121321.212500', '121321.672500', '121322.132500', '121322.592500', '121323.052500', '121323.512500', '121323.972500', '121324.432500', '121324.892500', '121325.352500', '121325.812500', '121326.272500', '121326.732500', '121327.192500', '121327.652500', '121328.112500', '121328.572500', '121329.032500', '121329.492500', '121329.952500', '121330.412500', '121330.872500', '121331.332500', '121331.792500', '121332.252500', '121332.712500', '121333.172500', '121333.632500', '121334.092500', '121334.552500', '121335.012500', '121335.472500', '121335.932500', '121336.392500', '121336.852500', '121337.312500', '121337.772500', '121338.232500', '121338.692500', '121339.152500', '121339.612500', '121340.072500', '121340.532500', '121340.992500', '121341.452500', '121341.912500', '121342.372500', '121342.832500', '121343.292500', '121343.752500', '121344.212500', '121344.672500', '121345.132500', '121345.592500', '121346.052500', '121346.512500', '121346.972500', '121347.432500', '121347.892500', '121348.352500', '121348.812500', '121349.272500', '121349.732500', '121350.192500', '121350.652500', '121351.112500', '121351.572500', '121352.032500', '121352.492500', '121352.952500', '121353.412500', '121353.872500', '121354.332500', '121354.792500', '121355.252500', '121355.712500', '121356.172500', '121356.632500', '121357.092500', '121357.552500', '121358.012500', '121358.472500', '121358.932500', '121359.392500', '121359.852500', '121400.312500', '121400.772500', '121401.232500', '121401.692500', '121402.152500', '121402.612500', '121403.072500', '121403.532500', '121403.992500', '121404.452500', '121404.912500', '121405.372500', '121405.832500', '121406.292500', '121406.752500', '121407.212500', '121407.672500', '121408.132500', '121408.592500', '121409.052500', '121409.512500', '121409.972500', '121410.432500', '121410.892500', '121411.352500', '121411.812500', '121412.272500', '121412.732500', '121413.192500', '121413.652500', '121414.112500', '121414.572500', '121415.032500', '121415.492500', '121415.952500', '121416.412500', '121416.872500', '121417.332500', '121417.792500', '121418.252500', '121418.712500', '121419.172500', '121419.632500', '121420.092500', '121420.552500', '121421.012500', '121421.472500', '121421.932500', '121422.392500', '121422.852500', '121423.312500', '121423.772500', '121424.232500', '121424.692500', '121425.152500', '121425.612500', '121426.072500', '121426.532500', '121426.992500', '121427.452500', '121427.912500', '121428.372500', '121428.832500', '121429.292500', '121429.752500', '121430.212500', '121430.672500', '121431.132500', '121431.592500', '121432.052500', '121432.512500', '121432.972500', '121433.432500', '121433.892500', '121434.352500', '121434.812500', '121435.272500', '121435.732500', '121436.192500', '121436.652500', '121437.112500', '121437.572500', '121438.032500', '121438.492500', '121438.952500', '121439.412500', '121439.872500', '121440.332500', '121440.792500', '121441.252500', '121441.712500', '121442.172500', '121442.632500', '121443.092500', '121443.552500', '121444.012500', '121444.472500', '121444.932500', '121445.392500', '121445.852500', '121446.312500', '121446.772500', '121447.232500', '121447.692500', '121448.152500', '121448.612500', '121449.072500', '121449.532500', '121449.992500', '121450.452500', '121450.912500', '121451.372500', '121451.832500', '121452.292500', '121452.752500', '121453.212500', '121453.672500', '121454.132500', '121454.592500', '121455.052500', '121455.512500', '121455.972500', '121456.432500', '121456.892500', '121457.352500', '121457.812500', '121458.272500', '121458.732500', '121459.192500', '121459.652500', '121500.112500', '121500.572500', '121501.032500', '121501.492500', '121501.952500', '121502.412500', '121502.872500', '121503.332500', '121503.792500', '121504.252500', '121504.712500', '121505.172500', '121505.632500', '121506.092500', '121506.552500', '121507.012500', '121507.472500', '121507.932500', '121508.392500', '121508.852500', '121509.312500', '121509.772500', '121510.232500', '121510.692500', '121511.152500', '121511.612500', '121512.072500', '121512.532500', '121512.992500', '121513.452500', '121513.912500', '121514.372500', '121514.832500', '121515.292500', '121515.752500', '121516.212500', '121516.672500', '121517.132500', '121517.592500', '121518.052500', '121518.512500', '121518.972500', '121519.432500', '121519.892500', '121520.352500', '121520.812500', '121521.272500', '121521.732500', '121522.192500', '121522.652500', '121523.112500', '121523.572500', '121524.032500', '121524.492500', '121524.952500', '121525.412500', '121525.872500', '121526.332500', '121526.792500', '121527.252500', '121527.712500', '121528.172500', '121528.632500', '121529.092500', '121529.552500', '121530.012500', '121530.472500', '121530.932500', '121531.392500', '121531.852500', '121532.312500', '121532.772500', '121533.232500', '121533.692500', '121534.152500', '121534.612500', '121535.072500', '121535.532500', '121535.992500', '121536.452500', '121536.912500', '121537.372500', '121537.832500', '121538.292500', '121538.752500', '121539.212500', '121539.672500', '121540.132500', '121540.592500', '121541.052500', '121541.512500', '121541.972500', '121542.432500', '121542.892500', '121543.352500', '121543.812500', '121544.272500', '121544.732500', '121545.192500', '121545.652500', '121546.112500', '121546.572500', '121547.032500', '121547.492500', '121547.952500', '121548.412500', '121548.872500', '121549.332500', '121549.792500', '121550.252500', '121550.712500', '121551.172500', '121551.632500', '121552.092500', '121552.552500', '121553.012500', '121553.472500', '121553.932500', '121554.392500', '121554.852500', '121555.312500', '121555.772500', '121556.232500', '121556.692500', '121557.152500', '121557.612500', '121558.072500', '121558.532500', '121558.992500', '121559.452500', '121559.912500', '121600.372500', '121600.832500', '121601.292500', '121601.752500', '121602.212500', '121602.672500', '121603.132500', '121603.592500', '121604.052500', '121604.512500', '121604.972500', '121605.432500', '121605.892500', '121606.352500', '121606.812500', '121607.272500', '121607.732500', '121608.192500', '121608.652500', '121609.112500', '121609.572500', '121610.032500', '121610.492500', '121610.952500', '121611.412500', '121611.872500', '121612.332500', '121612.792500', '121613.252500', '121613.712500', '121614.172500', '121614.632500', '121615.092500', '121615.552500', '121616.012500', '121616.472500', '121616.932500', '121617.392500', '121617.852500', '121618.312500', '121618.772500', '121619.232500', '121619.692500', '121620.152500', '121620.612500', '121621.072500', '121621.532500', '121621.992500', '121622.452500', '121622.912500', '121623.372500', '121623.832500', '121624.292500', '121624.752500', '121625.212500', '121625.672500', '121626.132500', '121626.592500', '121627.052500', '121627.512500', '121627.972500', '121628.432500', '121628.892500', '121629.352500', '121629.812500', '121630.272500', '121630.732500', '121631.192500', '121631.652500', '121632.112500', '121632.572500', '121633.032500', '121633.492500', '121633.952500', '121634.412500', '121634.872500', '121635.332500', '121635.792500', '121636.252500', '121636.712500', '121637.172500', '121637.632500', '121638.092500', '121638.552500', '121639.012500', '121639.472500', '121639.932500', '121640.392500', '121640.852500', '121641.312500', '121641.772500', '121642.232500', '121642.692500', '121643.152500', '121643.612500', '121644.072500', '121644.532500', '121644.992500', '121645.452500', '121645.912500', '121646.372500', '121646.832500', '121647.292500', '121647.752500', '121648.212500', '121648.672500', '121649.132500', '121649.592500', '121650.052500', '121650.512500', '121650.972500', '121651.432500', '121651.892500', '121652.352500', '121652.812500', '121653.272500', '121653.732500', '121654.192500', '121654.652500', '121655.112500', '121655.572500', '121656.032500', '121656.492500', '121656.952500', '121657.412500', '121657.872500', '121658.332500', '121658.792500', '121659.252500', '121659.712500', '121700.172500', '121700.632500', '121701.092500', '121701.552500', '121702.012500', '121702.472500', '121702.932500', '121703.392500', '121703.852500', '121704.312500', '121704.772500', '121705.232500', '121705.692500', '121706.152500', '121706.612500', '121707.072500', '121707.532500', '121707.992500', '121708.452500', '121708.912500', '121709.372500', '121709.832500', '121710.292500', '121710.752500', '121711.212500', '121711.672500', '121712.132500', '121712.592500', '121713.052500', '121713.512500', '121713.972500', '121714.432500', '121714.892500', '121715.352500', '121715.812500', '121716.272500', '121716.732500', '121717.192500', '121717.652500', '121718.112500', '121718.572500', '121719.032500', '121719.492500', '121719.952500', '121720.412500', '121720.872500', '121721.332500', '121721.792500', '121722.252500', '121722.712500', '121723.172500', '121723.632500', '121724.092500', '121724.552500', '121725.012500', '121725.472500', '121725.932500', '121726.392500', '121726.852500', '121727.312500', '121727.772500', '121728.232500', '121728.692500', '121729.152500', '121729.612500', '121730.072500', '121730.532500', '121730.992500', '121731.452500', '121731.912500', '121732.372500', '121732.832500', '121733.292500', '121733.752500', '121734.212500', '121734.672500', '121735.132500', '121735.592500', '121736.052500', '121736.512500', '121736.972500', '121737.432500', '121737.892500', '121738.352500', '121738.812500', '121739.272500', '121739.732500', '121740.192500', '121740.652500', '121741.112500', '121741.572500', '121742.032500', '121742.492500', '121742.952500', '121743.412500', '121743.872500', '121744.332500', '121744.792500', '121745.252500', '121745.712500', '121746.172500', '121746.632500', '121747.092500', '121747.552500', '121748.012500', '121748.472500', '121748.932500', '121749.392500', '121749.852500', '121750.312500', '121750.772500', '121751.232500', '121751.692500', '121752.152500', '121752.612500', '121753.072500', '121753.532500', '121753.992500', '121754.452500', '121754.912500', '121755.372500', '121755.832500', '121756.292500', '121756.752500', '121757.212500', '121757.672500', '121758.132500', '121758.592500', '121759.052500', '121759.512500', '121759.972500', '121800.432500', '121800.892500', '121801.352500', '121801.812500', '121802.272500', '121802.732500', '121803.192500', '121803.652500', '121804.112500', '121804.572500', '121805.032500', '121805.492500', '121805.952500', '121806.412500', '121806.872500', '121807.332500', '121807.792500', '121808.252500', '121808.712500', '121809.172500', '121809.632500', '121810.092500', '121810.552500', '121811.012500', '121811.472500', '121811.932500', '121812.392500', '121812.852500', '121813.312500', '121813.772500', '121814.232500', '121814.692500', '121815.152500', '121815.612500', '121816.072500', '121816.532500', '121816.992500', '121817.452500', '121817.912500', '121818.372500', '121818.832500', '121819.292500', '121819.752500', '121820.212500', '121820.672500', '121821.132500', '121821.592500', '121822.052500', '121822.512500', '121822.972500', '121823.432500', '121823.892500', '121824.352500', '121824.812500', '121825.272500', '121825.732500', '121826.192500', '121826.652500', '121827.112500', '121827.572500', '121828.032500', '121828.492500', '121828.952500', '121829.412500', '121829.872500', '121830.332500', '121830.792500', '121831.252500', '121831.712500', '121832.172500', '121832.632500', '121833.092500', '121833.552500', '121834.012500', '121834.472500', '121834.932500', '121835.392500', '121835.852500', '121836.312500', '121836.772500', '121837.232500', '121837.692500', '121838.152500', '121838.612500', '121839.072500', '121839.532500', '121839.992500', '121840.452500', '121840.912500', '121841.372500', '121841.832500', '121842.292500', '121842.752500', '121843.212500', '121843.672500', '121844.132500', '121844.592500', '121845.052500', '121845.512500', '121845.972500', '121846.432500', '121846.892500', '121847.352500', '121847.812500', '121848.272500', '121848.732500', '121849.192500'], 'ContentTime': ['121238.683000', '121238.687000', '121238.689000', '121238.692000', '121238.694000', '121238.697000', '121238.699000', '121238.702000', '121238.704000', '121238.707000', '121238.710000', '121238.716000', '121238.719000', '121238.721000', '121238.724000', '121238.726000', '121238.729000', '121238.731000', '121238.734000', '121238.737000', '121238.739000', '121238.742000', '121238.744000', '121238.747000', '121238.749000', '121238.752000', '121238.755000', '121238.757000', '121238.760000', '121258.642000', '121258.645000', '121258.648000', '121258.651000', '121258.653000', '121258.656000', '121258.658000', '121258.661000', '121258.663000', '121258.666000', '121258.668000', '121258.675000', '121258.678000', '121258.681000', '121258.684000', '121258.687000', '121258.689000', '121258.692000', '121258.694000', '121258.697000', '121258.699000', '121258.702000', '121258.705000', '121258.707000', '121258.710000', '121258.712000', '121258.732000', '121258.735000', '121258.738000', '121258.740000', '121258.743000', '121258.745000', '121258.748000', '121258.750000', '121258.753000', '121258.756000', '121258.758000', '121258.761000', '121258.763000', '121258.766000', '121258.768000', '121258.771000', '121258.774000', '121318.643000', '121318.645000', '121318.648000', '121318.651000', '121318.653000', '121318.656000', '121318.658000', '121318.661000', '121318.664000', '121318.666000', '121318.669000', '121318.671000', '121318.674000', '121318.676000', '121318.684000', '121318.687000', '121318.689000', '121318.692000', '121318.695000', '121318.697000', '121318.700000', '121318.702000', '121318.705000', '121318.707000', '121318.710000', '121318.713000', '121318.715000', '121318.718000', '121318.720000', '121318.723000', '121318.726000', '121318.728000', '121318.731000', '121318.733000', '121318.736000', '121318.738000', '121318.741000', '121318.744000', '121318.746000', '121318.749000', '121318.751000', '121318.754000', '121318.757000', '121318.759000', '121338.643000', '121338.646000', '121338.649000', '121338.651000', '121338.654000', '121338.657000', '121338.659000', '121338.662000', '121338.664000', '121338.667000', '121338.669000', '121338.672000', '121338.675000', '121338.677000', '121338.680000', '121338.682000', '121338.685000', '121338.687000', '121338.690000', '121338.692000', '121338.695000', '121338.698000', '121338.701000', '121338.704000', '121338.707000', '121338.709000', '121338.712000', '121338.714000', '121338.717000', '121338.719000', '121338.722000', '121338.725000', '121338.727000', '121338.730000', '121338.732000', '121338.735000', '121338.737000', '121338.740000', '121338.742000', '121338.745000', '121338.748000', '121338.751000', '121338.754000', '121358.643000', '121358.646000', '121358.649000', '121358.651000', '121358.654000', '121358.657000', '121358.659000', '121358.662000', '121358.664000', '121358.667000', '121358.670000', '121358.672000', '121358.675000', '121358.677000', '121358.680000', '121358.683000', '121358.685000', '121358.688000', '121358.690000', '121358.693000', '121358.695000', '121358.698000', '121358.701000', '121358.703000', '121358.706000', '121358.709000', '121358.711000', '121358.714000', '121358.716000', '121358.719000', '121358.721000', '121358.724000', '121358.727000', '121358.729000', '121358.732000', '121358.734000', '121358.737000', '121358.740000', '121358.742000', '121358.745000', '121358.747000', '121358.750000', '121358.753000', '121358.755000', '121418.644000', '121418.646000', '121418.649000', '121418.652000', '121418.654000', '121418.657000', '121418.659000', '121418.662000', '121418.665000', '121418.667000', '121418.670000', '121418.672000', '121418.675000', '121418.678000', '121418.680000', '121418.683000', '121418.685000', '121418.688000', '121418.690000', '121418.693000', '121418.696000', '121418.698000', '121418.701000', '121418.703000', '121418.706000', '121418.709000', '121418.711000', '121418.714000', '121418.716000', '121418.719000', '121418.721000', '121418.724000', '121418.727000', '121418.729000', '121418.732000', '121418.734000', '121418.737000', '121418.740000', '121418.742000', '121418.745000', '121418.748000', '121418.750000', '121418.753000', '121438.642000', '121438.645000', '121438.648000', '121438.651000', '121438.653000', '121438.656000', '121438.658000', '121438.661000', '121438.690000', '121438.692000', '121438.695000', '121438.698000', '121438.700000', '121438.703000', '121438.705000', '121438.708000', '121438.711000', '121438.713000', '121438.716000', '121438.718000', '121438.721000', '121438.724000', '121438.726000', '121438.729000', '121438.731000', '121438.734000', '121438.737000', '121438.739000', '121438.742000', '121438.744000', '121438.747000', '121438.749000', '121438.752000', '121438.755000', '121438.757000', '121438.760000', '121438.762000', '121438.765000', '121438.768000', '121438.770000', '121438.773000', '121438.775000', '121438.778000', '121438.781000', '121458.643000', '121458.645000', '121458.648000', '121458.651000', '121458.653000', '121458.656000', '121458.658000', '121458.661000', '121458.664000', '121458.666000', '121458.669000', '121458.672000', '121458.674000', '121458.677000', '121458.679000', '121458.682000', '121458.685000', '121458.687000', '121458.690000', '121458.692000', '121458.695000', '121458.698000', '121458.700000', '121458.703000', '121458.705000', '121458.708000', '121458.710000', '121458.713000', '121458.716000', '121458.718000', '121458.721000', '121458.724000', '121458.726000', '121458.729000', '121458.732000', '121458.734000', '121458.737000', '121458.739000', '121458.742000', '121458.744000', '121458.747000', '121458.750000', '121458.752000', '121518.643000', '121518.645000', '121518.648000', '121518.651000', '121518.653000', '121518.656000', '121518.659000', '121518.661000', '121518.664000', '121518.666000', '121518.669000', '121518.672000', '121518.674000', '121518.677000', '121518.679000', '121518.682000', '121518.685000', '121518.687000', '121518.690000', '121518.692000', '121518.695000', '121518.698000', '121518.700000', '121518.703000', '121518.706000', '121518.708000', '121518.711000', '121518.713000', '121518.716000', '121518.718000', '121518.721000', '121518.724000', '121518.726000', '121518.729000', '121518.731000', '121518.734000', '121518.737000', '121518.739000', '121518.742000', '121518.744000', '121518.747000', '121518.750000', '121518.752000', '121518.755000', '121538.642000', '121538.645000', '121538.648000', '121538.651000', '121538.653000', '121538.656000', '121538.659000', '121538.662000', '121538.665000', '121538.667000', '121538.670000', '121538.672000', '121538.675000', '121538.678000', '121538.680000', '121538.683000', '121538.685000', '121538.688000', '121538.691000', '121538.694000', '121538.696000', '121538.699000', '121538.701000', '121538.704000', '121538.706000', '121538.709000', '121538.712000', '121538.714000', '121538.717000', '121538.719000', '121538.722000', '121538.725000', '121538.727000', '121538.730000', '121538.733000', '121538.735000', '121538.738000', '121538.740000', '121538.743000', '121538.746000', '121538.748000', '121538.751000', '121538.753000', '121558.644000', '121558.647000', '121558.650000', '121558.652000', '121558.655000', '121558.657000', '121558.660000', '121558.663000', '121558.665000', '121558.668000', '121558.671000', '121558.673000', '121558.676000', '121558.678000', '121558.681000', '121558.684000', '121558.686000', '121558.689000', '121558.691000', '121558.694000', '121558.697000', '121558.699000', '121558.702000', '121558.704000', '121558.707000', '121558.710000', '121558.712000', '121558.715000', '121558.717000', '121558.720000', '121558.723000', '121558.725000', '121558.728000', '121558.730000', '121558.733000', '121558.736000', '121558.738000', '121558.741000', '121558.743000', '121558.746000', '121558.749000', '121558.751000', '121558.754000', '121558.756000', '121618.644000', '121618.646000', '121618.649000', '121618.652000', '121618.654000', '121618.657000', '121618.660000', '121618.662000', '121618.665000', '121618.667000', '121618.670000', '121618.673000', '121618.675000', '121618.678000', '121618.681000', '121618.683000', '121618.686000', '121618.688000', '121618.691000', '121618.694000', '121618.696000', '121618.699000', '121618.701000', '121618.704000', '121618.706000', '121618.709000', '121618.712000', '121618.714000', '121618.717000', '121618.719000', '121618.722000', '121618.724000', '121618.727000', '121618.730000', '121618.732000', '121618.735000', '121618.737000', '121618.740000', '121618.742000', '121618.745000', '121618.748000', '121618.750000', '121618.753000', '121638.644000', '121638.646000', '121638.649000', '121638.652000', '121638.654000', '121638.657000', '121638.660000', '121638.662000', '121638.665000', '121638.667000', '121638.680000', '121638.682000', '121638.685000', '121638.687000', '121638.690000', '121638.692000', '121638.695000', '121638.698000', '121638.700000', '121638.703000', '121638.705000', '121638.708000', '121638.711000', '121638.713000', '121638.716000', '121638.718000', '121638.721000', '121638.724000', '121638.726000', '121638.729000', '121638.732000', '121638.734000', '121638.737000', '121638.740000', '121638.742000', '121638.745000', '121638.747000', '121638.750000', '121638.753000', '121638.755000', '121638.758000', '121638.760000', '121638.763000', '121638.765000', '121658.642000', '121658.645000', '121658.648000', '121658.650000', '121658.653000', '121658.656000', '121658.658000', '121658.661000', '121658.663000', '121658.666000', '121658.668000', '121658.671000', '121658.674000', '121658.676000', '121658.679000', '121658.681000', '121658.684000', '121658.687000', '121658.689000', '121658.692000', '121658.695000', '121658.697000', '121658.700000', '121658.702000', '121658.705000', '121658.707000', '121658.710000', '121658.713000', '121658.715000', '121658.718000', '121658.720000', '121658.723000', '121658.726000', '121658.728000', '121658.731000', '121658.733000', '121658.736000', '121658.738000', '121658.741000', '121658.744000', '121658.746000', '121658.749000', '121658.751000', '121718.642000', '121718.645000', '121718.648000', '121718.651000', '121718.653000', '121718.656000', '121718.658000', '121718.661000', '121718.663000', '121718.666000', '121718.669000', '121718.671000', '121718.674000', '121718.677000', '121718.679000', '121718.682000', '121718.685000', '121718.687000', '121718.690000', '121718.693000', '121718.695000', '121718.698000', '121718.700000', '121718.703000', '121718.706000', '121718.708000', '121718.711000', '121718.713000', '121718.716000', '121718.719000', '121718.721000', '121718.724000', '121718.727000', '121718.729000', '121718.732000', '121718.734000', '121718.737000', '121718.739000', '121718.742000', '121718.745000', '121718.747000', '121718.750000', '121718.752000', '121718.755000', '121738.643000', '121738.645000', '121738.648000', '121738.651000', '121738.653000', '121738.656000', '121738.658000', '121738.661000', '121738.664000', '121738.666000', '121738.669000', '121738.671000', '121738.674000', '121738.677000', '121738.737000', '121738.740000', '121738.742000', '121738.745000', '121738.747000', '121738.750000', '121738.752000', '121738.755000', '121738.758000', '121738.760000', '121738.763000', '121738.765000', '121738.768000', '121738.771000', '121738.773000', '121738.776000', '121738.778000', '121738.781000', '121738.784000', '121738.786000', '121738.789000', '121738.792000', '121738.794000', '121738.797000', '121738.858000', '121738.860000', '121738.863000', '121738.868000', '121738.870000', '121758.643000', '121758.646000', '121758.649000', '121758.651000', '121758.654000', '121758.657000', '121758.659000', '121758.662000', '121758.665000', '121758.667000', '121758.670000', '121758.672000', '121758.675000', '121758.677000', '121758.680000', '121758.683000', '121758.685000', '121758.688000', '121758.691000', '121758.693000', '121758.696000', '121758.698000', '121758.701000', '121758.703000', '121758.706000', '121758.711000', '121758.713000', '121758.716000', '121758.718000', '121758.727000', '121758.729000', '121758.732000', '121758.734000', '121758.737000', '121758.740000', '121758.742000', '121758.745000', '121758.747000', '121758.750000', '121758.752000', '121758.755000', '121758.758000', '121758.760000', '121758.763000', '121818.644000', '121818.646000', '121818.649000', '121818.652000', '121818.654000', '121818.657000', '121818.659000', '121818.662000', '121818.664000', '121818.667000', '121818.670000', '121818.672000', '121818.675000', '121818.677000', '121818.680000', '121818.683000', '121818.685000', '121818.688000', '121818.690000', '121818.693000', '121818.695000', '121818.698000', '121818.701000', '121818.703000', '121818.706000', '121818.708000', '121818.711000', '121818.714000', '121818.716000', '121818.719000', '121818.722000', '121818.724000', '121818.727000', '121818.729000', '121818.732000', '121818.735000', '121818.737000', '121818.740000', '121818.742000', '121818.745000', '121818.747000', '121818.750000', '121818.753000', '121838.644000', '121838.646000', '121838.649000', '121838.652000', '121838.654000', '121838.657000', '121838.659000', '121838.662000', '121838.664000', '121838.668000', '121838.671000', '121838.674000', '121838.676000', '121838.679000', '121838.682000', '121838.684000', '121838.687000', '121838.689000', '121838.692000', '121838.694000', '121838.697000', '121838.700000', '121838.702000', '121838.705000', '121838.707000', '121838.710000', '121838.713000', '121838.715000', '121838.718000', '121838.721000', '121838.723000', '121838.726000', '121838.728000', '121838.731000', '121838.734000', '121838.736000', '121838.739000', '121838.741000', '121838.744000', '121838.747000', '121838.749000', '121838.752000', '121838.754000', '121838.757000', '121851.070000', '121851.073000', '121851.075000', '121851.078000', '121851.081000', '121851.083000', '121851.086000', '121851.089000', '121851.091000', '121851.094000', '121851.097000', '121851.100000', '121851.103000', '121851.106000', '121851.109000', '121851.112000', '121851.115000', '121851.117000', '121851.120000', '121851.123000', '121851.125000', '121851.128000', '121851.132000', '121851.134000', '121851.137000', '121851.140000', '121851.143000'], 'InstanceCreationTime': ['121238.683000', '121238.687000', '121238.689000', '121238.692000', '121238.694000', '121238.697000', '121238.699000', '121238.702000', '121238.704000', '121238.707000', '121238.710000', '121238.716000', '121238.719000', '121238.721000', '121238.724000', '121238.726000', '121238.729000', '121238.731000', '121238.734000', '121238.737000', '121238.739000', '121238.742000', '121238.744000', '121238.747000', '121238.749000', '121238.752000', '121238.755000', '121238.757000', '121238.760000', '121258.642000', '121258.645000', '121258.648000', '121258.651000', '121258.653000', '121258.656000', '121258.658000', '121258.661000', '121258.663000', '121258.666000', '121258.668000', '121258.675000', '121258.678000', '121258.681000', '121258.684000', '121258.687000', '121258.689000', '121258.692000', '121258.694000', '121258.697000', '121258.699000', '121258.702000', '121258.705000', '121258.707000', '121258.710000', '121258.712000', '121258.732000', '121258.735000', '121258.738000', '121258.740000', '121258.743000', '121258.745000', '121258.748000', '121258.750000', '121258.753000', '121258.756000', '121258.758000', '121258.761000', '121258.763000', '121258.766000', '121258.768000', '121258.771000', '121258.774000', '121318.643000', '121318.645000', '121318.648000', '121318.651000', '121318.653000', '121318.656000', '121318.658000', '121318.661000', '121318.664000', '121318.666000', '121318.669000', '121318.671000', '121318.674000', '121318.676000', '121318.684000', '121318.687000', '121318.689000', '121318.692000', '121318.695000', '121318.697000', '121318.700000', '121318.702000', '121318.705000', '121318.707000', '121318.710000', '121318.713000', '121318.715000', '121318.718000', '121318.720000', '121318.723000', '121318.726000', '121318.728000', '121318.731000', '121318.733000', '121318.736000', '121318.738000', '121318.741000', '121318.744000', '121318.746000', '121318.749000', '121318.751000', '121318.754000', '121318.757000', '121318.759000', '121338.643000', '121338.646000', '121338.649000', '121338.651000', '121338.654000', '121338.657000', '121338.659000', '121338.662000', '121338.664000', '121338.667000', '121338.669000', '121338.672000', '121338.675000', '121338.677000', '121338.680000', '121338.682000', '121338.685000', '121338.687000', '121338.690000', '121338.692000', '121338.695000', '121338.698000', '121338.701000', '121338.704000', '121338.707000', '121338.709000', '121338.712000', '121338.714000', '121338.717000', '121338.719000', '121338.722000', '121338.725000', '121338.727000', '121338.730000', '121338.732000', '121338.735000', '121338.737000', '121338.740000', '121338.742000', '121338.745000', '121338.748000', '121338.751000', '121338.754000', '121358.643000', '121358.646000', '121358.649000', '121358.651000', '121358.654000', '121358.657000', '121358.659000', '121358.662000', '121358.664000', '121358.667000', '121358.670000', '121358.672000', '121358.675000', '121358.677000', '121358.680000', '121358.683000', '121358.685000', '121358.688000', '121358.690000', '121358.693000', '121358.695000', '121358.698000', '121358.701000', '121358.703000', '121358.706000', '121358.709000', '121358.711000', '121358.714000', '121358.716000', '121358.719000', '121358.721000', '121358.724000', '121358.727000', '121358.729000', '121358.732000', '121358.734000', '121358.737000', '121358.740000', '121358.742000', '121358.745000', '121358.747000', '121358.750000', '121358.753000', '121358.755000', '121418.644000', '121418.646000', '121418.649000', '121418.652000', '121418.654000', '121418.657000', '121418.659000', '121418.662000', '121418.665000', '121418.667000', '121418.670000', '121418.672000', '121418.675000', '121418.678000', '121418.680000', '121418.683000', '121418.685000', '121418.688000', '121418.690000', '121418.693000', '121418.696000', '121418.698000', '121418.701000', '121418.703000', '121418.706000', '121418.709000', '121418.711000', '121418.714000', '121418.716000', '121418.719000', '121418.721000', '121418.724000', '121418.727000', '121418.729000', '121418.732000', '121418.734000', '121418.737000', '121418.740000', '121418.742000', '121418.745000', '121418.748000', '121418.750000', '121418.753000', '121438.642000', '121438.645000', '121438.648000', '121438.651000', '121438.653000', '121438.656000', '121438.658000', '121438.661000', '121438.690000', '121438.692000', '121438.695000', '121438.698000', '121438.700000', '121438.703000', '121438.705000', '121438.708000', '121438.711000', '121438.713000', '121438.716000', '121438.718000', '121438.721000', '121438.724000', '121438.726000', '121438.729000', '121438.731000', '121438.734000', '121438.737000', '121438.739000', '121438.742000', '121438.744000', '121438.747000', '121438.749000', '121438.752000', '121438.755000', '121438.757000', '121438.760000', '121438.762000', '121438.765000', '121438.768000', '121438.770000', '121438.773000', '121438.775000', '121438.778000', '121438.781000', '121458.643000', '121458.645000', '121458.648000', '121458.651000', '121458.653000', '121458.656000', '121458.658000', '121458.661000', '121458.664000', '121458.666000', '121458.669000', '121458.672000', '121458.674000', '121458.677000', '121458.679000', '121458.682000', '121458.685000', '121458.687000', '121458.690000', '121458.692000', '121458.695000', '121458.698000', '121458.700000', '121458.703000', '121458.705000', '121458.708000', '121458.710000', '121458.713000', '121458.716000', '121458.718000', '121458.721000', '121458.724000', '121458.726000', '121458.729000', '121458.732000', '121458.734000', '121458.737000', '121458.739000', '121458.742000', '121458.744000', '121458.747000', '121458.750000', '121458.752000', '121518.643000', '121518.645000', '121518.648000', '121518.651000', '121518.653000', '121518.656000', '121518.659000', '121518.661000', '121518.664000', '121518.666000', '121518.669000', '121518.672000', '121518.674000', '121518.677000', '121518.679000', '121518.682000', '121518.685000', '121518.687000', '121518.690000', '121518.692000', '121518.695000', '121518.698000', '121518.700000', '121518.703000', '121518.706000', '121518.708000', '121518.711000', '121518.713000', '121518.716000', '121518.718000', '121518.721000', '121518.724000', '121518.726000', '121518.729000', '121518.731000', '121518.734000', '121518.737000', '121518.739000', '121518.742000', '121518.744000', '121518.747000', '121518.750000', '121518.752000', '121518.755000', '121538.642000', '121538.645000', '121538.648000', '121538.651000', '121538.653000', '121538.656000', '121538.659000', '121538.662000', '121538.665000', '121538.667000', '121538.670000', '121538.672000', '121538.675000', '121538.678000', '121538.680000', '121538.683000', '121538.685000', '121538.688000', '121538.691000', '121538.694000', '121538.696000', '121538.699000', '121538.701000', '121538.704000', '121538.706000', '121538.709000', '121538.712000', '121538.714000', '121538.717000', '121538.719000', '121538.722000', '121538.725000', '121538.727000', '121538.730000', '121538.733000', '121538.735000', '121538.738000', '121538.740000', '121538.743000', '121538.746000', '121538.748000', '121538.751000', '121538.753000', '121558.644000', '121558.647000', '121558.650000', '121558.652000', '121558.655000', '121558.657000', '121558.660000', '121558.663000', '121558.665000', '121558.668000', '121558.671000', '121558.673000', '121558.676000', '121558.678000', '121558.681000', '121558.684000', '121558.686000', '121558.689000', '121558.691000', '121558.694000', '121558.697000', '121558.699000', '121558.702000', '121558.704000', '121558.707000', '121558.710000', '121558.712000', '121558.715000', '121558.717000', '121558.720000', '121558.723000', '121558.725000', '121558.728000', '121558.730000', '121558.733000', '121558.736000', '121558.738000', '121558.741000', '121558.743000', '121558.746000', '121558.749000', '121558.751000', '121558.754000', '121558.756000', '121618.644000', '121618.646000', '121618.649000', '121618.652000', '121618.654000', '121618.657000', '121618.660000', '121618.662000', '121618.665000', '121618.667000', '121618.670000', '121618.673000', '121618.675000', '121618.678000', '121618.681000', '121618.683000', '121618.686000', '121618.688000', '121618.691000', '121618.694000', '121618.696000', '121618.699000', '121618.701000', '121618.704000', '121618.706000', '121618.709000', '121618.712000', '121618.714000', '121618.717000', '121618.719000', '121618.722000', '121618.724000', '121618.727000', '121618.730000', '121618.732000', '121618.735000', '121618.737000', '121618.740000', '121618.742000', '121618.745000', '121618.748000', '121618.750000', '121618.753000', '121638.644000', '121638.646000', '121638.649000', '121638.652000', '121638.654000', '121638.657000', '121638.660000', '121638.662000', '121638.665000', '121638.667000', '121638.680000', '121638.682000', '121638.685000', '121638.687000', '121638.690000', '121638.692000', '121638.695000', '121638.698000', '121638.700000', '121638.703000', '121638.705000', '121638.708000', '121638.711000', '121638.713000', '121638.716000', '121638.718000', '121638.721000', '121638.724000', '121638.726000', '121638.729000', '121638.732000', '121638.734000', '121638.737000', '121638.740000', '121638.742000', '121638.745000', '121638.747000', '121638.750000', '121638.753000', '121638.755000', '121638.758000', '121638.760000', '121638.763000', '121638.765000', '121658.642000', '121658.645000', '121658.648000', '121658.650000', '121658.653000', '121658.656000', '121658.658000', '121658.661000', '121658.663000', '121658.666000', '121658.668000', '121658.671000', '121658.674000', '121658.676000', '121658.679000', '121658.681000', '121658.684000', '121658.687000', '121658.689000', '121658.692000', '121658.695000', '121658.697000', '121658.700000', '121658.702000', '121658.705000', '121658.707000', '121658.710000', '121658.713000', '121658.715000', '121658.718000', '121658.720000', '121658.723000', '121658.726000', '121658.728000', '121658.731000', '121658.733000', '121658.736000', '121658.738000', '121658.741000', '121658.744000', '121658.746000', '121658.749000', '121658.751000', '121718.642000', '121718.645000', '121718.648000', '121718.651000', '121718.653000', '121718.656000', '121718.658000', '121718.661000', '121718.663000', '121718.666000', '121718.669000', '121718.671000', '121718.674000', '121718.677000', '121718.679000', '121718.682000', '121718.685000', '121718.687000', '121718.690000', '121718.693000', '121718.695000', '121718.698000', '121718.700000', '121718.703000', '121718.706000', '121718.708000', '121718.711000', '121718.713000', '121718.716000', '121718.719000', '121718.721000', '121718.724000', '121718.727000', '121718.729000', '121718.732000', '121718.734000', '121718.737000', '121718.739000', '121718.742000', '121718.745000', '121718.747000', '121718.750000', '121718.752000', '121718.755000', '121738.643000', '121738.645000', '121738.648000', '121738.651000', '121738.653000', '121738.656000', '121738.658000', '121738.661000', '121738.664000', '121738.666000', '121738.669000', '121738.671000', '121738.674000', '121738.677000', '121738.737000', '121738.740000', '121738.742000', '121738.745000', '121738.747000', '121738.750000', '121738.752000', '121738.755000', '121738.758000', '121738.760000', '121738.763000', '121738.765000', '121738.768000', '121738.771000', '121738.773000', '121738.776000', '121738.778000', '121738.781000', '121738.784000', '121738.786000', '121738.789000', '121738.792000', '121738.794000', '121738.797000', '121738.858000', '121738.860000', '121738.863000', '121738.868000', '121738.870000', '121758.643000', '121758.646000', '121758.649000', '121758.651000', '121758.654000', '121758.657000', '121758.659000', '121758.662000', '121758.665000', '121758.667000', '121758.670000', '121758.672000', '121758.675000', '121758.677000', '121758.680000', '121758.683000', '121758.685000', '121758.688000', '121758.691000', '121758.693000', '121758.696000', '121758.698000', '121758.701000', '121758.703000', '121758.706000', '121758.711000', '121758.713000', '121758.716000', '121758.718000', '121758.727000', '121758.729000', '121758.732000', '121758.734000', '121758.737000', '121758.740000', '121758.742000', '121758.745000', '121758.747000', '121758.750000', '121758.752000', '121758.755000', '121758.758000', '121758.760000', '121758.763000', '121818.644000', '121818.646000', '121818.649000', '121818.652000', '121818.654000', '121818.657000', '121818.659000', '121818.662000', '121818.664000', '121818.667000', '121818.670000', '121818.672000', '121818.675000', '121818.677000', '121818.680000', '121818.683000', '121818.685000', '121818.688000', '121818.690000', '121818.693000', '121818.695000', '121818.698000', '121818.701000', '121818.703000', '121818.706000', '121818.708000', '121818.711000', '121818.714000', '121818.716000', '121818.719000', '121818.722000', '121818.724000', '121818.727000', '121818.729000', '121818.732000', '121818.735000', '121818.737000', '121818.740000', '121818.742000', '121818.745000', '121818.747000', '121818.750000', '121818.753000', '121838.644000', '121838.646000', '121838.649000', '121838.652000', '121838.654000', '121838.657000', '121838.659000', '121838.662000', '121838.664000', '121838.668000', '121838.671000', '121838.674000', '121838.676000', '121838.679000', '121838.682000', '121838.684000', '121838.687000', '121838.689000', '121838.692000', '121838.694000', '121838.697000', '121838.700000', '121838.702000', '121838.705000', '121838.707000', '121838.710000', '121838.713000', '121838.715000', '121838.718000', '121838.721000', '121838.723000', '121838.726000', '121838.728000', '121838.731000', '121838.734000', '121838.736000', '121838.739000', '121838.741000', '121838.744000', '121838.747000', '121838.749000', '121838.752000', '121838.754000', '121838.757000', '121851.070000', '121851.073000', '121851.075000', '121851.078000', '121851.081000', '121851.083000', '121851.086000', '121851.089000', '121851.091000', '121851.094000', '121851.097000', '121851.100000', '121851.103000', '121851.106000', '121851.109000', '121851.112000', '121851.115000', '121851.117000', '121851.120000', '121851.123000', '121851.125000', '121851.128000', '121851.132000', '121851.134000', '121851.137000', '121851.140000', '121851.143000'], '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': [12388, 10751, 14095, 9597, 9335, 10456, 10208, 9979, 10529, 10213, 10898, 10560, 10113, 10055, 9770, 13954, 10986, 9300, 10339, 9385, 10769, 9821, 15337, 10382, 9618, 10627, 9270, 10474, 10125, 11110, 10362, 9425, 10262, 10107, 10868, 10051, 12712, 10417, 10280, 10174, 9715, 15813, 14748, 16717, 10460, 10047, 10560, 9718, 14000, 13881, 14179, 10426, 9801, 10339, 10338, 13851, 10476, 10134, 10386, 10828, 10326, 9768, 10359, 10262, 16205, 10319, 9734, 9977, 11272, 16989, 11335, 10778, 10695, 9851, 10805, 9555, 10291, 10377, 10197, 10261, 10080, 10057, 9961, 10072, 10034, 12460, 10073, 9742, 10545, 10345, 12973, 10315, 9966, 9744, 11849, 15008, 10419, 12873, 11194, 9716, 10617, 10255, 14870, 10153, 10002, 11461, 12031, 19630, 13240, 10542, 10270, 13017, 14245, 10238, 10519, 10321, 10282, 11167, 9520, 10736, 10154, 10097, 10511, 9375, 11716, 9873, 10486, 10561, 15297, 10061, 10254, 10371, 10395, 16781, 9953, 10050, 11660, 14760, 16792, 10919, 10120, 10561, 15696, 14984, 10685, 10402, 10356, 13291, 15554, 11971, 10698, 10156, 9650, 10937, 10647, 13360, 10308, 10137, 10180, 10038, 11860, 10982, 10537, 9661, 10475, 12074, 10852, 12525, 10122, 15030, 10744, 10449, 10199, 10062, 17626, 12408, 10415, 9903, 9740, 11375, 10820, 16736, 10325, 10565, 10228, 9877, 12209, 9723, 10470, 10175, 9895, 10029, 10175, 9775, 9953, 10479, 10353, 14289, 9838, 10357, 9833, 10389, 15686, 11739, 10806, 10423, 10195, 17249, 14816, 14143, 10396, 10473, 10326, 9926, 10804, 11086, 10106, 11839, 15300, 12012, 10438, 10264, 10174, 11600, 12215, 18601, 11039, 10612, 10929, 10607, 10788, 11502, 12522, 11327, 10535, 10303, 9948, 10223, 10908, 10533, 11047, 9941, 11359, 13302, 10466, 11032, 13754, 15289, 13120, 10589, 10263, 10322, 15858, 16942, 14669, 11773, 10490, 9807, 10372, 13122, 10122, 10259, 9773, 10577, 11556, 10352, 11421, 10208, 10753, 10706, 11104, 10125, 9487, 10474, 10828, 11360, 10327, 9950, 14706, 10762, 11127, 9967, 9871, 16526, 10789, 10482, 10274, 9362, 10251, 9735, 10447, 10647, 10489, 10017, 12616, 10166, 9911, 10186, 10196, 11470, 10023, 10256, 10588, 10336, 11177, 11307, 11301, 10514, 10239, 13848, 12476, 12122, 10248, 10263, 9998, 13506, 15025, 10821, 14896, 10843, 12503, 10391, 10410, 10725, 10523, 15297, 10214, 10757, 9890, 10391, 15225, 11353, 11030, 10106, 10393, 12217, 10095, 10621, 10078, 10264, 12141, 10626, 10366, 10488, 10636, 11762, 10441, 10373, 9687, 12997, 12673, 10161, 10806, 10684, 10295, 9665, 9911, 14776, 11037, 10465, 10246, 9669, 14801, 10815, 11449, 10804, 10069, 10567, 13397, 17359, 10616, 11024, 9967, 9512, 13172, 10420, 10491, 10715, 10681, 10364, 12403, 14916, 10383, 10783, 10123, 12610, 13623, 10562, 10387, 9898, 14150, 14965, 11147, 10712, 10181, 10450, 13702, 11196, 10685, 10365, 9539, 11140, 9948, 11207, 10769, 10645, 10286, 9775, 11069, 11273, 10878, 10129, 13499, 12411, 10821, 10806, 10468, 16724, 11032, 10758, 10199, 9930, 15666, 10486, 10856, 10609, 10291, 12629, 10378, 10605, 10499, 9897, 10692, 10966, 10168, 10556, 10596, 10030, 11162, 12279, 10653, 10923, 9799, 10118, 12314, 10322, 10434, 9529, 13577, 13344, 10444, 10675, 10325, 14516, 12286, 10982, 10010, 10375, 18897, 14819, 11452, 10273, 10439, 17182, 11031, 10361, 10040, 10670, 16245, 11027, 10577, 10161, 9473, 9952, 10034, 11379, 11062, 10566, 9681, 10842, 10185, 10950, 11160, 10357, 10313, 10399, 10661, 11583, 10302, 13272, 12202, 10497, 10583, 10229, 16115, 13869, 11713, 10312, 10814, 16888, 13170, 11020, 10531, 10374, 18409, 14516, 11359, 10179, 10526, 13080, 10328, 11159, 10225, 10215, 16643, 11967, 10904, 10599, 10680, 11023, 10637, 13729, 11913, 11122, 10939, 9996, 11249, 14135, 10627, 10452, 10403, 10413, 10373, 10839, 10577, 10324, 15104, 13345, 12341, 10741, 10836, 11872, 11230, 16381, 12422, 10815, 10084, 9807, 15931, 10749, 10527, 10600, 10405, 11227, 9764, 10436, 10132, 10942, 10001, 9959, 11954, 10245, 11015, 10516, 10688, 14760, 10501, 10844, 11124, 10356, 13907, 12523, 12270, 10753, 10846, 9828, 10528, 13958, 10699, 11362, 10187, 9753, 16209, 13592, 11677, 10110, 10642, 10973, 12856, 15237, 10659, 9965, 9742, 9962, 16315, 12970, 10476, 10377, 10098, 10621, 10199, 10608, 10307, 10391, 13161, 11084, 11563, 10169, 10459, 14368, 10586, 10501, 10675, 14478, 12324, 11112, 10771, 11144, 13145, 10932, 11004, 10236, 9996, 10986, 10118, 9507, 10377, 11129, 11256, 11398, 11081, 11152, 10401, 11721, 10696, 11611, 11133, 10005, 12674, 14790, 11200, 11163, 10466, 11192, 14539, 12163, 11452, 10657, 10509, 10156, 11718, 15222, 10951, 11939, 10855, 11593, 10493, 10661, 12682, 11332, 14000, 10211, 10708, 10778, 10418, 17900, 11578, 11652, 10596, 10514, 17799, 11128, 10734, 10216, 10606, 12406, 10920, 11437, 11084, 11066, 10792, 10762, 10919, 10352, 10317, 9872, 10124, 15439, 10900, 10532, 10423, 10759, 15917, 11571, 12062, 10467, 12953, 17146, 11288, 10689, 10552, 10427, 12028, 10828, 11129, 10561, 10066, 13815, 10959, 10607, 10431, 9849, 10422, 10594, 15588, 10469, 11364, 10106, 10250, 12135, 10045, 11352, 10839, 10886, 12788, 10497, 11031, 10032, 11025, 17546, 11710, 11157, 10620, 10975, 16695, 10422, 11481, 10399, 11573, 19039, 11309, 11377, 11212, 9847, 14314, 13222, 11607, 10039, 10513, 10289, 9985, 10230, 10068, 10402, 10807, 10096, 9966, 10197, 10331, 10662, 10953, 12161, 12047, 11053, 10559, 11169, 16208, 10397, 11014, 12029, 12730, 18154, 10512, 10303, 10509, 12020, 15094, 10952, 10531, 9721, 10539, 14276, 10823, 11010, 10256, 9961, 11648, 11095, 10844, 11301, 10226, 11490, 10094, 10940, 10503, 10732, 12368, 11108, 12154, 11905, 10209, 17226, 15565, 14254, 10318, 10724, 15187, 14423, 14432, 10338, 10608, 11748, 11941, 12734, 10140, 10505, 10829, 10855, 10454, 10101, 10738, 13774, 10880, 10822, 10177, 10295, 15441, 10744, 10778, 10391, 10192, 16375, 11587, 10844, 10450, 10643, 15741, 16605, 19166], 'WindowCenter': [5170.0, 5120.0, 5130.0, 5054.0, 5032.0, 5045.0, 5047.0, 5037.0, 5057.0, 5071.0, 5069.0, 5057.0, 5043.0, 5045.0, 5058.0, 5104.0, 5066.0, 5025.0, 5043.0, 5021.0, 5053.0, 5046.0, 5113.0, 5058.0, 5034.0, 5041.0, 5036.0, 5054.0, 5060.0, 5066.0, 5046.0, 5047.0, 5055.0, 5059.0, 5054.0, 5048.0, 5083.0, 5057.0, 5044.0, 5057.0, 5047.0, 5116.0, 5105.0, 5123.0, 5045.0, 5031.0, 5054.0, 5034.0, 5091.0, 5095.0, 5081.0, 5042.0, 5033.0, 5041.0, 5043.0, 5092.0, 5044.0, 5031.0, 5043.0, 5052.0, 5055.0, 5044.0, 5044.0, 5055.0, 5126.0, 5045.0, 5034.0, 5044.0, 5064.0, 5123.0, 5064.0, 5041.0, 5053.0, 5042.0, 5063.0, 5047.0, 5045.0, 5044.0, 5053.0, 5054.0, 5055.0, 5033.0, 5044.0, 5042.0, 5043.0, 5086.0, 5046.0, 5035.0, 5055.0, 5055.0, 5096.0, 5057.0, 5045.0, 5046.0, 5078.0, 5103.0, 5056.0, 5098.0, 5063.0, 5034.0, 5052.0, 5058.0, 5103.0, 5044.0, 5032.0, 5063.0, 5071.0, 5130.0, 5084.0, 5051.0, 5041.0, 5078.0, 5090.0, 5040.0, 5034.0, 5042.0, 5038.0, 5062.0, 5033.0, 5040.0, 5041.0, 5041.0, 5052.0, 5035.0, 5074.0, 5031.0, 5042.0, 5052.0, 5111.0, 5033.0, 5042.0, 5041.0, 5055.0, 5123.0, 5032.0, 5041.0, 5060.0, 5102.0, 5111.0, 5039.0, 5040.0, 5039.0, 5110.0, 5089.0, 5027.0, 5037.0, 5040.0, 5079.0, 5108.0, 5061.0, 5029.0, 5028.0, 5019.0, 5039.0, 5043.0, 5079.0, 5030.0, 5029.0, 5038.0, 5042.0, 5062.0, 5039.0, 5039.0, 5021.0, 5041.0, 5059.0, 5037.0, 5060.0, 5041.0, 5088.0, 5042.0, 5039.0, 5041.0, 5042.0, 5120.0, 5076.0, 5029.0, 5029.0, 5031.0, 5059.0, 5050.0, 5109.0, 5031.0, 5027.0, 5040.0, 5028.0, 5058.0, 5031.0, 5029.0, 5030.0, 5030.0, 5030.0, 5042.0, 5031.0, 5031.0, 5053.0, 5042.0, 5102.0, 5044.0, 5032.0, 5043.0, 5043.0, 5113.0, 5063.0, 5037.0, 5043.0, 5041.0, 5108.0, 5102.0, 5079.0, 5030.0, 5028.0, 5015.0, 5030.0, 5039.0, 5050.0, 5045.0, 5073.0, 5102.0, 5073.0, 5041.0, 5042.0, 5030.0, 5051.0, 5071.0, 5131.0, 5054.0, 5030.0, 5028.0, 5043.0, 5050.0, 5050.0, 5074.0, 5040.0, 5040.0, 5031.0, 5032.0, 5057.0, 5055.0, 5044.0, 5052.0, 5045.0, 5067.0, 5073.0, 5045.0, 5053.0, 5093.0, 5101.0, 5069.0, 5031.0, 5029.0, 5044.0, 5111.0, 5113.0, 5090.0, 5050.0, 5029.0, 5016.0, 5028.0, 5066.0, 5028.0, 5029.0, 5031.0, 5041.0, 5051.0, 5028.0, 5051.0, 5040.0, 5054.0, 5031.0, 5053.0, 5043.0, 5035.0, 5058.0, 5053.0, 5051.0, 5042.0, 5044.0, 5103.0, 5043.0, 5051.0, 5044.0, 5045.0, 5111.0, 5056.0, 5040.0, 5043.0, 5023.0, 5042.0, 5045.0, 5042.0, 5043.0, 5051.0, 5043.0, 5072.0, 5045.0, 5032.0, 5029.0, 5054.0, 5057.0, 5047.0, 5044.0, 5042.0, 5055.0, 5064.0, 5079.0, 5053.0, 5056.0, 5054.0, 5093.0, 5085.0, 5061.0, 5031.0, 5043.0, 5042.0, 5095.0, 5103.0, 5053.0, 5101.0, 5055.0, 5073.0, 5030.0, 5054.0, 5052.0, 5055.0, 5102.0, 5032.0, 5041.0, 5043.0, 5043.0, 5112.0, 5064.0, 5042.0, 5042.0, 5043.0, 5060.0, 5047.0, 5041.0, 5034.0, 5043.0, 5061.0, 5056.0, 5031.0, 5044.0, 5052.0, 5062.0, 5044.0, 5032.0, 5046.0, 5082.0, 5086.0, 5044.0, 5052.0, 5055.0, 5031.0, 5033.0, 5044.0, 5101.0, 5067.0, 5042.0, 5045.0, 5034.0, 5102.0, 5055.0, 5063.0, 5041.0, 5027.0, 5042.0, 5081.0, 5123.0, 5042.0, 5039.0, 5043.0, 5031.0, 5082.0, 5054.0, 5030.0, 5030.0, 5041.0, 5041.0, 5075.0, 5090.0, 5031.0, 5038.0, 5041.0, 5074.0, 5070.0, 5031.0, 5031.0, 5032.0, 5092.0, 5089.0, 5039.0, 5026.0, 5040.0, 5042.0, 5082.0, 5040.0, 5022.0, 5042.0, 5033.0, 5049.0, 5034.0, 5035.0, 5040.0, 5041.0, 5043.0, 5044.0, 5065.0, 5054.0, 5040.0, 5044.0, 5081.0, 5075.0, 5042.0, 5042.0, 5043.0, 5111.0, 5053.0, 5042.0, 5041.0, 5042.0, 5112.0, 5054.0, 5039.0, 5042.0, 5043.0, 5083.0, 5045.0, 5031.0, 5053.0, 5042.0, 5042.0, 5052.0, 5031.0, 5030.0, 5041.0, 5042.0, 5062.0, 5073.0, 5044.0, 5040.0, 5044.0, 5042.0, 5087.0, 5045.0, 5041.0, 5044.0, 5092.0, 5095.0, 5043.0, 5041.0, 5040.0, 5102.0, 5074.0, 5043.0, 5034.0, 5042.0, 5132.0, 5094.0, 5049.0, 5041.0, 5039.0, 5110.0, 5040.0, 5029.0, 5031.0, 5042.0, 5111.0, 5041.0, 5027.0, 5042.0, 5031.0, 5031.0, 5044.0, 5051.0, 5051.0, 5040.0, 5032.0, 5053.0, 5044.0, 5042.0, 5039.0, 5041.0, 5042.0, 5055.0, 5044.0, 5051.0, 5054.0, 5081.0, 5086.0, 5043.0, 5042.0, 5044.0, 5108.0, 5095.0, 5061.0, 5031.0, 5052.0, 5121.0, 5085.0, 5041.0, 5042.0, 5041.0, 5130.0, 5092.0, 5039.0, 5039.0, 5039.0, 5081.0, 5032.0, 5042.0, 5041.0, 5043.0, 5108.0, 5074.0, 5039.0, 5027.0, 5051.0, 5049.0, 5040.0, 5092.0, 5063.0, 5052.0, 5039.0, 5042.0, 5052.0, 5092.0, 5030.0, 5027.0, 5053.0, 5040.0, 5043.0, 5052.0, 5041.0, 5044.0, 5101.0, 5083.0, 5060.0, 5039.0, 5041.0, 5059.0, 5050.0, 5100.0, 5058.0, 5030.0, 5030.0, 5029.0, 5098.0, 5041.0, 5027.0, 5027.0, 5040.0, 5038.0, 5031.0, 5042.0, 5029.0, 5040.0, 5029.0, 5032.0, 5062.0, 5034.0, 5040.0, 5041.0, 5042.0, 5091.0, 5044.0, 5041.0, 5039.0, 5032.0, 5068.0, 5073.0, 5048.0, 5028.0, 5051.0, 5030.0, 5042.0, 5080.0, 5042.0, 5051.0, 5040.0, 5032.0, 5098.0, 5084.0, 5039.0, 5020.0, 5029.0, 5027.0, 5072.0, 5077.0, 5029.0, 5018.0, 5020.0, 5019.0, 5096.0, 5071.0, 5030.0, 5017.0, 5040.0, 5029.0, 5046.0, 5043.0, 5029.0, 5043.0, 5082.0, 5053.0, 5038.0, 5044.0, 5040.0, 5092.0, 5031.0, 5028.0, 5042.0, 5077.0, 5073.0, 5039.0, 5028.0, 5052.0, 5067.0, 5042.0, 5028.0, 5030.0, 5029.0, 5039.0, 5043.0, 5034.0, 5031.0, 5039.0, 5050.0, 5050.0, 5065.0, 5065.0, 5057.0, 5075.0, 5045.0, 5052.0, 5052.0, 5044.0, 5072.0, 5105.0, 5055.0, 5041.0, 5054.0, 5055.0, 5094.0, 5076.0, 5051.0, 5042.0, 5042.0, 5043.0, 5065.0, 5090.0, 5041.0, 5063.0, 5055.0, 5064.0, 5042.0, 5055.0, 5083.0, 5064.0, 5092.0, 5032.0, 5032.0, 5054.0, 5045.0, 5122.0, 5065.0, 5053.0, 5042.0, 5042.0, 5122.0, 5040.0, 5028.0, 5045.0, 5041.0, 5073.0, 5056.0, 5039.0, 5056.0, 5063.0, 5054.0, 5055.0, 5052.0, 5034.0, 5043.0, 5045.0, 5043.0, 5116.0, 5056.0, 5044.0, 5056.0, 5054.0, 5115.0, 5066.0, 5061.0, 5044.0, 5071.0, 5112.0, 5052.0, 5031.0, 5042.0, 5042.0, 5074.0, 5056.0, 5041.0, 5044.0, 5043.0, 5081.0, 5042.0, 5030.0, 5030.0, 5030.0, 5040.0, 5040.0, 5101.0, 5044.0, 5053.0, 5042.0, 5044.0, 5074.0, 5046.0, 5053.0, 5043.0, 5055.0, 5083.0, 5058.0, 5042.0, 5031.0, 5053.0, 5122.0, 5062.0, 5052.0, 5041.0, 5054.0, 5109.0, 5032.0, 5052.0, 5043.0, 5053.0, 5120.0, 5041.0, 5037.0, 5041.0, 5028.0, 5076.0, 5069.0, 5049.0, 5019.0, 5030.0, 5028.0, 5032.0, 5044.0, 5036.0, 5042.0, 5041.0, 5044.0, 5033.0, 5057.0, 5044.0, 5041.0, 5054.0, 5063.0, 5076.0, 5053.0, 5046.0, 5064.0, 5113.0, 5046.0, 5054.0, 5074.0, 5073.0, 5122.0, 5041.0, 5043.0, 5041.0, 5072.0, 5102.0, 5042.0, 5042.0, 5021.0, 5041.0, 5093.0, 5053.0, 5040.0, 5044.0, 5034.0, 5067.0, 5056.0, 5056.0, 5065.0, 5044.0, 5077.0, 5056.0, 5068.0, 5054.0, 5082.0, 5085.0, 5078.0, 5087.0, 5076.0, 5060.0, 5125.0, 5127.0, 5091.0, 5035.0, 5052.0, 5090.0, 5107.0, 5079.0, 5032.0, 5041.0, 5060.0, 5075.0, 5070.0, 5029.0, 5041.0, 5038.0, 5055.0, 5043.0, 5039.0, 5054.0, 5080.0, 5053.0, 5053.0, 5053.0, 5042.0, 5114.0, 5054.0, 5043.0, 5046.0, 5043.0, 5125.0, 5065.0, 5041.0, 5054.0, 5045.0, 5087.0, 5100.0, 5107.0], 'WindowWidth': [11231.0, 11135.0, 11124.0, 11005.0, 10964.0, 10972.0, 10975.0, 10958.0, 10990.0, 11015.0, 11010.0, 10985.0, 10957.0, 10965.0, 10991.0, 11049.0, 10998.0, 10937.0, 10957.0, 10928.0, 10976.0, 10967.0, 11059.0, 10987.0, 10946.0, 10952.0, 10955.0, 10976.0, 10993.0, 10996.0, 10967.0, 10973.0, 10983.0, 10990.0, 10974.0, 10976.0, 11017.0, 10987.0, 10960.0, 10985.0, 10974.0, 11069.0, 11052.0, 11071.0, 10963.0, 10939.0, 10977.0, 10952.0, 11028.0, 11036.0, 11005.0, 10953.0, 10946.0, 10954.0, 10961.0, 11026.0, 10960.0, 10939.0, 10961.0, 10974.0, 10982.0, 10962.0, 10966.0, 10982.0, 11080.0, 10964.0, 10949.0, 10967.0, 10992.0, 11077.0, 10991.0, 10952.0, 10975.0, 10962.0, 10990.0, 10971.0, 10963.0, 10964.0, 10977.0, 10978.0, 10980.0, 10945.0, 10962.0, 10961.0, 10964.0, 11025.0, 10970.0, 10950.0, 10982.0, 10981.0, 11041.0, 10985.0, 10965.0, 10971.0, 11015.0, 11042.0, 10985.0, 11042.0, 10989.0, 10952.0, 10978.0, 10990.0, 11045.0, 10959.0, 10944.0, 10990.0, 10998.0, 11085.0, 11018.0, 10973.0, 10959.0, 11005.0, 11024.0, 10952.0, 10940.0, 10962.0, 10954.0, 10991.0, 10949.0, 10952.0, 10957.0, 10959.0, 10972.0, 10954.0, 11007.0, 10943.0, 10959.0, 10973.0, 11055.0, 10946.0, 10959.0, 10959.0, 10982.0, 11073.0, 10944.0, 10959.0, 10983.0, 11045.0, 11054.0, 10949.0, 10953.0, 10953.0, 11053.0, 11018.0, 10928.0, 10945.0, 10958.0, 11010.0, 11049.0, 10984.0, 10933.0, 10932.0, 10924.0, 10951.0, 10961.0, 11006.0, 10936.0, 10935.0, 10949.0, 10961.0, 10982.0, 10945.0, 10952.0, 10927.0, 10956.0, 10975.0, 10942.0, 10979.0, 10956.0, 11015.0, 10957.0, 10949.0, 10959.0, 10962.0, 11067.0, 11008.0, 10933.0, 10935.0, 10943.0, 10983.0, 10968.0, 11050.0, 10940.0, 10927.0, 10954.0, 10937.0, 10977.0, 10941.0, 10932.0, 10935.0, 10941.0, 10939.0, 10959.0, 10941.0, 10941.0, 10975.0, 10961.0, 11043.0, 10965.0, 10943.0, 10964.0, 10962.0, 11060.0, 10987.0, 10942.0, 10962.0, 10957.0, 11052.0, 11043.0, 11006.0, 10936.0, 10929.0, 10910.0, 10937.0, 10947.0, 10965.0, 10968.0, 11003.0, 11043.0, 11001.0, 10953.0, 10957.0, 10937.0, 10970.0, 10997.0, 11081.0, 10976.0, 10934.0, 10928.0, 10960.0, 10968.0, 10966.0, 11002.0, 10949.0, 10949.0, 10939.0, 10945.0, 10984.0, 10977.0, 10961.0, 10970.0, 10965.0, 10999.0, 10998.0, 10962.0, 10975.0, 11029.0, 11037.0, 10987.0, 10936.0, 10933.0, 10963.0, 11054.0, 11058.0, 11017.0, 10960.0, 10931.0, 10916.0, 10932.0, 10982.0, 10929.0, 10932.0, 10940.0, 10954.0, 10967.0, 10932.0, 10969.0, 10952.0, 10979.0, 10939.0, 10969.0, 10964.0, 10954.0, 10986.0, 10972.0, 10967.0, 10960.0, 10963.0, 11043.0, 10956.0, 10966.0, 10963.0, 10965.0, 11055.0, 10981.0, 10948.0, 10959.0, 10934.0, 10958.0, 10966.0, 10955.0, 10957.0, 10970.0, 10961.0, 11000.0, 10966.0, 10940.0, 10932.0, 10980.0, 10976.0, 10973.0, 10962.0, 10956.0, 10982.0, 10995.0, 11018.0, 10972.0, 10985.0, 10980.0, 11033.0, 11020.0, 10982.0, 10940.0, 10961.0, 10960.0, 11035.0, 11043.0, 10971.0, 11039.0, 10981.0, 11000.0, 10936.0, 10978.0, 10974.0, 10979.0, 11040.0, 10942.0, 10953.0, 10962.0, 10961.0, 11057.0, 10990.0, 10953.0, 10956.0, 10961.0, 10982.0, 10972.0, 10953.0, 10948.0, 10962.0, 10985.0, 10982.0, 10940.0, 10961.0, 10972.0, 10987.0, 10963.0, 10942.0, 10971.0, 11014.0, 11024.0, 10963.0, 10971.0, 10981.0, 10942.0, 10949.0, 10967.0, 11043.0, 10999.0, 10956.0, 10969.0, 10953.0, 11045.0, 10980.0, 10986.0, 10951.0, 10935.0, 10959.0, 11010.0, 11072.0, 10955.0, 10944.0, 10961.0, 10944.0, 11013.0, 10977.0, 10934.0, 10932.0, 10956.0, 10955.0, 11005.0, 11019.0, 10935.0, 10949.0, 10955.0, 11003.0, 10989.0, 10936.0, 10941.0, 10946.0, 11025.0, 11016.0, 10945.0, 10927.0, 10954.0, 10958.0, 11011.0, 10947.0, 10918.0, 10960.0, 10946.0, 10965.0, 10947.0, 10940.0, 10950.0, 10954.0, 10960.0, 10965.0, 10992.0, 10974.0, 10950.0, 10964.0, 11009.0, 11005.0, 10954.0, 10957.0, 10959.0, 11052.0, 10976.0, 10953.0, 10958.0, 10960.0, 11056.0, 10976.0, 10945.0, 10958.0, 10960.0, 11018.0, 10964.0, 10936.0, 10975.0, 10961.0, 10959.0, 10972.0, 10939.0, 10935.0, 10956.0, 10961.0, 10985.0, 11003.0, 10960.0, 10950.0, 10964.0, 10960.0, 11028.0, 10964.0, 10954.0, 10967.0, 11027.0, 11034.0, 10956.0, 10951.0, 10958.0, 11042.0, 11002.0, 10954.0, 10948.0, 10957.0, 11087.0, 11030.0, 10961.0, 10956.0, 10949.0, 11051.0, 10951.0, 10934.0, 10941.0, 10957.0, 11053.0, 10953.0, 10927.0, 10958.0, 10943.0, 10942.0, 10963.0, 10966.0, 10965.0, 10955.0, 10946.0, 10976.0, 10964.0, 10955.0, 10946.0, 10957.0, 10957.0, 10981.0, 10960.0, 10966.0, 10979.0, 11012.0, 11025.0, 10959.0, 10954.0, 10966.0, 11047.0, 11037.0, 10981.0, 10938.0, 10974.0, 11067.0, 11019.0, 10951.0, 10959.0, 10957.0, 11083.0, 11027.0, 10944.0, 10951.0, 10948.0, 11010.0, 10942.0, 10952.0, 10957.0, 10961.0, 11049.0, 11003.0, 10946.0, 10924.0, 10971.0, 10966.0, 10953.0, 11028.0, 10986.0, 10968.0, 10948.0, 10960.0, 10971.0, 11026.0, 10933.0, 10926.0, 10975.0, 10953.0, 10960.0, 10970.0, 10953.0, 10964.0, 11038.0, 11017.0, 10977.0, 10945.0, 10952.0, 10977.0, 10966.0, 11034.0, 10970.0, 10933.0, 10938.0, 10937.0, 11029.0, 10952.0, 10926.0, 10929.0, 10953.0, 10946.0, 10941.0, 10955.0, 10932.0, 10948.0, 10937.0, 10943.0, 10982.0, 10943.0, 10946.0, 10953.0, 10956.0, 11021.0, 10959.0, 10949.0, 10944.0, 10941.0, 10987.0, 11000.0, 10954.0, 10929.0, 10965.0, 10939.0, 10956.0, 11005.0, 10953.0, 10961.0, 10951.0, 10943.0, 11034.0, 11015.0, 10942.0, 10917.0, 10933.0, 10929.0, 10997.0, 10992.0, 10929.0, 10912.0, 10922.0, 10921.0, 11025.0, 10995.0, 10935.0, 10912.0, 10953.0, 10934.0, 10968.0, 10955.0, 10935.0, 10959.0, 11012.0, 10973.0, 10940.0, 10960.0, 10951.0, 11026.0, 10937.0, 10929.0, 10957.0, 10998.0, 10999.0, 10945.0, 10928.0, 10970.0, 10984.0, 10957.0, 10931.0, 10937.0, 10937.0, 10950.0, 10963.0, 10948.0, 10937.0, 10943.0, 10964.0, 10963.0, 10989.0, 10994.0, 10985.0, 11007.0, 10960.0, 10964.0, 10967.0, 10963.0, 10998.0, 11048.0, 10974.0, 10949.0, 10976.0, 10978.0, 11030.0, 11004.0, 10965.0, 10951.0, 10957.0, 10958.0, 10990.0, 11018.0, 10950.0, 10986.0, 10975.0, 10989.0, 10953.0, 10980.0, 11014.0, 10989.0, 11024.0, 10939.0, 10939.0, 10975.0, 10962.0, 11070.0, 10988.0, 10968.0, 10959.0, 10957.0, 11070.0, 10948.0, 10926.0, 10963.0, 10954.0, 11000.0, 10978.0, 10946.0, 10979.0, 10988.0, 10976.0, 10978.0, 10970.0, 10945.0, 10957.0, 10965.0, 10960.0, 11065.0, 10981.0, 10959.0, 10980.0, 10974.0, 11062.0, 10991.0, 10978.0, 10961.0, 10995.0, 11056.0, 10969.0, 10936.0, 10957.0, 10956.0, 11004.0, 10976.0, 10949.0, 10962.0, 10960.0, 11011.0, 10955.0, 10936.0, 10936.0, 10939.0, 10951.0, 10951.0, 11038.0, 10962.0, 10970.0, 10956.0, 10962.0, 11005.0, 10967.0, 10969.0, 10957.0, 10978.0, 11014.0, 10985.0, 10953.0, 10943.0, 10971.0, 11067.0, 10981.0, 10967.0, 10955.0, 10976.0, 11047.0, 10937.0, 10970.0, 10959.0, 10973.0, 11064.0, 10951.0, 10937.0, 10949.0, 10935.0, 10997.0, 10992.0, 10959.0, 10918.0, 10931.0, 10933.0, 10941.0, 10960.0, 10952.0, 10954.0, 10953.0, 10962.0, 10947.0, 10985.0, 10961.0, 10951.0, 10978.0, 10987.0, 11010.0, 10969.0, 10967.0, 10990.0, 11056.0, 10966.0, 10974.0, 11004.0, 11001.0, 11070.0, 10952.0, 10959.0, 10956.0, 10998.0, 11041.0, 10953.0, 10956.0, 10930.0, 10954.0, 11028.0, 10970.0, 10948.0, 10961.0, 10949.0, 10998.0, 10977.0, 10979.0, 10990.0, 10964.0, 11011.0, 10986.0, 11004.0, 10974.0, 11026.0, 11025.0, 11017.0, 11026.0, 11008.0, 10996.0, 11083.0, 11086.0, 11022.0, 10949.0, 10971.0, 11024.0, 11051.0, 11004.0, 10940.0, 10955.0, 10981.0, 11007.0, 10989.0, 10933.0, 10957.0, 10948.0, 10978.0, 10959.0, 10953.0, 10977.0, 11009.0, 10973.0, 10972.0, 10978.0, 10959.0, 11061.0, 10975.0, 10957.0, 10969.0, 10964.0, 11079.0, 10992.0, 10952.0, 10977.0, 10966.0, 11016.0, 11034.0, 11048.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.0004760645933014355</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.02492129150717703</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.76959771711373</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1867267374970067</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9989630242035932</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.5351</td></tr>
|
|
<tr><td colspan=3>fber</td><td>2575.4055</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.27381735084968006</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>590</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>70.57416267942584</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3390170443245784</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.245838310091406</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4936721223644054</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2775407005179247</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.00678408</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010823080316185951</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.041315220296382904</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>4.14561548045792</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>19.9421</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>88.3993</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>297.0007</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>85.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>285401.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>1317.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>509.8036</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>653.9449</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>4205.3442</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4332.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>91143.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1852.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>5584.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1044.9537</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>35.869606018066406</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> |