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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0016_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0016_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0016/ses-03/func/sub-0016_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>344d58e18b6fc4be2f5fe2a4c52903c9</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:41:6.450000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999801, 0.019733, 0.00300109, -0.0193717, 0.995539, -0.0923379]</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857559</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7765, -7267, 598, -89, -152, -43, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.495</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a9bc3b30-c6c9-40ee-bb17-7c1db2105c7d||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823923587799072, -0.051972970366477966, 0.012986474670469761, 112.72062683105469], [-0.05294225364923477, 2.670958995819092, -0.24910582602024078, -75.48970031738281], [0.008051693439483643, 0.24773596227169037, 2.68845272064209, -85.81053924560547], [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': ['124106.450000', '124106.910000', '124107.370000', '124107.830000', '124108.290000', '124108.750000', '124109.210000', '124109.670000', '124110.130000', '124110.590000', '124111.050000', '124111.510000', '124111.970000', '124112.430000', '124112.890000', '124113.350000', '124113.810000', '124114.270000', '124114.730000', '124115.190000', '124115.650000', '124116.110000', '124116.570000', '124117.030000', '124117.490000', '124117.950000', '124118.410000', '124118.870000', '124119.330000', '124119.790000', '124120.250000', '124120.710000', '124121.170000', '124121.630000', '124122.090000', '124122.550000', '124123.010000', '124123.470000', '124123.930000', '124124.390000', '124124.850000', '124125.310000', '124125.770000', '124126.230000', '124126.690000', '124127.150000', '124127.610000', '124128.070000', '124128.530000', '124128.990000', '124129.450000', '124129.910000', '124130.370000', '124130.830000', '124131.290000', '124131.750000', '124132.210000', '124132.670000', '124133.130000', '124133.590000', '124134.050000', '124134.510000', '124134.970000', '124135.430000', '124135.890000', '124136.350000', '124136.810000', '124137.270000', '124137.730000', '124138.190000', '124138.650000', '124139.110000', '124139.570000', '124140.030000', '124140.490000', '124140.950000', '124141.410000', '124141.870000', '124142.330000', '124142.790000', '124143.250000', '124143.710000', '124144.170000', '124144.630000', '124145.090000', '124145.550000', '124146.010000', '124146.470000', '124146.930000', '124147.390000', '124147.850000', '124148.310000', '124148.770000', '124149.230000', '124149.690000', '124150.150000', '124150.610000', '124151.070000', '124151.530000', '124151.990000', '124152.450000', '124152.910000', '124153.370000', '124153.830000', '124154.290000', '124154.750000', '124155.210000', '124155.670000', '124156.130000', '124156.590000', '124157.050000', '124157.510000', '124157.970000', '124158.430000', '124158.890000', '124159.350000', '124159.810000', '124200.270000', '124200.730000', '124201.190000', '124201.650000', '124202.110000', '124202.570000', '124203.030000', '124203.490000', '124203.950000', '124204.410000', '124204.870000', '124205.330000', '124205.790000', '124206.250000', '124206.710000', '124207.170000', '124207.630000', '124208.090000', '124208.550000', '124209.010000', '124209.470000', '124209.930000', '124210.390000', '124210.850000', '124211.310000', '124211.770000', '124212.230000', '124212.690000', '124213.150000', '124213.610000', '124214.070000', '124214.530000', '124214.990000', '124215.450000', '124215.910000', '124216.370000', '124216.830000', '124217.290000', '124217.750000', '124218.210000', '124218.670000', '124219.130000', '124219.590000', '124220.050000', '124220.510000', '124220.970000', '124221.430000', '124221.890000', '124222.350000', '124222.810000', '124223.270000', '124223.730000', '124224.190000', '124224.650000', '124225.110000', '124225.570000', '124226.030000', '124226.490000', '124226.950000', '124227.410000', '124227.870000', '124228.330000', '124228.790000', '124229.250000', '124229.710000', '124230.170000', '124230.630000', '124231.090000', '124231.550000', '124232.010000', '124232.470000', '124232.930000', '124233.390000', '124233.850000', '124234.310000', '124234.770000', '124235.230000', '124235.690000', '124236.150000', '124236.610000', '124237.070000', '124237.530000', '124237.990000', '124238.450000', '124238.910000', '124239.370000', '124239.830000', '124240.290000', '124240.750000', '124241.210000', '124241.670000', '124242.130000', '124242.590000', '124243.050000', '124243.510000', '124243.970000', '124244.430000', '124244.890000', '124245.350000', '124245.810000', '124246.270000', '124246.730000', '124247.190000', '124247.650000', '124248.110000', '124248.570000', '124249.030000', '124249.490000', '124249.950000', '124250.410000', '124250.870000', '124251.330000', '124251.790000', '124252.250000', '124252.710000', '124253.170000', '124253.630000', '124254.090000', '124254.550000', '124255.010000', '124255.470000', '124255.930000', '124256.390000', '124256.850000', '124257.310000', '124257.770000', '124258.230000', '124258.690000', '124259.150000', '124259.610000', '124300.070000', '124300.530000', '124300.990000', '124301.450000', '124301.910000', '124302.370000', '124302.830000', '124303.290000', '124303.750000', '124304.210000', '124304.670000', '124305.130000', '124305.590000', '124306.050000', '124306.510000', '124306.970000', '124307.430000', '124307.890000', '124308.350000', '124308.810000', '124309.270000', '124309.730000', '124310.190000', '124310.650000', '124311.110000', '124311.570000', '124312.030000', '124312.490000', '124312.950000', '124313.410000', '124313.870000', '124314.330000', '124314.790000', '124315.250000', '124315.710000', '124316.170000', '124316.630000', '124317.090000', '124317.550000', '124318.010000', '124318.470000', '124318.930000', '124319.390000', '124319.850000', '124320.310000', '124320.770000', '124321.230000', '124321.690000', '124322.150000', '124322.610000', '124323.070000', '124323.530000', '124323.990000', '124324.450000', '124324.910000', '124325.370000', '124325.830000', '124326.290000', '124326.750000', '124327.210000', '124327.670000', '124328.130000', '124328.590000', '124329.050000', '124329.510000', '124329.970000', '124330.430000', '124330.890000', '124331.350000', '124331.810000', '124332.270000', '124332.730000', '124333.190000', '124333.650000', '124334.110000', '124334.570000', '124335.030000', '124335.490000', '124335.950000', '124336.410000', '124336.870000', '124337.330000', '124337.790000', '124338.250000', '124338.710000', '124339.170000', '124339.630000', '124340.090000', '124340.550000', '124341.010000', '124341.470000', '124341.930000', '124342.390000', '124342.850000', '124343.310000', '124343.770000', '124344.230000', '124344.690000', '124345.150000', '124345.610000', '124346.070000', '124346.530000', '124346.990000', '124347.450000', '124347.910000', '124348.370000', '124348.830000', '124349.290000', '124349.750000', '124350.210000', '124350.670000', '124351.130000', '124351.590000', '124352.050000', '124352.510000', '124352.970000', '124353.430000', '124353.890000', '124354.350000', '124354.810000', '124355.270000', '124355.730000', '124356.190000', '124356.650000', '124357.110000', '124357.570000', '124358.030000', '124358.490000', '124358.950000', '124359.410000', '124359.870000', '124400.330000', '124400.790000', '124401.250000', '124401.710000', '124402.170000', '124402.630000', '124403.090000', '124403.550000', '124404.010000', '124404.470000', '124404.930000', '124405.390000', '124405.850000', '124406.310000', '124406.770000', '124407.230000', '124407.690000', '124408.150000', '124408.610000', '124409.070000', '124409.530000', '124409.990000', '124410.450000', '124410.910000', '124411.370000', '124411.830000', '124412.290000', '124412.750000', '124413.210000', '124413.670000', '124414.130000', '124414.590000', '124415.050000', '124415.510000', '124415.970000', '124416.430000', '124416.890000', '124417.350000', '124417.810000', '124418.270000', '124418.730000', '124419.190000', '124419.650000', '124420.110000', '124420.570000', '124421.030000', '124421.490000', '124421.950000', '124422.410000', '124422.870000', '124423.330000', '124423.790000', '124424.250000', '124424.710000', '124425.170000', '124425.630000', '124426.090000', '124426.550000', '124427.010000', '124427.470000', '124427.930000', '124428.390000', '124428.850000', '124429.310000', '124429.770000', '124430.230000', '124430.690000', '124431.150000', '124431.610000', '124432.070000', '124432.530000', '124432.990000', '124433.450000', '124433.910000', '124434.370000', '124434.830000', '124435.290000', '124435.750000', '124436.210000', '124436.670000', '124437.130000', '124437.590000', '124438.050000', '124438.510000', '124438.970000', '124439.430000', '124439.890000', '124440.350000', '124440.810000', '124441.270000', '124441.730000', '124442.190000', '124442.650000', '124443.110000', '124443.570000', '124444.030000', '124444.490000', '124444.950000', '124445.410000', '124445.870000', '124446.330000', '124446.790000', '124447.250000', '124447.710000', '124448.170000', '124448.630000', '124449.090000', '124449.550000', '124450.010000', '124450.470000', '124450.930000', '124451.390000', '124451.850000', '124452.310000', '124452.770000', '124453.230000', '124453.690000', '124454.150000', '124454.610000', '124455.070000', '124455.530000', '124455.990000', '124456.450000', '124456.910000', '124457.370000', '124457.830000', '124458.290000', '124458.750000', '124459.210000', '124459.670000', '124500.130000', '124500.590000', '124501.050000', '124501.510000', '124501.970000', '124502.430000', '124502.890000', '124503.350000', '124503.810000', '124504.270000', '124504.730000', '124505.190000', '124505.650000', '124506.110000', '124506.570000', '124507.030000', '124507.490000', '124507.950000', '124508.410000', '124508.870000', '124509.330000', '124509.790000', '124510.250000', '124510.710000', '124511.170000', '124511.630000', '124512.090000', '124512.550000', '124513.010000', '124513.470000', '124513.930000', '124514.390000', '124514.850000', '124515.310000', '124515.770000', '124516.230000', '124516.690000', '124517.150000', '124517.610000', '124518.070000', '124518.530000', '124518.990000', '124519.450000', '124519.910000', '124520.370000', '124520.830000', '124521.290000', '124521.750000', '124522.210000', '124522.670000', '124523.130000', '124523.590000', '124524.050000', '124524.510000', '124524.970000', '124525.430000', '124525.890000', '124526.350000', '124526.810000', '124527.270000', '124527.730000', '124528.190000', '124528.650000', '124529.110000', '124529.570000', '124530.030000', '124530.490000', '124530.950000', '124531.410000', '124531.870000', '124532.330000', '124532.790000', '124533.250000', '124533.710000', '124534.170000', '124534.630000', '124535.090000', '124535.550000', '124536.010000', '124536.470000', '124536.930000', '124537.390000', '124537.850000', '124538.310000', '124538.770000', '124539.230000', '124539.690000', '124540.150000', '124540.610000', '124541.070000', '124541.530000', '124541.990000', '124542.450000', '124542.910000', '124543.370000', '124543.830000', '124544.290000', '124544.750000', '124545.210000', '124545.670000', '124546.130000', '124546.590000', '124547.050000', '124547.510000', '124547.970000', '124548.430000', '124548.890000', '124549.350000', '124549.810000', '124550.270000', '124550.730000', '124551.190000', '124551.650000', '124552.110000', '124552.570000', '124553.030000', '124553.490000', '124553.950000', '124554.410000', '124554.870000', '124555.330000', '124555.790000', '124556.250000', '124556.710000', '124557.170000', '124557.630000', '124558.090000', '124558.550000', '124559.010000', '124559.470000', '124559.930000', '124600.390000', '124600.850000', '124601.310000', '124601.770000', '124602.230000', '124602.690000', '124603.150000', '124603.610000', '124604.070000', '124604.530000', '124604.990000', '124605.450000', '124605.910000', '124606.370000', '124606.830000', '124607.290000', '124607.750000', '124608.210000', '124608.670000', '124609.130000', '124609.590000', '124610.050000', '124610.510000', '124610.970000', '124611.430000', '124611.890000', '124612.350000', '124612.810000', '124613.270000', '124613.730000', '124614.190000', '124614.650000', '124615.110000', '124615.570000', '124616.030000', '124616.490000', '124616.950000', '124617.410000', '124617.870000', '124618.330000', '124618.790000', '124619.250000', '124619.710000', '124620.170000', '124620.630000', '124621.090000', '124621.550000', '124622.010000', '124622.470000', '124622.930000', '124623.390000', '124623.850000', '124624.310000', '124624.770000', '124625.230000', '124625.690000', '124626.150000', '124626.610000', '124627.070000', '124627.530000', '124627.990000', '124628.450000', '124628.910000', '124629.370000', '124629.830000', '124630.290000', '124630.750000', '124631.210000', '124631.670000', '124632.130000', '124632.590000', '124633.050000', '124633.510000', '124633.970000', '124634.430000', '124634.890000', '124635.350000', '124635.810000', '124636.270000', '124636.730000', '124637.190000', '124637.650000', '124638.110000', '124638.570000', '124639.030000', '124639.490000', '124639.950000', '124640.410000', '124640.870000', '124641.330000', '124641.790000', '124642.250000', '124642.710000', '124643.170000', '124643.630000', '124644.090000', '124644.550000', '124645.010000', '124645.470000', '124645.930000', '124646.390000', '124646.850000', '124647.310000', '124647.770000', '124648.230000', '124648.690000', '124649.150000', '124649.610000', '124650.070000', '124650.530000', '124650.990000', '124651.450000', '124651.910000', '124652.370000', '124652.830000', '124653.290000', '124653.750000', '124654.210000', '124654.670000', '124655.130000', '124655.590000', '124656.050000', '124656.510000', '124656.970000', '124657.430000', '124657.890000', '124658.350000', '124658.810000', '124659.270000', '124659.730000', '124700.190000', '124700.650000', '124701.110000', '124701.570000', '124702.030000', '124702.490000', '124702.950000', '124703.410000', '124703.870000', '124704.330000', '124704.790000', '124705.250000', '124705.710000', '124706.170000', '124706.630000', '124707.090000', '124707.550000', '124708.010000', '124708.470000', '124708.930000', '124709.390000', '124709.850000', '124710.310000', '124710.770000', '124711.230000', '124711.690000', '124712.150000', '124712.610000', '124713.070000', '124713.530000', '124713.990000', '124714.450000', '124714.910000', '124715.370000', '124715.830000', '124716.290000', '124716.750000', '124717.210000', '124717.670000', '124718.130000', '124718.590000', '124719.050000', '124719.510000', '124719.970000', '124720.430000', '124720.890000', '124721.350000', '124721.810000', '124722.270000', '124722.730000', '124723.190000', '124723.650000', '124724.110000', '124724.570000', '124725.030000', '124725.490000', '124725.950000', '124726.410000', '124726.870000', '124727.330000', '124727.790000', '124728.250000', '124728.710000', '124729.170000', '124729.630000', '124730.090000', '124730.550000', '124731.010000', '124731.470000', '124731.930000', '124732.390000', '124732.850000', '124733.310000', '124733.770000', '124734.230000', '124734.690000', '124735.150000', '124735.610000', '124736.070000', '124736.530000', '124736.990000', '124737.450000', '124737.910000', '124738.370000', '124738.830000', '124739.290000', '124739.750000', '124740.210000', '124740.670000', '124741.130000', '124741.590000', '124742.050000', '124742.510000', '124742.970000', '124743.430000', '124743.890000', '124744.350000', '124744.810000', '124745.270000', '124745.730000', '124746.190000', '124746.650000', '124747.110000'], 'ContentTime': ['124123.595000', '124123.598000', '124123.601000', '124123.604000', '124123.607000', '124123.609000', '124123.612000', '124123.615000', '124123.618000', '124123.629000', '124123.632000', '124123.635000', '124123.638000', '124123.641000', '124123.644000', '124123.646000', '124123.649000', '124123.652000', '124123.655000', '124123.658000', '124123.661000', '124123.663000', '124123.666000', '124123.669000', '124123.672000', '124123.675000', '124123.678000', '124123.687000', '124123.690000', '124123.693000', '124123.696000', '124123.698000', '124123.701000', '124123.704000', '124123.707000', '124123.710000', '124143.562000', '124143.565000', '124143.568000', '124143.570000', '124143.573000', '124143.576000', '124143.579000', '124143.582000', '124143.585000', '124143.588000', '124143.590000', '124143.593000', '124143.596000', '124143.599000', '124143.602000', '124143.605000', '124143.607000', '124143.610000', '124143.613000', '124143.616000', '124143.619000', '124143.622000', '124143.624000', '124143.627000', '124143.630000', '124143.633000', '124143.636000', '124143.638000', '124143.641000', '124143.644000', '124143.647000', '124143.650000', '124143.653000', '124143.656000', '124143.658000', '124143.661000', '124143.664000', '124143.667000', '124143.670000', '124143.673000', '124143.675000', '124143.678000', '124143.681000', '124203.562000', '124203.565000', '124203.587000', '124203.590000', '124203.593000', '124203.596000', '124203.599000', '124203.601000', '124203.604000', '124203.607000', '124203.610000', '124203.613000', '124203.616000', '124203.618000', '124203.621000', '124203.624000', '124203.627000', '124203.630000', '124203.632000', '124203.635000', '124203.638000', '124203.641000', '124203.644000', '124203.647000', '124203.650000', '124203.652000', '124203.655000', '124203.658000', '124203.661000', '124203.664000', '124203.667000', '124203.669000', '124203.672000', '124203.695000', '124203.698000', '124203.701000', '124203.703000', '124203.706000', '124203.709000', '124203.712000', '124203.715000', '124203.718000', '124203.721000', '124203.723000', '124223.562000', '124223.565000', '124223.568000', '124223.571000', '124223.573000', '124223.576000', '124223.579000', '124223.582000', '124223.585000', '124223.588000', '124223.590000', '124223.593000', '124223.596000', '124223.599000', '124223.602000', '124223.605000', '124223.608000', '124223.610000', '124223.613000', '124223.616000', '124223.619000', '124223.622000', '124223.625000', '124223.627000', '124223.630000', '124223.633000', '124223.636000', '124223.639000', '124223.642000', '124223.645000', '124223.647000', '124223.650000', '124223.653000', '124223.656000', '124223.659000', '124223.662000', '124223.664000', '124223.667000', '124223.670000', '124223.673000', '124223.676000', '124223.679000', '124223.681000', '124243.562000', '124243.565000', '124243.568000', '124243.571000', '124243.573000', '124243.576000', '124243.579000', '124243.582000', '124243.585000', '124243.588000', '124243.591000', '124243.593000', '124243.596000', '124243.599000', '124243.602000', '124243.605000', '124243.607000', '124243.610000', '124243.613000', '124243.616000', '124243.619000', '124243.622000', '124243.625000', '124243.628000', '124243.631000', '124243.634000', '124243.637000', '124243.639000', '124243.642000', '124243.645000', '124243.648000', '124243.651000', '124243.654000', '124243.656000', '124243.659000', '124243.662000', '124243.665000', '124243.668000', '124243.671000', '124243.673000', '124243.676000', '124243.679000', '124243.682000', '124303.561000', '124303.564000', '124303.567000', '124303.570000', '124303.573000', '124303.576000', '124303.578000', '124303.581000', '124303.584000', '124303.587000', '124303.590000', '124303.593000', '124303.595000', '124303.598000', '124303.601000', '124303.604000', '124303.607000', '124303.610000', '124303.613000', '124303.615000', '124303.618000', '124303.621000', '124303.624000', '124303.627000', '124303.630000', '124303.632000', '124303.635000', '124303.638000', '124303.641000', '124303.644000', '124303.647000', '124303.649000', '124303.652000', '124303.655000', '124303.658000', '124303.661000', '124303.664000', '124303.667000', '124303.669000', '124303.672000', '124303.675000', '124303.678000', '124303.681000', '124303.684000', '124323.562000', '124323.565000', '124323.568000', '124323.571000', '124323.574000', '124323.577000', '124323.580000', '124323.583000', '124323.586000', '124323.589000', '124323.593000', '124323.596000', '124323.599000', '124323.602000', '124323.605000', '124323.608000', '124323.611000', '124323.614000', '124323.616000', '124323.619000', '124323.622000', '124323.625000', '124323.628000', '124323.631000', '124323.633000', '124323.636000', '124323.639000', '124323.642000', '124323.645000', '124323.648000', '124323.651000', '124323.654000', '124323.656000', '124323.659000', '124323.662000', '124323.665000', '124323.668000', '124323.671000', '124323.674000', '124323.676000', '124323.679000', '124323.682000', '124323.685000', '124343.562000', '124343.565000', '124343.568000', '124343.571000', '124343.574000', '124343.576000', '124343.579000', '124343.582000', '124343.585000', '124343.588000', '124343.591000', '124343.594000', '124343.596000', '124343.599000', '124343.602000', '124343.605000', '124343.608000', '124343.611000', '124343.613000', '124343.616000', '124343.619000', '124343.622000', '124343.625000', '124343.628000', '124343.630000', '124343.633000', '124343.636000', '124343.639000', '124343.642000', '124343.657000', '124343.660000', '124343.662000', '124343.665000', '124343.668000', '124343.671000', '124343.674000', '124343.677000', '124343.679000', '124343.682000', '124343.685000', '124343.688000', '124343.691000', '124343.693000', '124343.696000', '124403.562000', '124403.565000', '124403.568000', '124403.571000', '124403.574000', '124403.576000', '124403.579000', '124403.582000', '124403.585000', '124403.588000', '124403.591000', '124403.594000', '124403.596000', '124403.599000', '124403.602000', '124403.608000', '124403.611000', '124403.614000', '124403.617000', '124403.620000', '124403.623000', '124403.626000', '124403.629000', '124403.631000', '124403.634000', '124403.637000', '124403.640000', '124403.643000', '124403.646000', '124403.649000', '124403.652000', '124403.654000', '124403.657000', '124403.660000', '124403.663000', '124403.666000', '124403.669000', '124403.671000', '124403.674000', '124403.677000', '124403.680000', '124403.683000', '124403.686000', '124423.562000', '124423.565000', '124423.568000', '124423.571000', '124423.573000', '124423.576000', '124423.579000', '124423.582000', '124423.585000', '124423.588000', '124423.591000', '124423.594000', '124423.596000', '124423.599000', '124423.602000', '124423.605000', '124423.608000', '124423.611000', '124423.614000', '124423.617000', '124423.619000', '124423.622000', '124423.625000', '124423.628000', '124423.631000', '124423.634000', '124423.636000', '124423.639000', '124423.642000', '124423.645000', '124423.648000', '124423.651000', '124423.654000', '124423.657000', '124423.659000', '124423.662000', '124423.665000', '124423.668000', '124423.671000', '124423.674000', '124423.676000', '124423.680000', '124423.682000', '124423.685000', '124443.564000', '124443.567000', '124443.570000', '124443.573000', '124443.576000', '124443.578000', '124443.581000', '124443.584000', '124443.587000', '124443.590000', '124443.593000', '124443.596000', '124443.598000', '124443.601000', '124443.604000', '124443.607000', '124443.610000', '124443.613000', '124443.616000', '124443.619000', '124443.622000', '124443.624000', '124443.627000', '124443.630000', '124443.633000', '124443.636000', '124443.639000', '124443.642000', '124443.645000', '124443.648000', '124443.651000', '124443.654000', '124443.656000', '124443.659000', '124443.662000', '124443.665000', '124443.668000', '124443.671000', '124443.674000', '124443.676000', '124443.679000', '124443.682000', '124443.685000', '124503.562000', '124503.565000', '124503.568000', '124503.571000', '124503.574000', '124503.576000', '124503.579000', '124503.582000', '124503.585000', '124503.588000', '124503.590000', '124503.593000', '124503.596000', '124503.599000', '124503.602000', '124503.605000', '124503.608000', '124503.610000', '124503.613000', '124503.616000', '124503.619000', '124503.622000', '124503.625000', '124503.628000', '124503.630000', '124503.633000', '124503.636000', '124503.639000', '124503.642000', '124503.645000', '124503.648000', '124503.650000', '124503.653000', '124503.656000', '124503.659000', '124503.662000', '124503.665000', '124503.667000', '124503.670000', '124503.673000', '124503.676000', '124503.679000', '124503.682000', '124503.685000', '124523.561000', '124523.564000', '124523.567000', '124523.570000', '124523.573000', '124523.575000', '124523.578000', '124523.581000', '124523.584000', '124523.587000', '124523.590000', '124523.593000', '124523.596000', '124523.598000', '124523.601000', '124523.604000', '124523.607000', '124523.610000', '124523.613000', '124523.616000', '124523.618000', '124523.621000', '124523.624000', '124523.627000', '124523.646000', '124523.652000', '124523.655000', '124523.658000', '124523.661000', '124523.664000', '124523.667000', '124523.669000', '124523.672000', '124523.675000', '124523.678000', '124523.681000', '124523.684000', '124523.687000', '124523.690000', '124523.693000', '124523.695000', '124523.698000', '124523.701000', '124543.562000', '124543.565000', '124543.568000', '124543.571000', '124543.574000', '124543.576000', '124543.579000', '124543.582000', '124543.585000', '124543.588000', '124543.591000', '124543.594000', '124543.596000', '124543.599000', '124543.602000', '124543.605000', '124543.608000', '124543.611000', '124543.614000', '124543.616000', '124543.619000', '124543.622000', '124543.625000', '124543.628000', '124543.631000', '124543.634000', '124543.637000', '124543.640000', '124543.643000', '124543.645000', '124543.648000', '124543.651000', '124543.654000', '124543.657000', '124543.660000', '124543.663000', '124543.665000', '124543.668000', '124543.671000', '124543.674000', '124543.677000', '124543.680000', '124543.683000', '124543.685000', '124603.562000', '124603.565000', '124603.568000', '124603.571000', '124603.574000', '124603.577000', '124603.579000', '124603.590000', '124603.593000', '124603.596000', '124603.600000', '124603.603000', '124603.606000', '124603.609000', '124603.612000', '124603.615000', '124603.617000', '124603.620000', '124603.623000', '124603.626000', '124603.629000', '124603.632000', '124603.635000', '124603.638000', '124603.640000', '124603.643000', '124603.646000', '124603.649000', '124603.652000', '124603.655000', '124603.658000', '124603.661000', '124603.664000', '124603.667000', '124603.670000', '124603.676000', '124603.678000', '124603.682000', '124603.684000', '124603.687000', '124603.690000', '124603.693000', '124603.696000', '124623.562000', '124623.565000', '124623.568000', '124623.571000', '124623.574000', '124623.577000', '124623.579000', '124623.582000', '124623.585000', '124623.588000', '124623.591000', '124623.594000', '124623.597000', '124623.599000', '124623.602000', '124623.605000', '124623.608000', '124623.611000', '124623.614000', '124623.616000', '124623.619000', '124623.622000', '124623.625000', '124623.628000', '124623.631000', '124623.634000', '124623.637000', '124623.639000', '124623.642000', '124623.645000', '124623.648000', '124623.651000', '124623.654000', '124623.657000', '124623.660000', '124623.662000', '124623.665000', '124623.668000', '124623.671000', '124623.674000', '124623.677000', '124623.680000', '124623.682000', '124623.685000', '124643.562000', '124643.565000', '124643.568000', '124643.571000', '124643.574000', '124643.576000', '124643.579000', '124643.582000', '124643.585000', '124643.588000', '124643.591000', '124643.593000', '124643.596000', '124643.599000', '124643.602000', '124643.605000', '124643.608000', '124643.622000', '124643.625000', '124643.628000', '124643.630000', '124643.633000', '124643.636000', '124643.639000', '124643.642000', '124643.645000', '124643.648000', '124643.651000', '124643.653000', '124643.656000', '124643.659000', '124643.662000', '124643.665000', '124643.668000', '124643.671000', '124643.684000', '124643.686000', '124643.689000', '124643.692000', '124643.695000', '124643.698000', '124643.701000', '124643.704000', '124703.562000', '124703.565000', '124703.568000', '124703.571000', '124703.574000', '124703.577000', '124703.580000', '124703.583000', '124703.585000', '124703.588000', '124703.591000', '124703.594000', '124703.597000', '124703.600000', '124703.603000', '124703.606000', '124703.609000', '124703.612000', '124703.614000', '124703.617000', '124703.620000', '124703.623000', '124703.626000', '124703.629000', '124703.632000', '124703.635000', '124703.637000', '124703.640000', '124703.643000', '124703.646000', '124703.649000', '124703.652000', '124703.655000', '124703.657000', '124703.660000', '124703.663000', '124703.666000', '124703.669000', '124703.672000', '124703.675000', '124703.678000', '124703.680000', '124703.683000', '124703.686000', '124723.562000', '124723.565000', '124723.568000', '124723.571000', '124723.574000', '124723.577000', '124723.580000', '124723.592000', '124723.595000', '124723.598000', '124723.601000', '124723.604000', '124723.607000', '124723.609000', '124723.612000', '124723.615000', '124723.618000', '124723.621000', '124723.625000', '124723.628000', '124723.631000', '124723.634000', '124723.637000', '124723.641000', '124723.644000', '124723.646000', '124723.649000', '124723.652000', '124723.655000', '124723.658000', '124723.661000', '124723.664000', '124723.667000', '124723.670000', '124723.673000', '124723.676000', '124723.679000', '124723.681000', '124723.684000', '124723.687000', '124723.690000', '124723.693000', '124723.696000', '124743.561000', '124743.564000', '124743.567000', '124743.570000', '124743.573000', '124743.575000', '124743.578000', '124743.581000', '124743.584000', '124743.587000', '124743.590000', '124743.592000', '124743.595000', '124743.598000', '124743.601000', '124743.604000', '124743.607000', '124743.610000', '124743.612000', '124743.615000', '124743.618000', '124743.621000', '124743.624000', '124743.627000', '124743.630000', '124743.633000', '124743.635000', '124743.638000', '124743.641000', '124743.644000', '124743.647000', '124743.650000', '124743.653000', '124743.656000', '124743.666000', '124743.668000', '124743.671000', '124743.674000', '124743.677000', '124743.680000', '124743.683000', '124743.685000', '124743.688000', '124743.691000', '124748.143000', '124748.146000', '124748.149000', '124748.152000', '124748.155000', '124748.158000', '124748.161000', '124748.164000', '124748.167000', '124748.170000'], 'InstanceCreationTime': ['124123.595000', '124123.598000', '124123.601000', '124123.604000', '124123.607000', '124123.609000', '124123.612000', '124123.615000', '124123.618000', '124123.629000', '124123.632000', '124123.635000', '124123.638000', '124123.641000', '124123.644000', '124123.646000', '124123.649000', '124123.652000', '124123.655000', '124123.658000', '124123.661000', '124123.663000', '124123.666000', '124123.669000', '124123.672000', '124123.675000', '124123.678000', '124123.687000', '124123.690000', '124123.693000', '124123.696000', '124123.698000', '124123.701000', '124123.704000', '124123.707000', '124123.710000', '124143.562000', '124143.565000', '124143.568000', '124143.570000', '124143.573000', '124143.576000', '124143.579000', '124143.582000', '124143.585000', '124143.588000', '124143.590000', '124143.593000', '124143.596000', '124143.599000', '124143.602000', '124143.605000', '124143.607000', '124143.610000', '124143.613000', '124143.616000', '124143.619000', '124143.622000', '124143.624000', '124143.627000', '124143.630000', '124143.633000', '124143.636000', '124143.638000', '124143.641000', '124143.644000', '124143.647000', '124143.650000', '124143.653000', '124143.656000', '124143.658000', '124143.661000', '124143.664000', '124143.667000', '124143.670000', '124143.673000', '124143.675000', '124143.678000', '124143.681000', '124203.562000', '124203.565000', '124203.587000', '124203.590000', '124203.593000', '124203.596000', '124203.599000', '124203.601000', '124203.604000', '124203.607000', '124203.610000', '124203.613000', '124203.616000', '124203.618000', '124203.621000', '124203.624000', '124203.627000', '124203.630000', '124203.632000', '124203.635000', '124203.638000', '124203.641000', '124203.644000', '124203.647000', '124203.650000', '124203.652000', '124203.655000', '124203.658000', '124203.661000', '124203.664000', '124203.667000', '124203.669000', '124203.672000', '124203.695000', '124203.698000', '124203.701000', '124203.703000', '124203.706000', '124203.709000', '124203.712000', '124203.715000', '124203.718000', '124203.721000', '124203.723000', '124223.562000', '124223.565000', '124223.568000', '124223.571000', '124223.573000', '124223.576000', '124223.579000', '124223.582000', '124223.585000', '124223.588000', '124223.590000', '124223.593000', '124223.596000', '124223.599000', '124223.602000', '124223.605000', '124223.608000', '124223.610000', '124223.613000', '124223.616000', '124223.619000', '124223.622000', '124223.625000', '124223.627000', '124223.630000', '124223.633000', '124223.636000', '124223.639000', '124223.642000', '124223.645000', '124223.647000', '124223.650000', '124223.653000', '124223.656000', '124223.659000', '124223.662000', '124223.664000', '124223.667000', '124223.670000', '124223.673000', '124223.676000', '124223.679000', '124223.681000', '124243.562000', '124243.565000', '124243.568000', '124243.571000', '124243.573000', '124243.576000', '124243.579000', '124243.582000', '124243.585000', '124243.588000', '124243.591000', '124243.593000', '124243.596000', '124243.599000', '124243.602000', '124243.605000', '124243.607000', '124243.610000', '124243.613000', '124243.616000', '124243.619000', '124243.622000', '124243.625000', '124243.628000', '124243.631000', '124243.634000', '124243.637000', '124243.639000', '124243.642000', '124243.645000', '124243.648000', '124243.651000', '124243.654000', '124243.656000', '124243.659000', '124243.662000', '124243.665000', '124243.668000', '124243.671000', '124243.673000', '124243.676000', '124243.679000', '124243.682000', '124303.561000', '124303.564000', '124303.567000', '124303.570000', '124303.573000', '124303.576000', '124303.578000', '124303.581000', '124303.584000', '124303.587000', '124303.590000', '124303.593000', '124303.595000', '124303.598000', '124303.601000', '124303.604000', '124303.607000', '124303.610000', '124303.613000', '124303.615000', '124303.618000', '124303.621000', '124303.624000', '124303.627000', '124303.630000', '124303.632000', '124303.635000', '124303.638000', '124303.641000', '124303.644000', '124303.647000', '124303.649000', '124303.652000', '124303.655000', '124303.658000', '124303.661000', '124303.664000', '124303.667000', '124303.669000', '124303.672000', '124303.675000', '124303.678000', '124303.681000', '124303.684000', '124323.562000', '124323.565000', '124323.568000', '124323.571000', '124323.574000', '124323.577000', '124323.580000', '124323.583000', '124323.586000', '124323.589000', '124323.593000', '124323.596000', '124323.599000', '124323.602000', '124323.605000', '124323.608000', '124323.611000', '124323.614000', '124323.616000', '124323.619000', '124323.622000', '124323.625000', '124323.628000', '124323.631000', '124323.633000', '124323.636000', '124323.639000', '124323.642000', '124323.645000', '124323.648000', '124323.651000', '124323.654000', '124323.656000', '124323.659000', '124323.662000', '124323.665000', '124323.668000', '124323.671000', '124323.674000', '124323.676000', '124323.679000', '124323.682000', '124323.685000', '124343.562000', '124343.565000', '124343.568000', '124343.571000', '124343.574000', '124343.576000', '124343.579000', '124343.582000', '124343.585000', '124343.588000', '124343.591000', '124343.594000', '124343.596000', '124343.599000', '124343.602000', '124343.605000', '124343.608000', '124343.611000', '124343.613000', '124343.616000', '124343.619000', '124343.622000', '124343.625000', '124343.628000', '124343.630000', '124343.633000', '124343.636000', '124343.639000', '124343.642000', '124343.657000', '124343.660000', '124343.662000', '124343.665000', '124343.668000', '124343.671000', '124343.674000', '124343.677000', '124343.679000', '124343.682000', '124343.685000', '124343.688000', '124343.691000', '124343.693000', '124343.696000', '124403.562000', '124403.565000', '124403.568000', '124403.571000', '124403.574000', '124403.576000', '124403.579000', '124403.582000', '124403.585000', '124403.588000', '124403.591000', '124403.594000', '124403.596000', '124403.599000', '124403.602000', '124403.608000', '124403.611000', '124403.614000', '124403.617000', '124403.620000', '124403.623000', '124403.626000', '124403.629000', '124403.631000', '124403.634000', '124403.637000', '124403.640000', '124403.643000', '124403.646000', '124403.649000', '124403.652000', '124403.654000', '124403.657000', '124403.660000', '124403.663000', '124403.666000', '124403.669000', '124403.671000', '124403.674000', '124403.677000', '124403.680000', '124403.683000', '124403.686000', '124423.562000', '124423.565000', '124423.568000', '124423.571000', '124423.573000', '124423.576000', '124423.579000', '124423.582000', '124423.585000', '124423.588000', '124423.591000', '124423.594000', '124423.596000', '124423.599000', '124423.602000', '124423.605000', '124423.608000', '124423.611000', '124423.614000', '124423.617000', '124423.619000', '124423.622000', '124423.625000', '124423.628000', '124423.631000', '124423.634000', '124423.636000', '124423.639000', '124423.642000', '124423.645000', '124423.648000', '124423.651000', '124423.654000', '124423.657000', '124423.659000', '124423.662000', '124423.665000', '124423.668000', '124423.671000', '124423.674000', '124423.676000', '124423.680000', '124423.682000', '124423.685000', '124443.564000', '124443.567000', '124443.570000', '124443.573000', '124443.576000', '124443.578000', '124443.581000', '124443.584000', '124443.587000', '124443.590000', '124443.593000', '124443.596000', '124443.598000', '124443.601000', '124443.604000', '124443.607000', '124443.610000', '124443.613000', '124443.616000', '124443.619000', '124443.622000', '124443.624000', '124443.627000', '124443.630000', '124443.633000', '124443.636000', '124443.639000', '124443.642000', '124443.645000', '124443.648000', '124443.651000', '124443.654000', '124443.656000', '124443.659000', '124443.662000', '124443.665000', '124443.668000', '124443.671000', '124443.674000', '124443.676000', '124443.679000', '124443.682000', '124443.685000', '124503.562000', '124503.565000', '124503.568000', '124503.571000', '124503.574000', '124503.576000', '124503.579000', '124503.582000', '124503.585000', '124503.588000', '124503.590000', '124503.593000', '124503.596000', '124503.599000', '124503.602000', '124503.605000', '124503.608000', '124503.610000', '124503.613000', '124503.616000', '124503.619000', '124503.622000', '124503.625000', '124503.628000', '124503.630000', '124503.633000', '124503.636000', '124503.639000', '124503.642000', '124503.645000', '124503.648000', '124503.650000', '124503.653000', '124503.656000', '124503.659000', '124503.662000', '124503.665000', '124503.667000', '124503.670000', '124503.673000', '124503.676000', '124503.679000', '124503.682000', '124503.685000', '124523.561000', '124523.564000', '124523.567000', '124523.570000', '124523.573000', '124523.575000', '124523.578000', '124523.581000', '124523.584000', '124523.587000', '124523.590000', '124523.593000', '124523.596000', '124523.598000', '124523.601000', '124523.604000', '124523.607000', '124523.610000', '124523.613000', '124523.616000', '124523.618000', '124523.621000', '124523.624000', '124523.627000', '124523.646000', '124523.652000', '124523.655000', '124523.658000', '124523.661000', '124523.664000', '124523.667000', '124523.669000', '124523.672000', '124523.675000', '124523.678000', '124523.681000', '124523.684000', '124523.687000', '124523.690000', '124523.693000', '124523.695000', '124523.698000', '124523.701000', '124543.562000', '124543.565000', '124543.568000', '124543.571000', '124543.574000', '124543.576000', '124543.579000', '124543.582000', '124543.585000', '124543.588000', '124543.591000', '124543.594000', '124543.596000', '124543.599000', '124543.602000', '124543.605000', '124543.608000', '124543.611000', '124543.614000', '124543.616000', '124543.619000', '124543.622000', '124543.625000', '124543.628000', '124543.631000', '124543.634000', '124543.637000', '124543.640000', '124543.643000', '124543.645000', '124543.648000', '124543.651000', '124543.654000', '124543.657000', '124543.660000', '124543.663000', '124543.665000', '124543.668000', '124543.671000', '124543.674000', '124543.677000', '124543.680000', '124543.683000', '124543.685000', '124603.562000', '124603.565000', '124603.568000', '124603.571000', '124603.574000', '124603.577000', '124603.579000', '124603.590000', '124603.593000', '124603.596000', '124603.600000', '124603.603000', '124603.606000', '124603.609000', '124603.612000', '124603.615000', '124603.617000', '124603.620000', '124603.623000', '124603.626000', '124603.629000', '124603.632000', '124603.635000', '124603.638000', '124603.640000', '124603.643000', '124603.646000', '124603.649000', '124603.652000', '124603.655000', '124603.658000', '124603.661000', '124603.664000', '124603.667000', '124603.670000', '124603.676000', '124603.678000', '124603.682000', '124603.684000', '124603.687000', '124603.690000', '124603.693000', '124603.696000', '124623.562000', '124623.565000', '124623.568000', '124623.571000', '124623.574000', '124623.577000', '124623.579000', '124623.582000', '124623.585000', '124623.588000', '124623.591000', '124623.594000', '124623.597000', '124623.599000', '124623.602000', '124623.605000', '124623.608000', '124623.611000', '124623.614000', '124623.616000', '124623.619000', '124623.622000', '124623.625000', '124623.628000', '124623.631000', '124623.634000', '124623.637000', '124623.639000', '124623.642000', '124623.645000', '124623.648000', '124623.651000', '124623.654000', '124623.657000', '124623.660000', '124623.662000', '124623.665000', '124623.668000', '124623.671000', '124623.674000', '124623.677000', '124623.680000', '124623.682000', '124623.685000', '124643.562000', '124643.565000', '124643.568000', '124643.571000', '124643.574000', '124643.576000', '124643.579000', '124643.582000', '124643.585000', '124643.588000', '124643.591000', '124643.593000', '124643.596000', '124643.599000', '124643.602000', '124643.605000', '124643.608000', '124643.622000', '124643.625000', '124643.628000', '124643.630000', '124643.633000', '124643.636000', '124643.639000', '124643.642000', '124643.645000', '124643.648000', '124643.651000', '124643.653000', '124643.656000', '124643.659000', '124643.662000', '124643.665000', '124643.668000', '124643.671000', '124643.684000', '124643.686000', '124643.689000', '124643.692000', '124643.695000', '124643.698000', '124643.701000', '124643.704000', '124703.562000', '124703.565000', '124703.568000', '124703.571000', '124703.574000', '124703.577000', '124703.580000', '124703.583000', '124703.585000', '124703.588000', '124703.591000', '124703.594000', '124703.597000', '124703.600000', '124703.603000', '124703.606000', '124703.609000', '124703.612000', '124703.614000', '124703.617000', '124703.620000', '124703.623000', '124703.626000', '124703.629000', '124703.632000', '124703.635000', '124703.637000', '124703.640000', '124703.643000', '124703.646000', '124703.649000', '124703.652000', '124703.655000', '124703.657000', '124703.660000', '124703.663000', '124703.666000', '124703.669000', '124703.672000', '124703.675000', '124703.678000', '124703.680000', '124703.683000', '124703.686000', '124723.562000', '124723.565000', '124723.568000', '124723.571000', '124723.574000', '124723.577000', '124723.580000', '124723.592000', '124723.595000', '124723.598000', '124723.601000', '124723.604000', '124723.607000', '124723.609000', '124723.612000', '124723.615000', '124723.618000', '124723.621000', '124723.625000', '124723.628000', '124723.631000', '124723.634000', '124723.637000', '124723.641000', '124723.644000', '124723.646000', '124723.649000', '124723.652000', '124723.655000', '124723.658000', '124723.661000', '124723.664000', '124723.667000', '124723.670000', '124723.673000', '124723.676000', '124723.679000', '124723.681000', '124723.684000', '124723.687000', '124723.690000', '124723.693000', '124723.696000', '124743.561000', '124743.564000', '124743.567000', '124743.570000', '124743.573000', '124743.575000', '124743.578000', '124743.581000', '124743.584000', '124743.587000', '124743.590000', '124743.592000', '124743.595000', '124743.598000', '124743.601000', '124743.604000', '124743.607000', '124743.610000', '124743.612000', '124743.615000', '124743.618000', '124743.621000', '124743.624000', '124743.627000', '124743.630000', '124743.633000', '124743.635000', '124743.638000', '124743.641000', '124743.644000', '124743.647000', '124743.650000', '124743.653000', '124743.656000', '124743.666000', '124743.668000', '124743.671000', '124743.674000', '124743.677000', '124743.680000', '124743.683000', '124743.685000', '124743.688000', '124743.691000', '124748.143000', '124748.146000', '124748.149000', '124748.152000', '124748.155000', '124748.158000', '124748.161000', '124748.164000', '124748.167000', '124748.170000'], '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': [8848, 8673, 9131, 8518, 8847, 9555, 8927, 9909, 8791, 10081, 8994, 10499, 8864, 9823, 9194, 8587, 8530, 8927, 8321, 9127, 8338, 8461, 8217, 8665, 8118, 8642, 7976, 8733, 8373, 9174, 8776, 9316, 8753, 8476, 8880, 8496, 9030, 8451, 9129, 8499, 8808, 8496, 8766, 8523, 9176, 8222, 8923, 8779, 9003, 8770, 8940, 8930, 8993, 8700, 8689, 8966, 8274, 9191, 9708, 9488, 8575, 9100, 9300, 9145, 10040, 8961, 9178, 9078, 8675, 9101, 8460, 8291, 8731, 7969, 9040, 8222, 9165, 8951, 9205, 9401, 9298, 9520, 9058, 8821, 9094, 8450, 9176, 8590, 9243, 8385, 9283, 8831, 8482, 8802, 7694, 8935, 8604, 9022, 9139, 8978, 8509, 9030, 8540, 8976, 8272, 9117, 8034, 8946, 8595, 8967, 8925, 8921, 8748, 9142, 8428, 8911, 8032, 8868, 8332, 9156, 8532, 9074, 8589, 8899, 8282, 8914, 8526, 9188, 8615, 8282, 8750, 8294, 8854, 9429, 8826, 9059, 10404, 8945, 11235, 9070, 11126, 9342, 9667, 9205, 9026, 8144, 9158, 8580, 9123, 8755, 9250, 8575, 9104, 8671, 9177, 9391, 8993, 8516, 9101, 8154, 9409, 8877, 8596, 9259, 9448, 8982, 9065, 8787, 8116, 9061, 8663, 8747, 9344, 8957, 8283, 8967, 9261, 9005, 9043, 9423, 9860, 9740, 11573, 9438, 9224, 10046, 8982, 9124, 9147, 8140, 8248, 8508, 8366, 9343, 8313, 8028, 9279, 7872, 9515, 9070, 9669, 10065, 9490, 9917, 9553, 9015, 7597, 8667, 8664, 8792, 8715, 8797, 8947, 8507, 8805, 8212, 9215, 8874, 9510, 8821, 7732, 9152, 8699, 9131, 8764, 9470, 8704, 9380, 8451, 9586, 8320, 9559, 8369, 8733, 9008, 8379, 9004, 8541, 8911, 8608, 9066, 8711, 8944, 8802, 7892, 8713, 9154, 8978, 8184, 9292, 8270, 9014, 8785, 9243, 8754, 8257, 8695, 8952, 8779, 10354, 8963, 8289, 8733, 8082, 9082, 8283, 9101, 9327, 9307, 9313, 9301, 9068, 9206, 8974, 9196, 8684, 8308, 8978, 8265, 8926, 8389, 8821, 8836, 9043, 8796, 9168, 8127, 9307, 8570, 8192, 8694, 8030, 8891, 8355, 8797, 8512, 8863, 8192, 9146, 8960, 9059, 8508, 9422, 8699, 9128, 10362, 9217, 11336, 9237, 10253, 9320, 9186, 9283, 8372, 8209, 8930, 8061, 9060, 9310, 8908, 9286, 8708, 8978, 9159, 9072, 8975, 9122, 8806, 7707, 8950, 8056, 9160, 8502, 8936, 8790, 9041, 9084, 9105, 9447, 9173, 8424, 9004, 8663, 8763, 8935, 8432, 8943, 9326, 9051, 9113, 8789, 8972, 8873, 8218, 9047, 8125, 9026, 8730, 9170, 8647, 9093, 9516, 9272, 9292, 9240, 8998, 9223, 8330, 9158, 8614, 8751, 8753, 8994, 8806, 9174, 8662, 8942, 8919, 9481, 8898, 8298, 9223, 8687, 9122, 8451, 9045, 8490, 9362, 8681, 9044, 8731, 9224, 8631, 8499, 8991, 8454, 9097, 8920, 9150, 9014, 9045, 8524, 9026, 8488, 9170, 8379, 9155, 8183, 8988, 8498, 8928, 8471, 8983, 8616, 8842, 8807, 9270, 8900, 8412, 9081, 8079, 8929, 8286, 9057, 8615, 9027, 9288, 9308, 8375, 8573, 8772, 9691, 10043, 8992, 9662, 8675, 9037, 8592, 9252, 8566, 9094, 8817, 8766, 8941, 8883, 8924, 8828, 9111, 10479, 9439, 10976, 9017, 9523, 10265, 9588, 11150, 9311, 11503, 9248, 9987, 9115, 9156, 8927, 9322, 8473, 9099, 9034, 9036, 8705, 8177, 9270, 7634, 9179, 8970, 8300, 8847, 8315, 8841, 7905, 8870, 8112, 8778, 8540, 9070, 8662, 8159, 8775, 10519, 8985, 10094, 8948, 9060, 9039, 9036, 8673, 8898, 8516, 8842, 8412, 8854, 8543, 8871, 8639, 8242, 8703, 8082, 8761, 8186, 8833, 8439, 8853, 8200, 9057, 8021, 8967, 8389, 8789, 8485, 8935, 8556, 8822, 8175, 8714, 9651, 8786, 8153, 8915, 8511, 8986, 8568, 8884, 8366, 8785, 8278, 9097, 8727, 9204, 8407, 9051, 8965, 9126, 10191, 9062, 9285, 8922, 8722, 9007, 8906, 9126, 8568, 9009, 8015, 8860, 8484, 8766, 8252, 8846, 8212, 8892, 8434, 8856, 8869, 8911, 9173, 9150, 8857, 8935, 9068, 9234, 8973, 9111, 9012, 9188, 9435, 9052, 9301, 9228, 9597, 9201, 9488, 9365, 9114, 9282, 8573, 8443, 8825, 8049, 8946, 8309, 8952, 8665, 8944, 10393, 8985, 8831, 9130, 8550, 8897, 8478, 9161, 8197, 8867, 8764, 8941, 8818, 9089, 8970, 9092, 8976, 9050, 8898, 9209, 8761, 9194, 8874, 8927, 9032, 9060, 8731, 9049, 8482, 9005, 8157, 8849, 8148, 8698, 8167, 9441, 8201, 8591, 9294, 8664, 7807, 8617, 8473, 8863, 9077, 8731, 9195, 8709, 9252, 8756, 9182, 10369, 10318, 11397, 10626, 11722, 9481, 12095, 9043, 12079, 9359, 10236, 9584, 9440, 8291, 9404, 7896, 9478, 8697, 9424, 8604, 9279, 8671, 9394, 9049, 9204, 9356, 9067, 9330, 9081, 8890, 8699, 8852, 8511, 9165, 8483, 8982, 7952, 8856, 7743, 8705, 7575, 8836, 8648, 7990, 9231, 8283, 8085, 8972, 8429, 9654, 9434, 9532, 8826, 9367, 8975, 11546, 9137, 9392, 9404, 8384, 9289, 9006, 9144, 8998, 8532, 8987, 8149, 9171, 8331, 9166, 8264, 8044, 8730, 8100, 9054, 8597, 8971, 9017, 8984, 8227, 9049, 8041, 9172, 8815, 9143, 8586, 7926, 9055, 8268, 9033, 8320, 9096, 8664, 9462, 9661, 9510, 8803, 9055, 8672, 8364, 8839, 9026, 8797, 8400, 8914, 8038, 9114, 8127, 8958, 8138, 8962, 7999, 8935, 8207, 9201, 8328, 9371, 8501, 9057, 8284, 9280, 8371, 9357, 8339, 9208, 9620, 9028, 9139, 9086, 8820, 9053, 8198, 8016, 8436, 7707, 8896, 8488, 8664, 9028, 8782, 9069, 10139, 9295, 10464, 9416, 9685, 9323, 9333, 9398, 8479, 9555, 8442, 9227, 8907, 9158, 8982, 9145, 9163, 9131, 8876, 9447, 8522, 9397, 8803, 9329, 8666, 9059, 9286, 9050, 9086, 8813, 9047, 9187, 9082, 9059, 9043, 8946, 9375, 8572, 9177, 8567, 9189, 8690, 9209, 9524, 9307, 9069, 9436, 8572, 9234, 9315, 9223, 8107, 9004, 8086, 9066, 8528, 8818, 8444, 8986, 8419, 9113, 8637, 9104, 8463, 9331, 8775, 9493, 8672, 9410, 8824, 9366, 8617, 9177, 8286, 9069, 8986, 8805, 9226, 8981, 9238, 8788, 8078, 8942, 8333, 9001, 8533, 9216, 8862], 'WindowCenter': [3945.0, 3916.0, 3922.0, 3899.0, 3900.0, 3898.0, 3896.0, 3893.0, 3883.0, 3893.0, 3882.0, 3892.0, 3885.0, 3895.0, 3882.0, 3870.0, 3856.0, 3857.0, 3844.0, 3865.0, 3854.0, 3882.0, 3869.0, 3868.0, 3858.0, 3868.0, 3857.0, 3882.0, 3885.0, 3905.0, 3885.0, 3892.0, 3870.0, 3871.0, 3879.0, 3884.0, 3871.0, 3870.0, 3864.0, 3868.0, 3869.0, 3868.0, 3867.0, 3869.0, 3894.0, 3883.0, 3881.0, 3884.0, 3882.0, 3869.0, 3880.0, 3881.0, 3883.0, 3881.0, 3883.0, 3894.0, 3883.0, 3881.0, 3881.0, 3881.0, 3867.0, 3880.0, 3866.0, 3879.0, 3877.0, 3880.0, 3879.0, 3883.0, 3883.0, 3893.0, 3870.0, 3872.0, 3891.0, 3868.0, 3893.0, 3883.0, 3893.0, 3881.0, 3896.0, 3895.0, 3894.0, 3881.0, 3895.0, 3880.0, 3893.0, 3869.0, 3881.0, 3866.0, 3880.0, 3883.0, 3905.0, 3893.0, 3882.0, 3877.0, 3872.0, 3894.0, 3880.0, 3881.0, 3896.0, 3881.0, 3881.0, 3895.0, 3882.0, 3882.0, 3870.0, 3881.0, 3858.0, 3881.0, 3868.0, 3868.0, 3868.0, 3869.0, 3868.0, 3882.0, 3871.0, 3882.0, 3858.0, 3880.0, 3883.0, 3881.0, 3869.0, 3878.0, 3882.0, 3894.0, 3882.0, 3881.0, 3869.0, 3880.0, 3868.0, 3871.0, 3881.0, 3883.0, 3880.0, 3881.0, 3880.0, 3881.0, 3889.0, 3870.0, 3888.0, 3869.0, 3900.0, 3878.0, 3879.0, 3867.0, 3867.0, 3856.0, 3879.0, 3870.0, 3879.0, 3866.0, 3867.0, 3856.0, 3868.0, 3855.0, 3866.0, 3867.0, 3866.0, 3867.0, 3882.0, 3871.0, 3881.0, 3870.0, 3870.0, 3880.0, 3881.0, 3870.0, 3868.0, 3869.0, 3856.0, 3867.0, 3869.0, 3868.0, 3880.0, 3879.0, 3870.0, 3882.0, 3883.0, 3880.0, 3869.0, 3880.0, 3892.0, 3881.0, 3877.0, 3852.0, 3851.0, 3866.0, 3855.0, 3852.0, 3852.0, 3841.0, 3858.0, 3843.0, 3853.0, 3864.0, 3855.0, 3845.0, 3854.0, 3842.0, 3879.0, 3866.0, 3880.0, 3864.0, 3865.0, 3852.0, 3863.0, 3853.0, 3859.0, 3870.0, 3870.0, 3867.0, 3855.0, 3857.0, 3866.0, 3868.0, 3867.0, 3870.0, 3896.0, 3883.0, 3893.0, 3880.0, 3848.0, 3867.0, 3856.0, 3878.0, 3869.0, 3892.0, 3869.0, 3882.0, 3884.0, 3894.0, 3869.0, 3890.0, 3881.0, 3896.0, 3893.0, 3871.0, 3880.0, 3869.0, 3882.0, 3881.0, 3893.0, 3881.0, 3881.0, 3880.0, 3871.0, 3868.0, 3892.0, 3896.0, 3885.0, 3895.0, 3870.0, 3868.0, 3868.0, 3881.0, 3869.0, 3870.0, 3881.0, 3894.0, 3882.0, 3905.0, 3895.0, 3882.0, 3881.0, 3871.0, 3893.0, 3883.0, 3892.0, 3880.0, 3893.0, 3882.0, 3879.0, 3869.0, 3893.0, 3882.0, 3881.0, 3882.0, 3882.0, 3881.0, 3870.0, 3881.0, 3870.0, 3880.0, 3881.0, 3881.0, 3895.0, 3895.0, 3868.0, 3880.0, 3868.0, 3867.0, 3868.0, 3870.0, 3880.0, 3871.0, 3882.0, 3880.0, 3881.0, 3883.0, 3894.0, 3881.0, 3881.0, 3868.0, 3879.0, 3869.0, 3880.0, 3879.0, 3879.0, 3888.0, 3866.0, 3877.0, 3868.0, 3880.0, 3879.0, 3857.0, 3855.0, 3867.0, 3856.0, 3879.0, 3883.0, 3869.0, 3880.0, 3867.0, 3868.0, 3866.0, 3870.0, 3882.0, 3881.0, 3880.0, 3858.0, 3868.0, 3858.0, 3879.0, 3871.0, 3881.0, 3870.0, 3882.0, 3893.0, 3895.0, 3893.0, 3892.0, 3868.0, 3880.0, 3879.0, 3882.0, 3880.0, 3880.0, 3880.0, 3881.0, 3869.0, 3879.0, 3881.0, 3883.0, 3880.0, 3869.0, 3866.0, 3855.0, 3880.0, 3869.0, 3892.0, 3869.0, 3880.0, 3880.0, 3891.0, 3895.0, 3890.0, 3869.0, 3879.0, 3868.0, 3890.0, 3880.0, 3882.0, 3880.0, 3893.0, 3877.0, 3893.0, 3884.0, 3894.0, 3897.0, 3892.0, 3880.0, 3868.0, 3880.0, 3869.0, 3881.0, 3869.0, 3870.0, 3868.0, 3878.0, 3867.0, 3881.0, 3881.0, 3906.0, 3883.0, 3883.0, 3880.0, 3857.0, 3867.0, 3867.0, 3867.0, 3867.0, 3866.0, 3866.0, 3866.0, 3866.0, 3880.0, 3871.0, 3892.0, 3857.0, 3868.0, 3867.0, 3880.0, 3868.0, 3882.0, 3869.0, 3880.0, 3880.0, 3893.0, 3883.0, 3869.0, 3869.0, 3871.0, 3880.0, 3870.0, 3882.0, 3870.0, 3881.0, 3891.0, 3894.0, 3884.0, 3882.0, 3882.0, 3879.0, 3894.0, 3869.0, 3879.0, 3855.0, 3855.0, 3855.0, 3879.0, 3867.0, 3868.0, 3868.0, 3869.0, 3880.0, 3879.0, 3880.0, 3868.0, 3895.0, 3892.0, 3868.0, 3877.0, 3857.0, 3865.0, 3862.0, 3853.0, 3862.0, 3852.0, 3861.0, 3850.0, 3849.0, 3840.0, 3838.0, 3839.0, 3840.0, 3840.0, 3850.0, 3850.0, 3866.0, 3867.0, 3856.0, 3866.0, 3844.0, 3864.0, 3865.0, 3856.0, 3881.0, 3868.0, 3880.0, 3869.0, 3880.0, 3883.0, 3894.0, 3883.0, 3881.0, 3880.0, 3868.0, 3881.0, 3903.0, 3882.0, 3891.0, 3869.0, 3869.0, 3868.0, 3869.0, 3868.0, 3879.0, 3868.0, 3879.0, 3867.0, 3881.0, 3882.0, 3894.0, 3881.0, 3871.0, 3894.0, 3882.0, 3880.0, 3870.0, 3880.0, 3870.0, 3882.0, 3882.0, 3895.0, 3872.0, 3883.0, 3870.0, 3883.0, 3880.0, 3880.0, 3879.0, 3880.0, 3871.0, 3884.0, 3894.0, 3882.0, 3870.0, 3882.0, 3882.0, 3895.0, 3883.0, 3881.0, 3883.0, 3896.0, 3884.0, 3895.0, 3882.0, 3892.0, 3870.0, 3892.0, 3880.0, 3892.0, 3892.0, 3881.0, 3880.0, 3879.0, 3869.0, 3882.0, 3883.0, 3892.0, 3868.0, 3868.0, 3855.0, 3867.0, 3870.0, 3870.0, 3870.0, 3880.0, 3883.0, 3894.0, 3869.0, 3881.0, 3868.0, 3880.0, 3880.0, 3892.0, 3880.0, 3881.0, 3881.0, 3881.0, 3868.0, 3883.0, 3882.0, 3882.0, 3869.0, 3866.0, 3867.0, 3879.0, 3879.0, 3880.0, 3877.0, 3879.0, 3881.0, 3893.0, 3883.0, 3870.0, 3880.0, 3858.0, 3881.0, 3869.0, 3881.0, 3869.0, 3879.0, 3892.0, 3869.0, 3880.0, 3893.0, 3883.0, 3882.0, 3869.0, 3878.0, 3858.0, 3881.0, 3870.0, 3893.0, 3880.0, 3881.0, 3871.0, 3870.0, 3868.0, 3881.0, 3882.0, 3879.0, 3857.0, 3866.0, 3854.0, 3867.0, 3866.0, 3880.0, 3867.0, 3879.0, 3867.0, 3880.0, 3870.0, 3881.0, 3870.0, 3880.0, 3869.0, 3882.0, 3856.0, 3868.0, 3867.0, 3867.0, 3857.0, 3868.0, 3856.0, 3878.0, 3880.0, 3869.0, 3880.0, 3881.0, 3880.0, 3869.0, 3880.0, 3877.0, 3876.0, 3874.0, 3865.0, 3863.0, 3841.0, 3860.0, 3830.0, 3862.0, 3851.0, 3852.0, 3851.0, 3836.0, 3826.0, 3836.0, 3814.0, 3839.0, 3827.0, 3852.0, 3840.0, 3852.0, 3840.0, 3853.0, 3851.0, 3854.0, 3852.0, 3853.0, 3853.0, 3865.0, 3867.0, 3866.0, 3868.0, 3855.0, 3866.0, 3866.0, 3868.0, 3856.0, 3867.0, 3860.0, 3881.0, 3855.0, 3892.0, 3882.0, 3871.0, 3893.0, 3881.0, 3884.0, 3892.0, 3883.0, 3893.0, 3882.0, 3892.0, 3882.0, 3882.0, 3896.0, 3916.0, 3881.0, 3880.0, 3879.0, 3859.0, 3878.0, 3867.0, 3879.0, 3868.0, 3869.0, 3884.0, 3872.0, 3882.0, 3860.0, 3868.0, 3857.0, 3860.0, 3870.0, 3871.0, 3870.0, 3869.0, 3869.0, 3869.0, 3870.0, 3871.0, 3883.0, 3871.0, 3879.0, 3868.0, 3893.0, 3882.0, 3884.0, 3881.0, 3871.0, 3882.0, 3885.0, 3896.0, 3883.0, 3894.0, 3881.0, 3880.0, 3868.0, 3878.0, 3870.0, 3872.0, 3869.0, 3881.0, 3869.0, 3870.0, 3881.0, 3870.0, 3881.0, 3858.0, 3882.0, 3870.0, 3880.0, 3870.0, 3882.0, 3871.0, 3905.0, 3885.0, 3895.0, 3882.0, 3880.0, 3870.0, 3881.0, 3869.0, 3880.0, 3866.0, 3882.0, 3880.0, 3882.0, 3895.0, 3895.0, 3893.0, 3883.0, 3867.0, 3871.0, 3881.0, 3886.0, 3894.0, 3883.0, 3882.0, 3882.0, 3881.0, 3894.0, 3892.0, 3905.0, 3905.0, 3892.0, 3879.0, 3880.0, 3867.0, 3867.0, 3856.0, 3880.0, 3869.0, 3894.0, 3870.0, 3880.0, 3869.0, 3893.0, 3893.0, 3895.0, 3884.0, 3893.0, 3870.0, 3880.0, 3867.0, 3868.0, 3868.0, 3867.0, 3868.0, 3857.0, 3867.0, 3867.0, 3870.0, 3866.0, 3868.0, 3869.0, 3881.0, 3869.0, 3878.0, 3868.0, 3878.0, 3868.0, 3880.0, 3867.0, 3879.0, 3879.0, 3894.0, 3870.0, 3879.0, 3857.0, 3867.0, 3868.0, 3881.0, 3870.0, 3870.0, 3856.0, 3868.0, 3869.0, 3893.0, 3869.0, 3894.0, 3871.0, 3881.0, 3895.0, 3907.0, 3882.0, 3894.0, 3869.0, 3880.0, 3869.0, 3879.0, 3882.0, 3879.0, 3870.0, 3881.0, 3870.0, 3869.0, 3869.0, 3869.0, 3880.0, 3893.0, 3882.0, 3870.0, 3857.0, 3880.0, 3883.0, 3882.0, 3871.0, 3880.0, 3882.0], 'WindowWidth': [8838.0, 8780.0, 8779.0, 8740.0, 8740.0, 8732.0, 8727.0, 8717.0, 8704.0, 8714.0, 8699.0, 8711.0, 8707.0, 8722.0, 8698.0, 8679.0, 8652.0, 8653.0, 8633.0, 8665.0, 8649.0, 8702.0, 8676.0, 8672.0, 8659.0, 8674.0, 8659.0, 8698.0, 8709.0, 8738.0, 8710.0, 8716.0, 8679.0, 8680.0, 8689.0, 8705.0, 8681.0, 8679.0, 8664.0, 8674.0, 8674.0, 8674.0, 8673.0, 8676.0, 8719.0, 8703.0, 8696.0, 8704.0, 8700.0, 8679.0, 8694.0, 8694.0, 8702.0, 8695.0, 8704.0, 8723.0, 8703.0, 8698.0, 8695.0, 8692.0, 8671.0, 8691.0, 8669.0, 8691.0, 8685.0, 8692.0, 8689.0, 8703.0, 8703.0, 8718.0, 8682.0, 8684.0, 8714.0, 8679.0, 8721.0, 8703.0, 8718.0, 8698.0, 8723.0, 8723.0, 8720.0, 8694.0, 8721.0, 8692.0, 8716.0, 8675.0, 8693.0, 8669.0, 8692.0, 8704.0, 8738.0, 8718.0, 8699.0, 8689.0, 8690.0, 8718.0, 8693.0, 8695.0, 8725.0, 8697.0, 8698.0, 8721.0, 8700.0, 8699.0, 8678.0, 8694.0, 8660.0, 8697.0, 8676.0, 8673.0, 8674.0, 8675.0, 8675.0, 8700.0, 8686.0, 8700.0, 8660.0, 8693.0, 8702.0, 8696.0, 8678.0, 8689.0, 8700.0, 8719.0, 8702.0, 8699.0, 8678.0, 8691.0, 8675.0, 8682.0, 8697.0, 8703.0, 8693.0, 8696.0, 8691.0, 8696.0, 8703.0, 8680.0, 8699.0, 8675.0, 8720.0, 8691.0, 8690.0, 8670.0, 8669.0, 8655.0, 8690.0, 8676.0, 8690.0, 8669.0, 8668.0, 8654.0, 8670.0, 8652.0, 8666.0, 8669.0, 8668.0, 8669.0, 8700.0, 8685.0, 8697.0, 8680.0, 8677.0, 8692.0, 8693.0, 8678.0, 8673.0, 8676.0, 8655.0, 8671.0, 8676.0, 8673.0, 8693.0, 8692.0, 8683.0, 8698.0, 8700.0, 8693.0, 8676.0, 8690.0, 8712.0, 8696.0, 8682.0, 8644.0, 8639.0, 8668.0, 8650.0, 8643.0, 8641.0, 8625.0, 8660.0, 8624.0, 8645.0, 8661.0, 8652.0, 8637.0, 8645.0, 8628.0, 8689.0, 8665.0, 8691.0, 8658.0, 8659.0, 8640.0, 8656.0, 8645.0, 8663.0, 8680.0, 8677.0, 8674.0, 8650.0, 8655.0, 8666.0, 8672.0, 8671.0, 8680.0, 8726.0, 8705.0, 8714.0, 8694.0, 8644.0, 8669.0, 8654.0, 8686.0, 8677.0, 8712.0, 8678.0, 8699.0, 8708.0, 8719.0, 8678.0, 8706.0, 8699.0, 8727.0, 8716.0, 8684.0, 8693.0, 8675.0, 8699.0, 8698.0, 8716.0, 8697.0, 8697.0, 8692.0, 8684.0, 8676.0, 8712.0, 8728.0, 8709.0, 8721.0, 8683.0, 8675.0, 8673.0, 8694.0, 8676.0, 8682.0, 8697.0, 8721.0, 8701.0, 8737.0, 8724.0, 8701.0, 8698.0, 8683.0, 8720.0, 8705.0, 8716.0, 8694.0, 8715.0, 8696.0, 8692.0, 8676.0, 8715.0, 8700.0, 8697.0, 8699.0, 8700.0, 8696.0, 8682.0, 8698.0, 8682.0, 8695.0, 8698.0, 8696.0, 8724.0, 8720.0, 8677.0, 8694.0, 8673.0, 8672.0, 8675.0, 8680.0, 8695.0, 8686.0, 8700.0, 8694.0, 8699.0, 8704.0, 8719.0, 8697.0, 8695.0, 8676.0, 8690.0, 8678.0, 8696.0, 8690.0, 8691.0, 8699.0, 8669.0, 8683.0, 8674.0, 8696.0, 8692.0, 8658.0, 8653.0, 8670.0, 8656.0, 8690.0, 8700.0, 8675.0, 8692.0, 8671.0, 8675.0, 8669.0, 8678.0, 8701.0, 8697.0, 8694.0, 8662.0, 8674.0, 8659.0, 8691.0, 8683.0, 8699.0, 8681.0, 8701.0, 8718.0, 8722.0, 8719.0, 8713.0, 8675.0, 8693.0, 8691.0, 8702.0, 8696.0, 8696.0, 8693.0, 8696.0, 8677.0, 8690.0, 8697.0, 8704.0, 8694.0, 8675.0, 8669.0, 8653.0, 8691.0, 8679.0, 8714.0, 8678.0, 8695.0, 8693.0, 8712.0, 8722.0, 8710.0, 8677.0, 8690.0, 8674.0, 8709.0, 8695.0, 8701.0, 8695.0, 8716.0, 8690.0, 8715.0, 8707.0, 8722.0, 8728.0, 8715.0, 8695.0, 8675.0, 8692.0, 8678.0, 8696.0, 8679.0, 8679.0, 8673.0, 8689.0, 8672.0, 8695.0, 8697.0, 8741.0, 8707.0, 8702.0, 8695.0, 8659.0, 8670.0, 8669.0, 8671.0, 8671.0, 8666.0, 8667.0, 8668.0, 8668.0, 8693.0, 8685.0, 8713.0, 8658.0, 8674.0, 8673.0, 8694.0, 8676.0, 8699.0, 8678.0, 8695.0, 8693.0, 8716.0, 8705.0, 8679.0, 8677.0, 8683.0, 8692.0, 8679.0, 8701.0, 8680.0, 8697.0, 8711.0, 8722.0, 8708.0, 8702.0, 8699.0, 8691.0, 8715.0, 8676.0, 8689.0, 8651.0, 8649.0, 8650.0, 8692.0, 8671.0, 8673.0, 8674.0, 8679.0, 8694.0, 8691.0, 8694.0, 8675.0, 8722.0, 8712.0, 8674.0, 8682.0, 8657.0, 8662.0, 8655.0, 8643.0, 8652.0, 8641.0, 8649.0, 8635.0, 8632.0, 8620.0, 8615.0, 8618.0, 8620.0, 8622.0, 8636.0, 8635.0, 8667.0, 8673.0, 8654.0, 8666.0, 8634.0, 8660.0, 8665.0, 8655.0, 8698.0, 8675.0, 8694.0, 8677.0, 8696.0, 8705.0, 8722.0, 8705.0, 8699.0, 8694.0, 8676.0, 8697.0, 8729.0, 8697.0, 8710.0, 8677.0, 8678.0, 8673.0, 8677.0, 8674.0, 8691.0, 8674.0, 8691.0, 8672.0, 8698.0, 8700.0, 8720.0, 8698.0, 8683.0, 8720.0, 8702.0, 8696.0, 8681.0, 8693.0, 8681.0, 8701.0, 8702.0, 8726.0, 8688.0, 8702.0, 8681.0, 8707.0, 8697.0, 8697.0, 8693.0, 8694.0, 8683.0, 8707.0, 8721.0, 8702.0, 8682.0, 8702.0, 8701.0, 8724.0, 8704.0, 8699.0, 8705.0, 8727.0, 8708.0, 8723.0, 8701.0, 8713.0, 8683.0, 8716.0, 8695.0, 8713.0, 8712.0, 8695.0, 8692.0, 8692.0, 8678.0, 8700.0, 8705.0, 8715.0, 8674.0, 8673.0, 8653.0, 8672.0, 8679.0, 8680.0, 8682.0, 8695.0, 8704.0, 8721.0, 8680.0, 8696.0, 8675.0, 8694.0, 8694.0, 8714.0, 8693.0, 8697.0, 8695.0, 8695.0, 8676.0, 8703.0, 8700.0, 8700.0, 8676.0, 8669.0, 8670.0, 8688.0, 8689.0, 8694.0, 8684.0, 8689.0, 8698.0, 8719.0, 8705.0, 8683.0, 8693.0, 8661.0, 8695.0, 8679.0, 8696.0, 8679.0, 8691.0, 8713.0, 8677.0, 8693.0, 8716.0, 8703.0, 8699.0, 8678.0, 8688.0, 8661.0, 8698.0, 8680.0, 8717.0, 8695.0, 8696.0, 8681.0, 8680.0, 8673.0, 8697.0, 8701.0, 8693.0, 8657.0, 8669.0, 8649.0, 8670.0, 8667.0, 8693.0, 8670.0, 8690.0, 8672.0, 8693.0, 8683.0, 8696.0, 8681.0, 8694.0, 8677.0, 8696.0, 8651.0, 8676.0, 8669.0, 8670.0, 8660.0, 8672.0, 8657.0, 8689.0, 8694.0, 8676.0, 8695.0, 8695.0, 8694.0, 8676.0, 8691.0, 8683.0, 8680.0, 8673.0, 8662.0, 8654.0, 8624.0, 8645.0, 8605.0, 8651.0, 8637.0, 8639.0, 8634.0, 8609.0, 8595.0, 8608.0, 8577.0, 8615.0, 8600.0, 8640.0, 8622.0, 8640.0, 8622.0, 8644.0, 8639.0, 8645.0, 8641.0, 8644.0, 8644.0, 8664.0, 8672.0, 8669.0, 8673.0, 8651.0, 8666.0, 8669.0, 8672.0, 8655.0, 8671.0, 8666.0, 8699.0, 8652.0, 8714.0, 8703.0, 8684.0, 8715.0, 8701.0, 8706.0, 8717.0, 8704.0, 8716.0, 8700.0, 8714.0, 8698.0, 8701.0, 8726.0, 8752.0, 8696.0, 8691.0, 8690.0, 8662.0, 8687.0, 8669.0, 8689.0, 8672.0, 8675.0, 8706.0, 8687.0, 8697.0, 8664.0, 8671.0, 8655.0, 8664.0, 8680.0, 8682.0, 8677.0, 8676.0, 8676.0, 8678.0, 8680.0, 8686.0, 8704.0, 8683.0, 8690.0, 8674.0, 8717.0, 8701.0, 8706.0, 8698.0, 8685.0, 8700.0, 8711.0, 8729.0, 8705.0, 8719.0, 8697.0, 8692.0, 8672.0, 8688.0, 8680.0, 8686.0, 8677.0, 8695.0, 8676.0, 8678.0, 8697.0, 8681.0, 8695.0, 8663.0, 8698.0, 8681.0, 8696.0, 8679.0, 8698.0, 8684.0, 8738.0, 8708.0, 8722.0, 8698.0, 8693.0, 8678.0, 8698.0, 8678.0, 8696.0, 8671.0, 8700.0, 8694.0, 8699.0, 8723.0, 8725.0, 8720.0, 8703.0, 8674.0, 8684.0, 8699.0, 8712.0, 8722.0, 8703.0, 8699.0, 8701.0, 8697.0, 8718.0, 8713.0, 8737.0, 8736.0, 8714.0, 8693.0, 8691.0, 8669.0, 8670.0, 8654.0, 8692.0, 8676.0, 8720.0, 8678.0, 8693.0, 8677.0, 8715.0, 8717.0, 8721.0, 8705.0, 8716.0, 8680.0, 8692.0, 8669.0, 8672.0, 8674.0, 8671.0, 8675.0, 8654.0, 8669.0, 8667.0, 8675.0, 8666.0, 8673.0, 8678.0, 8699.0, 8676.0, 8686.0, 8671.0, 8686.0, 8673.0, 8692.0, 8672.0, 8691.0, 8689.0, 8721.0, 8680.0, 8689.0, 8656.0, 8670.0, 8673.0, 8698.0, 8682.0, 8680.0, 8655.0, 8675.0, 8678.0, 8716.0, 8678.0, 8721.0, 8685.0, 8698.0, 8725.0, 8743.0, 8703.0, 8721.0, 8678.0, 8693.0, 8675.0, 8693.0, 8698.0, 8693.0, 8681.0, 8693.0, 8679.0, 8676.0, 8678.0, 8676.0, 8694.0, 8718.0, 8699.0, 8682.0, 8659.0, 8693.0, 8702.0, 8700.0, 8682.0, 8694.0, 8699.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.0019530149597238203</td></tr>
<tr><td colspan=3>aqi</td><td>0.021469110011507482</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.34740153549543</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2666001736175097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0269867665092174</td></tr>
<tr><td colspan=3>efc</td><td>0.4577</td></tr>
<tr><td colspan=3>fber</td><td>6510.8901</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12741733989520695</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>111</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.773302646720369</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.586440386587426</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5910508473154428</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7751222065632035</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3931481058836317</td></tr>
<tr><td colspan=3>gcor</td><td>0.0178763</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007861780934035778</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019166206941008568</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8206761118002612</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>36.8943</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4942</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.0681</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>305.4602</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>498.5614</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3102.7096</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3286.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71668.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>989.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>860.0512</td></tr>
<tr><td colspan=3>tsnr</td><td>40.33161643485073</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>