ds005256-mriqc/sub-0021_ses-04_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter 9528362c99 [DATALAD RUNCMD] Compute MRIQC for sub-0021
=== 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-0021 --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-0021",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:11 +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-0021_ses-04_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-0021_ses-04_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-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_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-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_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-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0021_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0021/figures/sub-0021_ses-04_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-0021/figures/sub-0021_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0021/figures/sub-0021_ses-04_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-0021/ses-04/func/sub-0021_ses-04_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>65f9e7472c2e519c9190abd53c4dcc20</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>17:31:30.787500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0942942</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>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 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>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b921c56b-edd7-42b9-b298-6589c1934be6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['173130.787500', '173131.247500', '173131.707500', '173132.167500', '173132.627500', '173133.087500', '173133.547500', '173134.007500', '173134.467500', '173134.927500', '173135.387500', '173135.847500', '173136.307500', '173136.767500', '173137.227500', '173137.687500', '173138.147500', '173138.607500', '173139.067500', '173139.527500', '173139.987500', '173140.447500', '173140.907500', '173141.367500', '173141.827500', '173142.287500', '173142.747500', '173143.207500', '173143.667500', '173144.127500', '173144.587500', '173145.047500', '173145.507500', '173145.967500', '173146.427500', '173146.887500', '173147.347500', '173147.807500', '173148.267500', '173148.727500', '173149.187500', '173149.647500', '173150.107500', '173150.567500', '173151.027500', '173151.487500', '173151.947500', '173152.407500', '173152.867500', '173153.327500', '173153.787500', '173154.247500', '173154.707500', '173155.167500', '173155.627500', '173156.087500', '173156.547500', '173157.007500', '173157.467500', '173157.927500', '173158.387500', '173158.847500', '173159.307500', '173159.767500', '173200.227500', '173200.687500', '173201.147500', '173201.607500', '173202.067500', '173202.527500', '173202.987500', '173203.447500', '173203.907500', '173204.367500', '173204.827500', '173205.287500', '173205.747500', '173206.207500', '173206.667500', '173207.127500', '173207.587500', '173208.047500', '173208.507500', '173208.967500', '173209.427500', '173209.887500', '173210.347500', '173210.807500', '173211.267500', '173211.727500', '173212.187500', '173212.647500', '173213.107500', '173213.567500', '173214.027500', '173214.487500', '173214.947500', '173215.407500', '173215.867500', '173216.327500', '173216.787500', '173217.247500', '173217.707500', '173218.167500', '173218.627500', '173219.087500', '173219.547500', '173220.007500', '173220.467500', '173220.927500', '173221.387500', '173221.847500', '173222.307500', '173222.767500', '173223.227500', '173223.687500', '173224.147500', '173224.607500', '173225.067500', '173225.527500', '173225.987500', '173226.447500', '173226.907500', '173227.367500', '173227.827500', '173228.287500', '173228.747500', '173229.207500', '173229.667500', '173230.127500', '173230.587500', '173231.047500', '173231.507500', '173231.967500', '173232.427500', '173232.887500', '173233.347500', '173233.807500', '173234.267500', '173234.727500', '173235.187500', '173235.647500', '173236.107500', '173236.567500', '173237.027500', '173237.487500', '173237.947500', '173238.407500', '173238.867500', '173239.327500', '173239.787500', '173240.247500', '173240.707500', '173241.167500', '173241.627500', '173242.087500', '173242.547500', '173243.007500', '173243.467500', '173243.927500', '173244.387500', '173244.847500', '173245.307500', '173245.767500', '173246.227500', '173246.687500', '173247.147500', '173247.607500', '173248.067500', '173248.527500', '173248.987500', '173249.447500', '173249.907500', '173250.367500', '173250.827500', '173251.287500', '173251.747500', '173252.207500', '173252.667500', '173253.127500', '173253.587500', '173254.047500', '173254.507500', '173254.967500', '173255.427500', '173255.887500', '173256.347500', '173256.807500', '173257.267500', '173257.727500', '173258.187500', '173258.647500', '173259.107500', '173259.567500', '173300.027500', '173300.487500', '173300.947500', '173301.407500', '173301.867500', '173302.327500', '173302.787500', '173303.247500', '173303.707500', '173304.167500', '173304.627500', '173305.087500', '173305.547500', '173306.007500', '173306.467500', '173306.927500', '173307.387500', '173307.847500', '173308.307500', '173308.767500', '173309.227500', '173309.687500', '173310.147500', '173310.607500', '173311.067500', '173311.527500', '173311.987500', '173312.447500', '173312.907500', '173313.367500', '173313.827500', '173314.287500', '173314.747500', '173315.207500', '173315.667500', '173316.127500', '173316.587500', '173317.047500', '173317.507500', '173317.967500', '173318.427500', '173318.887500', '173319.347500', '173319.807500', '173320.267500', '173320.727500', '173321.187500', '173321.647500', '173322.107500', '173322.567500', '173323.027500', '173323.487500', '173323.947500', '173324.407500', '173324.867500', '173325.327500', '173325.787500', '173326.247500', '173326.707500', '173327.167500', '173327.627500', '173328.087500', '173328.547500', '173329.007500', '173329.467500', '173329.927500', '173330.387500', '173330.847500', '173331.307500', '173331.767500', '173332.227500', '173332.687500', '173333.147500', '173333.607500', '173334.067500', '173334.527500', '173334.987500', '173335.447500', '173335.907500', '173336.367500', '173336.827500', '173337.287500', '173337.747500', '173338.207500', '173338.667500', '173339.127500', '173339.587500', '173340.047500', '173340.507500', '173340.967500', '173341.427500', '173341.887500', '173342.347500', '173342.807500', '173343.267500', '173343.727500', '173344.187500', '173344.647500', '173345.107500', '173345.567500', '173346.027500', '173346.487500', '173346.947500', '173347.407500', '173347.867500', '173348.327500', '173348.787500', '173349.247500', '173349.707500', '173350.167500', '173350.627500', '173351.087500', '173351.547500', '173352.007500', '173352.467500', '173352.927500', '173353.387500', '173353.847500', '173354.307500', '173354.767500', '173355.227500', '173355.687500', '173356.147500', '173356.607500', '173357.067500', '173357.527500', '173357.987500', '173358.447500', '173358.907500', '173359.367500', '173359.827500', '173400.287500', '173400.747500', '173401.207500', '173401.667500', '173402.127500', '173402.587500', '173403.047500', '173403.507500', '173403.967500', '173404.427500', '173404.887500', '173405.347500', '173405.807500', '173406.267500', '173406.727500', '173407.187500', '173407.647500', '173408.107500', '173408.567500', '173409.027500', '173409.487500', '173409.947500', '173410.407500', '173410.867500', '173411.327500', '173411.787500', '173412.247500', '173412.707500', '173413.167500', '173413.627500', '173414.087500', '173414.547500', '173415.007500', '173415.467500', '173415.927500', '173416.387500', '173416.847500', '173417.307500', '173417.767500', '173418.227500', '173418.687500', '173419.147500', '173419.607500', '173420.067500', '173420.527500', '173420.987500', '173421.447500', '173421.907500', '173422.367500', '173422.827500', '173423.287500', '173423.747500', '173424.207500', '173424.667500', '173425.127500', '173425.587500', '173426.047500', '173426.507500', '173426.967500', '173427.427500', '173427.887500', '173428.347500', '173428.807500', '173429.267500', '173429.727500', '173430.187500', '173430.647500', '173431.107500', '173431.567500', '173432.027500', '173432.487500', '173432.947500', '173433.407500', '173433.867500', '173434.327500', '173434.787500', '173435.247500', '173435.707500', '173436.167500', '173436.627500', '173437.087500', '173437.547500', '173438.007500', '173438.467500', '173438.927500', '173439.387500', '173439.847500', '173440.307500', '173440.767500', '173441.227500', '173441.687500', '173442.147500', '173442.607500', '173443.067500', '173443.527500', '173443.987500', '173444.447500', '173444.907500', '173445.367500', '173445.827500', '173446.287500', '173446.747500', '173447.207500', '173447.667500', '173448.127500', '173448.587500', '173449.047500', '173449.507500', '173449.967500', '173450.427500', '173450.887500', '173451.347500', '173451.807500', '173452.267500', '173452.727500', '173453.187500', '173453.647500', '173454.107500', '173454.567500', '173455.027500', '173455.487500', '173455.947500', '173456.407500', '173456.867500', '173457.327500', '173457.787500', '173458.247500', '173458.707500', '173459.167500', '173459.627500', '173500.087500', '173500.547500', '173501.007500', '173501.467500', '173501.927500', '173502.387500', '173502.847500', '173503.307500', '173503.767500', '173504.227500', '173504.687500', '173505.147500', '173505.607500', '173506.067500', '173506.527500', '173506.987500', '173507.447500', '173507.907500', '173508.367500', '173508.827500', '173509.287500', '173509.747500', '173510.207500', '173510.667500', '173511.127500', '173511.587500', '173512.047500', '173512.507500', '173512.967500', '173513.427500', '173513.887500', '173514.347500', '173514.807500', '173515.267500', '173515.727500', '173516.187500', '173516.647500', '173517.107500', '173517.567500', '173518.027500', '173518.487500', '173518.947500', '173519.407500', '173519.867500', '173520.327500', '173520.787500', '173521.247500', '173521.707500', '173522.167500', '173522.627500', '173523.087500', '173523.547500', '173524.007500', '173524.467500', '173524.927500', '173525.387500', '173525.847500', '173526.307500', '173526.767500', '173527.227500', '173527.687500', '173528.147500', '173528.607500', '173529.067500', '173529.527500', '173529.987500', '173530.447500', '173530.907500', '173531.367500', '173531.827500', '173532.287500', '173532.747500', '173533.207500', '173533.667500', '173534.127500', '173534.587500', '173535.047500', '173535.507500', '173535.967500', '173536.427500', '173536.887500', '173537.347500', '173537.807500', '173538.267500', '173538.727500', '173539.187500', '173539.647500', '173540.107500', '173540.567500', '173541.027500', '173541.487500', '173541.947500', '173542.407500', '173542.867500', '173543.327500', '173543.787500', '173544.247500', '173544.707500', '173545.167500', '173545.627500', '173546.087500', '173546.547500', '173547.007500', '173547.467500', '173547.927500', '173548.387500', '173548.847500', '173549.307500', '173549.767500', '173550.227500', '173550.687500', '173551.147500', '173551.607500', '173552.067500', '173552.527500', '173552.987500', '173553.447500', '173553.907500', '173554.367500', '173554.827500', '173555.287500', '173555.747500', '173556.207500', '173556.667500', '173557.127500', '173557.587500', '173558.047500', '173558.507500', '173558.967500', '173559.427500', '173559.887500', '173600.347500', '173600.807500', '173601.267500', '173601.727500', '173602.187500', '173602.647500', '173603.107500', '173603.567500', '173604.027500', '173604.487500', '173604.947500', '173605.407500', '173605.867500', '173606.327500', '173606.787500', '173607.247500', '173607.707500', '173608.167500', '173608.627500', '173609.087500', '173609.547500', '173610.007500', '173610.467500', '173610.927500', '173611.387500', '173611.847500', '173612.307500', '173612.767500', '173613.227500', '173613.687500', '173614.147500', '173614.607500', '173615.067500', '173615.527500', '173615.987500', '173616.447500', '173616.907500', '173617.367500', '173617.827500', '173618.287500', '173618.747500', '173619.207500', '173619.667500', '173620.127500', '173620.587500', '173621.047500', '173621.507500', '173621.967500', '173622.427500', '173622.887500', '173623.347500', '173623.807500', '173624.267500', '173624.727500', '173625.187500', '173625.647500', '173626.107500', '173626.567500', '173627.027500', '173627.487500', '173627.947500', '173628.407500', '173628.867500', '173629.327500', '173629.787500', '173630.247500', '173630.707500', '173631.167500', '173631.627500', '173632.087500', '173632.547500', '173633.007500', '173633.467500', '173633.927500', '173634.387500', '173634.847500', '173635.307500', '173635.767500', '173636.227500', '173636.687500', '173637.147500', '173637.607500', '173638.067500', '173638.527500', '173638.987500', '173639.447500', '173639.907500', '173640.367500', '173640.827500', '173641.287500', '173641.747500', '173642.207500', '173642.667500', '173643.127500', '173643.587500', '173644.047500', '173644.507500', '173644.967500', '173645.427500', '173645.887500', '173646.347500', '173646.807500', '173647.267500', '173647.727500', '173648.187500', '173648.647500', '173649.107500', '173649.567500', '173650.027500', '173650.487500', '173650.947500', '173651.407500', '173651.867500', '173652.327500', '173652.787500', '173653.247500', '173653.707500', '173654.167500', '173654.627500', '173655.087500', '173655.547500', '173656.007500', '173656.467500', '173656.927500', '173657.387500', '173657.847500', '173658.307500', '173658.767500', '173659.227500', '173659.687500', '173700.147500', '173700.607500', '173701.067500', '173701.527500', '173701.987500', '173702.447500', '173702.907500', '173703.367500', '173703.827500', '173704.287500', '173704.747500', '173705.207500', '173705.667500', '173706.127500', '173706.587500', '173707.047500', '173707.507500', '173707.967500', '173708.427500', '173708.887500', '173709.347500', '173709.807500', '173710.267500', '173710.727500', '173711.187500', '173711.647500', '173712.107500', '173712.567500', '173713.027500', '173713.487500', '173713.947500', '173714.407500', '173714.867500', '173715.327500', '173715.787500', '173716.247500', '173716.707500', '173717.167500', '173717.627500', '173718.087500', '173718.547500', '173719.007500', '173719.467500', '173719.927500', '173720.387500', '173720.847500', '173721.307500', '173721.767500', '173722.227500', '173722.687500', '173723.147500', '173723.607500', '173724.067500', '173724.527500', '173724.987500', '173725.447500', '173725.907500', '173726.367500', '173726.827500', '173727.287500', '173727.747500', '173728.207500', '173728.667500', '173729.127500', '173729.587500', '173730.047500', '173730.507500', '173730.967500', '173731.427500', '173731.887500', '173732.347500', '173732.807500', '173733.267500', '173733.727500', '173734.187500', '173734.647500', '173735.107500', '173735.567500', '173736.027500', '173736.487500', '173736.947500', '173737.407500', '173737.867500', '173738.327500', '173738.787500', '173739.247500', '173739.707500', '173740.167500', '173740.627500', '173741.087500', '173741.547500', '173742.007500', '173742.467500', '173742.927500', '173743.387500', '173743.847500', '173744.307500', '173744.767500', '173745.227500', '173745.687500', '173746.147500', '173746.607500', '173747.067500', '173747.527500', '173747.987500', '173748.447500', '173748.907500', '173749.367500', '173749.827500', '173750.287500', '173750.747500', '173751.207500', '173751.667500', '173752.127500', '173752.587500', '173753.047500', '173753.507500', '173753.967500', '173754.427500', '173754.887500', '173755.347500', '173755.807500', '173756.267500', '173756.727500', '173757.187500', '173757.647500', '173758.107500', '173758.567500', '173759.027500', '173759.487500', '173759.947500', '173800.407500', '173800.867500', '173801.327500', '173801.787500', '173802.247500', '173802.707500', '173803.167500', '173803.627500', '173804.087500', '173804.547500', '173805.007500', '173805.467500', '173805.927500', '173806.387500', '173806.847500', '173807.307500', '173807.767500', '173808.227500', '173808.687500', '173809.147500', '173809.607500', '173810.067500', '173810.527500', '173810.987500', '173811.447500'], 'ContentTime': ['173140.475000', '173140.478000', '173140.481000', '173140.484000', '173140.487000', '173140.490000', '173140.492000', '173140.506000', '173140.521000', '173140.524000', '173140.526000', '173140.529000', '173140.532000', '173140.535000', '173140.538000', '173140.540000', '173140.543000', '173140.546000', '173140.549000', '173140.551000', '173200.441000', '173200.444000', '173200.447000', '173200.449000', '173200.452000', '173200.455000', '173200.458000', '173200.461000', '173200.464000', '173200.466000', '173200.469000', '173200.472000', '173200.475000', '173200.478000', '173200.480000', '173200.483000', '173200.486000', '173200.489000', '173200.492000', '173200.494000', '173200.499000', '173200.502000', '173200.505000', '173200.508000', '173200.510000', '173200.513000', '173200.516000', '173200.519000', '173200.522000', '173200.524000', '173200.527000', '173200.530000', '173200.533000', '173200.535000', '173200.538000', '173200.541000', '173200.544000', '173200.547000', '173200.549000', '173200.552000', '173200.555000', '173200.558000', '173200.561000', '173200.564000', '173220.440000', '173220.443000', '173220.446000', '173220.449000', '173220.452000', '173220.455000', '173220.457000', '173220.460000', '173220.463000', '173220.466000', '173220.469000', '173220.471000', '173220.474000', '173220.477000', '173220.480000', '173220.482000', '173220.485000', '173220.488000', '173220.491000', '173220.494000', '173220.496000', '173220.499000', '173220.502000', '173220.505000', '173220.508000', '173220.510000', '173220.513000', '173220.516000', '173220.519000', '173220.522000', '173220.524000', '173220.527000', '173220.530000', '173220.533000', '173220.536000', '173220.538000', '173220.541000', '173220.544000', '173220.547000', '173220.550000', '173220.552000', '173220.555000', '173220.558000', '173240.440000', '173240.443000', '173240.445000', '173240.448000', '173240.451000', '173240.454000', '173240.457000', '173240.460000', '173240.462000', '173240.465000', '173240.468000', '173240.471000', '173240.473000', '173240.476000', '173240.479000', '173240.482000', '173240.485000', '173240.487000', '173240.490000', '173240.493000', '173240.496000', '173240.499000', '173240.501000', '173240.504000', '173240.507000', '173240.510000', '173240.513000', '173240.515000', '173240.518000', '173240.521000', '173240.524000', '173240.527000', '173240.529000', '173240.532000', '173240.535000', '173240.538000', '173240.541000', '173240.543000', '173240.546000', '173240.549000', '173240.552000', '173240.555000', '173240.558000', '173240.560000', '173300.440000', '173300.443000', '173300.445000', '173300.448000', '173300.461000', '173300.464000', '173300.467000', '173300.470000', '173300.472000', '173300.475000', '173300.478000', '173300.481000', '173300.484000', '173300.486000', '173300.489000', '173300.492000', '173300.495000', '173300.498000', '173300.502000', '173300.505000', '173300.508000', '173300.510000', '173300.513000', '173300.516000', '173300.519000', '173300.522000', '173300.524000', '173300.527000', '173300.530000', '173300.533000', '173300.536000', '173300.538000', '173300.541000', '173300.544000', '173300.547000', '173300.550000', '173300.552000', '173300.555000', '173300.559000', '173300.561000', '173300.564000', '173300.567000', '173300.570000', '173320.440000', '173320.443000', '173320.446000', '173320.448000', '173320.451000', '173320.454000', '173320.457000', '173320.460000', '173320.462000', '173320.465000', '173320.468000', '173320.471000', '173320.474000', '173320.477000', '173320.479000', '173320.482000', '173320.485000', '173320.488000', '173320.491000', '173320.494000', '173320.496000', '173320.499000', '173320.502000', '173320.505000', '173320.508000', '173320.510000', '173320.513000', '173320.516000', '173320.519000', '173320.522000', '173320.524000', '173320.527000', '173320.530000', '173320.533000', '173320.536000', '173320.538000', '173320.541000', '173320.544000', '173320.547000', '173320.550000', '173320.552000', '173320.555000', '173320.558000', '173320.561000', '173340.441000', '173340.444000', '173340.447000', '173340.449000', '173340.452000', '173340.455000', '173340.458000', '173340.461000', '173340.463000', '173340.466000', '173340.469000', '173340.472000', '173340.474000', '173340.477000', '173340.480000', '173340.483000', '173340.486000', '173340.489000', '173340.491000', '173340.494000', '173340.497000', '173340.500000', '173340.503000', '173340.505000', '173340.508000', '173340.511000', '173340.514000', '173340.517000', '173340.519000', '173340.522000', '173340.525000', '173340.528000', '173340.531000', '173340.533000', '173340.536000', '173340.539000', '173340.542000', '173340.545000', '173340.548000', '173340.550000', '173340.553000', '173340.556000', '173340.559000', '173400.441000', '173400.444000', '173400.447000', '173400.449000', '173400.452000', '173400.455000', '173400.458000', '173400.461000', '173400.464000', '173400.466000', '173400.469000', '173400.472000', '173400.475000', '173400.478000', '173400.480000', '173400.483000', '173400.486000', '173400.489000', '173400.492000', '173400.495000', '173400.497000', '173400.500000', '173400.503000', '173400.506000', '173400.509000', '173400.511000', '173400.514000', '173400.517000', '173400.520000', '173400.523000', '173400.526000', '173400.529000', '173400.531000', '173400.534000', '173400.537000', '173400.540000', '173400.543000', '173400.545000', '173400.548000', '173400.551000', '173400.554000', '173400.557000', '173400.560000', '173400.562000', '173420.441000', '173420.444000', '173420.447000', '173420.449000', '173420.452000', '173420.455000', '173420.458000', '173420.461000', '173420.464000', '173420.467000', '173420.469000', '173420.472000', '173420.475000', '173420.478000', '173420.481000', '173420.483000', '173420.486000', '173420.489000', '173420.492000', '173420.495000', '173420.497000', '173420.500000', '173420.503000', '173420.506000', '173420.508000', '173420.511000', '173420.514000', '173420.517000', '173420.520000', '173420.523000', '173420.525000', '173420.528000', '173420.531000', '173420.534000', '173420.537000', '173420.541000', '173420.544000', '173420.547000', '173420.549000', '173420.552000', '173420.555000', '173420.558000', '173420.561000', '173440.440000', '173440.443000', '173440.446000', '173440.448000', '173440.451000', '173440.454000', '173440.457000', '173440.460000', '173440.462000', '173440.465000', '173440.468000', '173440.471000', '173440.474000', '173440.476000', '173440.479000', '173440.482000', '173440.485000', '173440.488000', '173440.491000', '173440.493000', '173440.496000', '173440.499000', '173440.502000', '173440.506000', '173440.509000', '173440.511000', '173440.514000', '173440.517000', '173440.520000', '173440.523000', '173440.526000', '173440.528000', '173440.531000', '173440.534000', '173440.537000', '173440.540000', '173440.542000', '173440.545000', '173440.548000', '173440.551000', '173440.554000', '173440.557000', '173440.560000', '173440.562000', '173500.440000', '173500.443000', '173500.446000', '173500.448000', '173500.451000', '173500.454000', '173500.457000', '173500.460000', '173500.463000', '173500.465000', '173500.468000', '173500.471000', '173500.474000', '173500.477000', '173500.479000', '173500.482000', '173500.485000', '173500.488000', '173500.491000', '173500.494000', '173500.496000', '173500.499000', '173500.502000', '173500.505000', '173500.508000', '173500.510000', '173500.513000', '173500.516000', '173500.519000', '173500.527000', '173500.530000', '173500.533000', '173500.536000', '173500.538000', '173500.541000', '173500.544000', '173500.547000', '173500.550000', '173500.553000', '173500.555000', '173500.558000', '173500.561000', '173500.564000', '173520.440000', '173520.443000', '173520.446000', '173520.448000', '173520.451000', '173520.454000', '173520.457000', '173520.460000', '173520.463000', '173520.465000', '173520.468000', '173520.471000', '173520.474000', '173520.477000', '173520.479000', '173520.482000', '173520.485000', '173520.488000', '173520.491000', '173520.494000', '173520.496000', '173520.499000', '173520.502000', '173520.505000', '173520.508000', '173520.510000', '173520.513000', '173520.516000', '173520.519000', '173520.522000', '173520.525000', '173520.527000', '173520.530000', '173520.533000', '173520.536000', '173520.538000', '173520.541000', '173520.544000', '173520.547000', '173520.550000', '173520.552000', '173520.555000', '173520.558000', '173520.561000', '173540.440000', '173540.443000', '173540.446000', '173540.448000', '173540.451000', '173540.454000', '173540.457000', '173540.459000', '173540.462000', '173540.465000', '173540.468000', '173540.471000', '173540.474000', '173540.476000', '173540.479000', '173540.482000', '173540.485000', '173540.488000', '173540.491000', '173540.493000', '173540.496000', '173540.499000', '173540.502000', '173540.505000', '173540.507000', '173540.510000', '173540.513000', '173540.516000', '173540.519000', '173540.522000', '173540.524000', '173540.527000', '173540.530000', '173540.533000', '173540.535000', '173540.538000', '173540.541000', '173540.544000', '173540.547000', '173540.550000', '173540.552000', '173540.555000', '173540.558000', '173600.441000', '173600.444000', '173600.447000', '173600.450000', '173600.452000', '173600.455000', '173600.458000', '173600.461000', '173600.464000', '173600.466000', '173600.469000', '173600.472000', '173600.475000', '173600.478000', '173600.481000', '173600.483000', '173600.486000', '173600.489000', '173600.492000', '173600.495000', '173600.497000', '173600.500000', '173600.503000', '173600.506000', '173600.509000', '173600.522000', '173600.525000', '173600.528000', '173600.531000', '173600.534000', '173600.536000', '173600.539000', '173600.542000', '173600.545000', '173600.548000', '173600.551000', '173600.553000', '173600.556000', '173600.559000', '173600.562000', '173600.565000', '173600.568000', '173600.570000', '173620.441000', '173620.444000', '173620.447000', '173620.449000', '173620.452000', '173620.455000', '173620.458000', '173620.461000', '173620.464000', '173620.466000', '173620.469000', '173620.472000', '173620.475000', '173620.478000', '173620.481000', '173620.484000', '173620.486000', '173620.489000', '173620.492000', '173620.495000', '173620.498000', '173620.501000', '173620.503000', '173620.506000', '173620.509000', '173620.512000', '173620.515000', '173620.518000', '173620.521000', '173620.523000', '173620.526000', '173620.529000', '173620.532000', '173620.535000', '173620.538000', '173620.540000', '173620.543000', '173620.546000', '173620.549000', '173620.552000', '173620.555000', '173620.557000', '173620.560000', '173620.563000', '173640.441000', '173640.457000', '173640.460000', '173640.463000', '173640.466000', '173640.468000', '173640.471000', '173640.474000', '173640.477000', '173640.480000', '173640.483000', '173640.485000', '173640.488000', '173640.491000', '173640.494000', '173640.497000', '173640.499000', '173640.502000', '173640.505000', '173640.508000', '173640.511000', '173640.514000', '173640.516000', '173640.519000', '173640.522000', '173640.525000', '173640.528000', '173640.531000', '173640.534000', '173640.536000', '173640.539000', '173640.542000', '173640.545000', '173640.548000', '173640.550000', '173640.553000', '173640.556000', '173640.559000', '173640.562000', '173640.565000', '173640.568000', '173640.570000', '173640.573000', '173700.440000', '173700.443000', '173700.446000', '173700.449000', '173700.451000', '173700.454000', '173700.457000', '173700.460000', '173700.463000', '173700.466000', '173700.476000', '173700.479000', '173700.482000', '173700.485000', '173700.487000', '173700.490000', '173700.493000', '173700.496000', '173700.499000', '173700.502000', '173700.505000', '173700.507000', '173700.510000', '173700.513000', '173700.516000', '173700.519000', '173700.521000', '173700.524000', '173700.527000', '173700.530000', '173700.533000', '173700.536000', '173700.538000', '173700.541000', '173700.544000', '173700.547000', '173700.550000', '173700.553000', '173700.555000', '173700.558000', '173700.561000', '173700.564000', '173700.567000', '173700.570000', '173720.440000', '173720.443000', '173720.446000', '173720.448000', '173720.451000', '173720.454000', '173720.457000', '173720.460000', '173720.466000', '173720.469000', '173720.476000', '173720.479000', '173720.482000', '173720.485000', '173720.488000', '173720.491000', '173720.493000', '173720.496000', '173720.499000', '173720.502000', '173720.505000', '173720.508000', '173720.510000', '173720.513000', '173720.516000', '173720.519000', '173720.522000', '173720.524000', '173720.527000', '173720.530000', '173720.533000', '173720.536000', '173720.538000', '173720.541000', '173720.544000', '173720.557000', '173720.560000', '173720.563000', '173720.566000', '173720.569000', '173720.571000', '173720.574000', '173720.577000', '173740.441000', '173740.444000', '173740.447000', '173740.450000', '173740.453000', '173740.456000', '173740.459000', '173740.461000', '173740.464000', '173740.467000', '173740.470000', '173740.473000', '173740.475000', '173740.478000', '173740.481000', '173740.484000', '173740.487000', '173740.489000', '173740.492000', '173740.495000', '173740.498000', '173740.501000', '173740.504000', '173740.506000', '173740.509000', '173740.512000', '173740.515000', '173740.518000', '173740.520000', '173740.523000', '173740.526000', '173740.529000', '173740.532000', '173740.535000', '173740.537000', '173740.540000', '173740.543000', '173740.546000', '173740.549000', '173740.551000', '173740.554000', '173740.557000', '173740.560000', '173740.563000', '173800.440000', '173800.443000', '173800.446000', '173800.449000', '173800.451000', '173800.454000', '173800.457000', '173800.460000', '173800.463000', '173800.466000', '173800.470000', '173800.474000', '173800.476000', '173800.479000', '173800.482000', '173800.485000', '173800.488000', '173800.491000', '173800.493000', '173800.496000', '173800.499000', '173800.502000', '173800.505000', '173800.508000', '173800.510000', '173800.513000', '173800.516000', '173800.519000', '173800.522000', '173800.524000', '173800.527000', '173800.530000', '173800.533000', '173800.536000', '173800.538000', '173800.541000', '173800.544000', '173800.547000', '173800.550000', '173800.552000', '173800.555000', '173800.558000', '173800.561000', '173812.039000', '173812.043000', '173812.046000', '173812.049000', '173812.052000', '173812.055000', '173812.059000', '173812.062000', '173812.065000', '173812.068000', '173812.071000', '173812.074000', '173812.077000', '173812.080000', '173812.083000', '173812.086000', '173812.089000', '173812.092000', '173812.095000', '173812.098000', '173812.101000', '173812.104000', '173812.107000', '173812.110000', '173812.113000', '173812.115000'], 'InstanceCreationTime': ['173140.475000', '173140.478000', '173140.481000', '173140.484000', '173140.487000', '173140.490000', '173140.492000', '173140.506000', '173140.521000', '173140.524000', '173140.526000', '173140.529000', '173140.532000', '173140.535000', '173140.538000', '173140.540000', '173140.543000', '173140.546000', '173140.549000', '173140.551000', '173200.441000', '173200.444000', '173200.447000', '173200.449000', '173200.452000', '173200.455000', '173200.458000', '173200.461000', '173200.464000', '173200.466000', '173200.469000', '173200.472000', '173200.475000', '173200.478000', '173200.480000', '173200.483000', '173200.486000', '173200.489000', '173200.492000', '173200.494000', '173200.499000', '173200.502000', '173200.505000', '173200.508000', '173200.510000', '173200.513000', '173200.516000', '173200.519000', '173200.522000', '173200.524000', '173200.527000', '173200.530000', '173200.533000', '173200.535000', '173200.538000', '173200.541000', '173200.544000', '173200.547000', '173200.549000', '173200.552000', '173200.555000', '173200.558000', '173200.561000', '173200.564000', '173220.440000', '173220.443000', '173220.446000', '173220.449000', '173220.452000', '173220.455000', '173220.457000', '173220.460000', '173220.463000', '173220.466000', '173220.469000', '173220.471000', '173220.474000', '173220.477000', '173220.480000', '173220.482000', '173220.485000', '173220.488000', '173220.491000', '173220.494000', '173220.496000', '173220.499000', '173220.502000', '173220.505000', '173220.508000', '173220.510000', '173220.513000', '173220.516000', '173220.519000', '173220.522000', '173220.524000', '173220.527000', '173220.530000', '173220.533000', '173220.536000', '173220.538000', '173220.541000', '173220.544000', '173220.547000', '173220.550000', '173220.552000', '173220.555000', '173220.558000', '173240.440000', '173240.443000', '173240.445000', '173240.448000', '173240.451000', '173240.454000', '173240.457000', '173240.460000', '173240.462000', '173240.465000', '173240.468000', '173240.471000', '173240.473000', '173240.476000', '173240.479000', '173240.482000', '173240.485000', '173240.487000', '173240.490000', '173240.493000', '173240.496000', '173240.499000', '173240.501000', '173240.504000', '173240.507000', '173240.510000', '173240.513000', '173240.515000', '173240.518000', '173240.521000', '173240.524000', '173240.527000', '173240.529000', '173240.532000', '173240.535000', '173240.538000', '173240.541000', '173240.543000', '173240.546000', '173240.549000', '173240.552000', '173240.555000', '173240.558000', '173240.560000', '173300.440000', '173300.443000', '173300.445000', '173300.448000', '173300.461000', '173300.464000', '173300.467000', '173300.470000', '173300.472000', '173300.475000', '173300.478000', '173300.481000', '173300.484000', '173300.486000', '173300.489000', '173300.492000', '173300.495000', '173300.498000', '173300.502000', '173300.505000', '173300.508000', '173300.510000', '173300.513000', '173300.516000', '173300.519000', '173300.522000', '173300.524000', '173300.527000', '173300.530000', '173300.533000', '173300.536000', '173300.538000', '173300.541000', '173300.544000', '173300.547000', '173300.550000', '173300.552000', '173300.555000', '173300.559000', '173300.561000', '173300.564000', '173300.567000', '173300.570000', '173320.440000', '173320.443000', '173320.446000', '173320.448000', '173320.451000', '173320.454000', '173320.457000', '173320.460000', '173320.462000', '173320.465000', '173320.468000', '173320.471000', '173320.474000', '173320.477000', '173320.479000', '173320.482000', '173320.485000', '173320.488000', '173320.491000', '173320.494000', '173320.496000', '173320.499000', '173320.502000', '173320.505000', '173320.508000', '173320.510000', '173320.513000', '173320.516000', '173320.519000', '173320.522000', '173320.524000', '173320.527000', '173320.530000', '173320.533000', '173320.536000', '173320.538000', '173320.541000', '173320.544000', '173320.547000', '173320.550000', '173320.552000', '173320.555000', '173320.558000', '173320.561000', '173340.441000', '173340.444000', '173340.447000', '173340.449000', '173340.452000', '173340.455000', '173340.458000', '173340.461000', '173340.463000', '173340.466000', '173340.469000', '173340.472000', '173340.474000', '173340.477000', '173340.480000', '173340.483000', '173340.486000', '173340.489000', '173340.491000', '173340.494000', '173340.497000', '173340.500000', '173340.503000', '173340.505000', '173340.508000', '173340.511000', '173340.514000', '173340.517000', '173340.519000', '173340.522000', '173340.525000', '173340.528000', '173340.531000', '173340.533000', '173340.536000', '173340.539000', '173340.542000', '173340.545000', '173340.548000', '173340.550000', '173340.553000', '173340.556000', '173340.559000', '173400.441000', '173400.444000', '173400.447000', '173400.449000', '173400.452000', '173400.455000', '173400.458000', '173400.461000', '173400.464000', '173400.466000', '173400.469000', '173400.472000', '173400.475000', '173400.478000', '173400.480000', '173400.483000', '173400.486000', '173400.489000', '173400.492000', '173400.495000', '173400.497000', '173400.500000', '173400.503000', '173400.506000', '173400.509000', '173400.511000', '173400.514000', '173400.517000', '173400.520000', '173400.523000', '173400.526000', '173400.529000', '173400.531000', '173400.534000', '173400.537000', '173400.540000', '173400.543000', '173400.545000', '173400.548000', '173400.551000', '173400.554000', '173400.557000', '173400.560000', '173400.562000', '173420.441000', '173420.444000', '173420.447000', '173420.449000', '173420.452000', '173420.455000', '173420.458000', '173420.461000', '173420.464000', '173420.467000', '173420.469000', '173420.472000', '173420.475000', '173420.478000', '173420.481000', '173420.483000', '173420.486000', '173420.489000', '173420.492000', '173420.495000', '173420.497000', '173420.500000', '173420.503000', '173420.506000', '173420.508000', '173420.511000', '173420.514000', '173420.517000', '173420.520000', '173420.523000', '173420.525000', '173420.528000', '173420.531000', '173420.534000', '173420.537000', '173420.541000', '173420.544000', '173420.547000', '173420.549000', '173420.552000', '173420.555000', '173420.558000', '173420.561000', '173440.440000', '173440.443000', '173440.446000', '173440.448000', '173440.451000', '173440.454000', '173440.457000', '173440.460000', '173440.462000', '173440.465000', '173440.468000', '173440.471000', '173440.474000', '173440.476000', '173440.479000', '173440.482000', '173440.485000', '173440.488000', '173440.491000', '173440.493000', '173440.496000', '173440.499000', '173440.502000', '173440.506000', '173440.509000', '173440.511000', '173440.514000', '173440.517000', '173440.520000', '173440.523000', '173440.526000', '173440.528000', '173440.531000', '173440.534000', '173440.537000', '173440.540000', '173440.542000', '173440.545000', '173440.548000', '173440.551000', '173440.554000', '173440.557000', '173440.560000', '173440.562000', '173500.440000', '173500.443000', '173500.446000', '173500.448000', '173500.451000', '173500.454000', '173500.457000', '173500.460000', '173500.463000', '173500.465000', '173500.468000', '173500.471000', '173500.474000', '173500.477000', '173500.479000', '173500.482000', '173500.485000', '173500.488000', '173500.491000', '173500.494000', '173500.496000', '173500.499000', '173500.502000', '173500.505000', '173500.508000', '173500.510000', '173500.513000', '173500.516000', '173500.519000', '173500.527000', '173500.530000', '173500.533000', '173500.536000', '173500.538000', '173500.541000', '173500.544000', '173500.547000', '173500.550000', '173500.553000', '173500.555000', '173500.558000', '173500.561000', '173500.564000', '173520.440000', '173520.443000', '173520.446000', '173520.448000', '173520.451000', '173520.454000', '173520.457000', '173520.460000', '173520.463000', '173520.465000', '173520.468000', '173520.471000', '173520.474000', '173520.477000', '173520.479000', '173520.482000', '173520.485000', '173520.488000', '173520.491000', '173520.494000', '173520.496000', '173520.499000', '173520.502000', '173520.505000', '173520.508000', '173520.510000', '173520.513000', '173520.516000', '173520.519000', '173520.522000', '173520.525000', '173520.527000', '173520.530000', '173520.533000', '173520.536000', '173520.538000', '173520.541000', '173520.544000', '173520.547000', '173520.550000', '173520.552000', '173520.555000', '173520.558000', '173520.561000', '173540.440000', '173540.443000', '173540.446000', '173540.448000', '173540.451000', '173540.454000', '173540.457000', '173540.459000', '173540.462000', '173540.465000', '173540.468000', '173540.471000', '173540.474000', '173540.476000', '173540.479000', '173540.482000', '173540.485000', '173540.488000', '173540.491000', '173540.493000', '173540.496000', '173540.499000', '173540.502000', '173540.505000', '173540.507000', '173540.510000', '173540.513000', '173540.516000', '173540.519000', '173540.522000', '173540.524000', '173540.527000', '173540.530000', '173540.533000', '173540.535000', '173540.538000', '173540.541000', '173540.544000', '173540.547000', '173540.550000', '173540.552000', '173540.555000', '173540.558000', '173600.441000', '173600.444000', '173600.447000', '173600.450000', '173600.452000', '173600.455000', '173600.458000', '173600.461000', '173600.464000', '173600.466000', '173600.469000', '173600.472000', '173600.475000', '173600.478000', '173600.481000', '173600.483000', '173600.486000', '173600.489000', '173600.492000', '173600.495000', '173600.497000', '173600.500000', '173600.503000', '173600.506000', '173600.509000', '173600.522000', '173600.525000', '173600.528000', '173600.531000', '173600.534000', '173600.536000', '173600.539000', '173600.542000', '173600.545000', '173600.548000', '173600.551000', '173600.553000', '173600.556000', '173600.559000', '173600.562000', '173600.565000', '173600.568000', '173600.570000', '173620.441000', '173620.444000', '173620.447000', '173620.449000', '173620.452000', '173620.455000', '173620.458000', '173620.461000', '173620.464000', '173620.466000', '173620.469000', '173620.472000', '173620.475000', '173620.478000', '173620.481000', '173620.484000', '173620.486000', '173620.489000', '173620.492000', '173620.495000', '173620.498000', '173620.501000', '173620.503000', '173620.506000', '173620.509000', '173620.512000', '173620.515000', '173620.518000', '173620.521000', '173620.523000', '173620.526000', '173620.529000', '173620.532000', '173620.535000', '173620.538000', '173620.540000', '173620.543000', '173620.546000', '173620.549000', '173620.552000', '173620.555000', '173620.557000', '173620.560000', '173620.563000', '173640.441000', '173640.457000', '173640.460000', '173640.463000', '173640.466000', '173640.468000', '173640.471000', '173640.474000', '173640.477000', '173640.480000', '173640.483000', '173640.485000', '173640.488000', '173640.491000', '173640.494000', '173640.497000', '173640.499000', '173640.502000', '173640.505000', '173640.508000', '173640.511000', '173640.514000', '173640.516000', '173640.519000', '173640.522000', '173640.525000', '173640.528000', '173640.531000', '173640.534000', '173640.536000', '173640.539000', '173640.542000', '173640.545000', '173640.548000', '173640.550000', '173640.553000', '173640.556000', '173640.559000', '173640.562000', '173640.565000', '173640.568000', '173640.570000', '173640.573000', '173700.440000', '173700.443000', '173700.446000', '173700.449000', '173700.451000', '173700.454000', '173700.457000', '173700.460000', '173700.463000', '173700.466000', '173700.476000', '173700.479000', '173700.482000', '173700.485000', '173700.487000', '173700.490000', '173700.493000', '173700.496000', '173700.499000', '173700.502000', '173700.505000', '173700.507000', '173700.510000', '173700.513000', '173700.516000', '173700.519000', '173700.521000', '173700.524000', '173700.527000', '173700.530000', '173700.533000', '173700.536000', '173700.538000', '173700.541000', '173700.544000', '173700.547000', '173700.550000', '173700.553000', '173700.555000', '173700.558000', '173700.561000', '173700.564000', '173700.567000', '173700.570000', '173720.440000', '173720.443000', '173720.446000', '173720.448000', '173720.451000', '173720.454000', '173720.457000', '173720.460000', '173720.466000', '173720.469000', '173720.476000', '173720.479000', '173720.482000', '173720.485000', '173720.488000', '173720.491000', '173720.493000', '173720.496000', '173720.499000', '173720.502000', '173720.505000', '173720.508000', '173720.510000', '173720.513000', '173720.516000', '173720.519000', '173720.522000', '173720.524000', '173720.527000', '173720.530000', '173720.533000', '173720.536000', '173720.538000', '173720.541000', '173720.544000', '173720.557000', '173720.560000', '173720.563000', '173720.566000', '173720.569000', '173720.571000', '173720.574000', '173720.577000', '173740.441000', '173740.444000', '173740.447000', '173740.450000', '173740.453000', '173740.456000', '173740.459000', '173740.461000', '173740.464000', '173740.467000', '173740.470000', '173740.473000', '173740.475000', '173740.478000', '173740.481000', '173740.484000', '173740.487000', '173740.489000', '173740.492000', '173740.495000', '173740.498000', '173740.501000', '173740.504000', '173740.506000', '173740.509000', '173740.512000', '173740.515000', '173740.518000', '173740.520000', '173740.523000', '173740.526000', '173740.529000', '173740.532000', '173740.535000', '173740.537000', '173740.540000', '173740.543000', '173740.546000', '173740.549000', '173740.551000', '173740.554000', '173740.557000', '173740.560000', '173740.563000', '173800.440000', '173800.443000', '173800.446000', '173800.449000', '173800.451000', '173800.454000', '173800.457000', '173800.460000', '173800.463000', '173800.466000', '173800.470000', '173800.474000', '173800.476000', '173800.479000', '173800.482000', '173800.485000', '173800.488000', '173800.491000', '173800.493000', '173800.496000', '173800.499000', '173800.502000', '173800.505000', '173800.508000', '173800.510000', '173800.513000', '173800.516000', '173800.519000', '173800.522000', '173800.524000', '173800.527000', '173800.530000', '173800.533000', '173800.536000', '173800.538000', '173800.541000', '173800.544000', '173800.547000', '173800.550000', '173800.552000', '173800.555000', '173800.558000', '173800.561000', '173812.039000', '173812.043000', '173812.046000', '173812.049000', '173812.052000', '173812.055000', '173812.059000', '173812.062000', '173812.065000', '173812.068000', '173812.071000', '173812.074000', '173812.077000', '173812.080000', '173812.083000', '173812.086000', '173812.089000', '173812.092000', '173812.095000', '173812.098000', '173812.101000', '173812.104000', '173812.107000', '173812.110000', '173812.113000', '173812.115000'], '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': [10179, 15289, 9238, 13676, 10707, 12942, 13003, 10305, 17438, 10191, 17193, 10430, 14859, 8979, 12898, 10194, 11940, 11780, 10455, 14376, 10120, 17114, 10375, 14386, 9665, 13327, 9480, 13052, 11009, 10220, 15734, 10063, 17777, 11144, 15167, 9577, 13420, 10505, 12352, 13542, 10822, 18674, 10128, 15722, 10297, 14281, 9855, 11698, 14280, 10799, 18732, 11775, 14996, 9751, 13344, 10644, 12323, 17133, 10847, 16784, 10859, 14346, 9884, 13741, 10865, 11019, 15570, 10132, 17314, 11538, 14738, 9710, 13838, 9334, 14003, 10307, 13048, 12116, 10804, 16698, 11358, 18530, 10969, 17505, 10093, 15854, 10377, 15614, 9249, 14524, 10182, 15060, 11118, 13454, 13777, 11417, 18603, 11643, 16955, 10110, 15597, 9740, 14829, 11388, 12309, 13561, 10298, 19042, 11305, 16339, 10459, 15049, 9842, 12323, 11793, 11443, 16798, 10581, 16727, 10108, 14769, 10307, 13322, 11415, 11203, 17208, 10366, 17474, 11317, 14944, 9700, 12796, 9682, 13974, 10167, 12785, 11858, 10744, 17023, 11387, 18318, 10873, 15905, 10393, 15179, 10877, 14846, 9598, 12392, 12390, 12761, 16012, 11882, 18906, 12149, 17528, 12831, 16083, 10757, 14294, 10332, 14249, 10960, 11187, 13779, 10418, 17126, 10872, 14638, 9922, 13090, 9654, 11008, 15904, 11831, 16188, 10413, 14354, 10585, 15685, 9896, 14652, 10310, 14600, 12928, 12746, 17737, 11712, 16124, 11261, 14962, 10254, 14598, 11012, 10574, 17475, 11540, 15041, 11197, 15050, 10045, 12540, 11220, 12139, 15542, 11181, 16595, 11540, 14864, 11567, 15406, 9709, 12989, 9479, 14823, 10097, 13708, 9671, 12342, 12499, 11808, 14922, 10719, 17252, 11776, 14951, 11484, 15337, 10238, 14361, 11233, 13857, 15626, 12070, 17644, 11974, 14956, 10329, 14277, 10136, 12312, 14383, 11010, 16281, 12294, 14771, 10854, 13353, 9788, 13766, 9405, 12338, 9499, 11203, 10321, 11371, 12844, 10874, 16575, 11150, 15314, 11292, 15098, 10619, 14181, 10412, 12690, 11775, 11644, 15784, 11314, 15893, 11043, 13902, 10092, 12796, 13559, 10910, 16686, 12103, 14427, 9969, 12646, 17049, 11859, 15526, 11151, 13448, 9457, 13713, 11622, 12740, 12009, 10785, 15482, 11208, 14738, 11541, 14080, 10304, 13658, 9815, 13450, 9947, 13126, 10686, 11110, 14706, 11468, 15562, 11679, 15078, 10708, 14569, 10803, 14517, 10009, 14993, 11412, 12506, 17036, 12554, 14626, 11413, 14463, 10250, 12744, 11415, 12173, 14777, 11537, 15985, 11058, 14193, 10662, 14403, 10216, 11998, 11124, 10905, 18042, 11738, 14629, 10395, 13707, 9977, 12982, 9515, 13515, 11913, 11442, 16406, 12029, 15337, 11111, 14483, 9965, 15362, 12438, 11687, 16077, 11388, 14855, 11623, 14107, 9721, 12682, 9885, 11563, 12576, 11864, 16628, 11846, 14766, 10931, 13522, 9718, 13265, 9765, 11448, 13860, 10992, 15175, 11480, 14460, 11055, 13528, 9647, 14091, 9361, 12545, 10636, 10794, 17408, 12137, 14393, 10679, 13005, 9136, 12732, 10698, 11608, 15514, 11272, 13567, 10562, 13252, 9884, 11775, 12759, 10378, 14309, 11192, 12141, 9207, 11820, 15059, 10457, 12575, 9728, 12229, 9144, 10985, 11937, 10352, 13421, 10087, 11669, 8788, 12377, 11610, 11790, 14329, 10250, 13411, 9847, 12404, 8989, 12469, 8648, 12034, 10835, 11367, 16193, 11267, 14057, 9319, 12796, 9416, 12923, 10291, 12562, 11927, 12547, 16279, 11062, 14161, 10712, 13654, 9701, 12397, 8546, 12592, 9869, 12132, 11425, 11476, 15632, 10981, 14844, 10240, 13362, 9659, 13330, 8777, 13478, 9590, 12869, 11979, 11581, 18048, 11411, 14266, 10059, 13433, 9465, 12626, 10876, 11388, 16043, 10822, 13958, 9819, 13532, 9367, 11492, 13449, 9986, 13980, 10068, 13256, 8658, 12128, 9222, 11953, 10537, 11048, 15246, 10379, 13462, 9735, 13233, 8685, 12248, 8645, 11780, 11910, 10193, 14683, 10826, 12629, 9093, 12831, 8601, 12065, 9265, 11696, 11454, 10666, 15864, 10367, 13636, 9748, 12703, 8785, 11788, 10580, 11373, 15394, 10626, 13066, 9542, 13097, 9110, 11432, 10923, 10532, 17007, 10885, 13722, 10071, 12825, 8770, 12368, 9485, 12757, 11995, 10940, 16033, 10997, 14915, 10359, 14076, 8776, 12336, 10396, 10839, 17525, 11641, 13846, 10359, 13339, 9142, 12339, 15794, 10754, 18429, 10810, 13905, 10426, 12791, 9396, 12511, 9427, 11112, 13334, 10255, 13972, 10276, 13231, 8826, 12537, 9150, 11321, 12758, 9911, 13882, 10394, 13222, 9520, 12585, 9536, 12757, 8240, 11861, 8871, 10973, 13005, 10287, 15414, 10747, 14016, 10318, 13420, 8968, 13246, 9521, 11418, 13725, 10082, 15197, 10656, 12729, 8287, 12337, 8673, 11727, 10126, 11468, 13249, 10183, 16687, 10520, 13993, 9652, 12496, 8520, 12060, 10795, 11470, 17093, 10645, 14305, 10056, 14064, 9502, 12389, 8671, 11478, 11348, 10747, 15560, 10805, 15093, 10227, 13759, 9646, 12825, 8586, 11336, 10669, 9754, 15777, 10837, 13261, 9573, 12069, 8419, 12118, 9005, 11712, 12711, 10516, 17364, 11121, 14220, 8995, 12567, 9677, 10870, 18467, 10788, 13165, 9554, 11937, 8633, 11771, 9395, 10338, 13366, 9758, 14383, 10266, 13249, 9468, 12471, 8797, 11515, 9551, 11267, 13650, 10379, 15234, 10476, 13301, 8723, 12169, 8605, 12218, 9028, 12222, 9732, 10921, 12811, 10357, 14859, 10881, 15792, 10179, 14026, 9165, 12950, 9281, 11285, 15421, 10200, 15616, 10561, 12957, 8757, 11509, 12294, 9453, 15687, 10859, 13260, 8328, 12074, 8698, 10514, 13760, 10027, 15914, 10055, 13003, 9095, 12355, 8764, 12376, 9940, 11068, 15586, 10433, 13048, 9644, 12008, 8742, 10859, 17625, 10181, 13059, 9685, 11876, 8627, 10446, 12473, 9450, 13920, 9303, 12427, 9038, 11496, 8408, 11523, 8379, 11916, 8835, 12159, 8420, 11801, 9695, 11173, 14986, 11018, 17205, 10595, 15630, 9980, 14281, 9102, 13305, 8631, 11722, 10913, 10051, 17735, 10889, 15666, 9776, 12851, 8691, 12132, 9073, 11322, 8811, 9686, 12156, 9252, 16247, 10320, 14111, 9131, 12143, 8980, 13858, 9253, 13475, 8366, 11900, 8371, 11580, 9101, 11131, 10693, 10113, 15663, 9684, 15173, 9431, 14062, 9018, 11935, 8417, 12310, 8439, 10812, 10583, 9918, 18397, 10392, 15486, 9338, 12363, 8650, 12385, 8060, 11302, 9842, 9348, 17048, 10095, 13452, 8968, 11835, 8361, 11897, 8097, 10836, 11062, 9595, 18276, 10441, 15765, 9213, 12303, 8794, 11889, 8074, 10835, 10090, 9348, 16869], 'WindowCenter': [4616.0, 4627.0, 4562.0, 4592.0, 4557.0, 4576.0, 4559.0, 4529.0, 4578.0, 4543.0, 4579.0, 4538.0, 4569.0, 4517.0, 4549.0, 4530.0, 4551.0, 4547.0, 4540.0, 4558.0, 4541.0, 4592.0, 4543.0, 4571.0, 4531.0, 4572.0, 4543.0, 4575.0, 4539.0, 4542.0, 4580.0, 4543.0, 4591.0, 4551.0, 4569.0, 4528.0, 4558.0, 4551.0, 4562.0, 4559.0, 4541.0, 4590.0, 4542.0, 4581.0, 4540.0, 4570.0, 4527.0, 4551.0, 4569.0, 4552.0, 4591.0, 4550.0, 4570.0, 4528.0, 4559.0, 4539.0, 4563.0, 4575.0, 4540.0, 4567.0, 4538.0, 4559.0, 4542.0, 4563.0, 4540.0, 4541.0, 4569.0, 4542.0, 4580.0, 4551.0, 4570.0, 4532.0, 4561.0, 4532.0, 4571.0, 4543.0, 4563.0, 4551.0, 4540.0, 4593.0, 4554.0, 4591.0, 4553.0, 4589.0, 4543.0, 4583.0, 4542.0, 4584.0, 4530.0, 4572.0, 4552.0, 4584.0, 4552.0, 4572.0, 4560.0, 4551.0, 4593.0, 4551.0, 4576.0, 4529.0, 4569.0, 4543.0, 4572.0, 4535.0, 4551.0, 4557.0, 4530.0, 4589.0, 4553.0, 4579.0, 4540.0, 4568.0, 4528.0, 4550.0, 4552.0, 4550.0, 4570.0, 4537.0, 4578.0, 4529.0, 4571.0, 4544.0, 4561.0, 4549.0, 4540.0, 4578.0, 4541.0, 4579.0, 4552.0, 4571.0, 4519.0, 4549.0, 4532.0, 4573.0, 4541.0, 4561.0, 4550.0, 4552.0, 4581.0, 4550.0, 4575.0, 4538.0, 4596.0, 4558.0, 4580.0, 4554.0, 4582.0, 4529.0, 4559.0, 4561.0, 4563.0, 4582.0, 4551.0, 4590.0, 4550.0, 4581.0, 4561.0, 4568.0, 4539.0, 4557.0, 4529.0, 4559.0, 4528.0, 4538.0, 4557.0, 4535.0, 4587.0, 4539.0, 4566.0, 4524.0, 4559.0, 4530.0, 4540.0, 4568.0, 4552.0, 4569.0, 4539.0, 4557.0, 4538.0, 4567.0, 4541.0, 4568.0, 4530.0, 4571.0, 4547.0, 4547.0, 4567.0, 4536.0, 4555.0, 4524.0, 4557.0, 4513.0, 4556.0, 4526.0, 4526.0, 4566.0, 4535.0, 4556.0, 4535.0, 4555.0, 4511.0, 4545.0, 4534.0, 4546.0, 4565.0, 4537.0, 4563.0, 4539.0, 4557.0, 4547.0, 4557.0, 4519.0, 4559.0, 4528.0, 4557.0, 4526.0, 4560.0, 4529.0, 4560.0, 4549.0, 4549.0, 4570.0, 4538.0, 4576.0, 4563.0, 4569.0, 4549.0, 4568.0, 4530.0, 4569.0, 4539.0, 4560.0, 4566.0, 4534.0, 4566.0, 4534.0, 4557.0, 4527.0, 4557.0, 4523.0, 4545.0, 4557.0, 4539.0, 4593.0, 4564.0, 4571.0, 4549.0, 4569.0, 4539.0, 4568.0, 4526.0, 4558.0, 4539.0, 4564.0, 4539.0, 4562.0, 4558.0, 4550.0, 4591.0, 4554.0, 4582.0, 4550.0, 4571.0, 4540.0, 4560.0, 4539.0, 4560.0, 4549.0, 4546.0, 4566.0, 4550.0, 4578.0, 4549.0, 4560.0, 4528.0, 4559.0, 4554.0, 4538.0, 4576.0, 4549.0, 4566.0, 4524.0, 4557.0, 4576.0, 4546.0, 4565.0, 4533.0, 4557.0, 4529.0, 4583.0, 4548.0, 4548.0, 4543.0, 4539.0, 4590.0, 4553.0, 4567.0, 4550.0, 4566.0, 4539.0, 4569.0, 4539.0, 4573.0, 4538.0, 4562.0, 4541.0, 4565.0, 4580.0, 4563.0, 4582.0, 4563.0, 4581.0, 4554.0, 4580.0, 4565.0, 4571.0, 4539.0, 4582.0, 4548.0, 4561.0, 4579.0, 4561.0, 4567.0, 4552.0, 4570.0, 4536.0, 4560.0, 4550.0, 4562.0, 4567.0, 4548.0, 4577.0, 4552.0, 4568.0, 4539.0, 4572.0, 4536.0, 4551.0, 4551.0, 4554.0, 4591.0, 4565.0, 4580.0, 4537.0, 4569.0, 4535.0, 4558.0, 4532.0, 4573.0, 4549.0, 4546.0, 4577.0, 4550.0, 4567.0, 4536.0, 4558.0, 4528.0, 4567.0, 4545.0, 4534.0, 4567.0, 4536.0, 4554.0, 4535.0, 4557.0, 4515.0, 4547.0, 4523.0, 4547.0, 4545.0, 4549.0, 4575.0, 4545.0, 4564.0, 4537.0, 4558.0, 4515.0, 4554.0, 4526.0, 4547.0, 4567.0, 4548.0, 4565.0, 4548.0, 4566.0, 4548.0, 4569.0, 4529.0, 4571.0, 4527.0, 4559.0, 4551.0, 4562.0, 4589.0, 4560.0, 4569.0, 4554.0, 4571.0, 4544.0, 4572.0, 4550.0, 4549.0, 4579.0, 4561.0, 4582.0, 4549.0, 4570.0, 4538.0, 4560.0, 4559.0, 4551.0, 4580.0, 4562.0, 4574.0, 4553.0, 4589.0, 4607.0, 4563.0, 4570.0, 4550.0, 4601.0, 4585.0, 4588.0, 4573.0, 4552.0, 4582.0, 4565.0, 4576.0, 4586.0, 4586.0, 4559.0, 4559.0, 4577.0, 4549.0, 4575.0, 4567.0, 4573.0, 4541.0, 4571.0, 4530.0, 4573.0, 4563.0, 4575.0, 4602.0, 4562.0, 4579.0, 4539.0, 4583.0, 4539.0, 4585.0, 4563.0, 4588.0, 4572.0, 4573.0, 4603.0, 4565.0, 4581.0, 4552.0, 4581.0, 4555.0, 4587.0, 4542.0, 4585.0, 4553.0, 4574.0, 4562.0, 4563.0, 4592.0, 4562.0, 4591.0, 4552.0, 4583.0, 4554.0, 4581.0, 4529.0, 4571.0, 4539.0, 4571.0, 4560.0, 4562.0, 4590.0, 4559.0, 4568.0, 4538.0, 4571.0, 4529.0, 4558.0, 4547.0, 4548.0, 4576.0, 4549.0, 4567.0, 4526.0, 4553.0, 4515.0, 4547.0, 4558.0, 4539.0, 4568.0, 4525.0, 4556.0, 4517.0, 4558.0, 4539.0, 4560.0, 4549.0, 4550.0, 4578.0, 4550.0, 4581.0, 4541.0, 4569.0, 4518.0, 4560.0, 4529.0, 4573.0, 4558.0, 4550.0, 4579.0, 4549.0, 4571.0, 4542.0, 4571.0, 4528.0, 4570.0, 4539.0, 4571.0, 4562.0, 4553.0, 4587.0, 4552.0, 4568.0, 4539.0, 4569.0, 4529.0, 4562.0, 4551.0, 4558.0, 4578.0, 4552.0, 4570.0, 4542.0, 4572.0, 4529.0, 4560.0, 4560.0, 4551.0, 4591.0, 4550.0, 4569.0, 4539.0, 4560.0, 4530.0, 4560.0, 4540.0, 4570.0, 4558.0, 4550.0, 4579.0, 4549.0, 4578.0, 4538.0, 4565.0, 4518.0, 4558.0, 4536.0, 4549.0, 4589.0, 4552.0, 4568.0, 4539.0, 4567.0, 4526.0, 4558.0, 4565.0, 4537.0, 4587.0, 4537.0, 4555.0, 4537.0, 4557.0, 4515.0, 4555.0, 4526.0, 4546.0, 4555.0, 4535.0, 4570.0, 4536.0, 4557.0, 4516.0, 4558.0, 4526.0, 4549.0, 4558.0, 4538.0, 4567.0, 4538.0, 4569.0, 4541.0, 4571.0, 4541.0, 4572.0, 4520.0, 4559.0, 4530.0, 4563.0, 4570.0, 4551.0, 4579.0, 4550.0, 4571.0, 4551.0, 4573.0, 4529.0, 4571.0, 4527.0, 4548.0, 4569.0, 4551.0, 4579.0, 4549.0, 4570.0, 4520.0, 4570.0, 4529.0, 4563.0, 4551.0, 4561.0, 4569.0, 4551.0, 4590.0, 4552.0, 4582.0, 4542.0, 4559.0, 4531.0, 4562.0, 4549.0, 4561.0, 4589.0, 4548.0, 4579.0, 4540.0, 4580.0, 4528.0, 4557.0, 4530.0, 4563.0, 4550.0, 4551.0, 4576.0, 4548.0, 4578.0, 4551.0, 4569.0, 4528.0, 4558.0, 4516.0, 4551.0, 4551.0, 4541.0, 4579.0, 4551.0, 4570.0, 4540.0, 4558.0, 4520.0, 4562.0, 4529.0, 4560.0, 4569.0, 4549.0, 4591.0, 4549.0, 4568.0, 4516.0, 4558.0, 4540.0, 4550.0, 4588.0, 4548.0, 4558.0, 4527.0, 4559.0, 4520.0, 4561.0, 4529.0, 4541.0, 4569.0, 4541.0, 4570.0, 4551.0, 4570.0, 4539.0, 4557.0, 4532.0, 4560.0, 4528.0, 4549.0, 4569.0, 4552.0, 4582.0, 4550.0, 4569.0, 4518.0, 4560.0, 4530.0, 4559.0, 4528.0, 4559.0, 4538.0, 4550.0, 4570.0, 4540.0, 4569.0, 4550.0, 4579.0, 4551.0, 4569.0, 4526.0, 4558.0, 4529.0, 4547.0, 4580.0, 4539.0, 4577.0, 4535.0, 4546.0, 4517.0, 4549.0, 4548.0, 4526.0, 4565.0, 4536.0, 4545.0, 4505.0, 4546.0, 4516.0, 4538.0, 4555.0, 4527.0, 4575.0, 4526.0, 4555.0, 4520.0, 4558.0, 4517.0, 4557.0, 4527.0, 4546.0, 4577.0, 4536.0, 4556.0, 4525.0, 4545.0, 4518.0, 4550.0, 4574.0, 4525.0, 4556.0, 4527.0, 4547.0, 4526.0, 4549.0, 4559.0, 4553.0, 4579.0, 4541.0, 4572.0, 4542.0, 4558.0, 4530.0, 4558.0, 4530.0, 4559.0, 4541.0, 4573.0, 4532.0, 4571.0, 4554.0, 4562.0, 4579.0, 4550.0, 4590.0, 4548.0, 4577.0, 4539.0, 4567.0, 4516.0, 4556.0, 4518.0, 4547.0, 4547.0, 4538.0, 4574.0, 4538.0, 4564.0, 4525.0, 4543.0, 4516.0, 4542.0, 4514.0, 4535.0, 4514.0, 4524.0, 4558.0, 4540.0, 4589.0, 4550.0, 4566.0, 4529.0, 4558.0, 4540.0, 4568.0, 4529.0, 4568.0, 4518.0, 4559.0, 4532.0, 4561.0, 4530.0, 4560.0, 4549.0, 4548.0, 4590.0, 4541.0, 4579.0, 4529.0, 4568.0, 4529.0, 4559.0, 4519.0, 4559.0, 4517.0, 4547.0, 4550.0, 4539.0, 4588.0, 4538.0, 4578.0, 4529.0, 4557.0, 4516.0, 4557.0, 4506.0, 4560.0, 4537.0, 4539.0, 4588.0, 4551.0, 4566.0, 4527.0, 4558.0, 4519.0, 4559.0, 4507.0, 4548.0, 4559.0, 4539.0, 4589.0, 4538.0, 4576.0, 4526.0, 4546.0, 4517.0, 4547.0, 4505.0, 4548.0, 4536.0, 4528.0, 4586.0], 'WindowWidth': [10128.0, 10121.0, 10021.0, 10056.0, 10001.0, 10025.0, 9991.0, 9949.0, 10015.0, 9971.0, 10017.0, 9958.0, 10000.0, 9928.0, 9972.0, 9949.0, 9980.0, 9971.0, 9962.0, 9986.0, 9967.0, 10036.0, 9970.0, 10006.0, 9951.0, 10010.0, 9973.0, 10018.0, 9963.0, 9967.0, 10019.0, 9973.0, 10035.0, 9980.0, 10001.0, 9945.0, 9987.0, 9983.0, 9996.0, 9989.0, 9966.0, 10033.0, 9968.0, 10020.0, 9963.0, 10005.0, 9942.0, 9979.0, 10001.0, 9984.0, 10034.0, 9978.0, 10003.0, 9944.0, 9986.0, 9959.0, 9998.0, 10009.0, 9962.0, 9996.0, 9958.0, 9988.0, 9971.0, 9997.0, 9964.0, 9965.0, 10004.0, 9970.0, 10020.0, 9982.0, 10005.0, 9955.0, 9993.0, 9959.0, 10010.0, 9970.0, 9998.0, 9978.0, 9966.0, 10044.0, 9988.0, 10040.0, 9987.0, 10033.0, 9974.0, 10029.0, 9972.0, 10028.0, 9951.0, 10012.0, 9989.0, 10031.0, 9983.0, 10010.0, 9992.0, 9982.0, 10044.0, 9981.0, 10012.0, 9947.0, 10001.0, 9974.0, 10009.0, 9954.0, 9977.0, 9984.0, 9948.0, 10032.0, 9984.0, 10016.0, 9963.0, 10000.0, 9943.0, 9976.0, 9985.0, 9979.0, 10004.0, 9957.0, 10013.0, 9947.0, 10008.0, 9975.0, 9995.0, 9973.0, 9963.0, 10014.0, 9967.0, 10017.0, 9981.0, 10005.0, 9932.0, 9975.0, 9955.0, 10012.0, 9967.0, 9993.0, 9975.0, 9984.0, 10023.0, 9978.0, 10009.0, 9958.0, 10049.0, 10002.0, 10025.0, 9989.0, 10026.0, 9950.0, 9990.0, 9994.0, 9999.0, 10025.0, 9980.0, 10037.0, 9979.0, 10023.0, 9992.0, 10001.0, 9960.0, 9984.0, 9948.0, 9988.0, 9943.0, 9957.0, 9984.0, 9954.0, 10030.0, 9963.0, 9997.0, 9939.0, 9987.0, 9949.0, 9965.0, 10004.0, 9984.0, 10003.0, 9960.0, 9985.0, 9961.0, 10000.0, 9967.0, 10001.0, 9950.0, 10006.0, 9970.0, 9968.0, 10000.0, 9951.0, 9976.0, 9935.0, 9982.0, 9919.0, 9980.0, 9937.0, 9937.0, 9996.0, 9953.0, 9979.0, 9950.0, 9977.0, 9914.0, 9963.0, 9951.0, 9967.0, 9993.0, 9952.0, 9992.0, 9960.0, 9983.0, 9972.0, 9983.0, 9931.0, 9986.0, 9945.0, 9984.0, 9941.0, 9990.0, 9949.0, 9995.0, 9977.0, 9975.0, 10005.0, 9961.0, 10013.0, 9999.0, 10005.0, 9977.0, 10004.0, 9950.0, 10002.0, 9964.0, 9990.0, 9996.0, 9948.0, 9995.0, 9948.0, 9982.0, 9944.0, 9983.0, 9933.0, 9966.0, 9983.0, 9962.0, 10044.0, 10004.0, 10009.0, 9979.0, 10005.0, 9965.0, 10002.0, 9945.0, 9992.0, 9968.0, 10005.0, 9968.0, 10000.0, 9992.0, 9982.0, 10040.0, 9990.0, 10027.0, 9980.0, 10012.0, 9964.0, 9992.0, 9960.0, 9992.0, 9977.0, 9971.0, 9999.0, 9977.0, 10015.0, 9975.0, 9992.0, 9945.0, 9988.0, 9979.0, 9959.0, 10012.0, 9974.0, 9997.0, 9938.0, 9988.0, 10014.0, 9968.0, 9994.0, 9950.0, 9984.0, 9948.0, 10031.0, 9973.0, 9970.0, 9962.0, 9962.0, 10039.0, 9990.0, 10001.0, 9978.0, 9999.0, 9965.0, 10003.0, 9967.0, 10014.0, 9964.0, 9998.0, 9966.0, 10007.0, 10026.0, 10004.0, 10030.0, 10002.0, 10028.0, 9991.0, 10024.0, 10008.0, 10012.0, 9965.0, 10025.0, 9978.0, 9997.0, 10024.0, 9997.0, 10001.0, 9983.0, 10006.0, 9958.0, 9991.0, 9980.0, 9998.0, 10005.0, 9977.0, 10016.0, 9985.0, 10005.0, 9966.0, 10012.0, 9957.0, 9980.0, 9984.0, 9991.0, 10043.0, 10004.0, 10023.0, 9963.0, 10005.0, 9958.0, 9993.0, 9957.0, 10016.0, 9977.0, 9972.0, 10018.0, 9978.0, 10001.0, 9956.0, 9990.0, 9947.0, 10001.0, 9966.0, 9951.0, 9999.0, 9956.0, 9980.0, 9954.0, 9984.0, 9925.0, 9970.0, 9936.0, 9973.0, 9968.0, 9977.0, 10012.0, 9968.0, 9994.0, 9961.0, 9989.0, 9927.0, 9980.0, 9941.0, 9974.0, 10004.0, 9975.0, 9999.0, 9975.0, 9999.0, 9977.0, 10007.0, 9954.0, 10013.0, 9948.0, 9993.0, 9984.0, 10002.0, 10039.0, 9997.0, 10007.0, 9990.0, 10014.0, 9981.0, 10014.0, 9984.0, 9980.0, 10021.0, 10002.0, 10030.0, 9983.0, 10012.0, 9964.0, 9998.0, 9994.0, 9989.0, 10026.0, 10002.0, 10023.0, 9994.0, 10048.0, 10073.0, 10007.0, 10014.0, 9988.0, 10076.0, 10056.0, 10052.0, 10023.0, 9987.0, 10030.0, 10012.0, 10032.0, 10062.0, 10039.0, 9995.0, 9992.0, 10018.0, 9983.0, 10018.0, 10021.0, 10023.0, 9975.0, 10019.0, 9960.0, 10023.0, 10011.0, 10027.0, 10061.0, 10006.0, 10027.0, 9971.0, 10037.0, 9973.0, 10041.0, 10008.0, 10050.0, 10021.0, 10023.0, 10066.0, 10012.0, 10030.0, 9991.0, 10029.0, 10002.0, 10045.0, 9984.0, 10044.0, 9993.0, 10023.0, 10008.0, 10008.0, 10050.0, 10006.0, 10047.0, 9992.0, 10035.0, 9996.0, 10031.0, 9957.0, 10015.0, 9969.0, 10015.0, 10000.0, 10003.0, 10042.0, 9995.0, 10007.0, 9967.0, 10013.0, 9953.0, 9992.0, 9975.0, 9977.0, 10018.0, 9982.0, 10002.0, 9946.0, 9982.0, 9928.0, 9972.0, 9992.0, 9967.0, 10005.0, 9945.0, 9987.0, 9935.0, 9995.0, 9970.0, 9999.0, 9981.0, 9983.0, 10022.0, 9987.0, 10030.0, 9975.0, 10010.0, 9939.0, 9998.0, 9957.0, 10021.0, 9995.0, 9986.0, 10024.0, 9983.0, 10015.0, 9979.0, 10016.0, 9955.0, 10013.0, 9971.0, 10016.0, 10006.0, 9993.0, 10037.0, 9990.0, 10009.0, 9970.0, 10011.0, 9960.0, 10003.0, 9986.0, 9995.0, 10023.0, 9991.0, 10014.0, 9976.0, 10018.0, 9955.0, 9998.0, 10001.0, 9989.0, 10043.0, 9985.0, 10009.0, 9970.0, 9998.0, 9960.0, 9997.0, 9971.0, 10011.0, 9994.0, 9984.0, 10025.0, 9981.0, 10021.0, 9965.0, 10000.0, 9938.0, 9992.0, 9961.0, 9980.0, 10037.0, 9986.0, 10006.0, 9966.0, 10003.0, 9946.0, 9992.0, 9998.0, 9960.0, 10031.0, 9959.0, 9982.0, 9962.0, 9988.0, 9929.0, 9983.0, 9944.0, 9972.0, 9984.0, 9957.0, 10008.0, 9960.0, 9988.0, 9931.0, 9991.0, 9946.0, 9981.0, 9991.0, 9965.0, 10004.0, 9966.0, 10007.0, 9975.0, 10013.0, 9973.0, 10016.0, 9944.0, 9996.0, 9959.0, 10007.0, 10013.0, 9988.0, 10025.0, 9984.0, 10013.0, 9988.0, 10018.0, 9954.0, 10012.0, 9949.0, 9978.0, 10009.0, 9986.0, 10022.0, 9980.0, 10010.0, 9945.0, 10012.0, 9957.0, 10004.0, 9987.0, 10001.0, 10011.0, 9989.0, 10041.0, 9989.0, 10029.0, 9975.0, 9996.0, 9961.0, 10003.0, 9982.0, 9998.0, 10038.0, 9977.0, 10024.0, 9971.0, 10025.0, 9953.0, 9992.0, 9957.0, 10005.0, 9985.0, 9986.0, 10018.0, 9981.0, 10021.0, 9987.0, 10008.0, 9951.0, 9992.0, 9935.0, 9983.0, 9986.0, 9972.0, 10023.0, 9987.0, 10011.0, 9972.0, 9996.0, 9946.0, 10002.0, 9955.0, 9997.0, 10009.0, 9982.0, 10043.0, 9982.0, 10008.0, 9934.0, 9994.0, 9970.0, 9984.0, 10035.0, 9977.0, 9989.0, 9949.0, 9995.0, 9943.0, 10002.0, 9954.0, 9971.0, 10011.0, 9975.0, 10009.0, 9987.0, 10012.0, 9968.0, 9990.0, 9966.0, 9998.0, 9952.0, 9982.0, 10010.0, 9988.0, 10029.0, 9984.0, 10009.0, 9939.0, 9996.0, 9958.0, 9996.0, 9952.0, 9995.0, 9967.0, 9986.0, 10012.0, 9971.0, 10010.0, 9982.0, 10022.0, 9986.0, 10009.0, 9947.0, 9992.0, 9950.0, 9974.0, 10025.0, 9966.0, 10016.0, 9957.0, 9971.0, 9931.0, 9976.0, 9978.0, 9945.0, 9997.0, 9957.0, 9969.0, 9915.0, 9971.0, 9933.0, 9964.0, 9985.0, 9949.0, 10013.0, 9945.0, 9985.0, 9941.0, 9992.0, 9934.0, 9989.0, 9946.0, 9972.0, 10016.0, 9958.0, 9986.0, 9943.0, 9972.0, 9939.0, 9981.0, 10010.0, 9943.0, 9986.0, 9949.0, 9976.0, 9949.0, 9980.0, 9994.0, 9996.0, 10025.0, 9977.0, 10020.0, 9980.0, 9995.0, 9960.0, 9994.0, 9961.0, 9999.0, 9977.0, 10020.0, 9966.0, 10017.0, 9999.0, 10005.0, 10023.0, 9981.0, 10039.0, 9980.0, 10019.0, 9967.0, 10003.0, 9932.0, 9986.0, 9937.0, 9975.0, 9977.0, 9967.0, 10013.0, 9964.0, 9997.0, 9942.0, 9965.0, 9934.0, 9966.0, 9925.0, 9954.0, 9928.0, 9942.0, 9996.0, 9975.0, 10039.0, 9986.0, 10003.0, 9955.0, 9994.0, 9974.0, 10006.0, 9955.0, 10007.0, 9941.0, 9995.0, 9965.0, 10002.0, 9957.0, 9997.0, 9980.0, 9980.0, 10043.0, 9974.0, 10024.0, 9955.0, 10009.0, 9957.0, 9995.0, 9941.0, 9995.0, 9936.0, 9977.0, 9986.0, 9968.0, 10036.0, 9964.0, 10018.0, 9952.0, 9991.0, 9933.0, 9989.0, 9919.0, 9998.0, 9965.0, 9970.0, 10034.0, 9985.0, 10000.0, 9951.0, 9992.0, 9940.0, 9994.0, 9921.0, 9978.0, 9996.0, 9967.0, 10037.0, 9965.0, 10014.0, 9946.0, 9973.0, 9934.0, 9974.0, 9916.0, 9976.0, 9962.0, 9952.0, 10030.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.003591347926267281</td></tr>
<tr><td colspan=3>aqi</td><td>0.049115682258064515</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.67243553183393</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2217821025605544</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9789703721683976</td></tr>
<tr><td colspan=3>efc</td><td>0.5223</td></tr>
<tr><td colspan=3>fber</td><td>3287.9656</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09946144566371903</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>41</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.723502304147465</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5675342458366077</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.549025848317397</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.657262118464116</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4963147707283095</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881824</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012778930366039276</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02189801074564457</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.538543917598738</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.3451</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>65.0056</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>258.6292</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>66.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289426.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1246.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>532.7681</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.8261</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>555.2848</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3689.6943</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1833.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4731.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.7088</td></tr>
<tr><td colspan=3>tsnr</td><td>31.167929768562317</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>