ds005256-mriqc/sub-0029_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter ed77a02d27 [DATALAD RUNCMD] Compute MRIQC for sub-0029
=== 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-0029 --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-0029",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:13:12 +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-0029_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0029_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0029_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-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0029/figures/sub-0029_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0029/ses-04/func/sub-0029_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9e772c223f680899df20476498f30da2</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:03:4.822500</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.997689, -0.0543164, 0.0408135, 0.0477479, 0.987902, 0.147543]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.110622</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4142, -7760, -7247, 655, -33, -150, 51, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>251.446</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5051bbf-0d14-439c-84d5-269019dabee6||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.676727533340454, 0.12810412049293518, 0.13050124049186707, 106.7165756225586], [0.14572694897651672, 2.650470018386841, 0.3921830952167511, -108.0225830078125], [0.10949975997209549, -0.39584624767303467, 2.66817569732666, -40.65398025512695], [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': ['120304.822500', '120305.282500', '120305.742500', '120306.202500', '120306.662500', '120307.122500', '120307.582500', '120308.042500', '120308.502500', '120308.962500', '120309.422500', '120309.882500', '120310.342500', '120310.802500', '120311.262500', '120311.722500', '120312.182500', '120312.642500', '120313.102500', '120313.562500', '120314.022500', '120314.482500', '120314.942500', '120315.402500', '120315.862500', '120316.322500', '120316.782500', '120317.242500', '120317.702500', '120318.162500', '120318.622500', '120319.082500', '120319.542500', '120320.002500', '120320.462500', '120320.922500', '120321.382500', '120321.842500', '120322.302500', '120322.762500', '120323.222500', '120323.682500', '120324.142500', '120324.602500', '120325.062500', '120325.522500', '120325.982500', '120326.442500', '120326.902500', '120327.362500', '120327.822500', '120328.282500', '120328.742500', '120329.202500', '120329.662500', '120330.122500', '120330.582500', '120331.042500', '120331.502500', '120331.962500', '120332.422500', '120332.882500', '120333.342500', '120333.802500', '120334.262500', '120334.722500', '120335.182500', '120335.642500', '120336.102500', '120336.562500', '120337.022500', '120337.482500', '120337.942500', '120338.402500', '120338.862500', '120339.322500', '120339.782500', '120340.242500', '120340.702500', '120341.162500', '120341.622500', '120342.082500', '120342.542500', '120343.002500', '120343.462500', '120343.922500', '120344.382500', '120344.842500', '120345.302500', '120345.762500', '120346.222500', '120346.682500', '120347.142500', '120347.602500', '120348.062500', '120348.522500', '120348.982500', '120349.442500', '120349.902500', '120350.362500', '120350.822500', '120351.282500', '120351.742500', '120352.202500', '120352.662500', '120353.122500', '120353.582500', '120354.042500', '120354.502500', '120354.962500', '120355.422500', '120355.882500', '120356.342500', '120356.802500', '120357.262500', '120357.722500', '120358.182500', '120358.642500', '120359.102500', '120359.562500', '120400.022500', '120400.482500', '120400.942500', '120401.402500', '120401.862500', '120402.322500', '120402.782500', '120403.242500', '120403.702500', '120404.162500', '120404.622500', '120405.082500', '120405.542500', '120406.002500', '120406.462500', '120406.922500', '120407.382500', '120407.842500', '120408.302500', '120408.762500', '120409.222500', '120409.682500', '120410.142500', '120410.602500', '120411.062500', '120411.522500', '120411.982500', '120412.442500', '120412.902500', '120413.362500', '120413.822500', '120414.282500', '120414.742500', '120415.202500', '120415.662500', '120416.122500', '120416.582500', '120417.042500', '120417.502500', '120417.962500', '120418.422500', '120418.882500', '120419.342500', '120419.802500', '120420.262500', '120420.722500', '120421.182500', '120421.642500', '120422.102500', '120422.562500', '120423.022500', '120423.482500', '120423.942500', '120424.402500', '120424.862500', '120425.322500', '120425.782500', '120426.242500', '120426.702500', '120427.162500', '120427.622500', '120428.082500', '120428.542500', '120429.002500', '120429.462500', '120429.922500', '120430.382500', '120430.842500', '120431.302500', '120431.762500', '120432.222500', '120432.682500', '120433.142500', '120433.602500', '120434.062500', '120434.522500', '120434.982500', '120435.442500', '120435.902500', '120436.362500', '120436.822500', '120437.282500', '120437.742500', '120438.202500', '120438.662500', '120439.122500', '120439.582500', '120440.042500', '120440.502500', '120440.962500', '120441.422500', '120441.882500', '120442.342500', '120442.802500', '120443.262500', '120443.722500', '120444.182500', '120444.642500', '120445.102500', '120445.562500', '120446.022500', '120446.482500', '120446.942500', '120447.402500', '120447.862500', '120448.322500', '120448.782500', '120449.242500', '120449.702500', '120450.162500', '120450.622500', '120451.082500', '120451.542500', '120452.002500', '120452.462500', '120452.922500', '120453.382500', '120453.842500', '120454.302500', '120454.762500', '120455.222500', '120455.682500', '120456.142500', '120456.602500', '120457.062500', '120457.522500', '120457.982500', '120458.442500', '120458.902500', '120459.362500', '120459.822500', '120500.282500', '120500.742500', '120501.202500', '120501.662500', '120502.122500', '120502.582500', '120503.042500', '120503.502500', '120503.962500', '120504.422500', '120504.882500', '120505.342500', '120505.802500', '120506.262500', '120506.722500', '120507.182500', '120507.642500', '120508.102500', '120508.562500', '120509.022500', '120509.482500', '120509.942500', '120510.402500', '120510.862500', '120511.322500', '120511.782500', '120512.242500', '120512.702500', '120513.162500', '120513.622500', '120514.082500', '120514.542500', '120515.002500', '120515.462500', '120515.922500', '120516.382500', '120516.842500', '120517.302500', '120517.762500', '120518.222500', '120518.682500', '120519.142500', '120519.602500', '120520.062500', '120520.522500', '120520.982500', '120521.442500', '120521.902500', '120522.362500', '120522.822500', '120523.282500', '120523.742500', '120524.202500', '120524.662500', '120525.122500', '120525.582500', '120526.042500', '120526.502500', '120526.962500', '120527.422500', '120527.882500', '120528.342500', '120528.802500', '120529.262500', '120529.722500', '120530.182500', '120530.642500', '120531.102500', '120531.562500', '120532.022500', '120532.482500', '120532.942500', '120533.402500', '120533.862500', '120534.322500', '120534.782500', '120535.242500', '120535.702500', '120536.162500', '120536.622500', '120537.082500', '120537.542500', '120538.002500', '120538.462500', '120538.922500', '120539.382500', '120539.842500', '120540.302500', '120540.762500', '120541.222500', '120541.682500', '120542.142500', '120542.602500', '120543.062500', '120543.522500', '120543.982500', '120544.442500', '120544.902500', '120545.362500', '120545.822500', '120546.282500', '120546.742500', '120547.202500', '120547.662500', '120548.122500', '120548.582500', '120549.042500', '120549.502500', '120549.962500', '120550.422500', '120550.882500', '120551.342500', '120551.802500', '120552.262500', '120552.722500', '120553.182500', '120553.642500', '120554.102500', '120554.562500', '120555.022500', '120555.482500', '120555.942500', '120556.402500', '120556.862500', '120557.322500', '120557.782500', '120558.242500', '120558.702500', '120559.162500', '120559.622500', '120600.082500', '120600.542500', '120601.002500', '120601.462500', '120601.922500', '120602.382500', '120602.842500', '120603.302500', '120603.762500', '120604.222500', '120604.682500', '120605.142500', '120605.602500', '120606.062500', '120606.522500', '120606.982500', '120607.442500', '120607.902500', '120608.362500', '120608.822500', '120609.282500', '120609.742500', '120610.202500', '120610.662500', '120611.122500', '120611.582500', '120612.042500', '120612.502500', '120612.962500', '120613.422500', '120613.882500', '120614.342500', '120614.802500', '120615.262500', '120615.722500', '120616.182500', '120616.642500', '120617.102500', '120617.562500', '120618.022500', '120618.482500', '120618.942500', '120619.402500', '120619.862500', '120620.322500', '120620.782500', '120621.242500', '120621.702500', '120622.162500', '120622.622500', '120623.082500', '120623.542500', '120624.002500', '120624.462500', '120624.922500', '120625.382500', '120625.842500', '120626.302500', '120626.762500', '120627.222500', '120627.682500', '120628.142500', '120628.602500', '120629.062500', '120629.522500', '120629.982500', '120630.442500', '120630.902500', '120631.362500', '120631.822500', '120632.282500', '120632.742500', '120633.202500', '120633.662500', '120634.122500', '120634.582500', '120635.042500', '120635.502500', '120635.962500', '120636.422500', '120636.882500', '120637.342500', '120637.802500', '120638.262500', '120638.722500', '120639.182500', '120639.642500', '120640.102500', '120640.562500', '120641.022500', '120641.482500', '120641.942500', '120642.402500', '120642.862500', '120643.322500', '120643.782500', '120644.242500', '120644.702500', '120645.162500', '120645.622500', '120646.082500', '120646.542500', '120647.002500', '120647.462500', '120647.922500', '120648.382500', '120648.842500', '120649.302500', '120649.762500', '120650.222500', '120650.682500', '120651.142500', '120651.602500', '120652.062500', '120652.522500', '120652.982500', '120653.442500', '120653.902500', '120654.362500', '120654.822500', '120655.282500', '120655.742500', '120656.202500', '120656.662500', '120657.122500', '120657.582500', '120658.042500', '120658.502500', '120658.962500', '120659.422500', '120659.882500', '120700.342500', '120700.802500', '120701.262500', '120701.722500', '120702.182500', '120702.642500', '120703.102500', '120703.562500', '120704.022500', '120704.482500', '120704.942500', '120705.402500', '120705.862500', '120706.322500', '120706.782500', '120707.242500', '120707.702500', '120708.162500', '120708.622500', '120709.082500', '120709.542500', '120710.002500', '120710.462500', '120710.922500', '120711.382500', '120711.842500', '120712.302500', '120712.762500', '120713.222500', '120713.682500', '120714.142500', '120714.602500', '120715.062500', '120715.522500', '120715.982500', '120716.442500', '120716.902500', '120717.362500', '120717.822500', '120718.282500', '120718.742500', '120719.202500', '120719.662500', '120720.122500', '120720.582500', '120721.042500', '120721.502500', '120721.962500', '120722.422500', '120722.882500', '120723.342500', '120723.802500', '120724.262500', '120724.722500', '120725.182500', '120725.642500', '120726.102500', '120726.562500', '120727.022500', '120727.482500', '120727.942500', '120728.402500', '120728.862500', '120729.322500', '120729.782500', '120730.242500', '120730.702500', '120731.162500', '120731.622500', '120732.082500', '120732.542500', '120733.002500', '120733.462500', '120733.922500', '120734.382500', '120734.842500', '120735.302500', '120735.762500', '120736.222500', '120736.682500', '120737.142500', '120737.602500', '120738.062500', '120738.522500', '120738.982500', '120739.442500', '120739.902500', '120740.362500', '120740.822500', '120741.282500', '120741.742500', '120742.202500', '120742.662500', '120743.122500', '120743.582500', '120744.042500', '120744.502500', '120744.962500', '120745.422500', '120745.882500', '120746.342500', '120746.802500', '120747.262500', '120747.722500', '120748.182500', '120748.642500', '120749.102500', '120749.562500', '120750.022500', '120750.482500', '120750.942500', '120751.402500', '120751.862500', '120752.322500', '120752.782500', '120753.242500', '120753.702500', '120754.162500', '120754.622500', '120755.082500', '120755.542500', '120756.002500', '120756.462500', '120756.922500', '120757.382500', '120757.842500', '120758.302500', '120758.762500', '120759.222500', '120759.682500', '120800.142500', '120800.602500', '120801.062500', '120801.522500', '120801.982500', '120802.442500', '120802.902500', '120803.362500', '120803.822500', '120804.282500', '120804.742500', '120805.202500', '120805.662500', '120806.122500', '120806.582500', '120807.042500', '120807.502500', '120807.962500', '120808.422500', '120808.882500', '120809.342500', '120809.802500', '120810.262500', '120810.722500', '120811.182500', '120811.642500', '120812.102500', '120812.562500', '120813.022500', '120813.482500', '120813.942500', '120814.402500', '120814.862500', '120815.322500', '120815.782500', '120816.242500', '120816.702500', '120817.162500', '120817.622500', '120818.082500', '120818.542500', '120819.002500', '120819.462500', '120819.922500', '120820.382500', '120820.842500', '120821.302500', '120821.762500', '120822.222500', '120822.682500', '120823.142500', '120823.602500', '120824.062500', '120824.522500', '120824.982500', '120825.442500', '120825.902500', '120826.362500', '120826.822500', '120827.282500', '120827.742500', '120828.202500', '120828.662500', '120829.122500', '120829.582500', '120830.042500', '120830.502500', '120830.962500', '120831.422500', '120831.882500', '120832.342500', '120832.802500', '120833.262500', '120833.722500', '120834.182500', '120834.642500', '120835.102500', '120835.562500', '120836.022500', '120836.482500', '120836.942500', '120837.402500', '120837.862500', '120838.322500', '120838.782500', '120839.242500', '120839.702500', '120840.162500', '120840.622500', '120841.082500', '120841.542500', '120842.002500', '120842.462500', '120842.922500', '120843.382500', '120843.842500', '120844.302500', '120844.762500', '120845.222500', '120845.682500', '120846.142500', '120846.602500', '120847.062500', '120847.522500', '120847.982500', '120848.442500', '120848.902500', '120849.362500', '120849.822500', '120850.282500', '120850.742500', '120851.202500', '120851.662500', '120852.122500', '120852.582500', '120853.042500', '120853.502500', '120853.962500', '120854.422500', '120854.882500', '120855.342500', '120855.802500', '120856.262500', '120856.722500', '120857.182500', '120857.642500', '120858.102500', '120858.562500', '120859.022500', '120859.482500', '120859.942500', '120900.402500', '120900.862500', '120901.322500', '120901.782500', '120902.242500', '120902.702500', '120903.162500', '120903.622500', '120904.082500', '120904.542500', '120905.002500', '120905.462500', '120905.922500', '120906.382500', '120906.842500', '120907.302500', '120907.762500', '120908.222500', '120908.682500', '120909.142500', '120909.602500', '120910.062500', '120910.522500', '120910.982500', '120911.442500', '120911.902500', '120912.362500', '120912.822500', '120913.282500', '120913.742500', '120914.202500', '120914.662500', '120915.122500', '120915.582500', '120916.042500', '120916.502500', '120916.962500', '120917.422500', '120917.882500', '120918.342500', '120918.802500', '120919.262500', '120919.722500', '120920.182500', '120920.642500', '120921.102500', '120921.562500', '120922.022500', '120922.482500', '120922.942500', '120923.402500', '120923.862500', '120924.322500', '120924.782500', '120925.242500', '120925.702500', '120926.162500', '120926.622500', '120927.082500', '120927.542500', '120928.002500', '120928.462500', '120928.922500', '120929.382500', '120929.842500', '120930.302500', '120930.762500', '120931.222500', '120931.682500', '120932.142500', '120932.602500', '120933.062500', '120933.522500', '120933.982500', '120934.442500', '120934.902500', '120935.362500', '120935.822500', '120936.282500', '120936.742500', '120937.202500', '120937.662500', '120938.122500', '120938.582500', '120939.042500', '120939.502500', '120939.962500', '120940.422500', '120940.882500', '120941.342500', '120941.802500', '120942.262500', '120942.722500', '120943.182500', '120943.642500', '120944.102500', '120944.562500', '120945.022500', '120945.482500'], 'ContentTime': ['120309.963000', '120309.966000', '120309.969000', '120309.972000', '120309.975000', '120309.978000', '120309.987000', '120329.904000', '120329.907000', '120329.910000', '120329.913000', '120329.916000', '120329.919000', '120329.922000', '120329.930000', '120329.933000', '120329.936000', '120329.940000', '120329.943000', '120329.946000', '120329.949000', '120329.952000', '120329.955000', '120329.958000', '120329.961000', '120329.963000', '120329.966000', '120329.969000', '120329.972000', '120329.975000', '120329.978000', '120329.981000', '120329.985000', '120329.988000', '120329.991000', '120329.994000', '120329.997000', '120330.001000', '120330.003000', '120330.006000', '120330.009000', '120330.012000', '120330.015000', '120330.018000', '120330.021000', '120330.024000', '120330.027000', '120330.030000', '120330.032000', '120330.035000', '120330.038000', '120330.041000', '120349.904000', '120349.907000', '120349.910000', '120349.913000', '120349.916000', '120349.919000', '120349.922000', '120349.924000', '120349.932000', '120349.935000', '120349.938000', '120349.940000', '120349.943000', '120349.946000', '120349.949000', '120349.952000', '120349.955000', '120349.958000', '120349.961000', '120349.964000', '120349.966000', '120349.969000', '120349.972000', '120349.975000', '120349.978000', '120349.981000', '120349.984000', '120349.992000', '120349.995000', '120349.998000', '120350.002000', '120350.005000', '120350.008000', '120350.011000', '120350.014000', '120350.017000', '120350.020000', '120350.023000', '120350.025000', '120350.028000', '120350.031000', '120350.034000', '120350.037000', '120350.040000', '120409.904000', '120409.907000', '120409.910000', '120409.913000', '120409.916000', '120409.918000', '120409.921000', '120409.924000', '120409.927000', '120409.930000', '120409.933000', '120409.936000', '120409.939000', '120409.941000', '120409.944000', '120409.949000', '120409.952000', '120409.955000', '120409.966000', '120409.968000', '120409.986000', '120409.989000', '120409.992000', '120409.994000', '120409.997000', '120410.001000', '120410.004000', '120410.007000', '120410.010000', '120410.013000', '120410.016000', '120410.019000', '120410.021000', '120410.024000', '120410.027000', '120410.030000', '120410.033000', '120410.036000', '120410.039000', '120410.042000', '120410.044000', '120410.047000', '120410.050000', '120429.904000', '120429.918000', '120429.921000', '120429.924000', '120429.927000', '120429.930000', '120429.933000', '120429.936000', '120429.939000', '120429.942000', '120429.945000', '120429.947000', '120429.973000', '120429.976000', '120429.979000', '120429.989000', '120429.992000', '120429.995000', '120429.998000', '120430.002000', '120430.005000', '120430.008000', '120430.011000', '120430.014000', '120430.017000', '120430.019000', '120430.022000', '120430.025000', '120430.028000', '120430.031000', '120430.034000', '120430.037000', '120430.047000', '120430.050000', '120430.053000', '120430.056000', '120430.059000', '120430.062000', '120430.065000', '120430.068000', '120430.071000', '120430.074000', '120430.077000', '120430.079000', '120449.904000', '120449.907000', '120449.910000', '120449.913000', '120449.916000', '120449.919000', '120449.922000', '120449.930000', '120449.932000', '120449.935000', '120449.938000', '120449.941000', '120449.944000', '120449.947000', '120449.950000', '120449.961000', '120449.964000', '120449.967000', '120449.971000', '120449.975000', '120449.978000', '120449.981000', '120449.983000', '120449.986000', '120449.989000', '120449.992000', '120449.995000', '120449.998000', '120450.002000', '120450.005000', '120450.008000', '120450.011000', '120450.014000', '120450.016000', '120450.019000', '120450.022000', '120450.025000', '120450.028000', '120450.031000', '120450.034000', '120450.037000', '120450.040000', '120450.042000', '120509.905000', '120509.908000', '120509.911000', '120509.914000', '120509.917000', '120509.920000', '120509.923000', '120509.926000', '120509.928000', '120509.931000', '120509.934000', '120509.937000', '120509.940000', '120509.943000', '120509.946000', '120509.949000', '120509.952000', '120509.955000', '120509.957000', '120509.960000', '120509.963000', '120509.966000', '120509.969000', '120509.972000', '120509.975000', '120509.978000', '120509.994000', '120509.997000', '120510.000000', '120510.003000', '120510.006000', '120510.009000', '120510.012000', '120510.015000', '120510.017000', '120510.020000', '120510.023000', '120510.026000', '120510.029000', '120510.032000', '120510.035000', '120510.038000', '120510.041000', '120510.044000', '120529.904000', '120529.907000', '120529.910000', '120529.913000', '120529.916000', '120529.919000', '120529.922000', '120529.925000', '120529.927000', '120529.930000', '120529.933000', '120529.936000', '120529.939000', '120529.942000', '120529.950000', '120529.953000', '120529.955000', '120529.958000', '120529.961000', '120529.964000', '120529.967000', '120529.970000', '120529.973000', '120529.976000', '120529.979000', '120529.983000', '120529.985000', '120529.988000', '120529.991000', '120529.994000', '120529.997000', '120530.001000', '120530.004000', '120530.007000', '120530.010000', '120530.013000', '120530.016000', '120530.018000', '120530.021000', '120530.024000', '120530.027000', '120530.030000', '120530.038000', '120549.904000', '120549.907000', '120549.910000', '120549.913000', '120549.916000', '120549.919000', '120549.922000', '120549.925000', '120549.927000', '120549.930000', '120549.933000', '120549.936000', '120549.939000', '120549.942000', '120549.945000', '120549.948000', '120549.951000', '120549.954000', '120549.957000', '120549.960000', '120549.962000', '120549.965000', '120549.968000', '120549.971000', '120549.974000', '120549.977000', '120549.980000', '120549.983000', '120549.986000', '120549.989000', '120549.992000', '120550.002000', '120550.005000', '120550.007000', '120550.011000', '120550.013000', '120550.016000', '120550.019000', '120550.022000', '120550.025000', '120550.036000', '120550.038000', '120550.041000', '120550.044000', '120609.904000', '120609.907000', '120609.910000', '120609.913000', '120609.916000', '120609.919000', '120609.922000', '120609.924000', '120609.927000', '120609.930000', '120609.933000', '120609.937000', '120609.941000', '120609.944000', '120609.946000', '120609.949000', '120609.952000', '120609.955000', '120609.958000', '120609.961000', '120609.964000', '120609.967000', '120609.970000', '120609.973000', '120609.976000', '120609.979000', '120609.981000', '120609.984000', '120609.987000', '120609.990000', '120609.993000', '120609.996000', '120610.000000', '120610.003000', '120610.006000', '120610.009000', '120610.012000', '120610.015000', '120610.018000', '120610.020000', '120610.023000', '120610.026000', '120610.029000', '120629.904000', '120629.907000', '120629.910000', '120629.913000', '120629.916000', '120629.919000', '120629.922000', '120629.925000', '120629.928000', '120629.931000', '120629.934000', '120629.936000', '120629.939000', '120629.942000', '120629.945000', '120629.948000', '120629.951000', '120629.954000', '120629.957000', '120629.960000', '120629.963000', '120629.966000', '120629.969000', '120629.971000', '120629.974000', '120629.977000', '120629.980000', '120629.983000', '120629.986000', '120629.989000', '120629.992000', '120629.995000', '120629.998000', '120630.002000', '120630.005000', '120630.007000', '120630.010000', '120630.013000', '120630.016000', '120630.019000', '120630.022000', '120630.025000', '120630.028000', '120630.031000', '120649.904000', '120649.907000', '120649.910000', '120649.913000', '120649.916000', '120649.919000', '120649.922000', '120649.925000', '120649.928000', '120649.930000', '120649.933000', '120649.936000', '120649.939000', '120649.942000', '120649.945000', '120649.948000', '120649.951000', '120649.954000', '120649.959000', '120649.962000', '120649.965000', '120649.968000', '120649.971000', '120649.974000', '120649.977000', '120649.980000', '120649.983000', '120649.986000', '120649.988000', '120649.991000', '120649.994000', '120649.997000', '120650.001000', '120650.004000', '120650.007000', '120650.010000', '120650.013000', '120650.016000', '120650.021000', '120650.023000', '120650.026000', '120650.029000', '120650.032000', '120709.904000', '120709.907000', '120709.910000', '120709.913000', '120709.916000', '120709.919000', '120709.921000', '120709.924000', '120709.927000', '120709.930000', '120709.933000', '120709.942000', '120709.945000', '120709.948000', '120709.951000', '120709.954000', '120709.957000', '120709.960000', '120709.963000', '120709.966000', '120709.969000', '120709.972000', '120709.974000', '120709.983000', '120709.986000', '120709.989000', '120709.992000', '120709.995000', '120709.998000', '120710.002000', '120710.005000', '120710.008000', '120710.011000', '120710.014000', '120710.017000', '120710.020000', '120710.038000', '120710.041000', '120710.043000', '120710.047000', '120710.049000', '120710.052000', '120710.055000', '120710.058000', '120729.905000', '120729.908000', '120729.911000', '120729.914000', '120729.917000', '120729.920000', '120729.923000', '120729.926000', '120729.929000', '120729.932000', '120729.935000', '120729.937000', '120729.940000', '120729.943000', '120729.946000', '120729.949000', '120729.952000', '120729.955000', '120729.967000', '120729.970000', '120729.972000', '120729.986000', '120729.989000', '120729.992000', '120729.995000', '120729.998000', '120730.001000', '120730.004000', '120730.007000', '120730.010000', '120730.013000', '120730.016000', '120730.019000', '120730.022000', '120730.024000', '120730.027000', '120730.030000', '120730.033000', '120730.036000', '120730.039000', '120730.042000', '120730.045000', '120730.048000', '120749.904000', '120749.907000', '120749.910000', '120749.913000', '120749.916000', '120749.919000', '120749.922000', '120749.925000', '120749.928000', '120749.931000', '120749.934000', '120749.936000', '120749.939000', '120749.949000', '120749.952000', '120749.955000', '120749.958000', '120749.961000', '120749.964000', '120749.967000', '120749.970000', '120749.973000', '120749.976000', '120749.979000', '120749.982000', '120749.985000', '120749.988000', '120749.991000', '120749.993000', '120749.996000', '120750.000000', '120750.003000', '120750.006000', '120750.009000', '120750.012000', '120750.015000', '120750.018000', '120750.021000', '120750.024000', '120750.027000', '120750.030000', '120750.032000', '120750.036000', '120750.039000', '120809.904000', '120809.907000', '120809.910000', '120809.913000', '120809.916000', '120809.919000', '120809.922000', '120809.924000', '120809.928000', '120809.930000', '120809.933000', '120809.936000', '120809.939000', '120809.942000', '120809.945000', '120809.948000', '120809.951000', '120809.954000', '120809.957000', '120809.960000', '120809.963000', '120809.965000', '120809.968000', '120809.971000', '120809.974000', '120809.977000', '120809.980000', '120809.983000', '120809.986000', '120809.989000', '120809.991000', '120809.994000', '120809.997000', '120810.001000', '120810.004000', '120810.007000', '120810.010000', '120810.020000', '120810.023000', '120810.025000', '120810.028000', '120810.031000', '120810.034000', '120829.904000', '120829.907000', '120829.910000', '120829.913000', '120829.916000', '120829.919000', '120829.922000', '120829.933000', '120829.935000', '120829.939000', '120829.941000', '120829.944000', '120829.947000', '120829.950000', '120829.953000', '120829.956000', '120829.959000', '120829.962000', '120829.965000', '120829.968000', '120829.970000', '120829.977000', '120829.980000', '120829.983000', '120829.986000', '120829.989000', '120829.992000', '120829.995000', '120829.998000', '120830.002000', '120830.005000', '120830.008000', '120830.010000', '120830.014000', '120830.017000', '120830.019000', '120830.022000', '120830.032000', '120830.035000', '120830.038000', '120830.041000', '120830.044000', '120830.047000', '120830.049000', '120849.904000', '120849.907000', '120849.910000', '120849.913000', '120849.916000', '120849.919000', '120849.922000', '120849.925000', '120849.928000', '120849.931000', '120849.933000', '120849.936000', '120849.939000', '120849.942000', '120849.945000', '120849.948000', '120849.951000', '120849.956000', '120849.959000', '120849.962000', '120849.965000', '120849.968000', '120849.970000', '120849.974000', '120849.976000', '120849.979000', '120849.982000', '120849.985000', '120849.988000', '120849.991000', '120849.994000', '120849.997000', '120850.001000', '120850.009000', '120850.012000', '120850.016000', '120850.019000', '120850.022000', '120850.025000', '120850.028000', '120850.031000', '120850.034000', '120850.037000', '120909.904000', '120909.907000', '120909.910000', '120909.913000', '120909.916000', '120909.919000', '120909.922000', '120909.925000', '120909.928000', '120909.931000', '120909.933000', '120909.936000', '120909.939000', '120909.942000', '120909.945000', '120909.948000', '120909.951000', '120909.954000', '120909.957000', '120909.960000', '120909.963000', '120909.965000', '120909.968000', '120909.971000', '120909.974000', '120909.977000', '120909.980000', '120909.983000', '120909.986000', '120909.989000', '120909.992000', '120909.995000', '120909.998000', '120910.002000', '120910.005000', '120910.008000', '120910.011000', '120910.013000', '120910.016000', '120910.019000', '120910.022000', '120910.025000', '120910.028000', '120910.031000', '120929.904000', '120929.907000', '120929.910000', '120929.913000', '120929.916000', '120929.919000', '120929.922000', '120929.925000', '120929.927000', '120929.930000', '120929.933000', '120929.936000', '120929.939000', '120929.942000', '120929.945000', '120929.948000', '120929.951000', '120929.954000', '120929.957000', '120929.960000', '120929.963000', '120929.966000', '120929.969000', '120929.978000', '120929.981000', '120929.984000', '120929.987000', '120929.990000', '120929.992000', '120929.995000', '120929.998000', '120930.002000', '120930.005000', '120930.008000', '120930.011000', '120930.014000', '120930.017000', '120930.020000', '120930.023000', '120930.026000', '120930.029000', '120930.031000', '120930.034000', '120946.836000', '120946.845000', '120946.848000', '120946.852000', '120946.855000', '120946.858000', '120946.861000', '120946.864000', '120946.867000', '120946.871000', '120946.875000', '120946.878000', '120946.881000', '120946.884000', '120946.887000', '120946.890000', '120946.893000', '120946.896000', '120946.899000', '120946.902000', '120946.905000', '120946.908000', '120946.911000', '120946.914000', '120946.917000', '120946.920000', '120946.923000', '120946.926000', '120946.929000', '120946.933000', '120946.936000', '120946.938000', '120946.941000', '120946.944000', '120946.947000', '120946.950000', '120946.953000'], 'InstanceCreationTime': ['120309.963000', '120309.966000', '120309.969000', '120309.972000', '120309.975000', '120309.978000', '120309.987000', '120329.904000', '120329.907000', '120329.910000', '120329.913000', '120329.916000', '120329.919000', '120329.922000', '120329.930000', '120329.933000', '120329.936000', '120329.940000', '120329.943000', '120329.946000', '120329.949000', '120329.952000', '120329.955000', '120329.958000', '120329.961000', '120329.963000', '120329.966000', '120329.969000', '120329.972000', '120329.975000', '120329.978000', '120329.981000', '120329.985000', '120329.988000', '120329.991000', '120329.994000', '120329.997000', '120330.001000', '120330.003000', '120330.006000', '120330.009000', '120330.012000', '120330.015000', '120330.018000', '120330.021000', '120330.024000', '120330.027000', '120330.030000', '120330.032000', '120330.035000', '120330.038000', '120330.041000', '120349.904000', '120349.907000', '120349.910000', '120349.913000', '120349.916000', '120349.919000', '120349.922000', '120349.924000', '120349.932000', '120349.935000', '120349.938000', '120349.940000', '120349.943000', '120349.946000', '120349.949000', '120349.952000', '120349.955000', '120349.958000', '120349.961000', '120349.964000', '120349.966000', '120349.969000', '120349.972000', '120349.975000', '120349.978000', '120349.981000', '120349.984000', '120349.992000', '120349.995000', '120349.998000', '120350.002000', '120350.005000', '120350.008000', '120350.011000', '120350.014000', '120350.017000', '120350.020000', '120350.023000', '120350.025000', '120350.028000', '120350.031000', '120350.034000', '120350.037000', '120350.040000', '120409.904000', '120409.907000', '120409.910000', '120409.913000', '120409.916000', '120409.918000', '120409.921000', '120409.924000', '120409.927000', '120409.930000', '120409.933000', '120409.936000', '120409.939000', '120409.941000', '120409.944000', '120409.949000', '120409.952000', '120409.955000', '120409.966000', '120409.968000', '120409.986000', '120409.989000', '120409.992000', '120409.994000', '120409.997000', '120410.001000', '120410.004000', '120410.007000', '120410.010000', '120410.013000', '120410.016000', '120410.019000', '120410.021000', '120410.024000', '120410.027000', '120410.030000', '120410.033000', '120410.036000', '120410.039000', '120410.042000', '120410.044000', '120410.047000', '120410.050000', '120429.904000', '120429.918000', '120429.921000', '120429.924000', '120429.927000', '120429.930000', '120429.933000', '120429.936000', '120429.939000', '120429.942000', '120429.945000', '120429.947000', '120429.973000', '120429.976000', '120429.979000', '120429.989000', '120429.992000', '120429.995000', '120429.998000', '120430.002000', '120430.005000', '120430.008000', '120430.011000', '120430.014000', '120430.017000', '120430.019000', '120430.022000', '120430.025000', '120430.028000', '120430.031000', '120430.034000', '120430.037000', '120430.047000', '120430.050000', '120430.053000', '120430.056000', '120430.059000', '120430.062000', '120430.065000', '120430.068000', '120430.071000', '120430.074000', '120430.077000', '120430.079000', '120449.904000', '120449.907000', '120449.910000', '120449.913000', '120449.916000', '120449.919000', '120449.922000', '120449.930000', '120449.932000', '120449.935000', '120449.938000', '120449.941000', '120449.944000', '120449.947000', '120449.950000', '120449.961000', '120449.964000', '120449.967000', '120449.971000', '120449.975000', '120449.978000', '120449.981000', '120449.983000', '120449.986000', '120449.989000', '120449.992000', '120449.995000', '120449.998000', '120450.002000', '120450.005000', '120450.008000', '120450.011000', '120450.014000', '120450.016000', '120450.019000', '120450.022000', '120450.025000', '120450.028000', '120450.031000', '120450.034000', '120450.037000', '120450.040000', '120450.042000', '120509.905000', '120509.908000', '120509.911000', '120509.914000', '120509.917000', '120509.920000', '120509.923000', '120509.926000', '120509.928000', '120509.931000', '120509.934000', '120509.937000', '120509.940000', '120509.943000', '120509.946000', '120509.949000', '120509.952000', '120509.955000', '120509.957000', '120509.960000', '120509.963000', '120509.966000', '120509.969000', '120509.972000', '120509.975000', '120509.978000', '120509.994000', '120509.997000', '120510.000000', '120510.003000', '120510.006000', '120510.009000', '120510.012000', '120510.015000', '120510.017000', '120510.020000', '120510.023000', '120510.026000', '120510.029000', '120510.032000', '120510.035000', '120510.038000', '120510.041000', '120510.044000', '120529.904000', '120529.907000', '120529.910000', '120529.913000', '120529.916000', '120529.919000', '120529.922000', '120529.925000', '120529.927000', '120529.930000', '120529.933000', '120529.936000', '120529.939000', '120529.942000', '120529.950000', '120529.953000', '120529.955000', '120529.958000', '120529.961000', '120529.964000', '120529.967000', '120529.970000', '120529.973000', '120529.976000', '120529.979000', '120529.983000', '120529.985000', '120529.988000', '120529.991000', '120529.994000', '120529.997000', '120530.001000', '120530.004000', '120530.007000', '120530.010000', '120530.013000', '120530.016000', '120530.018000', '120530.021000', '120530.024000', '120530.027000', '120530.030000', '120530.038000', '120549.904000', '120549.907000', '120549.910000', '120549.913000', '120549.916000', '120549.919000', '120549.922000', '120549.925000', '120549.927000', '120549.930000', '120549.933000', '120549.936000', '120549.939000', '120549.942000', '120549.945000', '120549.948000', '120549.951000', '120549.954000', '120549.957000', '120549.960000', '120549.962000', '120549.965000', '120549.968000', '120549.971000', '120549.974000', '120549.977000', '120549.980000', '120549.983000', '120549.986000', '120549.989000', '120549.992000', '120550.002000', '120550.005000', '120550.007000', '120550.011000', '120550.013000', '120550.016000', '120550.019000', '120550.022000', '120550.025000', '120550.036000', '120550.038000', '120550.041000', '120550.044000', '120609.904000', '120609.907000', '120609.910000', '120609.913000', '120609.916000', '120609.919000', '120609.922000', '120609.924000', '120609.927000', '120609.930000', '120609.933000', '120609.937000', '120609.941000', '120609.944000', '120609.946000', '120609.949000', '120609.952000', '120609.955000', '120609.958000', '120609.961000', '120609.964000', '120609.967000', '120609.970000', '120609.973000', '120609.976000', '120609.979000', '120609.981000', '120609.984000', '120609.987000', '120609.990000', '120609.993000', '120609.996000', '120610.000000', '120610.003000', '120610.006000', '120610.009000', '120610.012000', '120610.015000', '120610.018000', '120610.020000', '120610.023000', '120610.026000', '120610.029000', '120629.904000', '120629.907000', '120629.910000', '120629.913000', '120629.916000', '120629.919000', '120629.922000', '120629.925000', '120629.928000', '120629.931000', '120629.934000', '120629.936000', '120629.939000', '120629.942000', '120629.945000', '120629.948000', '120629.951000', '120629.954000', '120629.957000', '120629.960000', '120629.963000', '120629.966000', '120629.969000', '120629.971000', '120629.974000', '120629.977000', '120629.980000', '120629.983000', '120629.986000', '120629.989000', '120629.992000', '120629.995000', '120629.998000', '120630.002000', '120630.005000', '120630.007000', '120630.010000', '120630.013000', '120630.016000', '120630.019000', '120630.022000', '120630.025000', '120630.028000', '120630.031000', '120649.904000', '120649.907000', '120649.910000', '120649.913000', '120649.916000', '120649.919000', '120649.922000', '120649.925000', '120649.928000', '120649.930000', '120649.933000', '120649.936000', '120649.939000', '120649.942000', '120649.945000', '120649.948000', '120649.951000', '120649.954000', '120649.959000', '120649.962000', '120649.965000', '120649.968000', '120649.971000', '120649.974000', '120649.977000', '120649.980000', '120649.983000', '120649.986000', '120649.988000', '120649.991000', '120649.994000', '120649.997000', '120650.001000', '120650.004000', '120650.007000', '120650.010000', '120650.013000', '120650.016000', '120650.021000', '120650.023000', '120650.026000', '120650.029000', '120650.032000', '120709.904000', '120709.907000', '120709.910000', '120709.913000', '120709.916000', '120709.919000', '120709.921000', '120709.924000', '120709.927000', '120709.930000', '120709.933000', '120709.942000', '120709.945000', '120709.948000', '120709.951000', '120709.954000', '120709.957000', '120709.960000', '120709.963000', '120709.966000', '120709.969000', '120709.972000', '120709.974000', '120709.983000', '120709.986000', '120709.989000', '120709.992000', '120709.995000', '120709.998000', '120710.002000', '120710.005000', '120710.008000', '120710.011000', '120710.014000', '120710.017000', '120710.020000', '120710.038000', '120710.041000', '120710.043000', '120710.047000', '120710.049000', '120710.052000', '120710.055000', '120710.058000', '120729.905000', '120729.908000', '120729.911000', '120729.914000', '120729.917000', '120729.920000', '120729.923000', '120729.926000', '120729.929000', '120729.932000', '120729.935000', '120729.937000', '120729.940000', '120729.943000', '120729.946000', '120729.949000', '120729.952000', '120729.955000', '120729.967000', '120729.970000', '120729.972000', '120729.986000', '120729.989000', '120729.992000', '120729.995000', '120729.998000', '120730.001000', '120730.004000', '120730.007000', '120730.010000', '120730.013000', '120730.016000', '120730.019000', '120730.022000', '120730.024000', '120730.027000', '120730.030000', '120730.033000', '120730.036000', '120730.039000', '120730.042000', '120730.045000', '120730.048000', '120749.904000', '120749.907000', '120749.910000', '120749.913000', '120749.916000', '120749.919000', '120749.922000', '120749.925000', '120749.928000', '120749.931000', '120749.934000', '120749.936000', '120749.939000', '120749.949000', '120749.952000', '120749.955000', '120749.958000', '120749.961000', '120749.964000', '120749.967000', '120749.970000', '120749.973000', '120749.976000', '120749.979000', '120749.982000', '120749.985000', '120749.988000', '120749.991000', '120749.993000', '120749.996000', '120750.000000', '120750.003000', '120750.006000', '120750.009000', '120750.012000', '120750.015000', '120750.018000', '120750.021000', '120750.024000', '120750.027000', '120750.030000', '120750.032000', '120750.036000', '120750.039000', '120809.904000', '120809.907000', '120809.910000', '120809.913000', '120809.916000', '120809.919000', '120809.922000', '120809.924000', '120809.928000', '120809.930000', '120809.933000', '120809.936000', '120809.939000', '120809.942000', '120809.945000', '120809.948000', '120809.951000', '120809.954000', '120809.957000', '120809.960000', '120809.963000', '120809.965000', '120809.968000', '120809.971000', '120809.974000', '120809.977000', '120809.980000', '120809.983000', '120809.986000', '120809.989000', '120809.991000', '120809.994000', '120809.997000', '120810.001000', '120810.004000', '120810.007000', '120810.010000', '120810.020000', '120810.023000', '120810.025000', '120810.028000', '120810.031000', '120810.034000', '120829.904000', '120829.907000', '120829.910000', '120829.913000', '120829.916000', '120829.919000', '120829.922000', '120829.933000', '120829.935000', '120829.939000', '120829.941000', '120829.944000', '120829.947000', '120829.950000', '120829.953000', '120829.956000', '120829.959000', '120829.962000', '120829.965000', '120829.968000', '120829.970000', '120829.977000', '120829.980000', '120829.983000', '120829.986000', '120829.989000', '120829.992000', '120829.995000', '120829.998000', '120830.002000', '120830.005000', '120830.008000', '120830.010000', '120830.014000', '120830.017000', '120830.019000', '120830.022000', '120830.032000', '120830.035000', '120830.038000', '120830.041000', '120830.044000', '120830.047000', '120830.049000', '120849.904000', '120849.907000', '120849.910000', '120849.913000', '120849.916000', '120849.919000', '120849.922000', '120849.925000', '120849.928000', '120849.931000', '120849.933000', '120849.936000', '120849.939000', '120849.942000', '120849.945000', '120849.948000', '120849.951000', '120849.956000', '120849.959000', '120849.962000', '120849.965000', '120849.968000', '120849.970000', '120849.974000', '120849.976000', '120849.979000', '120849.982000', '120849.985000', '120849.988000', '120849.991000', '120849.994000', '120849.997000', '120850.001000', '120850.009000', '120850.012000', '120850.016000', '120850.019000', '120850.022000', '120850.025000', '120850.028000', '120850.031000', '120850.034000', '120850.037000', '120909.904000', '120909.907000', '120909.910000', '120909.913000', '120909.916000', '120909.919000', '120909.922000', '120909.925000', '120909.928000', '120909.931000', '120909.933000', '120909.936000', '120909.939000', '120909.942000', '120909.945000', '120909.948000', '120909.951000', '120909.954000', '120909.957000', '120909.960000', '120909.963000', '120909.965000', '120909.968000', '120909.971000', '120909.974000', '120909.977000', '120909.980000', '120909.983000', '120909.986000', '120909.989000', '120909.992000', '120909.995000', '120909.998000', '120910.002000', '120910.005000', '120910.008000', '120910.011000', '120910.013000', '120910.016000', '120910.019000', '120910.022000', '120910.025000', '120910.028000', '120910.031000', '120929.904000', '120929.907000', '120929.910000', '120929.913000', '120929.916000', '120929.919000', '120929.922000', '120929.925000', '120929.927000', '120929.930000', '120929.933000', '120929.936000', '120929.939000', '120929.942000', '120929.945000', '120929.948000', '120929.951000', '120929.954000', '120929.957000', '120929.960000', '120929.963000', '120929.966000', '120929.969000', '120929.978000', '120929.981000', '120929.984000', '120929.987000', '120929.990000', '120929.992000', '120929.995000', '120929.998000', '120930.002000', '120930.005000', '120930.008000', '120930.011000', '120930.014000', '120930.017000', '120930.020000', '120930.023000', '120930.026000', '120930.029000', '120930.031000', '120930.034000', '120946.836000', '120946.845000', '120946.848000', '120946.852000', '120946.855000', '120946.858000', '120946.861000', '120946.864000', '120946.867000', '120946.871000', '120946.875000', '120946.878000', '120946.881000', '120946.884000', '120946.887000', '120946.890000', '120946.893000', '120946.896000', '120946.899000', '120946.902000', '120946.905000', '120946.908000', '120946.911000', '120946.914000', '120946.917000', '120946.920000', '120946.923000', '120946.926000', '120946.929000', '120946.933000', '120946.936000', '120946.938000', '120946.941000', '120946.944000', '120946.947000', '120946.950000', '120946.953000'], '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': [8771, 9404, 14127, 9478, 12582, 15167, 9871, 12829, 9985, 11432, 12702, 9620, 13292, 9736, 9954, 8944, 9660, 13192, 9491, 9235, 13587, 9855, 10732, 8945, 8950, 13119, 9960, 11226, 9301, 9306, 12442, 9418, 12575, 9028, 9531, 13409, 9511, 10608, 13611, 9455, 12270, 9632, 9300, 13621, 9791, 11133, 9276, 9101, 13216, 9576, 10769, 10026, 9527, 12663, 9076, 10238, 8486, 9606, 10299, 9554, 11824, 9289, 11623, 8827, 9393, 13367, 9280, 11703, 8871, 9019, 13309, 9190, 11210, 7960, 9073, 13281, 9446, 11607, 8250, 9520, 12048, 9404, 11777, 8291, 9287, 13524, 9126, 10601, 8308, 9114, 13172, 8914, 11059, 8097, 9144, 13717, 9287, 11042, 13109, 9445, 12182, 9261, 10957, 9573, 9548, 13332, 9376, 11068, 8068, 9097, 13489, 9500, 10701, 14854, 9832, 11663, 9149, 9154, 13492, 9828, 11108, 10401, 9243, 11942, 9641, 10363, 8496, 9125, 12904, 9429, 9916, 10657, 9601, 11584, 9362, 9850, 8629, 8973, 12656, 9676, 10699, 8819, 8926, 13431, 9759, 10978, 14182, 9096, 11046, 9022, 9013, 11275, 9396, 11161, 9646, 10635, 8788, 9174, 13014, 9611, 11023, 8713, 9466, 10402, 9629, 11882, 8914, 9767, 8347, 9035, 10812, 9469, 12563, 9686, 12122, 9374, 10074, 14393, 10200, 11951, 9316, 9937, 15882, 9190, 11845, 8994, 8856, 12118, 9516, 10892, 8781, 8956, 12752, 8997, 10408, 11859, 9038, 10631, 9308, 8756, 12636, 9872, 9898, 8932, 8985, 8853, 9305, 11709, 8624, 9493, 12931, 8934, 10377, 11832, 9484, 11406, 8767, 8982, 10299, 9480, 11346, 8214, 9344, 10864, 9393, 10758, 8362, 9168, 12947, 9878, 10768, 8959, 9410, 11614, 9817, 11950, 9508, 10819, 8821, 9238, 14447, 9490, 11200, 8945, 9182, 11134, 9153, 12694, 9703, 10349, 9607, 9100, 12354, 9100, 9970, 12023, 9287, 11304, 9177, 8794, 9534, 9234, 10666, 9055, 9261, 9963, 9476, 11338, 9297, 9996, 11247, 9474, 11507, 9285, 9230, 10530, 9245, 10753, 9049, 8793, 8615, 7712, 7661, 9880, 8758, 7870, 9425, 10442, 9799, 10827, 13834, 10241, 11715, 9308, 9647, 10084, 9686, 11790, 10190, 11603, 9237, 9862, 10960, 10069, 9797, 10013, 11084, 9750, 10188, 9048, 9595, 8334, 9813, 12760, 9510, 11195, 13203, 9653, 10093, 12974, 9497, 9932, 8141, 9713, 10029, 9425, 9667, 11567, 10251, 10251, 8408, 9946, 11602, 9439, 9331, 12750, 9426, 9526, 9093, 9637, 10968, 9077, 9303, 7475, 9708, 9193, 9520, 10005, 9091, 9880, 11472, 9030, 9152, 7496, 9509, 12378, 9864, 9545, 11719, 9102, 9374, 12621, 9405, 9687, 7357, 9480, 6706, 9597, 11215, 8941, 9423, 7858, 9492, 11462, 8919, 10723, 8972, 9859, 10089, 9495, 11818, 8838, 9198, 12960, 9488, 10104, 10283, 9502, 10798, 8924, 9190, 8726, 9298, 11450, 9593, 10497, 8923, 9337, 12231, 9430, 9920, 13335, 9467, 10307, 8701, 9107, 10544, 9391, 9448, 9210, 8813, 9009, 8365, 8195, 9476, 8330, 9394, 12077, 8153, 9307, 12210, 9150, 8929, 8962, 9410, 10710, 7341, 9217, 10890, 9237, 8783, 10318, 8872, 9431, 6834, 8670, 9892, 8768, 8941, 7666, 9011, 10730, 7743, 7671, 7441, 8979, 12261, 8455, 9358, 12659, 9049, 10224, 8343, 9357, 13745, 9434, 10046, 8343, 9028, 13032, 9117, 10284, 8181, 9182, 12342, 9315, 9669, 8094, 9164, 11752, 9091, 9375, 7996, 9187, 11889, 9055, 8961, 9609, 9200, 10128, 8722, 9074, 8593, 9287, 9800, 8979, 8482, 8177, 9151, 7402, 8898, 11146, 9158, 10570, 10055, 9444, 10587, 9040, 8921, 12335, 8869, 9181, 8139, 9336, 9836, 8181, 8914, 7732, 9330, 9576, 8647, 9780, 8072, 8746, 6632, 8713, 10722, 8762, 10904, 7782, 9138, 8076, 9008, 11791, 8889, 10311, 8188, 8978, 13263, 8904, 9689, 8771, 9512, 8212, 9189, 8130, 9379, 11681, 8236, 8989, 7219, 8979, 11449, 8924, 10220, 7709, 8980, 11020, 9050, 9851, 7921, 8723, 8478, 9463, 10776, 9181, 10167, 9238, 9933, 9125, 9662, 8921, 9730, 8515, 9229, 14049, 9086, 9195, 8328, 9172, 12851, 9116, 10046, 7035, 9157, 7747, 8924, 9660, 8191, 8454, 7510, 8919, 9614, 9158, 10625, 7063, 9283, 10973, 9256, 10910, 8311, 8799, 12653, 9133, 10115, 8572, 8382, 7566, 9332, 11358, 9061, 10644, 8695, 9780, 14312, 9112, 11076, 13142, 9457, 10116, 8255, 9070, 11166, 8903, 8811, 11119, 9196, 9086, 8101, 9196, 9965, 8896, 7927, 7515, 8998, 7125, 8976, 7464, 9671, 9898, 9429, 10950, 9187, 10504, 9057, 10637, 11926, 9367, 10116, 8749, 8686, 7114, 9248, 11731, 8478, 9104, 12959, 9058, 9041, 7926, 8720, 9873, 7737, 8520, 6811, 8811, 10489, 8112, 8976, 7408, 8971, 9535, 8923, 10999, 7760, 9048, 12857, 9083, 10048, 8883, 9830, 8432, 9253, 13402, 8873, 9069, 8225, 9004, 12399, 9140, 9633, 7500, 9241, 10689, 8531, 9091, 11263, 8800, 8804, 7732, 8836, 8619, 9083, 9759, 8457, 9095, 7784, 9092, 11207, 7736, 9206, 12734, 8449, 8775, 10007, 9154, 10492, 8972, 8513, 8350, 7569, 7711, 7658, 8176, 8191, 8777, 8771, 9006, 9467, 8964, 9921, 13216, 9269, 9838, 8355, 9225, 12755, 9129, 9052, 6866, 8898, 11438, 8400, 9170, 12016, 8844, 8316, 7636, 8285, 6484, 8478, 9732, 8555, 9329, 8274, 8760, 9763, 8984, 10600, 8528, 9482, 7358, 9017, 12450, 8627, 9360, 7511, 8632, 12760, 8840, 10093, 7809, 8864, 11749, 9053, 9046, 8676, 8127, 6916, 8801, 9539, 8945, 9470, 8729, 9158, 9232, 9457, 8645, 8892, 9982, 9059, 11426, 8818, 8873, 13495, 8762, 10078, 8946, 9183, 9046, 8774, 8565, 8506, 8136, 7451, 8997, 6779, 9075, 11368, 8976, 9509, 7548, 9294, 10798, 9081, 8959, 7391, 8996, 11107, 8917, 8690, 8719, 9262, 7959, 9367, 10208, 9562, 8931, 8711, 8869, 7670, 9394, 9986, 9302, 10366, 9096, 9877, 10882, 9416, 13442, 8779, 9154, 7321, 9387, 10340, 9391, 8756, 8828, 9011, 7381, 9437, 10957, 9534, 9124, 8754, 9221, 9828, 9506, 10052, 8828, 8876, 7352, 9591, 7047, 7538, 7724, 7460, 8168, 8108, 8192, 8829, 7212, 9187, 10776, 9467, 10401, 8412, 9274, 11951, 9580, 9324, 7513], 'WindowCenter': [4181.0, 4188.0, 4204.0, 4172.0, 4194.0, 4190.0, 4158.0, 4177.0, 4156.0, 4167.0, 4165.0, 4157.0, 4176.0, 4143.0, 4144.0, 4132.0, 4145.0, 4163.0, 4132.0, 4133.0, 4163.0, 4143.0, 4153.0, 4132.0, 4145.0, 4175.0, 4156.0, 4166.0, 4143.0, 4147.0, 4164.0, 4144.0, 4166.0, 4133.0, 4157.0, 4176.0, 4144.0, 4154.0, 4162.0, 4142.0, 4152.0, 4131.0, 4133.0, 4174.0, 4143.0, 4154.0, 4131.0, 4132.0, 4161.0, 4130.0, 4141.0, 4130.0, 4142.0, 4161.0, 4132.0, 4143.0, 4132.0, 4157.0, 4154.0, 4156.0, 4164.0, 4145.0, 4166.0, 4146.0, 4158.0, 4176.0, 4146.0, 4167.0, 4144.0, 4147.0, 4188.0, 4146.0, 4167.0, 4134.0, 4145.0, 4174.0, 4157.0, 4180.0, 4135.0, 4156.0, 4164.0, 4145.0, 4167.0, 4135.0, 4160.0, 4177.0, 4146.0, 4156.0, 4134.0, 4147.0, 4177.0, 4159.0, 4169.0, 4135.0, 4147.0, 4176.0, 4145.0, 4169.0, 4177.0, 4147.0, 4166.0, 4144.0, 4166.0, 4143.0, 4145.0, 4176.0, 4146.0, 4166.0, 4122.0, 4144.0, 4164.0, 4142.0, 4155.0, 4175.0, 4142.0, 4153.0, 4130.0, 4131.0, 4161.0, 4130.0, 4152.0, 4140.0, 4130.0, 4149.0, 4129.0, 4140.0, 4118.0, 4130.0, 4150.0, 4130.0, 4141.0, 4140.0, 4142.0, 4150.0, 4130.0, 4141.0, 4129.0, 4142.0, 4172.0, 4144.0, 4154.0, 4132.0, 4144.0, 4163.0, 4143.0, 4164.0, 4172.0, 4131.0, 4151.0, 4130.0, 4130.0, 4153.0, 4143.0, 4152.0, 4141.0, 4153.0, 4132.0, 4156.0, 4175.0, 4154.0, 4164.0, 4133.0, 4156.0, 4165.0, 4158.0, 4166.0, 4145.0, 4156.0, 4133.0, 4146.0, 4167.0, 4157.0, 4176.0, 4154.0, 4166.0, 4144.0, 4156.0, 4176.0, 4154.0, 4164.0, 4131.0, 4142.0, 4171.0, 4128.0, 4152.0, 4129.0, 4129.0, 4148.0, 4128.0, 4139.0, 4117.0, 4129.0, 4149.0, 4117.0, 4141.0, 4151.0, 4129.0, 4139.0, 4128.0, 4119.0, 4148.0, 4142.0, 4142.0, 4129.0, 4133.0, 4130.0, 4142.0, 4161.0, 4133.0, 4155.0, 4162.0, 4132.0, 4143.0, 4150.0, 4141.0, 4163.0, 4132.0, 4132.0, 4140.0, 4142.0, 4152.0, 4133.0, 4143.0, 4150.0, 4142.0, 4152.0, 4120.0, 4144.0, 4175.0, 4154.0, 4154.0, 4144.0, 4146.0, 4165.0, 4156.0, 4164.0, 4144.0, 4154.0, 4131.0, 4144.0, 4175.0, 4142.0, 4152.0, 4130.0, 4131.0, 4149.0, 4130.0, 4161.0, 4141.0, 4141.0, 4128.0, 4129.0, 4147.0, 4129.0, 4140.0, 4147.0, 4128.0, 4140.0, 4130.0, 4130.0, 4128.0, 4129.0, 4138.0, 4129.0, 4143.0, 4141.0, 4143.0, 4151.0, 4141.0, 4143.0, 4152.0, 4144.0, 4153.0, 4130.0, 4131.0, 4139.0, 4130.0, 4151.0, 4143.0, 4132.0, 4131.0, 4124.0, 4133.0, 4155.0, 4144.0, 4136.0, 4158.0, 4169.0, 4157.0, 4166.0, 4176.0, 4154.0, 4163.0, 4142.0, 4143.0, 4140.0, 4142.0, 4151.0, 4141.0, 4150.0, 4131.0, 4141.0, 4151.0, 4140.0, 4139.0, 4141.0, 4149.0, 4142.0, 4154.0, 4144.0, 4144.0, 4132.0, 4155.0, 4161.0, 4143.0, 4154.0, 4163.0, 4131.0, 4142.0, 4149.0, 4128.0, 4129.0, 4107.0, 4129.0, 4127.0, 4129.0, 4141.0, 4149.0, 4141.0, 4153.0, 4120.0, 4142.0, 4151.0, 4130.0, 4130.0, 4151.0, 4130.0, 4132.0, 4119.0, 4131.0, 4140.0, 4130.0, 4144.0, 4123.0, 4144.0, 4141.0, 4154.0, 4155.0, 4142.0, 4154.0, 4164.0, 4145.0, 4158.0, 4123.0, 4155.0, 4176.0, 4155.0, 4145.0, 4164.0, 4131.0, 4132.0, 4151.0, 4131.0, 4144.0, 4111.0, 4143.0, 4101.0, 4144.0, 4163.0, 4144.0, 4155.0, 4134.0, 4156.0, 4164.0, 4145.0, 4167.0, 4143.0, 4156.0, 4154.0, 4157.0, 4177.0, 4143.0, 4143.0, 4163.0, 4142.0, 4142.0, 4142.0, 4144.0, 4150.0, 4132.0, 4131.0, 4129.0, 4142.0, 4151.0, 4143.0, 4153.0, 4130.0, 4132.0, 4151.0, 4131.0, 4129.0, 4148.0, 4127.0, 4128.0, 4117.0, 4117.0, 4126.0, 4129.0, 4128.0, 4129.0, 4131.0, 4131.0, 4134.0, 4145.0, 4155.0, 4134.0, 4144.0, 4165.0, 4121.0, 4156.0, 4164.0, 4142.0, 4131.0, 4130.0, 4142.0, 4152.0, 4123.0, 4143.0, 4150.0, 4129.0, 4131.0, 4139.0, 4129.0, 4142.0, 4100.0, 4133.0, 4141.0, 4132.0, 4143.0, 4120.0, 4145.0, 4166.0, 4134.0, 4134.0, 4125.0, 4160.0, 4177.0, 4135.0, 4145.0, 4164.0, 4145.0, 4154.0, 4132.0, 4145.0, 4175.0, 4143.0, 4144.0, 4120.0, 4131.0, 4160.0, 4131.0, 4140.0, 4120.0, 4144.0, 4162.0, 4129.0, 4130.0, 4107.0, 4130.0, 4149.0, 4130.0, 4129.0, 4107.0, 4129.0, 4148.0, 4118.0, 4119.0, 4127.0, 4128.0, 4140.0, 4118.0, 4118.0, 4118.0, 4129.0, 4129.0, 4130.0, 4133.0, 4131.0, 4141.0, 4110.0, 4144.0, 4152.0, 4143.0, 4167.0, 4142.0, 4141.0, 4141.0, 4129.0, 4130.0, 4149.0, 4131.0, 4132.0, 4108.0, 4129.0, 4128.0, 4119.0, 4132.0, 4123.0, 4142.0, 4142.0, 4143.0, 4152.0, 4134.0, 4157.0, 4127.0, 4145.0, 4165.0, 4144.0, 4164.0, 4122.0, 4156.0, 4134.0, 4144.0, 4164.0, 4145.0, 4154.0, 4132.0, 4144.0, 4163.0, 4132.0, 4142.0, 4134.0, 4142.0, 4132.0, 4145.0, 4124.0, 4144.0, 4165.0, 4134.0, 4133.0, 4111.0, 4132.0, 4152.0, 4132.0, 4153.0, 4121.0, 4132.0, 4151.0, 4131.0, 4142.0, 4120.0, 4131.0, 4131.0, 4144.0, 4152.0, 4144.0, 4152.0, 4146.0, 4155.0, 4155.0, 4144.0, 4145.0, 4155.0, 4132.0, 4158.0, 4176.0, 4133.0, 4143.0, 4121.0, 4141.0, 4162.0, 4144.0, 4141.0, 4098.0, 4142.0, 4109.0, 4131.0, 4141.0, 4134.0, 4134.0, 4122.0, 4145.0, 4144.0, 4146.0, 4166.0, 4125.0, 4157.0, 4154.0, 4145.0, 4154.0, 4133.0, 4134.0, 4179.0, 4146.0, 4153.0, 4133.0, 4134.0, 4122.0, 4144.0, 4166.0, 4145.0, 4154.0, 4133.0, 4154.0, 4173.0, 4131.0, 4151.0, 4149.0, 4130.0, 4141.0, 4107.0, 4117.0, 4138.0, 4115.0, 4118.0, 4134.0, 4116.0, 4119.0, 4106.0, 4129.0, 4129.0, 4129.0, 4119.0, 4109.0, 4130.0, 4110.0, 4143.0, 4123.0, 4157.0, 4170.0, 4159.0, 4167.0, 4156.0, 4155.0, 4145.0, 4167.0, 4178.0, 4144.0, 4141.0, 4131.0, 4131.0, 4098.0, 4144.0, 4163.0, 4133.0, 4132.0, 4161.0, 4131.0, 4130.0, 4118.0, 4131.0, 4142.0, 4110.0, 4132.0, 4099.0, 4133.0, 4151.0, 4135.0, 4145.0, 4123.0, 4145.0, 4144.0, 4144.0, 4154.0, 4123.0, 4147.0, 4165.0, 4143.0, 4144.0, 4144.0, 4156.0, 4122.0, 4145.0, 4174.0, 4131.0, 4133.0, 4131.0, 4132.0, 4162.0, 4141.0, 4142.0, 4110.0, 4131.0, 4140.0, 4118.0, 4132.0, 4150.0, 4129.0, 4130.0, 4108.0, 4132.0, 4131.0, 4131.0, 4142.0, 4134.0, 4145.0, 4121.0, 4132.0, 4152.0, 4110.0, 4131.0, 4151.0, 4121.0, 4120.0, 4128.0, 4129.0, 4138.0, 4118.0, 4118.0, 4118.0, 4109.0, 4120.0, 4120.0, 4145.0, 4135.0, 4146.0, 4133.0, 4145.0, 4154.0, 4157.0, 4156.0, 4177.0, 4143.0, 4141.0, 4120.0, 4133.0, 4162.0, 4130.0, 4130.0, 4086.0, 4129.0, 4148.0, 4120.0, 4129.0, 4149.0, 4129.0, 4116.0, 4108.0, 4119.0, 4102.0, 4135.0, 4142.0, 4132.0, 4142.0, 4133.0, 4147.0, 4156.0, 4145.0, 4153.0, 4133.0, 4144.0, 4111.0, 4133.0, 4165.0, 4134.0, 4143.0, 4109.0, 4130.0, 4160.0, 4130.0, 4141.0, 4108.0, 4131.0, 4151.0, 4131.0, 4129.0, 4131.0, 4120.0, 4100.0, 4132.0, 4141.0, 4131.0, 4144.0, 4146.0, 4145.0, 4144.0, 4144.0, 4132.0, 4145.0, 4143.0, 4145.0, 4155.0, 4132.0, 4132.0, 4162.0, 4131.0, 4145.0, 4130.0, 4131.0, 4130.0, 4119.0, 4131.0, 4143.0, 4122.0, 4111.0, 4143.0, 4099.0, 4143.0, 4151.0, 4132.0, 4142.0, 4109.0, 4131.0, 4141.0, 4131.0, 4131.0, 4109.0, 4133.0, 4151.0, 4132.0, 4132.0, 4132.0, 4142.0, 4121.0, 4144.0, 4152.0, 4143.0, 4142.0, 4132.0, 4144.0, 4123.0, 4144.0, 4143.0, 4144.0, 4141.0, 4132.0, 4142.0, 4150.0, 4132.0, 4161.0, 4119.0, 4128.0, 4097.0, 4130.0, 4139.0, 4130.0, 4119.0, 4129.0, 4131.0, 4109.0, 4143.0, 4140.0, 4142.0, 4131.0, 4131.0, 4130.0, 4139.0, 4130.0, 4129.0, 4129.0, 4130.0, 4109.0, 4142.0, 4109.0, 4122.0, 4122.0, 4123.0, 4133.0, 4134.0, 4147.0, 4158.0, 4126.0, 4156.0, 4165.0, 4156.0, 4158.0, 4134.0, 4144.0, 4151.0, 4142.0, 4132.0, 4112.0], 'WindowWidth': [9291.0, 9291.0, 9306.0, 9258.0, 9292.0, 9278.0, 9230.0, 9254.0, 9221.0, 9240.0, 9232.0, 9225.0, 9251.0, 9200.0, 9203.0, 9182.0, 9204.0, 9228.0, 9182.0, 9188.0, 9228.0, 9200.0, 9211.0, 9182.0, 9206.0, 9246.0, 9225.0, 9236.0, 9201.0, 9211.0, 9232.0, 9205.0, 9236.0, 9187.0, 9226.0, 9249.0, 9201.0, 9217.0, 9224.0, 9196.0, 9210.0, 9180.0, 9186.0, 9246.0, 9202.0, 9215.0, 9179.0, 9183.0, 9222.0, 9178.0, 9193.0, 9175.0, 9194.0, 9221.0, 9182.0, 9199.0, 9185.0, 9227.0, 9218.0, 9221.0, 9231.0, 9208.0, 9237.0, 9210.0, 9231.0, 9252.0, 9211.0, 9240.0, 9204.0, 9212.0, 9272.0, 9209.0, 9240.0, 9189.0, 9206.0, 9242.0, 9228.0, 9263.0, 9194.0, 9224.0, 9232.0, 9208.0, 9238.0, 9196.0, 9236.0, 9255.0, 9210.0, 9222.0, 9192.0, 9213.0, 9256.0, 9234.0, 9246.0, 9193.0, 9212.0, 9250.0, 9206.0, 9245.0, 9255.0, 9211.0, 9236.0, 9205.0, 9237.0, 9201.0, 9207.0, 9251.0, 9210.0, 9236.0, 9172.0, 9204.0, 9231.0, 9198.0, 9220.0, 9249.0, 9198.0, 9214.0, 9177.0, 9182.0, 9221.0, 9176.0, 9212.0, 9191.0, 9177.0, 9201.0, 9174.0, 9192.0, 9158.0, 9178.0, 9205.0, 9176.0, 9193.0, 9192.0, 9197.0, 9205.0, 9177.0, 9195.0, 9177.0, 9200.0, 9242.0, 9204.0, 9220.0, 9185.0, 9205.0, 9228.0, 9203.0, 9234.0, 9241.0, 9182.0, 9209.0, 9177.0, 9180.0, 9216.0, 9201.0, 9211.0, 9198.0, 9214.0, 9185.0, 9225.0, 9248.0, 9219.0, 9231.0, 9190.0, 9224.0, 9237.0, 9232.0, 9238.0, 9208.0, 9225.0, 9190.0, 9213.0, 9242.0, 9229.0, 9251.0, 9220.0, 9237.0, 9204.0, 9226.0, 9253.0, 9218.0, 9230.0, 9181.0, 9197.0, 9236.0, 9172.0, 9212.0, 9176.0, 9176.0, 9200.0, 9171.0, 9188.0, 9155.0, 9176.0, 9201.0, 9155.0, 9195.0, 9210.0, 9176.0, 9187.0, 9170.0, 9164.0, 9200.0, 9198.0, 9199.0, 9176.0, 9187.0, 9178.0, 9199.0, 9225.0, 9190.0, 9223.0, 9227.0, 9185.0, 9200.0, 9207.0, 9193.0, 9228.0, 9185.0, 9184.0, 9193.0, 9197.0, 9214.0, 9188.0, 9203.0, 9206.0, 9198.0, 9213.0, 9167.0, 9205.0, 9250.0, 9218.0, 9220.0, 9204.0, 9210.0, 9235.0, 9225.0, 9233.0, 9203.0, 9219.0, 9183.0, 9204.0, 9250.0, 9200.0, 9211.0, 9178.0, 9182.0, 9203.0, 9179.0, 9222.0, 9195.0, 9193.0, 9173.0, 9176.0, 9198.0, 9174.0, 9191.0, 9197.0, 9172.0, 9191.0, 9178.0, 9179.0, 9171.0, 9175.0, 9185.0, 9176.0, 9203.0, 9198.0, 9201.0, 9211.0, 9197.0, 9200.0, 9213.0, 9206.0, 9214.0, 9178.0, 9181.0, 9188.0, 9178.0, 9207.0, 9202.0, 9186.0, 9183.0, 9178.0, 9190.0, 9222.0, 9206.0, 9199.0, 9233.0, 9248.0, 9227.0, 9241.0, 9254.0, 9217.0, 9229.0, 9200.0, 9202.0, 9192.0, 9197.0, 9207.0, 9195.0, 9207.0, 9182.0, 9197.0, 9210.0, 9193.0, 9191.0, 9196.0, 9204.0, 9198.0, 9219.0, 9206.0, 9205.0, 9185.0, 9220.0, 9224.0, 9201.0, 9218.0, 9230.0, 9181.0, 9196.0, 9202.0, 9172.0, 9175.0, 9143.0, 9175.0, 9170.0, 9174.0, 9194.0, 9201.0, 9194.0, 9215.0, 9165.0, 9196.0, 9209.0, 9176.0, 9179.0, 9207.0, 9176.0, 9181.0, 9160.0, 9181.0, 9192.0, 9178.0, 9205.0, 9177.0, 9205.0, 9196.0, 9218.0, 9223.0, 9198.0, 9218.0, 9233.0, 9206.0, 9230.0, 9177.0, 9221.0, 9252.0, 9222.0, 9206.0, 9230.0, 9181.0, 9183.0, 9207.0, 9180.0, 9204.0, 9158.0, 9200.0, 9142.0, 9204.0, 9229.0, 9205.0, 9224.0, 9194.0, 9223.0, 9230.0, 9208.0, 9240.0, 9205.0, 9225.0, 9219.0, 9230.0, 9256.0, 9201.0, 9203.0, 9230.0, 9196.0, 9198.0, 9197.0, 9202.0, 9206.0, 9181.0, 9181.0, 9177.0, 9198.0, 9209.0, 9203.0, 9216.0, 9177.0, 9184.0, 9210.0, 9177.0, 9176.0, 9201.0, 9169.0, 9172.0, 9153.0, 9156.0, 9167.0, 9173.0, 9171.0, 9177.0, 9180.0, 9182.0, 9192.0, 9210.0, 9222.0, 9192.0, 9207.0, 9235.0, 9168.0, 9225.0, 9233.0, 9197.0, 9181.0, 9178.0, 9197.0, 9211.0, 9175.0, 9203.0, 9206.0, 9177.0, 9182.0, 9187.0, 9175.0, 9199.0, 9142.0, 9187.0, 9195.0, 9184.0, 9201.0, 9166.0, 9208.0, 9238.0, 9194.0, 9192.0, 9181.0, 9238.0, 9256.0, 9193.0, 9210.0, 9233.0, 9207.0, 9219.0, 9188.0, 9209.0, 9249.0, 9201.0, 9202.0, 9165.0, 9181.0, 9221.0, 9179.0, 9193.0, 9165.0, 9204.0, 9226.0, 9177.0, 9179.0, 9144.0, 9177.0, 9204.0, 9178.0, 9175.0, 9143.0, 9175.0, 9199.0, 9157.0, 9161.0, 9169.0, 9172.0, 9190.0, 9158.0, 9160.0, 9157.0, 9175.0, 9175.0, 9179.0, 9190.0, 9183.0, 9197.0, 9153.0, 9204.0, 9212.0, 9199.0, 9242.0, 9201.0, 9195.0, 9195.0, 9175.0, 9178.0, 9203.0, 9181.0, 9184.0, 9144.0, 9174.0, 9172.0, 9160.0, 9186.0, 9176.0, 9201.0, 9197.0, 9202.0, 9212.0, 9192.0, 9232.0, 9189.0, 9210.0, 9234.0, 9205.0, 9233.0, 9176.0, 9225.0, 9191.0, 9206.0, 9230.0, 9206.0, 9219.0, 9186.0, 9204.0, 9230.0, 9185.0, 9199.0, 9190.0, 9199.0, 9186.0, 9208.0, 9176.0, 9204.0, 9236.0, 9190.0, 9187.0, 9155.0, 9186.0, 9211.0, 9185.0, 9213.0, 9168.0, 9184.0, 9208.0, 9182.0, 9198.0, 9166.0, 9183.0, 9182.0, 9203.0, 9212.0, 9203.0, 9211.0, 9210.0, 9220.0, 9223.0, 9204.0, 9207.0, 9221.0, 9187.0, 9229.0, 9253.0, 9189.0, 9200.0, 9167.0, 9197.0, 9224.0, 9205.0, 9198.0, 9133.0, 9197.0, 9148.0, 9182.0, 9196.0, 9190.0, 9192.0, 9172.0, 9208.0, 9205.0, 9209.0, 9239.0, 9184.0, 9227.0, 9218.0, 9209.0, 9219.0, 9188.0, 9193.0, 9262.0, 9210.0, 9217.0, 9188.0, 9191.0, 9171.0, 9207.0, 9239.0, 9209.0, 9220.0, 9188.0, 9219.0, 9244.0, 9182.0, 9210.0, 9201.0, 9177.0, 9195.0, 9141.0, 9155.0, 9183.0, 9149.0, 9158.0, 9175.0, 9152.0, 9159.0, 9138.0, 9174.0, 9173.0, 9175.0, 9162.0, 9149.0, 9180.0, 9155.0, 9204.0, 9175.0, 9227.0, 9251.0, 9236.0, 9241.0, 9226.0, 9222.0, 9208.0, 9242.0, 9260.0, 9205.0, 9196.0, 9182.0, 9182.0, 9135.0, 9203.0, 9230.0, 9186.0, 9185.0, 9222.0, 9179.0, 9178.0, 9158.0, 9183.0, 9198.0, 9153.0, 9183.0, 9137.0, 9186.0, 9211.0, 9195.0, 9208.0, 9174.0, 9207.0, 9203.0, 9205.0, 9219.0, 9176.0, 9214.0, 9235.0, 9202.0, 9203.0, 9203.0, 9223.0, 9172.0, 9209.0, 9247.0, 9183.0, 9185.0, 9181.0, 9187.0, 9226.0, 9195.0, 9200.0, 9152.0, 9181.0, 9190.0, 9159.0, 9182.0, 9205.0, 9177.0, 9178.0, 9148.0, 9184.0, 9181.0, 9183.0, 9199.0, 9193.0, 9207.0, 9168.0, 9185.0, 9213.0, 9151.0, 9181.0, 9209.0, 9166.0, 9164.0, 9172.0, 9173.0, 9185.0, 9159.0, 9157.0, 9159.0, 9150.0, 9166.0, 9168.0, 9210.0, 9196.0, 9210.0, 9189.0, 9208.0, 9220.0, 9230.0, 9225.0, 9256.0, 9202.0, 9197.0, 9165.0, 9187.0, 9227.0, 9178.0, 9178.0, 9113.0, 9175.0, 9200.0, 9163.0, 9179.0, 9203.0, 9175.0, 9155.0, 9146.0, 9164.0, 9148.0, 9194.0, 9199.0, 9187.0, 9200.0, 9188.0, 9214.0, 9224.0, 9207.0, 9216.0, 9187.0, 9206.0, 9155.0, 9188.0, 9235.0, 9190.0, 9200.0, 9148.0, 9179.0, 9221.0, 9176.0, 9193.0, 9147.0, 9182.0, 9209.0, 9181.0, 9175.0, 9180.0, 9165.0, 9138.0, 9185.0, 9193.0, 9184.0, 9205.0, 9212.0, 9208.0, 9205.0, 9204.0, 9188.0, 9208.0, 9202.0, 9206.0, 9220.0, 9183.0, 9185.0, 9225.0, 9181.0, 9206.0, 9179.0, 9179.0, 9177.0, 9163.0, 9182.0, 9202.0, 9173.0, 9154.0, 9199.0, 9139.0, 9200.0, 9211.0, 9185.0, 9200.0, 9151.0, 9181.0, 9194.0, 9181.0, 9181.0, 9149.0, 9186.0, 9210.0, 9184.0, 9184.0, 9184.0, 9198.0, 9167.0, 9204.0, 9212.0, 9202.0, 9200.0, 9187.0, 9204.0, 9175.0, 9206.0, 9203.0, 9202.0, 9196.0, 9185.0, 9200.0, 9206.0, 9185.0, 9224.0, 9161.0, 9173.0, 9128.0, 9175.0, 9189.0, 9177.0, 9161.0, 9176.0, 9182.0, 9148.0, 9201.0, 9192.0, 9194.0, 9180.0, 9179.0, 9179.0, 9189.0, 9178.0, 9177.0, 9176.0, 9178.0, 9148.0, 9198.0, 9151.0, 9170.0, 9170.0, 9176.0, 9191.0, 9193.0, 9216.0, 9232.0, 9185.0, 9226.0, 9237.0, 9224.0, 9230.0, 9191.0, 9203.0, 9208.0, 9198.0, 9185.0, 9157.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.0010026467203682395</td></tr>
<tr><td colspan=3>aqi</td><td>0.03032854787111623</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.882079317914695</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.227555942188941</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9608724711866365</td></tr>
<tr><td colspan=3>efc</td><td>0.4579</td></tr>
<tr><td colspan=3>fber</td><td>7054.7129</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07528373359780278</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.11507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5613372582501666</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4223395786105604</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8041203876900145</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4575518084499253</td></tr>
<tr><td colspan=3>gcor</td><td>0.00966149</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010374183766543865</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02686138264834881</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.899486661689586</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>24.5706</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.9137</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.0525</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304181.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>711.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>295.7569</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2596</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.0622</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3354.8112</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3582.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>72363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.5761</td></tr>
<tr><td colspan=3>tsnr</td><td>37.61238539067563</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>