ds005256-mriqc/sub-0091_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 9b98f32f3f [DATALAD RUNCMD] Compute MRIQC for sub-0091
=== 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-0091 --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-0091",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:00:37 +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-0091_ses-03_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0091_ses-03_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0091_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-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0091/figures/sub-0091_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0091/ses-03/func/sub-0091_ses-03_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a9ec131512ab37b8b445c4a875bdbb8a</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>13:22:14.090000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999898, 0.0119927, 0.0076995, -0.00994769, 0.974186, -0.225527]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.109651</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4141, -7708, -7264, 586, -100, -187, -92, 76]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</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>265.939</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e87f5512-0a89-49c1-aa48-c8f7febf3dd5||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68265438079834, -0.026688937097787857, 0.027554631233215332, 112.75200653076172], [-0.032175544649362564, 2.6136703491210938, -0.6086530089378357, -75.23147583007812], [0.020657192915678024, 0.6050711870193481, 2.6303579807281494, -100.48424530029297], [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': ['132214.090000', '132214.550000', '132215.010000', '132215.470000', '132215.930000', '132216.390000', '132216.850000', '132217.310000', '132217.770000', '132218.230000', '132218.690000', '132219.150000', '132219.610000', '132220.070000', '132220.530000', '132220.990000', '132221.450000', '132221.910000', '132222.370000', '132222.830000', '132223.290000', '132223.750000', '132224.210000', '132224.670000', '132225.130000', '132225.590000', '132226.050000', '132226.510000', '132226.970000', '132227.430000', '132227.890000', '132228.350000', '132228.810000', '132229.270000', '132229.730000', '132230.190000', '132230.650000', '132231.110000', '132231.570000', '132232.030000', '132232.490000', '132232.950000', '132233.410000', '132233.870000', '132234.330000', '132234.790000', '132235.250000', '132235.710000', '132236.170000', '132236.630000', '132237.090000', '132237.550000', '132238.010000', '132238.470000', '132238.930000', '132239.390000', '132239.850000', '132240.310000', '132240.770000', '132241.230000', '132241.690000', '132242.150000', '132242.610000', '132243.070000', '132243.530000', '132243.990000', '132244.450000', '132244.910000', '132245.370000', '132245.830000', '132246.290000', '132246.750000', '132247.210000', '132247.670000', '132248.130000', '132248.590000', '132249.050000', '132249.510000', '132249.970000', '132250.430000', '132250.890000', '132251.350000', '132251.810000', '132252.270000', '132252.730000', '132253.190000', '132253.650000', '132254.110000', '132254.570000', '132255.030000', '132255.490000', '132255.950000', '132256.410000', '132256.870000', '132257.330000', '132257.790000', '132258.250000', '132258.710000', '132259.170000', '132259.630000', '132300.090000', '132300.550000', '132301.010000', '132301.470000', '132301.930000', '132302.390000', '132302.850000', '132303.310000', '132303.770000', '132304.230000', '132304.690000', '132305.150000', '132305.610000', '132306.070000', '132306.530000', '132306.990000', '132307.450000', '132307.910000', '132308.370000', '132308.830000', '132309.290000', '132309.750000', '132310.210000', '132310.670000', '132311.130000', '132311.590000', '132312.050000', '132312.510000', '132312.970000', '132313.430000', '132313.890000', '132314.350000', '132314.810000', '132315.270000', '132315.730000', '132316.190000', '132316.650000', '132317.110000', '132317.570000', '132318.030000', '132318.490000', '132318.950000', '132319.410000', '132319.870000', '132320.330000', '132320.790000', '132321.250000', '132321.710000', '132322.170000', '132322.630000', '132323.090000', '132323.550000', '132324.010000', '132324.470000', '132324.930000', '132325.390000', '132325.850000', '132326.310000', '132326.770000', '132327.230000', '132327.690000', '132328.150000', '132328.610000', '132329.070000', '132329.530000', '132329.990000', '132330.450000', '132330.910000', '132331.370000', '132331.830000', '132332.290000', '132332.750000', '132333.210000', '132333.670000', '132334.130000', '132334.590000', '132335.050000', '132335.510000', '132335.970000', '132336.430000', '132336.890000', '132337.350000', '132337.810000', '132338.270000', '132338.730000', '132339.190000', '132339.650000', '132340.110000', '132340.570000', '132341.030000', '132341.490000', '132341.950000', '132342.410000', '132342.870000', '132343.330000', '132343.790000', '132344.250000', '132344.710000', '132345.170000', '132345.630000', '132346.090000', '132346.550000', '132347.010000', '132347.470000', '132347.930000', '132348.390000', '132348.850000', '132349.310000', '132349.770000', '132350.230000', '132350.690000', '132351.150000', '132351.610000', '132352.070000', '132352.530000', '132352.990000', '132353.450000', '132353.910000', '132354.370000', '132354.830000', '132355.290000', '132355.750000', '132356.210000', '132356.670000', '132357.130000', '132357.590000', '132358.050000', '132358.510000', '132358.970000', '132359.430000', '132359.890000', '132400.350000', '132400.810000', '132401.270000', '132401.730000', '132402.190000', '132402.650000', '132403.110000', '132403.570000', '132404.030000', '132404.490000', '132404.950000', '132405.410000', '132405.870000', '132406.330000', '132406.790000', '132407.250000', '132407.710000', '132408.170000', '132408.630000', '132409.090000', '132409.550000', '132410.010000', '132410.470000', '132410.930000', '132411.390000', '132411.850000', '132412.310000', '132412.770000', '132413.230000', '132413.690000', '132414.150000', '132414.610000', '132415.070000', '132415.530000', '132415.990000', '132416.450000', '132416.910000', '132417.370000', '132417.830000', '132418.290000', '132418.750000', '132419.210000', '132419.670000', '132420.130000', '132420.590000', '132421.050000', '132421.510000', '132421.970000', '132422.430000', '132422.890000', '132423.350000', '132423.810000', '132424.270000', '132424.730000', '132425.190000', '132425.650000', '132426.110000', '132426.570000', '132427.030000', '132427.490000', '132427.950000', '132428.410000', '132428.870000', '132429.330000', '132429.790000', '132430.250000', '132430.710000', '132431.170000', '132431.630000', '132432.090000', '132432.550000', '132433.010000', '132433.470000', '132433.930000', '132434.390000', '132434.850000', '132435.310000', '132435.770000', '132436.230000', '132436.690000', '132437.150000', '132437.610000', '132438.070000', '132438.530000', '132438.990000', '132439.450000', '132439.910000', '132440.370000', '132440.830000', '132441.290000', '132441.750000', '132442.210000', '132442.670000', '132443.130000', '132443.590000', '132444.050000', '132444.510000', '132444.970000', '132445.430000', '132445.890000', '132446.350000', '132446.810000', '132447.270000', '132447.730000', '132448.190000', '132448.650000', '132449.110000', '132449.570000', '132450.030000', '132450.490000', '132450.950000', '132451.410000', '132451.870000', '132452.330000', '132452.790000', '132453.250000', '132453.710000', '132454.170000', '132454.630000', '132455.090000', '132455.550000', '132456.010000', '132456.470000', '132456.930000', '132457.390000', '132457.850000', '132458.310000', '132458.770000', '132459.230000', '132459.690000', '132500.150000', '132500.610000', '132501.070000', '132501.530000', '132501.990000', '132502.450000', '132502.910000', '132503.370000', '132503.830000', '132504.290000', '132504.750000', '132505.210000', '132505.670000', '132506.130000', '132506.590000', '132507.050000', '132507.510000', '132507.970000', '132508.430000', '132508.890000', '132509.350000', '132509.810000', '132510.270000', '132510.730000', '132511.190000', '132511.650000', '132512.110000', '132512.570000', '132513.030000', '132513.490000', '132513.950000', '132514.410000', '132514.870000', '132515.330000', '132515.790000', '132516.250000', '132516.710000', '132517.170000', '132517.630000', '132518.090000', '132518.550000', '132519.010000', '132519.470000', '132519.930000', '132520.390000', '132520.850000', '132521.310000', '132521.770000', '132522.230000', '132522.690000', '132523.150000', '132523.610000', '132524.070000', '132524.530000', '132524.990000', '132525.450000', '132525.910000', '132526.370000', '132526.830000', '132527.290000', '132527.750000', '132528.210000', '132528.670000', '132529.130000', '132529.590000', '132530.050000', '132530.510000', '132530.970000', '132531.430000', '132531.890000', '132532.350000', '132532.810000', '132533.270000', '132533.730000', '132534.190000', '132534.650000', '132535.110000', '132535.570000', '132536.030000', '132536.490000', '132536.950000', '132537.410000', '132537.870000', '132538.330000', '132538.790000', '132539.250000', '132539.710000', '132540.170000', '132540.630000', '132541.090000', '132541.550000', '132542.010000', '132542.470000', '132542.930000', '132543.390000', '132543.850000', '132544.310000', '132544.770000', '132545.230000', '132545.690000', '132546.150000', '132546.610000', '132547.070000', '132547.530000', '132547.990000', '132548.450000', '132548.910000', '132549.370000', '132549.830000', '132550.290000', '132550.750000', '132551.210000', '132551.670000', '132552.130000', '132552.590000', '132553.050000', '132553.510000', '132553.970000', '132554.430000', '132554.890000', '132555.350000', '132555.810000', '132556.270000', '132556.730000', '132557.190000', '132557.650000', '132558.110000', '132558.570000', '132559.030000', '132559.490000', '132559.950000', '132600.410000', '132600.870000', '132601.330000', '132601.790000', '132602.250000', '132602.710000', '132603.170000', '132603.630000', '132604.090000', '132604.550000', '132605.010000', '132605.470000', '132605.930000', '132606.390000', '132606.850000', '132607.310000', '132607.770000', '132608.230000', '132608.690000', '132609.150000', '132609.610000', '132610.070000', '132610.530000', '132610.990000', '132611.450000', '132611.910000', '132612.370000', '132612.830000', '132613.290000', '132613.750000', '132614.210000', '132614.670000', '132615.130000', '132615.590000', '132616.050000', '132616.510000', '132616.970000', '132617.430000', '132617.890000', '132618.350000', '132618.810000', '132619.270000', '132619.730000', '132620.190000', '132620.650000', '132621.110000', '132621.570000', '132622.030000', '132622.490000', '132622.950000', '132623.410000', '132623.870000', '132624.330000', '132624.790000', '132625.250000', '132625.710000', '132626.170000', '132626.630000', '132627.090000', '132627.550000', '132628.010000', '132628.470000', '132628.930000', '132629.390000', '132629.850000', '132630.310000', '132630.770000', '132631.230000', '132631.690000', '132632.150000', '132632.610000', '132633.070000', '132633.530000', '132633.990000', '132634.450000', '132634.910000', '132635.370000', '132635.830000', '132636.290000', '132636.750000', '132637.210000', '132637.670000', '132638.130000', '132638.590000', '132639.050000', '132639.510000', '132639.970000', '132640.430000', '132640.890000', '132641.350000', '132641.810000', '132642.270000', '132642.730000', '132643.190000', '132643.650000', '132644.110000', '132644.570000', '132645.030000', '132645.490000', '132645.950000', '132646.410000', '132646.870000', '132647.330000', '132647.790000', '132648.250000', '132648.710000', '132649.170000', '132649.630000', '132650.090000', '132650.550000', '132651.010000', '132651.470000', '132651.930000', '132652.390000', '132652.850000', '132653.310000', '132653.770000', '132654.230000', '132654.690000', '132655.150000', '132655.610000', '132656.070000', '132656.530000', '132656.990000', '132657.450000', '132657.910000', '132658.370000', '132658.830000', '132659.290000', '132659.750000', '132700.210000', '132700.670000', '132701.130000', '132701.590000', '132702.050000', '132702.510000', '132702.970000', '132703.430000', '132703.890000', '132704.350000', '132704.810000', '132705.270000', '132705.730000', '132706.190000', '132706.650000', '132707.110000', '132707.570000', '132708.030000', '132708.490000', '132708.950000', '132709.410000', '132709.870000', '132710.330000', '132710.790000', '132711.250000', '132711.710000', '132712.170000', '132712.630000', '132713.090000', '132713.550000', '132714.010000', '132714.470000', '132714.930000', '132715.390000', '132715.850000', '132716.310000', '132716.770000', '132717.230000', '132717.690000', '132718.150000', '132718.610000', '132719.070000', '132719.530000', '132719.990000', '132720.450000', '132720.910000', '132721.370000', '132721.830000', '132722.290000', '132722.750000', '132723.210000', '132723.670000', '132724.130000', '132724.590000', '132725.050000', '132725.510000', '132725.970000', '132726.430000', '132726.890000', '132727.350000', '132727.810000', '132728.270000', '132728.730000', '132729.190000', '132729.650000', '132730.110000', '132730.570000', '132731.030000', '132731.490000', '132731.950000', '132732.410000', '132732.870000', '132733.330000', '132733.790000', '132734.250000', '132734.710000', '132735.170000', '132735.630000', '132736.090000', '132736.550000', '132737.010000', '132737.470000', '132737.930000', '132738.390000', '132738.850000', '132739.310000', '132739.770000', '132740.230000', '132740.690000', '132741.150000', '132741.610000', '132742.070000', '132742.530000', '132742.990000', '132743.450000', '132743.910000', '132744.370000', '132744.830000', '132745.290000', '132745.750000', '132746.210000', '132746.670000', '132747.130000', '132747.590000', '132748.050000', '132748.510000', '132748.970000', '132749.430000', '132749.890000', '132750.350000', '132750.810000', '132751.270000', '132751.730000', '132752.190000', '132752.650000', '132753.110000', '132753.570000', '132754.030000', '132754.490000', '132754.950000', '132755.410000', '132755.870000', '132756.330000', '132756.790000', '132757.250000', '132757.710000', '132758.170000', '132758.630000', '132759.090000', '132759.550000', '132800.010000', '132800.470000', '132800.930000', '132801.390000', '132801.850000', '132802.310000', '132802.770000', '132803.230000', '132803.690000', '132804.150000', '132804.610000', '132805.070000', '132805.530000', '132805.990000', '132806.450000', '132806.910000', '132807.370000', '132807.830000', '132808.290000', '132808.750000', '132809.210000', '132809.670000', '132810.130000', '132810.590000', '132811.050000', '132811.510000', '132811.970000', '132812.430000', '132812.890000', '132813.350000', '132813.810000', '132814.270000', '132814.730000', '132815.190000', '132815.650000', '132816.110000', '132816.570000', '132817.030000', '132817.490000', '132817.950000', '132818.410000', '132818.870000', '132819.330000', '132819.790000', '132820.250000', '132820.710000', '132821.170000', '132821.630000', '132822.090000', '132822.550000', '132823.010000', '132823.470000', '132823.930000', '132824.390000', '132824.850000', '132825.310000', '132825.770000', '132826.230000', '132826.690000', '132827.150000', '132827.610000', '132828.070000', '132828.530000', '132828.990000', '132829.450000', '132829.910000', '132830.370000', '132830.830000', '132831.290000', '132831.750000', '132832.210000', '132832.670000', '132833.130000', '132833.590000', '132834.050000', '132834.510000', '132834.970000', '132835.430000', '132835.890000', '132836.350000', '132836.810000', '132837.270000', '132837.730000', '132838.190000', '132838.650000', '132839.110000', '132839.570000', '132840.030000', '132840.490000', '132840.950000', '132841.410000', '132841.870000', '132842.330000', '132842.790000', '132843.250000', '132843.710000', '132844.170000', '132844.630000', '132845.090000', '132845.550000', '132846.010000', '132846.470000', '132846.930000', '132847.390000', '132847.850000', '132848.310000', '132848.770000', '132849.230000', '132849.690000', '132850.150000', '132850.610000', '132851.070000', '132851.530000', '132851.990000', '132852.450000', '132852.910000', '132853.370000', '132853.830000', '132854.290000', '132854.750000'], 'ContentTime': ['132230.709000', '132230.712000', '132230.715000', '132230.718000', '132230.720000', '132230.723000', '132230.725000', '132230.728000', '132230.730000', '132230.733000', '132230.736000', '132230.738000', '132230.741000', '132230.743000', '132230.746000', '132230.749000', '132230.752000', '132230.754000', '132230.762000', '132230.764000', '132230.767000', '132230.769000', '132230.772000', '132230.775000', '132230.777000', '132230.785000', '132230.788000', '132230.791000', '132230.793000', '132230.796000', '132230.799000', '132230.801000', '132230.804000', '132230.806000', '132250.673000', '132250.676000', '132250.678000', '132250.681000', '132250.683000', '132250.686000', '132250.689000', '132250.691000', '132250.694000', '132250.698000', '132250.700000', '132250.703000', '132250.705000', '132250.708000', '132250.711000', '132250.713000', '132250.716000', '132250.719000', '132250.721000', '132250.724000', '132250.726000', '132250.729000', '132250.732000', '132250.734000', '132250.737000', '132250.740000', '132250.742000', '132250.745000', '132250.747000', '132250.750000', '132250.752000', '132250.755000', '132250.757000', '132250.760000', '132250.763000', '132250.765000', '132250.768000', '132250.770000', '132250.773000', '132250.776000', '132250.778000', '132250.781000', '132250.783000', '132310.672000', '132310.675000', '132310.678000', '132310.681000', '132310.683000', '132310.686000', '132310.689000', '132310.691000', '132310.694000', '132310.696000', '132310.699000', '132310.701000', '132310.704000', '132310.707000', '132310.709000', '132310.712000', '132310.714000', '132310.717000', '132310.720000', '132310.722000', '132310.725000', '132310.727000', '132310.730000', '132310.733000', '132310.739000', '132310.742000', '132310.745000', '132310.747000', '132310.750000', '132310.752000', '132310.755000', '132310.758000', '132310.760000', '132310.763000', '132310.766000', '132310.768000', '132310.771000', '132310.773000', '132310.776000', '132310.779000', '132310.781000', '132310.784000', '132310.786000', '132310.789000', '132330.672000', '132330.674000', '132330.677000', '132330.680000', '132330.682000', '132330.685000', '132330.688000', '132330.690000', '132330.693000', '132330.696000', '132330.698000', '132330.701000', '132330.703000', '132330.706000', '132330.708000', '132330.711000', '132330.714000', '132330.717000', '132330.719000', '132330.722000', '132330.724000', '132330.727000', '132330.730000', '132330.732000', '132330.735000', '132330.737000', '132330.740000', '132330.743000', '132330.745000', '132330.748000', '132330.751000', '132330.753000', '132330.756000', '132330.758000', '132330.761000', '132330.764000', '132330.766000', '132330.769000', '132330.771000', '132330.774000', '132330.777000', '132330.779000', '132330.782000', '132350.673000', '132350.676000', '132350.678000', '132350.681000', '132350.683000', '132350.686000', '132350.689000', '132350.691000', '132350.694000', '132350.696000', '132350.699000', '132350.702000', '132350.704000', '132350.707000', '132350.709000', '132350.712000', '132350.714000', '132350.717000', '132350.720000', '132350.723000', '132350.725000', '132350.728000', '132350.731000', '132350.733000', '132350.736000', '132350.747000', '132350.749000', '132350.752000', '132350.754000', '132350.757000', '132350.760000', '132350.762000', '132350.765000', '132350.768000', '132350.770000', '132350.773000', '132350.775000', '132350.778000', '132350.781000', '132350.783000', '132350.786000', '132350.788000', '132350.791000', '132350.793000', '132410.672000', '132410.675000', '132410.678000', '132410.725000', '132410.728000', '132410.730000', '132410.733000', '132410.736000', '132410.738000', '132410.741000', '132410.744000', '132410.746000', '132410.749000', '132410.751000', '132410.754000', '132410.757000', '132410.759000', '132410.762000', '132410.764000', '132410.767000', '132410.770000', '132410.772000', '132410.775000', '132410.777000', '132410.780000', '132410.782000', '132410.785000', '132410.788000', '132410.790000', '132410.793000', '132410.796000', '132410.798000', '132410.831000', '132410.834000', '132410.836000', '132410.839000', '132410.842000', '132410.844000', '132410.847000', '132410.850000', '132410.853000', '132410.855000', '132410.858000', '132430.672000', '132430.675000', '132430.678000', '132430.681000', '132430.683000', '132430.686000', '132430.689000', '132430.691000', '132430.694000', '132430.696000', '132430.699000', '132430.702000', '132430.704000', '132430.707000', '132430.709000', '132430.712000', '132430.715000', '132430.717000', '132430.720000', '132430.723000', '132430.725000', '132430.728000', '132430.731000', '132430.733000', '132430.736000', '132430.738000', '132430.741000', '132430.744000', '132430.746000', '132430.749000', '132430.752000', '132430.754000', '132430.757000', '132430.760000', '132430.762000', '132430.765000', '132430.768000', '132430.770000', '132430.773000', '132430.775000', '132430.778000', '132430.781000', '132430.783000', '132430.786000', '132450.673000', '132450.675000', '132450.678000', '132450.681000', '132450.683000', '132450.686000', '132450.689000', '132450.691000', '132450.694000', '132450.696000', '132450.699000', '132450.702000', '132450.704000', '132450.707000', '132450.709000', '132450.712000', '132450.715000', '132450.717000', '132450.720000', '132450.723000', '132450.725000', '132450.728000', '132450.730000', '132450.733000', '132450.735000', '132450.738000', '132450.741000', '132450.743000', '132450.746000', '132450.748000', '132450.751000', '132450.754000', '132450.756000', '132450.759000', '132450.762000', '132450.764000', '132450.767000', '132450.769000', '132450.772000', '132450.775000', '132450.777000', '132450.780000', '132450.782000', '132510.673000', '132510.675000', '132510.678000', '132510.681000', '132510.683000', '132510.686000', '132510.688000', '132510.691000', '132510.694000', '132510.696000', '132510.699000', '132510.702000', '132510.704000', '132510.708000', '132510.711000', '132510.714000', '132510.716000', '132510.719000', '132510.721000', '132510.724000', '132510.727000', '132510.729000', '132510.732000', '132510.735000', '132510.737000', '132510.740000', '132510.742000', '132510.746000', '132510.748000', '132510.751000', '132510.753000', '132510.756000', '132510.759000', '132510.762000', '132510.765000', '132510.767000', '132510.770000', '132510.773000', '132510.775000', '132510.778000', '132510.780000', '132510.783000', '132510.785000', '132510.788000', '132530.672000', '132530.675000', '132530.678000', '132530.681000', '132530.683000', '132530.686000', '132530.688000', '132530.691000', '132530.694000', '132530.696000', '132530.699000', '132530.701000', '132530.704000', '132530.707000', '132530.710000', '132530.712000', '132530.715000', '132530.717000', '132530.720000', '132530.723000', '132530.725000', '132530.728000', '132530.731000', '132530.733000', '132530.736000', '132530.738000', '132530.741000', '132530.744000', '132530.746000', '132530.749000', '132530.752000', '132530.754000', '132530.757000', '132530.760000', '132530.762000', '132530.765000', '132530.767000', '132530.770000', '132530.773000', '132530.775000', '132530.778000', '132530.780000', '132530.783000', '132550.691000', '132550.694000', '132550.697000', '132550.700000', '132550.702000', '132550.705000', '132550.707000', '132550.710000', '132550.713000', '132550.715000', '132550.718000', '132550.721000', '132550.723000', '132550.726000', '132550.729000', '132550.731000', '132550.734000', '132550.736000', '132550.739000', '132550.742000', '132550.744000', '132550.747000', '132550.750000', '132550.752000', '132550.755000', '132550.757000', '132550.760000', '132550.763000', '132550.765000', '132550.768000', '132550.771000', '132550.773000', '132550.776000', '132550.779000', '132550.781000', '132550.784000', '132550.786000', '132550.789000', '132550.792000', '132550.794000', '132550.797000', '132550.800000', '132550.802000', '132610.672000', '132610.675000', '132610.678000', '132610.681000', '132610.683000', '132610.686000', '132610.688000', '132610.691000', '132610.694000', '132610.696000', '132610.699000', '132610.701000', '132610.704000', '132610.707000', '132610.710000', '132610.712000', '132610.715000', '132610.718000', '132610.721000', '132610.723000', '132610.726000', '132610.728000', '132610.731000', '132610.734000', '132610.736000', '132610.739000', '132610.742000', '132610.744000', '132610.747000', '132610.749000', '132610.752000', '132610.755000', '132610.757000', '132610.760000', '132610.763000', '132610.765000', '132610.768000', '132610.770000', '132610.773000', '132610.776000', '132610.778000', '132610.781000', '132610.784000', '132610.786000', '132630.672000', '132630.675000', '132630.678000', '132630.681000', '132630.684000', '132630.686000', '132630.689000', '132630.692000', '132630.694000', '132630.697000', '132630.700000', '132630.702000', '132630.705000', '132630.708000', '132630.711000', '132630.716000', '132630.719000', '132630.722000', '132630.724000', '132630.727000', '132630.729000', '132630.732000', '132630.735000', '132630.737000', '132630.740000', '132630.742000', '132630.746000', '132630.749000', '132630.752000', '132630.755000', '132630.757000', '132630.760000', '132630.762000', '132630.765000', '132630.768000', '132630.770000', '132630.773000', '132630.775000', '132630.778000', '132630.781000', '132630.783000', '132630.786000', '132630.789000', '132650.672000', '132650.675000', '132650.678000', '132650.680000', '132650.683000', '132650.686000', '132650.688000', '132650.691000', '132650.694000', '132650.696000', '132650.699000', '132650.701000', '132650.704000', '132650.707000', '132650.709000', '132650.712000', '132650.715000', '132650.717000', '132650.720000', '132650.722000', '132650.725000', '132650.728000', '132650.730000', '132650.733000', '132650.736000', '132650.738000', '132650.741000', '132650.743000', '132650.746000', '132650.749000', '132650.751000', '132650.754000', '132650.756000', '132650.759000', '132650.762000', '132650.764000', '132650.767000', '132650.769000', '132650.772000', '132650.775000', '132650.777000', '132650.780000', '132650.783000', '132650.785000', '132710.672000', '132710.675000', '132710.678000', '132710.681000', '132710.683000', '132710.686000', '132710.689000', '132710.691000', '132710.694000', '132710.697000', '132710.699000', '132710.702000', '132710.705000', '132710.708000', '132710.711000', '132710.713000', '132710.717000', '132710.719000', '132710.722000', '132710.725000', '132710.728000', '132710.730000', '132710.733000', '132710.735000', '132710.772000', '132710.775000', '132710.777000', '132710.780000', '132710.783000', '132710.785000', '132710.788000', '132710.791000', '132710.793000', '132710.796000', '132710.799000', '132710.847000', '132710.850000', '132710.852000', '132710.855000', '132710.857000', '132710.860000', '132710.863000', '132710.865000', '132730.673000', '132730.676000', '132730.678000', '132730.681000', '132730.684000', '132730.687000', '132730.689000', '132730.692000', '132730.695000', '132730.698000', '132730.700000', '132730.703000', '132730.706000', '132730.708000', '132730.711000', '132730.713000', '132730.716000', '132730.718000', '132730.721000', '132730.724000', '132730.726000', '132730.729000', '132730.732000', '132730.734000', '132730.737000', '132730.740000', '132730.742000', '132730.745000', '132730.748000', '132730.750000', '132730.753000', '132730.756000', '132730.758000', '132730.761000', '132730.763000', '132730.766000', '132730.769000', '132730.771000', '132730.774000', '132730.777000', '132730.779000', '132730.782000', '132730.784000', '132730.787000', '132750.672000', '132750.675000', '132750.678000', '132750.681000', '132750.683000', '132750.686000', '132750.689000', '132750.691000', '132750.694000', '132750.697000', '132750.699000', '132750.702000', '132750.704000', '132750.707000', '132750.710000', '132750.712000', '132750.715000', '132750.718000', '132750.720000', '132750.723000', '132750.725000', '132750.728000', '132750.731000', '132750.733000', '132750.736000', '132750.739000', '132750.742000', '132750.745000', '132750.748000', '132750.750000', '132750.753000', '132750.755000', '132750.758000', '132750.761000', '132750.763000', '132750.766000', '132750.769000', '132750.771000', '132750.774000', '132750.777000', '132750.779000', '132750.782000', '132750.785000', '132810.672000', '132810.674000', '132810.677000', '132810.680000', '132810.682000', '132810.685000', '132810.688000', '132810.690000', '132810.693000', '132810.695000', '132810.698000', '132810.701000', '132810.703000', '132810.706000', '132810.709000', '132810.711000', '132810.714000', '132810.716000', '132810.719000', '132810.722000', '132810.724000', '132810.727000', '132810.730000', '132810.732000', '132810.735000', '132810.739000', '132810.742000', '132810.744000', '132810.747000', '132810.749000', '132810.752000', '132810.755000', '132810.757000', '132810.760000', '132810.763000', '132810.765000', '132810.768000', '132810.770000', '132810.773000', '132810.776000', '132810.778000', '132810.781000', '132810.784000', '132810.786000', '132830.672000', '132830.675000', '132830.678000', '132830.680000', '132830.683000', '132830.686000', '132830.688000', '132830.691000', '132830.694000', '132830.696000', '132830.699000', '132830.701000', '132830.704000', '132830.707000', '132830.709000', '132830.712000', '132830.714000', '132830.717000', '132830.720000', '132830.722000', '132830.731000', '132830.734000', '132830.736000', '132830.739000', '132830.742000', '132830.745000', '132830.747000', '132830.750000', '132830.753000', '132830.755000', '132830.758000', '132830.760000', '132830.763000', '132830.766000', '132830.769000', '132830.787000', '132830.789000', '132830.792000', '132830.795000', '132830.797000', '132830.852000', '132830.854000', '132830.857000', '132850.673000', '132850.676000', '132850.679000', '132850.681000', '132850.684000', '132850.687000', '132850.689000', '132850.692000', '132850.694000', '132850.697000', '132850.700000', '132850.702000', '132850.705000', '132850.708000', '132850.710000', '132850.713000', '132850.716000', '132850.718000', '132850.721000', '132850.723000', '132850.726000', '132850.729000', '132850.731000', '132850.734000', '132850.737000', '132850.739000', '132850.742000', '132850.744000', '132850.747000', '132850.750000', '132850.752000', '132850.755000', '132850.758000', '132850.760000', '132850.763000', '132850.765000', '132850.768000', '132850.771000', '132850.773000', '132850.776000', '132850.778000', '132850.781000', '132850.784000', '132850.786000', '132856.068000', '132856.071000', '132856.074000', '132856.077000', '132856.079000', '132856.082000', '132856.085000', '132856.087000', '132856.090000', '132856.093000', '132856.096000', '132856.099000'], 'InstanceCreationTime': ['132230.709000', '132230.712000', '132230.715000', '132230.718000', '132230.720000', '132230.723000', '132230.725000', '132230.728000', '132230.730000', '132230.733000', '132230.736000', '132230.738000', '132230.741000', '132230.743000', '132230.746000', '132230.749000', '132230.752000', '132230.754000', '132230.762000', '132230.764000', '132230.767000', '132230.769000', '132230.772000', '132230.775000', '132230.777000', '132230.785000', '132230.788000', '132230.791000', '132230.793000', '132230.796000', '132230.799000', '132230.801000', '132230.804000', '132230.806000', '132250.673000', '132250.676000', '132250.678000', '132250.681000', '132250.683000', '132250.686000', '132250.689000', '132250.691000', '132250.694000', '132250.698000', '132250.700000', '132250.703000', '132250.705000', '132250.708000', '132250.711000', '132250.713000', '132250.716000', '132250.719000', '132250.721000', '132250.724000', '132250.726000', '132250.729000', '132250.732000', '132250.734000', '132250.737000', '132250.740000', '132250.742000', '132250.745000', '132250.747000', '132250.750000', '132250.752000', '132250.755000', '132250.757000', '132250.760000', '132250.763000', '132250.765000', '132250.768000', '132250.770000', '132250.773000', '132250.776000', '132250.778000', '132250.781000', '132250.783000', '132310.672000', '132310.675000', '132310.678000', '132310.681000', '132310.683000', '132310.686000', '132310.689000', '132310.691000', '132310.694000', '132310.696000', '132310.699000', '132310.701000', '132310.704000', '132310.707000', '132310.709000', '132310.712000', '132310.714000', '132310.717000', '132310.720000', '132310.722000', '132310.725000', '132310.727000', '132310.730000', '132310.733000', '132310.739000', '132310.742000', '132310.745000', '132310.747000', '132310.750000', '132310.752000', '132310.755000', '132310.758000', '132310.760000', '132310.763000', '132310.766000', '132310.768000', '132310.771000', '132310.773000', '132310.776000', '132310.779000', '132310.781000', '132310.784000', '132310.786000', '132310.789000', '132330.672000', '132330.674000', '132330.677000', '132330.680000', '132330.682000', '132330.685000', '132330.688000', '132330.690000', '132330.693000', '132330.696000', '132330.698000', '132330.701000', '132330.703000', '132330.706000', '132330.708000', '132330.711000', '132330.714000', '132330.717000', '132330.719000', '132330.722000', '132330.724000', '132330.727000', '132330.730000', '132330.732000', '132330.735000', '132330.737000', '132330.740000', '132330.743000', '132330.745000', '132330.748000', '132330.751000', '132330.753000', '132330.756000', '132330.758000', '132330.761000', '132330.764000', '132330.766000', '132330.769000', '132330.771000', '132330.774000', '132330.777000', '132330.779000', '132330.782000', '132350.673000', '132350.676000', '132350.678000', '132350.681000', '132350.683000', '132350.686000', '132350.689000', '132350.691000', '132350.694000', '132350.696000', '132350.699000', '132350.702000', '132350.704000', '132350.707000', '132350.709000', '132350.712000', '132350.714000', '132350.717000', '132350.720000', '132350.723000', '132350.725000', '132350.728000', '132350.731000', '132350.733000', '132350.736000', '132350.747000', '132350.749000', '132350.752000', '132350.754000', '132350.757000', '132350.760000', '132350.762000', '132350.765000', '132350.768000', '132350.770000', '132350.773000', '132350.775000', '132350.778000', '132350.781000', '132350.783000', '132350.786000', '132350.788000', '132350.791000', '132350.793000', '132410.672000', '132410.675000', '132410.678000', '132410.725000', '132410.728000', '132410.730000', '132410.733000', '132410.736000', '132410.738000', '132410.741000', '132410.744000', '132410.746000', '132410.749000', '132410.751000', '132410.754000', '132410.757000', '132410.759000', '132410.762000', '132410.764000', '132410.767000', '132410.770000', '132410.772000', '132410.775000', '132410.777000', '132410.780000', '132410.782000', '132410.785000', '132410.788000', '132410.790000', '132410.793000', '132410.796000', '132410.798000', '132410.831000', '132410.834000', '132410.836000', '132410.839000', '132410.842000', '132410.844000', '132410.847000', '132410.850000', '132410.853000', '132410.855000', '132410.858000', '132430.672000', '132430.675000', '132430.678000', '132430.681000', '132430.683000', '132430.686000', '132430.689000', '132430.691000', '132430.694000', '132430.696000', '132430.699000', '132430.702000', '132430.704000', '132430.707000', '132430.709000', '132430.712000', '132430.715000', '132430.717000', '132430.720000', '132430.723000', '132430.725000', '132430.728000', '132430.731000', '132430.733000', '132430.736000', '132430.738000', '132430.741000', '132430.744000', '132430.746000', '132430.749000', '132430.752000', '132430.754000', '132430.757000', '132430.760000', '132430.762000', '132430.765000', '132430.768000', '132430.770000', '132430.773000', '132430.775000', '132430.778000', '132430.781000', '132430.783000', '132430.786000', '132450.673000', '132450.675000', '132450.678000', '132450.681000', '132450.683000', '132450.686000', '132450.689000', '132450.691000', '132450.694000', '132450.696000', '132450.699000', '132450.702000', '132450.704000', '132450.707000', '132450.709000', '132450.712000', '132450.715000', '132450.717000', '132450.720000', '132450.723000', '132450.725000', '132450.728000', '132450.730000', '132450.733000', '132450.735000', '132450.738000', '132450.741000', '132450.743000', '132450.746000', '132450.748000', '132450.751000', '132450.754000', '132450.756000', '132450.759000', '132450.762000', '132450.764000', '132450.767000', '132450.769000', '132450.772000', '132450.775000', '132450.777000', '132450.780000', '132450.782000', '132510.673000', '132510.675000', '132510.678000', '132510.681000', '132510.683000', '132510.686000', '132510.688000', '132510.691000', '132510.694000', '132510.696000', '132510.699000', '132510.702000', '132510.704000', '132510.708000', '132510.711000', '132510.714000', '132510.716000', '132510.719000', '132510.721000', '132510.724000', '132510.727000', '132510.729000', '132510.732000', '132510.735000', '132510.737000', '132510.740000', '132510.742000', '132510.746000', '132510.748000', '132510.751000', '132510.753000', '132510.756000', '132510.759000', '132510.762000', '132510.765000', '132510.767000', '132510.770000', '132510.773000', '132510.775000', '132510.778000', '132510.780000', '132510.783000', '132510.785000', '132510.788000', '132530.672000', '132530.675000', '132530.678000', '132530.681000', '132530.683000', '132530.686000', '132530.688000', '132530.691000', '132530.694000', '132530.696000', '132530.699000', '132530.701000', '132530.704000', '132530.707000', '132530.710000', '132530.712000', '132530.715000', '132530.717000', '132530.720000', '132530.723000', '132530.725000', '132530.728000', '132530.731000', '132530.733000', '132530.736000', '132530.738000', '132530.741000', '132530.744000', '132530.746000', '132530.749000', '132530.752000', '132530.754000', '132530.757000', '132530.760000', '132530.762000', '132530.765000', '132530.767000', '132530.770000', '132530.773000', '132530.775000', '132530.778000', '132530.780000', '132530.783000', '132550.691000', '132550.694000', '132550.697000', '132550.700000', '132550.702000', '132550.705000', '132550.707000', '132550.710000', '132550.713000', '132550.715000', '132550.718000', '132550.721000', '132550.723000', '132550.726000', '132550.729000', '132550.731000', '132550.734000', '132550.736000', '132550.739000', '132550.742000', '132550.744000', '132550.747000', '132550.750000', '132550.752000', '132550.755000', '132550.757000', '132550.760000', '132550.763000', '132550.765000', '132550.768000', '132550.771000', '132550.773000', '132550.776000', '132550.779000', '132550.781000', '132550.784000', '132550.786000', '132550.789000', '132550.792000', '132550.794000', '132550.797000', '132550.800000', '132550.802000', '132610.672000', '132610.675000', '132610.678000', '132610.681000', '132610.683000', '132610.686000', '132610.688000', '132610.691000', '132610.694000', '132610.696000', '132610.699000', '132610.701000', '132610.704000', '132610.707000', '132610.710000', '132610.712000', '132610.715000', '132610.718000', '132610.721000', '132610.723000', '132610.726000', '132610.728000', '132610.731000', '132610.734000', '132610.736000', '132610.739000', '132610.742000', '132610.744000', '132610.747000', '132610.749000', '132610.752000', '132610.755000', '132610.757000', '132610.760000', '132610.763000', '132610.765000', '132610.768000', '132610.770000', '132610.773000', '132610.776000', '132610.778000', '132610.781000', '132610.784000', '132610.786000', '132630.672000', '132630.675000', '132630.678000', '132630.681000', '132630.684000', '132630.686000', '132630.689000', '132630.692000', '132630.694000', '132630.697000', '132630.700000', '132630.702000', '132630.705000', '132630.708000', '132630.711000', '132630.716000', '132630.719000', '132630.722000', '132630.724000', '132630.727000', '132630.729000', '132630.732000', '132630.735000', '132630.737000', '132630.740000', '132630.742000', '132630.746000', '132630.749000', '132630.752000', '132630.755000', '132630.757000', '132630.760000', '132630.762000', '132630.765000', '132630.768000', '132630.770000', '132630.773000', '132630.775000', '132630.778000', '132630.781000', '132630.783000', '132630.786000', '132630.789000', '132650.672000', '132650.675000', '132650.678000', '132650.680000', '132650.683000', '132650.686000', '132650.688000', '132650.691000', '132650.694000', '132650.696000', '132650.699000', '132650.701000', '132650.704000', '132650.707000', '132650.709000', '132650.712000', '132650.715000', '132650.717000', '132650.720000', '132650.722000', '132650.725000', '132650.728000', '132650.730000', '132650.733000', '132650.736000', '132650.738000', '132650.741000', '132650.743000', '132650.746000', '132650.749000', '132650.751000', '132650.754000', '132650.756000', '132650.759000', '132650.762000', '132650.764000', '132650.767000', '132650.769000', '132650.772000', '132650.775000', '132650.777000', '132650.780000', '132650.783000', '132650.785000', '132710.672000', '132710.675000', '132710.678000', '132710.681000', '132710.683000', '132710.686000', '132710.689000', '132710.691000', '132710.694000', '132710.697000', '132710.699000', '132710.702000', '132710.705000', '132710.708000', '132710.711000', '132710.713000', '132710.717000', '132710.719000', '132710.722000', '132710.725000', '132710.728000', '132710.730000', '132710.733000', '132710.735000', '132710.772000', '132710.775000', '132710.777000', '132710.780000', '132710.783000', '132710.785000', '132710.788000', '132710.791000', '132710.793000', '132710.796000', '132710.799000', '132710.847000', '132710.850000', '132710.852000', '132710.855000', '132710.857000', '132710.860000', '132710.863000', '132710.865000', '132730.673000', '132730.676000', '132730.678000', '132730.681000', '132730.684000', '132730.687000', '132730.689000', '132730.692000', '132730.695000', '132730.698000', '132730.700000', '132730.703000', '132730.706000', '132730.708000', '132730.711000', '132730.713000', '132730.716000', '132730.718000', '132730.721000', '132730.724000', '132730.726000', '132730.729000', '132730.732000', '132730.734000', '132730.737000', '132730.740000', '132730.742000', '132730.745000', '132730.748000', '132730.750000', '132730.753000', '132730.756000', '132730.758000', '132730.761000', '132730.763000', '132730.766000', '132730.769000', '132730.771000', '132730.774000', '132730.777000', '132730.779000', '132730.782000', '132730.784000', '132730.787000', '132750.672000', '132750.675000', '132750.678000', '132750.681000', '132750.683000', '132750.686000', '132750.689000', '132750.691000', '132750.694000', '132750.697000', '132750.699000', '132750.702000', '132750.704000', '132750.707000', '132750.710000', '132750.712000', '132750.715000', '132750.718000', '132750.720000', '132750.723000', '132750.725000', '132750.728000', '132750.731000', '132750.733000', '132750.736000', '132750.739000', '132750.742000', '132750.745000', '132750.748000', '132750.750000', '132750.753000', '132750.755000', '132750.758000', '132750.761000', '132750.763000', '132750.766000', '132750.769000', '132750.771000', '132750.774000', '132750.777000', '132750.779000', '132750.782000', '132750.785000', '132810.672000', '132810.674000', '132810.677000', '132810.680000', '132810.682000', '132810.685000', '132810.688000', '132810.690000', '132810.693000', '132810.695000', '132810.698000', '132810.701000', '132810.703000', '132810.706000', '132810.709000', '132810.711000', '132810.714000', '132810.716000', '132810.719000', '132810.722000', '132810.724000', '132810.727000', '132810.730000', '132810.732000', '132810.735000', '132810.739000', '132810.742000', '132810.744000', '132810.747000', '132810.749000', '132810.752000', '132810.755000', '132810.757000', '132810.760000', '132810.763000', '132810.765000', '132810.768000', '132810.770000', '132810.773000', '132810.776000', '132810.778000', '132810.781000', '132810.784000', '132810.786000', '132830.672000', '132830.675000', '132830.678000', '132830.680000', '132830.683000', '132830.686000', '132830.688000', '132830.691000', '132830.694000', '132830.696000', '132830.699000', '132830.701000', '132830.704000', '132830.707000', '132830.709000', '132830.712000', '132830.714000', '132830.717000', '132830.720000', '132830.722000', '132830.731000', '132830.734000', '132830.736000', '132830.739000', '132830.742000', '132830.745000', '132830.747000', '132830.750000', '132830.753000', '132830.755000', '132830.758000', '132830.760000', '132830.763000', '132830.766000', '132830.769000', '132830.787000', '132830.789000', '132830.792000', '132830.795000', '132830.797000', '132830.852000', '132830.854000', '132830.857000', '132850.673000', '132850.676000', '132850.679000', '132850.681000', '132850.684000', '132850.687000', '132850.689000', '132850.692000', '132850.694000', '132850.697000', '132850.700000', '132850.702000', '132850.705000', '132850.708000', '132850.710000', '132850.713000', '132850.716000', '132850.718000', '132850.721000', '132850.723000', '132850.726000', '132850.729000', '132850.731000', '132850.734000', '132850.737000', '132850.739000', '132850.742000', '132850.744000', '132850.747000', '132850.750000', '132850.752000', '132850.755000', '132850.758000', '132850.760000', '132850.763000', '132850.765000', '132850.768000', '132850.771000', '132850.773000', '132850.776000', '132850.778000', '132850.781000', '132850.784000', '132850.786000', '132856.068000', '132856.071000', '132856.074000', '132856.077000', '132856.079000', '132856.082000', '132856.085000', '132856.087000', '132856.090000', '132856.093000', '132856.096000', '132856.099000'], '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': [9953, 7893, 11546, 9811, 8370, 8244, 7912, 8623, 7625, 8913, 8783, 8553, 9484, 11605, 12624, 9197, 12327, 12947, 9358, 14026, 14507, 11222, 14452, 11042, 10174, 10396, 9122, 11264, 10870, 10140, 12195, 11151, 9551, 11094, 8524, 8469, 8023, 9129, 8197, 8493, 9025, 8297, 10882, 9605, 8958, 10373, 9125, 10063, 7984, 10814, 9796, 7590, 10676, 8806, 10044, 8678, 11775, 8205, 8057, 8214, 7502, 7411, 7642, 8242, 9341, 9786, 7175, 9038, 7761, 7295, 10317, 10347, 10466, 8485, 10252, 7690, 7327, 9617, 8687, 9492, 7196, 11037, 10022, 9423, 11420, 9231, 10021, 7286, 9966, 7400, 8082, 8127, 7665, 9287, 7845, 8594, 7314, 8153, 9588, 7924, 10964, 8724, 10728, 7117, 9304, 9885, 7170, 8936, 8134, 11594, 9095, 7693, 8454, 7101, 7604, 7676, 11524, 7717, 12480, 8111, 13054, 10369, 12456, 13466, 12148, 14268, 10417, 15326, 9334, 13335, 10386, 10621, 9971, 9941, 9656, 9507, 9528, 9358, 7723, 9802, 9307, 10346, 7302, 8719, 8529, 7249, 8810, 7207, 9565, 7424, 9574, 8961, 9952, 10621, 8204, 10239, 8507, 10839, 9435, 10823, 12331, 8017, 10200, 7422, 9231, 8674, 9527, 10267, 10090, 9896, 9730, 8883, 8771, 8300, 7053, 9842, 8224, 10186, 9476, 7298, 10103, 8590, 10512, 11390, 9238, 11644, 10674, 12908, 9255, 11642, 7882, 11743, 9350, 12037, 10771, 8539, 9815, 9388, 9497, 7453, 8770, 7651, 7362, 9670, 10166, 8967, 7339, 8797, 8377, 8696, 10753, 9832, 11614, 10481, 10673, 9770, 10134, 9879, 9487, 9080, 10679, 8968, 8521, 9558, 9450, 9594, 9314, 10515, 7229, 9239, 7382, 9338, 7243, 9351, 8273, 8384, 9485, 7157, 8358, 7229, 9309, 9178, 9533, 10208, 9649, 9763, 9325, 12154, 9102, 12494, 9725, 11675, 8683, 10352, 8819, 9202, 9650, 8510, 10385, 8088, 11024, 7787, 9656, 7354, 9938, 9239, 9265, 9981, 9120, 10247, 7725, 9920, 9448, 9169, 9478, 9304, 9836, 8842, 10509, 8378, 9765, 7110, 9218, 8551, 9358, 9797, 10205, 10126, 7479, 9515, 8738, 9994, 10511, 9858, 10359, 9567, 10786, 8156, 11627, 9128, 12885, 9229, 12020, 11259, 9625, 10043, 11925, 9999, 7441, 10536, 8462, 9026, 10563, 7868, 8790, 7694, 9319, 7875, 9494, 8620, 9809, 9052, 9999, 10060, 8966, 10449, 8823, 9141, 7108, 10032, 9062, 9863, 10051, 9269, 9780, 9673, 9636, 10198, 9059, 9734, 9533, 8609, 10109, 7171, 9586, 7550, 10202, 8475, 9803, 9031, 8374, 10568, 7085, 9928, 9536, 9775, 10863, 9038, 13639, 10638, 15652, 10807, 13915, 9094, 10324, 10276, 10190, 10183, 10066, 8154, 9409, 8420, 10039, 8875, 9018, 9046, 7373, 9779, 9509, 8042, 9035, 7958, 9151, 11670, 9360, 11140, 9895, 10880, 8886, 11128, 12058, 9818, 12667, 9632, 13882, 10015, 11194, 8980, 10749, 9064, 9467, 10373, 10007, 10261, 8941, 9784, 9620, 9055, 7934, 7305, 9806, 8461, 9818, 9942, 8919, 10911, 8388, 10064, 7852, 10972, 10527, 10181, 9524, 9513, 10558, 9028, 9703, 9572, 9527, 10471, 8946, 9666, 9216, 9605, 10363, 10078, 10369, 8918, 9758, 8917, 9865, 10005, 10006, 10203, 10028, 8323, 7321, 9407, 9129, 9198, 7541, 7961, 9883, 8661, 8932, 8702, 7609, 9462, 11910, 9303, 14066, 10269, 13235, 10098, 10701, 10106, 10383, 8863, 10534, 8563, 9714, 8690, 10487, 9350, 9388, 9082, 8464, 9065, 7014, 8661, 7608, 8982, 7385, 8872, 8011, 9928, 8882, 8380, 9176, 7706, 9617, 7773, 9240, 9468, 9305, 11341, 11995, 10052, 11086, 7959, 10725, 8477, 10286, 10269, 9970, 12017, 9469, 13062, 9199, 11589, 9973, 10738, 9453, 9896, 9242, 9725, 7236, 8028, 7550, 8525, 8140, 7791, 7830, 8822, 8372, 8772, 8401, 7595, 7910, 8315, 8558, 8636, 9250, 11495, 9403, 13033, 10063, 14962, 11727, 12636, 8639, 11548, 8791, 9806, 9928, 10044, 9840, 9969, 9998, 9628, 7694, 8537, 7399, 8090, 8192, 8322, 8422, 9881, 8496, 10427, 8221, 7573, 7888, 7873, 7996, 8649, 7673, 9007, 10216, 9784, 12666, 13328, 12124, 13197, 10906, 14172, 11869, 11911, 10286, 10188, 11243, 9599, 8266, 8756, 8617, 9187, 11223, 9465, 9579, 9455, 11554, 8827, 8540, 10365, 9229, 8254, 7676, 7850, 7982, 7511, 8015, 8356, 11028, 10091, 12174, 9987, 12000, 8102, 12063, 9347, 11815, 11206, 11432, 13307, 10784, 12820, 10666, 14162, 11413, 12398, 11455, 12959, 9161, 12550, 9915, 11906, 9707, 11581, 10022, 8210, 8662, 11276, 8334, 10063, 8007, 9419, 12054, 7352, 8519, 7661, 8877, 9403, 8816, 8987, 9374, 7849, 8784, 7579, 8563, 8621, 8231, 9183, 10414, 8991, 7102, 9253, 7527, 9096, 9113, 9023, 8399, 8593, 8399, 8103, 9652, 7840, 9545, 8081, 11702, 8444, 12893, 9252, 11129, 8054, 9151, 8940, 9742, 8301, 8232, 7224, 8863, 7416, 9198, 9327, 9115, 9657, 7015, 9545, 7952, 10761, 10824, 9356, 11756, 8697, 14059, 10425, 14531, 9554, 11424, 8806, 9467, 9867, 9267, 9253, 8890, 8580, 9357, 8375, 9735, 7776, 9261, 7607, 9612, 7792, 9388, 7421, 9542, 7638, 9237, 7585, 8679, 8453, 10092, 8877, 7723, 8356, 7908, 8419, 7666, 9076, 8058, 8762, 9497, 9815, 11013, 12828, 9589, 12738, 8452, 10559, 7792, 9827, 7776, 9142, 8019, 8563, 9052, 8491, 8394, 8127, 8574, 8316, 7113, 7974, 8701, 9493, 12392, 14228, 12923, 15142, 10837, 13876, 11232, 13316, 10863, 10714, 11065, 9311, 8732, 9403, 8570, 8102, 8906, 9894, 8769, 9310, 7986, 7576, 8827, 8259, 9658, 8843, 9279, 8699, 7332, 8349, 7127, 8853, 8529, 9025, 9021, 8766, 9736, 9719, 10312, 8722, 10451, 8144, 9477, 7444, 9805, 7254, 9919, 7377, 9037, 7208, 8882, 7598, 8714, 7650, 7873, 7581, 8127, 7566, 8409, 8406, 8286, 8480, 7266, 7897, 7693, 8749, 10186, 7815, 13028, 9485, 13995, 10982, 13579, 11050, 14641, 9929, 14093, 10088, 12569, 11260, 7810, 11753, 12431, 10540, 9603, 12295, 10781, 9868, 12143, 9812, 10632, 11281, 11317, 9891, 9004, 9934, 8169, 9463, 10193, 8467, 7898, 7538, 8757, 7305, 7717, 9037, 8396, 9572, 8492, 10657, 9244, 11059, 10486, 8539, 11316, 8888], 'WindowCenter': [4505.0, 4484.0, 4507.0, 4472.0, 4434.0, 4429.0, 4408.0, 4419.0, 4422.0, 4461.0, 4447.0, 4446.0, 4458.0, 4479.0, 4496.0, 4461.0, 4488.0, 4478.0, 4445.0, 4483.0, 4485.0, 4451.0, 4472.0, 4438.0, 4426.0, 4426.0, 4416.0, 4434.0, 4435.0, 4426.0, 4445.0, 4435.0, 4427.0, 4445.0, 4417.0, 4410.0, 4420.0, 4439.0, 4426.0, 4432.0, 4445.0, 4427.0, 4453.0, 4439.0, 4434.0, 4441.0, 4442.0, 4441.0, 4421.0, 4448.0, 4440.0, 4422.0, 4457.0, 4421.0, 4425.0, 4408.0, 4464.0, 4418.0, 4423.0, 4434.0, 4410.0, 4413.0, 4405.0, 4427.0, 4445.0, 4457.0, 4428.0, 4444.0, 4437.0, 4427.0, 4455.0, 4466.0, 4465.0, 4447.0, 4453.0, 4437.0, 4424.0, 4455.0, 4448.0, 4458.0, 4429.0, 4469.0, 4469.0, 4457.0, 4478.0, 4458.0, 4457.0, 4424.0, 4454.0, 4425.0, 4435.0, 4442.0, 4437.0, 4469.0, 4443.0, 4458.0, 4437.0, 4438.0, 4469.0, 4450.0, 4480.0, 4461.0, 4474.0, 4441.0, 4473.0, 4457.0, 4424.0, 4439.0, 4433.0, 4470.0, 4414.0, 4419.0, 4447.0, 4423.0, 4451.0, 4449.0, 4490.0, 4450.0, 4504.0, 4454.0, 4500.0, 4472.0, 4476.0, 4489.0, 4457.0, 4474.0, 4440.0, 4469.0, 4417.0, 4456.0, 4427.0, 4423.0, 4422.0, 4423.0, 4418.0, 4427.0, 4425.0, 4427.0, 4419.0, 4441.0, 4442.0, 4452.0, 4418.0, 4445.0, 4446.0, 4440.0, 4458.0, 4454.0, 4469.0, 4453.0, 4471.0, 4473.0, 4468.0, 4482.0, 4463.0, 4484.0, 4460.0, 4480.0, 4472.0, 4477.0, 4490.0, 4451.0, 4468.0, 4439.0, 4450.0, 4462.0, 4457.0, 4464.0, 4478.0, 4464.0, 4466.0, 4458.0, 4447.0, 4458.0, 4439.0, 4468.0, 4450.0, 4482.0, 4484.0, 4455.0, 4495.0, 4471.0, 4480.0, 4481.0, 4444.0, 4454.0, 4434.0, 4463.0, 4443.0, 4450.0, 4420.0, 4461.0, 4438.0, 4462.0, 4452.0, 4430.0, 4440.0, 4439.0, 4441.0, 4421.0, 4429.0, 4434.0, 4423.0, 4455.0, 4464.0, 4444.0, 4435.0, 4445.0, 4442.0, 4446.0, 4466.0, 4453.0, 4465.0, 4454.0, 4453.0, 4440.0, 4440.0, 4441.0, 4441.0, 4431.0, 4451.0, 4438.0, 4443.0, 4456.0, 4453.0, 4442.0, 4444.0, 4464.0, 4424.0, 4455.0, 4438.0, 4462.0, 4439.0, 4457.0, 4448.0, 4448.0, 4471.0, 4442.0, 4454.0, 4453.0, 4470.0, 4471.0, 4470.0, 4466.0, 4458.0, 4466.0, 4456.0, 4489.0, 4456.0, 4488.0, 4457.0, 4476.0, 4440.0, 4454.0, 4447.0, 4456.0, 4455.0, 4446.0, 4468.0, 4437.0, 4465.0, 4437.0, 4452.0, 4436.0, 4466.0, 4449.0, 4458.0, 4467.0, 4459.0, 4467.0, 4452.0, 4467.0, 4459.0, 4458.0, 4459.0, 4456.0, 4470.0, 4459.0, 4466.0, 4447.0, 4481.0, 4440.0, 4459.0, 4459.0, 4456.0, 4468.0, 4470.0, 4471.0, 4439.0, 4455.0, 4461.0, 4468.0, 4480.0, 4458.0, 4457.0, 4457.0, 4479.0, 4437.0, 4464.0, 4446.0, 4485.0, 4447.0, 4463.0, 4458.0, 4441.0, 4452.0, 4461.0, 4453.0, 4424.0, 4462.0, 4427.0, 4444.0, 4477.0, 4437.0, 4445.0, 4438.0, 4455.0, 4448.0, 4469.0, 4461.0, 4455.0, 4452.0, 4465.0, 4469.0, 4445.0, 4480.0, 4457.0, 4457.0, 4429.0, 4456.0, 4460.0, 4470.0, 4484.0, 4458.0, 4469.0, 4458.0, 4457.0, 4465.0, 4446.0, 4455.0, 4456.0, 4445.0, 4480.0, 4441.0, 4468.0, 4447.0, 4479.0, 4450.0, 4463.0, 4459.0, 4448.0, 4482.0, 4435.0, 4462.0, 4471.0, 4469.0, 4475.0, 4460.0, 4500.0, 4468.0, 4510.0, 4465.0, 4484.0, 4432.0, 4457.0, 4453.0, 4440.0, 4439.0, 4454.0, 4434.0, 4442.0, 4435.0, 4447.0, 4445.0, 4455.0, 4457.0, 4437.0, 4480.0, 4472.0, 4452.0, 4461.0, 4455.0, 4470.0, 4481.0, 4460.0, 4479.0, 4458.0, 4467.0, 4444.0, 4467.0, 4478.0, 4454.0, 4488.0, 4443.0, 4484.0, 4443.0, 4462.0, 4432.0, 4451.0, 4430.0, 4440.0, 4453.0, 4434.0, 4442.0, 4433.0, 4440.0, 4442.0, 4431.0, 4434.0, 4437.0, 4453.0, 4446.0, 4457.0, 4457.0, 4447.0, 4468.0, 4434.0, 4457.0, 4437.0, 4456.0, 4454.0, 4455.0, 4456.0, 4444.0, 4454.0, 4459.0, 4457.0, 4455.0, 4454.0, 4465.0, 4445.0, 4455.0, 4455.0, 4453.0, 4466.0, 4469.0, 4468.0, 4445.0, 4454.0, 4446.0, 4465.0, 4458.0, 4453.0, 4465.0, 4465.0, 4434.0, 4424.0, 4457.0, 4457.0, 4469.0, 4450.0, 4464.0, 4484.0, 4463.0, 4474.0, 4462.0, 4454.0, 4464.0, 4495.0, 4460.0, 4514.0, 4470.0, 4481.0, 4449.0, 4455.0, 4455.0, 4466.0, 4444.0, 4458.0, 4445.0, 4440.0, 4435.0, 4462.0, 4452.0, 4443.0, 4446.0, 4447.0, 4444.0, 4428.0, 4448.0, 4450.0, 4452.0, 4451.0, 4460.0, 4464.0, 4498.0, 4487.0, 4464.0, 4469.0, 4453.0, 4473.0, 4461.0, 4485.0, 4487.0, 4474.0, 4498.0, 4492.0, 4473.0, 4477.0, 4450.0, 4478.0, 4460.0, 4468.0, 4480.0, 4467.0, 4490.0, 4451.0, 4502.0, 4460.0, 4478.0, 4445.0, 4464.0, 4443.0, 4456.0, 4457.0, 4456.0, 4436.0, 4434.0, 4419.0, 4432.0, 4436.0, 4423.0, 4437.0, 4458.0, 4449.0, 4458.0, 4449.0, 4451.0, 4450.0, 4451.0, 4468.0, 4478.0, 4473.0, 4492.0, 4461.0, 4505.0, 4471.0, 4512.0, 4464.0, 4477.0, 4446.0, 4465.0, 4431.0, 4441.0, 4440.0, 4441.0, 4454.0, 4453.0, 4454.0, 4442.0, 4424.0, 4432.0, 4425.0, 4437.0, 4437.0, 4433.0, 4436.0, 4467.0, 4447.0, 4467.0, 4445.0, 4437.0, 4448.0, 4463.0, 4452.0, 4475.0, 4466.0, 4468.0, 4479.0, 4472.0, 4497.0, 4502.0, 4480.0, 4489.0, 4466.0, 4473.0, 4461.0, 4458.0, 4452.0, 4436.0, 4448.0, 4435.0, 4426.0, 4430.0, 4418.0, 4442.0, 4452.0, 4442.0, 4433.0, 4430.0, 4462.0, 4443.0, 4433.0, 4468.0, 4458.0, 4419.0, 4452.0, 4436.0, 4434.0, 4439.0, 4451.0, 4453.0, 4481.0, 4469.0, 4476.0, 4459.0, 4467.0, 4441.0, 4478.0, 4448.0, 4459.0, 4464.0, 4450.0, 4474.0, 4451.0, 4462.0, 4439.0, 4471.0, 4452.0, 4461.0, 4449.0, 4462.0, 4428.0, 4448.0, 4427.0, 4436.0, 4424.0, 4434.0, 4426.0, 4403.0, 4415.0, 4435.0, 4416.0, 4452.0, 4418.0, 4441.0, 4475.0, 4424.0, 4459.0, 4438.0, 4441.0, 4446.0, 4459.0, 4459.0, 4440.0, 4438.0, 4446.0, 4440.0, 4441.0, 4455.0, 4448.0, 4472.0, 4482.0, 4460.0, 4443.0, 4460.0, 4453.0, 4474.0, 4474.0, 4462.0, 4453.0, 4463.0, 4466.0, 4452.0, 4467.0, 4452.0, 4472.0, 4454.0, 4493.0, 4450.0, 4491.0, 4448.0, 4480.0, 4435.0, 4445.0, 4444.0, 4446.0, 4436.0, 4434.0, 4440.0, 4454.0, 4440.0, 4471.0, 4474.0, 4463.0, 4471.0, 4444.0, 4474.0, 4455.0, 4483.0, 4482.0, 4459.0, 4479.0, 4447.0, 4500.0, 4468.0, 4499.0, 4444.0, 4465.0, 4433.0, 4443.0, 4454.0, 4444.0, 4443.0, 4426.0, 4449.0, 4446.0, 4437.0, 4456.0, 4437.0, 4444.0, 4426.0, 4442.0, 4424.0, 4442.0, 4426.0, 4443.0, 4424.0, 4443.0, 4426.0, 4447.0, 4447.0, 4468.0, 4447.0, 4450.0, 4451.0, 4452.0, 4463.0, 4443.0, 4462.0, 4454.0, 4460.0, 4474.0, 4472.0, 4482.0, 4478.0, 4462.0, 4473.0, 4437.0, 4456.0, 4424.0, 4443.0, 4424.0, 4432.0, 4422.0, 4431.0, 4446.0, 4461.0, 4462.0, 4454.0, 4463.0, 4451.0, 4442.0, 4454.0, 4465.0, 4474.0, 4500.0, 4515.0, 4490.0, 4503.0, 4457.0, 4477.0, 4452.0, 4473.0, 4433.0, 4441.0, 4451.0, 4429.0, 4419.0, 4417.0, 4421.0, 4420.0, 4432.0, 4443.0, 4421.0, 4445.0, 4435.0, 4426.0, 4443.0, 4435.0, 4457.0, 4460.0, 4460.0, 4447.0, 4430.0, 4463.0, 4445.0, 4463.0, 4463.0, 4463.0, 4465.0, 4465.0, 4477.0, 4475.0, 4475.0, 4464.0, 4471.0, 4440.0, 4460.0, 4441.0, 4471.0, 4442.0, 4459.0, 4442.0, 4460.0, 4441.0, 4460.0, 4454.0, 4462.0, 4456.0, 4451.0, 4456.0, 4466.0, 4456.0, 4466.0, 4466.0, 4467.0, 4476.0, 4470.0, 4462.0, 4468.0, 4477.0, 4502.0, 4469.0, 4518.0, 4463.0, 4505.0, 4476.0, 4503.0, 4484.0, 4502.0, 4447.0, 4487.0, 4457.0, 4463.0, 4454.0, 4410.0, 4450.0, 4449.0, 4442.0, 4444.0, 4450.0, 4440.0, 4416.0, 4447.0, 4421.0, 4440.0, 4433.0, 4437.0, 4429.0, 4417.0, 4428.0, 4407.0, 4427.0, 4439.0, 4421.0, 4436.0, 4440.0, 4459.0, 4441.0, 4451.0, 4476.0, 4465.0, 4469.0, 4463.0, 4477.0, 4463.0, 4470.0, 4474.0, 4443.0, 4470.0, 4436.0], 'WindowWidth': [9903.0, 9872.0, 9888.0, 9830.0, 9766.0, 9756.0, 9722.0, 9737.0, 9750.0, 9818.0, 9793.0, 9791.0, 9807.0, 9838.0, 9866.0, 9817.0, 9850.0, 9834.0, 9787.0, 9835.0, 9837.0, 9788.0, 9819.0, 9766.0, 9744.0, 9745.0, 9731.0, 9752.0, 9754.0, 9744.0, 9768.0, 9756.0, 9748.0, 9772.0, 9735.0, 9725.0, 9743.0, 9769.0, 9754.0, 9766.0, 9783.0, 9759.0, 9793.0, 9773.0, 9767.0, 9775.0, 9774.0, 9773.0, 9746.0, 9778.0, 9772.0, 9752.0, 9801.0, 9740.0, 9741.0, 9719.0, 9801.0, 9737.0, 9749.0, 9767.0, 9730.0, 9735.0, 9721.0, 9752.0, 9782.0, 9807.0, 9768.0, 9782.0, 9778.0, 9763.0, 9798.0, 9814.0, 9812.0, 9790.0, 9795.0, 9776.0, 9758.0, 9800.0, 9795.0, 9806.0, 9769.0, 9822.0, 9823.0, 9803.0, 9833.0, 9805.0, 9802.0, 9757.0, 9795.0, 9759.0, 9773.0, 9786.0, 9782.0, 9826.0, 9789.0, 9810.0, 9785.0, 9781.0, 9824.0, 9803.0, 9841.0, 9815.0, 9829.0, 9791.0, 9841.0, 9805.0, 9757.0, 9777.0, 9766.0, 9816.0, 9722.0, 9741.0, 9795.0, 9758.0, 9807.0, 9798.0, 9854.0, 9800.0, 9882.0, 9810.0, 9868.0, 9830.0, 9829.0, 9850.0, 9798.0, 9822.0, 9765.0, 9806.0, 9735.0, 9784.0, 9747.0, 9736.0, 9735.0, 9737.0, 9730.0, 9749.0, 9743.0, 9751.0, 9743.0, 9772.0, 9777.0, 9791.0, 9746.0, 9788.0, 9789.0, 9789.0, 9810.0, 9813.0, 9825.0, 9808.0, 9833.0, 9835.0, 9825.0, 9847.0, 9823.0, 9851.0, 9814.0, 9841.0, 9833.0, 9833.0, 9855.0, 9802.0, 9821.0, 9785.0, 9795.0, 9816.0, 9803.0, 9813.0, 9837.0, 9815.0, 9818.0, 9807.0, 9792.0, 9812.0, 9786.0, 9819.0, 9798.0, 9848.0, 9854.0, 9817.0, 9871.0, 9836.0, 9843.0, 9842.0, 9784.0, 9791.0, 9756.0, 9803.0, 9779.0, 9784.0, 9746.0, 9801.0, 9772.0, 9802.0, 9790.0, 9757.0, 9772.0, 9772.0, 9775.0, 9749.0, 9757.0, 9771.0, 9757.0, 9799.0, 9812.0, 9788.0, 9778.0, 9790.0, 9786.0, 9789.0, 9816.0, 9797.0, 9812.0, 9794.0, 9793.0, 9772.0, 9772.0, 9773.0, 9772.0, 9761.0, 9789.0, 9772.0, 9781.0, 9802.0, 9794.0, 9778.0, 9782.0, 9810.0, 9759.0, 9801.0, 9784.0, 9813.0, 9786.0, 9808.0, 9796.0, 9796.0, 9827.0, 9795.0, 9806.0, 9810.0, 9829.0, 9831.0, 9826.0, 9821.0, 9807.0, 9817.0, 9802.0, 9849.0, 9806.0, 9849.0, 9804.0, 9829.0, 9780.0, 9797.0, 9789.0, 9801.0, 9802.0, 9788.0, 9821.0, 9778.0, 9811.0, 9777.0, 9793.0, 9777.0, 9816.0, 9790.0, 9809.0, 9819.0, 9811.0, 9819.0, 9806.0, 9820.0, 9809.0, 9809.0, 9809.0, 9803.0, 9826.0, 9813.0, 9818.0, 9794.0, 9846.0, 9789.0, 9810.0, 9813.0, 9806.0, 9822.0, 9825.0, 9830.0, 9785.0, 9802.0, 9814.0, 9824.0, 9840.0, 9808.0, 9805.0, 9804.0, 9838.0, 9778.0, 9812.0, 9787.0, 9841.0, 9789.0, 9804.0, 9798.0, 9773.0, 9790.0, 9798.0, 9793.0, 9756.0, 9806.0, 9759.0, 9785.0, 9833.0, 9780.0, 9786.0, 9781.0, 9801.0, 9798.0, 9827.0, 9815.0, 9800.0, 9797.0, 9813.0, 9824.0, 9786.0, 9838.0, 9808.0, 9804.0, 9770.0, 9803.0, 9811.0, 9828.0, 9849.0, 9806.0, 9824.0, 9807.0, 9803.0, 9811.0, 9786.0, 9797.0, 9802.0, 9785.0, 9840.0, 9793.0, 9822.0, 9799.0, 9838.0, 9800.0, 9814.0, 9812.0, 9795.0, 9847.0, 9782.0, 9811.0, 9830.0, 9822.0, 9832.0, 9812.0, 9865.0, 9817.0, 9878.0, 9811.0, 9835.0, 9761.0, 9801.0, 9789.0, 9769.0, 9767.0, 9793.0, 9771.0, 9780.0, 9772.0, 9784.0, 9783.0, 9800.0, 9806.0, 9781.0, 9843.0, 9833.0, 9806.0, 9818.0, 9815.0, 9828.0, 9841.0, 9813.0, 9836.0, 9807.0, 9819.0, 9787.0, 9816.0, 9833.0, 9795.0, 9846.0, 9781.0, 9836.0, 9779.0, 9807.0, 9764.0, 9786.0, 9760.0, 9772.0, 9792.0, 9763.0, 9775.0, 9763.0, 9771.0, 9775.0, 9760.0, 9770.0, 9781.0, 9798.0, 9789.0, 9803.0, 9805.0, 9791.0, 9821.0, 9770.0, 9807.0, 9777.0, 9796.0, 9797.0, 9797.0, 9802.0, 9781.0, 9795.0, 9809.0, 9804.0, 9799.0, 9797.0, 9813.0, 9786.0, 9800.0, 9801.0, 9794.0, 9814.0, 9826.0, 9819.0, 9785.0, 9796.0, 9788.0, 9813.0, 9806.0, 9795.0, 9812.0, 9815.0, 9770.0, 9759.0, 9805.0, 9807.0, 9825.0, 9803.0, 9828.0, 9851.0, 9823.0, 9838.0, 9820.0, 9812.0, 9817.0, 9863.0, 9811.0, 9890.0, 9823.0, 9832.0, 9785.0, 9796.0, 9796.0, 9816.0, 9782.0, 9800.0, 9785.0, 9770.0, 9770.0, 9804.0, 9797.0, 9780.0, 9787.0, 9793.0, 9785.0, 9768.0, 9794.0, 9800.0, 9798.0, 9804.0, 9814.0, 9827.0, 9877.0, 9860.0, 9825.0, 9829.0, 9810.0, 9837.0, 9825.0, 9857.0, 9862.0, 9840.0, 9875.0, 9862.0, 9834.0, 9831.0, 9799.0, 9836.0, 9814.0, 9822.0, 9842.0, 9820.0, 9851.0, 9796.0, 9874.0, 9810.0, 9833.0, 9781.0, 9808.0, 9777.0, 9801.0, 9804.0, 9800.0, 9776.0, 9769.0, 9747.0, 9762.0, 9773.0, 9753.0, 9776.0, 9810.0, 9796.0, 9808.0, 9797.0, 9803.0, 9801.0, 9803.0, 9829.0, 9848.0, 9837.0, 9859.0, 9816.0, 9881.0, 9825.0, 9881.0, 9805.0, 9827.0, 9786.0, 9810.0, 9758.0, 9771.0, 9769.0, 9773.0, 9797.0, 9792.0, 9794.0, 9777.0, 9755.0, 9761.0, 9755.0, 9778.0, 9776.0, 9763.0, 9770.0, 9819.0, 9791.0, 9816.0, 9787.0, 9779.0, 9796.0, 9825.0, 9808.0, 9842.0, 9833.0, 9828.0, 9843.0, 9831.0, 9865.0, 9872.0, 9836.0, 9850.0, 9812.0, 9818.0, 9796.0, 9798.0, 9787.0, 9764.0, 9775.0, 9761.0, 9752.0, 9757.0, 9735.0, 9774.0, 9786.0, 9773.0, 9757.0, 9753.0, 9801.0, 9778.0, 9766.0, 9822.0, 9807.0, 9743.0, 9809.0, 9778.0, 9774.0, 9788.0, 9807.0, 9810.0, 9843.0, 9823.0, 9829.0, 9805.0, 9814.0, 9790.0, 9834.0, 9791.0, 9802.0, 9809.0, 9784.0, 9819.0, 9787.0, 9803.0, 9765.0, 9812.0, 9786.0, 9799.0, 9780.0, 9799.0, 9752.0, 9777.0, 9748.0, 9756.0, 9744.0, 9751.0, 9745.0, 9710.0, 9730.0, 9756.0, 9732.0, 9790.0, 9739.0, 9773.0, 9823.0, 9756.0, 9811.0, 9781.0, 9780.0, 9788.0, 9808.0, 9810.0, 9778.0, 9779.0, 9788.0, 9786.0, 9783.0, 9805.0, 9794.0, 9833.0, 9845.0, 9814.0, 9796.0, 9814.0, 9809.0, 9836.0, 9839.0, 9819.0, 9806.0, 9822.0, 9826.0, 9806.0, 9825.0, 9806.0, 9832.0, 9811.0, 9863.0, 9798.0, 9853.0, 9789.0, 9835.0, 9770.0, 9783.0, 9780.0, 9783.0, 9772.0, 9770.0, 9788.0, 9804.0, 9787.0, 9831.0, 9841.0, 9822.0, 9831.0, 9796.0, 9837.0, 9814.0, 9848.0, 9844.0, 9809.0, 9837.0, 9789.0, 9868.0, 9819.0, 9863.0, 9778.0, 9808.0, 9764.0, 9778.0, 9793.0, 9779.0, 9780.0, 9752.0, 9794.0, 9787.0, 9776.0, 9801.0, 9778.0, 9780.0, 9760.0, 9775.0, 9755.0, 9775.0, 9761.0, 9776.0, 9751.0, 9775.0, 9759.0, 9792.0, 9791.0, 9819.0, 9790.0, 9800.0, 9803.0, 9803.0, 9821.0, 9794.0, 9819.0, 9810.0, 9812.0, 9834.0, 9829.0, 9841.0, 9831.0, 9813.0, 9822.0, 9773.0, 9799.0, 9751.0, 9775.0, 9751.0, 9759.0, 9746.0, 9757.0, 9786.0, 9816.0, 9819.0, 9810.0, 9822.0, 9801.0, 9790.0, 9810.0, 9828.0, 9836.0, 9873.0, 9893.0, 9852.0, 9871.0, 9799.0, 9827.0, 9784.0, 9815.0, 9751.0, 9771.0, 9785.0, 9752.0, 9739.0, 9734.0, 9743.0, 9742.0, 9761.0, 9775.0, 9743.0, 9781.0, 9769.0, 9760.0, 9778.0, 9769.0, 9804.0, 9813.0, 9812.0, 9788.0, 9770.0, 9821.0, 9800.0, 9823.0, 9821.0, 9821.0, 9825.0, 9824.0, 9843.0, 9835.0, 9838.0, 9821.0, 9826.0, 9783.0, 9811.0, 9787.0, 9826.0, 9788.0, 9806.0, 9788.0, 9809.0, 9785.0, 9809.0, 9808.0, 9816.0, 9813.0, 9801.0, 9814.0, 9830.0, 9816.0, 9831.0, 9830.0, 9832.0, 9844.0, 9841.0, 9830.0, 9837.0, 9848.0, 9888.0, 9840.0, 9903.0, 9820.0, 9880.0, 9835.0, 9875.0, 9851.0, 9871.0, 9787.0, 9843.0, 9800.0, 9803.0, 9791.0, 9726.0, 9781.0, 9777.0, 9774.0, 9779.0, 9784.0, 9769.0, 9728.0, 9772.0, 9733.0, 9768.0, 9752.0, 9758.0, 9752.0, 9732.0, 9748.0, 9717.0, 9746.0, 9765.0, 9746.0, 9773.0, 9789.0, 9812.0, 9790.0, 9804.0, 9846.0, 9829.0, 9830.0, 9823.0, 9837.0, 9818.0, 9824.0, 9836.0, 9785.0, 9823.0, 9773.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.006478310344827588</td></tr>
<tr><td colspan=3>aqi</td><td>0.09219550701149425</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.33733591796317</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1916862201380902</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0230884856846965</td></tr>
<tr><td colspan=3>efc</td><td>0.5437</td></tr>
<tr><td colspan=3>fber</td><td>2819.0916</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.20548955693268214</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>275</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.60919540229885</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5477461562778587</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4355639419316306</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.829674568898937</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.37799995800301</td></tr>
<tr><td colspan=3>gcor</td><td>0.00791427</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01186308078467846</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0737275555729866</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.760566607754404</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>14.3007</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>71.3115</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>259.7114</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>70.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283497.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1169.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>444.6479</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.9851</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.8686</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3604.5356</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3715.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1814.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4550.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>780.3651</td></tr>
<tr><td colspan=3>tsnr</td><td>22.179302960867062</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>