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

616 lines
No EOL
106 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-0079_ses-03_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0079_ses-03_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0079_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-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0079/figures/sub-0079_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0079/ses-03/func/sub-0079_ses-03_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>53f809aa7d86d506a421e63747a33ae8</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:39:52.270000</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.999111, -0.0386061, 0.0169271, 0.0376834, 0.997946, 0.051805]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0939845</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7761, -7281, 551, -36, -65, 62, 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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>249.013</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>db9bf29c-4377-493a-b7c0-415e6daef547||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.6805419921875, 0.10110185295343399, 0.05100930109620094, 108.38714599609375], [0.10357742011547089, 2.6774160861968994, 0.13802701234817505, -91.79512023925781], [0.04541419818997383, -0.13898912072181702, 2.6959872245788574, -65.47756958007812], [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': ['123952.270000', '123952.730000', '123953.190000', '123953.650000', '123954.110000', '123954.570000', '123955.030000', '123955.490000', '123955.950000', '123956.410000', '123956.870000', '123957.330000', '123957.790000', '123958.250000', '123958.710000', '123959.170000', '123959.630000', '124000.090000', '124000.550000', '124001.010000', '124001.470000', '124001.930000', '124002.390000', '124002.850000', '124003.310000', '124003.770000', '124004.230000', '124004.690000', '124005.150000', '124005.610000', '124006.070000', '124006.530000', '124006.990000', '124007.450000', '124007.910000', '124008.370000', '124008.830000', '124009.290000', '124009.750000', '124010.210000', '124010.670000', '124011.130000', '124011.590000', '124012.050000', '124012.510000', '124012.970000', '124013.430000', '124013.890000', '124014.350000', '124014.810000', '124015.270000', '124015.730000', '124016.190000', '124016.650000', '124017.110000', '124017.570000', '124018.030000', '124018.490000', '124018.950000', '124019.410000', '124019.870000', '124020.330000', '124020.790000', '124021.250000', '124021.710000', '124022.170000', '124022.630000', '124023.090000', '124023.550000', '124024.010000', '124024.470000', '124024.930000', '124025.390000', '124025.850000', '124026.310000', '124026.770000', '124027.230000', '124027.690000', '124028.150000', '124028.610000', '124029.070000', '124029.530000', '124029.990000', '124030.450000', '124030.910000', '124031.370000', '124031.830000', '124032.290000', '124032.750000', '124033.210000', '124033.670000', '124034.130000', '124034.590000', '124035.050000', '124035.510000', '124035.970000', '124036.430000', '124036.890000', '124037.350000', '124037.810000', '124038.270000', '124038.730000', '124039.190000', '124039.650000', '124040.110000', '124040.570000', '124041.030000', '124041.490000', '124041.950000', '124042.410000', '124042.870000', '124043.330000', '124043.790000', '124044.250000', '124044.710000', '124045.170000', '124045.630000', '124046.090000', '124046.550000', '124047.010000', '124047.470000', '124047.930000', '124048.390000', '124048.850000', '124049.310000', '124049.770000', '124050.230000', '124050.690000', '124051.150000', '124051.610000', '124052.070000', '124052.530000', '124052.990000', '124053.450000', '124053.910000', '124054.370000', '124054.830000', '124055.290000', '124055.750000', '124056.210000', '124056.670000', '124057.130000', '124057.590000', '124058.050000', '124058.510000', '124058.970000', '124059.430000', '124059.890000', '124100.350000', '124100.810000', '124101.270000', '124101.730000', '124102.190000', '124102.650000', '124103.110000', '124103.570000', '124104.030000', '124104.490000', '124104.950000', '124105.410000', '124105.870000', '124106.330000', '124106.790000', '124107.250000', '124107.710000', '124108.170000', '124108.630000', '124109.090000', '124109.550000', '124110.010000', '124110.470000', '124110.930000', '124111.390000', '124111.850000', '124112.310000', '124112.770000', '124113.230000', '124113.690000', '124114.150000', '124114.610000', '124115.070000', '124115.530000', '124115.990000', '124116.450000', '124116.910000', '124117.370000', '124117.830000', '124118.290000', '124118.750000', '124119.210000', '124119.670000', '124120.130000', '124120.590000', '124121.050000', '124121.510000', '124121.970000', '124122.430000', '124122.890000', '124123.350000', '124123.810000', '124124.270000', '124124.730000', '124125.190000', '124125.650000', '124126.110000', '124126.570000', '124127.030000', '124127.490000', '124127.950000', '124128.410000', '124128.870000', '124129.330000', '124129.790000', '124130.250000', '124130.710000', '124131.170000', '124131.630000', '124132.090000', '124132.550000', '124133.010000', '124133.470000', '124133.930000', '124134.390000', '124134.850000', '124135.310000', '124135.770000', '124136.230000', '124136.690000', '124137.150000', '124137.610000', '124138.070000', '124138.530000', '124138.990000', '124139.450000', '124139.910000', '124140.370000', '124140.830000', '124141.290000', '124141.750000', '124142.210000', '124142.670000', '124143.130000', '124143.590000', '124144.050000', '124144.510000', '124144.970000', '124145.430000', '124145.890000', '124146.350000', '124146.810000', '124147.270000', '124147.730000', '124148.190000', '124148.650000', '124149.110000', '124149.570000', '124150.030000', '124150.490000', '124150.950000', '124151.410000', '124151.870000', '124152.330000', '124152.790000', '124153.250000', '124153.710000', '124154.170000', '124154.630000', '124155.090000', '124155.550000', '124156.010000', '124156.470000', '124156.930000', '124157.390000', '124157.850000', '124158.310000', '124158.770000', '124159.230000', '124159.690000', '124200.150000', '124200.610000', '124201.070000', '124201.530000', '124201.990000', '124202.450000', '124202.910000', '124203.370000', '124203.830000', '124204.290000', '124204.750000', '124205.210000', '124205.670000', '124206.130000', '124206.590000', '124207.050000', '124207.510000', '124207.970000', '124208.430000', '124208.890000', '124209.350000', '124209.810000', '124210.270000', '124210.730000', '124211.190000', '124211.650000', '124212.110000', '124212.570000', '124213.030000', '124213.490000', '124213.950000', '124214.410000', '124214.870000', '124215.330000', '124215.790000', '124216.250000', '124216.710000', '124217.170000', '124217.630000', '124218.090000', '124218.550000', '124219.010000', '124219.470000', '124219.930000', '124220.390000', '124220.850000', '124221.310000', '124221.770000', '124222.230000', '124222.690000', '124223.150000', '124223.610000', '124224.070000', '124224.530000', '124224.990000', '124225.450000', '124225.910000', '124226.370000', '124226.830000', '124227.290000', '124227.750000', '124228.210000', '124228.670000', '124229.130000', '124229.590000', '124230.050000', '124230.510000', '124230.970000', '124231.430000', '124231.890000', '124232.350000', '124232.810000', '124233.270000', '124233.730000', '124234.190000', '124234.650000', '124235.110000', '124235.570000', '124236.030000', '124236.490000', '124236.950000', '124237.410000', '124237.870000', '124238.330000', '124238.790000', '124239.250000', '124239.710000', '124240.170000', '124240.630000', '124241.090000', '124241.550000', '124242.010000', '124242.470000', '124242.930000', '124243.390000', '124243.850000', '124244.310000', '124244.770000', '124245.230000', '124245.690000', '124246.150000', '124246.610000', '124247.070000', '124247.530000', '124247.990000', '124248.450000', '124248.910000', '124249.370000', '124249.830000', '124250.290000', '124250.750000', '124251.210000', '124251.670000', '124252.130000', '124252.590000', '124253.050000', '124253.510000', '124253.970000', '124254.430000', '124254.890000', '124255.350000', '124255.810000', '124256.270000', '124256.730000', '124257.190000', '124257.650000', '124258.110000', '124258.570000', '124259.030000', '124259.490000', '124259.950000', '124300.410000', '124300.870000', '124301.330000', '124301.790000', '124302.250000', '124302.710000', '124303.170000', '124303.630000', '124304.090000', '124304.550000', '124305.010000', '124305.470000', '124305.930000', '124306.390000', '124306.850000', '124307.310000', '124307.770000', '124308.230000', '124308.690000', '124309.150000', '124309.610000', '124310.070000', '124310.530000', '124310.990000', '124311.450000', '124311.910000', '124312.370000', '124312.830000', '124313.290000', '124313.750000', '124314.210000', '124314.670000', '124315.130000', '124315.590000', '124316.050000', '124316.510000', '124316.970000', '124317.430000', '124317.890000', '124318.350000', '124318.810000', '124319.270000', '124319.730000', '124320.190000', '124320.650000', '124321.110000', '124321.570000', '124322.030000', '124322.490000', '124322.950000', '124323.410000', '124323.870000', '124324.330000', '124324.790000', '124325.250000', '124325.710000', '124326.170000', '124326.630000', '124327.090000', '124327.550000', '124328.010000', '124328.470000', '124328.930000', '124329.390000', '124329.850000', '124330.310000', '124330.770000', '124331.230000', '124331.690000', '124332.150000', '124332.610000', '124333.070000', '124333.530000', '124333.990000', '124334.450000', '124334.910000', '124335.370000', '124335.830000', '124336.290000', '124336.750000', '124337.210000', '124337.670000', '124338.130000', '124338.590000', '124339.050000', '124339.510000', '124339.970000', '124340.430000', '124340.890000', '124341.350000', '124341.810000', '124342.270000', '124342.730000', '124343.190000', '124343.650000', '124344.110000', '124344.570000', '124345.030000', '124345.490000', '124345.950000', '124346.410000', '124346.870000', '124347.330000', '124347.790000', '124348.250000', '124348.710000', '124349.170000', '124349.630000', '124350.090000', '124350.550000', '124351.010000', '124351.470000', '124351.930000', '124352.390000', '124352.850000', '124353.310000', '124353.770000', '124354.230000', '124354.690000', '124355.150000', '124355.610000', '124356.070000', '124356.530000', '124356.990000', '124357.450000', '124357.910000', '124358.370000', '124358.830000', '124359.290000', '124359.750000', '124400.210000', '124400.670000', '124401.130000', '124401.590000', '124402.050000', '124402.510000', '124402.970000', '124403.430000', '124403.890000', '124404.350000', '124404.810000', '124405.270000', '124405.730000', '124406.190000', '124406.650000', '124407.110000', '124407.570000', '124408.030000', '124408.490000', '124408.950000', '124409.410000', '124409.870000', '124410.330000', '124410.790000', '124411.250000', '124411.710000', '124412.170000', '124412.630000', '124413.090000', '124413.550000', '124414.010000', '124414.470000', '124414.930000', '124415.390000', '124415.850000', '124416.310000', '124416.770000', '124417.230000', '124417.690000', '124418.150000', '124418.610000', '124419.070000', '124419.530000', '124419.990000', '124420.450000', '124420.910000', '124421.370000', '124421.830000', '124422.290000', '124422.750000', '124423.210000', '124423.670000', '124424.130000', '124424.590000', '124425.050000', '124425.510000', '124425.970000', '124426.430000', '124426.890000', '124427.350000', '124427.810000', '124428.270000', '124428.730000', '124429.190000', '124429.650000', '124430.110000', '124430.570000', '124431.030000', '124431.490000', '124431.950000', '124432.410000', '124432.870000', '124433.330000', '124433.790000', '124434.250000', '124434.710000', '124435.170000', '124435.630000', '124436.090000', '124436.550000', '124437.010000', '124437.470000', '124437.930000', '124438.390000', '124438.850000', '124439.310000', '124439.770000', '124440.230000', '124440.690000', '124441.150000', '124441.610000', '124442.070000', '124442.530000', '124442.990000', '124443.450000', '124443.910000', '124444.370000', '124444.830000', '124445.290000', '124445.750000', '124446.210000', '124446.670000', '124447.130000', '124447.590000', '124448.050000', '124448.510000', '124448.970000', '124449.430000', '124449.890000', '124450.350000', '124450.810000', '124451.270000', '124451.730000', '124452.190000', '124452.650000', '124453.110000', '124453.570000', '124454.030000', '124454.490000', '124454.950000', '124455.410000', '124455.870000', '124456.330000', '124456.790000', '124457.250000', '124457.710000', '124458.170000', '124458.630000', '124459.090000', '124459.550000', '124500.010000', '124500.470000', '124500.930000', '124501.390000', '124501.850000', '124502.310000', '124502.770000', '124503.230000', '124503.690000', '124504.150000', '124504.610000', '124505.070000', '124505.530000', '124505.990000', '124506.450000', '124506.910000', '124507.370000', '124507.830000', '124508.290000', '124508.750000', '124509.210000', '124509.670000', '124510.130000', '124510.590000', '124511.050000', '124511.510000', '124511.970000', '124512.430000', '124512.890000', '124513.350000', '124513.810000', '124514.270000', '124514.730000', '124515.190000', '124515.650000', '124516.110000', '124516.570000', '124517.030000', '124517.490000', '124517.950000', '124518.410000', '124518.870000', '124519.330000', '124519.790000', '124520.250000', '124520.710000', '124521.170000', '124521.630000', '124522.090000', '124522.550000', '124523.010000', '124523.470000', '124523.930000', '124524.390000', '124524.850000', '124525.310000', '124525.770000', '124526.230000', '124526.690000', '124527.150000', '124527.610000', '124528.070000', '124528.530000', '124528.990000', '124529.450000', '124529.910000', '124530.370000', '124530.830000', '124531.290000', '124531.750000', '124532.210000', '124532.670000', '124533.130000', '124533.590000', '124534.050000', '124534.510000', '124534.970000', '124535.430000', '124535.890000', '124536.350000', '124536.810000', '124537.270000', '124537.730000', '124538.190000', '124538.650000', '124539.110000', '124539.570000', '124540.030000', '124540.490000', '124540.950000', '124541.410000', '124541.870000', '124542.330000', '124542.790000', '124543.250000', '124543.710000', '124544.170000', '124544.630000', '124545.090000', '124545.550000', '124546.010000', '124546.470000', '124546.930000', '124547.390000', '124547.850000', '124548.310000', '124548.770000', '124549.230000', '124549.690000', '124550.150000', '124550.610000', '124551.070000', '124551.530000', '124551.990000', '124552.450000', '124552.910000', '124553.370000', '124553.830000', '124554.290000', '124554.750000', '124555.210000', '124555.670000', '124556.130000', '124556.590000', '124557.050000', '124557.510000', '124557.970000', '124558.430000', '124558.890000', '124559.350000', '124559.810000', '124600.270000', '124600.730000', '124601.190000', '124601.650000', '124602.110000', '124602.570000', '124603.030000', '124603.490000', '124603.950000', '124604.410000', '124604.870000', '124605.330000', '124605.790000', '124606.250000', '124606.710000', '124607.170000', '124607.630000', '124608.090000', '124608.550000', '124609.010000', '124609.470000', '124609.930000', '124610.390000', '124610.850000', '124611.310000', '124611.770000', '124612.230000', '124612.690000', '124613.150000', '124613.610000', '124614.070000', '124614.530000', '124614.990000', '124615.450000', '124615.910000', '124616.370000', '124616.830000', '124617.290000', '124617.750000', '124618.210000', '124618.670000', '124619.130000', '124619.590000', '124620.050000', '124620.510000', '124620.970000', '124621.430000', '124621.890000', '124622.350000', '124622.810000', '124623.270000', '124623.730000', '124624.190000', '124624.650000', '124625.110000', '124625.570000', '124626.030000', '124626.490000', '124626.950000', '124627.410000', '124627.870000', '124628.330000', '124628.790000', '124629.250000', '124629.710000', '124630.170000', '124630.630000', '124631.090000', '124631.550000', '124632.010000', '124632.470000', '124632.930000'], 'ContentTime': ['124004.792000', '124004.795000', '124004.797000', '124004.800000', '124004.802000', '124004.805000', '124004.808000', '124004.815000', '124004.818000', '124004.820000', '124004.823000', '124004.825000', '124004.828000', '124004.831000', '124004.833000', '124004.843000', '124004.846000', '124004.848000', '124004.851000', '124004.853000', '124004.856000', '124004.858000', '124004.861000', '124004.863000', '124024.745000', '124024.747000', '124024.750000', '124024.752000', '124024.755000', '124024.758000', '124024.760000', '124024.763000', '124024.765000', '124024.768000', '124024.770000', '124024.773000', '124024.775000', '124024.778000', '124024.780000', '124024.783000', '124024.785000', '124024.788000', '124024.791000', '124024.793000', '124024.796000', '124024.798000', '124024.801000', '124024.803000', '124024.806000', '124024.808000', '124024.811000', '124024.813000', '124024.816000', '124024.818000', '124024.821000', '124024.824000', '124024.826000', '124024.829000', '124024.831000', '124024.834000', '124024.836000', '124024.839000', '124024.841000', '124024.844000', '124024.846000', '124024.849000', '124024.852000', '124024.854000', '124044.744000', '124044.747000', '124044.750000', '124044.752000', '124044.755000', '124044.757000', '124044.760000', '124044.763000', '124044.765000', '124044.768000', '124044.770000', '124044.773000', '124044.775000', '124044.778000', '124044.780000', '124044.783000', '124044.785000', '124044.788000', '124044.790000', '124044.793000', '124044.795000', '124044.798000', '124044.800000', '124044.803000', '124044.805000', '124044.808000', '124044.811000', '124044.813000', '124044.816000', '124044.818000', '124044.821000', '124044.823000', '124044.826000', '124044.829000', '124044.831000', '124044.834000', '124044.837000', '124044.839000', '124044.842000', '124044.844000', '124044.847000', '124044.849000', '124044.852000', '124104.744000', '124104.747000', '124104.750000', '124104.752000', '124104.755000', '124104.758000', '124104.760000', '124104.763000', '124104.765000', '124104.768000', '124104.770000', '124104.773000', '124104.775000', '124104.778000', '124104.780000', '124104.783000', '124104.786000', '124104.788000', '124104.791000', '124104.793000', '124104.796000', '124104.798000', '124104.801000', '124104.804000', '124104.806000', '124104.809000', '124104.811000', '124104.814000', '124104.816000', '124104.828000', '124104.830000', '124104.833000', '124104.836000', '124104.838000', '124104.841000', '124104.843000', '124104.846000', '124104.848000', '124104.851000', '124104.854000', '124104.856000', '124104.859000', '124104.861000', '124104.864000', '124124.744000', '124124.747000', '124124.750000', '124124.752000', '124124.755000', '124124.758000', '124124.760000', '124124.763000', '124124.765000', '124124.768000', '124124.770000', '124124.773000', '124124.776000', '124124.778000', '124124.781000', '124124.783000', '124124.786000', '124124.788000', '124124.791000', '124124.793000', '124124.796000', '124124.799000', '124124.801000', '124124.804000', '124124.806000', '124124.809000', '124124.811000', '124124.814000', '124124.817000', '124124.819000', '124124.822000', '124124.824000', '124124.827000', '124124.829000', '124124.832000', '124124.835000', '124124.837000', '124124.840000', '124124.842000', '124124.845000', '124124.847000', '124124.850000', '124124.852000', '124144.745000', '124144.748000', '124144.751000', '124144.753000', '124144.756000', '124144.758000', '124144.761000', '124144.763000', '124144.766000', '124144.769000', '124144.771000', '124144.774000', '124144.776000', '124144.779000', '124144.782000', '124144.784000', '124144.787000', '124144.789000', '124144.792000', '124144.794000', '124144.797000', '124144.799000', '124144.802000', '124144.804000', '124144.807000', '124144.810000', '124144.812000', '124144.815000', '124144.817000', '124144.820000', '124144.822000', '124144.825000', '124144.827000', '124144.830000', '124144.833000', '124144.835000', '124144.838000', '124144.840000', '124144.843000', '124144.845000', '124144.848000', '124144.850000', '124144.853000', '124144.855000', '124204.745000', '124204.747000', '124204.750000', '124204.752000', '124204.755000', '124204.758000', '124204.760000', '124204.763000', '124204.765000', '124204.768000', '124204.771000', '124204.773000', '124204.776000', '124204.778000', '124204.781000', '124204.784000', '124204.786000', '124204.789000', '124204.791000', '124204.794000', '124204.796000', '124204.799000', '124204.801000', '124204.804000', '124204.806000', '124204.809000', '124204.812000', '124204.814000', '124204.817000', '124204.819000', '124204.822000', '124204.825000', '124204.827000', '124204.830000', '124204.832000', '124204.835000', '124204.837000', '124204.840000', '124204.843000', '124204.845000', '124204.848000', '124204.850000', '124204.853000', '124224.744000', '124224.747000', '124224.750000', '124224.752000', '124224.755000', '124224.757000', '124224.760000', '124224.763000', '124224.765000', '124224.768000', '124224.770000', '124224.773000', '124224.775000', '124224.778000', '124224.780000', '124224.783000', '124224.786000', '124224.788000', '124224.791000', '124224.793000', '124224.796000', '124224.798000', '124224.801000', '124224.804000', '124224.806000', '124224.809000', '124224.811000', '124224.814000', '124224.816000', '124224.819000', '124224.821000', '124224.824000', '124224.826000', '124224.829000', '124224.832000', '124224.834000', '124224.837000', '124224.839000', '124224.842000', '124224.844000', '124224.847000', '124224.850000', '124224.852000', '124224.855000', '124244.744000', '124244.747000', '124244.750000', '124244.752000', '124244.755000', '124244.757000', '124244.760000', '124244.763000', '124244.765000', '124244.768000', '124244.770000', '124244.773000', '124244.775000', '124244.778000', '124244.780000', '124244.783000', '124244.786000', '124244.788000', '124244.791000', '124244.793000', '124244.796000', '124244.798000', '124244.801000', '124244.803000', '124244.820000', '124244.822000', '124244.825000', '124244.828000', '124244.830000', '124244.833000', '124244.835000', '124244.838000', '124244.841000', '124244.843000', '124244.846000', '124244.848000', '124244.851000', '124244.853000', '124244.856000', '124244.859000', '124244.861000', '124244.864000', '124244.866000', '124304.744000', '124304.747000', '124304.750000', '124304.752000', '124304.755000', '124304.757000', '124304.760000', '124304.763000', '124304.765000', '124304.768000', '124304.770000', '124304.773000', '124304.776000', '124304.778000', '124304.781000', '124304.784000', '124304.786000', '124304.789000', '124304.791000', '124304.794000', '124304.796000', '124304.799000', '124304.802000', '124304.804000', '124304.807000', '124304.809000', '124304.812000', '124304.815000', '124304.817000', '124304.820000', '124304.822000', '124304.825000', '124304.827000', '124304.830000', '124304.833000', '124304.835000', '124304.838000', '124304.840000', '124304.843000', '124304.845000', '124304.848000', '124304.851000', '124304.853000', '124304.856000', '124324.744000', '124324.747000', '124324.750000', '124324.752000', '124324.755000', '124324.758000', '124324.760000', '124324.763000', '124324.765000', '124324.768000', '124324.771000', '124324.773000', '124324.776000', '124324.778000', '124324.781000', '124324.783000', '124324.786000', '124324.789000', '124324.791000', '124324.794000', '124324.796000', '124324.799000', '124324.801000', '124324.804000', '124324.807000', '124324.809000', '124324.812000', '124324.814000', '124324.817000', '124324.819000', '124324.822000', '124324.824000', '124324.827000', '124324.830000', '124324.832000', '124324.835000', '124324.837000', '124324.840000', '124324.843000', '124324.845000', '124324.848000', '124324.850000', '124324.853000', '124344.745000', '124344.747000', '124344.750000', '124344.753000', '124344.755000', '124344.758000', '124344.760000', '124344.763000', '124344.765000', '124344.768000', '124344.771000', '124344.773000', '124344.776000', '124344.778000', '124344.781000', '124344.783000', '124344.786000', '124344.788000', '124344.791000', '124344.793000', '124344.796000', '124344.798000', '124344.801000', '124344.804000', '124344.806000', '124344.809000', '124344.811000', '124344.814000', '124344.817000', '124344.819000', '124344.822000', '124344.824000', '124344.827000', '124344.830000', '124344.832000', '124344.835000', '124344.837000', '124344.840000', '124344.842000', '124344.845000', '124344.848000', '124344.850000', '124344.853000', '124344.855000', '124404.745000', '124404.748000', '124404.751000', '124404.754000', '124404.756000', '124404.759000', '124404.761000', '124404.764000', '124404.766000', '124404.769000', '124404.771000', '124404.774000', '124404.777000', '124404.779000', '124404.782000', '124404.784000', '124404.787000', '124404.790000', '124404.792000', '124404.795000', '124404.797000', '124404.800000', '124404.802000', '124404.805000', '124404.808000', '124404.810000', '124404.813000', '124404.815000', '124404.818000', '124404.820000', '124404.823000', '124404.825000', '124404.828000', '124404.830000', '124404.833000', '124404.836000', '124404.838000', '124404.841000', '124404.843000', '124404.846000', '124404.848000', '124404.851000', '124404.854000', '124424.745000', '124424.749000', '124424.751000', '124424.754000', '124424.757000', '124424.759000', '124424.762000', '124424.764000', '124424.767000', '124424.770000', '124424.772000', '124424.775000', '124424.777000', '124424.780000', '124424.782000', '124424.785000', '124424.788000', '124424.790000', '124424.793000', '124424.795000', '124424.798000', '124424.802000', '124424.805000', '124424.807000', '124424.810000', '124424.813000', '124424.815000', '124424.818000', '124424.820000', '124424.823000', '124424.826000', '124424.828000', '124424.831000', '124424.833000', '124424.836000', '124424.838000', '124424.841000', '124424.844000', '124424.846000', '124424.849000', '124424.851000', '124424.854000', '124424.856000', '124424.859000', '124444.744000', '124444.747000', '124444.750000', '124444.752000', '124444.755000', '124444.758000', '124444.760000', '124444.763000', '124444.765000', '124444.768000', '124444.771000', '124444.773000', '124444.776000', '124444.778000', '124444.781000', '124444.783000', '124444.786000', '124444.788000', '124444.791000', '124444.794000', '124444.796000', '124444.799000', '124444.801000', '124444.804000', '124444.806000', '124444.809000', '124444.811000', '124444.814000', '124444.817000', '124444.819000', '124444.822000', '124444.824000', '124444.827000', '124444.829000', '124444.832000', '124444.835000', '124444.837000', '124444.840000', '124444.842000', '124444.845000', '124444.847000', '124444.850000', '124444.852000', '124504.745000', '124504.747000', '124504.750000', '124504.753000', '124504.755000', '124504.758000', '124504.760000', '124504.763000', '124504.766000', '124504.768000', '124504.771000', '124504.773000', '124504.776000', '124504.778000', '124504.781000', '124504.783000', '124504.786000', '124504.789000', '124504.791000', '124504.794000', '124504.796000', '124504.799000', '124504.802000', '124504.804000', '124504.807000', '124504.809000', '124504.812000', '124504.815000', '124504.817000', '124504.820000', '124504.822000', '124504.825000', '124504.828000', '124504.830000', '124504.833000', '124504.835000', '124504.838000', '124504.841000', '124504.843000', '124504.846000', '124504.848000', '124504.851000', '124504.853000', '124524.744000', '124524.747000', '124524.750000', '124524.753000', '124524.755000', '124524.758000', '124524.760000', '124524.763000', '124524.765000', '124524.768000', '124524.771000', '124524.773000', '124524.776000', '124524.778000', '124524.781000', '124524.783000', '124524.786000', '124524.789000', '124524.791000', '124524.794000', '124524.796000', '124524.799000', '124524.801000', '124524.804000', '124524.807000', '124524.809000', '124524.812000', '124524.814000', '124524.817000', '124524.819000', '124524.822000', '124524.825000', '124524.827000', '124524.830000', '124524.832000', '124524.835000', '124524.838000', '124524.841000', '124524.843000', '124524.846000', '124524.848000', '124524.851000', '124524.853000', '124524.856000', '124544.744000', '124544.747000', '124544.750000', '124544.753000', '124544.755000', '124544.758000', '124544.761000', '124544.764000', '124544.767000', '124544.770000', '124544.772000', '124544.775000', '124544.778000', '124544.780000', '124544.783000', '124544.786000', '124544.789000', '124544.798000', '124544.801000', '124544.803000', '124544.806000', '124544.808000', '124544.811000', '124544.814000', '124544.816000', '124544.819000', '124544.821000', '124544.824000', '124544.827000', '124544.829000', '124544.832000', '124544.835000', '124544.837000', '124544.840000', '124544.843000', '124544.846000', '124544.848000', '124544.851000', '124544.853000', '124544.856000', '124544.858000', '124544.861000', '124544.864000', '124604.745000', '124604.747000', '124604.750000', '124604.753000', '124604.755000', '124604.759000', '124604.762000', '124604.765000', '124604.767000', '124604.770000', '124604.772000', '124604.775000', '124604.777000', '124604.780000', '124604.783000', '124604.785000', '124604.788000', '124604.790000', '124604.793000', '124604.796000', '124604.798000', '124604.801000', '124604.803000', '124604.806000', '124604.808000', '124604.811000', '124604.814000', '124604.816000', '124604.819000', '124604.821000', '124604.824000', '124604.827000', '124604.829000', '124604.832000', '124604.834000', '124604.837000', '124604.839000', '124604.842000', '124604.845000', '124604.847000', '124604.850000', '124604.852000', '124604.855000', '124604.857000', '124624.745000', '124624.748000', '124624.751000', '124624.754000', '124624.756000', '124624.759000', '124624.761000', '124624.764000', '124624.766000', '124624.769000', '124624.772000', '124624.774000', '124624.777000', '124624.780000', '124624.783000', '124624.785000', '124624.788000', '124624.791000', '124624.793000', '124624.796000', '124624.798000', '124624.801000', '124624.804000', '124624.806000', '124624.809000', '124624.811000', '124624.814000', '124624.816000', '124624.819000', '124624.821000', '124624.824000', '124624.827000', '124624.829000', '124624.832000', '124624.834000', '124624.837000', '124624.839000', '124624.842000', '124624.844000', '124624.847000', '124624.850000', '124624.852000', '124624.855000', '124634.440000', '124634.444000', '124634.446000', '124634.450000', '124634.452000', '124634.455000', '124634.458000', '124634.461000', '124634.464000', '124634.467000', '124634.470000', '124634.473000', '124634.475000', '124634.478000', '124634.481000', '124634.484000', '124634.487000', '124634.490000', '124634.492000', '124634.495000', '124634.498000', '124634.501000'], 'InstanceCreationTime': ['124004.792000', '124004.795000', '124004.797000', '124004.800000', '124004.802000', '124004.805000', '124004.808000', '124004.815000', '124004.818000', '124004.820000', '124004.823000', '124004.825000', '124004.828000', '124004.831000', '124004.833000', '124004.843000', '124004.846000', '124004.848000', '124004.851000', '124004.853000', '124004.856000', '124004.858000', '124004.861000', '124004.863000', '124024.745000', '124024.747000', '124024.750000', '124024.752000', '124024.755000', '124024.758000', '124024.760000', '124024.763000', '124024.765000', '124024.768000', '124024.770000', '124024.773000', '124024.775000', '124024.778000', '124024.780000', '124024.783000', '124024.785000', '124024.788000', '124024.791000', '124024.793000', '124024.796000', '124024.798000', '124024.801000', '124024.803000', '124024.806000', '124024.808000', '124024.811000', '124024.813000', '124024.816000', '124024.818000', '124024.821000', '124024.824000', '124024.826000', '124024.829000', '124024.831000', '124024.834000', '124024.836000', '124024.839000', '124024.841000', '124024.844000', '124024.846000', '124024.849000', '124024.852000', '124024.854000', '124044.744000', '124044.747000', '124044.750000', '124044.752000', '124044.755000', '124044.757000', '124044.760000', '124044.763000', '124044.765000', '124044.768000', '124044.770000', '124044.773000', '124044.775000', '124044.778000', '124044.780000', '124044.783000', '124044.785000', '124044.788000', '124044.790000', '124044.793000', '124044.795000', '124044.798000', '124044.800000', '124044.803000', '124044.805000', '124044.808000', '124044.811000', '124044.813000', '124044.816000', '124044.818000', '124044.821000', '124044.823000', '124044.826000', '124044.829000', '124044.831000', '124044.834000', '124044.837000', '124044.839000', '124044.842000', '124044.844000', '124044.847000', '124044.849000', '124044.852000', '124104.744000', '124104.747000', '124104.750000', '124104.752000', '124104.755000', '124104.758000', '124104.760000', '124104.763000', '124104.765000', '124104.768000', '124104.770000', '124104.773000', '124104.775000', '124104.778000', '124104.780000', '124104.783000', '124104.786000', '124104.788000', '124104.791000', '124104.793000', '124104.796000', '124104.798000', '124104.801000', '124104.804000', '124104.806000', '124104.809000', '124104.811000', '124104.814000', '124104.816000', '124104.828000', '124104.830000', '124104.833000', '124104.836000', '124104.838000', '124104.841000', '124104.843000', '124104.846000', '124104.848000', '124104.851000', '124104.854000', '124104.856000', '124104.859000', '124104.861000', '124104.864000', '124124.744000', '124124.747000', '124124.750000', '124124.752000', '124124.755000', '124124.758000', '124124.760000', '124124.763000', '124124.765000', '124124.768000', '124124.770000', '124124.773000', '124124.776000', '124124.778000', '124124.781000', '124124.783000', '124124.786000', '124124.788000', '124124.791000', '124124.793000', '124124.796000', '124124.799000', '124124.801000', '124124.804000', '124124.806000', '124124.809000', '124124.811000', '124124.814000', '124124.817000', '124124.819000', '124124.822000', '124124.824000', '124124.827000', '124124.829000', '124124.832000', '124124.835000', '124124.837000', '124124.840000', '124124.842000', '124124.845000', '124124.847000', '124124.850000', '124124.852000', '124144.745000', '124144.748000', '124144.751000', '124144.753000', '124144.756000', '124144.758000', '124144.761000', '124144.763000', '124144.766000', '124144.769000', '124144.771000', '124144.774000', '124144.776000', '124144.779000', '124144.782000', '124144.784000', '124144.787000', '124144.789000', '124144.792000', '124144.794000', '124144.797000', '124144.799000', '124144.802000', '124144.804000', '124144.807000', '124144.810000', '124144.812000', '124144.815000', '124144.817000', '124144.820000', '124144.822000', '124144.825000', '124144.827000', '124144.830000', '124144.833000', '124144.835000', '124144.838000', '124144.840000', '124144.843000', '124144.845000', '124144.848000', '124144.850000', '124144.853000', '124144.855000', '124204.745000', '124204.747000', '124204.750000', '124204.752000', '124204.755000', '124204.758000', '124204.760000', '124204.763000', '124204.765000', '124204.768000', '124204.771000', '124204.773000', '124204.776000', '124204.778000', '124204.781000', '124204.784000', '124204.786000', '124204.789000', '124204.791000', '124204.794000', '124204.796000', '124204.799000', '124204.801000', '124204.804000', '124204.806000', '124204.809000', '124204.812000', '124204.814000', '124204.817000', '124204.819000', '124204.822000', '124204.825000', '124204.827000', '124204.830000', '124204.832000', '124204.835000', '124204.837000', '124204.840000', '124204.843000', '124204.845000', '124204.848000', '124204.850000', '124204.853000', '124224.744000', '124224.747000', '124224.750000', '124224.752000', '124224.755000', '124224.757000', '124224.760000', '124224.763000', '124224.765000', '124224.768000', '124224.770000', '124224.773000', '124224.775000', '124224.778000', '124224.780000', '124224.783000', '124224.786000', '124224.788000', '124224.791000', '124224.793000', '124224.796000', '124224.798000', '124224.801000', '124224.804000', '124224.806000', '124224.809000', '124224.811000', '124224.814000', '124224.816000', '124224.819000', '124224.821000', '124224.824000', '124224.826000', '124224.829000', '124224.832000', '124224.834000', '124224.837000', '124224.839000', '124224.842000', '124224.844000', '124224.847000', '124224.850000', '124224.852000', '124224.855000', '124244.744000', '124244.747000', '124244.750000', '124244.752000', '124244.755000', '124244.757000', '124244.760000', '124244.763000', '124244.765000', '124244.768000', '124244.770000', '124244.773000', '124244.775000', '124244.778000', '124244.780000', '124244.783000', '124244.786000', '124244.788000', '124244.791000', '124244.793000', '124244.796000', '124244.798000', '124244.801000', '124244.803000', '124244.820000', '124244.822000', '124244.825000', '124244.828000', '124244.830000', '124244.833000', '124244.835000', '124244.838000', '124244.841000', '124244.843000', '124244.846000', '124244.848000', '124244.851000', '124244.853000', '124244.856000', '124244.859000', '124244.861000', '124244.864000', '124244.866000', '124304.744000', '124304.747000', '124304.750000', '124304.752000', '124304.755000', '124304.757000', '124304.760000', '124304.763000', '124304.765000', '124304.768000', '124304.770000', '124304.773000', '124304.776000', '124304.778000', '124304.781000', '124304.784000', '124304.786000', '124304.789000', '124304.791000', '124304.794000', '124304.796000', '124304.799000', '124304.802000', '124304.804000', '124304.807000', '124304.809000', '124304.812000', '124304.815000', '124304.817000', '124304.820000', '124304.822000', '124304.825000', '124304.827000', '124304.830000', '124304.833000', '124304.835000', '124304.838000', '124304.840000', '124304.843000', '124304.845000', '124304.848000', '124304.851000', '124304.853000', '124304.856000', '124324.744000', '124324.747000', '124324.750000', '124324.752000', '124324.755000', '124324.758000', '124324.760000', '124324.763000', '124324.765000', '124324.768000', '124324.771000', '124324.773000', '124324.776000', '124324.778000', '124324.781000', '124324.783000', '124324.786000', '124324.789000', '124324.791000', '124324.794000', '124324.796000', '124324.799000', '124324.801000', '124324.804000', '124324.807000', '124324.809000', '124324.812000', '124324.814000', '124324.817000', '124324.819000', '124324.822000', '124324.824000', '124324.827000', '124324.830000', '124324.832000', '124324.835000', '124324.837000', '124324.840000', '124324.843000', '124324.845000', '124324.848000', '124324.850000', '124324.853000', '124344.745000', '124344.747000', '124344.750000', '124344.753000', '124344.755000', '124344.758000', '124344.760000', '124344.763000', '124344.765000', '124344.768000', '124344.771000', '124344.773000', '124344.776000', '124344.778000', '124344.781000', '124344.783000', '124344.786000', '124344.788000', '124344.791000', '124344.793000', '124344.796000', '124344.798000', '124344.801000', '124344.804000', '124344.806000', '124344.809000', '124344.811000', '124344.814000', '124344.817000', '124344.819000', '124344.822000', '124344.824000', '124344.827000', '124344.830000', '124344.832000', '124344.835000', '124344.837000', '124344.840000', '124344.842000', '124344.845000', '124344.848000', '124344.850000', '124344.853000', '124344.855000', '124404.745000', '124404.748000', '124404.751000', '124404.754000', '124404.756000', '124404.759000', '124404.761000', '124404.764000', '124404.766000', '124404.769000', '124404.771000', '124404.774000', '124404.777000', '124404.779000', '124404.782000', '124404.784000', '124404.787000', '124404.790000', '124404.792000', '124404.795000', '124404.797000', '124404.800000', '124404.802000', '124404.805000', '124404.808000', '124404.810000', '124404.813000', '124404.815000', '124404.818000', '124404.820000', '124404.823000', '124404.825000', '124404.828000', '124404.830000', '124404.833000', '124404.836000', '124404.838000', '124404.841000', '124404.843000', '124404.846000', '124404.848000', '124404.851000', '124404.854000', '124424.745000', '124424.749000', '124424.751000', '124424.754000', '124424.757000', '124424.759000', '124424.762000', '124424.764000', '124424.767000', '124424.770000', '124424.772000', '124424.775000', '124424.777000', '124424.780000', '124424.782000', '124424.785000', '124424.788000', '124424.790000', '124424.793000', '124424.795000', '124424.798000', '124424.802000', '124424.805000', '124424.807000', '124424.810000', '124424.813000', '124424.815000', '124424.818000', '124424.820000', '124424.823000', '124424.826000', '124424.828000', '124424.831000', '124424.833000', '124424.836000', '124424.838000', '124424.841000', '124424.844000', '124424.846000', '124424.849000', '124424.851000', '124424.854000', '124424.856000', '124424.859000', '124444.744000', '124444.747000', '124444.750000', '124444.752000', '124444.755000', '124444.758000', '124444.760000', '124444.763000', '124444.765000', '124444.768000', '124444.771000', '124444.773000', '124444.776000', '124444.778000', '124444.781000', '124444.783000', '124444.786000', '124444.788000', '124444.791000', '124444.794000', '124444.796000', '124444.799000', '124444.801000', '124444.804000', '124444.806000', '124444.809000', '124444.811000', '124444.814000', '124444.817000', '124444.819000', '124444.822000', '124444.824000', '124444.827000', '124444.829000', '124444.832000', '124444.835000', '124444.837000', '124444.840000', '124444.842000', '124444.845000', '124444.847000', '124444.850000', '124444.852000', '124504.745000', '124504.747000', '124504.750000', '124504.753000', '124504.755000', '124504.758000', '124504.760000', '124504.763000', '124504.766000', '124504.768000', '124504.771000', '124504.773000', '124504.776000', '124504.778000', '124504.781000', '124504.783000', '124504.786000', '124504.789000', '124504.791000', '124504.794000', '124504.796000', '124504.799000', '124504.802000', '124504.804000', '124504.807000', '124504.809000', '124504.812000', '124504.815000', '124504.817000', '124504.820000', '124504.822000', '124504.825000', '124504.828000', '124504.830000', '124504.833000', '124504.835000', '124504.838000', '124504.841000', '124504.843000', '124504.846000', '124504.848000', '124504.851000', '124504.853000', '124524.744000', '124524.747000', '124524.750000', '124524.753000', '124524.755000', '124524.758000', '124524.760000', '124524.763000', '124524.765000', '124524.768000', '124524.771000', '124524.773000', '124524.776000', '124524.778000', '124524.781000', '124524.783000', '124524.786000', '124524.789000', '124524.791000', '124524.794000', '124524.796000', '124524.799000', '124524.801000', '124524.804000', '124524.807000', '124524.809000', '124524.812000', '124524.814000', '124524.817000', '124524.819000', '124524.822000', '124524.825000', '124524.827000', '124524.830000', '124524.832000', '124524.835000', '124524.838000', '124524.841000', '124524.843000', '124524.846000', '124524.848000', '124524.851000', '124524.853000', '124524.856000', '124544.744000', '124544.747000', '124544.750000', '124544.753000', '124544.755000', '124544.758000', '124544.761000', '124544.764000', '124544.767000', '124544.770000', '124544.772000', '124544.775000', '124544.778000', '124544.780000', '124544.783000', '124544.786000', '124544.789000', '124544.798000', '124544.801000', '124544.803000', '124544.806000', '124544.808000', '124544.811000', '124544.814000', '124544.816000', '124544.819000', '124544.821000', '124544.824000', '124544.827000', '124544.829000', '124544.832000', '124544.835000', '124544.837000', '124544.840000', '124544.843000', '124544.846000', '124544.848000', '124544.851000', '124544.853000', '124544.856000', '124544.858000', '124544.861000', '124544.864000', '124604.745000', '124604.747000', '124604.750000', '124604.753000', '124604.755000', '124604.759000', '124604.762000', '124604.765000', '124604.767000', '124604.770000', '124604.772000', '124604.775000', '124604.777000', '124604.780000', '124604.783000', '124604.785000', '124604.788000', '124604.790000', '124604.793000', '124604.796000', '124604.798000', '124604.801000', '124604.803000', '124604.806000', '124604.808000', '124604.811000', '124604.814000', '124604.816000', '124604.819000', '124604.821000', '124604.824000', '124604.827000', '124604.829000', '124604.832000', '124604.834000', '124604.837000', '124604.839000', '124604.842000', '124604.845000', '124604.847000', '124604.850000', '124604.852000', '124604.855000', '124604.857000', '124624.745000', '124624.748000', '124624.751000', '124624.754000', '124624.756000', '124624.759000', '124624.761000', '124624.764000', '124624.766000', '124624.769000', '124624.772000', '124624.774000', '124624.777000', '124624.780000', '124624.783000', '124624.785000', '124624.788000', '124624.791000', '124624.793000', '124624.796000', '124624.798000', '124624.801000', '124624.804000', '124624.806000', '124624.809000', '124624.811000', '124624.814000', '124624.816000', '124624.819000', '124624.821000', '124624.824000', '124624.827000', '124624.829000', '124624.832000', '124624.834000', '124624.837000', '124624.839000', '124624.842000', '124624.844000', '124624.847000', '124624.850000', '124624.852000', '124624.855000', '124634.440000', '124634.444000', '124634.446000', '124634.450000', '124634.452000', '124634.455000', '124634.458000', '124634.461000', '124634.464000', '124634.467000', '124634.470000', '124634.473000', '124634.475000', '124634.478000', '124634.481000', '124634.484000', '124634.487000', '124634.490000', '124634.492000', '124634.495000', '124634.498000', '124634.501000'], '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': [7755, 7491, 7638, 7744, 14818, 8732, 13574, 8992, 12683, 7818, 12066, 7306, 12677, 7965, 12990, 9055, 12282, 7824, 13212, 7714, 12693, 7329, 12594, 7238, 11547, 6683, 11157, 7015, 11904, 7528, 12868, 6991, 12490, 7125, 12039, 7907, 11160, 11349, 10244, 6966, 10193, 6824, 10566, 8465, 17293, 18880, 16767, 12097, 8181, 7511, 6885, 6884, 8031, 7077, 7273, 11228, 9460, 14263, 10572, 11090, 15356, 12966, 16777, 12528, 16773, 11890, 13156, 12346, 7424, 11904, 7578, 8990, 8737, 7404, 11726, 9050, 9632, 11591, 7383, 9296, 8756, 8787, 10928, 10971, 11404, 8241, 11003, 8214, 11829, 7689, 7484, 7381, 7180, 8527, 7328, 9942, 11045, 8205, 13551, 9397, 13582, 7971, 12124, 7140, 11219, 6704, 9346, 12638, 8072, 13564, 8114, 12102, 7182, 10201, 7070, 9975, 13799, 8804, 14062, 8612, 11427, 7266, 11801, 7081, 9348, 10241, 8814, 8586, 8005, 11772, 7110, 11803, 7388, 10644, 7862, 10368, 7190, 9746, 8294, 8875, 14623, 9165, 12341, 7788, 11160, 7336, 11436, 7309, 10740, 7894, 12256, 7341, 11600, 7299, 12791, 7248, 11278, 9426, 12902, 7339, 11183, 7009, 10388, 12100, 9145, 12296, 9737, 7007, 10189, 7047, 10674, 9700, 10715, 12427, 11700, 7418, 11688, 7348, 12124, 9384, 10879, 14764, 9755, 8954, 9473, 12357, 9552, 13654, 10076, 8712, 8933, 14282, 8135, 12439, 7171, 10409, 11105, 9752, 6481, 9443, 7488, 9375, 7585, 9922, 9547, 10145, 6807, 9773, 7563, 6964, 7693, 7166, 11416, 11984, 9801, 14914, 12042, 15532, 8947, 12520, 7361, 10875, 12038, 9017, 15694, 9737, 12398, 7171, 11936, 7505, 11373, 7936, 10834, 7293, 11791, 7437, 10722, 7617, 12596, 7749, 9764, 7196, 7363, 11668, 6953, 6994, 8388, 6974, 12354, 8782, 15514, 13762, 12356, 17197, 13454, 15816, 12080, 12438, 9423, 9922, 12918, 9298, 13464, 8728, 7283, 7855, 7075, 8874, 7622, 8244, 10495, 7521, 11955, 8216, 7569, 10360, 15461, 10822, 11974, 15361, 11194, 17418, 12478, 13921, 7676, 12620, 7829, 11889, 7520, 11707, 10703, 13771, 8510, 6914, 7019, 7061, 9464, 7698, 8222, 8351, 14818, 9217, 11675, 13737, 10519, 17129, 13479, 14831, 8322, 12170, 7962, 12136, 7642, 12356, 7699, 11879, 7714, 11836, 7756, 13911, 10981, 14211, 11944, 7177, 7046, 7533, 7378, 6964, 7322, 7055, 10613, 13437, 9290, 15288, 14706, 16865, 16955, 13870, 16868, 11694, 14969, 9080, 13265, 8611, 11225, 8814, 12408, 7211, 10246, 7604, 7767, 9111, 7510, 11895, 8426, 7442, 9627, 7971, 13328, 9155, 13744, 8202, 11339, 8284, 13216, 8796, 12402, 8176, 11908, 7500, 11261, 7404, 8076, 7231, 7271, 10625, 7236, 12145, 7408, 11531, 7331, 9207, 14686, 9034, 12991, 8350, 10871, 9871, 7563, 8729, 8248, 7883, 13655, 8902, 15685, 9073, 13628, 8174, 11291, 10129, 11893, 7288, 10854, 7336, 10008, 14447, 8751, 13540, 8690, 13416, 8782, 8243, 7580, 7450, 12364, 9216, 10880, 7298, 10372, 7206, 7750, 7696, 7108, 10270, 9433, 7108, 9124, 7248, 14045, 9506, 13315, 7097, 11415, 7309, 11292, 7393, 9796, 10588, 11379, 6938, 10688, 7974, 6962, 6772, 7178, 9835, 11424, 8618, 16998, 10796, 16928, 7729, 10133, 7226, 8987, 13832, 9787, 15869, 12159, 12299, 18780, 14652, 11352, 10146, 7707, 8176, 7387, 6872, 7746, 7165, 7204, 9554, 7506, 7073, 7270, 7189, 7153, 8350, 7408, 6990, 14135, 14952, 14723, 16953, 14102, 16860, 13137, 10435, 14871, 13650, 9924, 8438, 6987, 6954, 10584, 7016, 13501, 7963, 12833, 6583, 9379, 13203, 11609, 11871, 15850, 13025, 10957, 7158, 13477, 9274, 10467, 7177, 7575, 8612, 6958, 7895, 7675, 13957, 14455, 7316, 6896, 7127, 7056, 7082, 7544, 7374, 7299, 7816, 13371, 9417, 12960, 10083, 12492, 11001, 9099, 16153, 11896, 14686, 10961, 15091, 9829, 6829, 7459, 7188, 8807, 7746, 12729, 7124, 7421, 7589, 6980, 7011, 10319, 8563, 6608, 12595, 15387, 13631, 16453, 14883, 13546, 16017, 13060, 15874, 13820, 16150, 17841, 15687, 16340, 13952, 11155, 7815, 6873, 9020, 6809, 10170, 7980, 6786, 7267, 6847, 7020, 6899, 7053, 7089, 8348, 7304, 8579, 9296, 9834, 12039, 9841, 8930, 12361, 8183, 13593, 13205, 11949, 17137, 13848, 11521, 10356, 7467, 11224, 9442, 14596, 10827, 16094, 12000, 10988, 9169, 12080, 6905, 6872, 6826, 6939, 6914, 7111, 8311, 7298, 8655, 11146, 10473, 9168, 9314, 8675, 13017, 10046, 13790, 9643, 17026, 13894, 17245, 17908, 17102, 17087, 13370, 11251, 20017, 20259, 18044, 8185, 8697, 7405, 6707, 7460, 6835, 7065, 6883, 7694, 7764, 7973, 8237, 10168, 7842, 7076, 13413, 10076, 8548, 13535, 10100, 7958, 8211, 9988, 7752, 7012, 9313, 7080, 6936, 8313, 7121, 6955, 9091, 7600, 7915, 7836, 8119, 7941, 7247, 7584, 7991, 8462, 10895, 8331, 7515, 13966, 11328, 14956, 11438, 14526, 9709, 12060, 7233, 10036, 6802, 10345, 7054, 9343, 7187, 8954, 6928, 8462, 7193, 10504, 7115, 11102, 7401, 6702, 8810, 6785, 9600, 6836, 9201, 7856, 11133, 8647, 13712, 8761, 12934, 7957, 11237, 7790, 10510, 8362, 7881, 8568, 6863, 8863, 6989, 9757, 6968, 12105, 7233, 11836, 6919, 11159, 7360, 10397, 8311, 7031, 7963, 7265, 8979, 6864, 8956, 9225, 9537, 13533, 9330, 6645, 10193, 7687, 7171, 9619, 7049, 13336, 8011, 12574, 7591, 12472, 11375, 12885, 6985, 8833, 7047, 8679, 6910, 10243, 8253, 13242, 9768, 8678, 6951, 7265, 8261, 7020, 7591, 9353, 7301, 10314, 7472, 7738, 9153, 7077, 11648, 6913, 10553, 7245, 10177, 8570, 9325, 10170, 6828, 10396, 12435, 8564, 14717, 9173, 11581, 8812, 7076, 8517, 6759, 10449, 7242, 11216, 9563, 6952, 9153, 7158, 7723, 7159, 6807, 7190, 7080, 6852, 6699, 7286, 10394, 13984, 11832, 17639, 15708, 16256, 18766, 14146, 18153, 13422, 16590, 11727, 9240, 6971, 6826, 7435, 6645, 8029, 6715, 9418, 6746, 9514, 6989, 9798, 6929, 11048, 8130, 13096, 7115, 9981, 8482, 10855, 8400, 6975, 11807, 7634, 15704, 11657, 16525, 13659, 13392, 7359, 9247, 6972, 9583, 6817, 10260, 7101, 11324, 7365, 8491, 6820, 7028, 7369, 6681], 'WindowCenter': [4223.0, 4204.0, 4187.0, 4185.0, 4231.0, 4178.0, 4217.0, 4175.0, 4205.0, 4154.0, 4192.0, 4141.0, 4192.0, 4152.0, 4204.0, 4163.0, 4192.0, 4153.0, 4191.0, 4152.0, 4204.0, 4141.0, 4191.0, 4141.0, 4180.0, 4129.0, 4181.0, 4141.0, 4193.0, 4152.0, 4193.0, 4140.0, 4191.0, 4129.0, 4192.0, 4150.0, 4182.0, 4182.0, 4171.0, 4129.0, 4171.0, 4129.0, 4183.0, 4176.0, 4127.0, 4318.0, 4266.0, 4221.0, 4175.0, 4150.0, 4153.0, 4140.0, 4164.0, 4166.0, 4192.0, 4235.0, 4213.0, 4240.0, 4209.0, 4221.0, 4242.0, 4205.0, 4228.0, 4204.0, 4222.0, 4192.0, 4202.0, 4190.0, 4139.0, 4178.0, 4138.0, 4160.0, 4159.0, 4136.0, 4179.0, 4172.0, 4173.0, 4182.0, 4140.0, 4159.0, 4160.0, 4159.0, 4181.0, 4169.0, 4180.0, 4137.0, 4168.0, 4148.0, 4178.0, 4138.0, 4139.0, 4150.0, 4140.0, 4174.0, 4164.0, 4201.0, 4208.0, 4165.0, 4205.0, 4175.0, 4205.0, 4154.0, 4193.0, 4141.0, 4181.0, 4131.0, 4173.0, 4193.0, 4153.0, 4204.0, 4165.0, 4195.0, 4142.0, 4183.0, 4142.0, 4173.0, 4215.0, 4174.0, 4215.0, 4163.0, 4192.0, 4154.0, 4194.0, 4143.0, 4175.0, 4185.0, 4173.0, 4175.0, 4165.0, 4207.0, 4155.0, 4218.0, 4168.0, 4198.0, 4178.0, 4183.0, 4156.0, 4186.0, 4165.0, 4175.0, 4228.0, 4187.0, 4207.0, 4165.0, 4195.0, 4155.0, 4196.0, 4167.0, 4198.0, 4166.0, 4206.0, 4167.0, 4207.0, 4167.0, 4218.0, 4167.0, 4207.0, 4187.0, 4218.0, 4155.0, 4195.0, 4158.0, 4197.0, 4206.0, 4175.0, 4206.0, 4185.0, 4154.0, 4195.0, 4155.0, 4196.0, 4186.0, 4197.0, 4206.0, 4207.0, 4155.0, 4195.0, 4154.0, 4206.0, 4174.0, 4195.0, 4215.0, 4174.0, 4174.0, 4184.0, 4205.0, 4185.0, 4216.0, 4184.0, 4162.0, 4162.0, 4214.0, 4151.0, 4193.0, 4142.0, 4183.0, 4180.0, 4172.0, 4117.0, 4170.0, 4141.0, 4173.0, 4154.0, 4185.0, 4187.0, 4185.0, 4145.0, 4183.0, 4166.0, 4156.0, 4167.0, 4168.0, 4221.0, 4208.0, 4188.0, 4230.0, 4208.0, 4229.0, 4176.0, 4205.0, 4152.0, 4184.0, 4194.0, 4174.0, 4226.0, 4174.0, 4202.0, 4143.0, 4205.0, 4168.0, 4207.0, 4165.0, 4195.0, 4155.0, 4206.0, 4155.0, 4195.0, 4167.0, 4218.0, 4181.0, 4212.0, 4169.0, 4180.0, 4221.0, 4182.0, 4180.0, 4191.0, 4171.0, 4219.0, 4191.0, 4244.0, 4219.0, 4208.0, 4240.0, 4206.0, 4214.0, 4192.0, 4191.0, 4158.0, 4158.0, 4188.0, 4158.0, 4189.0, 4148.0, 4139.0, 4151.0, 4141.0, 4173.0, 4164.0, 4177.0, 4185.0, 4166.0, 4217.0, 4176.0, 4166.0, 4198.0, 4243.0, 4186.0, 4195.0, 4215.0, 4183.0, 4225.0, 4192.0, 4201.0, 4139.0, 4190.0, 4139.0, 4180.0, 4153.0, 4193.0, 4194.0, 4215.0, 4160.0, 4138.0, 4139.0, 4166.0, 4186.0, 4179.0, 4176.0, 4189.0, 4241.0, 4186.0, 4195.0, 4204.0, 4182.0, 4225.0, 4202.0, 4200.0, 4148.0, 4190.0, 4147.0, 4178.0, 4138.0, 4188.0, 4139.0, 4178.0, 4138.0, 4192.0, 4164.0, 4215.0, 4207.0, 4226.0, 4205.0, 4166.0, 4167.0, 4166.0, 4168.0, 4168.0, 4178.0, 4168.0, 4210.0, 4231.0, 4200.0, 4243.0, 4217.0, 4226.0, 4213.0, 4191.0, 4211.0, 4180.0, 4199.0, 4146.0, 4176.0, 4147.0, 4167.0, 4159.0, 4177.0, 4124.0, 4154.0, 4124.0, 4135.0, 4159.0, 4141.0, 4191.0, 4163.0, 4140.0, 4170.0, 4149.0, 4202.0, 4160.0, 4190.0, 4149.0, 4179.0, 4149.0, 4190.0, 4149.0, 4190.0, 4150.0, 4192.0, 4141.0, 4180.0, 4151.0, 4163.0, 4152.0, 4153.0, 4195.0, 4165.0, 4217.0, 4167.0, 4208.0, 4166.0, 4185.0, 4227.0, 4176.0, 4218.0, 4165.0, 4195.0, 4185.0, 4166.0, 4201.0, 4189.0, 4178.0, 4230.0, 4202.0, 4252.0, 4189.0, 4230.0, 4178.0, 4208.0, 4196.0, 4219.0, 4165.0, 4195.0, 4155.0, 4186.0, 4227.0, 4175.0, 4216.0, 4175.0, 4215.0, 4176.0, 4164.0, 4164.0, 4166.0, 4230.0, 4203.0, 4223.0, 4183.0, 4200.0, 4168.0, 4155.0, 4153.0, 4142.0, 4173.0, 4163.0, 4142.0, 4173.0, 4142.0, 4214.0, 4174.0, 4203.0, 4142.0, 4183.0, 4142.0, 4182.0, 4141.0, 4172.0, 4171.0, 4183.0, 4130.0, 4171.0, 4151.0, 4141.0, 4132.0, 4156.0, 4185.0, 4184.0, 4162.0, 4214.0, 4171.0, 4213.0, 4139.0, 4160.0, 4142.0, 4161.0, 4191.0, 4160.0, 4215.0, 4182.0, 4181.0, 4229.0, 4205.0, 4172.0, 4170.0, 4154.0, 4154.0, 4144.0, 4133.0, 4153.0, 4155.0, 4154.0, 4183.0, 4165.0, 4167.0, 4180.0, 4168.0, 4172.0, 4182.0, 4170.0, 4159.0, 4235.0, 4231.0, 4218.0, 4207.0, 4193.0, 4216.0, 4181.0, 4147.0, 4176.0, 4165.0, 4133.0, 4122.0, 4114.0, 4102.0, 4143.0, 4114.0, 4175.0, 4124.0, 4165.0, 4104.0, 4135.0, 4177.0, 4169.0, 4169.0, 4202.0, 4179.0, 4158.0, 4131.0, 4195.0, 4151.0, 4160.0, 4106.0, 4115.0, 4126.0, 4104.0, 4128.0, 4138.0, 4191.0, 4189.0, 4125.0, 4127.0, 4126.0, 4139.0, 4142.0, 4167.0, 4182.0, 4180.0, 4180.0, 4221.0, 4177.0, 4207.0, 4173.0, 4182.0, 4171.0, 4149.0, 4212.0, 4193.0, 4217.0, 4184.0, 4216.0, 4161.0, 4132.0, 4153.0, 4156.0, 4186.0, 4177.0, 4217.0, 4169.0, 4178.0, 4178.0, 4169.0, 4167.0, 4212.0, 4179.0, 4156.0, 4224.0, 4232.0, 4207.0, 4218.0, 4203.0, 4192.0, 4213.0, 4179.0, 4202.0, 4194.0, 4228.0, 4226.0, 4203.0, 4202.0, 4191.0, 4170.0, 4127.0, 4105.0, 4134.0, 4117.0, 4144.0, 4122.0, 4102.0, 4112.0, 4111.0, 4138.0, 4142.0, 4143.0, 4154.0, 4178.0, 4157.0, 4178.0, 4178.0, 4186.0, 4206.0, 4185.0, 4175.0, 4207.0, 4164.0, 4206.0, 4206.0, 4196.0, 4226.0, 4205.0, 4183.0, 4172.0, 4142.0, 4185.0, 4175.0, 4204.0, 4186.0, 4229.0, 4195.0, 4182.0, 4159.0, 4180.0, 4126.0, 4128.0, 4142.0, 4155.0, 4154.0, 4154.0, 4165.0, 4143.0, 4164.0, 4186.0, 4186.0, 4175.0, 4163.0, 4150.0, 4194.0, 4159.0, 4190.0, 4148.0, 4212.0, 4205.0, 4214.0, 4208.0, 4206.0, 4204.0, 4177.0, 4157.0, 4084.0, 4235.0, 4151.0, 4102.0, 4097.0, 4058.0, 4049.0, 4071.0, 4073.0, 4086.0, 4101.0, 4114.0, 4114.0, 4113.0, 4112.0, 4133.0, 4100.0, 4091.0, 4151.0, 4119.0, 4109.0, 4151.0, 4118.0, 4097.0, 4098.0, 4119.0, 4087.0, 4076.0, 4107.0, 4087.0, 4086.0, 4109.0, 4089.0, 4101.0, 4147.0, 4140.0, 4152.0, 4141.0, 4151.0, 4151.0, 4140.0, 4139.0, 4151.0, 4153.0, 4171.0, 4139.0, 4130.0, 4192.0, 4160.0, 4190.0, 4157.0, 4177.0, 4134.0, 4154.0, 4114.0, 4134.0, 4103.0, 4144.0, 4104.0, 4134.0, 4104.0, 4135.0, 4117.0, 4139.0, 4130.0, 4160.0, 4131.0, 4173.0, 4145.0, 4119.0, 4151.0, 4121.0, 4164.0, 4134.0, 4164.0, 4154.0, 4173.0, 4153.0, 4194.0, 4152.0, 4195.0, 4143.0, 4172.0, 4130.0, 4161.0, 4140.0, 4140.0, 4150.0, 4120.0, 4151.0, 4129.0, 4161.0, 4143.0, 4193.0, 4131.0, 4181.0, 4131.0, 4171.0, 4141.0, 4171.0, 4153.0, 4130.0, 4152.0, 4142.0, 4162.0, 4132.0, 4165.0, 4175.0, 4173.0, 4205.0, 4161.0, 4131.0, 4173.0, 4152.0, 4145.0, 4176.0, 4146.0, 4207.0, 4155.0, 4195.0, 4143.0, 4195.0, 4182.0, 4193.0, 4132.0, 4150.0, 4130.0, 4151.0, 4131.0, 4171.0, 4151.0, 4208.0, 4175.0, 4152.0, 4132.0, 4143.0, 4154.0, 4132.0, 4143.0, 4162.0, 4142.0, 4172.0, 4131.0, 4139.0, 4162.0, 4131.0, 4182.0, 4132.0, 4172.0, 4142.0, 4173.0, 4164.0, 4163.0, 4173.0, 4131.0, 4186.0, 4194.0, 4164.0, 4217.0, 4161.0, 4170.0, 4148.0, 4118.0, 4147.0, 4119.0, 4183.0, 4144.0, 4195.0, 4186.0, 4157.0, 4188.0, 4158.0, 4169.0, 4169.0, 4157.0, 4157.0, 4155.0, 4143.0, 4145.0, 4145.0, 4189.0, 4208.0, 4198.0, 4232.0, 4206.0, 4214.0, 4201.0, 4166.0, 4198.0, 4165.0, 4185.0, 4181.0, 4137.0, 4114.0, 4105.0, 4116.0, 4106.0, 4139.0, 4117.0, 4148.0, 4118.0, 4148.0, 4117.0, 4149.0, 4118.0, 4169.0, 4141.0, 4182.0, 4132.0, 4150.0, 4151.0, 4170.0, 4141.0, 4131.0, 4182.0, 4141.0, 4202.0, 4171.0, 4204.0, 4179.0, 4167.0, 4114.0, 4134.0, 4105.0, 4147.0, 4107.0, 4159.0, 4118.0, 4170.0, 4129.0, 4138.0, 4120.0, 4131.0, 4142.0, 4133.0], 'WindowWidth': [9411.0, 9365.0, 9325.0, 9313.0, 9371.0, 9291.0, 9342.0, 9281.0, 9320.0, 9247.0, 9296.0, 9225.0, 9296.0, 9243.0, 9313.0, 9259.0, 9297.0, 9243.0, 9294.0, 9241.0, 9314.0, 9226.0, 9293.0, 9223.0, 9275.0, 9209.0, 9277.0, 9227.0, 9296.0, 9241.0, 9295.0, 9225.0, 9291.0, 9208.0, 9294.0, 9237.0, 9281.0, 9280.0, 9266.0, 9207.0, 9263.0, 9206.0, 9285.0, 9284.0, 9192.0, 9534.0, 9429.0, 9355.0, 9282.0, 9242.0, 9246.0, 9224.0, 9265.0, 9273.0, 9321.0, 9382.0, 9344.0, 9376.0, 9334.0, 9353.0, 9385.0, 9321.0, 9364.0, 9319.0, 9342.0, 9297.0, 9311.0, 9293.0, 9223.0, 9276.0, 9219.0, 9251.0, 9249.0, 9217.0, 9276.0, 9272.0, 9275.0, 9283.0, 9226.0, 9248.0, 9249.0, 9247.0, 9278.0, 9260.0, 9276.0, 9215.0, 9259.0, 9230.0, 9274.0, 9221.0, 9226.0, 9241.0, 9228.0, 9279.0, 9268.0, 9325.0, 9329.0, 9266.0, 9320.0, 9278.0, 9317.0, 9248.0, 9297.0, 9227.0, 9279.0, 9213.0, 9271.0, 9299.0, 9246.0, 9314.0, 9264.0, 9304.0, 9231.0, 9285.0, 9228.0, 9272.0, 9331.0, 9276.0, 9333.0, 9259.0, 9298.0, 9248.0, 9302.0, 9234.0, 9280.0, 9291.0, 9275.0, 9278.0, 9267.0, 9326.0, 9254.0, 9345.0, 9279.0, 9316.0, 9288.0, 9289.0, 9256.0, 9296.0, 9267.0, 9280.0, 9358.0, 9297.0, 9326.0, 9270.0, 9307.0, 9252.0, 9309.0, 9273.0, 9315.0, 9272.0, 9325.0, 9272.0, 9325.0, 9272.0, 9341.0, 9273.0, 9327.0, 9297.0, 9344.0, 9255.0, 9307.0, 9263.0, 9312.0, 9322.0, 9279.0, 9323.0, 9293.0, 9249.0, 9307.0, 9253.0, 9309.0, 9296.0, 9312.0, 9324.0, 9327.0, 9253.0, 9308.0, 9251.0, 9324.0, 9275.0, 9306.0, 9331.0, 9278.0, 9275.0, 9288.0, 9321.0, 9292.0, 9335.0, 9289.0, 9257.0, 9257.0, 9333.0, 9241.0, 9299.0, 9231.0, 9285.0, 9278.0, 9267.0, 9190.0, 9263.0, 9227.0, 9275.0, 9248.0, 9291.0, 9299.0, 9292.0, 9237.0, 9286.0, 9271.0, 9258.0, 9274.0, 9278.0, 9351.0, 9328.0, 9300.0, 9366.0, 9326.0, 9358.0, 9280.0, 9319.0, 9244.0, 9290.0, 9300.0, 9275.0, 9350.0, 9274.0, 9313.0, 9233.0, 9320.0, 9277.0, 9327.0, 9269.0, 9307.0, 9253.0, 9322.0, 9252.0, 9307.0, 9273.0, 9345.0, 9300.0, 9346.0, 9284.0, 9299.0, 9354.0, 9304.0, 9301.0, 9315.0, 9287.0, 9348.0, 9310.0, 9393.0, 9343.0, 9330.0, 9385.0, 9323.0, 9335.0, 9294.0, 9293.0, 9243.0, 9245.0, 9284.0, 9244.0, 9287.0, 9230.0, 9221.0, 9243.0, 9228.0, 9276.0, 9265.0, 9282.0, 9291.0, 9272.0, 9342.0, 9284.0, 9268.0, 9317.0, 9390.0, 9293.0, 9307.0, 9331.0, 9287.0, 9348.0, 9296.0, 9307.0, 9221.0, 9292.0, 9221.0, 9278.0, 9249.0, 9305.0, 9304.0, 9339.0, 9252.0, 9222.0, 9225.0, 9273.0, 9298.0, 9293.0, 9285.0, 9307.0, 9381.0, 9297.0, 9307.0, 9317.0, 9285.0, 9354.0, 9309.0, 9308.0, 9233.0, 9293.0, 9230.0, 9272.0, 9218.0, 9287.0, 9222.0, 9272.0, 9219.0, 9299.0, 9268.0, 9336.0, 9328.0, 9351.0, 9322.0, 9275.0, 9277.0, 9275.0, 9280.0, 9283.0, 9294.0, 9281.0, 9338.0, 9366.0, 9323.0, 9391.0, 9338.0, 9352.0, 9333.0, 9294.0, 9321.0, 9276.0, 9302.0, 9225.0, 9267.0, 9227.0, 9257.0, 9250.0, 9269.0, 9191.0, 9231.0, 9193.0, 9209.0, 9249.0, 9228.0, 9294.0, 9261.0, 9226.0, 9263.0, 9234.0, 9309.0, 9249.0, 9290.0, 9233.0, 9274.0, 9234.0, 9292.0, 9234.0, 9291.0, 9238.0, 9296.0, 9230.0, 9278.0, 9242.0, 9261.0, 9246.0, 9248.0, 9306.0, 9269.0, 9340.0, 9273.0, 9329.0, 9270.0, 9293.0, 9354.0, 9281.0, 9343.0, 9265.0, 9307.0, 9295.0, 9271.0, 9330.0, 9307.0, 9290.0, 9366.0, 9330.0, 9397.0, 9308.0, 9366.0, 9290.0, 9330.0, 9312.0, 9346.0, 9269.0, 9308.0, 9254.0, 9296.0, 9355.0, 9282.0, 9339.0, 9281.0, 9336.0, 9284.0, 9264.0, 9267.0, 9271.0, 9364.0, 9333.0, 9358.0, 9306.0, 9319.0, 9272.0, 9251.0, 9242.0, 9227.0, 9267.0, 9257.0, 9227.0, 9268.0, 9226.0, 9330.0, 9273.0, 9309.0, 9227.0, 9283.0, 9227.0, 9281.0, 9224.0, 9267.0, 9263.0, 9283.0, 9204.0, 9263.0, 9236.0, 9225.0, 9214.0, 9253.0, 9291.0, 9287.0, 9253.0, 9332.0, 9262.0, 9324.0, 9217.0, 9247.0, 9228.0, 9251.0, 9290.0, 9247.0, 9331.0, 9276.0, 9275.0, 9367.0, 9318.0, 9264.0, 9260.0, 9246.0, 9247.0, 9233.0, 9218.0, 9247.0, 9253.0, 9252.0, 9291.0, 9269.0, 9276.0, 9299.0, 9281.0, 9287.0, 9297.0, 9276.0, 9260.0, 9377.0, 9362.0, 9337.0, 9327.0, 9294.0, 9334.0, 9273.0, 9218.0, 9258.0, 9244.0, 9197.0, 9183.0, 9175.0, 9156.0, 9211.0, 9173.0, 9258.0, 9187.0, 9243.0, 9160.0, 9205.0, 9265.0, 9257.0, 9256.0, 9312.0, 9268.0, 9237.0, 9207.0, 9300.0, 9230.0, 9239.0, 9160.0, 9172.0, 9188.0, 9157.0, 9198.0, 9217.0, 9293.0, 9288.0, 9194.0, 9199.0, 9198.0, 9218.0, 9231.0, 9271.0, 9300.0, 9296.0, 9293.0, 9350.0, 9282.0, 9323.0, 9269.0, 9282.0, 9261.0, 9232.0, 9326.0, 9296.0, 9338.0, 9290.0, 9336.0, 9252.0, 9217.0, 9246.0, 9257.0, 9300.0, 9289.0, 9345.0, 9281.0, 9294.0, 9294.0, 9283.0, 9275.0, 9340.0, 9291.0, 9254.0, 9361.0, 9376.0, 9324.0, 9345.0, 9310.0, 9293.0, 9324.0, 9271.0, 9309.0, 9305.0, 9364.0, 9362.0, 9313.0, 9310.0, 9288.0, 9256.0, 9196.0, 9164.0, 9202.0, 9188.0, 9219.0, 9185.0, 9158.0, 9172.0, 9174.0, 9222.0, 9233.0, 9236.0, 9251.0, 9290.0, 9257.0, 9283.0, 9282.0, 9291.0, 9322.0, 9291.0, 9278.0, 9325.0, 9260.0, 9322.0, 9319.0, 9308.0, 9353.0, 9320.0, 9285.0, 9267.0, 9229.0, 9288.0, 9275.0, 9313.0, 9292.0, 9364.0, 9306.0, 9282.0, 9247.0, 9277.0, 9199.0, 9205.0, 9234.0, 9254.0, 9251.0, 9249.0, 9265.0, 9232.0, 9260.0, 9293.0, 9294.0, 9278.0, 9255.0, 9231.0, 9302.0, 9246.0, 9290.0, 9229.0, 9326.0, 9320.0, 9330.0, 9347.0, 9327.0, 9327.0, 9265.0, 9238.0, 9089.0, 9401.0, 9216.0, 9151.0, 9134.0, 9066.0, 9054.0, 9091.0, 9100.0, 9121.0, 9149.0, 9172.0, 9170.0, 9166.0, 9163.0, 9193.0, 9143.0, 9132.0, 9215.0, 9166.0, 9155.0, 9211.0, 9164.0, 9137.0, 9139.0, 9167.0, 9124.0, 9107.0, 9148.0, 9123.0, 9122.0, 9154.0, 9130.0, 9150.0, 9225.0, 9220.0, 9241.0, 9227.0, 9239.0, 9238.0, 9221.0, 9221.0, 9237.0, 9241.0, 9257.0, 9213.0, 9201.0, 9290.0, 9241.0, 9286.0, 9231.0, 9260.0, 9197.0, 9226.0, 9174.0, 9197.0, 9156.0, 9211.0, 9159.0, 9196.0, 9158.0, 9199.0, 9181.0, 9215.0, 9203.0, 9241.0, 9206.0, 9263.0, 9228.0, 9186.0, 9233.0, 9194.0, 9256.0, 9217.0, 9257.0, 9242.0, 9267.0, 9237.0, 9295.0, 9236.0, 9299.0, 9227.0, 9262.0, 9204.0, 9246.0, 9219.0, 9217.0, 9231.0, 9191.0, 9232.0, 9203.0, 9247.0, 9228.0, 9295.0, 9208.0, 9274.0, 9208.0, 9262.0, 9222.0, 9263.0, 9241.0, 9208.0, 9239.0, 9225.0, 9254.0, 9211.0, 9262.0, 9276.0, 9270.0, 9312.0, 9249.0, 9210.0, 9269.0, 9242.0, 9237.0, 9277.0, 9238.0, 9322.0, 9250.0, 9304.0, 9229.0, 9301.0, 9277.0, 9293.0, 9211.0, 9231.0, 9205.0, 9235.0, 9210.0, 9263.0, 9238.0, 9326.0, 9275.0, 9239.0, 9212.0, 9229.0, 9244.0, 9213.0, 9227.0, 9253.0, 9225.0, 9265.0, 9207.0, 9219.0, 9251.0, 9210.0, 9279.0, 9211.0, 9263.0, 9224.0, 9267.0, 9257.0, 9253.0, 9266.0, 9210.0, 9291.0, 9296.0, 9258.0, 9338.0, 9249.0, 9260.0, 9225.0, 9185.0, 9226.0, 9192.0, 9283.0, 9232.0, 9303.0, 9294.0, 9259.0, 9303.0, 9264.0, 9279.0, 9279.0, 9261.0, 9261.0, 9252.0, 9233.0, 9239.0, 9235.0, 9299.0, 9325.0, 9308.0, 9375.0, 9318.0, 9329.0, 9305.0, 9245.0, 9297.0, 9241.0, 9271.0, 9275.0, 9208.0, 9175.0, 9163.0, 9179.0, 9167.0, 9213.0, 9183.0, 9228.0, 9186.0, 9224.0, 9185.0, 9226.0, 9185.0, 9255.0, 9221.0, 9276.0, 9206.0, 9228.0, 9235.0, 9259.0, 9221.0, 9208.0, 9278.0, 9220.0, 9308.0, 9259.0, 9314.0, 9266.0, 9249.0, 9175.0, 9198.0, 9161.0, 9220.0, 9170.0, 9241.0, 9187.0, 9256.0, 9201.0, 9211.0, 9191.0, 9211.0, 9226.0, 9214.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.0032282101616628177</td></tr>
<tr><td colspan=3>aqi</td><td>0.052897910277136265</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.869419702196566</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.128991607710982</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9722196899190759</td></tr>
<tr><td colspan=3>efc</td><td>0.5109</td></tr>
<tr><td colspan=3>fber</td><td>4591.188</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.16143620333297412</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>207</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>23.90300230946882</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5402532004579483</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.331200308056217</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.799737115067247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4898221782503804</td></tr>
<tr><td colspan=3>gcor</td><td>0.0207386</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008305799216032028</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03996953368186951</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>866</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.202210971255779</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>15.4692</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.0754</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.127</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292679.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1109.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>400.5438</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8657</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.2063</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3360.5678</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3475.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83865.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1444.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>826.9407</td></tr>
<tr><td colspan=3>tsnr</td><td>26.043201377615333</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>