=== 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-0111 --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-0111",
"sourcedata/raw/dataset_description.json"
],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
616 lines
No EOL
107 KiB
(Stored with Git Annex)
HTML
616 lines
No EOL
107 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-0111_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
|
|
|
|
<script>
|
|
var timestamp = Date.now()
|
|
|
|
function read_form() {
|
|
var ds = "<unset>";
|
|
var sub = "sub-0111_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
|
|
|
|
var artifacts = [];
|
|
$('#qcartifacts-group input:checked').each(function() {
|
|
artifacts.push($(this).attr('name'));
|
|
});
|
|
|
|
var rating = $('#qcslider').val();
|
|
var payload = {
|
|
'dataset': ds,
|
|
'subject': sub,
|
|
'rating': rating,
|
|
'artifacts': artifacts,
|
|
'time_sec': (Date.now() - timestamp) / 1000,
|
|
'confidence': $('#qcextra-confidence').val(),
|
|
'comments': $('#qcextra-comments').val()
|
|
};
|
|
|
|
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
|
|
$('#btn-download').attr('href', URL.createObjectURL(file));
|
|
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
|
|
return payload
|
|
};
|
|
|
|
function toggle_rating() {
|
|
if ($('#qcrating-menu').hasClass('d-none')) {
|
|
$('#qcrating-menu').removeClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', true);
|
|
} else {
|
|
$('#qcrating-menu').addClass('d-none');
|
|
$('#qcrating-toggler').prop('checked', false);
|
|
}
|
|
};
|
|
|
|
$(window).on('load',function(){
|
|
var authorization = $('#btn-post').val()
|
|
if (authorization.includes("secret_token")) {
|
|
$('#btn-post').addClass('d-none');
|
|
};
|
|
timestamp = Date.now();
|
|
});
|
|
|
|
</script>
|
|
<style type="text/css">
|
|
/* The slider itself */
|
|
.slider {
|
|
-webkit-appearance: none; /* Override default CSS styles */
|
|
appearance: none;
|
|
margin-bottom: 8px;
|
|
margin-left: 10%;
|
|
width: 80%;
|
|
height: 5px; /* Specified height */
|
|
background: #d3d3d3; /* Grey background */
|
|
outline: none; /* Remove outline */
|
|
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
|
|
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
/* Mouse-over effects */
|
|
.slider:hover {
|
|
opacity: 1; /* Fully shown on mouse-over */
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
appearance: none;
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 25px;
|
|
height: 25px;
|
|
border: 0;
|
|
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
|
|
cursor: pointer;
|
|
z-index: 2000 !important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body style="font-family: helvetica;">
|
|
<nav class="navbar fixed-top navbar-expand-lg bg-light">
|
|
<div class="container-fluid">
|
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
|
|
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
|
|
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
|
|
<li class="nav-item dropdown">
|
|
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
|
|
About
|
|
</a>
|
|
<ul class="dropdown-menu">
|
|
<li><a class="dropdown-item" href="#errors">Errors</a></li>
|
|
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="d-flex flex-row-reverse">
|
|
<div class="form-check form-switch align-self-center flex-fill me-4">
|
|
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
|
|
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
<noscript>
|
|
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
|
|
</noscript>
|
|
|
|
<div id="Basic echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended echo-wise reports" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="Extended reports shared across echos" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
|
|
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
|
|
|
|
</div>
|
|
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0111_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-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
|
|
Problem loading figure sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
|
|
</div>
|
|
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
|
|
|
|
</div>
|
|
</div>
|
|
<div id="About" class="mt-5">
|
|
<h1 class="sub-report-title pt-5 ps-4">About</h1>
|
|
<div id="errors" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
|
|
</div>
|
|
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
|
|
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
|
|
reconstructing the provenance of the corresponding derivatives.
|
|
</p> <div class="accordion accordion-flush" id="about-metadata">
|
|
|
|
|
|
<div class="accordion-item">
|
|
<h2 class="accordion-header" id="about-metadata-0">
|
|
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
|
|
Provenance Information
|
|
</button>
|
|
</h2>
|
|
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
|
|
<div class="accordion-body metadata-table">
|
|
<table id="about-metadata-table-0" class="table table-sm table-striped">
|
|
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
|
|
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-01/func/sub-0111_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
|
|
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
|
|
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
|
|
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
|
|
<tr><td colspan=2>md5sum</td><td>b170544859f8e69474872db9c2e8f0cc</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>15:08:10.977500</td></tr>
|
|
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
|
|
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
|
|
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
|
|
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
|
|
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
|
|
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
|
|
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
|
|
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
|
|
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
|
|
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
|
|
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
|
|
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
|
|
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
|
|
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998744, -0.0207963, -0.0455935, 0.0242343, 0.996798, 0.0761982]</td></tr>
|
|
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
|
|
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
|
|
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
|
|
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
|
|
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
|
|
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
|
|
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
|
|
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
|
|
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
|
|
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
|
|
<tr><td colspan=2>Modality</td><td>MR</td></tr>
|
|
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
|
|
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
|
|
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
|
|
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
|
|
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
|
|
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
|
|
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
|
|
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
|
|
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
|
|
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0750248</td></tr>
|
|
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
|
|
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
|
|
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
|
|
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
|
|
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
|
|
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
|
|
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7258, 264, -92, 140, 121, 104]</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>219.974</td></tr>
|
|
<tr><td colspan=2>WipMemBlock</td><td>f9f917d6-d862-43b2-a3ae-05ad3ba85ee5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
|
|
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.679556131362915, 0.06501895189285278, -0.11842966824769974, 109.1294174194336], [0.05579505115747452, 2.6743364334106445, 0.20845991373062134, -100.5362548828125], [-0.12232393026351929, -0.20443414151668549, 2.6893343925476074, -59.7269172668457], [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': ['150810.977500', '150811.437500', '150811.897500', '150812.357500', '150812.817500', '150813.277500', '150813.737500', '150814.197500', '150814.657500', '150815.117500', '150815.577500', '150816.037500', '150816.497500', '150816.957500', '150817.417500', '150817.877500', '150818.337500', '150818.797500', '150819.257500', '150819.717500', '150820.177500', '150820.637500', '150821.097500', '150821.557500', '150822.017500', '150822.477500', '150822.937500', '150823.397500', '150823.857500', '150824.317500', '150824.777500', '150825.237500', '150825.697500', '150826.157500', '150826.617500', '150827.077500', '150827.537500', '150827.997500', '150828.457500', '150828.917500', '150829.377500', '150829.837500', '150830.297500', '150830.757500', '150831.217500', '150831.677500', '150832.137500', '150832.597500', '150833.057500', '150833.517500', '150833.977500', '150834.437500', '150834.897500', '150835.357500', '150835.817500', '150836.277500', '150836.737500', '150837.197500', '150837.657500', '150838.117500', '150838.577500', '150839.037500', '150839.497500', '150839.957500', '150840.417500', '150840.877500', '150841.337500', '150841.797500', '150842.257500', '150842.717500', '150843.177500', '150843.637500', '150844.097500', '150844.557500', '150845.017500', '150845.477500', '150845.937500', '150846.397500', '150846.857500', '150847.317500', '150847.777500', '150848.237500', '150848.697500', '150849.157500', '150849.617500', '150850.077500', '150850.537500', '150850.997500', '150851.457500', '150851.917500', '150852.377500', '150852.837500', '150853.297500', '150853.757500', '150854.217500', '150854.677500', '150855.137500', '150855.597500', '150856.057500', '150856.517500', '150856.977500', '150857.437500', '150857.897500', '150858.357500', '150858.817500', '150859.277500', '150859.737500', '150900.197500', '150900.657500', '150901.117500', '150901.577500', '150902.037500', '150902.497500', '150902.957500', '150903.417500', '150903.877500', '150904.337500', '150904.797500', '150905.257500', '150905.717500', '150906.177500', '150906.637500', '150907.097500', '150907.557500', '150908.017500', '150908.477500', '150908.937500', '150909.397500', '150909.857500', '150910.317500', '150910.777500', '150911.237500', '150911.697500', '150912.157500', '150912.617500', '150913.077500', '150913.537500', '150913.997500', '150914.457500', '150914.917500', '150915.377500', '150915.837500', '150916.297500', '150916.757500', '150917.217500', '150917.677500', '150918.137500', '150918.597500', '150919.057500', '150919.517500', '150919.977500', '150920.437500', '150920.897500', '150921.357500', '150921.817500', '150922.277500', '150922.737500', '150923.197500', '150923.657500', '150924.117500', '150924.577500', '150925.037500', '150925.497500', '150925.957500', '150926.417500', '150926.877500', '150927.337500', '150927.797500', '150928.257500', '150928.717500', '150929.177500', '150929.637500', '150930.097500', '150930.557500', '150931.017500', '150931.477500', '150931.937500', '150932.397500', '150932.857500', '150933.317500', '150933.777500', '150934.237500', '150934.697500', '150935.157500', '150935.617500', '150936.077500', '150936.537500', '150936.997500', '150937.457500', '150937.917500', '150938.377500', '150938.837500', '150939.297500', '150939.757500', '150940.217500', '150940.677500', '150941.137500', '150941.597500', '150942.057500', '150942.517500', '150942.977500', '150943.437500', '150943.897500', '150944.357500', '150944.817500', '150945.277500', '150945.737500', '150946.197500', '150946.657500', '150947.117500', '150947.577500', '150948.037500', '150948.497500', '150948.957500', '150949.417500', '150949.877500', '150950.337500', '150950.797500', '150951.257500', '150951.717500', '150952.177500', '150952.637500', '150953.097500', '150953.557500', '150954.017500', '150954.477500', '150954.937500', '150955.397500', '150955.857500', '150956.317500', '150956.777500', '150957.237500', '150957.697500', '150958.157500', '150958.617500', '150959.077500', '150959.537500', '150959.997500', '151000.457500', '151000.917500', '151001.377500', '151001.837500', '151002.297500', '151002.757500', '151003.217500', '151003.677500', '151004.137500', '151004.597500', '151005.057500', '151005.517500', '151005.977500', '151006.437500', '151006.897500', '151007.357500', '151007.817500', '151008.277500', '151008.737500', '151009.197500', '151009.657500', '151010.117500', '151010.577500', '151011.037500', '151011.497500', '151011.957500', '151012.417500', '151012.877500', '151013.337500', '151013.797500', '151014.257500', '151014.717500', '151015.177500', '151015.637500', '151016.097500', '151016.557500', '151017.017500', '151017.477500', '151017.937500', '151018.397500', '151018.857500', '151019.317500', '151019.777500', '151020.237500', '151020.697500', '151021.157500', '151021.617500', '151022.077500', '151022.537500', '151022.997500', '151023.457500', '151023.917500', '151024.377500', '151024.837500', '151025.297500', '151025.757500', '151026.217500', '151026.677500', '151027.137500', '151027.597500', '151028.057500', '151028.517500', '151028.977500', '151029.437500', '151029.897500', '151030.357500', '151030.817500', '151031.277500', '151031.737500', '151032.197500', '151032.657500', '151033.117500', '151033.577500', '151034.037500', '151034.497500', '151034.957500', '151035.417500', '151035.877500', '151036.337500', '151036.797500', '151037.257500', '151037.717500', '151038.177500', '151038.637500', '151039.097500', '151039.557500', '151040.017500', '151040.477500', '151040.937500', '151041.397500', '151041.857500', '151042.317500', '151042.777500', '151043.237500', '151043.697500', '151044.157500', '151044.617500', '151045.077500', '151045.537500', '151045.997500', '151046.457500', '151046.917500', '151047.377500', '151047.837500', '151048.297500', '151048.757500', '151049.217500', '151049.677500', '151050.137500', '151050.597500', '151051.057500', '151051.517500', '151051.977500', '151052.437500', '151052.897500', '151053.357500', '151053.817500', '151054.277500', '151054.737500', '151055.197500', '151055.657500', '151056.117500', '151056.577500', '151057.037500', '151057.497500', '151057.957500', '151058.417500', '151058.877500', '151059.337500', '151059.797500', '151100.257500', '151100.717500', '151101.177500', '151101.637500', '151102.097500', '151102.557500', '151103.017500', '151103.477500', '151103.937500', '151104.397500', '151104.857500', '151105.317500', '151105.777500', '151106.237500', '151106.697500', '151107.157500', '151107.617500', '151108.077500', '151108.537500', '151108.997500', '151109.457500', '151109.917500', '151110.377500', '151110.837500', '151111.297500', '151111.757500', '151112.217500', '151112.677500', '151113.137500', '151113.597500', '151114.057500', '151114.517500', '151114.977500', '151115.437500', '151115.897500', '151116.357500', '151116.817500', '151117.277500', '151117.737500', '151118.197500', '151118.657500', '151119.117500', '151119.577500', '151120.037500', '151120.497500', '151120.957500', '151121.417500', '151121.877500', '151122.337500', '151122.797500', '151123.257500', '151123.717500', '151124.177500', '151124.637500', '151125.097500', '151125.557500', '151126.017500', '151126.477500', '151126.937500', '151127.397500', '151127.857500', '151128.317500', '151128.777500', '151129.237500', '151129.697500', '151130.157500', '151130.617500', '151131.077500', '151131.537500', '151131.997500', '151132.457500', '151132.917500', '151133.377500', '151133.837500', '151134.297500', '151134.757500', '151135.217500', '151135.677500', '151136.137500', '151136.597500', '151137.057500', '151137.517500', '151137.977500', '151138.437500', '151138.897500', '151139.357500', '151139.817500', '151140.277500', '151140.737500', '151141.197500', '151141.657500', '151142.117500', '151142.577500', '151143.037500', '151143.497500', '151143.957500', '151144.417500', '151144.877500', '151145.337500', '151145.797500', '151146.257500', '151146.717500', '151147.177500', '151147.637500', '151148.097500', '151148.557500', '151149.017500', '151149.477500', '151149.937500', '151150.397500', '151150.857500', '151151.317500', '151151.777500', '151152.237500', '151152.697500', '151153.157500', '151153.617500', '151154.077500', '151154.537500', '151154.997500', '151155.457500', '151155.917500', '151156.377500', '151156.837500', '151157.297500', '151157.757500', '151158.217500', '151158.677500', '151159.137500', '151159.597500', '151200.057500', '151200.517500', '151200.977500', '151201.437500', '151201.897500', '151202.357500', '151202.817500', '151203.277500', '151203.737500', '151204.197500', '151204.657500', '151205.117500', '151205.577500', '151206.037500', '151206.497500', '151206.957500', '151207.417500', '151207.877500', '151208.337500', '151208.797500', '151209.257500', '151209.717500', '151210.177500', '151210.637500', '151211.097500', '151211.557500', '151212.017500', '151212.477500', '151212.937500', '151213.397500', '151213.857500', '151214.317500', '151214.777500', '151215.237500', '151215.697500', '151216.157500', '151216.617500', '151217.077500', '151217.537500', '151217.997500', '151218.457500', '151218.917500', '151219.377500', '151219.837500', '151220.297500', '151220.757500', '151221.217500', '151221.677500', '151222.137500', '151222.597500', '151223.057500', '151223.517500', '151223.977500', '151224.437500', '151224.897500', '151225.357500', '151225.817500', '151226.277500', '151226.737500', '151227.197500', '151227.657500', '151228.117500', '151228.577500', '151229.037500', '151229.497500', '151229.957500', '151230.417500', '151230.877500', '151231.337500', '151231.797500', '151232.257500', '151232.717500', '151233.177500', '151233.637500', '151234.097500', '151234.557500', '151235.017500', '151235.477500', '151235.937500', '151236.397500', '151236.857500', '151237.317500', '151237.777500', '151238.237500', '151238.697500', '151239.157500', '151239.617500', '151240.077500', '151240.537500', '151240.997500', '151241.457500', '151241.917500', '151242.377500', '151242.837500', '151243.297500', '151243.757500', '151244.217500', '151244.677500', '151245.137500', '151245.597500', '151246.057500', '151246.517500', '151246.977500', '151247.437500', '151247.897500', '151248.357500', '151248.817500', '151249.277500', '151249.737500', '151250.197500', '151250.657500', '151251.117500', '151251.577500', '151252.037500', '151252.497500', '151252.957500', '151253.417500', '151253.877500', '151254.337500', '151254.797500', '151255.257500', '151255.717500', '151256.177500', '151256.637500', '151257.097500', '151257.557500', '151258.017500', '151258.477500', '151258.937500', '151259.397500', '151259.857500', '151300.317500', '151300.777500', '151301.237500', '151301.697500', '151302.157500', '151302.617500', '151303.077500', '151303.537500', '151303.997500', '151304.457500', '151304.917500', '151305.377500', '151305.837500', '151306.297500', '151306.757500', '151307.217500', '151307.677500', '151308.137500', '151308.597500', '151309.057500', '151309.517500', '151309.977500', '151310.437500', '151310.897500', '151311.357500', '151311.817500', '151312.277500', '151312.737500', '151313.197500', '151313.657500', '151314.117500', '151314.577500', '151315.037500', '151315.497500', '151315.957500', '151316.417500', '151316.877500', '151317.337500', '151317.797500', '151318.257500', '151318.717500', '151319.177500', '151319.637500', '151320.097500', '151320.557500', '151321.017500', '151321.477500', '151321.937500', '151322.397500', '151322.857500', '151323.317500', '151323.777500', '151324.237500', '151324.697500', '151325.157500', '151325.617500', '151326.077500', '151326.537500', '151326.997500', '151327.457500', '151327.917500', '151328.377500', '151328.837500', '151329.297500', '151329.757500', '151330.217500', '151330.677500', '151331.137500', '151331.597500', '151332.057500', '151332.517500', '151332.977500', '151333.437500', '151333.897500', '151334.357500', '151334.817500', '151335.277500', '151335.737500', '151336.197500', '151336.657500', '151337.117500', '151337.577500', '151338.037500', '151338.497500', '151338.957500', '151339.417500', '151339.877500', '151340.337500', '151340.797500', '151341.257500', '151341.717500', '151342.177500', '151342.637500', '151343.097500', '151343.557500', '151344.017500', '151344.477500', '151344.937500', '151345.397500', '151345.857500', '151346.317500', '151346.777500', '151347.237500', '151347.697500', '151348.157500', '151348.617500', '151349.077500', '151349.537500', '151349.997500', '151350.457500', '151350.917500', '151351.377500', '151351.837500', '151352.297500', '151352.757500', '151353.217500', '151353.677500', '151354.137500', '151354.597500', '151355.057500', '151355.517500', '151355.977500', '151356.437500', '151356.897500', '151357.357500', '151357.817500', '151358.277500', '151358.737500', '151359.197500', '151359.657500', '151400.117500', '151400.577500', '151401.037500', '151401.497500', '151401.957500', '151402.417500', '151402.877500', '151403.337500', '151403.797500', '151404.257500', '151404.717500', '151405.177500', '151405.637500', '151406.097500', '151406.557500', '151407.017500', '151407.477500', '151407.937500', '151408.397500', '151408.857500', '151409.317500', '151409.777500', '151410.237500', '151410.697500', '151411.157500', '151411.617500', '151412.077500', '151412.537500', '151412.997500', '151413.457500', '151413.917500', '151414.377500', '151414.837500', '151415.297500', '151415.757500', '151416.217500', '151416.677500', '151417.137500', '151417.597500', '151418.057500', '151418.517500', '151418.977500', '151419.437500', '151419.897500', '151420.357500', '151420.817500', '151421.277500', '151421.737500', '151422.197500', '151422.657500', '151423.117500', '151423.577500', '151424.037500', '151424.497500', '151424.957500', '151425.417500', '151425.877500', '151426.337500', '151426.797500', '151427.257500', '151427.717500', '151428.177500', '151428.637500', '151429.097500', '151429.557500', '151430.017500', '151430.477500', '151430.937500', '151431.397500', '151431.857500', '151432.317500', '151432.777500', '151433.237500', '151433.697500', '151434.157500', '151434.617500', '151435.077500', '151435.537500', '151435.997500', '151436.457500', '151436.917500', '151437.377500', '151437.837500', '151438.297500', '151438.757500', '151439.217500', '151439.677500', '151440.137500', '151440.597500', '151441.057500', '151441.517500', '151441.977500', '151442.437500', '151442.897500', '151443.357500', '151443.817500', '151444.277500', '151444.737500', '151445.197500', '151445.657500', '151446.117500', '151446.577500', '151447.037500', '151447.497500', '151447.957500', '151448.417500', '151448.877500', '151449.337500', '151449.797500', '151450.257500', '151450.717500', '151451.177500', '151451.637500'], 'ContentTime': ['150829.073000', '150829.076000', '150829.079000', '150829.082000', '150829.084000', '150829.087000', '150829.089000', '150829.092000', '150829.099000', '150829.101000', '150829.104000', '150829.107000', '150829.109000', '150829.112000', '150829.115000', '150829.117000', '150829.120000', '150829.122000', '150829.125000', '150829.128000', '150829.130000', '150829.133000', '150829.135000', '150829.138000', '150829.141000', '150829.143000', '150829.146000', '150829.165000', '150829.168000', '150829.170000', '150829.176000', '150829.178000', '150829.181000', '150829.183000', '150829.186000', '150829.189000', '150829.191000', '150849.029000', '150849.031000', '150849.034000', '150849.037000', '150849.039000', '150849.042000', '150849.044000', '150849.047000', '150849.049000', '150849.052000', '150849.055000', '150849.057000', '150849.060000', '150849.062000', '150849.065000', '150849.068000', '150849.070000', '150849.073000', '150849.076000', '150849.078000', '150849.081000', '150849.083000', '150849.086000', '150849.089000', '150849.091000', '150849.094000', '150849.096000', '150849.099000', '150849.102000', '150849.104000', '150849.107000', '150849.109000', '150849.112000', '150849.115000', '150849.117000', '150849.120000', '150849.123000', '150849.125000', '150849.128000', '150849.130000', '150849.133000', '150849.136000', '150849.138000', '150909.028000', '150909.031000', '150909.034000', '150909.036000', '150909.039000', '150909.042000', '150909.044000', '150909.047000', '150909.049000', '150909.052000', '150909.054000', '150909.057000', '150909.059000', '150909.062000', '150909.065000', '150909.067000', '150909.070000', '150909.072000', '150909.075000', '150909.077000', '150909.080000', '150909.082000', '150909.085000', '150909.087000', '150909.090000', '150909.093000', '150909.095000', '150909.098000', '150909.100000', '150909.103000', '150909.105000', '150909.108000', '150909.111000', '150909.113000', '150909.116000', '150909.120000', '150909.122000', '150909.125000', '150909.127000', '150909.132000', '150909.134000', '150909.137000', '150909.139000', '150909.143000', '150929.028000', '150929.031000', '150929.034000', '150929.037000', '150929.039000', '150929.042000', '150929.045000', '150929.047000', '150929.050000', '150929.052000', '150929.055000', '150929.058000', '150929.060000', '150929.063000', '150929.066000', '150929.068000', '150929.071000', '150929.073000', '150929.076000', '150929.079000', '150929.081000', '150929.084000', '150929.086000', '150929.089000', '150929.091000', '150929.094000', '150929.097000', '150929.099000', '150929.102000', '150929.104000', '150929.132000', '150929.135000', '150929.138000', '150929.140000', '150929.143000', '150929.145000', '150929.148000', '150929.151000', '150929.153000', '150929.156000', '150929.158000', '150929.167000', '150929.170000', '150949.028000', '150949.031000', '150949.034000', '150949.037000', '150949.039000', '150949.042000', '150949.045000', '150949.047000', '150949.050000', '150949.052000', '150949.055000', '150949.058000', '150949.060000', '150949.063000', '150949.066000', '150949.068000', '150949.071000', '150949.073000', '150949.076000', '150949.079000', '150949.081000', '150949.084000', '150949.087000', '150949.089000', '150949.092000', '150949.094000', '150949.097000', '150949.099000', '150949.102000', '150949.105000', '150949.107000', '150949.110000', '150949.112000', '150949.115000', '150949.118000', '150949.120000', '150949.123000', '150949.126000', '150949.128000', '150949.131000', '150949.133000', '150949.136000', '150949.139000', '150949.141000', '151009.029000', '151009.032000', '151009.034000', '151009.037000', '151009.039000', '151009.042000', '151009.045000', '151009.047000', '151009.050000', '151009.053000', '151009.055000', '151009.058000', '151009.061000', '151009.063000', '151009.066000', '151009.069000', '151009.071000', '151009.074000', '151009.076000', '151009.079000', '151009.082000', '151009.084000', '151009.087000', '151009.089000', '151009.092000', '151009.095000', '151009.097000', '151009.100000', '151009.103000', '151009.105000', '151009.108000', '151009.111000', '151009.113000', '151009.116000', '151009.119000', '151009.121000', '151009.124000', '151009.127000', '151009.129000', '151009.132000', '151009.135000', '151009.137000', '151009.140000', '151029.045000', '151029.047000', '151029.050000', '151029.053000', '151029.055000', '151029.058000', '151029.061000', '151029.063000', '151029.066000', '151029.068000', '151029.071000', '151029.073000', '151029.076000', '151029.079000', '151029.081000', '151029.084000', '151029.087000', '151029.089000', '151029.092000', '151029.094000', '151029.097000', '151029.100000', '151029.102000', '151029.105000', '151029.107000', '151029.110000', '151029.113000', '151029.115000', '151029.118000', '151029.121000', '151029.123000', '151029.126000', '151029.128000', '151029.133000', '151029.135000', '151029.138000', '151029.140000', '151029.143000', '151029.146000', '151029.149000', '151029.151000', '151029.154000', '151029.157000', '151049.028000', '151049.031000', '151049.034000', '151049.036000', '151049.039000', '151049.042000', '151049.044000', '151049.047000', '151049.050000', '151049.052000', '151049.055000', '151049.057000', '151049.060000', '151049.063000', '151049.065000', '151049.068000', '151049.071000', '151049.073000', '151049.076000', '151049.078000', '151049.081000', '151049.083000', '151049.086000', '151049.089000', '151049.091000', '151049.094000', '151049.097000', '151049.099000', '151049.102000', '151049.105000', '151049.108000', '151049.110000', '151049.113000', '151049.115000', '151049.118000', '151049.121000', '151049.123000', '151049.126000', '151049.129000', '151049.131000', '151049.134000', '151049.136000', '151049.139000', '151049.142000', '151109.029000', '151109.055000', '151109.057000', '151109.060000', '151109.063000', '151109.066000', '151109.068000', '151109.071000', '151109.073000', '151109.076000', '151109.079000', '151109.081000', '151109.084000', '151109.087000', '151109.089000', '151109.092000', '151109.095000', '151109.097000', '151109.100000', '151109.102000', '151109.105000', '151109.108000', '151109.110000', '151109.113000', '151109.116000', '151109.118000', '151109.121000', '151109.124000', '151109.126000', '151109.129000', '151109.131000', '151109.134000', '151109.137000', '151109.139000', '151109.142000', '151109.145000', '151109.147000', '151109.150000', '151109.153000', '151109.155000', '151109.158000', '151109.161000', '151109.163000', '151129.028000', '151129.031000', '151129.034000', '151129.037000', '151129.040000', '151129.042000', '151129.045000', '151129.048000', '151129.050000', '151129.053000', '151129.055000', '151129.058000', '151129.061000', '151129.063000', '151129.066000', '151129.069000', '151129.072000', '151129.074000', '151129.077000', '151129.080000', '151129.082000', '151129.085000', '151129.088000', '151129.090000', '151129.093000', '151129.095000', '151129.098000', '151129.101000', '151129.103000', '151129.106000', '151129.109000', '151129.111000', '151129.114000', '151129.117000', '151129.119000', '151129.122000', '151129.124000', '151129.127000', '151129.130000', '151129.132000', '151129.135000', '151129.137000', '151129.140000', '151129.143000', '151149.029000', '151149.031000', '151149.034000', '151149.037000', '151149.039000', '151149.042000', '151149.045000', '151149.048000', '151149.051000', '151149.053000', '151149.056000', '151149.074000', '151149.077000', '151149.079000', '151149.082000', '151149.085000', '151149.087000', '151149.090000', '151149.092000', '151149.095000', '151149.098000', '151149.101000', '151149.103000', '151149.106000', '151149.109000', '151149.111000', '151149.114000', '151149.117000', '151149.119000', '151149.122000', '151149.125000', '151149.127000', '151149.130000', '151149.132000', '151149.135000', '151149.137000', '151149.140000', '151149.142000', '151149.145000', '151149.148000', '151149.150000', '151149.153000', '151149.155000', '151209.028000', '151209.031000', '151209.034000', '151209.037000', '151209.039000', '151209.042000', '151209.045000', '151209.048000', '151209.050000', '151209.053000', '151209.056000', '151209.058000', '151209.061000', '151209.063000', '151209.066000', '151209.069000', '151209.071000', '151209.074000', '151209.077000', '151209.079000', '151209.082000', '151209.084000', '151209.087000', '151209.090000', '151209.092000', '151209.095000', '151209.098000', '151209.100000', '151209.103000', '151209.106000', '151209.108000', '151209.111000', '151209.113000', '151209.116000', '151209.119000', '151209.121000', '151209.124000', '151209.127000', '151209.130000', '151209.132000', '151209.135000', '151209.137000', '151209.140000', '151209.143000', '151229.028000', '151229.031000', '151229.034000', '151229.036000', '151229.039000', '151229.042000', '151229.044000', '151229.047000', '151229.050000', '151229.052000', '151229.055000', '151229.058000', '151229.060000', '151229.063000', '151229.066000', '151229.068000', '151229.071000', '151229.073000', '151229.076000', '151229.078000', '151229.081000', '151229.084000', '151229.086000', '151229.089000', '151229.092000', '151229.094000', '151229.097000', '151229.099000', '151229.102000', '151229.105000', '151229.107000', '151229.110000', '151229.112000', '151229.115000', '151229.118000', '151229.120000', '151229.123000', '151229.126000', '151229.128000', '151229.131000', '151229.133000', '151229.136000', '151229.139000', '151229.141000', '151249.030000', '151249.032000', '151249.035000', '151249.037000', '151249.040000', '151249.043000', '151249.045000', '151249.048000', '151249.051000', '151249.053000', '151249.056000', '151249.059000', '151249.061000', '151249.064000', '151249.067000', '151249.069000', '151249.072000', '151249.075000', '151249.077000', '151249.080000', '151249.083000', '151249.085000', '151249.088000', '151249.091000', '151249.093000', '151249.096000', '151249.099000', '151249.101000', '151249.104000', '151249.106000', '151249.109000', '151249.112000', '151249.119000', '151249.122000', '151249.125000', '151249.127000', '151249.130000', '151249.133000', '151249.136000', '151249.138000', '151249.141000', '151249.144000', '151249.146000', '151309.028000', '151309.031000', '151309.034000', '151309.037000', '151309.040000', '151309.042000', '151309.046000', '151309.049000', '151309.052000', '151309.054000', '151309.057000', '151309.059000', '151309.062000', '151309.065000', '151309.068000', '151309.070000', '151309.073000', '151309.075000', '151309.078000', '151309.081000', '151309.085000', '151309.088000', '151309.090000', '151309.093000', '151309.095000', '151309.098000', '151309.101000', '151309.103000', '151309.106000', '151309.109000', '151309.111000', '151309.114000', '151309.117000', '151309.119000', '151309.122000', '151309.125000', '151309.136000', '151309.139000', '151309.142000', '151309.144000', '151309.147000', '151309.149000', '151309.152000', '151329.028000', '151329.031000', '151329.034000', '151329.036000', '151329.040000', '151329.042000', '151329.045000', '151329.047000', '151329.050000', '151329.053000', '151329.055000', '151329.058000', '151329.061000', '151329.063000', '151329.071000', '151329.073000', '151329.076000', '151329.079000', '151329.081000', '151329.084000', '151329.087000', '151329.089000', '151329.092000', '151329.095000', '151329.097000', '151329.100000', '151329.102000', '151329.105000', '151329.108000', '151329.111000', '151329.113000', '151329.116000', '151329.119000', '151329.121000', '151329.124000', '151329.127000', '151329.129000', '151329.132000', '151329.135000', '151329.137000', '151329.140000', '151329.143000', '151329.145000', '151329.148000', '151349.028000', '151349.031000', '151349.034000', '151349.036000', '151349.039000', '151349.042000', '151349.044000', '151349.047000', '151349.050000', '151349.052000', '151349.055000', '151349.058000', '151349.060000', '151349.063000', '151349.066000', '151349.068000', '151349.071000', '151349.074000', '151349.076000', '151349.079000', '151349.082000', '151349.084000', '151349.087000', '151349.090000', '151349.092000', '151349.095000', '151349.098000', '151349.100000', '151349.103000', '151349.105000', '151349.108000', '151349.111000', '151349.113000', '151349.116000', '151349.119000', '151349.121000', '151349.124000', '151349.127000', '151349.130000', '151349.132000', '151349.135000', '151349.138000', '151349.140000', '151409.029000', '151409.032000', '151409.034000', '151409.037000', '151409.040000', '151409.043000', '151409.045000', '151409.048000', '151409.051000', '151409.053000', '151409.056000', '151409.058000', '151409.061000', '151409.064000', '151409.066000', '151409.069000', '151409.072000', '151409.074000', '151409.077000', '151409.080000', '151409.082000', '151409.085000', '151409.088000', '151409.090000', '151409.093000', '151409.096000', '151409.098000', '151409.101000', '151409.104000', '151409.106000', '151409.109000', '151409.112000', '151409.114000', '151409.117000', '151409.120000', '151409.122000', '151409.125000', '151409.127000', '151409.130000', '151409.133000', '151409.135000', '151409.138000', '151409.141000', '151409.143000', '151429.029000', '151429.032000', '151429.035000', '151429.038000', '151429.040000', '151429.043000', '151429.046000', '151429.048000', '151429.051000', '151429.055000', '151429.057000', '151429.060000', '151429.063000', '151429.065000', '151429.068000', '151429.071000', '151429.073000', '151429.076000', '151429.079000', '151429.081000', '151429.084000', '151429.086000', '151429.089000', '151429.092000', '151429.094000', '151429.097000', '151429.100000', '151429.102000', '151429.105000', '151429.107000', '151429.110000', '151429.113000', '151429.115000', '151429.118000', '151429.121000', '151429.124000', '151429.127000', '151429.130000', '151429.132000', '151429.135000', '151429.138000', '151429.140000', '151429.143000', '151449.028000', '151449.031000', '151449.034000', '151449.056000', '151449.059000', '151449.061000', '151449.064000', '151449.067000', '151449.069000', '151449.072000', '151449.075000', '151449.077000', '151449.080000', '151449.083000', '151449.085000', '151449.088000', '151449.090000', '151449.093000', '151449.096000', '151449.099000', '151449.101000', '151449.104000', '151449.107000', '151449.109000', '151449.112000', '151449.114000', '151449.117000', '151449.120000', '151449.122000', '151449.125000', '151449.127000', '151449.130000', '151449.133000', '151449.135000', '151449.138000', '151449.141000', '151449.143000', '151449.146000', '151449.149000', '151449.152000', '151449.154000', '151449.157000', '151449.160000', '151449.162000', '151453.015000', '151453.018000', '151453.021000', '151453.024000', '151453.027000', '151453.030000', '151453.033000', '151453.035000', '151453.038000'], 'InstanceCreationTime': ['150829.073000', '150829.076000', '150829.079000', '150829.082000', '150829.084000', '150829.087000', '150829.089000', '150829.092000', '150829.099000', '150829.101000', '150829.104000', '150829.107000', '150829.109000', '150829.112000', '150829.115000', '150829.117000', '150829.120000', '150829.122000', '150829.125000', '150829.128000', '150829.130000', '150829.133000', '150829.135000', '150829.138000', '150829.141000', '150829.143000', '150829.146000', '150829.165000', '150829.168000', '150829.170000', '150829.176000', '150829.178000', '150829.181000', '150829.183000', '150829.186000', '150829.189000', '150829.191000', '150849.029000', '150849.031000', '150849.034000', '150849.037000', '150849.039000', '150849.042000', '150849.044000', '150849.047000', '150849.049000', '150849.052000', '150849.055000', '150849.057000', '150849.060000', '150849.062000', '150849.065000', '150849.068000', '150849.070000', '150849.073000', '150849.076000', '150849.078000', '150849.081000', '150849.083000', '150849.086000', '150849.089000', '150849.091000', '150849.094000', '150849.096000', '150849.099000', '150849.102000', '150849.104000', '150849.107000', '150849.109000', '150849.112000', '150849.115000', '150849.117000', '150849.120000', '150849.123000', '150849.125000', '150849.128000', '150849.130000', '150849.133000', '150849.136000', '150849.138000', '150909.028000', '150909.031000', '150909.034000', '150909.036000', '150909.039000', '150909.042000', '150909.044000', '150909.047000', '150909.049000', '150909.052000', '150909.054000', '150909.057000', '150909.059000', '150909.062000', '150909.065000', '150909.067000', '150909.070000', '150909.072000', '150909.075000', '150909.077000', '150909.080000', '150909.082000', '150909.085000', '150909.087000', '150909.090000', '150909.093000', '150909.095000', '150909.098000', '150909.100000', '150909.103000', '150909.105000', '150909.108000', '150909.111000', '150909.113000', '150909.116000', '150909.120000', '150909.122000', '150909.125000', '150909.127000', '150909.132000', '150909.134000', '150909.137000', '150909.139000', '150909.143000', '150929.028000', '150929.031000', '150929.034000', '150929.037000', '150929.039000', '150929.042000', '150929.045000', '150929.047000', '150929.050000', '150929.052000', '150929.055000', '150929.058000', '150929.060000', '150929.063000', '150929.066000', '150929.068000', '150929.071000', '150929.073000', '150929.076000', '150929.079000', '150929.081000', '150929.084000', '150929.086000', '150929.089000', '150929.091000', '150929.094000', '150929.097000', '150929.099000', '150929.102000', '150929.104000', '150929.132000', '150929.135000', '150929.138000', '150929.140000', '150929.143000', '150929.145000', '150929.148000', '150929.151000', '150929.153000', '150929.156000', '150929.158000', '150929.167000', '150929.170000', '150949.028000', '150949.031000', '150949.034000', '150949.037000', '150949.039000', '150949.042000', '150949.045000', '150949.047000', '150949.050000', '150949.052000', '150949.055000', '150949.058000', '150949.060000', '150949.063000', '150949.066000', '150949.068000', '150949.071000', '150949.073000', '150949.076000', '150949.079000', '150949.081000', '150949.084000', '150949.087000', '150949.089000', '150949.092000', '150949.094000', '150949.097000', '150949.099000', '150949.102000', '150949.105000', '150949.107000', '150949.110000', '150949.112000', '150949.115000', '150949.118000', '150949.120000', '150949.123000', '150949.126000', '150949.128000', '150949.131000', '150949.133000', '150949.136000', '150949.139000', '150949.141000', '151009.029000', '151009.032000', '151009.034000', '151009.037000', '151009.039000', '151009.042000', '151009.045000', '151009.047000', '151009.050000', '151009.053000', '151009.055000', '151009.058000', '151009.061000', '151009.063000', '151009.066000', '151009.069000', '151009.071000', '151009.074000', '151009.076000', '151009.079000', '151009.082000', '151009.084000', '151009.087000', '151009.089000', '151009.092000', '151009.095000', '151009.097000', '151009.100000', '151009.103000', '151009.105000', '151009.108000', '151009.111000', '151009.113000', '151009.116000', '151009.119000', '151009.121000', '151009.124000', '151009.127000', '151009.129000', '151009.132000', '151009.135000', '151009.137000', '151009.140000', '151029.045000', '151029.047000', '151029.050000', '151029.053000', '151029.055000', '151029.058000', '151029.061000', '151029.063000', '151029.066000', '151029.068000', '151029.071000', '151029.073000', '151029.076000', '151029.079000', '151029.081000', '151029.084000', '151029.087000', '151029.089000', '151029.092000', '151029.094000', '151029.097000', '151029.100000', '151029.102000', '151029.105000', '151029.107000', '151029.110000', '151029.113000', '151029.115000', '151029.118000', '151029.121000', '151029.123000', '151029.126000', '151029.128000', '151029.133000', '151029.135000', '151029.138000', '151029.140000', '151029.143000', '151029.146000', '151029.149000', '151029.151000', '151029.154000', '151029.157000', '151049.028000', '151049.031000', '151049.034000', '151049.036000', '151049.039000', '151049.042000', '151049.044000', '151049.047000', '151049.050000', '151049.052000', '151049.055000', '151049.057000', '151049.060000', '151049.063000', '151049.065000', '151049.068000', '151049.071000', '151049.073000', '151049.076000', '151049.078000', '151049.081000', '151049.083000', '151049.086000', '151049.089000', '151049.091000', '151049.094000', '151049.097000', '151049.099000', '151049.102000', '151049.105000', '151049.108000', '151049.110000', '151049.113000', '151049.115000', '151049.118000', '151049.121000', '151049.123000', '151049.126000', '151049.129000', '151049.131000', '151049.134000', '151049.136000', '151049.139000', '151049.142000', '151109.029000', '151109.055000', '151109.057000', '151109.060000', '151109.063000', '151109.066000', '151109.068000', '151109.071000', '151109.073000', '151109.076000', '151109.079000', '151109.081000', '151109.084000', '151109.087000', '151109.089000', '151109.092000', '151109.095000', '151109.097000', '151109.100000', '151109.102000', '151109.105000', '151109.108000', '151109.110000', '151109.113000', '151109.116000', '151109.118000', '151109.121000', '151109.124000', '151109.126000', '151109.129000', '151109.131000', '151109.134000', '151109.137000', '151109.139000', '151109.142000', '151109.145000', '151109.147000', '151109.150000', '151109.153000', '151109.155000', '151109.158000', '151109.161000', '151109.163000', '151129.028000', '151129.031000', '151129.034000', '151129.037000', '151129.040000', '151129.042000', '151129.045000', '151129.048000', '151129.050000', '151129.053000', '151129.055000', '151129.058000', '151129.061000', '151129.063000', '151129.066000', '151129.069000', '151129.072000', '151129.074000', '151129.077000', '151129.080000', '151129.082000', '151129.085000', '151129.088000', '151129.090000', '151129.093000', '151129.095000', '151129.098000', '151129.101000', '151129.103000', '151129.106000', '151129.109000', '151129.111000', '151129.114000', '151129.117000', '151129.119000', '151129.122000', '151129.124000', '151129.127000', '151129.130000', '151129.132000', '151129.135000', '151129.137000', '151129.140000', '151129.143000', '151149.029000', '151149.031000', '151149.034000', '151149.037000', '151149.039000', '151149.042000', '151149.045000', '151149.048000', '151149.051000', '151149.053000', '151149.056000', '151149.074000', '151149.077000', '151149.079000', '151149.082000', '151149.085000', '151149.087000', '151149.090000', '151149.092000', '151149.095000', '151149.098000', '151149.101000', '151149.103000', '151149.106000', '151149.109000', '151149.111000', '151149.114000', '151149.117000', '151149.119000', '151149.122000', '151149.125000', '151149.127000', '151149.130000', '151149.132000', '151149.135000', '151149.137000', '151149.140000', '151149.142000', '151149.145000', '151149.148000', '151149.150000', '151149.153000', '151149.155000', '151209.028000', '151209.031000', '151209.034000', '151209.037000', '151209.039000', '151209.042000', '151209.045000', '151209.048000', '151209.050000', '151209.053000', '151209.056000', '151209.058000', '151209.061000', '151209.063000', '151209.066000', '151209.069000', '151209.071000', '151209.074000', '151209.077000', '151209.079000', '151209.082000', '151209.084000', '151209.087000', '151209.090000', '151209.092000', '151209.095000', '151209.098000', '151209.100000', '151209.103000', '151209.106000', '151209.108000', '151209.111000', '151209.113000', '151209.116000', '151209.119000', '151209.121000', '151209.124000', '151209.127000', '151209.130000', '151209.132000', '151209.135000', '151209.137000', '151209.140000', '151209.143000', '151229.028000', '151229.031000', '151229.034000', '151229.036000', '151229.039000', '151229.042000', '151229.044000', '151229.047000', '151229.050000', '151229.052000', '151229.055000', '151229.058000', '151229.060000', '151229.063000', '151229.066000', '151229.068000', '151229.071000', '151229.073000', '151229.076000', '151229.078000', '151229.081000', '151229.084000', '151229.086000', '151229.089000', '151229.092000', '151229.094000', '151229.097000', '151229.099000', '151229.102000', '151229.105000', '151229.107000', '151229.110000', '151229.112000', '151229.115000', '151229.118000', '151229.120000', '151229.123000', '151229.126000', '151229.128000', '151229.131000', '151229.133000', '151229.136000', '151229.139000', '151229.141000', '151249.030000', '151249.032000', '151249.035000', '151249.037000', '151249.040000', '151249.043000', '151249.045000', '151249.048000', '151249.051000', '151249.053000', '151249.056000', '151249.059000', '151249.061000', '151249.064000', '151249.067000', '151249.069000', '151249.072000', '151249.075000', '151249.077000', '151249.080000', '151249.083000', '151249.085000', '151249.088000', '151249.091000', '151249.093000', '151249.096000', '151249.099000', '151249.101000', '151249.104000', '151249.106000', '151249.109000', '151249.112000', '151249.119000', '151249.122000', '151249.125000', '151249.127000', '151249.130000', '151249.133000', '151249.136000', '151249.138000', '151249.141000', '151249.144000', '151249.146000', '151309.028000', '151309.031000', '151309.034000', '151309.037000', '151309.040000', '151309.042000', '151309.046000', '151309.049000', '151309.052000', '151309.054000', '151309.057000', '151309.059000', '151309.062000', '151309.065000', '151309.068000', '151309.070000', '151309.073000', '151309.075000', '151309.078000', '151309.081000', '151309.085000', '151309.088000', '151309.090000', '151309.093000', '151309.095000', '151309.098000', '151309.101000', '151309.103000', '151309.106000', '151309.109000', '151309.111000', '151309.114000', '151309.117000', '151309.119000', '151309.122000', '151309.125000', '151309.136000', '151309.139000', '151309.142000', '151309.144000', '151309.147000', '151309.149000', '151309.152000', '151329.028000', '151329.031000', '151329.034000', '151329.036000', '151329.040000', '151329.042000', '151329.045000', '151329.047000', '151329.050000', '151329.053000', '151329.055000', '151329.058000', '151329.061000', '151329.063000', '151329.071000', '151329.073000', '151329.076000', '151329.079000', '151329.081000', '151329.084000', '151329.087000', '151329.089000', '151329.092000', '151329.095000', '151329.097000', '151329.100000', '151329.102000', '151329.105000', '151329.108000', '151329.111000', '151329.113000', '151329.116000', '151329.119000', '151329.121000', '151329.124000', '151329.127000', '151329.129000', '151329.132000', '151329.135000', '151329.137000', '151329.140000', '151329.143000', '151329.145000', '151329.148000', '151349.028000', '151349.031000', '151349.034000', '151349.036000', '151349.039000', '151349.042000', '151349.044000', '151349.047000', '151349.050000', '151349.052000', '151349.055000', '151349.058000', '151349.060000', '151349.063000', '151349.066000', '151349.068000', '151349.071000', '151349.074000', '151349.076000', '151349.079000', '151349.082000', '151349.084000', '151349.087000', '151349.090000', '151349.092000', '151349.095000', '151349.098000', '151349.100000', '151349.103000', '151349.105000', '151349.108000', '151349.111000', '151349.113000', '151349.116000', '151349.119000', '151349.121000', '151349.124000', '151349.127000', '151349.130000', '151349.132000', '151349.135000', '151349.138000', '151349.140000', '151409.029000', '151409.032000', '151409.034000', '151409.037000', '151409.040000', '151409.043000', '151409.045000', '151409.048000', '151409.051000', '151409.053000', '151409.056000', '151409.058000', '151409.061000', '151409.064000', '151409.066000', '151409.069000', '151409.072000', '151409.074000', '151409.077000', '151409.080000', '151409.082000', '151409.085000', '151409.088000', '151409.090000', '151409.093000', '151409.096000', '151409.098000', '151409.101000', '151409.104000', '151409.106000', '151409.109000', '151409.112000', '151409.114000', '151409.117000', '151409.120000', '151409.122000', '151409.125000', '151409.127000', '151409.130000', '151409.133000', '151409.135000', '151409.138000', '151409.141000', '151409.143000', '151429.029000', '151429.032000', '151429.035000', '151429.038000', '151429.040000', '151429.043000', '151429.046000', '151429.048000', '151429.051000', '151429.055000', '151429.057000', '151429.060000', '151429.063000', '151429.065000', '151429.068000', '151429.071000', '151429.073000', '151429.076000', '151429.079000', '151429.081000', '151429.084000', '151429.086000', '151429.089000', '151429.092000', '151429.094000', '151429.097000', '151429.100000', '151429.102000', '151429.105000', '151429.107000', '151429.110000', '151429.113000', '151429.115000', '151429.118000', '151429.121000', '151429.124000', '151429.127000', '151429.130000', '151429.132000', '151429.135000', '151429.138000', '151429.140000', '151429.143000', '151449.028000', '151449.031000', '151449.034000', '151449.056000', '151449.059000', '151449.061000', '151449.064000', '151449.067000', '151449.069000', '151449.072000', '151449.075000', '151449.077000', '151449.080000', '151449.083000', '151449.085000', '151449.088000', '151449.090000', '151449.093000', '151449.096000', '151449.099000', '151449.101000', '151449.104000', '151449.107000', '151449.109000', '151449.112000', '151449.114000', '151449.117000', '151449.120000', '151449.122000', '151449.125000', '151449.127000', '151449.130000', '151449.133000', '151449.135000', '151449.138000', '151449.141000', '151449.143000', '151449.146000', '151449.149000', '151449.152000', '151449.154000', '151449.157000', '151449.160000', '151449.162000', '151453.015000', '151453.018000', '151453.021000', '151453.024000', '151453.027000', '151453.030000', '151453.033000', '151453.035000', '151453.038000'], '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': [10993, 11156, 10520, 11134, 10279, 10400, 10455, 10737, 10513, 10329, 10593, 9110, 10975, 9395, 11362, 9939, 11569, 10208, 11582, 10450, 11513, 11045, 11385, 11117, 9323, 11308, 10180, 8109, 10615, 9616, 10856, 10191, 11368, 10130, 11490, 10252, 12477, 10855, 10160, 11356, 10315, 10437, 10478, 9824, 9476, 10432, 10061, 10625, 10548, 10252, 13529, 9900, 9275, 11032, 10352, 11209, 10755, 13191, 10430, 11162, 11023, 9930, 10704, 10266, 9253, 10581, 9360, 11468, 10175, 9944, 10711, 9538, 10944, 10246, 9137, 10543, 8844, 11292, 9059, 11433, 10671, 11910, 10177, 9089, 10545, 9507, 8971, 11067, 10235, 9018, 10885, 10310, 9503, 10343, 9139, 10867, 10388, 11152, 11002, 12419, 11263, 9925, 11601, 10337, 9741, 9907, 10112, 8959, 10784, 10520, 8868, 10462, 10359, 11285, 10560, 9453, 10575, 10709, 9584, 11935, 10030, 9930, 13061, 11532, 11177, 13825, 10030, 10328, 12203, 10799, 10425, 11402, 11192, 10563, 9584, 11139, 9860, 10749, 10178, 10517, 10378, 9275, 9711, 11005, 9040, 10503, 10709, 10223, 10483, 9645, 11199, 10187, 9312, 10619, 9953, 8440, 9878, 10174, 8478, 9751, 10384, 9274, 10552, 10661, 10114, 10919, 9698, 10264, 10167, 9499, 9679, 10630, 8899, 10398, 9984, 9493, 10065, 10401, 9479, 9695, 10235, 12504, 10402, 9258, 10146, 10126, 10246, 10723, 10172, 9553, 10259, 9434, 10490, 10504, 9277, 10383, 9093, 10904, 10869, 9482, 9867, 9319, 10343, 10966, 13158, 10738, 8376, 9925, 10070, 10261, 10551, 10751, 10188, 9910, 10490, 9273, 9686, 10314, 9221, 10206, 8797, 10892, 10049, 8029, 10053, 9435, 10233, 10623, 9658, 10720, 9304, 10360, 9021, 10843, 10493, 9923, 9735, 8587, 10513, 10252, 9542, 10026, 8302, 11162, 9563, 10815, 10344, 9716, 10713, 9716, 10334, 9052, 10291, 9551, 10409, 10217, 10420, 10604, 10090, 10568, 9261, 11123, 9171, 10576, 10030, 10026, 10160, 8303, 10450, 9075, 10355, 10457, 11573, 9948, 8733, 9662, 10232, 10099, 10610, 9192, 9933, 8992, 11364, 9583, 11264, 9841, 8684, 10580, 9923, 9253, 10467, 8890, 10182, 8932, 9910, 9100, 11308, 9893, 11544, 9635, 11528, 10808, 10846, 10539, 9604, 10153, 10424, 10286, 10693, 9148, 11326, 9702, 10966, 10526, 9165, 9959, 9922, 10359, 10558, 9232, 10142, 9433, 10709, 9918, 9784, 9513, 8865, 9943, 9143, 10602, 9999, 10382, 9506, 8993, 9815, 9753, 10073, 10207, 10934, 9818, 11067, 10244, 8930, 10114, 10008, 9690, 9955, 8232, 10151, 9530, 11277, 9650, 11092, 9456, 10551, 10858, 12731, 10636, 9393, 10577, 9059, 9882, 9756, 10698, 10016, 9216, 9730, 9441, 10440, 10518, 10235, 10828, 10525, 10113, 10628, 10625, 9822, 10709, 10325, 10385, 10348, 9100, 10199, 10291, 11034, 10182, 11523, 10251, 11945, 10229, 12240, 10826, 12299, 10500, 10934, 10277, 9028, 10366, 10105, 10445, 10346, 10392, 10293, 11834, 10277, 11742, 10519, 12482, 10360, 10711, 10007, 8573, 10056, 8943, 9843, 9105, 10832, 9279, 10437, 10255, 13113, 10083, 8038, 10014, 9788, 10674, 10113, 10070, 10074, 8946, 10593, 10596, 11169, 10492, 8779, 10036, 10193, 10487, 10289, 10849, 10288, 10159, 10191, 9915, 10554, 9532, 10491, 10554, 12639, 10161, 8801, 10508, 9109, 10450, 9975, 11062, 10246, 12100, 9998, 8449, 9576, 9310, 9695, 9802, 8596, 10774, 10196, 8782, 10201, 9473, 10950, 10321, 10447, 10311, 11171, 10382, 12051, 9961, 11202, 10530, 10937, 11365, 9234, 10051, 10017, 9592, 9785, 8812, 10367, 10346, 10556, 10090, 9223, 10156, 9613, 8570, 10679, 9586, 10717, 10345, 11301, 10815, 10202, 10708, 10924, 11901, 10554, 12197, 10161, 10716, 9947, 9933, 9705, 9398, 10280, 11174, 11024, 8619, 9619, 10357, 12107, 10501, 9997, 10183, 10387, 11556, 10645, 11332, 10489, 10646, 10264, 8970, 9828, 10242, 9848, 10409, 9875, 9762, 10246, 10321, 10326, 11606, 10279, 10159, 10360, 10619, 10255, 10783, 10142, 10220, 9731, 10679, 10158, 11276, 10354, 10781, 9710, 10005, 10655, 9848, 9275, 9623, 9687, 9740, 8965, 9425, 10493, 11459, 10636, 11239, 10751, 11583, 10225, 9405, 9697, 10792, 11732, 11077, 10884, 11391, 9797, 9672, 9785, 9866, 10861, 10432, 9528, 10895, 10863, 10731, 10903, 12402, 11215, 10727, 12769, 10951, 11551, 10628, 10955, 10648, 10697, 10608, 11307, 11021, 10543, 9299, 10615, 13479, 11371, 9818, 10451, 9439, 9583, 10875, 10654, 10221, 10840, 10109, 11525, 10626, 11673, 10567, 11665, 10632, 11542, 9988, 10118, 10664, 10505, 10943, 10023, 9587, 11294, 11145, 10710, 11164, 14066, 11144, 11366, 14993, 11384, 13047, 11239, 12449, 9474, 11268, 11188, 9617, 11364, 10985, 9862, 11371, 10792, 9400, 11552, 10892, 9519, 11567, 11157, 10129, 11199, 11578, 11308, 12645, 11115, 10367, 9781, 11292, 10842, 9084, 11015, 10545, 11535, 10506, 9960, 10177, 9340, 10690, 9966, 9386, 10820, 10094, 10608, 10030, 9403, 10359, 10410, 10433, 10312, 10403, 9916, 10789, 10545, 11623, 10054, 9941, 10845, 11905, 11467, 10976, 11584, 10358, 11549, 10473, 14087, 10856, 10271, 11328, 10980, 9340, 10605, 10770, 11423, 9204, 10475, 10648, 10472, 12362, 10531, 11488, 11144, 11465, 10690, 11133, 11014, 10668, 11938, 10404, 9921, 11306, 14398, 11679, 13037, 11650, 11089, 10011, 10009, 10348, 11243, 10883, 10954, 9993, 9746, 10345, 10218, 10849, 11134, 10226, 10679, 13428, 11776, 10244, 10246, 10892, 12245, 11962, 9871, 10181, 11394, 10627, 14161, 9870, 10486, 11301, 11714, 10608, 11310, 11562, 11843, 11034, 11353, 11653, 11130, 11792, 10746, 11907, 12290, 11858, 10262, 11726, 10387, 9077, 10321, 10834, 9355, 8948, 11001, 11346, 9258, 11904, 9818, 11909, 9947, 11698, 9442, 11713, 10222, 16029, 11473, 10200, 12019, 10985, 12089, 10713, 11729, 10441, 11754, 10762, 10159, 11060, 11773, 11593, 13380, 12497, 12063, 11762, 11040, 10626, 11857, 12184, 11572, 11792, 9561, 11055, 10613, 11578, 11472, 11879, 11143, 11863, 11057, 11528, 10771, 10331, 11057, 10238, 11749, 10428, 9220, 10836, 9983, 11483, 10651, 11893, 10682, 10902, 10823, 11071, 11725, 11195, 13925, 10773, 11993, 11181, 11027, 11175, 10728, 11289, 11334, 11633, 11618, 9797, 10834, 10057, 10136, 10475, 12906, 11815, 9762, 10933, 10816, 12270], 'WindowCenter': [4746.0, 4719.0, 4719.0, 4702.0, 4693.0, 4689.0, 4692.0, 4690.0, 4691.0, 4691.0, 4702.0, 4682.0, 4702.0, 4681.0, 4701.0, 4692.0, 4701.0, 4692.0, 4701.0, 4703.0, 4702.0, 4705.0, 4703.0, 4702.0, 4682.0, 4701.0, 4693.0, 4673.0, 4704.0, 4706.0, 4716.0, 4720.0, 4718.0, 4708.0, 4717.0, 4707.0, 4725.0, 4706.0, 4694.0, 4691.0, 4691.0, 4690.0, 4691.0, 4692.0, 4692.0, 4703.0, 4706.0, 4706.0, 4705.0, 4705.0, 4723.0, 4694.0, 4683.0, 4702.0, 4693.0, 4691.0, 4693.0, 4710.0, 4691.0, 4690.0, 4689.0, 4668.0, 4678.0, 4679.0, 4669.0, 4689.0, 4681.0, 4700.0, 4691.0, 4680.0, 4691.0, 4683.0, 4691.0, 4693.0, 4671.0, 4693.0, 4671.0, 4692.0, 4670.0, 4690.0, 4680.0, 4689.0, 4679.0, 4669.0, 4689.0, 4695.0, 4683.0, 4702.0, 4695.0, 4682.0, 4702.0, 4694.0, 4694.0, 4694.0, 4683.0, 4693.0, 4692.0, 4691.0, 4691.0, 4689.0, 4679.0, 4667.0, 4677.0, 4666.0, 4656.0, 4665.0, 4677.0, 4667.0, 4688.0, 4692.0, 4670.0, 4692.0, 4693.0, 4704.0, 4703.0, 4695.0, 4693.0, 4693.0, 4670.0, 4689.0, 4667.0, 4666.0, 4685.0, 4675.0, 4666.0, 4683.0, 4654.0, 4653.0, 4675.0, 4664.0, 4653.0, 4662.0, 4660.0, 4650.0, 4642.0, 4662.0, 4652.0, 4676.0, 4667.0, 4666.0, 4665.0, 4655.0, 4656.0, 4678.0, 4657.0, 4689.0, 4691.0, 4679.0, 4689.0, 4680.0, 4692.0, 4694.0, 4695.0, 4703.0, 4694.0, 4663.0, 4694.0, 4692.0, 4673.0, 4694.0, 4706.0, 4695.0, 4705.0, 4706.0, 4693.0, 4705.0, 4684.0, 4693.0, 4693.0, 4682.0, 4682.0, 4693.0, 4685.0, 4695.0, 4694.0, 4684.0, 4693.0, 4695.0, 4684.0, 4684.0, 4694.0, 4715.0, 4706.0, 4685.0, 4694.0, 4693.0, 4682.0, 4692.0, 4693.0, 4683.0, 4695.0, 4683.0, 4693.0, 4694.0, 4682.0, 4693.0, 4684.0, 4703.0, 4705.0, 4683.0, 4695.0, 4685.0, 4695.0, 4692.0, 4702.0, 4681.0, 4650.0, 4669.0, 4671.0, 4669.0, 4680.0, 4689.0, 4681.0, 4669.0, 4680.0, 4670.0, 4671.0, 4682.0, 4672.0, 4693.0, 4687.0, 4707.0, 4697.0, 4676.0, 4696.0, 4697.0, 4705.0, 4707.0, 4695.0, 4706.0, 4684.0, 4697.0, 4674.0, 4692.0, 4682.0, 4680.0, 4681.0, 4672.0, 4693.0, 4696.0, 4695.0, 4707.0, 4676.0, 4705.0, 4695.0, 4704.0, 4697.0, 4683.0, 4694.0, 4682.0, 4683.0, 4673.0, 4681.0, 4670.0, 4669.0, 4670.0, 4678.0, 4679.0, 4668.0, 4681.0, 4670.0, 4690.0, 4671.0, 4680.0, 4681.0, 4679.0, 4681.0, 4662.0, 4682.0, 4671.0, 4692.0, 4693.0, 4704.0, 4683.0, 4671.0, 4674.0, 4693.0, 4681.0, 4694.0, 4673.0, 4684.0, 4685.0, 4705.0, 4682.0, 4692.0, 4683.0, 4661.0, 4680.0, 4682.0, 4671.0, 4692.0, 4670.0, 4683.0, 4671.0, 4682.0, 4661.0, 4692.0, 4670.0, 4691.0, 4668.0, 4677.0, 4678.0, 4665.0, 4666.0, 4657.0, 4668.0, 4680.0, 4667.0, 4679.0, 4659.0, 4679.0, 4670.0, 4678.0, 4679.0, 4658.0, 4668.0, 4680.0, 4679.0, 4693.0, 4671.0, 4682.0, 4673.0, 4681.0, 4682.0, 4682.0, 4682.0, 4672.0, 4683.0, 4684.0, 4694.0, 4695.0, 4682.0, 4685.0, 4674.0, 4684.0, 4684.0, 4683.0, 4693.0, 4693.0, 4687.0, 4693.0, 4682.0, 4672.0, 4682.0, 4683.0, 4671.0, 4682.0, 4663.0, 4684.0, 4681.0, 4692.0, 4682.0, 4694.0, 4673.0, 4680.0, 4680.0, 4687.0, 4680.0, 4661.0, 4680.0, 4660.0, 4680.0, 4684.0, 4693.0, 4683.0, 4672.0, 4681.0, 4684.0, 4693.0, 4694.0, 4683.0, 4694.0, 4681.0, 4694.0, 4681.0, 4692.0, 4672.0, 4681.0, 4671.0, 4667.0, 4669.0, 4659.0, 4680.0, 4681.0, 4680.0, 4671.0, 4680.0, 4670.0, 4679.0, 4668.0, 4687.0, 4667.0, 4676.0, 4666.0, 4664.0, 4654.0, 4645.0, 4666.0, 4668.0, 4678.0, 4680.0, 4679.0, 4682.0, 4691.0, 4681.0, 4688.0, 4680.0, 4687.0, 4670.0, 4668.0, 4668.0, 4647.0, 4670.0, 4658.0, 4673.0, 4660.0, 4681.0, 4671.0, 4680.0, 4681.0, 4700.0, 4682.0, 4661.0, 4683.0, 4683.0, 4694.0, 4695.0, 4684.0, 4695.0, 4685.0, 4696.0, 4706.0, 4693.0, 4694.0, 4674.0, 4683.0, 4695.0, 4683.0, 4685.0, 4682.0, 4685.0, 4681.0, 4684.0, 4681.0, 4683.0, 4672.0, 4678.0, 4669.0, 4689.0, 4680.0, 4671.0, 4693.0, 4672.0, 4693.0, 4693.0, 4703.0, 4694.0, 4701.0, 4682.0, 4662.0, 4695.0, 4686.0, 4685.0, 4695.0, 4686.0, 4705.0, 4708.0, 4688.0, 4708.0, 4698.0, 4706.0, 4708.0, 4695.0, 4697.0, 4693.0, 4685.0, 4690.0, 4683.0, 4681.0, 4681.0, 4667.0, 4678.0, 4645.0, 4654.0, 4666.0, 4666.0, 4680.0, 4670.0, 4692.0, 4692.0, 4693.0, 4691.0, 4685.0, 4694.0, 4696.0, 4674.0, 4706.0, 4694.0, 4695.0, 4695.0, 4691.0, 4694.0, 4681.0, 4681.0, 4680.0, 4688.0, 4669.0, 4676.0, 4669.0, 4666.0, 4667.0, 4669.0, 4668.0, 4671.0, 4683.0, 4693.0, 4694.0, 4674.0, 4685.0, 4695.0, 4703.0, 4683.0, 4670.0, 4681.0, 4669.0, 4680.0, 4668.0, 4677.0, 4680.0, 4680.0, 4669.0, 4657.0, 4668.0, 4679.0, 4669.0, 4692.0, 4681.0, 4683.0, 4683.0, 4681.0, 4684.0, 4692.0, 4683.0, 4682.0, 4671.0, 4680.0, 4669.0, 4680.0, 4670.0, 4680.0, 4670.0, 4680.0, 4670.0, 4680.0, 4669.0, 4681.0, 4672.0, 4671.0, 4681.0, 4669.0, 4670.0, 4672.0, 4682.0, 4684.0, 4686.0, 4686.0, 4697.0, 4706.0, 4697.0, 4704.0, 4696.0, 4692.0, 4671.0, 4660.0, 4660.0, 4680.0, 4679.0, 4681.0, 4681.0, 4691.0, 4672.0, 4672.0, 4682.0, 4683.0, 4694.0, 4694.0, 4686.0, 4706.0, 4708.0, 4697.0, 4697.0, 4705.0, 4695.0, 4682.0, 4702.0, 4681.0, 4681.0, 4671.0, 4670.0, 4669.0, 4671.0, 4670.0, 4668.0, 4669.0, 4669.0, 4659.0, 4678.0, 4699.0, 4694.0, 4683.0, 4695.0, 4686.0, 4687.0, 4695.0, 4694.0, 4684.0, 4695.0, 4685.0, 4706.0, 4682.0, 4693.0, 4679.0, 4691.0, 4680.0, 4693.0, 4684.0, 4683.0, 4683.0, 4682.0, 4680.0, 4670.0, 4670.0, 4681.0, 4680.0, 4670.0, 4679.0, 4688.0, 4669.0, 4666.0, 4686.0, 4666.0, 4676.0, 4653.0, 4649.0, 4631.0, 4651.0, 4651.0, 4644.0, 4664.0, 4666.0, 4656.0, 4679.0, 4680.0, 4661.0, 4680.0, 4680.0, 4661.0, 4680.0, 4678.0, 4670.0, 4680.0, 4681.0, 4682.0, 4690.0, 4670.0, 4657.0, 4657.0, 4678.0, 4669.0, 4660.0, 4681.0, 4680.0, 4692.0, 4684.0, 4686.0, 4696.0, 4684.0, 4694.0, 4681.0, 4672.0, 4694.0, 4683.0, 4696.0, 4686.0, 4685.0, 4696.0, 4697.0, 4696.0, 4696.0, 4697.0, 4685.0, 4695.0, 4682.0, 4692.0, 4672.0, 4683.0, 4708.0, 4704.0, 4708.0, 4695.0, 4706.0, 4684.0, 4707.0, 4685.0, 4713.0, 4681.0, 4671.0, 4693.0, 4682.0, 4673.0, 4694.0, 4693.0, 4705.0, 4685.0, 4695.0, 4697.0, 4694.0, 4717.0, 4697.0, 4705.0, 4695.0, 4705.0, 4695.0, 4693.0, 4684.0, 4681.0, 4692.0, 4682.0, 4672.0, 4683.0, 4700.0, 4694.0, 4702.0, 4694.0, 4692.0, 4673.0, 4670.0, 4682.0, 4692.0, 4681.0, 4692.0, 4684.0, 4684.0, 4695.0, 4696.0, 4706.0, 4692.0, 4683.0, 4683.0, 4713.0, 4705.0, 4684.0, 4684.0, 4695.0, 4705.0, 4705.0, 4685.0, 4684.0, 4705.0, 4694.0, 4727.0, 4709.0, 4707.0, 4708.0, 4705.0, 4693.0, 4704.0, 4704.0, 4704.0, 4682.0, 4683.0, 4691.0, 4678.0, 4692.0, 4668.0, 4678.0, 4677.0, 4678.0, 4656.0, 4678.0, 4669.0, 4660.0, 4668.0, 4679.0, 4672.0, 4673.0, 4706.0, 4709.0, 4688.0, 4719.0, 4697.0, 4720.0, 4698.0, 4719.0, 4687.0, 4696.0, 4685.0, 4722.0, 4693.0, 4670.0, 4694.0, 4682.0, 4703.0, 4683.0, 4694.0, 4684.0, 4704.0, 4695.0, 4684.0, 4693.0, 4693.0, 4692.0, 4701.0, 4690.0, 4666.0, 4666.0, 4654.0, 4655.0, 4676.0, 4677.0, 4666.0, 4663.0, 4644.0, 4664.0, 4655.0, 4676.0, 4676.0, 4677.0, 4667.0, 4678.0, 4666.0, 4677.0, 4667.0, 4656.0, 4665.0, 4654.0, 4674.0, 4655.0, 4657.0, 4679.0, 4670.0, 4692.0, 4682.0, 4704.0, 4694.0, 4693.0, 4681.0, 4680.0, 4693.0, 4681.0, 4711.0, 4681.0, 4690.0, 4679.0, 4680.0, 4680.0, 4679.0, 4681.0, 4681.0, 4690.0, 4679.0, 4669.0, 4679.0, 4670.0, 4682.0, 4684.0, 4704.0, 4706.0, 4685.0, 4707.0, 4708.0, 4717.0], 'WindowWidth': [10375.0, 10322.0, 10319.0, 10286.0, 10272.0, 10262.0, 10268.0, 10262.0, 10268.0, 10267.0, 10284.0, 10257.0, 10285.0, 10254.0, 10282.0, 10271.0, 10282.0, 10270.0, 10280.0, 10286.0, 10282.0, 10291.0, 10286.0, 10283.0, 10255.0, 10280.0, 10272.0, 10247.0, 10292.0, 10299.0, 10310.0, 10320.0, 10314.0, 10301.0, 10310.0, 10297.0, 10320.0, 10295.0, 10274.0, 10265.0, 10264.0, 10261.0, 10264.0, 10270.0, 10270.0, 10287.0, 10294.0, 10295.0, 10293.0, 10292.0, 10313.0, 10276.0, 10258.0, 10283.0, 10271.0, 10265.0, 10269.0, 10288.0, 10263.0, 10260.0, 10258.0, 10228.0, 10241.0, 10244.0, 10230.0, 10259.0, 10253.0, 10275.0, 10265.0, 10247.0, 10264.0, 10256.0, 10266.0, 10272.0, 10238.0, 10269.0, 10238.0, 10267.0, 10235.0, 10259.0, 10246.0, 10256.0, 10245.0, 10231.0, 10260.0, 10279.0, 10258.0, 10282.0, 10275.0, 10255.0, 10283.0, 10274.0, 10273.0, 10275.0, 10256.0, 10270.0, 10266.0, 10264.0, 10265.0, 10256.0, 10242.0, 10223.0, 10236.0, 10219.0, 10206.0, 10217.0, 10239.0, 10227.0, 10257.0, 10268.0, 10236.0, 10268.0, 10273.0, 10287.0, 10286.0, 10274.0, 10270.0, 10267.0, 10231.0, 10256.0, 10223.0, 10220.0, 10245.0, 10231.0, 10217.0, 10239.0, 10198.0, 10195.0, 10228.0, 10212.0, 10195.0, 10206.0, 10201.0, 10186.0, 10178.0, 10206.0, 10196.0, 10233.0, 10223.0, 10216.0, 10216.0, 10203.0, 10205.0, 10238.0, 10211.0, 10258.0, 10263.0, 10243.0, 10258.0, 10246.0, 10265.0, 10271.0, 10276.0, 10283.0, 10272.0, 10226.0, 10270.0, 10267.0, 10243.0, 10273.0, 10291.0, 10277.0, 10292.0, 10293.0, 10270.0, 10288.0, 10258.0, 10269.0, 10269.0, 10253.0, 10252.0, 10270.0, 10261.0, 10274.0, 10271.0, 10257.0, 10269.0, 10274.0, 10258.0, 10258.0, 10273.0, 10303.0, 10294.0, 10261.0, 10271.0, 10270.0, 10251.0, 10266.0, 10268.0, 10257.0, 10276.0, 10256.0, 10269.0, 10270.0, 10252.0, 10270.0, 10259.0, 10285.0, 10288.0, 10256.0, 10274.0, 10261.0, 10272.0, 10266.0, 10276.0, 10247.0, 10204.0, 10229.0, 10232.0, 10228.0, 10245.0, 10258.0, 10247.0, 10229.0, 10244.0, 10232.0, 10233.0, 10251.0, 10238.0, 10271.0, 10270.0, 10295.0, 10281.0, 10251.0, 10278.0, 10282.0, 10290.0, 10295.0, 10275.0, 10291.0, 10258.0, 10279.0, 10244.0, 10266.0, 10250.0, 10246.0, 10249.0, 10239.0, 10269.0, 10276.0, 10274.0, 10296.0, 10251.0, 10290.0, 10275.0, 10285.0, 10278.0, 10254.0, 10272.0, 10250.0, 10253.0, 10240.0, 10248.0, 10231.0, 10227.0, 10227.0, 10237.0, 10240.0, 10224.0, 10248.0, 10232.0, 10259.0, 10231.0, 10244.0, 10246.0, 10243.0, 10248.0, 10223.0, 10251.0, 10235.0, 10267.0, 10270.0, 10283.0, 10255.0, 10235.0, 10240.0, 10267.0, 10249.0, 10271.0, 10239.0, 10257.0, 10260.0, 10286.0, 10252.0, 10265.0, 10251.0, 10217.0, 10244.0, 10250.0, 10233.0, 10265.0, 10233.0, 10254.0, 10233.0, 10252.0, 10220.0, 10264.0, 10231.0, 10259.0, 10224.0, 10234.0, 10236.0, 10215.0, 10217.0, 10207.0, 10223.0, 10242.0, 10223.0, 10242.0, 10214.0, 10241.0, 10229.0, 10237.0, 10240.0, 10210.0, 10225.0, 10244.0, 10243.0, 10265.0, 10233.0, 10251.0, 10239.0, 10248.0, 10249.0, 10249.0, 10252.0, 10238.0, 10254.0, 10257.0, 10272.0, 10275.0, 10251.0, 10259.0, 10240.0, 10256.0, 10255.0, 10254.0, 10266.0, 10267.0, 10262.0, 10267.0, 10251.0, 10234.0, 10249.0, 10252.0, 10234.0, 10252.0, 10224.0, 10255.0, 10247.0, 10265.0, 10251.0, 10267.0, 10238.0, 10242.0, 10241.0, 10248.0, 10243.0, 10215.0, 10243.0, 10216.0, 10244.0, 10254.0, 10265.0, 10252.0, 10235.0, 10248.0, 10255.0, 10266.0, 10270.0, 10253.0, 10270.0, 10249.0, 10270.0, 10248.0, 10264.0, 10236.0, 10244.0, 10231.0, 10221.0, 10225.0, 10214.0, 10243.0, 10246.0, 10243.0, 10232.0, 10242.0, 10229.0, 10238.0, 10223.0, 10247.0, 10221.0, 10229.0, 10215.0, 10209.0, 10198.0, 10188.0, 10217.0, 10225.0, 10237.0, 10245.0, 10241.0, 10248.0, 10258.0, 10246.0, 10252.0, 10242.0, 10247.0, 10226.0, 10221.0, 10222.0, 10194.0, 10229.0, 10211.0, 10235.0, 10215.0, 10247.0, 10233.0, 10245.0, 10247.0, 10270.0, 10248.0, 10220.0, 10252.0, 10255.0, 10268.0, 10273.0, 10256.0, 10274.0, 10259.0, 10274.0, 10289.0, 10267.0, 10270.0, 10241.0, 10252.0, 10271.0, 10251.0, 10259.0, 10249.0, 10256.0, 10246.0, 10255.0, 10245.0, 10251.0, 10233.0, 10238.0, 10226.0, 10252.0, 10245.0, 10235.0, 10270.0, 10237.0, 10268.0, 10269.0, 10283.0, 10274.0, 10276.0, 10253.0, 10227.0, 10275.0, 10265.0, 10260.0, 10277.0, 10266.0, 10292.0, 10297.0, 10270.0, 10298.0, 10285.0, 10292.0, 10297.0, 10274.0, 10280.0, 10266.0, 10258.0, 10257.0, 10251.0, 10246.0, 10246.0, 10219.0, 10234.0, 10186.0, 10198.0, 10220.0, 10219.0, 10244.0, 10234.0, 10265.0, 10267.0, 10266.0, 10264.0, 10260.0, 10271.0, 10279.0, 10246.0, 10291.0, 10273.0, 10275.0, 10274.0, 10263.0, 10268.0, 10248.0, 10246.0, 10243.0, 10252.0, 10225.0, 10233.0, 10227.0, 10218.0, 10219.0, 10228.0, 10226.0, 10235.0, 10255.0, 10265.0, 10270.0, 10241.0, 10257.0, 10271.0, 10279.0, 10251.0, 10229.0, 10246.0, 10226.0, 10242.0, 10220.0, 10234.0, 10242.0, 10242.0, 10224.0, 10207.0, 10221.0, 10241.0, 10229.0, 10263.0, 10247.0, 10252.0, 10252.0, 10249.0, 10256.0, 10264.0, 10253.0, 10247.0, 10230.0, 10243.0, 10225.0, 10243.0, 10228.0, 10243.0, 10230.0, 10243.0, 10226.0, 10243.0, 10226.0, 10245.0, 10235.0, 10234.0, 10246.0, 10227.0, 10228.0, 10235.0, 10249.0, 10258.0, 10261.0, 10262.0, 10278.0, 10288.0, 10277.0, 10285.0, 10274.0, 10261.0, 10232.0, 10214.0, 10214.0, 10239.0, 10237.0, 10244.0, 10242.0, 10260.0, 10236.0, 10235.0, 10249.0, 10251.0, 10268.0, 10271.0, 10261.0, 10289.0, 10294.0, 10278.0, 10278.0, 10284.0, 10269.0, 10247.0, 10274.0, 10242.0, 10242.0, 10227.0, 10225.0, 10223.0, 10230.0, 10229.0, 10221.0, 10222.0, 10223.0, 10210.0, 10238.0, 10267.0, 10266.0, 10251.0, 10272.0, 10263.0, 10264.0, 10271.0, 10267.0, 10252.0, 10271.0, 10256.0, 10289.0, 10248.0, 10264.0, 10239.0, 10260.0, 10241.0, 10265.0, 10256.0, 10254.0, 10250.0, 10246.0, 10243.0, 10227.0, 10228.0, 10244.0, 10240.0, 10228.0, 10237.0, 10248.0, 10222.0, 10214.0, 10240.0, 10212.0, 10224.0, 10191.0, 10179.0, 10155.0, 10184.0, 10184.0, 10178.0, 10210.0, 10213.0, 10203.0, 10236.0, 10241.0, 10216.0, 10240.0, 10240.0, 10214.0, 10240.0, 10234.0, 10226.0, 10238.0, 10243.0, 10246.0, 10254.0, 10224.0, 10203.0, 10203.0, 10234.0, 10222.0, 10213.0, 10243.0, 10242.0, 10262.0, 10251.0, 10260.0, 10275.0, 10255.0, 10267.0, 10245.0, 10233.0, 10267.0, 10250.0, 10271.0, 10257.0, 10257.0, 10273.0, 10275.0, 10273.0, 10274.0, 10279.0, 10255.0, 10267.0, 10245.0, 10259.0, 10233.0, 10252.0, 10295.0, 10279.0, 10293.0, 10270.0, 10288.0, 10254.0, 10289.0, 10255.0, 10291.0, 10245.0, 10231.0, 10261.0, 10246.0, 10237.0, 10266.0, 10265.0, 10286.0, 10258.0, 10270.0, 10277.0, 10270.0, 10303.0, 10275.0, 10285.0, 10271.0, 10284.0, 10271.0, 10265.0, 10252.0, 10243.0, 10259.0, 10244.0, 10232.0, 10248.0, 10268.0, 10264.0, 10273.0, 10266.0, 10261.0, 10238.0, 10229.0, 10245.0, 10259.0, 10244.0, 10264.0, 10253.0, 10257.0, 10271.0, 10276.0, 10289.0, 10261.0, 10251.0, 10250.0, 10290.0, 10282.0, 10252.0, 10255.0, 10273.0, 10284.0, 10284.0, 10257.0, 10256.0, 10286.0, 10268.0, 10316.0, 10298.0, 10296.0, 10295.0, 10284.0, 10265.0, 10283.0, 10282.0, 10282.0, 10249.0, 10249.0, 10258.0, 10236.0, 10259.0, 10218.0, 10235.0, 10228.0, 10232.0, 10200.0, 10234.0, 10225.0, 10214.0, 10223.0, 10238.0, 10235.0, 10236.0, 10287.0, 10297.0, 10265.0, 10311.0, 10276.0, 10313.0, 10281.0, 10309.0, 10263.0, 10271.0, 10254.0, 10301.0, 10263.0, 10228.0, 10263.0, 10243.0, 10278.0, 10249.0, 10266.0, 10253.0, 10281.0, 10268.0, 10254.0, 10262.0, 10263.0, 10262.0, 10272.0, 10253.0, 10211.0, 10212.0, 10193.0, 10195.0, 10228.0, 10231.0, 10216.0, 10206.0, 10182.0, 10207.0, 10196.0, 10229.0, 10228.0, 10233.0, 10217.0, 10234.0, 10215.0, 10233.0, 10215.0, 10198.0, 10208.0, 10194.0, 10223.0, 10197.0, 10204.0, 10238.0, 10227.0, 10259.0, 10246.0, 10280.0, 10268.0, 10264.0, 10245.0, 10242.0, 10261.0, 10242.0, 10285.0, 10241.0, 10255.0, 10238.0, 10240.0, 10239.0, 10237.0, 10244.0, 10244.0, 10255.0, 10237.0, 10224.0, 10240.0, 10228.0, 10248.0, 10253.0, 10281.0, 10287.0, 10259.0, 10291.0, 10296.0, 10304.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.000530585533869116</td></tr>
|
|
<tr><td colspan=3>aqi</td><td>0.03149331021814007</td></tr>
|
|
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.91229493147126</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>std</td><td>1.1841660662413804</td></tr>
|
|
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9610602132643676</td></tr>
|
|
<tr><td colspan=3>efc</td><td>0.4881</td></tr>
|
|
<tr><td colspan=3>fber</td><td>5900.2085</td></tr>
|
|
<tr><td>fd</td><td colspan=2>mean</td><td>0.07915330533777042</td></tr>
|
|
<tr><td>fd</td><td colspan=2>num</td><td>11</td></tr>
|
|
<tr><td>fd</td><td colspan=2>perc</td><td>1.2629161882893227</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5892274909327413</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>x</td><td>2.507548758397197</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8501633865922638</td></tr>
|
|
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4099703278087627</td></tr>
|
|
<tr><td colspan=3>gcor</td><td>0.0119307</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015848727896809578</td></tr>
|
|
<tr><td>gsr</td><td colspan=2>y</td><td>0.03215901553630829</td></tr>
|
|
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
|
|
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
|
|
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
|
|
<tr><td colspan=3>snr</td><td>4.034384492990792</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>32.5387</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.2679</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.7479</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>n</td><td>293046.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>856.0</td></tr>
|
|
<tr><td>summary</td><td>bg</td><td>stdv</td><td>358.9984</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5613</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mad</td><td>579.7912</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>mean</td><td>3843.7725</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>median</td><td>4056.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>n</td><td>83498.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p05</td><td>1370.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>p95</td><td>4983.0</td></tr>
|
|
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.3518</td></tr>
|
|
<tr><td colspan=3>tsnr</td><td>37.599216820672154</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> |