ds005256-mriqc/sub-0015_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter caa4bfa36a [DATALAD RUNCMD] Compute MRIQC for sub-0015
=== 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-0015 --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-0015",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 04:48:05 +02:00

616 lines
No EOL
105 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0015_ses-01_task-social_acq-mb8_run-03_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-0015_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0015_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 &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p> <div class="reportlet">
<img class="svg-reportlet" src="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_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-03_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0015_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_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-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0015/figures/sub-0015_ses-01_task-social_acq-mb8_run-03_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-0015/ses-01/func/sub-0015_ses-01_task-social_acq-mb8_run-03_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>bbc5a24f671c04f090a8cb5aabcf6f64</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:30:41.680000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997626, 0.0676043, 0.0131461, -0.0683612, 0.995212, 0.069853]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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-03_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.105804</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7781, -7174, 565, -33, -216, -86, 73]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>251.157</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>69b46d7e-5d37-4567-8670-23d1f3fe9d91||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6765565872192383, -0.18340805172920227, 0.022574180737137794, 117.70127868652344], [-0.18137726187705994, 2.670081615447998, 0.19058163464069366, -87.66722869873047], [0.03527004271745682, -0.1874103993177414, 2.6931707859039307, -47.477108001708984], [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': ['153041.680000', '153042.140000', '153042.600000', '153043.060000', '153043.520000', '153043.980000', '153044.440000', '153044.900000', '153045.360000', '153045.820000', '153046.280000', '153046.740000', '153047.200000', '153047.660000', '153048.120000', '153048.580000', '153049.040000', '153049.500000', '153049.960000', '153050.420000', '153050.880000', '153051.340000', '153051.800000', '153052.260000', '153052.720000', '153053.180000', '153053.640000', '153054.100000', '153054.560000', '153055.020000', '153055.480000', '153055.940000', '153056.400000', '153056.860000', '153057.320000', '153057.780000', '153058.240000', '153058.700000', '153059.160000', '153059.620000', '153100.080000', '153100.540000', '153101.000000', '153101.460000', '153101.920000', '153102.380000', '153102.840000', '153103.300000', '153103.760000', '153104.220000', '153104.680000', '153105.140000', '153105.600000', '153106.060000', '153106.520000', '153106.980000', '153107.440000', '153107.900000', '153108.360000', '153108.820000', '153109.280000', '153109.740000', '153110.200000', '153110.660000', '153111.120000', '153111.580000', '153112.040000', '153112.500000', '153112.960000', '153113.420000', '153113.880000', '153114.340000', '153114.800000', '153115.260000', '153115.720000', '153116.180000', '153116.640000', '153117.100000', '153117.560000', '153118.020000', '153118.480000', '153118.940000', '153119.400000', '153119.860000', '153120.320000', '153120.780000', '153121.240000', '153121.700000', '153122.160000', '153122.620000', '153123.080000', '153123.540000', '153124.000000', '153124.460000', '153124.920000', '153125.380000', '153125.840000', '153126.300000', '153126.760000', '153127.220000', '153127.680000', '153128.140000', '153128.600000', '153129.060000', '153129.520000', '153129.980000', '153130.440000', '153130.900000', '153131.360000', '153131.820000', '153132.280000', '153132.740000', '153133.200000', '153133.660000', '153134.120000', '153134.580000', '153135.040000', '153135.500000', '153135.960000', '153136.420000', '153136.880000', '153137.340000', '153137.800000', '153138.260000', '153138.720000', '153139.180000', '153139.640000', '153140.100000', '153140.560000', '153141.020000', '153141.480000', '153141.940000', '153142.400000', '153142.860000', '153143.320000', '153143.780000', '153144.240000', '153144.700000', '153145.160000', '153145.620000', '153146.080000', '153146.540000', '153147.000000', '153147.460000', '153147.920000', '153148.380000', '153148.840000', '153149.300000', '153149.760000', '153150.220000', '153150.680000', '153151.140000', '153151.600000', '153152.060000', '153152.520000', '153152.980000', '153153.440000', '153153.900000', '153154.360000', '153154.820000', '153155.280000', '153155.740000', '153156.200000', '153156.660000', '153157.120000', '153157.580000', '153158.040000', '153158.500000', '153158.960000', '153159.420000', '153159.880000', '153200.340000', '153200.800000', '153201.260000', '153201.720000', '153202.180000', '153202.640000', '153203.100000', '153203.560000', '153204.020000', '153204.480000', '153204.940000', '153205.400000', '153205.860000', '153206.320000', '153206.780000', '153207.240000', '153207.700000', '153208.160000', '153208.620000', '153209.080000', '153209.540000', '153210.000000', '153210.460000', '153210.920000', '153211.380000', '153211.840000', '153212.300000', '153212.760000', '153213.220000', '153213.680000', '153214.140000', '153214.600000', '153215.060000', '153215.520000', '153215.980000', '153216.440000', '153216.900000', '153217.360000', '153217.820000', '153218.280000', '153218.740000', '153219.200000', '153219.660000', '153220.120000', '153220.580000', '153221.040000', '153221.500000', '153221.960000', '153222.420000', '153222.880000', '153223.340000', '153223.800000', '153224.260000', '153224.720000', '153225.180000', '153225.640000', '153226.100000', '153226.560000', '153227.020000', '153227.480000', '153227.940000', '153228.400000', '153228.860000', '153229.320000', '153229.780000', '153230.240000', '153230.700000', '153231.160000', '153231.620000', '153232.080000', '153232.540000', '153233.000000', '153233.460000', '153233.920000', '153234.380000', '153234.840000', '153235.300000', '153235.760000', '153236.220000', '153236.680000', '153237.140000', '153237.600000', '153238.060000', '153238.520000', '153238.980000', '153239.440000', '153239.900000', '153240.360000', '153240.820000', '153241.280000', '153241.740000', '153242.200000', '153242.660000', '153243.120000', '153243.580000', '153244.040000', '153244.500000', '153244.960000', '153245.420000', '153245.880000', '153246.340000', '153246.800000', '153247.260000', '153247.720000', '153248.180000', '153248.640000', '153249.100000', '153249.560000', '153250.020000', '153250.480000', '153250.940000', '153251.400000', '153251.860000', '153252.320000', '153252.780000', '153253.240000', '153253.700000', '153254.160000', '153254.620000', '153255.080000', '153255.540000', '153256.000000', '153256.460000', '153256.920000', '153257.380000', '153257.840000', '153258.300000', '153258.760000', '153259.220000', '153259.680000', '153300.140000', '153300.600000', '153301.060000', '153301.520000', '153301.980000', '153302.440000', '153302.900000', '153303.360000', '153303.820000', '153304.280000', '153304.740000', '153305.200000', '153305.660000', '153306.120000', '153306.580000', '153307.040000', '153307.500000', '153307.960000', '153308.420000', '153308.880000', '153309.340000', '153309.800000', '153310.260000', '153310.720000', '153311.180000', '153311.640000', '153312.100000', '153312.560000', '153313.020000', '153313.480000', '153313.940000', '153314.400000', '153314.860000', '153315.320000', '153315.780000', '153316.240000', '153316.700000', '153317.160000', '153317.620000', '153318.080000', '153318.540000', '153319.000000', '153319.460000', '153319.920000', '153320.380000', '153320.840000', '153321.300000', '153321.760000', '153322.220000', '153322.680000', '153323.140000', '153323.600000', '153324.060000', '153324.520000', '153324.980000', '153325.440000', '153325.900000', '153326.360000', '153326.820000', '153327.280000', '153327.740000', '153328.200000', '153328.660000', '153329.120000', '153329.580000', '153330.040000', '153330.500000', '153330.960000', '153331.420000', '153331.880000', '153332.340000', '153332.800000', '153333.260000', '153333.720000', '153334.180000', '153334.640000', '153335.100000', '153335.560000', '153336.020000', '153336.480000', '153336.940000', '153337.400000', '153337.860000', '153338.320000', '153338.780000', '153339.240000', '153339.700000', '153340.160000', '153340.620000', '153341.080000', '153341.540000', '153342.000000', '153342.460000', '153342.920000', '153343.380000', '153343.840000', '153344.300000', '153344.760000', '153345.220000', '153345.680000', '153346.140000', '153346.600000', '153347.060000', '153347.520000', '153347.980000', '153348.440000', '153348.900000', '153349.360000', '153349.820000', '153350.280000', '153350.740000', '153351.200000', '153351.660000', '153352.120000', '153352.580000', '153353.040000', '153353.500000', '153353.960000', '153354.420000', '153354.880000', '153355.340000', '153355.800000', '153356.260000', '153356.720000', '153357.180000', '153357.640000', '153358.100000', '153358.560000', '153359.020000', '153359.480000', '153359.940000', '153400.400000', '153400.860000', '153401.320000', '153401.780000', '153402.240000', '153402.700000', '153403.160000', '153403.620000', '153404.080000', '153404.540000', '153405.000000', '153405.460000', '153405.920000', '153406.380000', '153406.840000', '153407.300000', '153407.760000', '153408.220000', '153408.680000', '153409.140000', '153409.600000', '153410.060000', '153410.520000', '153410.980000', '153411.440000', '153411.900000', '153412.360000', '153412.820000', '153413.280000', '153413.740000', '153414.200000', '153414.660000', '153415.120000', '153415.580000', '153416.040000', '153416.500000', '153416.960000', '153417.420000', '153417.880000', '153418.340000', '153418.800000', '153419.260000', '153419.720000', '153420.180000', '153420.640000', '153421.100000', '153421.560000', '153422.020000', '153422.480000', '153422.940000', '153423.400000', '153423.860000', '153424.320000', '153424.780000', '153425.240000', '153425.700000', '153426.160000', '153426.620000', '153427.080000', '153427.540000', '153428.000000', '153428.460000', '153428.920000', '153429.380000', '153429.840000', '153430.300000', '153430.760000', '153431.220000', '153431.680000', '153432.140000', '153432.600000', '153433.060000', '153433.520000', '153433.980000', '153434.440000', '153434.900000', '153435.360000', '153435.820000', '153436.280000', '153436.740000', '153437.200000', '153437.660000', '153438.120000', '153438.580000', '153439.040000', '153439.500000', '153439.960000', '153440.420000', '153440.880000', '153441.340000', '153441.800000', '153442.260000', '153442.720000', '153443.180000', '153443.640000', '153444.100000', '153444.560000', '153445.020000', '153445.480000', '153445.940000', '153446.400000', '153446.860000', '153447.320000', '153447.780000', '153448.240000', '153448.700000', '153449.160000', '153449.620000', '153450.080000', '153450.540000', '153451.000000', '153451.460000', '153451.920000', '153452.380000', '153452.840000', '153453.300000', '153453.760000', '153454.220000', '153454.680000', '153455.140000', '153455.600000', '153456.060000', '153456.520000', '153456.980000', '153457.440000', '153457.900000', '153458.360000', '153458.820000', '153459.280000', '153459.740000', '153500.200000', '153500.660000', '153501.120000', '153501.580000', '153502.040000', '153502.500000', '153502.960000', '153503.420000', '153503.880000', '153504.340000', '153504.800000', '153505.260000', '153505.720000', '153506.180000', '153506.640000', '153507.100000', '153507.560000', '153508.020000', '153508.480000', '153508.940000', '153509.400000', '153509.860000', '153510.320000', '153510.780000', '153511.240000', '153511.700000', '153512.160000', '153512.620000', '153513.080000', '153513.540000', '153514.000000', '153514.460000', '153514.920000', '153515.380000', '153515.840000', '153516.300000', '153516.760000', '153517.220000', '153517.680000', '153518.140000', '153518.600000', '153519.060000', '153519.520000', '153519.980000', '153520.440000', '153520.900000', '153521.360000', '153521.820000', '153522.280000', '153522.740000', '153523.200000', '153523.660000', '153524.120000', '153524.580000', '153525.040000', '153525.500000', '153525.960000', '153526.420000', '153526.880000', '153527.340000', '153527.800000', '153528.260000', '153528.720000', '153529.180000', '153529.640000', '153530.100000', '153530.560000', '153531.020000', '153531.480000', '153531.940000', '153532.400000', '153532.860000', '153533.320000', '153533.780000', '153534.240000', '153534.700000', '153535.160000', '153535.620000', '153536.080000', '153536.540000', '153537.000000', '153537.460000', '153537.920000', '153538.380000', '153538.840000', '153539.300000', '153539.760000', '153540.220000', '153540.680000', '153541.140000', '153541.600000', '153542.060000', '153542.520000', '153542.980000', '153543.440000', '153543.900000', '153544.360000', '153544.820000', '153545.280000', '153545.740000', '153546.200000', '153546.660000', '153547.120000', '153547.580000', '153548.040000', '153548.500000', '153548.960000', '153549.420000', '153549.880000', '153550.340000', '153550.800000', '153551.260000', '153551.720000', '153552.180000', '153552.640000', '153553.100000', '153553.560000', '153554.020000', '153554.480000', '153554.940000', '153555.400000', '153555.860000', '153556.320000', '153556.780000', '153557.240000', '153557.700000', '153558.160000', '153558.620000', '153559.080000', '153559.540000', '153600.000000', '153600.460000', '153600.920000', '153601.380000', '153601.840000', '153602.300000', '153602.760000', '153603.220000', '153603.680000', '153604.140000', '153604.600000', '153605.060000', '153605.520000', '153605.980000', '153606.440000', '153606.900000', '153607.360000', '153607.820000', '153608.280000', '153608.740000', '153609.200000', '153609.660000', '153610.120000', '153610.580000', '153611.040000', '153611.500000', '153611.960000', '153612.420000', '153612.880000', '153613.340000', '153613.800000', '153614.260000', '153614.720000', '153615.180000', '153615.640000', '153616.100000', '153616.560000', '153617.020000', '153617.480000', '153617.940000', '153618.400000', '153618.860000', '153619.320000', '153619.780000', '153620.240000', '153620.700000', '153621.160000', '153621.620000', '153622.080000', '153622.540000', '153623.000000', '153623.460000', '153623.920000', '153624.380000', '153624.840000', '153625.300000', '153625.760000', '153626.220000', '153626.680000', '153627.140000', '153627.600000', '153628.060000', '153628.520000', '153628.980000', '153629.440000', '153629.900000', '153630.360000', '153630.820000', '153631.280000', '153631.740000', '153632.200000', '153632.660000', '153633.120000', '153633.580000', '153634.040000', '153634.500000', '153634.960000', '153635.420000', '153635.880000', '153636.340000', '153636.800000', '153637.260000', '153637.720000', '153638.180000', '153638.640000', '153639.100000', '153639.560000', '153640.020000', '153640.480000', '153640.940000', '153641.400000', '153641.860000', '153642.320000', '153642.780000', '153643.240000', '153643.700000', '153644.160000', '153644.620000', '153645.080000', '153645.540000', '153646.000000', '153646.460000', '153646.920000', '153647.380000', '153647.840000', '153648.300000', '153648.760000', '153649.220000', '153649.680000', '153650.140000', '153650.600000', '153651.060000', '153651.520000', '153651.980000', '153652.440000', '153652.900000', '153653.360000', '153653.820000', '153654.280000', '153654.740000', '153655.200000', '153655.660000', '153656.120000', '153656.580000', '153657.040000', '153657.500000', '153657.960000', '153658.420000', '153658.880000', '153659.340000', '153659.800000', '153700.260000', '153700.720000', '153701.180000', '153701.640000', '153702.100000', '153702.560000', '153703.020000', '153703.480000', '153703.940000', '153704.400000', '153704.860000', '153705.320000', '153705.780000', '153706.240000', '153706.700000', '153707.160000', '153707.620000', '153708.080000', '153708.540000', '153709.000000', '153709.460000', '153709.920000', '153710.380000', '153710.840000', '153711.300000', '153711.760000', '153712.220000', '153712.680000', '153713.140000', '153713.600000', '153714.060000', '153714.520000', '153714.980000', '153715.440000', '153715.900000', '153716.360000', '153716.820000', '153717.280000', '153717.740000', '153718.200000', '153718.660000', '153719.120000', '153719.580000', '153720.040000', '153720.500000', '153720.960000', '153721.420000', '153721.880000', '153722.340000'], 'ContentTime': ['153053.885000', '153053.890000', '153053.899000', '153053.902000', '153053.905000', '153053.908000', '153053.911000', '153053.914000', '153053.917000', '153053.920000', '153053.930000', '153053.938000', '153053.941000', '153053.944000', '153053.947000', '153053.950000', '153053.953000', '153053.956000', '153053.959000', '153053.961000', '153053.964000', '153053.967000', '153053.970000', '153053.973000', '153053.976000', '153113.873000', '153113.876000', '153113.879000', '153113.882000', '153113.884000', '153113.887000', '153113.890000', '153113.893000', '153113.896000', '153113.898000', '153113.901000', '153113.904000', '153113.907000', '153113.910000', '153113.913000', '153113.915000', '153113.919000', '153113.922000', '153113.925000', '153113.928000', '153113.931000', '153113.934000', '153113.937000', '153113.939000', '153113.942000', '153113.945000', '153113.948000', '153113.951000', '153113.954000', '153113.957000', '153113.960000', '153113.962000', '153113.965000', '153113.968000', '153113.971000', '153113.974000', '153113.977000', '153113.979000', '153113.982000', '153113.985000', '153113.988000', '153113.991000', '153113.994000', '153113.996000', '153133.853000', '153133.856000', '153133.859000', '153133.862000', '153133.864000', '153133.867000', '153133.870000', '153133.873000', '153133.876000', '153133.879000', '153133.888000', '153133.891000', '153133.894000', '153133.896000', '153133.899000', '153133.902000', '153133.905000', '153133.909000', '153133.912000', '153133.915000', '153133.918000', '153133.921000', '153133.924000', '153133.927000', '153133.930000', '153133.932000', '153133.935000', '153133.938000', '153133.941000', '153133.950000', '153133.953000', '153133.956000', '153133.965000', '153133.968000', '153133.971000', '153133.973000', '153133.976000', '153133.979000', '153133.982000', '153133.985000', '153133.988000', '153133.991000', '153133.994000', '153153.853000', '153153.856000', '153153.859000', '153153.861000', '153153.864000', '153153.867000', '153153.870000', '153153.873000', '153153.876000', '153153.879000', '153153.882000', '153153.885000', '153153.887000', '153153.890000', '153153.893000', '153153.896000', '153153.899000', '153153.902000', '153153.905000', '153153.907000', '153153.910000', '153153.913000', '153153.916000', '153153.919000', '153153.922000', '153153.925000', '153153.928000', '153153.931000', '153153.934000', '153153.936000', '153153.939000', '153153.942000', '153153.945000', '153153.948000', '153153.951000', '153153.954000', '153153.957000', '153153.960000', '153153.962000', '153153.965000', '153153.968000', '153153.971000', '153153.974000', '153153.977000', '153213.853000', '153213.856000', '153213.859000', '153213.862000', '153213.864000', '153213.867000', '153213.870000', '153213.873000', '153213.876000', '153213.879000', '153213.882000', '153213.885000', '153213.887000', '153213.890000', '153213.893000', '153213.896000', '153213.899000', '153213.902000', '153213.905000', '153213.907000', '153213.910000', '153213.913000', '153213.916000', '153213.919000', '153213.922000', '153213.925000', '153213.928000', '153213.931000', '153213.933000', '153213.936000', '153213.939000', '153213.942000', '153213.945000', '153213.948000', '153213.951000', '153213.954000', '153213.956000', '153213.960000', '153213.962000', '153213.965000', '153213.968000', '153213.971000', '153213.974000', '153233.853000', '153233.856000', '153233.859000', '153233.862000', '153233.864000', '153233.867000', '153233.870000', '153233.873000', '153233.876000', '153233.879000', '153233.881000', '153233.884000', '153233.887000', '153233.890000', '153233.893000', '153233.896000', '153233.899000', '153233.901000', '153233.905000', '153233.907000', '153233.910000', '153233.913000', '153233.916000', '153233.919000', '153233.922000', '153233.925000', '153233.928000', '153233.931000', '153233.934000', '153233.936000', '153233.939000', '153233.942000', '153233.945000', '153233.948000', '153233.951000', '153233.954000', '153233.957000', '153233.959000', '153233.963000', '153233.965000', '153233.968000', '153233.971000', '153233.974000', '153233.977000', '153253.853000', '153253.856000', '153253.859000', '153253.862000', '153253.865000', '153253.867000', '153253.870000', '153253.873000', '153253.876000', '153253.879000', '153253.882000', '153253.885000', '153253.887000', '153253.890000', '153253.893000', '153253.896000', '153253.899000', '153253.902000', '153253.905000', '153253.908000', '153253.911000', '153253.913000', '153253.916000', '153253.919000', '153253.922000', '153253.925000', '153253.928000', '153253.931000', '153253.934000', '153253.936000', '153253.939000', '153253.942000', '153253.945000', '153253.949000', '153253.952000', '153253.955000', '153253.958000', '153253.961000', '153253.964000', '153253.967000', '153253.970000', '153253.973000', '153253.976000', '153313.853000', '153313.856000', '153313.859000', '153313.862000', '153313.864000', '153313.867000', '153313.870000', '153313.873000', '153313.876000', '153313.879000', '153313.882000', '153313.885000', '153313.888000', '153313.898000', '153313.900000', '153313.903000', '153313.906000', '153313.909000', '153313.912000', '153313.915000', '153313.918000', '153313.921000', '153313.924000', '153313.927000', '153313.930000', '153313.946000', '153313.948000', '153313.951000', '153313.954000', '153313.957000', '153313.960000', '153313.963000', '153313.966000', '153313.969000', '153313.972000', '153313.975000', '153313.977000', '153313.980000', '153313.983000', '153313.986000', '153313.989000', '153313.992000', '153313.995000', '153313.998000', '153333.854000', '153333.857000', '153333.860000', '153333.863000', '153333.866000', '153333.868000', '153333.871000', '153333.874000', '153333.877000', '153333.880000', '153333.883000', '153333.886000', '153333.889000', '153333.892000', '153333.894000', '153333.898000', '153333.900000', '153333.903000', '153333.906000', '153333.909000', '153333.912000', '153333.915000', '153333.918000', '153333.921000', '153333.924000', '153333.926000', '153333.929000', '153333.932000', '153333.935000', '153333.938000', '153333.941000', '153333.943000', '153333.946000', '153333.949000', '153333.952000', '153333.955000', '153333.958000', '153333.960000', '153333.963000', '153333.966000', '153333.969000', '153333.972000', '153333.975000', '153353.853000', '153353.856000', '153353.859000', '153353.862000', '153353.865000', '153353.867000', '153353.870000', '153353.873000', '153353.876000', '153353.879000', '153353.882000', '153353.885000', '153353.888000', '153353.890000', '153353.893000', '153353.896000', '153353.899000', '153353.902000', '153353.905000', '153353.908000', '153353.910000', '153353.913000', '153353.916000', '153353.919000', '153353.922000', '153353.925000', '153353.928000', '153353.930000', '153353.933000', '153353.936000', '153353.939000', '153353.942000', '153353.944000', '153353.947000', '153353.950000', '153353.953000', '153353.956000', '153353.959000', '153353.962000', '153353.965000', '153353.967000', '153353.970000', '153353.973000', '153353.976000', '153413.853000', '153413.856000', '153413.859000', '153413.862000', '153413.864000', '153413.867000', '153413.870000', '153413.873000', '153413.876000', '153413.879000', '153413.882000', '153413.885000', '153413.887000', '153413.890000', '153413.893000', '153413.896000', '153413.899000', '153413.902000', '153413.904000', '153413.907000', '153413.910000', '153413.913000', '153413.916000', '153413.919000', '153413.922000', '153413.925000', '153413.928000', '153413.930000', '153413.933000', '153413.936000', '153413.939000', '153413.942000', '153413.945000', '153413.947000', '153413.950000', '153413.953000', '153413.956000', '153413.959000', '153413.962000', '153413.965000', '153413.967000', '153413.970000', '153413.973000', '153433.853000', '153433.856000', '153433.859000', '153433.861000', '153433.864000', '153433.867000', '153433.870000', '153433.873000', '153433.876000', '153433.879000', '153433.881000', '153433.884000', '153433.887000', '153433.890000', '153433.893000', '153433.896000', '153433.899000', '153433.902000', '153433.904000', '153433.907000', '153433.910000', '153433.913000', '153433.916000', '153433.919000', '153433.922000', '153433.924000', '153433.927000', '153433.930000', '153433.933000', '153433.936000', '153433.939000', '153433.941000', '153433.944000', '153433.947000', '153433.950000', '153433.953000', '153433.956000', '153433.959000', '153433.962000', '153433.965000', '153433.968000', '153433.970000', '153433.973000', '153433.976000', '153453.853000', '153453.856000', '153453.859000', '153453.862000', '153453.864000', '153453.867000', '153453.890000', '153453.893000', '153453.896000', '153453.899000', '153453.902000', '153453.905000', '153453.908000', '153453.910000', '153453.913000', '153453.916000', '153453.919000', '153453.922000', '153453.925000', '153453.928000', '153453.931000', '153453.933000', '153453.936000', '153453.939000', '153453.942000', '153453.945000', '153453.948000', '153453.950000', '153453.953000', '153453.956000', '153453.959000', '153453.962000', '153453.964000', '153453.967000', '153453.970000', '153453.973000', '153453.976000', '153453.979000', '153453.982000', '153453.984000', '153453.987000', '153453.990000', '153453.993000', '153513.853000', '153513.856000', '153513.859000', '153513.862000', '153513.865000', '153513.868000', '153513.871000', '153513.874000', '153513.877000', '153513.880000', '153513.883000', '153513.885000', '153513.888000', '153513.891000', '153513.894000', '153513.897000', '153513.900000', '153513.903000', '153513.905000', '153513.908000', '153513.911000', '153513.914000', '153513.917000', '153513.920000', '153513.923000', '153513.925000', '153513.928000', '153513.931000', '153513.934000', '153513.937000', '153513.940000', '153513.943000', '153513.945000', '153513.948000', '153513.951000', '153513.954000', '153513.957000', '153513.960000', '153513.963000', '153513.965000', '153513.968000', '153513.971000', '153513.974000', '153533.853000', '153533.856000', '153533.859000', '153533.862000', '153533.865000', '153533.868000', '153533.870000', '153533.873000', '153533.876000', '153533.879000', '153533.882000', '153533.885000', '153533.888000', '153533.891000', '153533.893000', '153533.896000', '153533.899000', '153533.902000', '153533.905000', '153533.908000', '153533.910000', '153533.913000', '153533.916000', '153533.919000', '153533.922000', '153533.925000', '153533.928000', '153533.930000', '153533.933000', '153533.936000', '153533.939000', '153533.942000', '153533.945000', '153533.948000', '153533.951000', '153533.953000', '153533.956000', '153533.959000', '153533.962000', '153533.965000', '153533.968000', '153533.971000', '153533.973000', '153533.976000', '153553.854000', '153553.857000', '153553.860000', '153553.863000', '153553.866000', '153553.869000', '153553.872000', '153553.875000', '153553.878000', '153553.880000', '153553.883000', '153553.886000', '153553.889000', '153553.892000', '153553.895000', '153553.897000', '153553.900000', '153553.903000', '153553.906000', '153553.909000', '153553.912000', '153553.915000', '153553.918000', '153553.920000', '153553.923000', '153553.926000', '153553.929000', '153553.932000', '153553.935000', '153554.029000', '153554.032000', '153554.035000', '153554.038000', '153554.040000', '153554.043000', '153554.046000', '153554.049000', '153554.052000', '153554.055000', '153554.058000', '153554.060000', '153554.063000', '153554.066000', '153613.853000', '153613.856000', '153613.859000', '153613.862000', '153613.865000', '153613.868000', '153613.870000', '153613.873000', '153613.876000', '153613.879000', '153613.882000', '153613.885000', '153613.888000', '153613.891000', '153613.894000', '153613.897000', '153613.914000', '153613.927000', '153613.930000', '153613.933000', '153613.936000', '153613.939000', '153613.942000', '153613.945000', '153613.948000', '153613.951000', '153613.953000', '153613.956000', '153613.959000', '153613.962000', '153613.965000', '153613.968000', '153613.971000', '153613.974000', '153613.977000', '153613.980000', '153613.983000', '153613.985000', '153613.988000', '153613.991000', '153613.994000', '153613.997000', '153614.001000', '153614.004000', '153633.853000', '153633.856000', '153633.859000', '153633.862000', '153633.865000', '153633.868000', '153633.871000', '153633.874000', '153633.876000', '153633.879000', '153633.882000', '153633.885000', '153633.888000', '153633.891000', '153633.896000', '153633.900000', '153633.903000', '153633.906000', '153633.909000', '153633.912000', '153633.915000', '153633.918000', '153633.920000', '153633.923000', '153633.926000', '153633.929000', '153633.932000', '153633.935000', '153633.938000', '153633.940000', '153633.943000', '153633.946000', '153633.949000', '153633.952000', '153633.955000', '153633.958000', '153633.961000', '153633.963000', '153633.966000', '153633.969000', '153633.972000', '153633.975000', '153633.978000', '153653.853000', '153653.856000', '153653.859000', '153653.862000', '153653.865000', '153653.868000', '153653.871000', '153653.874000', '153653.877000', '153653.880000', '153653.883000', '153653.886000', '153653.889000', '153653.892000', '153653.894000', '153653.897000', '153653.900000', '153653.903000', '153653.906000', '153653.909000', '153653.912000', '153653.915000', '153653.918000', '153653.921000', '153653.923000', '153653.926000', '153653.929000', '153653.932000', '153653.935000', '153653.938000', '153653.941000', '153653.943000', '153653.946000', '153653.949000', '153653.952000', '153653.959000', '153653.962000', '153653.965000', '153653.968000', '153653.971000', '153653.974000', '153653.976000', '153653.979000', '153653.982000', '153713.853000', '153713.856000', '153713.859000', '153713.862000', '153713.865000', '153713.868000', '153713.871000', '153713.874000', '153713.876000', '153713.879000', '153713.882000', '153713.885000', '153713.888000', '153713.891000', '153713.894000', '153713.897000', '153713.900000', '153713.903000', '153713.905000', '153713.909000', '153713.914000', '153713.918000', '153713.921000', '153713.923000', '153713.926000', '153713.929000', '153713.932000', '153713.935000', '153713.938000', '153713.941000', '153713.943000', '153713.946000', '153713.949000', '153713.952000', '153713.955000', '153713.958000', '153713.961000', '153713.963000', '153713.966000', '153713.969000', '153713.972000', '153713.975000', '153713.978000', '153723.151000', '153723.155000', '153723.159000', '153723.212000', '153723.215000', '153723.218000', '153723.221000', '153723.224000', '153723.227000', '153723.230000', '153723.233000', '153723.235000', '153723.238000', '153723.241000', '153723.244000', '153723.247000', '153723.250000', '153723.253000', '153723.256000', '153723.259000', '153723.262000'], 'InstanceCreationTime': ['153053.885000', '153053.890000', '153053.899000', '153053.902000', '153053.905000', '153053.908000', '153053.911000', '153053.914000', '153053.917000', '153053.920000', '153053.930000', '153053.938000', '153053.941000', '153053.944000', '153053.947000', '153053.950000', '153053.953000', '153053.956000', '153053.959000', '153053.961000', '153053.964000', '153053.967000', '153053.970000', '153053.973000', '153053.976000', '153113.873000', '153113.876000', '153113.879000', '153113.882000', '153113.884000', '153113.887000', '153113.890000', '153113.893000', '153113.896000', '153113.898000', '153113.901000', '153113.904000', '153113.907000', '153113.910000', '153113.913000', '153113.915000', '153113.919000', '153113.922000', '153113.925000', '153113.928000', '153113.931000', '153113.934000', '153113.937000', '153113.939000', '153113.942000', '153113.945000', '153113.948000', '153113.951000', '153113.954000', '153113.957000', '153113.960000', '153113.962000', '153113.965000', '153113.968000', '153113.971000', '153113.974000', '153113.977000', '153113.979000', '153113.982000', '153113.985000', '153113.988000', '153113.991000', '153113.994000', '153113.996000', '153133.853000', '153133.856000', '153133.859000', '153133.862000', '153133.864000', '153133.867000', '153133.870000', '153133.873000', '153133.876000', '153133.879000', '153133.888000', '153133.891000', '153133.894000', '153133.896000', '153133.899000', '153133.902000', '153133.905000', '153133.909000', '153133.912000', '153133.915000', '153133.918000', '153133.921000', '153133.924000', '153133.927000', '153133.930000', '153133.932000', '153133.935000', '153133.938000', '153133.941000', '153133.950000', '153133.953000', '153133.956000', '153133.965000', '153133.968000', '153133.971000', '153133.973000', '153133.976000', '153133.979000', '153133.982000', '153133.985000', '153133.988000', '153133.991000', '153133.994000', '153153.853000', '153153.856000', '153153.859000', '153153.861000', '153153.864000', '153153.867000', '153153.870000', '153153.873000', '153153.876000', '153153.879000', '153153.882000', '153153.885000', '153153.887000', '153153.890000', '153153.893000', '153153.896000', '153153.899000', '153153.902000', '153153.905000', '153153.907000', '153153.910000', '153153.913000', '153153.916000', '153153.919000', '153153.922000', '153153.925000', '153153.928000', '153153.931000', '153153.934000', '153153.936000', '153153.939000', '153153.942000', '153153.945000', '153153.948000', '153153.951000', '153153.954000', '153153.957000', '153153.960000', '153153.962000', '153153.965000', '153153.968000', '153153.971000', '153153.974000', '153153.977000', '153213.853000', '153213.856000', '153213.859000', '153213.862000', '153213.864000', '153213.867000', '153213.870000', '153213.873000', '153213.876000', '153213.879000', '153213.882000', '153213.885000', '153213.887000', '153213.890000', '153213.893000', '153213.896000', '153213.899000', '153213.902000', '153213.905000', '153213.907000', '153213.910000', '153213.913000', '153213.916000', '153213.919000', '153213.922000', '153213.925000', '153213.928000', '153213.931000', '153213.933000', '153213.936000', '153213.939000', '153213.942000', '153213.945000', '153213.948000', '153213.951000', '153213.954000', '153213.956000', '153213.960000', '153213.962000', '153213.965000', '153213.968000', '153213.971000', '153213.974000', '153233.853000', '153233.856000', '153233.859000', '153233.862000', '153233.864000', '153233.867000', '153233.870000', '153233.873000', '153233.876000', '153233.879000', '153233.881000', '153233.884000', '153233.887000', '153233.890000', '153233.893000', '153233.896000', '153233.899000', '153233.901000', '153233.905000', '153233.907000', '153233.910000', '153233.913000', '153233.916000', '153233.919000', '153233.922000', '153233.925000', '153233.928000', '153233.931000', '153233.934000', '153233.936000', '153233.939000', '153233.942000', '153233.945000', '153233.948000', '153233.951000', '153233.954000', '153233.957000', '153233.959000', '153233.963000', '153233.965000', '153233.968000', '153233.971000', '153233.974000', '153233.977000', '153253.853000', '153253.856000', '153253.859000', '153253.862000', '153253.865000', '153253.867000', '153253.870000', '153253.873000', '153253.876000', '153253.879000', '153253.882000', '153253.885000', '153253.887000', '153253.890000', '153253.893000', '153253.896000', '153253.899000', '153253.902000', '153253.905000', '153253.908000', '153253.911000', '153253.913000', '153253.916000', '153253.919000', '153253.922000', '153253.925000', '153253.928000', '153253.931000', '153253.934000', '153253.936000', '153253.939000', '153253.942000', '153253.945000', '153253.949000', '153253.952000', '153253.955000', '153253.958000', '153253.961000', '153253.964000', '153253.967000', '153253.970000', '153253.973000', '153253.976000', '153313.853000', '153313.856000', '153313.859000', '153313.862000', '153313.864000', '153313.867000', '153313.870000', '153313.873000', '153313.876000', '153313.879000', '153313.882000', '153313.885000', '153313.888000', '153313.898000', '153313.900000', '153313.903000', '153313.906000', '153313.909000', '153313.912000', '153313.915000', '153313.918000', '153313.921000', '153313.924000', '153313.927000', '153313.930000', '153313.946000', '153313.948000', '153313.951000', '153313.954000', '153313.957000', '153313.960000', '153313.963000', '153313.966000', '153313.969000', '153313.972000', '153313.975000', '153313.977000', '153313.980000', '153313.983000', '153313.986000', '153313.989000', '153313.992000', '153313.995000', '153313.998000', '153333.854000', '153333.857000', '153333.860000', '153333.863000', '153333.866000', '153333.868000', '153333.871000', '153333.874000', '153333.877000', '153333.880000', '153333.883000', '153333.886000', '153333.889000', '153333.892000', '153333.894000', '153333.898000', '153333.900000', '153333.903000', '153333.906000', '153333.909000', '153333.912000', '153333.915000', '153333.918000', '153333.921000', '153333.924000', '153333.926000', '153333.929000', '153333.932000', '153333.935000', '153333.938000', '153333.941000', '153333.943000', '153333.946000', '153333.949000', '153333.952000', '153333.955000', '153333.958000', '153333.960000', '153333.963000', '153333.966000', '153333.969000', '153333.972000', '153333.975000', '153353.853000', '153353.856000', '153353.859000', '153353.862000', '153353.865000', '153353.867000', '153353.870000', '153353.873000', '153353.876000', '153353.879000', '153353.882000', '153353.885000', '153353.888000', '153353.890000', '153353.893000', '153353.896000', '153353.899000', '153353.902000', '153353.905000', '153353.908000', '153353.910000', '153353.913000', '153353.916000', '153353.919000', '153353.922000', '153353.925000', '153353.928000', '153353.930000', '153353.933000', '153353.936000', '153353.939000', '153353.942000', '153353.944000', '153353.947000', '153353.950000', '153353.953000', '153353.956000', '153353.959000', '153353.962000', '153353.965000', '153353.967000', '153353.970000', '153353.973000', '153353.976000', '153413.853000', '153413.856000', '153413.859000', '153413.862000', '153413.864000', '153413.867000', '153413.870000', '153413.873000', '153413.876000', '153413.879000', '153413.882000', '153413.885000', '153413.887000', '153413.890000', '153413.893000', '153413.896000', '153413.899000', '153413.902000', '153413.904000', '153413.907000', '153413.910000', '153413.913000', '153413.916000', '153413.919000', '153413.922000', '153413.925000', '153413.928000', '153413.930000', '153413.933000', '153413.936000', '153413.939000', '153413.942000', '153413.945000', '153413.947000', '153413.950000', '153413.953000', '153413.956000', '153413.959000', '153413.962000', '153413.965000', '153413.967000', '153413.970000', '153413.973000', '153433.853000', '153433.856000', '153433.859000', '153433.861000', '153433.864000', '153433.867000', '153433.870000', '153433.873000', '153433.876000', '153433.879000', '153433.881000', '153433.884000', '153433.887000', '153433.890000', '153433.893000', '153433.896000', '153433.899000', '153433.902000', '153433.904000', '153433.907000', '153433.910000', '153433.913000', '153433.916000', '153433.919000', '153433.922000', '153433.924000', '153433.927000', '153433.930000', '153433.933000', '153433.936000', '153433.939000', '153433.941000', '153433.944000', '153433.947000', '153433.950000', '153433.953000', '153433.956000', '153433.959000', '153433.962000', '153433.965000', '153433.968000', '153433.970000', '153433.973000', '153433.976000', '153453.853000', '153453.856000', '153453.859000', '153453.862000', '153453.864000', '153453.867000', '153453.890000', '153453.893000', '153453.896000', '153453.899000', '153453.902000', '153453.905000', '153453.908000', '153453.910000', '153453.913000', '153453.916000', '153453.919000', '153453.922000', '153453.925000', '153453.928000', '153453.931000', '153453.933000', '153453.936000', '153453.939000', '153453.942000', '153453.945000', '153453.948000', '153453.950000', '153453.953000', '153453.956000', '153453.959000', '153453.962000', '153453.964000', '153453.967000', '153453.970000', '153453.973000', '153453.976000', '153453.979000', '153453.982000', '153453.984000', '153453.987000', '153453.990000', '153453.993000', '153513.853000', '153513.856000', '153513.859000', '153513.862000', '153513.865000', '153513.868000', '153513.871000', '153513.874000', '153513.877000', '153513.880000', '153513.883000', '153513.885000', '153513.888000', '153513.891000', '153513.894000', '153513.897000', '153513.900000', '153513.903000', '153513.905000', '153513.908000', '153513.911000', '153513.914000', '153513.917000', '153513.920000', '153513.923000', '153513.925000', '153513.928000', '153513.931000', '153513.934000', '153513.937000', '153513.940000', '153513.943000', '153513.945000', '153513.948000', '153513.951000', '153513.954000', '153513.957000', '153513.960000', '153513.963000', '153513.965000', '153513.968000', '153513.971000', '153513.974000', '153533.853000', '153533.856000', '153533.859000', '153533.862000', '153533.865000', '153533.868000', '153533.870000', '153533.873000', '153533.876000', '153533.879000', '153533.882000', '153533.885000', '153533.888000', '153533.891000', '153533.893000', '153533.896000', '153533.899000', '153533.902000', '153533.905000', '153533.908000', '153533.910000', '153533.913000', '153533.916000', '153533.919000', '153533.922000', '153533.925000', '153533.928000', '153533.930000', '153533.933000', '153533.936000', '153533.939000', '153533.942000', '153533.945000', '153533.948000', '153533.951000', '153533.953000', '153533.956000', '153533.959000', '153533.962000', '153533.965000', '153533.968000', '153533.971000', '153533.973000', '153533.976000', '153553.854000', '153553.857000', '153553.860000', '153553.863000', '153553.866000', '153553.869000', '153553.872000', '153553.875000', '153553.878000', '153553.880000', '153553.883000', '153553.886000', '153553.889000', '153553.892000', '153553.895000', '153553.897000', '153553.900000', '153553.903000', '153553.906000', '153553.909000', '153553.912000', '153553.915000', '153553.918000', '153553.920000', '153553.923000', '153553.926000', '153553.929000', '153553.932000', '153553.935000', '153554.029000', '153554.032000', '153554.035000', '153554.038000', '153554.040000', '153554.043000', '153554.046000', '153554.049000', '153554.052000', '153554.055000', '153554.058000', '153554.060000', '153554.063000', '153554.066000', '153613.853000', '153613.856000', '153613.859000', '153613.862000', '153613.865000', '153613.868000', '153613.870000', '153613.873000', '153613.876000', '153613.879000', '153613.882000', '153613.885000', '153613.888000', '153613.891000', '153613.894000', '153613.897000', '153613.914000', '153613.927000', '153613.930000', '153613.933000', '153613.936000', '153613.939000', '153613.942000', '153613.945000', '153613.948000', '153613.951000', '153613.953000', '153613.956000', '153613.959000', '153613.962000', '153613.965000', '153613.968000', '153613.971000', '153613.974000', '153613.977000', '153613.980000', '153613.983000', '153613.985000', '153613.988000', '153613.991000', '153613.994000', '153613.997000', '153614.001000', '153614.004000', '153633.853000', '153633.856000', '153633.859000', '153633.862000', '153633.865000', '153633.868000', '153633.871000', '153633.874000', '153633.876000', '153633.879000', '153633.882000', '153633.885000', '153633.888000', '153633.891000', '153633.896000', '153633.900000', '153633.903000', '153633.906000', '153633.909000', '153633.912000', '153633.915000', '153633.918000', '153633.920000', '153633.923000', '153633.926000', '153633.929000', '153633.932000', '153633.935000', '153633.938000', '153633.940000', '153633.943000', '153633.946000', '153633.949000', '153633.952000', '153633.955000', '153633.958000', '153633.961000', '153633.963000', '153633.966000', '153633.969000', '153633.972000', '153633.975000', '153633.978000', '153653.853000', '153653.856000', '153653.859000', '153653.862000', '153653.865000', '153653.868000', '153653.871000', '153653.874000', '153653.877000', '153653.880000', '153653.883000', '153653.886000', '153653.889000', '153653.892000', '153653.894000', '153653.897000', '153653.900000', '153653.903000', '153653.906000', '153653.909000', '153653.912000', '153653.915000', '153653.918000', '153653.921000', '153653.923000', '153653.926000', '153653.929000', '153653.932000', '153653.935000', '153653.938000', '153653.941000', '153653.943000', '153653.946000', '153653.949000', '153653.952000', '153653.959000', '153653.962000', '153653.965000', '153653.968000', '153653.971000', '153653.974000', '153653.976000', '153653.979000', '153653.982000', '153713.853000', '153713.856000', '153713.859000', '153713.862000', '153713.865000', '153713.868000', '153713.871000', '153713.874000', '153713.876000', '153713.879000', '153713.882000', '153713.885000', '153713.888000', '153713.891000', '153713.894000', '153713.897000', '153713.900000', '153713.903000', '153713.905000', '153713.909000', '153713.914000', '153713.918000', '153713.921000', '153713.923000', '153713.926000', '153713.929000', '153713.932000', '153713.935000', '153713.938000', '153713.941000', '153713.943000', '153713.946000', '153713.949000', '153713.952000', '153713.955000', '153713.958000', '153713.961000', '153713.963000', '153713.966000', '153713.969000', '153713.972000', '153713.975000', '153713.978000', '153723.151000', '153723.155000', '153723.159000', '153723.212000', '153723.215000', '153723.218000', '153723.221000', '153723.224000', '153723.227000', '153723.230000', '153723.233000', '153723.235000', '153723.238000', '153723.241000', '153723.244000', '153723.247000', '153723.250000', '153723.253000', '153723.256000', '153723.259000', '153723.262000'], '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': [6634, 7027, 8518, 5528, 5373, 7589, 6283, 6337, 7726, 5527, 5066, 7228, 5852, 6060, 7247, 5423, 5884, 6673, 5647, 5004, 6551, 5330, 5292, 7567, 5878, 5286, 6730, 6015, 5056, 8317, 5697, 5389, 6742, 6136, 5247, 8134, 5546, 5212, 5219, 6450, 5872, 5172, 6485, 7143, 6200, 5241, 9335, 7881, 7125, 8058, 5165, 7829, 7445, 5207, 9288, 5985, 5333, 6875, 5530, 5272, 6888, 5636, 5355, 6612, 6099, 5393, 6701, 6530, 5473, 9438, 8214, 5322, 8087, 6751, 5352, 8912, 7121, 6440, 7821, 5531, 5726, 7032, 5615, 6904, 6642, 5346, 5149, 6512, 5311, 8937, 6238, 5391, 6478, 5846, 5189, 7074, 5828, 5327, 6384, 6907, 5401, 8750, 6341, 6862, 8365, 5418, 8318, 6123, 8031, 6164, 5403, 7158, 6643, 5094, 7024, 5303, 5109, 6435, 6048, 5283, 7459, 5442, 5372, 6648, 5307, 8519, 7914, 5522, 7530, 6080, 5301, 6995, 6147, 5573, 6960, 5552, 5391, 7025, 5186, 5361, 6746, 5477, 7384, 6523, 5304, 7458, 6882, 5302, 8225, 6786, 5741, 7221, 5355, 5385, 6604, 5697, 5349, 6697, 5186, 5118, 6756, 5660, 7506, 6937, 5179, 8370, 6976, 5378, 8760, 6583, 6151, 7256, 5310, 8730, 7445, 5267, 7988, 6067, 5167, 7004, 5407, 7641, 6663, 5387, 7088, 5422, 7690, 6649, 5386, 6553, 5712, 5428, 5947, 5789, 5366, 6436, 5467, 7654, 7868, 5131, 8595, 6976, 5242, 8061, 6857, 5989, 8268, 6001, 5202, 8412, 6643, 5099, 8650, 5534, 5043, 7034, 6459, 5688, 5120, 8120, 6363, 5325, 8433, 6221, 5079, 7237, 5288, 5127, 6671, 5604, 5217, 5874, 5409, 5184, 6367, 5396, 6147, 5831, 5481, 7844, 7576, 5483, 8100, 5321, 5097, 6878, 6025, 5418, 7327, 5549, 5506, 7049, 5412, 6216, 7689, 5591, 6425, 7127, 5210, 7769, 7555, 5357, 8676, 7090, 5315, 7635, 7214, 5289, 5342, 7358, 5913, 7239, 7870, 5222, 8417, 6579, 5816, 7896, 5285, 8674, 6732, 5130, 7062, 5646, 5012, 6875, 5259, 5008, 5287, 5315, 6450, 5931, 5286, 6974, 6711, 5311, 7799, 7851, 5327, 7158, 6722, 5119, 7869, 6686, 5326, 6877, 6484, 5268, 5790, 7622, 7074, 5464, 7981, 6453, 5250, 5337, 9483, 7532, 5295, 5725, 7681, 6593, 6799, 8200, 5283, 5121, 6489, 6315, 5256, 6772, 5510, 5413, 5033, 6130, 5913, 5215, 6848, 5958, 5546, 7917, 7119, 6761, 7497, 5923, 6793, 7899, 5521, 6676, 7636, 5277, 7249, 7678, 5437, 5636, 7789, 6892, 5948, 8501, 5967, 5258, 7705, 7070, 5871, 8247, 6102, 5325, 7351, 6513, 5663, 7651, 5231, 5121, 6787, 6244, 5235, 6823, 5186, 5018, 6160, 6314, 5197, 7612, 6625, 5235, 6852, 6582, 5239, 8373, 7834, 5327, 8288, 7107, 5020, 9394, 7837, 5293, 8464, 7254, 5194, 8793, 7261, 5147, 7711, 6161, 5203, 7610, 5495, 5187, 6898, 5560, 5215, 7020, 5402, 5303, 6275, 5596, 5241, 5610, 5659, 5229, 7082, 9081, 5344, 8397, 6175, 5327, 7773, 5992, 5049, 6940, 5547, 4909, 7599, 5192, 5079, 7860, 6635, 5264, 8178, 6160, 5758, 6597, 6804, 6237, 6704, 8000, 6474, 5293, 7751, 6530, 5281, 7223, 6705, 5391, 5278, 5658, 5175, 5203, 5161, 5714, 5346, 5375, 5290, 6312, 6577, 5436, 5839, 8720, 7349, 5460, 7752, 9325, 5773, 9011, 7675, 5717, 7952, 7166, 5288, 8851, 7896, 5411, 7812, 6311, 5356, 7491, 6803, 5150, 8199, 5753, 5424, 6718, 5403, 5471, 7271, 5315, 7335, 6746, 5373, 7021, 6158, 5420, 6880, 5039, 4888, 6479, 5608, 5479, 7474, 5778, 5410, 7334, 5257, 7630, 6736, 5483, 5216, 5237, 5089, 5240, 6946, 5452, 6354, 6819, 5210, 7993, 7718, 5849, 10174, 7675, 7040, 7911, 6542, 7891, 7519, 6170, 9774, 6935, 5305, 7589, 5528, 6708, 6880, 5844, 7635, 5890, 5323, 7685, 5619, 5323, 7292, 5280, 5446, 5572, 5284, 6320, 6244, 5545, 7311, 6631, 5521, 7695, 6958, 5547, 7095, 5466, 5706, 6929, 6342, 5606, 7444, 6144, 5428, 8101, 5291, 7377, 6981, 5278, 9401, 7549, 5486, 7716, 6782, 5610, 8074, 7132, 5336, 7170, 6341, 5294, 7325, 6709, 5241, 7174, 5397, 5279, 7430, 6026, 5617, 6926, 5541, 5609, 7601, 6002, 5500, 7416, 5481, 5558, 7858, 6559, 6076, 7140, 5396, 6497, 6917, 5667, 8714, 6871, 5304, 7176, 7150, 5633, 8284, 6840, 5276, 7670, 7408, 5501, 9574, 7494, 5392, 7972, 6958, 5551, 8868, 6343, 5586, 7591, 6299, 5590, 8240, 5897, 5740, 7396, 5736, 5499, 8527, 6309, 5247, 7096, 7138, 5377, 6469, 5916, 5325, 5618, 8408, 8889, 5835, 9666, 7621, 5327, 9287, 8801, 6048, 9367, 6735, 5289, 6253, 8010, 6426, 5367, 7998, 5589, 5392, 6976, 6818, 5236, 5948, 6652, 5297, 7529, 7330, 5425, 6496, 6285, 5527, 6190, 7110, 5440, 5211, 6788, 6038, 5238, 7266, 5557, 5420, 6319, 5995, 5407, 6781, 6093, 5439, 8499, 7364, 5562, 8055, 5780, 5699, 6167, 6492, 5573, 5792, 7043, 5637, 5608, 7803, 6714, 6345, 7654, 5810, 6174, 8248, 6919, 5674, 9075, 6342, 5485, 7116, 6941, 5840, 6934, 7200, 5494, 9194, 7950, 6266, 9494, 7468, 5277, 8618, 6971, 5683, 7321, 5446, 5227, 7474, 6454, 5710, 7134, 5687, 5579, 7714, 6119, 5382, 7531, 6495, 5453, 8113, 7372, 5449, 8618, 6921, 5321, 8719, 7673, 5403, 8234, 6619, 5299, 5439, 7297, 5525, 5520, 5686, 9073, 6587, 5337, 8618, 9319, 5935, 9842, 6511, 5497, 7196, 5797, 5341, 7433, 5334, 5685, 5497, 5363, 5257, 5375, 5639, 5428, 5257, 5489, 5694, 5604, 5383, 5610, 6516, 5436, 7122, 6477, 5272, 9222, 8574, 6370, 9731, 7182, 5619, 8239, 6938, 6068, 8510, 5714, 5418, 6851, 5398, 8535, 6962, 5132, 7556, 6800, 5577, 7965, 5469, 8889, 6382, 5634, 7446, 5722, 5483, 6332, 5251, 5097, 6339, 5487, 8099, 5953, 5266, 7530, 5449, 8531, 5831, 5283, 5532, 5104, 5890, 5853, 5348, 5397, 6223, 5500, 7310, 6782, 5515, 8008, 6609, 5671, 8724, 6095, 5258, 8274, 7035, 5466, 7991, 6706, 5213, 9078], 'WindowCenter': [3393.0, 3379.0, 3400.0, 3344.0, 3343.0, 3374.0, 3363.0, 3363.0, 3374.0, 3342.0, 3343.0, 3374.0, 3342.0, 3352.0, 3374.0, 3342.0, 3342.0, 3363.0, 3341.0, 3331.0, 3353.0, 3341.0, 3342.0, 3374.0, 3353.0, 3355.0, 3364.0, 3355.0, 3333.0, 3385.0, 3354.0, 3343.0, 3363.0, 3352.0, 3331.0, 3387.0, 3354.0, 3345.0, 3344.0, 3365.0, 3354.0, 3346.0, 3378.0, 3377.0, 3368.0, 3344.0, 3397.0, 3386.0, 3364.0, 3374.0, 3330.0, 3373.0, 3362.0, 3328.0, 3383.0, 3341.0, 3342.0, 3361.0, 3339.0, 3331.0, 3363.0, 3342.0, 3343.0, 3363.0, 3354.0, 3343.0, 3365.0, 3364.0, 3344.0, 3385.0, 3386.0, 3342.0, 3375.0, 3364.0, 3342.0, 3384.0, 3362.0, 3352.0, 3372.0, 3341.0, 3339.0, 3362.0, 3353.0, 3375.0, 3362.0, 3340.0, 3329.0, 3349.0, 3341.0, 3382.0, 3350.0, 3343.0, 3362.0, 3353.0, 3331.0, 3362.0, 3352.0, 3355.0, 3363.0, 3374.0, 3342.0, 3385.0, 3363.0, 3361.0, 3372.0, 3328.0, 3371.0, 3339.0, 3359.0, 3337.0, 3325.0, 3348.0, 3347.0, 3329.0, 3360.0, 3340.0, 3341.0, 3351.0, 3364.0, 3354.0, 3375.0, 3354.0, 3342.0, 3376.0, 3342.0, 3384.0, 3374.0, 3342.0, 3373.0, 3351.0, 3340.0, 3362.0, 3352.0, 3355.0, 3374.0, 3342.0, 3342.0, 3375.0, 3342.0, 3342.0, 3363.0, 3343.0, 3373.0, 3352.0, 3343.0, 3374.0, 3374.0, 3341.0, 3385.0, 3363.0, 3353.0, 3372.0, 3341.0, 3341.0, 3363.0, 3354.0, 3354.0, 3364.0, 3343.0, 3343.0, 3364.0, 3354.0, 3375.0, 3375.0, 3345.0, 3385.0, 3374.0, 3341.0, 3384.0, 3363.0, 3351.0, 3372.0, 3340.0, 3371.0, 3361.0, 3330.0, 3372.0, 3351.0, 3342.0, 3362.0, 3341.0, 3372.0, 3362.0, 3340.0, 3360.0, 3339.0, 3372.0, 3361.0, 3340.0, 3362.0, 3351.0, 3342.0, 3352.0, 3354.0, 3342.0, 3365.0, 3354.0, 3374.0, 3386.0, 3343.0, 3398.0, 3375.0, 3343.0, 3386.0, 3364.0, 3355.0, 3386.0, 3353.0, 3330.0, 3372.0, 3362.0, 3344.0, 3386.0, 3329.0, 3330.0, 3374.0, 3352.0, 3353.0, 3332.0, 3388.0, 3366.0, 3342.0, 3374.0, 3352.0, 3330.0, 3372.0, 3341.0, 3329.0, 3360.0, 3341.0, 3330.0, 3341.0, 3341.0, 3331.0, 3363.0, 3342.0, 3353.0, 3352.0, 3343.0, 3385.0, 3375.0, 3345.0, 3375.0, 3342.0, 3330.0, 3362.0, 3354.0, 3342.0, 3375.0, 3343.0, 3342.0, 3363.0, 3342.0, 3354.0, 3376.0, 3342.0, 3365.0, 3376.0, 3331.0, 3374.0, 3375.0, 3342.0, 3372.0, 3362.0, 3341.0, 3372.0, 3362.0, 3341.0, 3341.0, 3372.0, 3342.0, 3374.0, 3373.0, 3330.0, 3373.0, 3361.0, 3340.0, 3373.0, 3329.0, 3371.0, 3349.0, 3328.0, 3359.0, 3338.0, 3329.0, 3362.0, 3329.0, 3328.0, 3341.0, 3342.0, 3350.0, 3352.0, 3342.0, 3373.0, 3363.0, 3341.0, 3374.0, 3385.0, 3342.0, 3363.0, 3363.0, 3342.0, 3385.0, 3375.0, 3355.0, 3364.0, 3364.0, 3342.0, 3354.0, 3386.0, 3377.0, 3355.0, 3386.0, 3363.0, 3330.0, 3342.0, 3396.0, 3375.0, 3355.0, 3353.0, 3373.0, 3363.0, 3351.0, 3373.0, 3340.0, 3330.0, 3349.0, 3351.0, 3330.0, 3362.0, 3342.0, 3342.0, 3343.0, 3354.0, 3355.0, 3345.0, 3376.0, 3366.0, 3356.0, 3375.0, 3365.0, 3364.0, 3374.0, 3353.0, 3351.0, 3373.0, 3341.0, 3362.0, 3372.0, 3329.0, 3361.0, 3362.0, 3341.0, 3340.0, 3372.0, 3362.0, 3351.0, 3382.0, 3351.0, 3328.0, 3372.0, 3362.0, 3340.0, 3371.0, 3349.0, 3328.0, 3360.0, 3349.0, 3339.0, 3372.0, 3318.0, 3328.0, 3349.0, 3352.0, 3329.0, 3361.0, 3329.0, 3328.0, 3351.0, 3351.0, 3330.0, 3372.0, 3363.0, 3330.0, 3362.0, 3362.0, 3329.0, 3372.0, 3372.0, 3340.0, 3372.0, 3360.0, 3329.0, 3383.0, 3361.0, 3328.0, 3358.0, 3346.0, 3316.0, 3370.0, 3359.0, 3327.0, 3360.0, 3337.0, 3316.0, 3360.0, 3327.0, 3327.0, 3359.0, 3340.0, 3316.0, 3359.0, 3328.0, 3338.0, 3349.0, 3340.0, 3330.0, 3352.0, 3354.0, 3343.0, 3375.0, 3386.0, 3355.0, 3385.0, 3352.0, 3341.0, 3372.0, 3352.0, 3330.0, 3373.0, 3341.0, 3332.0, 3387.0, 3329.0, 3330.0, 3388.0, 3336.0, 3315.0, 3372.0, 3263.0, 3386.0, 3365.0, 3350.0, 3340.0, 3347.0, 3346.0, 3336.0, 3312.0, 3344.0, 3334.0, 3325.0, 3345.0, 3346.0, 3325.0, 3314.0, 3326.0, 3315.0, 3328.0, 3329.0, 3353.0, 3356.0, 3355.0, 3358.0, 3365.0, 3377.0, 3357.0, 3356.0, 3399.0, 3376.0, 3342.0, 3376.0, 3385.0, 3340.0, 3373.0, 3362.0, 3339.0, 3361.0, 3360.0, 3328.0, 3373.0, 3370.0, 3327.0, 3361.0, 3348.0, 3329.0, 3362.0, 3360.0, 3331.0, 3372.0, 3340.0, 3340.0, 3350.0, 3339.0, 3329.0, 3362.0, 3329.0, 3361.0, 3362.0, 3329.0, 3360.0, 3339.0, 3344.0, 3390.0, 3341.0, 3316.0, 3351.0, 3351.0, 3353.0, 3374.0, 3352.0, 3352.0, 3372.0, 3342.0, 3371.0, 3360.0, 3351.0, 3338.0, 3327.0, 3338.0, 3339.0, 3372.0, 3350.0, 3374.0, 3375.0, 3343.0, 3384.0, 3373.0, 3349.0, 3391.0, 3370.0, 3357.0, 3357.0, 3345.0, 3355.0, 3355.0, 3334.0, 3377.0, 3357.0, 3323.0, 3356.0, 3324.0, 3357.0, 3358.0, 3335.0, 3368.0, 3335.0, 3337.0, 3370.0, 3348.0, 3337.0, 3369.0, 3338.0, 3338.0, 3338.0, 3338.0, 3348.0, 3361.0, 3341.0, 3370.0, 3363.0, 3341.0, 3383.0, 3374.0, 3351.0, 3373.0, 3352.0, 3364.0, 3373.0, 3374.0, 3363.0, 3384.0, 3363.0, 3353.0, 3385.0, 3353.0, 3384.0, 3373.0, 3341.0, 3393.0, 3383.0, 3341.0, 3382.0, 3373.0, 3364.0, 3384.0, 3387.0, 3353.0, 3373.0, 3373.0, 3353.0, 3385.0, 3387.0, 3354.0, 3385.0, 3352.0, 3341.0, 3372.0, 3363.0, 3352.0, 3385.0, 3352.0, 3351.0, 3372.0, 3363.0, 3341.0, 3384.0, 3353.0, 3353.0, 3384.0, 3374.0, 3363.0, 3385.0, 3352.0, 3360.0, 3371.0, 3350.0, 3383.0, 3371.0, 3340.0, 3371.0, 3386.0, 3352.0, 3396.0, 3373.0, 3341.0, 3383.0, 3373.0, 3340.0, 3393.0, 3372.0, 3351.0, 3382.0, 3372.0, 3351.0, 3394.0, 3362.0, 3338.0, 3370.0, 3360.0, 3340.0, 3383.0, 3351.0, 3350.0, 3371.0, 3351.0, 3352.0, 3395.0, 3377.0, 3342.0, 3373.0, 3385.0, 3354.0, 3364.0, 3364.0, 3354.0, 3365.0, 3397.0, 3410.0, 3365.0, 3396.0, 3384.0, 3340.0, 3395.0, 3383.0, 3349.0, 3382.0, 3360.0, 3337.0, 3348.0, 3369.0, 3349.0, 3340.0, 3371.0, 3337.0, 3340.0, 3360.0, 3361.0, 3341.0, 3349.0, 3360.0, 3338.0, 3370.0, 3370.0, 3338.0, 3349.0, 3350.0, 3338.0, 3350.0, 3371.0, 3339.0, 3328.0, 3359.0, 3349.0, 3328.0, 3371.0, 3339.0, 3340.0, 3361.0, 3362.0, 3341.0, 3372.0, 3362.0, 3351.0, 3382.0, 3371.0, 3341.0, 3383.0, 3351.0, 3351.0, 3350.0, 3361.0, 3340.0, 3351.0, 3373.0, 3364.0, 3351.0, 3383.0, 3374.0, 3362.0, 3383.0, 3351.0, 3350.0, 3381.0, 3371.0, 3351.0, 3395.0, 3362.0, 3350.0, 3373.0, 3373.0, 3351.0, 3372.0, 3372.0, 3351.0, 3382.0, 3371.0, 3361.0, 3392.0, 3370.0, 3327.0, 3369.0, 3358.0, 3336.0, 3358.0, 3336.0, 3338.0, 3358.0, 3359.0, 3348.0, 3369.0, 3350.0, 3351.0, 3383.0, 3362.0, 3351.0, 3384.0, 3360.0, 3338.0, 3381.0, 3372.0, 3340.0, 3394.0, 3373.0, 3339.0, 3381.0, 3372.0, 3340.0, 3384.0, 3361.0, 3339.0, 3338.0, 3373.0, 3339.0, 3351.0, 3363.0, 3396.0, 3373.0, 3352.0, 3383.0, 3382.0, 3350.0, 3392.0, 3360.0, 3326.0, 3345.0, 3335.0, 3324.0, 3357.0, 3337.0, 3337.0, 3337.0, 3339.0, 3340.0, 3351.0, 3350.0, 3338.0, 3340.0, 3352.0, 3351.0, 3363.0, 3353.0, 3363.0, 3374.0, 3353.0, 3374.0, 3374.0, 3341.0, 3394.0, 3383.0, 3361.0, 3393.0, 3371.0, 3351.0, 3381.0, 3370.0, 3350.0, 3384.0, 3362.0, 3337.0, 3359.0, 3338.0, 3381.0, 3372.0, 3341.0, 3372.0, 3372.0, 3340.0, 3371.0, 3338.0, 3380.0, 3360.0, 3349.0, 3370.0, 3349.0, 3351.0, 3362.0, 3341.0, 3340.0, 3373.0, 3352.0, 3383.0, 3363.0, 3339.0, 3383.0, 3340.0, 3382.0, 3351.0, 3351.0, 3352.0, 3340.0, 3351.0, 3362.0, 3352.0, 3352.0, 3363.0, 3354.0, 3386.0, 3375.0, 3354.0, 3395.0, 3375.0, 3365.0, 3395.0, 3363.0, 3342.0, 3395.0, 3373.0, 3352.0, 3395.0, 3373.0, 3341.0, 3395.0], 'WindowWidth': [7742.0, 7714.0, 7743.0, 7662.0, 7656.0, 7699.0, 7684.0, 7683.0, 7697.0, 7657.0, 7661.0, 7699.0, 7653.0, 7667.0, 7699.0, 7657.0, 7652.0, 7682.0, 7651.0, 7637.0, 7669.0, 7652.0, 7655.0, 7697.0, 7671.0, 7675.0, 7688.0, 7675.0, 7644.0, 7715.0, 7671.0, 7658.0, 7684.0, 7667.0, 7639.0, 7722.0, 7676.0, 7665.0, 7663.0, 7689.0, 7675.0, 7669.0, 7712.0, 7710.0, 7699.0, 7662.0, 7734.0, 7718.0, 7686.0, 7699.0, 7636.0, 7693.0, 7677.0, 7629.0, 7708.0, 7649.0, 7655.0, 7675.0, 7645.0, 7637.0, 7682.0, 7653.0, 7657.0, 7684.0, 7674.0, 7660.0, 7690.0, 7688.0, 7660.0, 7715.0, 7716.0, 7655.0, 7702.0, 7685.0, 7654.0, 7709.0, 7680.0, 7665.0, 7691.0, 7649.0, 7645.0, 7677.0, 7670.0, 7701.0, 7682.0, 7650.0, 7631.0, 7657.0, 7649.0, 7705.0, 7662.0, 7657.0, 7682.0, 7670.0, 7640.0, 7679.0, 7669.0, 7679.0, 7686.0, 7700.0, 7653.0, 7715.0, 7682.0, 7677.0, 7693.0, 7630.0, 7688.0, 7642.0, 7669.0, 7638.0, 7619.0, 7653.0, 7651.0, 7632.0, 7674.0, 7648.0, 7653.0, 7666.0, 7687.0, 7675.0, 7703.0, 7674.0, 7657.0, 7706.0, 7655.0, 7710.0, 7698.0, 7655.0, 7694.0, 7664.0, 7649.0, 7680.0, 7667.0, 7679.0, 7700.0, 7657.0, 7656.0, 7702.0, 7657.0, 7655.0, 7685.0, 7658.0, 7697.0, 7669.0, 7658.0, 7700.0, 7698.0, 7653.0, 7715.0, 7683.0, 7670.0, 7695.0, 7653.0, 7652.0, 7685.0, 7673.0, 7674.0, 7687.0, 7659.0, 7660.0, 7687.0, 7673.0, 7703.0, 7702.0, 7665.0, 7714.0, 7701.0, 7653.0, 7712.0, 7684.0, 7665.0, 7693.0, 7649.0, 7689.0, 7677.0, 7636.0, 7694.0, 7665.0, 7656.0, 7681.0, 7651.0, 7693.0, 7681.0, 7648.0, 7675.0, 7644.0, 7692.0, 7676.0, 7650.0, 7680.0, 7666.0, 7655.0, 7669.0, 7674.0, 7657.0, 7691.0, 7677.0, 7702.0, 7717.0, 7660.0, 7739.0, 7705.0, 7660.0, 7718.0, 7686.0, 7675.0, 7715.0, 7670.0, 7634.0, 7692.0, 7679.0, 7660.0, 7719.0, 7632.0, 7637.0, 7700.0, 7666.0, 7670.0, 7641.0, 7723.0, 7694.0, 7656.0, 7697.0, 7666.0, 7637.0, 7692.0, 7651.0, 7632.0, 7674.0, 7649.0, 7636.0, 7650.0, 7653.0, 7639.0, 7682.0, 7654.0, 7668.0, 7668.0, 7656.0, 7713.0, 7702.0, 7663.0, 7702.0, 7655.0, 7636.0, 7679.0, 7671.0, 7654.0, 7703.0, 7657.0, 7654.0, 7683.0, 7654.0, 7671.0, 7704.0, 7657.0, 7688.0, 7705.0, 7640.0, 7699.0, 7701.0, 7654.0, 7692.0, 7677.0, 7650.0, 7692.0, 7681.0, 7653.0, 7653.0, 7693.0, 7654.0, 7698.0, 7696.0, 7636.0, 7696.0, 7677.0, 7648.0, 7693.0, 7633.0, 7688.0, 7656.0, 7629.0, 7670.0, 7640.0, 7633.0, 7677.0, 7632.0, 7631.0, 7649.0, 7658.0, 7663.0, 7666.0, 7656.0, 7697.0, 7684.0, 7654.0, 7697.0, 7714.0, 7655.0, 7684.0, 7683.0, 7656.0, 7715.0, 7704.0, 7677.0, 7686.0, 7685.0, 7655.0, 7674.0, 7720.0, 7710.0, 7678.0, 7717.0, 7684.0, 7636.0, 7655.0, 7730.0, 7703.0, 7678.0, 7669.0, 7694.0, 7681.0, 7662.0, 7694.0, 7650.0, 7634.0, 7657.0, 7661.0, 7636.0, 7680.0, 7653.0, 7656.0, 7657.0, 7673.0, 7677.0, 7663.0, 7707.0, 7694.0, 7680.0, 7704.0, 7689.0, 7686.0, 7698.0, 7670.0, 7664.0, 7694.0, 7651.0, 7678.0, 7691.0, 7631.0, 7675.0, 7677.0, 7652.0, 7647.0, 7691.0, 7679.0, 7665.0, 7707.0, 7664.0, 7629.0, 7692.0, 7679.0, 7649.0, 7692.0, 7660.0, 7630.0, 7674.0, 7659.0, 7645.0, 7692.0, 7615.0, 7628.0, 7657.0, 7666.0, 7632.0, 7676.0, 7631.0, 7630.0, 7666.0, 7664.0, 7636.0, 7694.0, 7683.0, 7638.0, 7679.0, 7680.0, 7632.0, 7691.0, 7692.0, 7648.0, 7694.0, 7674.0, 7634.0, 7711.0, 7676.0, 7630.0, 7668.0, 7649.0, 7609.0, 7686.0, 7671.0, 7628.0, 7673.0, 7639.0, 7610.0, 7672.0, 7626.0, 7626.0, 7672.0, 7649.0, 7611.0, 7672.0, 7628.0, 7642.0, 7659.0, 7648.0, 7637.0, 7669.0, 7674.0, 7659.0, 7701.0, 7718.0, 7677.0, 7716.0, 7668.0, 7653.0, 7694.0, 7668.0, 7636.0, 7696.0, 7653.0, 7644.0, 7721.0, 7633.0, 7633.0, 7723.0, 7630.0, 7606.0, 7692.0, 7496.0, 7744.0, 7692.0, 7662.0, 7645.0, 7649.0, 7643.0, 7630.0, 7595.0, 7640.0, 7627.0, 7620.0, 7643.0, 7648.0, 7619.0, 7605.0, 7620.0, 7608.0, 7628.0, 7632.0, 7672.0, 7682.0, 7678.0, 7686.0, 7690.0, 7709.0, 7683.0, 7681.0, 7739.0, 7704.0, 7656.0, 7703.0, 7714.0, 7649.0, 7693.0, 7677.0, 7645.0, 7674.0, 7671.0, 7629.0, 7692.0, 7686.0, 7627.0, 7673.0, 7654.0, 7630.0, 7679.0, 7674.0, 7638.0, 7693.0, 7648.0, 7647.0, 7660.0, 7646.0, 7630.0, 7678.0, 7633.0, 7675.0, 7678.0, 7630.0, 7671.0, 7644.0, 7661.0, 7734.0, 7653.0, 7610.0, 7664.0, 7666.0, 7672.0, 7701.0, 7671.0, 7669.0, 7696.0, 7658.0, 7693.0, 7679.0, 7668.0, 7647.0, 7629.0, 7649.0, 7648.0, 7694.0, 7666.0, 7705.0, 7708.0, 7662.0, 7716.0, 7699.0, 7663.0, 7718.0, 7689.0, 7667.0, 7666.0, 7648.0, 7659.0, 7661.0, 7632.0, 7694.0, 7665.0, 7618.0, 7663.0, 7620.0, 7669.0, 7670.0, 7636.0, 7685.0, 7639.0, 7642.0, 7689.0, 7657.0, 7644.0, 7689.0, 7646.0, 7647.0, 7648.0, 7645.0, 7658.0, 7679.0, 7654.0, 7690.0, 7684.0, 7655.0, 7713.0, 7703.0, 7669.0, 7699.0, 7671.0, 7692.0, 7701.0, 7705.0, 7688.0, 7715.0, 7689.0, 7674.0, 7719.0, 7676.0, 7715.0, 7700.0, 7656.0, 7726.0, 7713.0, 7654.0, 7710.0, 7699.0, 7690.0, 7716.0, 7725.0, 7675.0, 7702.0, 7701.0, 7677.0, 7719.0, 7727.0, 7678.0, 7719.0, 7673.0, 7656.0, 7697.0, 7686.0, 7671.0, 7719.0, 7672.0, 7668.0, 7695.0, 7685.0, 7656.0, 7716.0, 7676.0, 7674.0, 7717.0, 7705.0, 7689.0, 7719.0, 7674.0, 7680.0, 7694.0, 7666.0, 7711.0, 7695.0, 7652.0, 7693.0, 7722.0, 7673.0, 7734.0, 7701.0, 7657.0, 7713.0, 7698.0, 7653.0, 7726.0, 7696.0, 7669.0, 7710.0, 7697.0, 7668.0, 7728.0, 7684.0, 7648.0, 7692.0, 7678.0, 7651.0, 7713.0, 7670.0, 7665.0, 7695.0, 7669.0, 7671.0, 7733.0, 7714.0, 7659.0, 7701.0, 7719.0, 7678.0, 7689.0, 7690.0, 7679.0, 7694.0, 7738.0, 7759.0, 7692.0, 7733.0, 7714.0, 7653.0, 7728.0, 7711.0, 7661.0, 7706.0, 7676.0, 7641.0, 7654.0, 7685.0, 7659.0, 7651.0, 7690.0, 7643.0, 7650.0, 7676.0, 7680.0, 7656.0, 7662.0, 7676.0, 7645.0, 7688.0, 7690.0, 7645.0, 7661.0, 7661.0, 7644.0, 7663.0, 7693.0, 7648.0, 7630.0, 7674.0, 7661.0, 7632.0, 7692.0, 7649.0, 7652.0, 7682.0, 7682.0, 7655.0, 7697.0, 7684.0, 7669.0, 7709.0, 7693.0, 7655.0, 7711.0, 7667.0, 7667.0, 7665.0, 7680.0, 7654.0, 7668.0, 7702.0, 7690.0, 7668.0, 7714.0, 7702.0, 7684.0, 7713.0, 7668.0, 7664.0, 7706.0, 7694.0, 7668.0, 7734.0, 7685.0, 7666.0, 7700.0, 7699.0, 7668.0, 7697.0, 7696.0, 7668.0, 7709.0, 7692.0, 7678.0, 7721.0, 7690.0, 7629.0, 7684.0, 7670.0, 7638.0, 7669.0, 7641.0, 7646.0, 7670.0, 7674.0, 7660.0, 7689.0, 7664.0, 7669.0, 7713.0, 7683.0, 7669.0, 7713.0, 7679.0, 7648.0, 7706.0, 7696.0, 7652.0, 7728.0, 7700.0, 7649.0, 7706.0, 7694.0, 7653.0, 7715.0, 7681.0, 7647.0, 7644.0, 7700.0, 7651.0, 7669.0, 7689.0, 7734.0, 7699.0, 7670.0, 7712.0, 7709.0, 7663.0, 7723.0, 7678.0, 7624.0, 7648.0, 7634.0, 7620.0, 7669.0, 7641.0, 7642.0, 7643.0, 7649.0, 7653.0, 7668.0, 7667.0, 7648.0, 7650.0, 7670.0, 7669.0, 7689.0, 7677.0, 7688.0, 7704.0, 7676.0, 7703.0, 7703.0, 7658.0, 7728.0, 7714.0, 7680.0, 7725.0, 7694.0, 7669.0, 7707.0, 7691.0, 7665.0, 7715.0, 7686.0, 7645.0, 7674.0, 7646.0, 7706.0, 7697.0, 7657.0, 7696.0, 7695.0, 7652.0, 7692.0, 7647.0, 7702.0, 7678.0, 7662.0, 7689.0, 7663.0, 7669.0, 7685.0, 7656.0, 7655.0, 7701.0, 7672.0, 7713.0, 7687.0, 7652.0, 7712.0, 7653.0, 7709.0, 7667.0, 7671.0, 7673.0, 7653.0, 7670.0, 7686.0, 7676.0, 7673.0, 7691.0, 7681.0, 7724.0, 7707.0, 7678.0, 7735.0, 7707.0, 7695.0, 7735.0, 7688.0, 7661.0, 7734.0, 7701.0, 7672.0, 7733.0, 7702.0, 7655.0, 7731.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.0016698851894374285</td></tr>
<tr><td colspan=3>aqi</td><td>0.05410194064293915</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.23930380817238</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0003887439540244</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9187898140229874</td></tr>
<tr><td colspan=3>efc</td><td>0.4123</td></tr>
<tr><td colspan=3>fber</td><td>8986.8691</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.18291410251806284</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>206</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.65097588978186</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7347655250630134</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6107233923009585</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9102917487950557</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.683281434093026</td></tr>
<tr><td colspan=3>gcor</td><td>0.00568479</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0036034088116139174</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03241543099284172</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>3.9220778859112415</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>34.7133</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>19.5019</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>89.6794</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>29.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>315557.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>363.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>196.3139</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9831</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>450.1544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2617.7623</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2767.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>60987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>930.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3448.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>705.4876</td></tr>
<tr><td colspan=3>tsnr</td><td>27.41902743699029</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>