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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0116_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0116_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0116_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-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0116/ses-03/func/sub-0116_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>42d38efd6c60cd5408115cedadda5677</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>14:48:51.802500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997774, -0.0662148, 0.00797191, 0.0645231, 0.988632, 0.135805]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0883897</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4236, -7913, -7204, 544, -175, -258, 315, 149]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34e95194-038d-44ab-85f2-0e4475dee718||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6769535541534424, 0.17311081290245056, 0.04555869475007057, 102.24628448486328], [0.17764946818351746, 2.652428150177002, 0.3644682466983795, -118.98263549804688], [0.021388059481978416, -0.36435481905937195, 2.6748995780944824, -45.51960372924805], [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': ['144851.802500', '144852.262500', '144852.722500', '144853.182500', '144853.642500', '144854.102500', '144854.562500', '144855.022500', '144855.482500', '144855.942500', '144856.402500', '144856.862500', '144857.322500', '144857.782500', '144858.242500', '144858.702500', '144859.162500', '144859.622500', '144900.082500', '144900.542500', '144901.002500', '144901.462500', '144901.922500', '144902.382500', '144902.842500', '144903.302500', '144903.762500', '144904.222500', '144904.682500', '144905.142500', '144905.602500', '144906.062500', '144906.522500', '144906.982500', '144907.442500', '144907.902500', '144908.362500', '144908.822500', '144909.282500', '144909.742500', '144910.202500', '144910.662500', '144911.122500', '144911.582500', '144912.042500', '144912.502500', '144912.962500', '144913.422500', '144913.882500', '144914.342500', '144914.802500', '144915.262500', '144915.722500', '144916.182500', '144916.642500', '144917.102500', '144917.562500', '144918.022500', '144918.482500', '144918.942500', '144919.402500', '144919.862500', '144920.322500', '144920.782500', '144921.242500', '144921.702500', '144922.162500', '144922.622500', '144923.082500', '144923.542500', '144924.002500', '144924.462500', '144924.922500', '144925.382500', '144925.842500', '144926.302500', '144926.762500', '144927.222500', '144927.682500', '144928.142500', '144928.602500', '144929.062500', '144929.522500', '144929.982500', '144930.442500', '144930.902500', '144931.362500', '144931.822500', '144932.282500', '144932.742500', '144933.202500', '144933.662500', '144934.122500', '144934.582500', '144935.042500', '144935.502500', '144935.962500', '144936.422500', '144936.882500', '144937.342500', '144937.802500', '144938.262500', '144938.722500', '144939.182500', '144939.642500', '144940.102500', '144940.562500', '144941.022500', '144941.482500', '144941.942500', '144942.402500', '144942.862500', '144943.322500', '144943.782500', '144944.242500', '144944.702500', '144945.162500', '144945.622500', '144946.082500', '144946.542500', '144947.002500', '144947.462500', '144947.922500', '144948.382500', '144948.842500', '144949.302500', '144949.762500', '144950.222500', '144950.682500', '144951.142500', '144951.602500', '144952.062500', '144952.522500', '144952.982500', '144953.442500', '144953.902500', '144954.362500', '144954.822500', '144955.282500', '144955.742500', '144956.202500', '144956.662500', '144957.122500', '144957.582500', '144958.042500', '144958.502500', '144958.962500', '144959.422500', '144959.882500', '145000.342500', '145000.802500', '145001.262500', '145001.722500', '145002.182500', '145002.642500', '145003.102500', '145003.562500', '145004.022500', '145004.482500', '145004.942500', '145005.402500', '145005.862500', '145006.322500', '145006.782500', '145007.242500', '145007.702500', '145008.162500', '145008.622500', '145009.082500', '145009.542500', '145010.002500', '145010.462500', '145010.922500', '145011.382500', '145011.842500', '145012.302500', '145012.762500', '145013.222500', '145013.682500', '145014.142500', '145014.602500', '145015.062500', '145015.522500', '145015.982500', '145016.442500', '145016.902500', '145017.362500', '145017.822500', '145018.282500', '145018.742500', '145019.202500', '145019.662500', '145020.122500', '145020.582500', '145021.042500', '145021.502500', '145021.962500', '145022.422500', '145022.882500', '145023.342500', '145023.802500', '145024.262500', '145024.722500', '145025.182500', '145025.642500', '145026.102500', '145026.562500', '145027.022500', '145027.482500', '145027.942500', '145028.402500', '145028.862500', '145029.322500', '145029.782500', '145030.242500', '145030.702500', '145031.162500', '145031.622500', '145032.082500', '145032.542500', '145033.002500', '145033.462500', '145033.922500', '145034.382500', '145034.842500', '145035.302500', '145035.762500', '145036.222500', '145036.682500', '145037.142500', '145037.602500', '145038.062500', '145038.522500', '145038.982500', '145039.442500', '145039.902500', '145040.362500', '145040.822500', '145041.282500', '145041.742500', '145042.202500', '145042.662500', '145043.122500', '145043.582500', '145044.042500', '145044.502500', '145044.962500', '145045.422500', '145045.882500', '145046.342500', '145046.802500', '145047.262500', '145047.722500', '145048.182500', '145048.642500', '145049.102500', '145049.562500', '145050.022500', '145050.482500', '145050.942500', '145051.402500', '145051.862500', '145052.322500', '145052.782500', '145053.242500', '145053.702500', '145054.162500', '145054.622500', '145055.082500', '145055.542500', '145056.002500', '145056.462500', '145056.922500', '145057.382500', '145057.842500', '145058.302500', '145058.762500', '145059.222500', '145059.682500', '145100.142500', '145100.602500', '145101.062500', '145101.522500', '145101.982500', '145102.442500', '145102.902500', '145103.362500', '145103.822500', '145104.282500', '145104.742500', '145105.202500', '145105.662500', '145106.122500', '145106.582500', '145107.042500', '145107.502500', '145107.962500', '145108.422500', '145108.882500', '145109.342500', '145109.802500', '145110.262500', '145110.722500', '145111.182500', '145111.642500', '145112.102500', '145112.562500', '145113.022500', '145113.482500', '145113.942500', '145114.402500', '145114.862500', '145115.322500', '145115.782500', '145116.242500', '145116.702500', '145117.162500', '145117.622500', '145118.082500', '145118.542500', '145119.002500', '145119.462500', '145119.922500', '145120.382500', '145120.842500', '145121.302500', '145121.762500', '145122.222500', '145122.682500', '145123.142500', '145123.602500', '145124.062500', '145124.522500', '145124.982500', '145125.442500', '145125.902500', '145126.362500', '145126.822500', '145127.282500', '145127.742500', '145128.202500', '145128.662500', '145129.122500', '145129.582500', '145130.042500', '145130.502500', '145130.962500', '145131.422500', '145131.882500', '145132.342500', '145132.802500', '145133.262500', '145133.722500', '145134.182500', '145134.642500', '145135.102500', '145135.562500', '145136.022500', '145136.482500', '145136.942500', '145137.402500', '145137.862500', '145138.322500', '145138.782500', '145139.242500', '145139.702500', '145140.162500', '145140.622500', '145141.082500', '145141.542500', '145142.002500', '145142.462500', '145142.922500', '145143.382500', '145143.842500', '145144.302500', '145144.762500', '145145.222500', '145145.682500', '145146.142500', '145146.602500', '145147.062500', '145147.522500', '145147.982500', '145148.442500', '145148.902500', '145149.362500', '145149.822500', '145150.282500', '145150.742500', '145151.202500', '145151.662500', '145152.122500', '145152.582500', '145153.042500', '145153.502500', '145153.962500', '145154.422500', '145154.882500', '145155.342500', '145155.802500', '145156.262500', '145156.722500', '145157.182500', '145157.642500', '145158.102500', '145158.562500', '145159.022500', '145159.482500', '145159.942500', '145200.402500', '145200.862500', '145201.322500', '145201.782500', '145202.242500', '145202.702500', '145203.162500', '145203.622500', '145204.082500', '145204.542500', '145205.002500', '145205.462500', '145205.922500', '145206.382500', '145206.842500', '145207.302500', '145207.762500', '145208.222500', '145208.682500', '145209.142500', '145209.602500', '145210.062500', '145210.522500', '145210.982500', '145211.442500', '145211.902500', '145212.362500', '145212.822500', '145213.282500', '145213.742500', '145214.202500', '145214.662500', '145215.122500', '145215.582500', '145216.042500', '145216.502500', '145216.962500', '145217.422500', '145217.882500', '145218.342500', '145218.802500', '145219.262500', '145219.722500', '145220.182500', '145220.642500', '145221.102500', '145221.562500', '145222.022500', '145222.482500', '145222.942500', '145223.402500', '145223.862500', '145224.322500', '145224.782500', '145225.242500', '145225.702500', '145226.162500', '145226.622500', '145227.082500', '145227.542500', '145228.002500', '145228.462500', '145228.922500', '145229.382500', '145229.842500', '145230.302500', '145230.762500', '145231.222500', '145231.682500', '145232.142500', '145232.602500', '145233.062500', '145233.522500', '145233.982500', '145234.442500', '145234.902500', '145235.362500', '145235.822500', '145236.282500', '145236.742500', '145237.202500', '145237.662500', '145238.122500', '145238.582500', '145239.042500', '145239.502500', '145239.962500', '145240.422500', '145240.882500', '145241.342500', '145241.802500', '145242.262500', '145242.722500', '145243.182500', '145243.642500', '145244.102500', '145244.562500', '145245.022500', '145245.482500', '145245.942500', '145246.402500', '145246.862500', '145247.322500', '145247.782500', '145248.242500', '145248.702500', '145249.162500', '145249.622500', '145250.082500', '145250.542500', '145251.002500', '145251.462500', '145251.922500', '145252.382500', '145252.842500', '145253.302500', '145253.762500', '145254.222500', '145254.682500', '145255.142500', '145255.602500', '145256.062500', '145256.522500', '145256.982500', '145257.442500', '145257.902500', '145258.362500', '145258.822500', '145259.282500', '145259.742500', '145300.202500', '145300.662500', '145301.122500', '145301.582500', '145302.042500', '145302.502500', '145302.962500', '145303.422500', '145303.882500', '145304.342500', '145304.802500', '145305.262500', '145305.722500', '145306.182500', '145306.642500', '145307.102500', '145307.562500', '145308.022500', '145308.482500', '145308.942500', '145309.402500', '145309.862500', '145310.322500', '145310.782500', '145311.242500', '145311.702500', '145312.162500', '145312.622500', '145313.082500', '145313.542500', '145314.002500', '145314.462500', '145314.922500', '145315.382500', '145315.842500', '145316.302500', '145316.762500', '145317.222500', '145317.682500', '145318.142500', '145318.602500', '145319.062500', '145319.522500', '145319.982500', '145320.442500', '145320.902500', '145321.362500', '145321.822500', '145322.282500', '145322.742500', '145323.202500', '145323.662500', '145324.122500', '145324.582500', '145325.042500', '145325.502500', '145325.962500', '145326.422500', '145326.882500', '145327.342500', '145327.802500', '145328.262500', '145328.722500', '145329.182500', '145329.642500', '145330.102500', '145330.562500', '145331.022500', '145331.482500', '145331.942500', '145332.402500', '145332.862500', '145333.322500', '145333.782500', '145334.242500', '145334.702500', '145335.162500', '145335.622500', '145336.082500', '145336.542500', '145337.002500', '145337.462500', '145337.922500', '145338.382500', '145338.842500', '145339.302500', '145339.762500', '145340.222500', '145340.682500', '145341.142500', '145341.602500', '145342.062500', '145342.522500', '145342.982500', '145343.442500', '145343.902500', '145344.362500', '145344.822500', '145345.282500', '145345.742500', '145346.202500', '145346.662500', '145347.122500', '145347.582500', '145348.042500', '145348.502500', '145348.962500', '145349.422500', '145349.882500', '145350.342500', '145350.802500', '145351.262500', '145351.722500', '145352.182500', '145352.642500', '145353.102500', '145353.562500', '145354.022500', '145354.482500', '145354.942500', '145355.402500', '145355.862500', '145356.322500', '145356.782500', '145357.242500', '145357.702500', '145358.162500', '145358.622500', '145359.082500', '145359.542500', '145400.002500', '145400.462500', '145400.922500', '145401.382500', '145401.842500', '145402.302500', '145402.762500', '145403.222500', '145403.682500', '145404.142500', '145404.602500', '145405.062500', '145405.522500', '145405.982500', '145406.442500', '145406.902500', '145407.362500', '145407.822500', '145408.282500', '145408.742500', '145409.202500', '145409.662500', '145410.122500', '145410.582500', '145411.042500', '145411.502500', '145411.962500', '145412.422500', '145412.882500', '145413.342500', '145413.802500', '145414.262500', '145414.722500', '145415.182500', '145415.642500', '145416.102500', '145416.562500', '145417.022500', '145417.482500', '145417.942500', '145418.402500', '145418.862500', '145419.322500', '145419.782500', '145420.242500', '145420.702500', '145421.162500', '145421.622500', '145422.082500', '145422.542500', '145423.002500', '145423.462500', '145423.922500', '145424.382500', '145424.842500', '145425.302500', '145425.762500', '145426.222500', '145426.682500', '145427.142500', '145427.602500', '145428.062500', '145428.522500', '145428.982500', '145429.442500', '145429.902500', '145430.362500', '145430.822500', '145431.282500', '145431.742500', '145432.202500', '145432.662500', '145433.122500', '145433.582500', '145434.042500', '145434.502500', '145434.962500', '145435.422500', '145435.882500', '145436.342500', '145436.802500', '145437.262500', '145437.722500', '145438.182500', '145438.642500', '145439.102500', '145439.562500', '145440.022500', '145440.482500', '145440.942500', '145441.402500', '145441.862500', '145442.322500', '145442.782500', '145443.242500', '145443.702500', '145444.162500', '145444.622500', '145445.082500', '145445.542500', '145446.002500', '145446.462500', '145446.922500', '145447.382500', '145447.842500', '145448.302500', '145448.762500', '145449.222500', '145449.682500', '145450.142500', '145450.602500', '145451.062500', '145451.522500', '145451.982500', '145452.442500', '145452.902500', '145453.362500', '145453.822500', '145454.282500', '145454.742500', '145455.202500', '145455.662500', '145456.122500', '145456.582500', '145457.042500', '145457.502500', '145457.962500', '145458.422500', '145458.882500', '145459.342500', '145459.802500', '145500.262500', '145500.722500', '145501.182500', '145501.642500', '145502.102500', '145502.562500', '145503.022500', '145503.482500', '145503.942500', '145504.402500', '145504.862500', '145505.322500', '145505.782500', '145506.242500', '145506.702500', '145507.162500', '145507.622500', '145508.082500', '145508.542500', '145509.002500', '145509.462500', '145509.922500', '145510.382500', '145510.842500', '145511.302500', '145511.762500', '145512.222500', '145512.682500', '145513.142500', '145513.602500', '145514.062500', '145514.522500', '145514.982500', '145515.442500', '145515.902500', '145516.362500', '145516.822500', '145517.282500', '145517.742500', '145518.202500', '145518.662500', '145519.122500', '145519.582500', '145520.042500', '145520.502500', '145520.962500', '145521.422500', '145521.882500', '145522.342500', '145522.802500', '145523.262500', '145523.722500', '145524.182500', '145524.642500', '145525.102500', '145525.562500', '145526.022500', '145526.482500', '145526.942500', '145527.402500', '145527.862500', '145528.322500', '145528.782500', '145529.242500', '145529.702500', '145530.162500', '145530.622500', '145531.082500', '145531.542500', '145532.002500', '145532.462500'], 'ContentTime': ['144919.745000', '144919.748000', '144919.751000', '144919.753000', '144919.756000', '144919.758000', '144919.763000', '144919.766000', '144919.768000', '144919.771000', '144919.773000', '144919.776000', '144919.779000', '144919.781000', '144919.784000', '144919.786000', '144919.789000', '144919.791000', '144919.794000', '144919.797000', '144919.799000', '144919.802000', '144919.804000', '144919.807000', '144919.810000', '144919.812000', '144919.815000', '144919.817000', '144919.820000', '144919.822000', '144919.825000', '144919.828000', '144919.830000', '144919.833000', '144919.835000', '144919.838000', '144919.840000', '144919.843000', '144919.845000', '144919.848000', '144919.851000', '144919.853000', '144919.856000', '144919.859000', '144919.861000', '144919.864000', '144919.866000', '144919.869000', '144919.871000', '144919.874000', '144919.877000', '144919.879000', '144919.882000', '144919.884000', '144919.887000', '144919.889000', '144919.892000', '144919.894000', '144939.709000', '144939.712000', '144939.715000', '144939.717000', '144939.720000', '144939.722000', '144939.725000', '144939.759000', '144939.761000', '144939.764000', '144939.766000', '144939.769000', '144939.772000', '144939.774000', '144939.777000', '144939.779000', '144939.782000', '144939.785000', '144939.787000', '144939.790000', '144939.792000', '144939.795000', '144939.797000', '144939.800000', '144939.803000', '144939.805000', '144939.808000', '144939.811000', '144939.813000', '144939.816000', '144939.818000', '144939.821000', '144939.823000', '144939.826000', '144939.828000', '144939.831000', '144939.834000', '144939.836000', '144939.839000', '144939.841000', '144939.844000', '144939.847000', '144939.849000', '144959.710000', '144959.713000', '144959.716000', '144959.718000', '144959.721000', '144959.727000', '144959.729000', '144959.732000', '144959.734000', '144959.737000', '144959.740000', '144959.742000', '144959.745000', '144959.747000', '144959.750000', '144959.752000', '144959.755000', '144959.758000', '144959.760000', '144959.763000', '144959.765000', '144959.768000', '144959.770000', '144959.773000', '144959.776000', '144959.778000', '144959.781000', '144959.783000', '144959.786000', '144959.788000', '144959.791000', '144959.794000', '144959.796000', '144959.799000', '144959.802000', '144959.804000', '144959.807000', '144959.809000', '144959.812000', '144959.814000', '144959.817000', '144959.820000', '144959.822000', '144959.825000', '145019.711000', '145019.714000', '145019.716000', '145019.719000', '145019.721000', '145019.724000', '145019.726000', '145019.729000', '145019.732000', '145019.734000', '145019.737000', '145019.739000', '145019.742000', '145019.745000', '145019.747000', '145019.750000', '145019.752000', '145019.755000', '145019.758000', '145019.760000', '145019.763000', '145019.765000', '145019.768000', '145019.771000', '145019.773000', '145019.776000', '145019.778000', '145019.781000', '145019.784000', '145019.786000', '145019.789000', '145019.791000', '145019.794000', '145019.796000', '145019.799000', '145019.802000', '145019.804000', '145019.807000', '145019.823000', '145019.825000', '145019.828000', '145019.831000', '145019.833000', '145039.710000', '145039.712000', '145039.715000', '145039.717000', '145039.720000', '145039.723000', '145039.726000', '145039.729000', '145039.732000', '145039.734000', '145039.737000', '145039.739000', '145039.742000', '145039.745000', '145039.747000', '145039.750000', '145039.752000', '145039.755000', '145039.757000', '145039.760000', '145039.763000', '145039.765000', '145039.768000', '145039.770000', '145039.773000', '145039.775000', '145039.778000', '145039.781000', '145039.783000', '145039.786000', '145039.789000', '145039.791000', '145039.794000', '145039.796000', '145039.799000', '145039.802000', '145039.804000', '145039.807000', '145039.809000', '145039.812000', '145039.815000', '145039.817000', '145039.820000', '145039.822000', '145059.709000', '145059.712000', '145059.715000', '145059.717000', '145059.720000', '145059.723000', '145059.725000', '145059.728000', '145059.731000', '145059.733000', '145059.736000', '145059.738000', '145059.741000', '145059.743000', '145059.746000', '145059.749000', '145059.751000', '145059.754000', '145059.756000', '145059.759000', '145059.762000', '145059.764000', '145059.767000', '145059.769000', '145059.772000', '145059.775000', '145059.777000', '145059.780000', '145059.783000', '145059.785000', '145059.788000', '145059.790000', '145059.793000', '145059.795000', '145059.798000', '145059.801000', '145059.803000', '145059.806000', '145059.809000', '145059.811000', '145059.814000', '145059.816000', '145059.819000', '145119.709000', '145119.712000', '145119.715000', '145119.717000', '145119.720000', '145119.722000', '145119.725000', '145119.728000', '145119.730000', '145119.733000', '145119.736000', '145119.738000', '145119.741000', '145119.743000', '145119.746000', '145119.748000', '145119.751000', '145119.754000', '145119.756000', '145119.759000', '145119.761000', '145119.764000', '145119.767000', '145119.769000', '145119.772000', '145119.774000', '145119.777000', '145119.779000', '145119.782000', '145119.785000', '145119.787000', '145119.790000', '145119.792000', '145119.795000', '145119.798000', '145119.800000', '145119.803000', '145119.805000', '145119.808000', '145119.811000', '145119.813000', '145119.816000', '145119.818000', '145119.821000', '145139.710000', '145139.712000', '145139.715000', '145139.718000', '145139.720000', '145139.723000', '145139.725000', '145139.728000', '145139.730000', '145139.733000', '145139.736000', '145139.738000', '145139.741000', '145139.743000', '145139.746000', '145139.748000', '145139.751000', '145139.754000', '145139.756000', '145139.759000', '145139.761000', '145139.764000', '145139.767000', '145139.769000', '145139.772000', '145139.774000', '145139.777000', '145139.779000', '145139.782000', '145139.785000', '145139.787000', '145139.790000', '145139.792000', '145139.795000', '145139.797000', '145139.800000', '145139.803000', '145139.805000', '145139.808000', '145139.810000', '145139.813000', '145139.816000', '145139.818000', '145159.709000', '145159.712000', '145159.715000', '145159.717000', '145159.721000', '145159.724000', '145159.727000', '145159.729000', '145159.732000', '145159.735000', '145159.737000', '145159.740000', '145159.742000', '145159.745000', '145159.748000', '145159.750000', '145159.753000', '145159.755000', '145159.758000', '145159.761000', '145159.777000', '145159.780000', '145159.782000', '145159.785000', '145159.787000', '145159.790000', '145159.793000', '145159.795000', '145159.798000', '145159.800000', '145159.803000', '145159.806000', '145159.808000', '145159.811000', '145159.814000', '145159.817000', '145159.819000', '145159.822000', '145159.824000', '145159.827000', '145159.830000', '145159.832000', '145159.835000', '145219.710000', '145219.713000', '145219.716000', '145219.718000', '145219.721000', '145219.724000', '145219.726000', '145219.729000', '145219.732000', '145219.734000', '145219.737000', '145219.739000', '145219.742000', '145219.744000', '145219.747000', '145219.750000', '145219.752000', '145219.755000', '145219.757000', '145219.760000', '145219.763000', '145219.765000', '145219.768000', '145219.770000', '145219.773000', '145219.775000', '145219.778000', '145219.780000', '145219.783000', '145219.786000', '145219.788000', '145219.791000', '145219.793000', '145219.796000', '145219.799000', '145219.801000', '145219.804000', '145219.806000', '145219.809000', '145219.812000', '145219.814000', '145219.817000', '145219.819000', '145219.822000', '145239.711000', '145239.713000', '145239.716000', '145239.718000', '145239.721000', '145239.724000', '145239.726000', '145239.729000', '145239.731000', '145239.735000', '145239.738000', '145239.740000', '145239.743000', '145239.746000', '145239.748000', '145239.751000', '145239.753000', '145239.756000', '145239.759000', '145239.761000', '145239.764000', '145239.766000', '145239.769000', '145239.771000', '145239.774000', '145239.777000', '145239.779000', '145239.782000', '145239.784000', '145239.787000', '145239.790000', '145239.792000', '145239.795000', '145239.797000', '145239.800000', '145239.803000', '145239.805000', '145239.808000', '145239.810000', '145239.813000', '145239.816000', '145239.818000', '145239.821000', '145259.710000', '145259.712000', '145259.715000', '145259.718000', '145259.720000', '145259.723000', '145259.725000', '145259.728000', '145259.731000', '145259.733000', '145259.736000', '145259.738000', '145259.741000', '145259.744000', '145259.746000', '145259.749000', '145259.751000', '145259.754000', '145259.757000', '145259.759000', '145259.762000', '145259.764000', '145259.767000', '145259.769000', '145259.772000', '145259.775000', '145259.777000', '145259.780000', '145259.783000', '145259.785000', '145259.788000', '145259.790000', '145259.793000', '145259.796000', '145259.798000', '145259.801000', '145259.803000', '145259.806000', '145259.808000', '145259.811000', '145259.814000', '145259.816000', '145259.819000', '145259.822000', '145319.710000', '145319.712000', '145319.715000', '145319.718000', '145319.720000', '145319.723000', '145319.725000', '145319.728000', '145319.730000', '145319.733000', '145319.735000', '145319.738000', '145319.741000', '145319.743000', '145319.746000', '145319.748000', '145319.752000', '145319.755000', '145319.758000', '145319.761000', '145319.763000', '145319.766000', '145319.768000', '145319.771000', '145319.774000', '145319.776000', '145319.779000', '145319.781000', '145319.784000', '145319.787000', '145319.789000', '145319.792000', '145319.794000', '145319.797000', '145319.800000', '145319.802000', '145319.805000', '145319.808000', '145319.811000', '145319.813000', '145319.816000', '145319.818000', '145319.821000', '145339.710000', '145339.713000', '145339.723000', '145339.726000', '145339.729000', '145339.731000', '145339.734000', '145339.737000', '145339.739000', '145339.742000', '145339.744000', '145339.747000', '145339.749000', '145339.752000', '145339.755000', '145339.757000', '145339.760000', '145339.763000', '145339.765000', '145339.768000', '145339.770000', '145339.773000', '145339.776000', '145339.778000', '145339.781000', '145339.783000', '145339.786000', '145339.788000', '145339.791000', '145339.794000', '145339.796000', '145339.799000', '145339.802000', '145339.804000', '145339.807000', '145339.809000', '145339.812000', '145339.815000', '145339.817000', '145339.820000', '145339.822000', '145339.825000', '145339.827000', '145339.830000', '145359.709000', '145359.712000', '145359.715000', '145359.717000', '145359.720000', '145359.723000', '145359.725000', '145359.728000', '145359.730000', '145359.733000', '145359.736000', '145359.738000', '145359.741000', '145359.743000', '145359.746000', '145359.749000', '145359.751000', '145359.754000', '145359.757000', '145359.760000', '145359.763000', '145359.766000', '145359.769000', '145359.772000', '145359.775000', '145359.778000', '145359.781000', '145359.783000', '145359.786000', '145359.789000', '145359.792000', '145359.795000', '145359.798000', '145359.801000', '145359.804000', '145359.807000', '145359.810000', '145359.813000', '145359.816000', '145359.819000', '145359.822000', '145359.825000', '145359.828000', '145419.710000', '145419.712000', '145419.715000', '145419.718000', '145419.720000', '145419.723000', '145419.725000', '145419.728000', '145419.731000', '145419.733000', '145419.736000', '145419.738000', '145419.741000', '145419.744000', '145419.746000', '145419.749000', '145419.751000', '145419.754000', '145419.756000', '145419.759000', '145419.762000', '145419.764000', '145419.767000', '145419.769000', '145419.772000', '145419.774000', '145419.777000', '145419.780000', '145419.782000', '145419.785000', '145419.787000', '145419.790000', '145419.792000', '145419.795000', '145419.798000', '145419.800000', '145419.803000', '145419.806000', '145419.808000', '145419.811000', '145419.813000', '145419.816000', '145419.819000', '145419.821000', '145439.711000', '145439.714000', '145439.716000', '145439.719000', '145439.721000', '145439.724000', '145439.726000', '145439.729000', '145439.732000', '145439.734000', '145439.737000', '145439.739000', '145439.742000', '145439.745000', '145439.747000', '145439.750000', '145439.753000', '145439.755000', '145439.758000', '145439.760000', '145439.763000', '145439.766000', '145439.768000', '145439.771000', '145439.773000', '145439.776000', '145439.778000', '145439.781000', '145439.784000', '145439.786000', '145439.789000', '145439.792000', '145439.795000', '145439.798000', '145439.801000', '145439.803000', '145439.806000', '145439.808000', '145439.811000', '145439.814000', '145439.816000', '145439.819000', '145439.821000', '145459.711000', '145459.714000', '145459.716000', '145459.719000', '145459.721000', '145459.724000', '145459.727000', '145459.729000', '145459.732000', '145459.734000', '145459.737000', '145459.740000', '145459.742000', '145459.753000', '145459.755000', '145459.758000', '145459.760000', '145459.763000', '145459.766000', '145459.768000', '145459.771000', '145459.773000', '145459.776000', '145459.779000', '145459.781000', '145459.784000', '145459.786000', '145459.789000', '145459.792000', '145459.794000', '145459.797000', '145459.800000', '145459.802000', '145459.805000', '145459.808000', '145459.810000', '145459.813000', '145459.816000', '145459.818000', '145459.821000', '145459.823000', '145459.826000', '145459.829000', '145459.831000', '145519.709000', '145519.712000', '145519.715000', '145519.717000', '145519.720000', '145519.723000', '145519.725000', '145519.728000', '145519.730000', '145519.733000', '145519.736000', '145519.738000', '145519.741000', '145519.743000', '145519.746000', '145519.748000', '145519.751000', '145519.754000', '145519.756000', '145519.759000', '145519.761000', '145519.764000', '145519.767000', '145519.769000', '145519.772000', '145519.775000', '145519.777000', '145519.780000', '145519.782000', '145519.785000', '145519.787000', '145519.790000', '145519.792000', '145519.795000', '145519.798000', '145519.800000', '145519.803000', '145519.806000', '145519.809000', '145519.811000', '145519.814000', '145519.817000', '145519.819000', '145534.067000', '145534.070000', '145534.073000', '145534.075000', '145534.078000', '145534.081000', '145534.084000', '145534.087000', '145534.090000', '145534.093000', '145534.096000', '145534.099000', '145534.102000', '145534.104000', '145534.107000', '145534.110000', '145534.113000', '145534.116000', '145534.119000', '145534.121000', '145534.124000', '145534.127000', '145534.129000', '145534.132000', '145534.136000', '145534.138000', '145534.141000', '145534.144000', '145534.147000', '145534.149000', '145534.152000', '145534.155000'], 'InstanceCreationTime': ['144919.745000', '144919.748000', '144919.751000', '144919.753000', '144919.756000', '144919.758000', '144919.763000', '144919.766000', '144919.768000', '144919.771000', '144919.773000', '144919.776000', '144919.779000', '144919.781000', '144919.784000', '144919.786000', '144919.789000', '144919.791000', '144919.794000', '144919.797000', '144919.799000', '144919.802000', '144919.804000', '144919.807000', '144919.810000', '144919.812000', '144919.815000', '144919.817000', '144919.820000', '144919.822000', '144919.825000', '144919.828000', '144919.830000', '144919.833000', '144919.835000', '144919.838000', '144919.840000', '144919.843000', '144919.845000', '144919.848000', '144919.851000', '144919.853000', '144919.856000', '144919.859000', '144919.861000', '144919.864000', '144919.866000', '144919.869000', '144919.871000', '144919.874000', '144919.877000', '144919.879000', '144919.882000', '144919.884000', '144919.887000', '144919.889000', '144919.892000', '144919.894000', '144939.709000', '144939.712000', '144939.715000', '144939.717000', '144939.720000', '144939.722000', '144939.725000', '144939.759000', '144939.761000', '144939.764000', '144939.766000', '144939.769000', '144939.772000', '144939.774000', '144939.777000', '144939.779000', '144939.782000', '144939.785000', '144939.787000', '144939.790000', '144939.792000', '144939.795000', '144939.797000', '144939.800000', '144939.803000', '144939.805000', '144939.808000', '144939.811000', '144939.813000', '144939.816000', '144939.818000', '144939.821000', '144939.823000', '144939.826000', '144939.828000', '144939.831000', '144939.834000', '144939.836000', '144939.839000', '144939.841000', '144939.844000', '144939.847000', '144939.849000', '144959.710000', '144959.713000', '144959.716000', '144959.718000', '144959.721000', '144959.727000', '144959.729000', '144959.732000', '144959.734000', '144959.737000', '144959.740000', '144959.742000', '144959.745000', '144959.747000', '144959.750000', '144959.752000', '144959.755000', '144959.758000', '144959.760000', '144959.763000', '144959.765000', '144959.768000', '144959.770000', '144959.773000', '144959.776000', '144959.778000', '144959.781000', '144959.783000', '144959.786000', '144959.788000', '144959.791000', '144959.794000', '144959.796000', '144959.799000', '144959.802000', '144959.804000', '144959.807000', '144959.809000', '144959.812000', '144959.814000', '144959.817000', '144959.820000', '144959.822000', '144959.825000', '145019.711000', '145019.714000', '145019.716000', '145019.719000', '145019.721000', '145019.724000', '145019.726000', '145019.729000', '145019.732000', '145019.734000', '145019.737000', '145019.739000', '145019.742000', '145019.745000', '145019.747000', '145019.750000', '145019.752000', '145019.755000', '145019.758000', '145019.760000', '145019.763000', '145019.765000', '145019.768000', '145019.771000', '145019.773000', '145019.776000', '145019.778000', '145019.781000', '145019.784000', '145019.786000', '145019.789000', '145019.791000', '145019.794000', '145019.796000', '145019.799000', '145019.802000', '145019.804000', '145019.807000', '145019.823000', '145019.825000', '145019.828000', '145019.831000', '145019.833000', '145039.710000', '145039.712000', '145039.715000', '145039.717000', '145039.720000', '145039.723000', '145039.726000', '145039.729000', '145039.732000', '145039.734000', '145039.737000', '145039.739000', '145039.742000', '145039.745000', '145039.747000', '145039.750000', '145039.752000', '145039.755000', '145039.757000', '145039.760000', '145039.763000', '145039.765000', '145039.768000', '145039.770000', '145039.773000', '145039.775000', '145039.778000', '145039.781000', '145039.783000', '145039.786000', '145039.789000', '145039.791000', '145039.794000', '145039.796000', '145039.799000', '145039.802000', '145039.804000', '145039.807000', '145039.809000', '145039.812000', '145039.815000', '145039.817000', '145039.820000', '145039.822000', '145059.709000', '145059.712000', '145059.715000', '145059.717000', '145059.720000', '145059.723000', '145059.725000', '145059.728000', '145059.731000', '145059.733000', '145059.736000', '145059.738000', '145059.741000', '145059.743000', '145059.746000', '145059.749000', '145059.751000', '145059.754000', '145059.756000', '145059.759000', '145059.762000', '145059.764000', '145059.767000', '145059.769000', '145059.772000', '145059.775000', '145059.777000', '145059.780000', '145059.783000', '145059.785000', '145059.788000', '145059.790000', '145059.793000', '145059.795000', '145059.798000', '145059.801000', '145059.803000', '145059.806000', '145059.809000', '145059.811000', '145059.814000', '145059.816000', '145059.819000', '145119.709000', '145119.712000', '145119.715000', '145119.717000', '145119.720000', '145119.722000', '145119.725000', '145119.728000', '145119.730000', '145119.733000', '145119.736000', '145119.738000', '145119.741000', '145119.743000', '145119.746000', '145119.748000', '145119.751000', '145119.754000', '145119.756000', '145119.759000', '145119.761000', '145119.764000', '145119.767000', '145119.769000', '145119.772000', '145119.774000', '145119.777000', '145119.779000', '145119.782000', '145119.785000', '145119.787000', '145119.790000', '145119.792000', '145119.795000', '145119.798000', '145119.800000', '145119.803000', '145119.805000', '145119.808000', '145119.811000', '145119.813000', '145119.816000', '145119.818000', '145119.821000', '145139.710000', '145139.712000', '145139.715000', '145139.718000', '145139.720000', '145139.723000', '145139.725000', '145139.728000', '145139.730000', '145139.733000', '145139.736000', '145139.738000', '145139.741000', '145139.743000', '145139.746000', '145139.748000', '145139.751000', '145139.754000', '145139.756000', '145139.759000', '145139.761000', '145139.764000', '145139.767000', '145139.769000', '145139.772000', '145139.774000', '145139.777000', '145139.779000', '145139.782000', '145139.785000', '145139.787000', '145139.790000', '145139.792000', '145139.795000', '145139.797000', '145139.800000', '145139.803000', '145139.805000', '145139.808000', '145139.810000', '145139.813000', '145139.816000', '145139.818000', '145159.709000', '145159.712000', '145159.715000', '145159.717000', '145159.721000', '145159.724000', '145159.727000', '145159.729000', '145159.732000', '145159.735000', '145159.737000', '145159.740000', '145159.742000', '145159.745000', '145159.748000', '145159.750000', '145159.753000', '145159.755000', '145159.758000', '145159.761000', '145159.777000', '145159.780000', '145159.782000', '145159.785000', '145159.787000', '145159.790000', '145159.793000', '145159.795000', '145159.798000', '145159.800000', '145159.803000', '145159.806000', '145159.808000', '145159.811000', '145159.814000', '145159.817000', '145159.819000', '145159.822000', '145159.824000', '145159.827000', '145159.830000', '145159.832000', '145159.835000', '145219.710000', '145219.713000', '145219.716000', '145219.718000', '145219.721000', '145219.724000', '145219.726000', '145219.729000', '145219.732000', '145219.734000', '145219.737000', '145219.739000', '145219.742000', '145219.744000', '145219.747000', '145219.750000', '145219.752000', '145219.755000', '145219.757000', '145219.760000', '145219.763000', '145219.765000', '145219.768000', '145219.770000', '145219.773000', '145219.775000', '145219.778000', '145219.780000', '145219.783000', '145219.786000', '145219.788000', '145219.791000', '145219.793000', '145219.796000', '145219.799000', '145219.801000', '145219.804000', '145219.806000', '145219.809000', '145219.812000', '145219.814000', '145219.817000', '145219.819000', '145219.822000', '145239.711000', '145239.713000', '145239.716000', '145239.718000', '145239.721000', '145239.724000', '145239.726000', '145239.729000', '145239.731000', '145239.735000', '145239.738000', '145239.740000', '145239.743000', '145239.746000', '145239.748000', '145239.751000', '145239.753000', '145239.756000', '145239.759000', '145239.761000', '145239.764000', '145239.766000', '145239.769000', '145239.771000', '145239.774000', '145239.777000', '145239.779000', '145239.782000', '145239.784000', '145239.787000', '145239.790000', '145239.792000', '145239.795000', '145239.797000', '145239.800000', '145239.803000', '145239.805000', '145239.808000', '145239.810000', '145239.813000', '145239.816000', '145239.818000', '145239.821000', '145259.710000', '145259.712000', '145259.715000', '145259.718000', '145259.720000', '145259.723000', '145259.725000', '145259.728000', '145259.731000', '145259.733000', '145259.736000', '145259.738000', '145259.741000', '145259.744000', '145259.746000', '145259.749000', '145259.751000', '145259.754000', '145259.757000', '145259.759000', '145259.762000', '145259.764000', '145259.767000', '145259.769000', '145259.772000', '145259.775000', '145259.777000', '145259.780000', '145259.783000', '145259.785000', '145259.788000', '145259.790000', '145259.793000', '145259.796000', '145259.798000', '145259.801000', '145259.803000', '145259.806000', '145259.808000', '145259.811000', '145259.814000', '145259.816000', '145259.819000', '145259.822000', '145319.710000', '145319.712000', '145319.715000', '145319.718000', '145319.720000', '145319.723000', '145319.725000', '145319.728000', '145319.730000', '145319.733000', '145319.735000', '145319.738000', '145319.741000', '145319.743000', '145319.746000', '145319.748000', '145319.752000', '145319.755000', '145319.758000', '145319.761000', '145319.763000', '145319.766000', '145319.768000', '145319.771000', '145319.774000', '145319.776000', '145319.779000', '145319.781000', '145319.784000', '145319.787000', '145319.789000', '145319.792000', '145319.794000', '145319.797000', '145319.800000', '145319.802000', '145319.805000', '145319.808000', '145319.811000', '145319.813000', '145319.816000', '145319.818000', '145319.821000', '145339.710000', '145339.713000', '145339.723000', '145339.726000', '145339.729000', '145339.731000', '145339.734000', '145339.737000', '145339.739000', '145339.742000', '145339.744000', '145339.747000', '145339.749000', '145339.752000', '145339.755000', '145339.757000', '145339.760000', '145339.763000', '145339.765000', '145339.768000', '145339.770000', '145339.773000', '145339.776000', '145339.778000', '145339.781000', '145339.783000', '145339.786000', '145339.788000', '145339.791000', '145339.794000', '145339.796000', '145339.799000', '145339.802000', '145339.804000', '145339.807000', '145339.809000', '145339.812000', '145339.815000', '145339.817000', '145339.820000', '145339.822000', '145339.825000', '145339.827000', '145339.830000', '145359.709000', '145359.712000', '145359.715000', '145359.717000', '145359.720000', '145359.723000', '145359.725000', '145359.728000', '145359.730000', '145359.733000', '145359.736000', '145359.738000', '145359.741000', '145359.743000', '145359.746000', '145359.749000', '145359.751000', '145359.754000', '145359.757000', '145359.760000', '145359.763000', '145359.766000', '145359.769000', '145359.772000', '145359.775000', '145359.778000', '145359.781000', '145359.783000', '145359.786000', '145359.789000', '145359.792000', '145359.795000', '145359.798000', '145359.801000', '145359.804000', '145359.807000', '145359.810000', '145359.813000', '145359.816000', '145359.819000', '145359.822000', '145359.825000', '145359.828000', '145419.710000', '145419.712000', '145419.715000', '145419.718000', '145419.720000', '145419.723000', '145419.725000', '145419.728000', '145419.731000', '145419.733000', '145419.736000', '145419.738000', '145419.741000', '145419.744000', '145419.746000', '145419.749000', '145419.751000', '145419.754000', '145419.756000', '145419.759000', '145419.762000', '145419.764000', '145419.767000', '145419.769000', '145419.772000', '145419.774000', '145419.777000', '145419.780000', '145419.782000', '145419.785000', '145419.787000', '145419.790000', '145419.792000', '145419.795000', '145419.798000', '145419.800000', '145419.803000', '145419.806000', '145419.808000', '145419.811000', '145419.813000', '145419.816000', '145419.819000', '145419.821000', '145439.711000', '145439.714000', '145439.716000', '145439.719000', '145439.721000', '145439.724000', '145439.726000', '145439.729000', '145439.732000', '145439.734000', '145439.737000', '145439.739000', '145439.742000', '145439.745000', '145439.747000', '145439.750000', '145439.753000', '145439.755000', '145439.758000', '145439.760000', '145439.763000', '145439.766000', '145439.768000', '145439.771000', '145439.773000', '145439.776000', '145439.778000', '145439.781000', '145439.784000', '145439.786000', '145439.789000', '145439.792000', '145439.795000', '145439.798000', '145439.801000', '145439.803000', '145439.806000', '145439.808000', '145439.811000', '145439.814000', '145439.816000', '145439.819000', '145439.821000', '145459.711000', '145459.714000', '145459.716000', '145459.719000', '145459.721000', '145459.724000', '145459.727000', '145459.729000', '145459.732000', '145459.734000', '145459.737000', '145459.740000', '145459.742000', '145459.753000', '145459.755000', '145459.758000', '145459.760000', '145459.763000', '145459.766000', '145459.768000', '145459.771000', '145459.773000', '145459.776000', '145459.779000', '145459.781000', '145459.784000', '145459.786000', '145459.789000', '145459.792000', '145459.794000', '145459.797000', '145459.800000', '145459.802000', '145459.805000', '145459.808000', '145459.810000', '145459.813000', '145459.816000', '145459.818000', '145459.821000', '145459.823000', '145459.826000', '145459.829000', '145459.831000', '145519.709000', '145519.712000', '145519.715000', '145519.717000', '145519.720000', '145519.723000', '145519.725000', '145519.728000', '145519.730000', '145519.733000', '145519.736000', '145519.738000', '145519.741000', '145519.743000', '145519.746000', '145519.748000', '145519.751000', '145519.754000', '145519.756000', '145519.759000', '145519.761000', '145519.764000', '145519.767000', '145519.769000', '145519.772000', '145519.775000', '145519.777000', '145519.780000', '145519.782000', '145519.785000', '145519.787000', '145519.790000', '145519.792000', '145519.795000', '145519.798000', '145519.800000', '145519.803000', '145519.806000', '145519.809000', '145519.811000', '145519.814000', '145519.817000', '145519.819000', '145534.067000', '145534.070000', '145534.073000', '145534.075000', '145534.078000', '145534.081000', '145534.084000', '145534.087000', '145534.090000', '145534.093000', '145534.096000', '145534.099000', '145534.102000', '145534.104000', '145534.107000', '145534.110000', '145534.113000', '145534.116000', '145534.119000', '145534.121000', '145534.124000', '145534.127000', '145534.129000', '145534.132000', '145534.136000', '145534.138000', '145534.141000', '145534.144000', '145534.147000', '145534.149000', '145534.152000', '145534.155000'], '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': [10224, 10642, 10914, 10345, 11354, 8785, 9710, 8656, 12330, 9128, 10967, 8934, 9113, 10102, 9110, 13063, 9723, 10351, 8342, 9633, 12305, 9028, 12927, 9108, 9475, 9227, 9137, 9231, 9282, 8684, 8296, 10602, 12561, 9578, 11639, 9318, 12379, 9002, 11570, 8978, 10091, 9414, 9999, 8739, 12060, 8518, 9605, 10019, 9608, 12899, 9037, 11519, 8908, 10115, 9157, 9869, 8409, 8926, 14201, 9451, 11344, 9283, 11996, 8596, 11373, 8493, 9309, 9128, 9255, 13295, 9122, 8329, 9384, 8785, 9131, 11191, 9593, 11551, 9485, 9778, 8958, 8911, 9438, 14209, 9292, 12350, 8603, 10855, 8751, 9464, 12106, 9060, 11030, 9064, 10695, 8369, 11117, 8598, 9074, 9871, 9111, 13282, 9483, 9171, 9307, 13872, 8881, 10867, 8662, 11852, 8562, 11885, 8412, 9326, 10875, 9280, 12837, 8731, 11516, 8993, 10211, 8907, 9422, 9244, 9044, 13475, 8843, 11824, 8853, 11236, 8607, 11719, 8934, 9429, 10579, 9482, 12923, 8773, 10802, 9159, 10638, 8736, 11547, 8829, 10680, 8793, 9711, 8033, 10843, 8369, 9380, 11839, 9431, 12376, 8886, 10505, 8701, 10442, 8355, 10100, 8507, 9224, 8727, 9254, 13334, 8654, 9631, 8773, 10042, 8401, 9303, 8621, 9205, 9866, 9239, 12993, 9181, 10739, 8687, 11269, 8348, 10451, 8817, 9008, 8766, 9138, 12160, 8821, 11266, 8633, 11135, 8708, 9517, 8825, 9102, 9048, 9237, 14757, 8643, 11992, 8901, 10893, 8238, 9232, 8965, 9694, 8219, 9181, 13734, 9224, 11817, 8661, 10932, 8542, 9911, 8360, 10478, 8115, 9400, 9551, 9533, 11990, 8876, 10777, 10048, 12802, 9212, 10359, 9455, 8315, 10284, 8368, 11375, 8584, 10678, 13358, 9009, 10826, 8812, 10291, 8068, 8900, 8879, 9080, 14180, 8380, 10925, 8870, 10036, 7962, 8831, 9664, 8828, 8555, 8804, 14732, 9108, 11974, 8588, 11368, 8830, 10948, 8471, 10654, 8228, 10151, 10132, 9195, 14519, 9289, 12105, 8786, 11318, 8155, 9442, 8196, 8984, 11607, 9202, 11155, 9470, 11699, 9214, 10968, 8428, 9318, 8303, 9130, 10015, 9049, 8578, 9237, 14144, 8876, 11750, 8455, 10882, 8424, 10068, 8690, 10748, 9034, 11828, 8367, 9020, 12698, 9018, 12183, 8350, 10606, 8384, 9999, 7982, 9001, 8709, 9188, 13602, 9262, 10234, 9020, 11427, 8612, 10034, 8553, 9354, 12922, 9340, 12255, 8988, 9882, 8392, 9129, 10223, 9341, 12022, 8548, 11736, 8661, 10768, 8464, 9814, 8280, 9424, 12745, 9017, 11989, 8712, 11165, 8470, 9166, 8714, 9221, 8655, 9302, 12907, 8344, 10826, 8379, 9874, 8508, 8756, 8679, 9303, 8872, 9481, 8769, 8942, 10539, 9153, 8787, 9171, 13827, 8621, 11389, 8615, 9339, 8711, 9034, 11106, 8762, 10229, 9558, 11110, 8598, 11106, 8466, 10659, 8426, 9047, 14084, 8842, 10895, 9001, 10036, 8337, 9130, 11298, 9662, 9939, 9224, 11861, 8560, 9725, 8429, 8896, 8519, 9085, 12193, 8759, 11099, 8741, 11093, 8387, 9619, 8258, 9513, 11458, 8663, 11118, 9230, 9873, 8271, 9304, 8983, 10823, 8515, 10162, 8474, 9433, 10792, 9109, 13237, 9014, 11940, 9195, 9612, 8301, 9036, 8558, 9145, 12841, 9095, 11308, 8415, 10523, 8529, 9822, 8701, 9209, 8416, 9188, 8669, 11603, 8444, 9657, 11494, 8987, 12983, 9349, 10833, 8606, 9219, 8485, 9091, 8350, 9476, 12835, 8549, 11014, 8798, 10914, 8179, 8910, 10455, 9390, 10262, 8881, 11240, 9088, 10077, 8256, 9557, 8115, 8906, 10903, 9195, 8425, 9139, 13329, 9063, 11763, 8925, 10695, 8238, 8936, 8732, 9260, 8914, 9167, 12153, 8864, 10424, 8906, 11460, 9357, 12241, 8835, 11400, 8431, 9756, 8375, 9464, 13302, 8997, 11486, 8577, 9536, 8213, 9405, 8454, 9283, 12275, 8745, 11577, 8908, 10019, 8480, 9019, 8360, 8997, 8575, 9187, 9101, 9282, 13536, 8411, 10543, 8988, 9711, 8376, 9303, 12490, 9419, 9798, 9409, 10546, 8952, 11080, 9558, 10472, 9123, 11390, 8477, 9459, 8556, 8740, 10870, 9086, 12506, 8355, 11170, 8427, 8900, 10039, 9408, 11647, 9122, 11801, 8381, 9725, 9261, 11227, 8532, 10740, 8412, 8878, 9616, 8898, 12212, 8316, 9830, 8580, 9320, 8504, 10396, 8187, 10182, 8128, 8836, 13262, 9013, 10368, 9041, 11304, 8345, 10545, 8387, 8846, 8062, 9098, 8970, 9108, 8446, 9331, 13554, 8759, 11140, 8849, 9492, 8714, 8623, 8504, 9696, 8254, 11012, 8179, 9371, 10361, 9016, 12427, 8420, 10845, 8812, 9486, 8353, 9140, 8301, 9259, 12696, 8474, 10473, 8461, 9341, 8527, 9039, 8117, 9953, 8484, 10523, 8375, 10186, 10310, 9483, 11576, 8951, 11878, 8516, 10887, 8506, 9526, 8556, 8849, 8598, 8758, 8248, 8847, 8274, 8852, 8704, 9028, 12048, 9032, 10093, 9166, 10874, 8785, 10524, 8460, 8938, 8151, 9011, 9086, 9326, 14088, 9090, 10290, 8875, 10053, 8450, 9427, 8257, 9236, 8539, 9782, 8474, 11018, 8573, 9259, 12319, 9164, 12101, 8851, 9883, 8710, 8988, 8420, 9302, 8246, 8999, 8244, 9042, 8714, 8710, 8102, 8763, 8383, 11730, 8450, 12222, 8447, 9107, 12694, 9666, 11559, 8241, 10568, 8061, 8972, 12391, 9087, 11432, 8444, 9853, 8667, 9519, 8307, 8869, 8239, 9326, 8294, 10038, 8715, 9771, 9041, 12180, 8360, 9006, 12390, 9161, 11885, 8534, 10007, 8373, 9653, 8357, 8918, 8328, 8955, 10536, 9113, 8237, 8947, 10063, 9092, 11046, 8800, 8412, 9429, 13232, 8549, 10860, 8552, 8960, 10516, 8892, 11110, 8698, 9525, 8201, 9399, 8571, 8752, 12177, 8665, 10686, 8592, 10727, 8124, 8941, 12488, 8852, 11242, 8798, 9801, 8619, 8783, 8470, 9064, 9707, 9327, 12753, 8827, 10164, 8535, 8958, 14765, 8730, 10709, 8371, 8854, 8259, 8828, 12360, 8632, 8874, 8265, 9409, 12794, 8967, 10373, 8841, 8833, 9894, 9014, 11330, 8926, 10347, 8491, 8927, 8543, 8794, 8381, 8850, 13202, 8678, 9752, 8635, 8674, 12445, 8789, 12798, 8799, 9923, 8321, 8898, 15179, 8767, 10709, 8468, 9527, 8479, 8924, 10423, 9102, 8426, 9084, 13336, 8459, 10710, 8655, 9279, 9402, 9030, 12320, 8498, 10626, 8344, 9277, 8383, 8864, 11208, 8635, 11417, 8500, 10847, 8437, 9656, 8757, 10174, 8489, 10729, 8663], 'WindowCenter': [4705.0, 4688.0, 4687.0, 4662.0, 4671.0, 4628.0, 4636.0, 4625.0, 4670.0, 4637.0, 4654.0, 4637.0, 4638.0, 4660.0, 4639.0, 4678.0, 4649.0, 4647.0, 4626.0, 4637.0, 4654.0, 4638.0, 4678.0, 4640.0, 4647.0, 4651.0, 4664.0, 4676.0, 4664.0, 4654.0, 4654.0, 4686.0, 4682.0, 4664.0, 4670.0, 4652.0, 4669.0, 4641.0, 4681.0, 4640.0, 4648.0, 4639.0, 4659.0, 4642.0, 4680.0, 4641.0, 4650.0, 4660.0, 4650.0, 4679.0, 4641.0, 4667.0, 4638.0, 4658.0, 4648.0, 4648.0, 4627.0, 4640.0, 4688.0, 4649.0, 4658.0, 4636.0, 4667.0, 4628.0, 4658.0, 4626.0, 4635.0, 4636.0, 4662.0, 4689.0, 4653.0, 4630.0, 4649.0, 4649.0, 4667.0, 4670.0, 4650.0, 4656.0, 4649.0, 4660.0, 4653.0, 4650.0, 4651.0, 4679.0, 4638.0, 4666.0, 4626.0, 4646.0, 4612.0, 4635.0, 4654.0, 4625.0, 4643.0, 4626.0, 4645.0, 4627.0, 4655.0, 4626.0, 4639.0, 4647.0, 4639.0, 4676.0, 4648.0, 4637.0, 4650.0, 4679.0, 4640.0, 4658.0, 4639.0, 4668.0, 4627.0, 4669.0, 4627.0, 4638.0, 4656.0, 4649.0, 4665.0, 4628.0, 4657.0, 4636.0, 4659.0, 4638.0, 4637.0, 4635.0, 4639.0, 4677.0, 4639.0, 4666.0, 4637.0, 4656.0, 4627.0, 4667.0, 4628.0, 4636.0, 4645.0, 4637.0, 4666.0, 4628.0, 4657.0, 4649.0, 4646.0, 4628.0, 4656.0, 4639.0, 4658.0, 4638.0, 4647.0, 4618.0, 4658.0, 4628.0, 4638.0, 4656.0, 4637.0, 4666.0, 4627.0, 4645.0, 4628.0, 4646.0, 4628.0, 4648.0, 4627.0, 4638.0, 4626.0, 4638.0, 4677.0, 4639.0, 4649.0, 4652.0, 4659.0, 4630.0, 4650.0, 4639.0, 4649.0, 4649.0, 4651.0, 4680.0, 4651.0, 4659.0, 4641.0, 4671.0, 4630.0, 4660.0, 4639.0, 4639.0, 4641.0, 4651.0, 4668.0, 4641.0, 4669.0, 4642.0, 4671.0, 4642.0, 4650.0, 4641.0, 4642.0, 4640.0, 4651.0, 4689.0, 4641.0, 4668.0, 4639.0, 4658.0, 4629.0, 4639.0, 4640.0, 4649.0, 4629.0, 4651.0, 4689.0, 4651.0, 4668.0, 4641.0, 4659.0, 4640.0, 4650.0, 4630.0, 4659.0, 4617.0, 4639.0, 4637.0, 4649.0, 4666.0, 4640.0, 4658.0, 4661.0, 4679.0, 4651.0, 4658.0, 4661.0, 4641.0, 4660.0, 4641.0, 4670.0, 4639.0, 4662.0, 4677.0, 4640.0, 4657.0, 4638.0, 4646.0, 4628.0, 4639.0, 4637.0, 4640.0, 4688.0, 4640.0, 4657.0, 4638.0, 4647.0, 4628.0, 4649.0, 4650.0, 4650.0, 4640.0, 4651.0, 4701.0, 4651.0, 4669.0, 4642.0, 4669.0, 4651.0, 4671.0, 4641.0, 4660.0, 4630.0, 4661.0, 4659.0, 4650.0, 4688.0, 4648.0, 4667.0, 4639.0, 4669.0, 4619.0, 4639.0, 4629.0, 4649.0, 4669.0, 4649.0, 4657.0, 4648.0, 4667.0, 4650.0, 4657.0, 4629.0, 4638.0, 4627.0, 4649.0, 4648.0, 4640.0, 4639.0, 4650.0, 4688.0, 4640.0, 4669.0, 4630.0, 4659.0, 4640.0, 4658.0, 4641.0, 4669.0, 4652.0, 4680.0, 4630.0, 4650.0, 4678.0, 4639.0, 4666.0, 4628.0, 4657.0, 4627.0, 4647.0, 4619.0, 4640.0, 4638.0, 4649.0, 4678.0, 4648.0, 4647.0, 4638.0, 4667.0, 4628.0, 4647.0, 4626.0, 4639.0, 4666.0, 4638.0, 4666.0, 4627.0, 4646.0, 4617.0, 4638.0, 4645.0, 4638.0, 4665.0, 4637.0, 4666.0, 4640.0, 4669.0, 4630.0, 4649.0, 4629.0, 4650.0, 4678.0, 4639.0, 4667.0, 4629.0, 4657.0, 4628.0, 4640.0, 4627.0, 4638.0, 4627.0, 4638.0, 4667.0, 4630.0, 4657.0, 4628.0, 4649.0, 4640.0, 4638.0, 4639.0, 4661.0, 4650.0, 4661.0, 4640.0, 4652.0, 4670.0, 4664.0, 4641.0, 4654.0, 4691.0, 4643.0, 4672.0, 4640.0, 4649.0, 4628.0, 4651.0, 4670.0, 4641.0, 4659.0, 4661.0, 4669.0, 4653.0, 4671.0, 4641.0, 4662.0, 4628.0, 4641.0, 4679.0, 4638.0, 4658.0, 4640.0, 4648.0, 4629.0, 4651.0, 4658.0, 4649.0, 4648.0, 4639.0, 4667.0, 4641.0, 4649.0, 4629.0, 4640.0, 4639.0, 4652.0, 4680.0, 4642.0, 4670.0, 4641.0, 4670.0, 4641.0, 4650.0, 4630.0, 4650.0, 4668.0, 4639.0, 4658.0, 4649.0, 4649.0, 4640.0, 4639.0, 4640.0, 4669.0, 4642.0, 4659.0, 4641.0, 4650.0, 4670.0, 4641.0, 4679.0, 4639.0, 4657.0, 4639.0, 4649.0, 4618.0, 4639.0, 4627.0, 4637.0, 4667.0, 4638.0, 4657.0, 4629.0, 4657.0, 4639.0, 4659.0, 4641.0, 4648.0, 4642.0, 4650.0, 4642.0, 4682.0, 4642.0, 4662.0, 4671.0, 4652.0, 4680.0, 4639.0, 4657.0, 4628.0, 4640.0, 4627.0, 4638.0, 4626.0, 4648.0, 4666.0, 4628.0, 4657.0, 4627.0, 4658.0, 4616.0, 4638.0, 4644.0, 4638.0, 4658.0, 4639.0, 4658.0, 4639.0, 4648.0, 4629.0, 4650.0, 4627.0, 4652.0, 4668.0, 4650.0, 4629.0, 4650.0, 4678.0, 4650.0, 4667.0, 4640.0, 4659.0, 4629.0, 4640.0, 4629.0, 4639.0, 4637.0, 4639.0, 4667.0, 4651.0, 4659.0, 4653.0, 4671.0, 4663.0, 4681.0, 4652.0, 4671.0, 4628.0, 4652.0, 4630.0, 4651.0, 4678.0, 4640.0, 4668.0, 4640.0, 4647.0, 4628.0, 4648.0, 4629.0, 4650.0, 4678.0, 4641.0, 4670.0, 4641.0, 4659.0, 4640.0, 4650.0, 4641.0, 4651.0, 4640.0, 4652.0, 4637.0, 4652.0, 4690.0, 4631.0, 4659.0, 4640.0, 4649.0, 4629.0, 4652.0, 4678.0, 4652.0, 4649.0, 4651.0, 4671.0, 4652.0, 4670.0, 4661.0, 4670.0, 4663.0, 4681.0, 4643.0, 4663.0, 4654.0, 4654.0, 4673.0, 4654.0, 4680.0, 4644.0, 4671.0, 4640.0, 4652.0, 4664.0, 4680.0, 4670.0, 4650.0, 4667.0, 4644.0, 4662.0, 4652.0, 4671.0, 4653.0, 4673.0, 4632.0, 4642.0, 4649.0, 4652.0, 4681.0, 4644.0, 4649.0, 4642.0, 4650.0, 4652.0, 4661.0, 4642.0, 4661.0, 4630.0, 4652.0, 4680.0, 4641.0, 4649.0, 4641.0, 4668.0, 4630.0, 4660.0, 4628.0, 4639.0, 4631.0, 4651.0, 4639.0, 4640.0, 4630.0, 4652.0, 4681.0, 4641.0, 4659.0, 4639.0, 4650.0, 4640.0, 4640.0, 4641.0, 4661.0, 4641.0, 4672.0, 4642.0, 4653.0, 4662.0, 4652.0, 4680.0, 4642.0, 4660.0, 4641.0, 4662.0, 4630.0, 4650.0, 4629.0, 4649.0, 4678.0, 4629.0, 4658.0, 4629.0, 4639.0, 4638.0, 4652.0, 4642.0, 4662.0, 4653.0, 4673.0, 4654.0, 4675.0, 4673.0, 4664.0, 4672.0, 4652.0, 4670.0, 4642.0, 4670.0, 4640.0, 4651.0, 4638.0, 4640.0, 4641.0, 4654.0, 4642.0, 4641.0, 4632.0, 4652.0, 4639.0, 4653.0, 4681.0, 4652.0, 4660.0, 4652.0, 4671.0, 4642.0, 4660.0, 4629.0, 4641.0, 4630.0, 4641.0, 4641.0, 4649.0, 4678.0, 4640.0, 4648.0, 4639.0, 4660.0, 4642.0, 4650.0, 4643.0, 4651.0, 4654.0, 4673.0, 4645.0, 4674.0, 4642.0, 4652.0, 4681.0, 4653.0, 4680.0, 4640.0, 4649.0, 4641.0, 4638.0, 4630.0, 4650.0, 4630.0, 4640.0, 4627.0, 4650.0, 4639.0, 4642.0, 4632.0, 4651.0, 4642.0, 4691.0, 4644.0, 4693.0, 4643.0, 4664.0, 4693.0, 4661.0, 4672.0, 4631.0, 4661.0, 4630.0, 4642.0, 4669.0, 4640.0, 4658.0, 4630.0, 4649.0, 4640.0, 4650.0, 4629.0, 4640.0, 4642.0, 4662.0, 4645.0, 4662.0, 4655.0, 4673.0, 4666.0, 4695.0, 4644.0, 4655.0, 4682.0, 4653.0, 4672.0, 4642.0, 4651.0, 4631.0, 4651.0, 4631.0, 4653.0, 4641.0, 4651.0, 4674.0, 4653.0, 4642.0, 4665.0, 4673.0, 4665.0, 4684.0, 4667.0, 4644.0, 4667.0, 4695.0, 4657.0, 4674.0, 4641.0, 4654.0, 4661.0, 4642.0, 4671.0, 4654.0, 4652.0, 4631.0, 4651.0, 4640.0, 4642.0, 4682.0, 4653.0, 4671.0, 4654.0, 4682.0, 4634.0, 4655.0, 4682.0, 4652.0, 4671.0, 4652.0, 4661.0, 4653.0, 4653.0, 4643.0, 4666.0, 4664.0, 4663.0, 4695.0, 4665.0, 4664.0, 4642.0, 4653.0, 4691.0, 4642.0, 4663.0, 4630.0, 4655.0, 4642.0, 4653.0, 4680.0, 4655.0, 4654.0, 4642.0, 4668.0, 4692.0, 4654.0, 4672.0, 4668.0, 4667.0, 4675.0, 4652.0, 4684.0, 4666.0, 4685.0, 4667.0, 4665.0, 4666.0, 4667.0, 4657.0, 4680.0, 4708.0, 4667.0, 4677.0, 4656.0, 4657.0, 4694.0, 4656.0, 4683.0, 4644.0, 4662.0, 4631.0, 4654.0, 4691.0, 4641.0, 4662.0, 4631.0, 4650.0, 4631.0, 4651.0, 4660.0, 4642.0, 4630.0, 4652.0, 4691.0, 4642.0, 4672.0, 4640.0, 4640.0, 4639.0, 4640.0, 4679.0, 4641.0, 4661.0, 4629.0, 4650.0, 4630.0, 4651.0, 4670.0, 4642.0, 4672.0, 4643.0, 4671.0, 4644.0, 4665.0, 4654.0, 4673.0, 4655.0, 4683.0, 4656.0], 'WindowWidth': [10303.0, 10263.0, 10258.0, 10214.0, 10224.0, 10159.0, 10169.0, 10153.0, 10217.0, 10168.0, 10190.0, 10173.0, 10177.0, 10206.0, 10180.0, 10230.0, 10189.0, 10183.0, 10152.0, 10169.0, 10188.0, 10173.0, 10229.0, 10180.0, 10184.0, 10198.0, 10221.0, 10241.0, 10220.0, 10208.0, 10207.0, 10252.0, 10239.0, 10217.0, 10223.0, 10199.0, 10217.0, 10181.0, 10237.0, 10180.0, 10184.0, 10176.0, 10205.0, 10184.0, 10236.0, 10183.0, 10196.0, 10206.0, 10194.0, 10230.0, 10182.0, 10211.0, 10171.0, 10199.0, 10188.0, 10186.0, 10158.0, 10179.0, 10242.0, 10190.0, 10198.0, 10170.0, 10209.0, 10159.0, 10197.0, 10152.0, 10166.0, 10168.0, 10215.0, 10244.0, 10202.0, 10164.0, 10192.0, 10193.0, 10228.0, 10220.0, 10190.0, 10194.0, 10190.0, 10208.0, 10204.0, 10193.0, 10197.0, 10233.0, 10174.0, 10209.0, 10151.0, 10178.0, 10127.0, 10164.0, 10189.0, 10150.0, 10170.0, 10153.0, 10176.0, 10157.0, 10193.0, 10153.0, 10177.0, 10184.0, 10174.0, 10221.0, 10188.0, 10171.0, 10192.0, 10231.0, 10181.0, 10198.0, 10175.0, 10214.0, 10158.0, 10215.0, 10157.0, 10174.0, 10195.0, 10190.0, 10207.0, 10160.0, 10195.0, 10168.0, 10202.0, 10173.0, 10169.0, 10164.0, 10176.0, 10223.0, 10178.0, 10209.0, 10173.0, 10194.0, 10157.0, 10211.0, 10158.0, 10168.0, 10177.0, 10170.0, 10207.0, 10159.0, 10195.0, 10191.0, 10179.0, 10161.0, 10195.0, 10175.0, 10197.0, 10175.0, 10185.0, 10145.0, 10200.0, 10158.0, 10172.0, 10193.0, 10169.0, 10207.0, 10158.0, 10178.0, 10159.0, 10181.0, 10159.0, 10186.0, 10156.0, 10171.0, 10154.0, 10172.0, 10224.0, 10175.0, 10186.0, 10200.0, 10204.0, 10165.0, 10191.0, 10175.0, 10190.0, 10187.0, 10195.0, 10232.0, 10194.0, 10201.0, 10182.0, 10219.0, 10165.0, 10205.0, 10173.0, 10175.0, 10178.0, 10197.0, 10214.0, 10180.0, 10214.0, 10186.0, 10219.0, 10182.0, 10195.0, 10181.0, 10182.0, 10177.0, 10194.0, 10244.0, 10180.0, 10213.0, 10176.0, 10198.0, 10161.0, 10176.0, 10176.0, 10190.0, 10161.0, 10197.0, 10246.0, 10194.0, 10212.0, 10181.0, 10200.0, 10178.0, 10193.0, 10162.0, 10201.0, 10143.0, 10176.0, 10170.0, 10190.0, 10210.0, 10181.0, 10202.0, 10210.0, 10229.0, 10195.0, 10202.0, 10210.0, 10186.0, 10209.0, 10184.0, 10221.0, 10178.0, 10211.0, 10228.0, 10178.0, 10197.0, 10173.0, 10183.0, 10160.0, 10175.0, 10170.0, 10180.0, 10242.0, 10180.0, 10197.0, 10175.0, 10184.0, 10161.0, 10192.0, 10194.0, 10194.0, 10178.0, 10198.0, 10267.0, 10199.0, 10216.0, 10184.0, 10216.0, 10195.0, 10221.0, 10182.0, 10206.0, 10167.0, 10208.0, 10204.0, 10194.0, 10241.0, 10188.0, 10210.0, 10176.0, 10216.0, 10149.0, 10173.0, 10161.0, 10192.0, 10216.0, 10192.0, 10198.0, 10189.0, 10212.0, 10193.0, 10199.0, 10162.0, 10171.0, 10157.0, 10190.0, 10186.0, 10179.0, 10175.0, 10193.0, 10244.0, 10181.0, 10218.0, 10165.0, 10200.0, 10180.0, 10202.0, 10183.0, 10217.0, 10199.0, 10235.0, 10167.0, 10193.0, 10227.0, 10175.0, 10208.0, 10160.0, 10195.0, 10157.0, 10183.0, 10147.0, 10178.0, 10174.0, 10190.0, 10226.0, 10187.0, 10183.0, 10175.0, 10211.0, 10158.0, 10183.0, 10155.0, 10176.0, 10208.0, 10172.0, 10207.0, 10156.0, 10179.0, 10142.0, 10173.0, 10179.0, 10174.0, 10206.0, 10172.0, 10208.0, 10181.0, 10217.0, 10165.0, 10190.0, 10161.0, 10192.0, 10230.0, 10175.0, 10210.0, 10162.0, 10196.0, 10159.0, 10178.0, 10157.0, 10172.0, 10155.0, 10172.0, 10209.0, 10164.0, 10197.0, 10159.0, 10189.0, 10177.0, 10175.0, 10177.0, 10212.0, 10193.0, 10210.0, 10180.0, 10200.0, 10221.0, 10217.0, 10184.0, 10204.0, 10252.0, 10188.0, 10226.0, 10178.0, 10190.0, 10160.0, 10196.0, 10220.0, 10181.0, 10202.0, 10211.0, 10220.0, 10203.0, 10222.0, 10183.0, 10210.0, 10160.0, 10182.0, 10232.0, 10175.0, 10199.0, 10178.0, 10187.0, 10163.0, 10195.0, 10200.0, 10189.0, 10184.0, 10177.0, 10212.0, 10181.0, 10191.0, 10163.0, 10180.0, 10178.0, 10200.0, 10235.0, 10185.0, 10220.0, 10185.0, 10220.0, 10182.0, 10194.0, 10164.0, 10192.0, 10214.0, 10177.0, 10201.0, 10189.0, 10190.0, 10181.0, 10175.0, 10181.0, 10218.0, 10186.0, 10204.0, 10185.0, 10196.0, 10222.0, 10183.0, 10229.0, 10177.0, 10197.0, 10175.0, 10189.0, 10144.0, 10174.0, 10155.0, 10172.0, 10212.0, 10173.0, 10198.0, 10165.0, 10196.0, 10178.0, 10205.0, 10183.0, 10189.0, 10184.0, 10194.0, 10186.0, 10241.0, 10186.0, 10215.0, 10223.0, 10200.0, 10234.0, 10177.0, 10196.0, 10158.0, 10176.0, 10157.0, 10171.0, 10153.0, 10185.0, 10209.0, 10161.0, 10196.0, 10156.0, 10198.0, 10139.0, 10174.0, 10177.0, 10174.0, 10201.0, 10177.0, 10199.0, 10175.0, 10187.0, 10163.0, 10191.0, 10159.0, 10198.0, 10215.0, 10193.0, 10161.0, 10194.0, 10229.0, 10195.0, 10213.0, 10178.0, 10201.0, 10161.0, 10180.0, 10162.0, 10175.0, 10169.0, 10175.0, 10211.0, 10197.0, 10202.0, 10202.0, 10221.0, 10216.0, 10239.0, 10198.0, 10221.0, 10162.0, 10197.0, 10166.0, 10194.0, 10227.0, 10177.0, 10213.0, 10177.0, 10186.0, 10160.0, 10189.0, 10163.0, 10193.0, 10229.0, 10182.0, 10219.0, 10183.0, 10204.0, 10179.0, 10194.0, 10183.0, 10194.0, 10178.0, 10198.0, 10174.0, 10199.0, 10248.0, 10169.0, 10203.0, 10179.0, 10191.0, 10163.0, 10198.0, 10228.0, 10197.0, 10188.0, 10196.0, 10223.0, 10200.0, 10221.0, 10212.0, 10221.0, 10216.0, 10238.0, 10189.0, 10216.0, 10205.0, 10205.0, 10229.0, 10204.0, 10234.0, 10191.0, 10221.0, 10179.0, 10199.0, 10216.0, 10252.0, 10220.0, 10193.0, 10211.0, 10191.0, 10211.0, 10201.0, 10223.0, 10204.0, 10227.0, 10170.0, 10184.0, 10188.0, 10198.0, 10236.0, 10192.0, 10189.0, 10183.0, 10192.0, 10201.0, 10211.0, 10184.0, 10210.0, 10166.0, 10200.0, 10237.0, 10181.0, 10189.0, 10181.0, 10214.0, 10167.0, 10207.0, 10161.0, 10175.0, 10165.0, 10196.0, 10178.0, 10180.0, 10164.0, 10199.0, 10235.0, 10181.0, 10202.0, 10176.0, 10189.0, 10181.0, 10179.0, 10184.0, 10211.0, 10182.0, 10226.0, 10189.0, 10202.0, 10211.0, 10199.0, 10234.0, 10186.0, 10205.0, 10182.0, 10212.0, 10165.0, 10193.0, 10160.0, 10190.0, 10228.0, 10165.0, 10200.0, 10161.0, 10177.0, 10175.0, 10200.0, 10188.0, 10212.0, 10203.0, 10231.0, 10207.0, 10235.0, 10231.0, 10218.0, 10226.0, 10199.0, 10220.0, 10186.0, 10221.0, 10179.0, 10192.0, 10175.0, 10180.0, 10182.0, 10206.0, 10185.0, 10182.0, 10169.0, 10197.0, 10178.0, 10203.0, 10239.0, 10199.0, 10207.0, 10199.0, 10222.0, 10185.0, 10206.0, 10163.0, 10179.0, 10165.0, 10181.0, 10182.0, 10190.0, 10229.0, 10180.0, 10186.0, 10177.0, 10208.0, 10186.0, 10192.0, 10188.0, 10197.0, 10206.0, 10232.0, 10193.0, 10230.0, 10183.0, 10199.0, 10236.0, 10200.0, 10233.0, 10179.0, 10187.0, 10182.0, 10174.0, 10166.0, 10193.0, 10163.0, 10180.0, 10157.0, 10195.0, 10179.0, 10186.0, 10171.0, 10199.0, 10189.0, 10254.0, 10194.0, 10257.0, 10189.0, 10220.0, 10258.0, 10212.0, 10224.0, 10169.0, 10210.0, 10163.0, 10184.0, 10218.0, 10178.0, 10199.0, 10166.0, 10188.0, 10180.0, 10192.0, 10163.0, 10180.0, 10185.0, 10214.0, 10194.0, 10213.0, 10209.0, 10230.0, 10226.0, 10263.0, 10191.0, 10207.0, 10239.0, 10200.0, 10225.0, 10184.0, 10195.0, 10168.0, 10195.0, 10169.0, 10203.0, 10182.0, 10199.0, 10231.0, 10201.0, 10186.0, 10224.0, 10229.0, 10224.0, 10246.0, 10227.0, 10192.0, 10228.0, 10263.0, 10213.0, 10232.0, 10183.0, 10205.0, 10209.0, 10185.0, 10222.0, 10204.0, 10197.0, 10167.0, 10196.0, 10178.0, 10187.0, 10240.0, 10202.0, 10223.0, 10207.0, 10243.0, 10178.0, 10207.0, 10241.0, 10199.0, 10223.0, 10202.0, 10210.0, 10204.0, 10203.0, 10188.0, 10225.0, 10217.0, 10218.0, 10263.0, 10223.0, 10218.0, 10185.0, 10201.0, 10250.0, 10185.0, 10214.0, 10165.0, 10209.0, 10185.0, 10203.0, 10234.0, 10210.0, 10206.0, 10185.0, 10230.0, 10254.0, 10204.0, 10227.0, 10232.0, 10229.0, 10236.0, 10204.0, 10245.0, 10227.0, 10252.0, 10231.0, 10224.0, 10227.0, 10231.0, 10215.0, 10252.0, 10287.0, 10231.0, 10242.0, 10212.0, 10216.0, 10262.0, 10211.0, 10242.0, 10190.0, 10213.0, 10167.0, 10203.0, 10252.0, 10183.0, 10212.0, 10170.0, 10192.0, 10169.0, 10198.0, 10206.0, 10183.0, 10165.0, 10199.0, 10250.0, 10188.0, 10226.0, 10178.0, 10179.0, 10175.0, 10180.0, 10231.0, 10184.0, 10207.0, 10163.0, 10194.0, 10164.0, 10198.0, 10223.0, 10186.0, 10224.0, 10189.0, 10222.0, 10192.0, 10219.0, 10204.0, 10227.0, 10210.0, 10244.0, 10214.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.002322916188289323</td></tr>
<tr><td colspan=3>aqi</td><td>0.01876069655568312</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.94267584268971</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2813899774367834</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0394285222183908</td></tr>
<tr><td colspan=3>efc</td><td>0.4721</td></tr>
<tr><td colspan=3>fber</td><td>6497.7764</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10322652166352482</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.510907003444317</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4757437605483226</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4245722149209663</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692514663078175</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3101444036458263</td></tr>
<tr><td colspan=3>gcor</td><td>0.00798525</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010087835602462292</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021556034684181213</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7380182743163415</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>40.7769</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.958</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>170.5782</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296235.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>722.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.5713</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1672</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>628.2064</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3796.458</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4017.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80309.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1161.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5037.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1074.6269</td></tr>
<tr><td colspan=3>tsnr</td><td>44.01139491330832</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>