=== 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-0011 --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-0011",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
105 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
105 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-0011_ses-01_task-social_acq-mb8_run-05_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-0011_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0011_suffix-bold_task-social" 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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_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-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-01_task-social_acq-mb8_run-05_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-0011/ses-01/func/sub-0011_ses-01_task-social_acq-mb8_run-05_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>afb3b4094adc9ae636913998b4681f52</td></tr>
|
|
</table>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-1">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
|
|
Dataset Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-1" class="table table-sm table-striped">
|
|
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
|
|
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
|
|
<tr><td colspan=2>AcquisitionTime</td><td>16:21:38.797500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99909, 0.0150797, 0.0398905, -0.013602, 0.999221, -0.0370585]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_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.0811933</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-05_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>27</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4148, -7773, -7264, 563, -73, -248, 27, 66]</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>social</td></tr>
|
|
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
|
|
<tr><td colspan=2>TxRefAmp</td><td>221.102</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f7514986-4034-4446-bb83-49c58d478b8a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6804862022399902, -0.0364932082593441, 0.10912913084030151, 108.32516479492188], [-0.04045766219496727, 2.680835723876953, -0.09850195795297623, -78.27371978759766], [0.10702318698167801, 0.09942527115345001, 2.6959948539733887, -70.72284698486328], [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, 872]</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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['162138.797500', '162139.257500', '162139.717500', '162140.177500', '162140.637500', '162141.097500', '162141.557500', '162142.017500', '162142.477500', '162142.937500', '162143.397500', '162143.857500', '162144.317500', '162144.777500', '162145.237500', '162145.697500', '162146.157500', '162146.617500', '162147.077500', '162147.537500', '162147.997500', '162148.457500', '162148.917500', '162149.377500', '162149.837500', '162150.297500', '162150.757500', '162151.217500', '162151.677500', '162152.137500', '162152.597500', '162153.057500', '162153.517500', '162153.977500', '162154.437500', '162154.897500', '162155.357500', '162155.817500', '162156.277500', '162156.737500', '162157.197500', '162157.657500', '162158.117500', '162158.577500', '162159.037500', '162159.497500', '162159.957500', '162200.417500', '162200.877500', '162201.337500', '162201.797500', '162202.257500', '162202.717500', '162203.177500', '162203.637500', '162204.097500', '162204.557500', '162205.017500', '162205.477500', '162205.937500', '162206.397500', '162206.857500', '162207.317500', '162207.777500', '162208.237500', '162208.697500', '162209.157500', '162209.617500', '162210.077500', '162210.537500', '162210.997500', '162211.457500', '162211.917500', '162212.377500', '162212.837500', '162213.297500', '162213.757500', '162214.217500', '162214.677500', '162215.137500', '162215.597500', '162216.057500', '162216.517500', '162216.977500', '162217.437500', '162217.897500', '162218.357500', '162218.817500', '162219.277500', '162219.737500', '162220.197500', '162220.657500', '162221.117500', '162221.577500', '162222.037500', '162222.497500', '162222.957500', '162223.417500', '162223.877500', '162224.337500', '162224.797500', '162225.257500', '162225.717500', '162226.177500', '162226.637500', '162227.097500', '162227.557500', '162228.017500', '162228.477500', '162228.937500', '162229.397500', '162229.857500', '162230.317500', '162230.777500', '162231.237500', '162231.697500', '162232.157500', '162232.617500', '162233.077500', '162233.537500', '162233.997500', '162234.457500', '162234.917500', '162235.377500', '162235.837500', '162236.297500', '162236.757500', '162237.217500', '162237.677500', '162238.137500', '162238.597500', '162239.057500', '162239.517500', '162239.977500', '162240.437500', '162240.897500', '162241.357500', '162241.817500', '162242.277500', '162242.737500', '162243.197500', '162243.657500', '162244.117500', '162244.577500', '162245.037500', '162245.497500', '162245.957500', '162246.417500', '162246.877500', '162247.337500', '162247.797500', '162248.257500', '162248.717500', '162249.177500', '162249.637500', '162250.097500', '162250.557500', '162251.017500', '162251.477500', '162251.937500', '162252.397500', '162252.857500', '162253.317500', '162253.777500', '162254.237500', '162254.697500', '162255.157500', '162255.617500', '162256.077500', '162256.537500', '162256.997500', '162257.457500', '162257.917500', '162258.377500', '162258.837500', '162259.297500', '162259.757500', '162300.217500', '162300.677500', '162301.137500', '162301.597500', '162302.057500', '162302.517500', '162302.977500', '162303.437500', '162303.897500', '162304.357500', '162304.817500', '162305.277500', '162305.737500', '162306.197500', '162306.657500', '162307.117500', '162307.577500', '162308.037500', '162308.497500', '162308.957500', '162309.417500', '162309.877500', '162310.337500', '162310.797500', '162311.257500', '162311.717500', '162312.177500', '162312.637500', '162313.097500', '162313.557500', '162314.017500', '162314.477500', '162314.937500', '162315.397500', '162315.857500', '162316.317500', '162316.777500', '162317.237500', '162317.697500', '162318.157500', '162318.617500', '162319.077500', '162319.537500', '162319.997500', '162320.457500', '162320.917500', '162321.377500', '162321.837500', '162322.297500', '162322.757500', '162323.217500', '162323.677500', '162324.137500', '162324.597500', '162325.057500', '162325.517500', '162325.977500', '162326.437500', '162326.897500', '162327.357500', '162327.817500', '162328.277500', '162328.737500', '162329.197500', '162329.657500', '162330.117500', '162330.577500', '162331.037500', '162331.497500', '162331.957500', '162332.417500', '162332.877500', '162333.337500', '162333.797500', '162334.257500', '162334.717500', '162335.177500', '162335.637500', '162336.097500', '162336.557500', '162337.017500', '162337.477500', '162337.937500', '162338.397500', '162338.857500', '162339.317500', '162339.777500', '162340.237500', '162340.697500', '162341.157500', '162341.617500', '162342.077500', '162342.537500', '162342.997500', '162343.457500', '162343.917500', '162344.377500', '162344.837500', '162345.297500', '162345.757500', '162346.217500', '162346.677500', '162347.137500', '162347.597500', '162348.057500', '162348.517500', '162348.977500', '162349.437500', '162349.897500', '162350.357500', '162350.817500', '162351.277500', '162351.737500', '162352.197500', '162352.657500', '162353.117500', '162353.577500', '162354.037500', '162354.497500', '162354.957500', '162355.417500', '162355.877500', '162356.337500', '162356.797500', '162357.257500', '162357.717500', '162358.177500', '162358.637500', '162359.097500', '162359.557500', '162400.017500', '162400.477500', '162400.937500', '162401.397500', '162401.857500', '162402.317500', '162402.777500', '162403.237500', '162403.697500', '162404.157500', '162404.617500', '162405.077500', '162405.537500', '162405.997500', '162406.457500', '162406.917500', '162407.377500', '162407.837500', '162408.297500', '162408.757500', '162409.217500', '162409.677500', '162410.137500', '162410.597500', '162411.057500', '162411.517500', '162411.977500', '162412.437500', '162412.897500', '162413.357500', '162413.817500', '162414.277500', '162414.737500', '162415.197500', '162415.657500', '162416.117500', '162416.577500', '162417.037500', '162417.497500', '162417.957500', '162418.417500', '162418.877500', '162419.337500', '162419.797500', '162420.257500', '162420.717500', '162421.177500', '162421.637500', '162422.097500', '162422.557500', '162423.017500', '162423.477500', '162423.937500', '162424.397500', '162424.857500', '162425.317500', '162425.777500', '162426.237500', '162426.697500', '162427.157500', '162427.617500', '162428.077500', '162428.537500', '162428.997500', '162429.457500', '162429.917500', '162430.377500', '162430.837500', '162431.297500', '162431.757500', '162432.217500', '162432.677500', '162433.137500', '162433.597500', '162434.057500', '162434.517500', '162434.977500', '162435.437500', '162435.897500', '162436.357500', '162436.817500', '162437.277500', '162437.737500', '162438.197500', '162438.657500', '162439.117500', '162439.577500', '162440.037500', '162440.497500', '162440.957500', '162441.417500', '162441.877500', '162442.337500', '162442.797500', '162443.257500', '162443.717500', '162444.177500', '162444.637500', '162445.097500', '162445.557500', '162446.017500', '162446.477500', '162446.937500', '162447.397500', '162447.857500', '162448.317500', '162448.777500', '162449.237500', '162449.697500', '162450.157500', '162450.617500', '162451.077500', '162451.537500', '162451.997500', '162452.457500', '162452.917500', '162453.377500', '162453.837500', '162454.297500', '162454.757500', '162455.217500', '162455.677500', '162456.137500', '162456.597500', '162457.057500', '162457.517500', '162457.977500', '162458.437500', '162458.897500', '162459.357500', '162459.817500', '162500.277500', '162500.737500', '162501.197500', '162501.657500', '162502.117500', '162502.577500', '162503.037500', '162503.497500', '162503.957500', '162504.417500', '162504.877500', '162505.337500', '162505.797500', '162506.257500', '162506.717500', '162507.177500', '162507.637500', '162508.097500', '162508.557500', '162509.017500', '162509.477500', '162509.937500', '162510.397500', '162510.857500', '162511.317500', '162511.777500', '162512.237500', '162512.697500', '162513.157500', '162513.617500', '162514.077500', '162514.537500', '162514.997500', '162515.457500', '162515.917500', '162516.377500', '162516.837500', '162517.297500', '162517.757500', '162518.217500', '162518.677500', '162519.137500', '162519.597500', '162520.057500', '162520.517500', '162520.977500', '162521.437500', '162521.897500', '162522.357500', '162522.817500', '162523.277500', '162523.737500', '162524.197500', '162524.657500', '162525.117500', '162525.577500', '162526.037500', '162526.497500', '162526.957500', '162527.417500', '162527.877500', '162528.337500', '162528.797500', '162529.257500', '162529.717500', '162530.177500', '162530.637500', '162531.097500', '162531.557500', '162532.017500', '162532.477500', '162532.937500', '162533.397500', '162533.857500', '162534.317500', '162534.777500', '162535.237500', '162535.697500', '162536.157500', '162536.617500', '162537.077500', '162537.537500', '162537.997500', '162538.457500', '162538.917500', '162539.377500', '162539.837500', '162540.297500', '162540.757500', '162541.217500', '162541.677500', '162542.137500', '162542.597500', '162543.057500', '162543.517500', '162543.977500', '162544.437500', '162544.897500', '162545.357500', '162545.817500', '162546.277500', '162546.737500', '162547.197500', '162547.657500', '162548.117500', '162548.577500', '162549.037500', '162549.497500', '162549.957500', '162550.417500', '162550.877500', '162551.337500', '162551.797500', '162552.257500', '162552.717500', '162553.177500', '162553.637500', '162554.097500', '162554.557500', '162555.017500', '162555.477500', '162555.937500', '162556.397500', '162556.857500', '162557.317500', '162557.777500', '162558.237500', '162558.697500', '162559.157500', '162559.617500', '162600.077500', '162600.537500', '162600.997500', '162601.457500', '162601.917500', '162602.377500', '162602.837500', '162603.297500', '162603.757500', '162604.217500', '162604.677500', '162605.137500', '162605.597500', '162606.057500', '162606.517500', '162606.977500', '162607.437500', '162607.897500', '162608.357500', '162608.817500', '162609.277500', '162609.737500', '162610.197500', '162610.657500', '162611.117500', '162611.577500', '162612.037500', '162612.497500', '162612.957500', '162613.417500', '162613.877500', '162614.337500', '162614.797500', '162615.257500', '162615.717500', '162616.177500', '162616.637500', '162617.097500', '162617.557500', '162618.017500', '162618.477500', '162618.937500', '162619.397500', '162619.857500', '162620.317500', '162620.777500', '162621.237500', '162621.697500', '162622.157500', '162622.617500', '162623.077500', '162623.537500', '162623.997500', '162624.457500', '162624.917500', '162625.377500', '162625.837500', '162626.297500', '162626.757500', '162627.217500', '162627.677500', '162628.137500', '162628.597500', '162629.057500', '162629.517500', '162629.977500', '162630.437500', '162630.897500', '162631.357500', '162631.817500', '162632.277500', '162632.737500', '162633.197500', '162633.657500', '162634.117500', '162634.577500', '162635.037500', '162635.497500', '162635.957500', '162636.417500', '162636.877500', '162637.337500', '162637.797500', '162638.257500', '162638.717500', '162639.177500', '162639.637500', '162640.097500', '162640.557500', '162641.017500', '162641.477500', '162641.937500', '162642.397500', '162642.857500', '162643.317500', '162643.777500', '162644.237500', '162644.697500', '162645.157500', '162645.617500', '162646.077500', '162646.537500', '162646.997500', '162647.457500', '162647.917500', '162648.377500', '162648.837500', '162649.297500', '162649.757500', '162650.217500', '162650.677500', '162651.137500', '162651.597500', '162652.057500', '162652.517500', '162652.977500', '162653.437500', '162653.897500', '162654.357500', '162654.817500', '162655.277500', '162655.737500', '162656.197500', '162656.657500', '162657.117500', '162657.577500', '162658.037500', '162658.497500', '162658.957500', '162659.417500', '162659.877500', '162700.337500', '162700.797500', '162701.257500', '162701.717500', '162702.177500', '162702.637500', '162703.097500', '162703.557500', '162704.017500', '162704.477500', '162704.937500', '162705.397500', '162705.857500', '162706.317500', '162706.777500', '162707.237500', '162707.697500', '162708.157500', '162708.617500', '162709.077500', '162709.537500', '162709.997500', '162710.457500', '162710.917500', '162711.377500', '162711.837500', '162712.297500', '162712.757500', '162713.217500', '162713.677500', '162714.137500', '162714.597500', '162715.057500', '162715.517500', '162715.977500', '162716.437500', '162716.897500', '162717.357500', '162717.817500', '162718.277500', '162718.737500', '162719.197500', '162719.657500', '162720.117500', '162720.577500', '162721.037500', '162721.497500', '162721.957500', '162722.417500', '162722.877500', '162723.337500', '162723.797500', '162724.257500', '162724.717500', '162725.177500', '162725.637500', '162726.097500', '162726.557500', '162727.017500', '162727.477500', '162727.937500', '162728.397500', '162728.857500', '162729.317500', '162729.777500', '162730.237500', '162730.697500', '162731.157500', '162731.617500', '162732.077500', '162732.537500', '162732.997500', '162733.457500', '162733.917500', '162734.377500', '162734.837500', '162735.297500', '162735.757500', '162736.217500', '162736.677500', '162737.137500', '162737.597500', '162738.057500', '162738.517500', '162738.977500', '162739.437500', '162739.897500', '162740.357500', '162740.817500', '162741.277500', '162741.737500', '162742.197500', '162742.657500', '162743.117500', '162743.577500', '162744.037500', '162744.497500', '162744.957500', '162745.417500', '162745.877500', '162746.337500', '162746.797500', '162747.257500', '162747.717500', '162748.177500', '162748.637500', '162749.097500', '162749.557500', '162750.017500', '162750.477500', '162750.937500', '162751.397500', '162751.857500', '162752.317500', '162752.777500', '162753.237500', '162753.697500', '162754.157500', '162754.617500', '162755.077500', '162755.537500', '162755.997500', '162756.457500', '162756.917500', '162757.377500', '162757.837500', '162758.297500', '162758.757500', '162759.217500', '162759.677500', '162800.137500', '162800.597500', '162801.057500', '162801.517500', '162801.977500', '162802.437500', '162802.897500', '162803.357500', '162803.817500', '162804.277500', '162804.737500', '162805.197500', '162805.657500', '162806.117500', '162806.577500', '162807.037500', '162807.497500', '162807.957500', '162808.417500', '162808.877500', '162809.337500', '162809.797500', '162810.257500', '162810.717500', '162811.177500', '162811.637500', '162812.097500', '162812.557500', '162813.017500', '162813.477500', '162813.937500', '162814.397500', '162814.857500', '162815.317500', '162815.777500', '162816.237500', '162816.697500', '162817.157500', '162817.617500', '162818.077500', '162818.537500', '162818.997500', '162819.457500'], 'ContentTime': ['162153.024000', '162153.027000', '162153.034000', '162153.037000', '162153.040000', '162153.043000', '162153.046000', '162153.048000', '162153.051000', '162153.054000', '162153.057000', '162153.060000', '162153.063000', '162153.066000', '162153.068000', '162153.071000', '162153.074000', '162153.077000', '162153.080000', '162153.087000', '162153.090000', '162153.093000', '162153.095000', '162153.098000', '162153.101000', '162153.104000', '162153.107000', '162153.109000', '162153.113000', '162153.115000', '162212.988000', '162212.991000', '162212.993000', '162212.996000', '162213.000000', '162213.008000', '162213.010000', '162213.013000', '162213.016000', '162213.019000', '162213.022000', '162213.025000', '162213.028000', '162213.030000', '162213.034000', '162213.037000', '162213.040000', '162213.043000', '162213.045000', '162213.049000', '162213.051000', '162213.056000', '162213.059000', '162213.062000', '162213.065000', '162213.068000', '162213.071000', '162213.073000', '162213.076000', '162213.079000', '162213.082000', '162213.085000', '162213.087000', '162213.090000', '162213.093000', '162213.096000', '162213.099000', '162213.102000', '162213.104000', '162213.114000', '162213.117000', '162213.120000', '162213.123000', '162232.988000', '162232.991000', '162232.993000', '162232.996000', '162233.000000', '162233.003000', '162233.006000', '162233.009000', '162233.012000', '162233.014000', '162233.017000', '162233.020000', '162233.023000', '162233.026000', '162233.029000', '162233.031000', '162233.034000', '162233.037000', '162233.040000', '162233.043000', '162233.046000', '162233.048000', '162233.051000', '162233.054000', '162233.057000', '162233.060000', '162233.062000', '162233.069000', '162233.072000', '162233.075000', '162233.078000', '162233.081000', '162233.084000', '162233.087000', '162233.089000', '162233.092000', '162233.095000', '162233.098000', '162233.101000', '162233.103000', '162233.106000', '162233.109000', '162233.112000', '162233.115000', '162252.988000', '162252.991000', '162252.994000', '162252.998000', '162253.000000', '162253.003000', '162253.006000', '162253.009000', '162253.012000', '162253.015000', '162253.018000', '162253.020000', '162253.023000', '162253.026000', '162253.029000', '162253.032000', '162253.035000', '162253.037000', '162253.040000', '162253.043000', '162253.046000', '162253.049000', '162253.052000', '162253.055000', '162253.057000', '162253.060000', '162253.064000', '162253.067000', '162253.070000', '162253.073000', '162253.075000', '162253.078000', '162253.081000', '162253.084000', '162253.087000', '162253.089000', '162253.092000', '162253.095000', '162253.098000', '162253.101000', '162253.104000', '162253.107000', '162253.109000', '162312.988000', '162312.991000', '162312.993000', '162312.996000', '162313.000000', '162313.003000', '162313.006000', '162313.009000', '162313.012000', '162313.015000', '162313.017000', '162313.020000', '162313.023000', '162313.026000', '162313.029000', '162313.032000', '162313.035000', '162313.037000', '162313.040000', '162313.043000', '162313.046000', '162313.049000', '162313.052000', '162313.055000', '162313.058000', '162313.060000', '162313.063000', '162313.066000', '162313.069000', '162313.072000', '162313.075000', '162313.078000', '162313.081000', '162313.083000', '162313.086000', '162313.089000', '162313.092000', '162313.095000', '162313.098000', '162313.101000', '162313.103000', '162313.106000', '162313.109000', '162313.112000', '162332.988000', '162332.991000', '162332.994000', '162332.997000', '162333.000000', '162333.003000', '162333.006000', '162333.009000', '162333.012000', '162333.015000', '162333.018000', '162333.020000', '162333.023000', '162333.026000', '162333.029000', '162333.032000', '162333.035000', '162333.038000', '162333.041000', '162333.043000', '162333.046000', '162333.049000', '162333.052000', '162333.055000', '162333.058000', '162333.061000', '162333.064000', '162333.067000', '162333.070000', '162333.073000', '162333.076000', '162333.079000', '162333.081000', '162333.084000', '162333.087000', '162333.090000', '162333.093000', '162333.096000', '162333.099000', '162333.102000', '162333.104000', '162333.107000', '162333.110000', '162352.988000', '162352.991000', '162352.994000', '162352.996000', '162353.000000', '162353.003000', '162353.006000', '162353.009000', '162353.012000', '162353.015000', '162353.017000', '162353.020000', '162353.023000', '162353.026000', '162353.029000', '162353.032000', '162353.034000', '162353.037000', '162353.040000', '162353.043000', '162353.046000', '162353.049000', '162353.052000', '162353.055000', '162353.057000', '162353.060000', '162353.063000', '162353.066000', '162353.069000', '162353.072000', '162353.074000', '162353.077000', '162353.080000', '162353.083000', '162353.086000', '162353.104000', '162353.107000', '162353.110000', '162353.112000', '162353.115000', '162353.118000', '162353.121000', '162353.124000', '162353.126000', '162412.988000', '162412.991000', '162412.994000', '162412.996000', '162413.000000', '162413.003000', '162413.006000', '162413.009000', '162413.012000', '162413.015000', '162413.017000', '162413.020000', '162413.023000', '162413.026000', '162413.029000', '162413.033000', '162413.036000', '162413.039000', '162413.042000', '162413.045000', '162413.048000', '162413.051000', '162413.053000', '162413.056000', '162413.059000', '162413.062000', '162413.065000', '162413.067000', '162413.071000', '162413.073000', '162413.076000', '162413.079000', '162413.082000', '162413.085000', '162413.088000', '162413.091000', '162413.094000', '162413.096000', '162413.099000', '162413.102000', '162413.105000', '162413.108000', '162413.111000', '162432.989000', '162432.992000', '162432.995000', '162432.998000', '162433.001000', '162433.004000', '162433.007000', '162433.010000', '162433.013000', '162433.015000', '162433.018000', '162433.021000', '162433.024000', '162433.027000', '162433.029000', '162433.032000', '162433.035000', '162433.038000', '162433.041000', '162433.044000', '162433.046000', '162433.054000', '162433.057000', '162433.060000', '162433.063000', '162433.066000', '162433.068000', '162433.071000', '162433.074000', '162433.077000', '162433.080000', '162433.083000', '162433.085000', '162433.089000', '162433.091000', '162433.094000', '162433.097000', '162433.100000', '162433.103000', '162433.106000', '162433.108000', '162433.111000', '162433.114000', '162433.117000', '162452.988000', '162452.991000', '162452.994000', '162452.997000', '162453.000000', '162453.003000', '162453.006000', '162453.009000', '162453.012000', '162453.015000', '162453.017000', '162453.020000', '162453.023000', '162453.026000', '162453.029000', '162453.032000', '162453.035000', '162453.038000', '162453.040000', '162453.043000', '162453.046000', '162453.049000', '162453.052000', '162453.055000', '162453.058000', '162453.060000', '162453.063000', '162453.066000', '162453.069000', '162453.072000', '162453.074000', '162453.077000', '162453.080000', '162453.083000', '162453.086000', '162453.089000', '162453.091000', '162453.094000', '162453.097000', '162453.100000', '162453.103000', '162453.106000', '162453.108000', '162512.988000', '162512.991000', '162512.993000', '162512.996000', '162513.000000', '162513.003000', '162513.006000', '162513.009000', '162513.012000', '162513.015000', '162513.017000', '162513.020000', '162513.023000', '162513.026000', '162513.029000', '162513.031000', '162513.034000', '162513.037000', '162513.040000', '162513.043000', '162513.046000', '162513.049000', '162513.052000', '162513.054000', '162513.057000', '162513.060000', '162513.063000', '162513.066000', '162513.069000', '162513.072000', '162513.074000', '162513.077000', '162513.080000', '162513.083000', '162513.086000', '162513.088000', '162513.091000', '162513.094000', '162513.097000', '162513.100000', '162513.103000', '162513.106000', '162513.108000', '162513.111000', '162532.988000', '162532.991000', '162532.994000', '162532.997000', '162533.001000', '162533.003000', '162533.006000', '162533.009000', '162533.012000', '162533.015000', '162533.018000', '162533.021000', '162533.023000', '162533.026000', '162533.029000', '162533.032000', '162533.049000', '162533.052000', '162533.055000', '162533.057000', '162533.060000', '162533.063000', '162533.066000', '162533.069000', '162533.073000', '162533.076000', '162533.079000', '162533.081000', '162533.084000', '162533.087000', '162533.090000', '162533.093000', '162533.096000', '162533.098000', '162533.101000', '162533.104000', '162533.107000', '162533.110000', '162533.113000', '162533.116000', '162533.119000', '162533.121000', '162533.124000', '162552.988000', '162552.991000', '162552.994000', '162552.997000', '162553.000000', '162553.003000', '162553.006000', '162553.009000', '162553.012000', '162553.015000', '162553.017000', '162553.020000', '162553.023000', '162553.026000', '162553.029000', '162553.032000', '162553.035000', '162553.038000', '162553.041000', '162553.044000', '162553.046000', '162553.049000', '162553.052000', '162553.055000', '162553.058000', '162553.061000', '162553.063000', '162553.066000', '162553.069000', '162553.072000', '162553.075000', '162553.078000', '162553.081000', '162553.083000', '162553.086000', '162553.089000', '162553.092000', '162553.095000', '162553.098000', '162553.101000', '162553.103000', '162553.106000', '162553.109000', '162553.112000', '162612.988000', '162612.991000', '162612.994000', '162612.997000', '162613.001000', '162613.004000', '162613.006000', '162613.009000', '162613.012000', '162613.015000', '162613.018000', '162613.021000', '162613.023000', '162613.026000', '162613.029000', '162613.032000', '162613.035000', '162613.038000', '162613.041000', '162613.044000', '162613.046000', '162613.049000', '162613.052000', '162613.055000', '162613.058000', '162613.061000', '162613.064000', '162613.066000', '162613.069000', '162613.072000', '162613.075000', '162613.078000', '162613.081000', '162613.084000', '162613.087000', '162613.089000', '162613.092000', '162613.095000', '162613.098000', '162613.101000', '162613.104000', '162613.107000', '162613.109000', '162632.988000', '162632.991000', '162632.994000', '162632.997000', '162633.001000', '162633.003000', '162633.007000', '162633.009000', '162633.012000', '162633.015000', '162633.018000', '162633.021000', '162633.024000', '162633.026000', '162633.030000', '162633.032000', '162633.035000', '162633.038000', '162633.041000', '162633.044000', '162633.047000', '162633.050000', '162633.053000', '162633.055000', '162633.058000', '162633.061000', '162633.064000', '162633.067000', '162633.070000', '162633.073000', '162633.076000', '162633.078000', '162633.081000', '162633.084000', '162633.087000', '162633.090000', '162633.093000', '162633.095000', '162633.098000', '162633.101000', '162633.104000', '162633.107000', '162633.110000', '162633.113000', '162652.989000', '162652.992000', '162652.995000', '162652.997000', '162653.000000', '162653.003000', '162653.006000', '162653.009000', '162653.012000', '162653.015000', '162653.017000', '162653.020000', '162653.023000', '162653.026000', '162653.029000', '162653.032000', '162653.035000', '162653.038000', '162653.040000', '162653.043000', '162653.046000', '162653.049000', '162653.052000', '162653.055000', '162653.058000', '162653.060000', '162653.063000', '162653.066000', '162653.069000', '162653.072000', '162653.075000', '162653.078000', '162653.081000', '162653.083000', '162653.086000', '162653.089000', '162653.092000', '162653.095000', '162653.098000', '162653.100000', '162653.103000', '162653.120000', '162653.124000', '162712.988000', '162712.991000', '162712.994000', '162712.996000', '162713.000000', '162713.003000', '162713.006000', '162713.009000', '162713.012000', '162713.015000', '162713.017000', '162713.020000', '162713.023000', '162713.026000', '162713.029000', '162713.032000', '162713.035000', '162713.038000', '162713.041000', '162713.043000', '162713.046000', '162713.049000', '162713.052000', '162713.055000', '162713.058000', '162713.061000', '162713.063000', '162713.066000', '162713.069000', '162713.072000', '162713.076000', '162713.079000', '162713.081000', '162713.084000', '162713.087000', '162713.090000', '162713.093000', '162713.096000', '162713.099000', '162713.101000', '162713.104000', '162713.107000', '162713.110000', '162713.113000', '162732.988000', '162732.991000', '162732.994000', '162732.997000', '162733.000000', '162733.003000', '162733.006000', '162733.009000', '162733.012000', '162733.015000', '162733.017000', '162733.021000', '162733.023000', '162733.026000', '162733.029000', '162733.034000', '162733.037000', '162733.040000', '162733.042000', '162733.045000', '162733.048000', '162733.051000', '162733.054000', '162733.057000', '162733.060000', '162733.063000', '162733.065000', '162733.068000', '162733.071000', '162733.074000', '162733.077000', '162733.080000', '162733.083000', '162733.085000', '162733.088000', '162733.091000', '162733.094000', '162733.097000', '162733.100000', '162733.103000', '162733.106000', '162733.108000', '162733.111000', '162752.988000', '162752.991000', '162752.994000', '162752.996000', '162753.000000', '162753.003000', '162753.006000', '162753.009000', '162753.012000', '162753.015000', '162753.017000', '162753.020000', '162753.023000', '162753.026000', '162753.029000', '162753.031000', '162753.034000', '162753.037000', '162753.040000', '162753.043000', '162753.046000', '162753.049000', '162753.051000', '162753.054000', '162753.057000', '162753.060000', '162753.063000', '162753.066000', '162753.069000', '162753.071000', '162753.074000', '162753.077000', '162753.080000', '162753.083000', '162753.086000', '162753.088000', '162753.091000', '162753.094000', '162753.097000', '162753.100000', '162753.103000', '162753.106000', '162753.108000', '162812.988000', '162812.991000', '162812.994000', '162812.997000', '162813.000000', '162813.003000', '162813.006000', '162813.009000', '162813.012000', '162813.015000', '162813.018000', '162813.021000', '162813.023000', '162813.026000', '162813.029000', '162813.032000', '162813.035000', '162813.038000', '162813.040000', '162813.043000', '162813.046000', '162813.049000', '162813.052000', '162813.055000', '162813.057000', '162813.060000', '162813.063000', '162813.066000', '162813.069000', '162813.072000', '162813.074000', '162813.077000', '162813.080000', '162813.083000', '162813.086000', '162813.089000', '162813.092000', '162813.095000', '162813.097000', '162813.100000', '162813.103000', '162813.106000', '162813.109000', '162813.112000', '162820.166000', '162820.170000', '162820.173000', '162820.176000', '162820.179000', '162820.182000', '162820.186000', '162820.189000', '162820.192000', '162820.217000', '162820.220000', '162820.223000', '162820.225000', '162820.228000', '162820.232000', '162820.235000'], 'InstanceCreationTime': ['162153.024000', '162153.027000', '162153.034000', '162153.037000', '162153.040000', '162153.043000', '162153.046000', '162153.048000', '162153.051000', '162153.054000', '162153.057000', '162153.060000', '162153.063000', '162153.066000', '162153.068000', '162153.071000', '162153.074000', '162153.077000', '162153.080000', '162153.087000', '162153.090000', '162153.093000', '162153.095000', '162153.098000', '162153.101000', '162153.104000', '162153.107000', '162153.109000', '162153.113000', '162153.115000', '162212.988000', '162212.991000', '162212.993000', '162212.996000', '162213.000000', '162213.008000', '162213.010000', '162213.013000', '162213.016000', '162213.019000', '162213.022000', '162213.025000', '162213.028000', '162213.030000', '162213.034000', '162213.037000', '162213.040000', '162213.043000', '162213.045000', '162213.049000', '162213.051000', '162213.056000', '162213.059000', '162213.062000', '162213.065000', '162213.068000', '162213.071000', '162213.073000', '162213.076000', '162213.079000', '162213.082000', '162213.085000', '162213.087000', '162213.090000', '162213.093000', '162213.096000', '162213.099000', '162213.102000', '162213.104000', '162213.114000', '162213.117000', '162213.120000', '162213.123000', '162232.988000', '162232.991000', '162232.993000', '162232.996000', '162233.000000', '162233.003000', '162233.006000', '162233.009000', '162233.012000', '162233.014000', '162233.017000', '162233.020000', '162233.023000', '162233.026000', '162233.029000', '162233.031000', '162233.034000', '162233.037000', '162233.040000', '162233.043000', '162233.046000', '162233.048000', '162233.051000', '162233.054000', '162233.057000', '162233.060000', '162233.062000', '162233.069000', '162233.072000', '162233.075000', '162233.078000', '162233.081000', '162233.084000', '162233.087000', '162233.089000', '162233.092000', '162233.095000', '162233.098000', '162233.101000', '162233.103000', '162233.106000', '162233.109000', '162233.112000', '162233.115000', '162252.988000', '162252.991000', '162252.994000', '162252.998000', '162253.000000', '162253.003000', '162253.006000', '162253.009000', '162253.012000', '162253.015000', '162253.018000', '162253.020000', '162253.023000', '162253.026000', '162253.029000', '162253.032000', '162253.035000', '162253.037000', '162253.040000', '162253.043000', '162253.046000', '162253.049000', '162253.052000', '162253.055000', '162253.057000', '162253.060000', '162253.064000', '162253.067000', '162253.070000', '162253.073000', '162253.075000', '162253.078000', '162253.081000', '162253.084000', '162253.087000', '162253.089000', '162253.092000', '162253.095000', '162253.098000', '162253.101000', '162253.104000', '162253.107000', '162253.109000', '162312.988000', '162312.991000', '162312.993000', '162312.996000', '162313.000000', '162313.003000', '162313.006000', '162313.009000', '162313.012000', '162313.015000', '162313.017000', '162313.020000', '162313.023000', '162313.026000', '162313.029000', '162313.032000', '162313.035000', '162313.037000', '162313.040000', '162313.043000', '162313.046000', '162313.049000', '162313.052000', '162313.055000', '162313.058000', '162313.060000', '162313.063000', '162313.066000', '162313.069000', '162313.072000', '162313.075000', '162313.078000', '162313.081000', '162313.083000', '162313.086000', '162313.089000', '162313.092000', '162313.095000', '162313.098000', '162313.101000', '162313.103000', '162313.106000', '162313.109000', '162313.112000', '162332.988000', '162332.991000', '162332.994000', '162332.997000', '162333.000000', '162333.003000', '162333.006000', '162333.009000', '162333.012000', '162333.015000', '162333.018000', '162333.020000', '162333.023000', '162333.026000', '162333.029000', '162333.032000', '162333.035000', '162333.038000', '162333.041000', '162333.043000', '162333.046000', '162333.049000', '162333.052000', '162333.055000', '162333.058000', '162333.061000', '162333.064000', '162333.067000', '162333.070000', '162333.073000', '162333.076000', '162333.079000', '162333.081000', '162333.084000', '162333.087000', '162333.090000', '162333.093000', '162333.096000', '162333.099000', '162333.102000', '162333.104000', '162333.107000', '162333.110000', '162352.988000', '162352.991000', '162352.994000', '162352.996000', '162353.000000', '162353.003000', '162353.006000', '162353.009000', '162353.012000', '162353.015000', '162353.017000', '162353.020000', '162353.023000', '162353.026000', '162353.029000', '162353.032000', '162353.034000', '162353.037000', '162353.040000', '162353.043000', '162353.046000', '162353.049000', '162353.052000', '162353.055000', '162353.057000', '162353.060000', '162353.063000', '162353.066000', '162353.069000', '162353.072000', '162353.074000', '162353.077000', '162353.080000', '162353.083000', '162353.086000', '162353.104000', '162353.107000', '162353.110000', '162353.112000', '162353.115000', '162353.118000', '162353.121000', '162353.124000', '162353.126000', '162412.988000', '162412.991000', '162412.994000', '162412.996000', '162413.000000', '162413.003000', '162413.006000', '162413.009000', '162413.012000', '162413.015000', '162413.017000', '162413.020000', '162413.023000', '162413.026000', '162413.029000', '162413.033000', '162413.036000', '162413.039000', '162413.042000', '162413.045000', '162413.048000', '162413.051000', '162413.053000', '162413.056000', '162413.059000', '162413.062000', '162413.065000', '162413.067000', '162413.071000', '162413.073000', '162413.076000', '162413.079000', '162413.082000', '162413.085000', '162413.088000', '162413.091000', '162413.094000', '162413.096000', '162413.099000', '162413.102000', '162413.105000', '162413.108000', '162413.111000', '162432.989000', '162432.992000', '162432.995000', '162432.998000', '162433.001000', '162433.004000', '162433.007000', '162433.010000', '162433.013000', '162433.015000', '162433.018000', '162433.021000', '162433.024000', '162433.027000', '162433.029000', '162433.032000', '162433.035000', '162433.038000', '162433.041000', '162433.044000', '162433.046000', '162433.054000', '162433.057000', '162433.060000', '162433.063000', '162433.066000', '162433.068000', '162433.071000', '162433.074000', '162433.077000', '162433.080000', '162433.083000', '162433.085000', '162433.089000', '162433.091000', '162433.094000', '162433.097000', '162433.100000', '162433.103000', '162433.106000', '162433.108000', '162433.111000', '162433.114000', '162433.117000', '162452.988000', '162452.991000', '162452.994000', '162452.997000', '162453.000000', '162453.003000', '162453.006000', '162453.009000', '162453.012000', '162453.015000', '162453.017000', '162453.020000', '162453.023000', '162453.026000', '162453.029000', '162453.032000', '162453.035000', '162453.038000', '162453.040000', '162453.043000', '162453.046000', '162453.049000', '162453.052000', '162453.055000', '162453.058000', '162453.060000', '162453.063000', '162453.066000', '162453.069000', '162453.072000', '162453.074000', '162453.077000', '162453.080000', '162453.083000', '162453.086000', '162453.089000', '162453.091000', '162453.094000', '162453.097000', '162453.100000', '162453.103000', '162453.106000', '162453.108000', '162512.988000', '162512.991000', '162512.993000', '162512.996000', '162513.000000', '162513.003000', '162513.006000', '162513.009000', '162513.012000', '162513.015000', '162513.017000', '162513.020000', '162513.023000', '162513.026000', '162513.029000', '162513.031000', '162513.034000', '162513.037000', '162513.040000', '162513.043000', '162513.046000', '162513.049000', '162513.052000', '162513.054000', '162513.057000', '162513.060000', '162513.063000', '162513.066000', '162513.069000', '162513.072000', '162513.074000', '162513.077000', '162513.080000', '162513.083000', '162513.086000', '162513.088000', '162513.091000', '162513.094000', '162513.097000', '162513.100000', '162513.103000', '162513.106000', '162513.108000', '162513.111000', '162532.988000', '162532.991000', '162532.994000', '162532.997000', '162533.001000', '162533.003000', '162533.006000', '162533.009000', '162533.012000', '162533.015000', '162533.018000', '162533.021000', '162533.023000', '162533.026000', '162533.029000', '162533.032000', '162533.049000', '162533.052000', '162533.055000', '162533.057000', '162533.060000', '162533.063000', '162533.066000', '162533.069000', '162533.073000', '162533.076000', '162533.079000', '162533.081000', '162533.084000', '162533.087000', '162533.090000', '162533.093000', '162533.096000', '162533.098000', '162533.101000', '162533.104000', '162533.107000', '162533.110000', '162533.113000', '162533.116000', '162533.119000', '162533.121000', '162533.124000', '162552.988000', '162552.991000', '162552.994000', '162552.997000', '162553.000000', '162553.003000', '162553.006000', '162553.009000', '162553.012000', '162553.015000', '162553.017000', '162553.020000', '162553.023000', '162553.026000', '162553.029000', '162553.032000', '162553.035000', '162553.038000', '162553.041000', '162553.044000', '162553.046000', '162553.049000', '162553.052000', '162553.055000', '162553.058000', '162553.061000', '162553.063000', '162553.066000', '162553.069000', '162553.072000', '162553.075000', '162553.078000', '162553.081000', '162553.083000', '162553.086000', '162553.089000', '162553.092000', '162553.095000', '162553.098000', '162553.101000', '162553.103000', '162553.106000', '162553.109000', '162553.112000', '162612.988000', '162612.991000', '162612.994000', '162612.997000', '162613.001000', '162613.004000', '162613.006000', '162613.009000', '162613.012000', '162613.015000', '162613.018000', '162613.021000', '162613.023000', '162613.026000', '162613.029000', '162613.032000', '162613.035000', '162613.038000', '162613.041000', '162613.044000', '162613.046000', '162613.049000', '162613.052000', '162613.055000', '162613.058000', '162613.061000', '162613.064000', '162613.066000', '162613.069000', '162613.072000', '162613.075000', '162613.078000', '162613.081000', '162613.084000', '162613.087000', '162613.089000', '162613.092000', '162613.095000', '162613.098000', '162613.101000', '162613.104000', '162613.107000', '162613.109000', '162632.988000', '162632.991000', '162632.994000', '162632.997000', '162633.001000', '162633.003000', '162633.007000', '162633.009000', '162633.012000', '162633.015000', '162633.018000', '162633.021000', '162633.024000', '162633.026000', '162633.030000', '162633.032000', '162633.035000', '162633.038000', '162633.041000', '162633.044000', '162633.047000', '162633.050000', '162633.053000', '162633.055000', '162633.058000', '162633.061000', '162633.064000', '162633.067000', '162633.070000', '162633.073000', '162633.076000', '162633.078000', '162633.081000', '162633.084000', '162633.087000', '162633.090000', '162633.093000', '162633.095000', '162633.098000', '162633.101000', '162633.104000', '162633.107000', '162633.110000', '162633.113000', '162652.989000', '162652.992000', '162652.995000', '162652.997000', '162653.000000', '162653.003000', '162653.006000', '162653.009000', '162653.012000', '162653.015000', '162653.017000', '162653.020000', '162653.023000', '162653.026000', '162653.029000', '162653.032000', '162653.035000', '162653.038000', '162653.040000', '162653.043000', '162653.046000', '162653.049000', '162653.052000', '162653.055000', '162653.058000', '162653.060000', '162653.063000', '162653.066000', '162653.069000', '162653.072000', '162653.075000', '162653.078000', '162653.081000', '162653.083000', '162653.086000', '162653.089000', '162653.092000', '162653.095000', '162653.098000', '162653.100000', '162653.103000', '162653.120000', '162653.124000', '162712.988000', '162712.991000', '162712.994000', '162712.996000', '162713.000000', '162713.003000', '162713.006000', '162713.009000', '162713.012000', '162713.015000', '162713.017000', '162713.020000', '162713.023000', '162713.026000', '162713.029000', '162713.032000', '162713.035000', '162713.038000', '162713.041000', '162713.043000', '162713.046000', '162713.049000', '162713.052000', '162713.055000', '162713.058000', '162713.061000', '162713.063000', '162713.066000', '162713.069000', '162713.072000', '162713.076000', '162713.079000', '162713.081000', '162713.084000', '162713.087000', '162713.090000', '162713.093000', '162713.096000', '162713.099000', '162713.101000', '162713.104000', '162713.107000', '162713.110000', '162713.113000', '162732.988000', '162732.991000', '162732.994000', '162732.997000', '162733.000000', '162733.003000', '162733.006000', '162733.009000', '162733.012000', '162733.015000', '162733.017000', '162733.021000', '162733.023000', '162733.026000', '162733.029000', '162733.034000', '162733.037000', '162733.040000', '162733.042000', '162733.045000', '162733.048000', '162733.051000', '162733.054000', '162733.057000', '162733.060000', '162733.063000', '162733.065000', '162733.068000', '162733.071000', '162733.074000', '162733.077000', '162733.080000', '162733.083000', '162733.085000', '162733.088000', '162733.091000', '162733.094000', '162733.097000', '162733.100000', '162733.103000', '162733.106000', '162733.108000', '162733.111000', '162752.988000', '162752.991000', '162752.994000', '162752.996000', '162753.000000', '162753.003000', '162753.006000', '162753.009000', '162753.012000', '162753.015000', '162753.017000', '162753.020000', '162753.023000', '162753.026000', '162753.029000', '162753.031000', '162753.034000', '162753.037000', '162753.040000', '162753.043000', '162753.046000', '162753.049000', '162753.051000', '162753.054000', '162753.057000', '162753.060000', '162753.063000', '162753.066000', '162753.069000', '162753.071000', '162753.074000', '162753.077000', '162753.080000', '162753.083000', '162753.086000', '162753.088000', '162753.091000', '162753.094000', '162753.097000', '162753.100000', '162753.103000', '162753.106000', '162753.108000', '162812.988000', '162812.991000', '162812.994000', '162812.997000', '162813.000000', '162813.003000', '162813.006000', '162813.009000', '162813.012000', '162813.015000', '162813.018000', '162813.021000', '162813.023000', '162813.026000', '162813.029000', '162813.032000', '162813.035000', '162813.038000', '162813.040000', '162813.043000', '162813.046000', '162813.049000', '162813.052000', '162813.055000', '162813.057000', '162813.060000', '162813.063000', '162813.066000', '162813.069000', '162813.072000', '162813.074000', '162813.077000', '162813.080000', '162813.083000', '162813.086000', '162813.089000', '162813.092000', '162813.095000', '162813.097000', '162813.100000', '162813.103000', '162813.106000', '162813.109000', '162813.112000', '162820.166000', '162820.170000', '162820.173000', '162820.176000', '162820.179000', '162820.182000', '162820.186000', '162820.189000', '162820.192000', '162820.217000', '162820.220000', '162820.223000', '162820.225000', '162820.228000', '162820.232000', '162820.235000'], '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, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [12734, 9790, 12418, 9684, 11524, 9483, 11343, 9431, 10897, 9728, 10880, 9616, 11644, 9523, 11262, 9481, 8339, 9297, 8305, 9751, 8332, 9441, 9054, 10997, 9258, 9239, 9170, 10041, 11244, 9793, 11646, 8872, 10224, 9170, 12248, 9167, 11768, 9185, 10780, 8669, 10586, 8291, 10301, 8020, 9938, 7992, 9025, 7942, 8870, 8468, 8783, 8044, 10578, 8215, 8685, 8402, 8795, 8700, 11592, 8653, 12441, 8760, 9787, 8641, 8851, 8426, 10689, 7895, 8677, 8434, 8618, 8317, 11110, 8139, 8508, 8568, 8824, 8633, 8637, 8729, 8160, 11959, 9037, 12685, 8801, 11103, 8244, 11096, 8365, 9368, 7708, 8845, 8356, 9250, 8143, 9910, 8481, 10912, 8401, 11929, 8161, 12069, 8115, 12319, 8440, 11765, 8501, 11432, 8574, 11241, 8502, 11638, 8568, 11899, 8744, 9407, 8857, 9112, 8714, 9420, 9099, 11649, 8733, 12060, 8849, 11649, 8762, 12318, 8616, 9815, 8545, 8452, 9289, 9025, 8995, 8791, 9687, 8931, 9221, 12161, 12603, 11121, 10730, 10064, 8069, 12120, 8844, 11039, 8249, 12397, 8723, 13319, 8659, 13652, 9152, 12943, 8737, 12552, 8596, 11937, 8173, 11048, 10937, 9659, 12489, 9087, 13523, 8754, 10790, 7917, 9212, 7992, 9203, 9960, 9014, 10412, 8959, 12364, 8725, 11642, 8385, 11427, 8098, 10643, 8374, 11508, 8135, 12290, 9412, 12319, 9439, 12768, 8521, 12560, 8901, 10518, 9150, 7784, 9544, 8622, 13543, 9465, 12414, 9056, 10694, 9192, 11232, 9975, 10387, 9375, 7674, 9018, 7969, 9852, 7964, 12719, 8002, 12769, 8567, 13009, 8427, 12871, 8488, 12914, 8088, 10084, 7749, 9445, 7786, 10302, 11007, 9864, 13748, 8930, 14721, 8656, 12310, 8588, 12617, 7999, 13007, 8603, 13372, 8594, 12626, 8460, 12623, 8043, 12782, 8279, 13316, 8427, 12865, 7723, 11598, 8235, 11230, 7827, 10105, 7991, 11614, 8302, 11791, 9100, 8458, 10703, 7932, 8455, 11314, 12394, 10433, 9965, 8635, 7616, 10162, 7718, 11688, 9161, 12362, 8281, 11455, 8234, 12263, 10683, 11949, 10648, 9179, 11958, 8441, 13698, 8280, 13015, 8142, 10546, 7476, 9028, 8145, 8316, 8267, 8593, 13522, 8457, 13723, 8015, 10943, 7939, 10175, 7645, 9807, 7655, 9707, 9334, 9122, 9996, 8403, 14219, 8378, 12447, 7759, 11546, 7768, 9817, 7504, 8806, 8073, 10212, 10401, 8367, 10180, 8062, 12205, 7900, 11952, 7796, 11413, 8033, 11834, 7647, 8330, 8968, 8189, 12013, 9394, 11868, 8631, 12601, 11259, 16144, 11139, 14216, 10113, 13437, 8657, 11926, 9270, 11538, 9516, 9555, 12767, 9158, 13868, 8638, 10293, 7787, 8091, 9610, 14517, 8494, 11504, 8193, 9722, 8126, 8956, 7969, 9396, 7980, 10875, 9062, 10189, 9095, 8481, 9044, 8704, 13404, 8341, 13540, 8052, 14035, 8031, 11751, 8298, 11474, 8704, 10491, 8380, 8898, 8163, 8937, 7794, 9484, 8113, 9843, 8212, 9317, 7757, 11700, 9774, 10574, 10842, 9666, 12422, 8725, 13180, 8515, 12173, 7976, 9734, 8453, 8731, 8666, 7964, 14339, 8291, 11027, 8141, 10194, 7772, 8652, 8103, 9398, 10076, 8623, 9559, 8216, 8967, 7843, 12894, 8154, 11401, 8037, 10728, 7993, 8617, 8021, 8819, 8480, 8399, 9942, 8135, 10560, 7831, 10881, 7686, 9710, 8122, 8824, 8100, 8099, 8043, 10455, 7361, 8702, 10895, 12095, 10191, 9434, 8707, 8039, 8635, 7469, 11723, 8447, 12185, 8369, 9855, 7639, 11679, 10133, 9265, 9187, 8220, 8294, 8251, 8876, 7142, 7853, 7802, 7519, 9892, 7787, 10117, 7960, 8197, 13244, 11792, 9767, 13666, 9461, 11820, 8400, 11210, 8301, 9292, 7364, 9264, 7677, 11557, 9004, 11510, 9333, 10329, 8228, 8236, 7950, 8141, 13423, 8704, 11816, 7656, 9802, 7448, 9985, 8052, 8296, 12658, 8114, 11685, 7535, 8815, 7370, 8107, 7450, 8166, 7542, 11666, 7503, 9279, 10572, 9440, 11599, 11798, 8243, 7203, 9179, 7399, 11627, 8531, 11833, 8290, 13594, 9387, 10514, 8439, 7700, 7887, 11213, 10660, 11019, 13382, 9920, 13200, 8114, 11521, 6923, 12951, 9388, 9566, 14262, 8630, 11498, 7048, 8150, 7372, 8180, 8759, 8823, 9654, 7629, 12750, 7569, 10184, 6851, 8385, 7201, 7385, 7741, 7572, 7516, 7332, 7751, 11684, 9107, 8892, 9986, 8300, 9411, 7983, 9435, 7790, 12367, 7713, 13382, 7915, 10219, 7958, 9771, 8083, 11979, 8664, 11284, 9061, 9892, 10155, 12261, 10982, 9611, 11868, 8333, 12113, 8027, 9143, 11078, 9031, 8732, 13778, 12523, 10554, 14143, 8477, 11844, 8198, 11610, 8025, 11194, 7785, 10726, 7540, 11298, 9291, 12165, 10892, 10008, 10083, 9005, 13153, 8428, 12805, 8860, 9803, 7404, 6796, 11639, 8702, 11624, 7991, 14597, 12053, 13093, 10590, 10708, 10349, 12688, 10927, 11567, 11785, 9585, 11371, 8682, 11029, 8267, 13600, 8452, 11284, 8206, 10956, 7947, 9921, 7836, 10287, 7775, 9268, 7270, 9625, 8168, 10567, 9926, 10635, 11500, 8195, 12431, 7244, 10101, 8055, 10799, 10577, 7725, 13197, 7505, 9277, 7595, 7781, 8397, 8983, 9413, 8166, 11760, 7254, 14033, 7273, 11147, 7947, 10070, 7253, 8612, 9599, 8485, 11800, 8191, 7524, 13470, 11995, 12203, 12871, 13424, 10482, 13365, 9459, 12419, 8824, 11893, 7916, 11105, 7510, 10477, 6976, 10198, 8000, 9204, 6922, 7667, 8403, 10246, 8944, 9669, 11166, 11585, 11116, 11026, 9616, 7272, 10904, 7251, 11009, 7495, 11379, 7601, 10666, 7544, 12915, 10466, 10172, 11912, 9149, 11369, 8862, 10924, 8375, 10794, 8088, 14109, 8261, 13985, 8481, 11147, 7330, 10984, 8355, 12104, 7214, 7782, 10324, 7281, 12199, 8717, 12633, 11243, 10462, 12191, 9593, 13526, 8539, 12340, 7977, 10781, 7259, 9938, 7319, 11408, 7840, 7375, 9245, 9302, 12952, 10413, 12246, 9744, 9722, 10348, 8719, 12094, 8811, 11473, 8201, 10214, 7579, 8531, 7674, 8453, 8374, 8592, 13024, 8603, 10299, 7684, 9778, 8352, 9506, 8862, 8313, 12334, 8410, 11056, 7998, 10604, 8885, 9918, 8864, 7679, 7769, 8047, 8040, 12177, 12036, 11208, 11955, 9507, 12509, 8101, 12620, 7883, 11258, 8221, 10597, 9219, 10532, 9907, 9719, 9683, 8658, 14599, 7639, 11007, 8401, 11627, 8011, 11524, 7723, 10933, 9655, 11792, 8859, 9619], 'WindowCenter': [4213.0, 4169.0, 4177.0, 4155.0, 4162.0, 4130.0, 4149.0, 4130.0, 4149.0, 4141.0, 4149.0, 4152.0, 4174.0, 4167.0, 4186.0, 4154.0, 4144.0, 4154.0, 4158.0, 4168.0, 4146.0, 4166.0, 4155.0, 4175.0, 4166.0, 4155.0, 4168.0, 4178.0, 4190.0, 4167.0, 4187.0, 4157.0, 4168.0, 4158.0, 4188.0, 4169.0, 4176.0, 4155.0, 4165.0, 4145.0, 4165.0, 4134.0, 4166.0, 4145.0, 4166.0, 4133.0, 4144.0, 4134.0, 4143.0, 4135.0, 4159.0, 4148.0, 4177.0, 4157.0, 4155.0, 4145.0, 4156.0, 4157.0, 4187.0, 4146.0, 4187.0, 4145.0, 4155.0, 4146.0, 4157.0, 4145.0, 4176.0, 4146.0, 4146.0, 4146.0, 4157.0, 4147.0, 4190.0, 4161.0, 4159.0, 4171.0, 4168.0, 4172.0, 4171.0, 4182.0, 4184.0, 4214.0, 4196.0, 4212.0, 4169.0, 4190.0, 4157.0, 4188.0, 4159.0, 4168.0, 4147.0, 4172.0, 4161.0, 4168.0, 4163.0, 4194.0, 4187.0, 4202.0, 4174.0, 4203.0, 4173.0, 4202.0, 4163.0, 4204.0, 4162.0, 4190.0, 4159.0, 4177.0, 4148.0, 4176.0, 4148.0, 4189.0, 4146.0, 4178.0, 4147.0, 4147.0, 4157.0, 4157.0, 4182.0, 4170.0, 4167.0, 4189.0, 4158.0, 4188.0, 4158.0, 4203.0, 4174.0, 4189.0, 4148.0, 4167.0, 4156.0, 4146.0, 4169.0, 4184.0, 4195.0, 4183.0, 4193.0, 4184.0, 4182.0, 4227.0, 4213.0, 4192.0, 4179.0, 4179.0, 4150.0, 4200.0, 4158.0, 4179.0, 4158.0, 4186.0, 4156.0, 4198.0, 4170.0, 4198.0, 4157.0, 4184.0, 4144.0, 4172.0, 4132.0, 4162.0, 4132.0, 4163.0, 4151.0, 4141.0, 4159.0, 4130.0, 4167.0, 4119.0, 4149.0, 4119.0, 4142.0, 4121.0, 4139.0, 4138.0, 4140.0, 4149.0, 4141.0, 4172.0, 4143.0, 4186.0, 4155.0, 4174.0, 4135.0, 4163.0, 4144.0, 4174.0, 4146.0, 4211.0, 4193.0, 4200.0, 4170.0, 4211.0, 4171.0, 4188.0, 4156.0, 4176.0, 4167.0, 4148.0, 4179.0, 4183.0, 4224.0, 4182.0, 4198.0, 4157.0, 4176.0, 4169.0, 4203.0, 4181.0, 4179.0, 4167.0, 4147.0, 4156.0, 4148.0, 4179.0, 4158.0, 4198.0, 4149.0, 4197.0, 4159.0, 4198.0, 4147.0, 4199.0, 4156.0, 4184.0, 4133.0, 4154.0, 4122.0, 4153.0, 4122.0, 4167.0, 4174.0, 4154.0, 4182.0, 4142.0, 4181.0, 4131.0, 4172.0, 4144.0, 4184.0, 4134.0, 4182.0, 4144.0, 4183.0, 4144.0, 4173.0, 4144.0, 4185.0, 4146.0, 4183.0, 4145.0, 4183.0, 4145.0, 4195.0, 4161.0, 4187.0, 4147.0, 4176.0, 4146.0, 4165.0, 4146.0, 4186.0, 4157.0, 4199.0, 4194.0, 4170.0, 4189.0, 4159.0, 4158.0, 4217.0, 4223.0, 4191.0, 4179.0, 4157.0, 4147.0, 4178.0, 4148.0, 4186.0, 4166.0, 4187.0, 4145.0, 4176.0, 4143.0, 4186.0, 4164.0, 4174.0, 4151.0, 4142.0, 4159.0, 4132.0, 4170.0, 4133.0, 4182.0, 4120.0, 4150.0, 4110.0, 4130.0, 4119.0, 4131.0, 4119.0, 4142.0, 4182.0, 4132.0, 4182.0, 4131.0, 4161.0, 4133.0, 4163.0, 4122.0, 4154.0, 4121.0, 4155.0, 4153.0, 4153.0, 4151.0, 4134.0, 4181.0, 4131.0, 4197.0, 4133.0, 4173.0, 4122.0, 4152.0, 4123.0, 4155.0, 4132.0, 4177.0, 4176.0, 4146.0, 4163.0, 4144.0, 4184.0, 4146.0, 4187.0, 4159.0, 4202.0, 4161.0, 4199.0, 4148.0, 4169.0, 4169.0, 4170.0, 4199.0, 4169.0, 4199.0, 4170.0, 4200.0, 4203.0, 4220.0, 4189.0, 4197.0, 4165.0, 4175.0, 4130.0, 4161.0, 4127.0, 4148.0, 4125.0, 4126.0, 4156.0, 4127.0, 4155.0, 4114.0, 4136.0, 4118.0, 4131.0, 4153.0, 4181.0, 4132.0, 4160.0, 4133.0, 4141.0, 4134.0, 4143.0, 4136.0, 4155.0, 4157.0, 4190.0, 4157.0, 4178.0, 4155.0, 4156.0, 4153.0, 4156.0, 4197.0, 4147.0, 4196.0, 4145.0, 4194.0, 4144.0, 4185.0, 4157.0, 4188.0, 4158.0, 4175.0, 4144.0, 4155.0, 4145.0, 4156.0, 4149.0, 4167.0, 4148.0, 4177.0, 4157.0, 4167.0, 4146.0, 4199.0, 4180.0, 4179.0, 4174.0, 4166.0, 4184.0, 4144.0, 4183.0, 4145.0, 4185.0, 4131.0, 4152.0, 4131.0, 4141.0, 4130.0, 4133.0, 4193.0, 4144.0, 4163.0, 4133.0, 4163.0, 4132.0, 4143.0, 4132.0, 4156.0, 4153.0, 4145.0, 4154.0, 4144.0, 4144.0, 4145.0, 4186.0, 4147.0, 4175.0, 4134.0, 4165.0, 4133.0, 4144.0, 4133.0, 4154.0, 4155.0, 4146.0, 4164.0, 4134.0, 4163.0, 4134.0, 4175.0, 4146.0, 4167.0, 4159.0, 4156.0, 4146.0, 4145.0, 4158.0, 4187.0, 4148.0, 4182.0, 4214.0, 4213.0, 4193.0, 4168.0, 4169.0, 4147.0, 4158.0, 4151.0, 4187.0, 4147.0, 4185.0, 4144.0, 4166.0, 4136.0, 4187.0, 4163.0, 4153.0, 4141.0, 4132.0, 4132.0, 4146.0, 4155.0, 4137.0, 4146.0, 4148.0, 4162.0, 4191.0, 4162.0, 4180.0, 4159.0, 4158.0, 4212.0, 4187.0, 4166.0, 4185.0, 4155.0, 4174.0, 4133.0, 4162.0, 4132.0, 4141.0, 4110.0, 4141.0, 4121.0, 4162.0, 4141.0, 4162.0, 4130.0, 4149.0, 4118.0, 4119.0, 4108.0, 4120.0, 4170.0, 4131.0, 4160.0, 4109.0, 4139.0, 4097.0, 4139.0, 4120.0, 4131.0, 4160.0, 4119.0, 4157.0, 4110.0, 4130.0, 4121.0, 4132.0, 4124.0, 4143.0, 4134.0, 4185.0, 4136.0, 4167.0, 4188.0, 4178.0, 4213.0, 4200.0, 4146.0, 4138.0, 4156.0, 4137.0, 4177.0, 4145.0, 4175.0, 4132.0, 4184.0, 4144.0, 4164.0, 4133.0, 4122.0, 4133.0, 4174.0, 4163.0, 4165.0, 4174.0, 4155.0, 4172.0, 4121.0, 4150.0, 4098.0, 4159.0, 4116.0, 4128.0, 4168.0, 4118.0, 4147.0, 4096.0, 4106.0, 4097.0, 4119.0, 4119.0, 4142.0, 4153.0, 4123.0, 4171.0, 4121.0, 4151.0, 4113.0, 4131.0, 4122.0, 4124.0, 4132.0, 4134.0, 4125.0, 4124.0, 4136.0, 4188.0, 4169.0, 4169.0, 4167.0, 4147.0, 4157.0, 4146.0, 4156.0, 4147.0, 4199.0, 4149.0, 4198.0, 4148.0, 4176.0, 4148.0, 4177.0, 4160.0, 4201.0, 4171.0, 4189.0, 4170.0, 4180.0, 4181.0, 4210.0, 4217.0, 4209.0, 4203.0, 4173.0, 4212.0, 4176.0, 4195.0, 4200.0, 4172.0, 4171.0, 4213.0, 4189.0, 4169.0, 4197.0, 4161.0, 4191.0, 4149.0, 4175.0, 4135.0, 4164.0, 4124.0, 4164.0, 4122.0, 4165.0, 4155.0, 4174.0, 4152.0, 4153.0, 4151.0, 4142.0, 4171.0, 4157.0, 4198.0, 4144.0, 4150.0, 4109.0, 4125.0, 4189.0, 4161.0, 4191.0, 4161.0, 4210.0, 4186.0, 4187.0, 4165.0, 4165.0, 4153.0, 4185.0, 4151.0, 4162.0, 4150.0, 4141.0, 4149.0, 4131.0, 4163.0, 4147.0, 4184.0, 4133.0, 4150.0, 4120.0, 4149.0, 4119.0, 4140.0, 4122.0, 4150.0, 4111.0, 4141.0, 4111.0, 4142.0, 4134.0, 4165.0, 4142.0, 4153.0, 4162.0, 4133.0, 4171.0, 4112.0, 4152.0, 4121.0, 4164.0, 4163.0, 4123.0, 4172.0, 4123.0, 4141.0, 4123.0, 4123.0, 4133.0, 4155.0, 4154.0, 4146.0, 4174.0, 4125.0, 4220.0, 4139.0, 4189.0, 4148.0, 4179.0, 4150.0, 4160.0, 4181.0, 4184.0, 4228.0, 4186.0, 4165.0, 4224.0, 4204.0, 4202.0, 4214.0, 4200.0, 4179.0, 4188.0, 4155.0, 4174.0, 4144.0, 4162.0, 4123.0, 4152.0, 4124.0, 4152.0, 4112.0, 4153.0, 4122.0, 4155.0, 4116.0, 4114.0, 4136.0, 4165.0, 4158.0, 4157.0, 4179.0, 4190.0, 4178.0, 4175.0, 4156.0, 4124.0, 4165.0, 4124.0, 4165.0, 4124.0, 4164.0, 4121.0, 4152.0, 4122.0, 4173.0, 4150.0, 4153.0, 4161.0, 4141.0, 4150.0, 4143.0, 4161.0, 4144.0, 4175.0, 4148.0, 4207.0, 4160.0, 4207.0, 4158.0, 4176.0, 4138.0, 4191.0, 4160.0, 4200.0, 4138.0, 4149.0, 4179.0, 4138.0, 4189.0, 4147.0, 4187.0, 4165.0, 4166.0, 4164.0, 4144.0, 4174.0, 4122.0, 4162.0, 4111.0, 4139.0, 4097.0, 4127.0, 4096.0, 4147.0, 4118.0, 4112.0, 4155.0, 4158.0, 4175.0, 4154.0, 4164.0, 4130.0, 4141.0, 4127.0, 4117.0, 4146.0, 4117.0, 4136.0, 4119.0, 4151.0, 4110.0, 4117.0, 4109.0, 4120.0, 4120.0, 4132.0, 4171.0, 4133.0, 4153.0, 4124.0, 4153.0, 4132.0, 4143.0, 4142.0, 4134.0, 4173.0, 4135.0, 4164.0, 4135.0, 4167.0, 4159.0, 4167.0, 4144.0, 4135.0, 4136.0, 4134.0, 4147.0, 4188.0, 4185.0, 4178.0, 4187.0, 4168.0, 4187.0, 4135.0, 4174.0, 4133.0, 4164.0, 4145.0, 4165.0, 4145.0, 4165.0, 4153.0, 4154.0, 4153.0, 4146.0, 4195.0, 4137.0, 4164.0, 4147.0, 4175.0, 4147.0, 4186.0, 4149.0, 4188.0, 4181.0, 4199.0, 4171.0, 4181.0], 'WindowWidth': [9315.0, 9247.0, 9252.0, 9218.0, 9221.0, 9176.0, 9198.0, 9174.0, 9200.0, 9190.0, 9200.0, 9210.0, 9244.0, 9240.0, 9265.0, 9215.0, 9201.0, 9218.0, 9231.0, 9242.0, 9211.0, 9236.0, 9220.0, 9247.0, 9238.0, 9221.0, 9242.0, 9260.0, 9276.0, 9240.0, 9268.0, 9226.0, 9241.0, 9226.0, 9269.0, 9243.0, 9249.0, 9217.0, 9231.0, 9203.0, 9231.0, 9186.0, 9235.0, 9208.0, 9233.0, 9186.0, 9201.0, 9187.0, 9199.0, 9189.0, 9229.0, 9218.0, 9253.0, 9225.0, 9222.0, 9208.0, 9223.0, 9227.0, 9265.0, 9208.0, 9264.0, 9206.0, 9218.0, 9208.0, 9226.0, 9207.0, 9251.0, 9210.0, 9208.0, 9211.0, 9226.0, 9212.0, 9274.0, 9239.0, 9232.0, 9250.0, 9242.0, 9255.0, 9254.0, 9271.0, 9278.0, 9317.0, 9295.0, 9309.0, 9246.0, 9273.0, 9227.0, 9268.0, 9232.0, 9243.0, 9214.0, 9255.0, 9238.0, 9243.0, 9242.0, 9289.0, 9285.0, 9295.0, 9259.0, 9296.0, 9257.0, 9294.0, 9242.0, 9300.0, 9241.0, 9274.0, 9231.0, 9251.0, 9212.0, 9247.0, 9213.0, 9269.0, 9211.0, 9251.0, 9207.0, 9208.0, 9223.0, 9225.0, 9271.0, 9250.0, 9241.0, 9270.0, 9230.0, 9269.0, 9227.0, 9298.0, 9262.0, 9272.0, 9213.0, 9237.0, 9223.0, 9208.0, 9246.0, 9278.0, 9295.0, 9274.0, 9284.0, 9274.0, 9269.0, 9339.0, 9314.0, 9282.0, 9258.0, 9260.0, 9221.0, 9288.0, 9228.0, 9257.0, 9229.0, 9262.0, 9223.0, 9280.0, 9249.0, 9280.0, 9222.0, 9255.0, 9200.0, 9236.0, 9180.0, 9223.0, 9182.0, 9225.0, 9205.0, 9190.0, 9211.0, 9173.0, 9219.0, 9157.0, 9198.0, 9159.0, 9194.0, 9163.0, 9186.0, 9184.0, 9190.0, 9199.0, 9194.0, 9235.0, 9199.0, 9265.0, 9224.0, 9241.0, 9192.0, 9226.0, 9203.0, 9241.0, 9213.0, 9310.0, 9287.0, 9290.0, 9249.0, 9305.0, 9251.0, 9266.0, 9220.0, 9248.0, 9239.0, 9216.0, 9259.0, 9273.0, 9329.0, 9267.0, 9280.0, 9226.0, 9249.0, 9246.0, 9298.0, 9266.0, 9257.0, 9238.0, 9212.0, 9224.0, 9214.0, 9260.0, 9232.0, 9281.0, 9219.0, 9280.0, 9230.0, 9280.0, 9213.0, 9284.0, 9223.0, 9254.0, 9186.0, 9214.0, 9170.0, 9213.0, 9171.0, 9238.0, 9244.0, 9215.0, 9247.0, 9196.0, 9245.0, 9180.0, 9234.0, 9202.0, 9254.0, 9191.0, 9251.0, 9203.0, 9252.0, 9202.0, 9239.0, 9203.0, 9261.0, 9210.0, 9252.0, 9206.0, 9254.0, 9205.0, 9275.0, 9241.0, 9267.0, 9213.0, 9249.0, 9211.0, 9233.0, 9212.0, 9262.0, 9228.0, 9286.0, 9293.0, 9252.0, 9273.0, 9233.0, 9232.0, 9324.0, 9327.0, 9280.0, 9258.0, 9227.0, 9214.0, 9255.0, 9216.0, 9265.0, 9236.0, 9264.0, 9205.0, 9248.0, 9199.0, 9264.0, 9229.0, 9242.0, 9206.0, 9195.0, 9213.0, 9182.0, 9229.0, 9185.0, 9250.0, 9163.0, 9200.0, 9147.0, 9175.0, 9160.0, 9178.0, 9160.0, 9196.0, 9249.0, 9182.0, 9247.0, 9179.0, 9219.0, 9184.0, 9227.0, 9171.0, 9217.0, 9165.0, 9220.0, 9214.0, 9212.0, 9205.0, 9187.0, 9244.0, 9180.0, 9280.0, 9189.0, 9237.0, 9169.0, 9209.0, 9172.0, 9218.0, 9185.0, 9253.0, 9251.0, 9209.0, 9225.0, 9204.0, 9256.0, 9208.0, 9267.0, 9233.0, 9296.0, 9239.0, 9287.0, 9218.0, 9248.0, 9247.0, 9251.0, 9285.0, 9247.0, 9286.0, 9249.0, 9288.0, 9300.0, 9316.0, 9271.0, 9280.0, 9230.0, 9241.0, 9173.0, 9216.0, 9163.0, 9192.0, 9158.0, 9161.0, 9202.0, 9165.0, 9197.0, 9144.0, 9174.0, 9155.0, 9179.0, 9216.0, 9245.0, 9180.0, 9214.0, 9182.0, 9190.0, 9187.0, 9197.0, 9193.0, 9220.0, 9228.0, 9277.0, 9225.0, 9257.0, 9221.0, 9225.0, 9214.0, 9222.0, 9280.0, 9212.0, 9273.0, 9206.0, 9268.0, 9205.0, 9258.0, 9227.0, 9269.0, 9228.0, 9245.0, 9205.0, 9218.0, 9206.0, 9224.0, 9221.0, 9239.0, 9216.0, 9254.0, 9227.0, 9239.0, 9212.0, 9288.0, 9262.0, 9259.0, 9244.0, 9236.0, 9255.0, 9203.0, 9254.0, 9206.0, 9258.0, 9181.0, 9209.0, 9177.0, 9192.0, 9177.0, 9184.0, 9267.0, 9204.0, 9225.0, 9186.0, 9225.0, 9184.0, 9200.0, 9183.0, 9220.0, 9211.0, 9203.0, 9214.0, 9204.0, 9201.0, 9206.0, 9262.0, 9214.0, 9247.0, 9190.0, 9229.0, 9187.0, 9202.0, 9185.0, 9217.0, 9221.0, 9208.0, 9228.0, 9191.0, 9226.0, 9191.0, 9245.0, 9211.0, 9241.0, 9231.0, 9224.0, 9211.0, 9205.0, 9230.0, 9269.0, 9219.0, 9270.0, 9317.0, 9311.0, 9286.0, 9243.0, 9247.0, 9213.0, 9232.0, 9224.0, 9266.0, 9210.0, 9260.0, 9204.0, 9232.0, 9196.0, 9266.0, 9225.0, 9212.0, 9190.0, 9183.0, 9185.0, 9210.0, 9219.0, 9201.0, 9213.0, 9217.0, 9245.0, 9282.0, 9243.0, 9262.0, 9234.0, 9228.0, 9308.0, 9264.0, 9234.0, 9257.0, 9217.0, 9240.0, 9183.0, 9221.0, 9180.0, 9190.0, 9148.0, 9191.0, 9164.0, 9220.0, 9192.0, 9219.0, 9172.0, 9198.0, 9155.0, 9159.0, 9141.0, 9161.0, 9228.0, 9176.0, 9215.0, 9143.0, 9184.0, 9124.0, 9183.0, 9160.0, 9177.0, 9212.0, 9157.0, 9206.0, 9146.0, 9174.0, 9165.0, 9182.0, 9177.0, 9198.0, 9192.0, 9258.0, 9199.0, 9239.0, 9269.0, 9257.0, 9312.0, 9288.0, 9210.0, 9200.0, 9219.0, 9198.0, 9250.0, 9204.0, 9244.0, 9180.0, 9253.0, 9199.0, 9227.0, 9184.0, 9169.0, 9185.0, 9242.0, 9225.0, 9229.0, 9240.0, 9214.0, 9234.0, 9162.0, 9201.0, 9127.0, 9210.0, 9147.0, 9166.0, 9219.0, 9152.0, 9189.0, 9122.0, 9136.0, 9125.0, 9157.0, 9156.0, 9194.0, 9212.0, 9171.0, 9230.0, 9166.0, 9204.0, 9158.0, 9178.0, 9168.0, 9175.0, 9185.0, 9190.0, 9179.0, 9176.0, 9195.0, 9267.0, 9245.0, 9247.0, 9238.0, 9212.0, 9224.0, 9211.0, 9222.0, 9212.0, 9283.0, 9217.0, 9278.0, 9214.0, 9249.0, 9215.0, 9251.0, 9235.0, 9292.0, 9250.0, 9271.0, 9247.0, 9259.0, 9264.0, 9303.0, 9326.0, 9318.0, 9295.0, 9256.0, 9308.0, 9268.0, 9291.0, 9289.0, 9252.0, 9249.0, 9309.0, 9269.0, 9241.0, 9275.0, 9238.0, 9277.0, 9215.0, 9243.0, 9190.0, 9225.0, 9172.0, 9224.0, 9168.0, 9229.0, 9216.0, 9242.0, 9206.0, 9209.0, 9204.0, 9197.0, 9232.0, 9227.0, 9281.0, 9200.0, 9204.0, 9146.0, 9182.0, 9271.0, 9236.0, 9276.0, 9239.0, 9302.0, 9262.0, 9265.0, 9231.0, 9229.0, 9209.0, 9255.0, 9203.0, 9219.0, 9198.0, 9189.0, 9196.0, 9174.0, 9223.0, 9212.0, 9253.0, 9184.0, 9201.0, 9159.0, 9197.0, 9158.0, 9185.0, 9169.0, 9201.0, 9150.0, 9190.0, 9153.0, 9195.0, 9187.0, 9229.0, 9192.0, 9210.0, 9218.0, 9182.0, 9229.0, 9153.0, 9207.0, 9165.0, 9227.0, 9224.0, 9171.0, 9232.0, 9169.0, 9190.0, 9170.0, 9170.0, 9186.0, 9218.0, 9214.0, 9207.0, 9240.0, 9178.0, 9316.0, 9206.0, 9269.0, 9215.0, 9257.0, 9223.0, 9235.0, 9263.0, 9274.0, 9341.0, 9283.0, 9250.0, 9326.0, 9299.0, 9291.0, 9313.0, 9287.0, 9256.0, 9265.0, 9216.0, 9239.0, 9198.0, 9219.0, 9168.0, 9204.0, 9174.0, 9206.0, 9151.0, 9210.0, 9164.0, 9217.0, 9165.0, 9156.0, 9191.0, 9229.0, 9225.0, 9221.0, 9256.0, 9273.0, 9253.0, 9244.0, 9220.0, 9173.0, 9228.0, 9174.0, 9230.0, 9173.0, 9225.0, 9166.0, 9207.0, 9164.0, 9234.0, 9200.0, 9209.0, 9216.0, 9190.0, 9199.0, 9198.0, 9218.0, 9201.0, 9245.0, 9217.0, 9290.0, 9236.0, 9292.0, 9228.0, 9248.0, 9200.0, 9275.0, 9235.0, 9289.0, 9201.0, 9218.0, 9255.0, 9201.0, 9268.0, 9207.0, 9262.0, 9226.0, 9231.0, 9223.0, 9198.0, 9236.0, 9163.0, 9217.0, 9147.0, 9181.0, 9122.0, 9159.0, 9119.0, 9188.0, 9153.0, 9153.0, 9216.0, 9223.0, 9243.0, 9210.0, 9224.0, 9172.0, 9188.0, 9162.0, 9147.0, 9184.0, 9146.0, 9172.0, 9157.0, 9202.0, 9146.0, 9150.0, 9142.0, 9158.0, 9160.0, 9179.0, 9229.0, 9182.0, 9208.0, 9173.0, 9207.0, 9179.0, 9196.0, 9193.0, 9185.0, 9234.0, 9188.0, 9226.0, 9189.0, 9237.0, 9231.0, 9234.0, 9202.0, 9189.0, 9193.0, 9190.0, 9210.0, 9267.0, 9257.0, 9253.0, 9263.0, 9238.0, 9259.0, 9191.0, 9239.0, 9186.0, 9225.0, 9204.0, 9232.0, 9202.0, 9228.0, 9208.0, 9214.0, 9210.0, 9206.0, 9269.0, 9198.0, 9228.0, 9210.0, 9244.0, 9210.0, 9261.0, 9218.0, 9267.0, 9263.0, 9284.0, 9249.0, 9263.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.0030947018348623854</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.07491356318807339</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.310266383111426</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1316279574512045</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9533215245579805</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4381</td></tr>
|
|
<tr><td colspan=3>fber</td><td>7532.9033</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.11483746794573589</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>73</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>8.371559633027523</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5928442037062776</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.445415123514942</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8370545687229844</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.496062918880906</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0109193</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0173987727612257</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.02078855410218239</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>3.9439065411020446</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>36.6477</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8652</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>140.0226</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>310124.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>p95</td><td>616.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>277.5481</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1365</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>526.181</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3422.9138</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>3636.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>66420.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1194.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4463.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.9216</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>25.47561591368867</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> |