ds005256-mriqc/sub-0040_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 2c30e7d2f6 [DATALAD RUNCMD] Compute MRIQC for sub-0040
=== 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-0040 --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-0040",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:18:48 +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-0040_ses-01_task-social_acq-mb8_run-02_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-0040_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0040_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_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-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_ses-01_task-social_acq-mb8_run-02_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-0040/ses-01/func/sub-0040_ses-01_task-social_acq-mb8_run-02_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>febf5a7355f03c612f68cf4e0d14f31e</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>16:53:34.740000</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.999497, -0.00364085, -0.0315144, 0.00680347, 0.99488, 0.100838]</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-02_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.0782851</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7741, -7224, 601, -32, -68, 42, 81]</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.162</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8ce078f1-e843-4e95-9737-fea9605981d9||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.6815764904022217, 0.018253199756145477, -0.08366191387176514, 115.93814849853516], [0.00976813118904829, 2.669189453125, 0.27270326018333435, -101.13042449951172], [-0.08455082029104233, -0.270539790391922, 2.684889793395996, -41.494606018066406], [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': ['165334.740000', '165335.200000', '165335.660000', '165336.120000', '165336.580000', '165337.040000', '165337.500000', '165337.960000', '165338.420000', '165338.880000', '165339.340000', '165339.800000', '165340.260000', '165340.720000', '165341.180000', '165341.640000', '165342.100000', '165342.560000', '165343.020000', '165343.480000', '165343.940000', '165344.400000', '165344.860000', '165345.320000', '165345.780000', '165346.240000', '165346.700000', '165347.160000', '165347.620000', '165348.080000', '165348.540000', '165349.000000', '165349.460000', '165349.920000', '165350.380000', '165350.840000', '165351.300000', '165351.760000', '165352.220000', '165352.680000', '165353.140000', '165353.600000', '165354.060000', '165354.520000', '165354.980000', '165355.440000', '165355.900000', '165356.360000', '165356.820000', '165357.280000', '165357.740000', '165358.200000', '165358.660000', '165359.120000', '165359.580000', '165400.040000', '165400.500000', '165400.960000', '165401.420000', '165401.880000', '165402.340000', '165402.800000', '165403.260000', '165403.720000', '165404.180000', '165404.640000', '165405.100000', '165405.560000', '165406.020000', '165406.480000', '165406.940000', '165407.400000', '165407.860000', '165408.320000', '165408.780000', '165409.240000', '165409.700000', '165410.160000', '165410.620000', '165411.080000', '165411.540000', '165412.000000', '165412.460000', '165412.920000', '165413.380000', '165413.840000', '165414.300000', '165414.760000', '165415.220000', '165415.680000', '165416.140000', '165416.600000', '165417.060000', '165417.520000', '165417.980000', '165418.440000', '165418.900000', '165419.360000', '165419.820000', '165420.280000', '165420.740000', '165421.200000', '165421.660000', '165422.120000', '165422.580000', '165423.040000', '165423.500000', '165423.960000', '165424.420000', '165424.880000', '165425.340000', '165425.800000', '165426.260000', '165426.720000', '165427.180000', '165427.640000', '165428.100000', '165428.560000', '165429.020000', '165429.480000', '165429.940000', '165430.400000', '165430.860000', '165431.320000', '165431.780000', '165432.240000', '165432.700000', '165433.160000', '165433.620000', '165434.080000', '165434.540000', '165435.000000', '165435.460000', '165435.920000', '165436.380000', '165436.840000', '165437.300000', '165437.760000', '165438.220000', '165438.680000', '165439.140000', '165439.600000', '165440.060000', '165440.520000', '165440.980000', '165441.440000', '165441.900000', '165442.360000', '165442.820000', '165443.280000', '165443.740000', '165444.200000', '165444.660000', '165445.120000', '165445.580000', '165446.040000', '165446.500000', '165446.960000', '165447.420000', '165447.880000', '165448.340000', '165448.800000', '165449.260000', '165449.720000', '165450.180000', '165450.640000', '165451.100000', '165451.560000', '165452.020000', '165452.480000', '165452.940000', '165453.400000', '165453.860000', '165454.320000', '165454.780000', '165455.240000', '165455.700000', '165456.160000', '165456.620000', '165457.080000', '165457.540000', '165458.000000', '165458.460000', '165458.920000', '165459.380000', '165459.840000', '165500.300000', '165500.760000', '165501.220000', '165501.680000', '165502.140000', '165502.600000', '165503.060000', '165503.520000', '165503.980000', '165504.440000', '165504.900000', '165505.360000', '165505.820000', '165506.280000', '165506.740000', '165507.200000', '165507.660000', '165508.120000', '165508.580000', '165509.040000', '165509.500000', '165509.960000', '165510.420000', '165510.880000', '165511.340000', '165511.800000', '165512.260000', '165512.720000', '165513.180000', '165513.640000', '165514.100000', '165514.560000', '165515.020000', '165515.480000', '165515.940000', '165516.400000', '165516.860000', '165517.320000', '165517.780000', '165518.240000', '165518.700000', '165519.160000', '165519.620000', '165520.080000', '165520.540000', '165521.000000', '165521.460000', '165521.920000', '165522.380000', '165522.840000', '165523.300000', '165523.760000', '165524.220000', '165524.680000', '165525.140000', '165525.600000', '165526.060000', '165526.520000', '165526.980000', '165527.440000', '165527.900000', '165528.360000', '165528.820000', '165529.280000', '165529.740000', '165530.200000', '165530.660000', '165531.120000', '165531.580000', '165532.040000', '165532.500000', '165532.960000', '165533.420000', '165533.880000', '165534.340000', '165534.800000', '165535.260000', '165535.720000', '165536.180000', '165536.640000', '165537.100000', '165537.560000', '165538.020000', '165538.480000', '165538.940000', '165539.400000', '165539.860000', '165540.320000', '165540.780000', '165541.240000', '165541.700000', '165542.160000', '165542.620000', '165543.080000', '165543.540000', '165544.000000', '165544.460000', '165544.920000', '165545.380000', '165545.840000', '165546.300000', '165546.760000', '165547.220000', '165547.680000', '165548.140000', '165548.600000', '165549.060000', '165549.520000', '165549.980000', '165550.440000', '165550.900000', '165551.360000', '165551.820000', '165552.280000', '165552.740000', '165553.200000', '165553.660000', '165554.120000', '165554.580000', '165555.040000', '165555.500000', '165555.960000', '165556.420000', '165556.880000', '165557.340000', '165557.800000', '165558.260000', '165558.720000', '165559.180000', '165559.640000', '165600.100000', '165600.560000', '165601.020000', '165601.480000', '165601.940000', '165602.400000', '165602.860000', '165603.320000', '165603.780000', '165604.240000', '165604.700000', '165605.160000', '165605.620000', '165606.080000', '165606.540000', '165607.000000', '165607.460000', '165607.920000', '165608.380000', '165608.840000', '165609.300000', '165609.760000', '165610.220000', '165610.680000', '165611.140000', '165611.600000', '165612.060000', '165612.520000', '165612.980000', '165613.440000', '165613.900000', '165614.360000', '165614.820000', '165615.280000', '165615.740000', '165616.200000', '165616.660000', '165617.120000', '165617.580000', '165618.040000', '165618.500000', '165618.960000', '165619.420000', '165619.880000', '165620.340000', '165620.800000', '165621.260000', '165621.720000', '165622.180000', '165622.640000', '165623.100000', '165623.560000', '165624.020000', '165624.480000', '165624.940000', '165625.400000', '165625.860000', '165626.320000', '165626.780000', '165627.240000', '165627.700000', '165628.160000', '165628.620000', '165629.080000', '165629.540000', '165630.000000', '165630.460000', '165630.920000', '165631.380000', '165631.840000', '165632.300000', '165632.760000', '165633.220000', '165633.680000', '165634.140000', '165634.600000', '165635.060000', '165635.520000', '165635.980000', '165636.440000', '165636.900000', '165637.360000', '165637.820000', '165638.280000', '165638.740000', '165639.200000', '165639.660000', '165640.120000', '165640.580000', '165641.040000', '165641.500000', '165641.960000', '165642.420000', '165642.880000', '165643.340000', '165643.800000', '165644.260000', '165644.720000', '165645.180000', '165645.640000', '165646.100000', '165646.560000', '165647.020000', '165647.480000', '165647.940000', '165648.400000', '165648.860000', '165649.320000', '165649.780000', '165650.240000', '165650.700000', '165651.160000', '165651.620000', '165652.080000', '165652.540000', '165653.000000', '165653.460000', '165653.920000', '165654.380000', '165654.840000', '165655.300000', '165655.760000', '165656.220000', '165656.680000', '165657.140000', '165657.600000', '165658.060000', '165658.520000', '165658.980000', '165659.440000', '165659.900000', '165700.360000', '165700.820000', '165701.280000', '165701.740000', '165702.200000', '165702.660000', '165703.120000', '165703.580000', '165704.040000', '165704.500000', '165704.960000', '165705.420000', '165705.880000', '165706.340000', '165706.800000', '165707.260000', '165707.720000', '165708.180000', '165708.640000', '165709.100000', '165709.560000', '165710.020000', '165710.480000', '165710.940000', '165711.400000', '165711.860000', '165712.320000', '165712.780000', '165713.240000', '165713.700000', '165714.160000', '165714.620000', '165715.080000', '165715.540000', '165716.000000', '165716.460000', '165716.920000', '165717.380000', '165717.840000', '165718.300000', '165718.760000', '165719.220000', '165719.680000', '165720.140000', '165720.600000', '165721.060000', '165721.520000', '165721.980000', '165722.440000', '165722.900000', '165723.360000', '165723.820000', '165724.280000', '165724.740000', '165725.200000', '165725.660000', '165726.120000', '165726.580000', '165727.040000', '165727.500000', '165727.960000', '165728.420000', '165728.880000', '165729.340000', '165729.800000', '165730.260000', '165730.720000', '165731.180000', '165731.640000', '165732.100000', '165732.560000', '165733.020000', '165733.480000', '165733.940000', '165734.400000', '165734.860000', '165735.320000', '165735.780000', '165736.240000', '165736.700000', '165737.160000', '165737.620000', '165738.080000', '165738.540000', '165739.000000', '165739.460000', '165739.920000', '165740.380000', '165740.840000', '165741.300000', '165741.760000', '165742.220000', '165742.680000', '165743.140000', '165743.600000', '165744.060000', '165744.520000', '165744.980000', '165745.440000', '165745.900000', '165746.360000', '165746.820000', '165747.280000', '165747.740000', '165748.200000', '165748.660000', '165749.120000', '165749.580000', '165750.040000', '165750.500000', '165750.960000', '165751.420000', '165751.880000', '165752.340000', '165752.800000', '165753.260000', '165753.720000', '165754.180000', '165754.640000', '165755.100000', '165755.560000', '165756.020000', '165756.480000', '165756.940000', '165757.400000', '165757.860000', '165758.320000', '165758.780000', '165759.240000', '165759.700000', '165800.160000', '165800.620000', '165801.080000', '165801.540000', '165802.000000', '165802.460000', '165802.920000', '165803.380000', '165803.840000', '165804.300000', '165804.760000', '165805.220000', '165805.680000', '165806.140000', '165806.600000', '165807.060000', '165807.520000', '165807.980000', '165808.440000', '165808.900000', '165809.360000', '165809.820000', '165810.280000', '165810.740000', '165811.200000', '165811.660000', '165812.120000', '165812.580000', '165813.040000', '165813.500000', '165813.960000', '165814.420000', '165814.880000', '165815.340000', '165815.800000', '165816.260000', '165816.720000', '165817.180000', '165817.640000', '165818.100000', '165818.560000', '165819.020000', '165819.480000', '165819.940000', '165820.400000', '165820.860000', '165821.320000', '165821.780000', '165822.240000', '165822.700000', '165823.160000', '165823.620000', '165824.080000', '165824.540000', '165825.000000', '165825.460000', '165825.920000', '165826.380000', '165826.840000', '165827.300000', '165827.760000', '165828.220000', '165828.680000', '165829.140000', '165829.600000', '165830.060000', '165830.520000', '165830.980000', '165831.440000', '165831.900000', '165832.360000', '165832.820000', '165833.280000', '165833.740000', '165834.200000', '165834.660000', '165835.120000', '165835.580000', '165836.040000', '165836.500000', '165836.960000', '165837.420000', '165837.880000', '165838.340000', '165838.800000', '165839.260000', '165839.720000', '165840.180000', '165840.640000', '165841.100000', '165841.560000', '165842.020000', '165842.480000', '165842.940000', '165843.400000', '165843.860000', '165844.320000', '165844.780000', '165845.240000', '165845.700000', '165846.160000', '165846.620000', '165847.080000', '165847.540000', '165848.000000', '165848.460000', '165848.920000', '165849.380000', '165849.840000', '165850.300000', '165850.760000', '165851.220000', '165851.680000', '165852.140000', '165852.600000', '165853.060000', '165853.520000', '165853.980000', '165854.440000', '165854.900000', '165855.360000', '165855.820000', '165856.280000', '165856.740000', '165857.200000', '165857.660000', '165858.120000', '165858.580000', '165859.040000', '165859.500000', '165859.960000', '165900.420000', '165900.880000', '165901.340000', '165901.800000', '165902.260000', '165902.720000', '165903.180000', '165903.640000', '165904.100000', '165904.560000', '165905.020000', '165905.480000', '165905.940000', '165906.400000', '165906.860000', '165907.320000', '165907.780000', '165908.240000', '165908.700000', '165909.160000', '165909.620000', '165910.080000', '165910.540000', '165911.000000', '165911.460000', '165911.920000', '165912.380000', '165912.840000', '165913.300000', '165913.760000', '165914.220000', '165914.680000', '165915.140000', '165915.600000', '165916.060000', '165916.520000', '165916.980000', '165917.440000', '165917.900000', '165918.360000', '165918.820000', '165919.280000', '165919.740000', '165920.200000', '165920.660000', '165921.120000', '165921.580000', '165922.040000', '165922.500000', '165922.960000', '165923.420000', '165923.880000', '165924.340000', '165924.800000', '165925.260000', '165925.720000', '165926.180000', '165926.640000', '165927.100000', '165927.560000', '165928.020000', '165928.480000', '165928.940000', '165929.400000', '165929.860000', '165930.320000', '165930.780000', '165931.240000', '165931.700000', '165932.160000', '165932.620000', '165933.080000', '165933.540000', '165934.000000', '165934.460000', '165934.920000', '165935.380000', '165935.840000', '165936.300000', '165936.760000', '165937.220000', '165937.680000', '165938.140000', '165938.600000', '165939.060000', '165939.520000', '165939.980000', '165940.440000', '165940.900000', '165941.360000', '165941.820000', '165942.280000', '165942.740000', '165943.200000', '165943.660000', '165944.120000', '165944.580000', '165945.040000', '165945.500000', '165945.960000', '165946.420000', '165946.880000', '165947.340000', '165947.800000', '165948.260000', '165948.720000', '165949.180000', '165949.640000', '165950.100000', '165950.560000', '165951.020000', '165951.480000', '165951.940000', '165952.400000', '165952.860000', '165953.320000', '165953.780000', '165954.240000', '165954.700000', '165955.160000', '165955.620000', '165956.080000', '165956.540000', '165957.000000', '165957.460000', '165957.920000', '165958.380000', '165958.840000', '165959.300000', '165959.760000', '170000.220000', '170000.680000', '170001.140000', '170001.600000', '170002.060000', '170002.520000', '170002.980000', '170003.440000', '170003.900000', '170004.360000', '170004.820000', '170005.280000', '170005.740000', '170006.200000', '170006.660000', '170007.120000', '170007.580000', '170008.040000', '170008.500000', '170008.960000', '170009.420000', '170009.880000', '170010.340000', '170010.800000', '170011.260000', '170011.720000', '170012.180000', '170012.640000', '170013.100000', '170013.560000', '170014.020000', '170014.480000', '170014.940000', '170015.400000'], 'ContentTime': ['165355.168000', '165355.172000', '165355.175000', '165355.178000', '165355.180000', '165355.183000', '165355.186000', '165355.189000', '165355.192000', '165355.195000', '165355.198000', '165355.208000', '165355.210000', '165355.214000', '165355.216000', '165355.219000', '165355.222000', '165355.225000', '165355.228000', '165355.231000', '165355.233000', '165355.236000', '165355.239000', '165355.242000', '165355.245000', '165355.248000', '165355.250000', '165355.253000', '165355.256000', '165355.259000', '165355.262000', '165355.265000', '165355.267000', '165355.270000', '165355.273000', '165355.276000', '165355.279000', '165355.282000', '165355.284000', '165355.287000', '165355.290000', '165355.293000', '165355.296000', '165415.123000', '165415.126000', '165415.128000', '165415.132000', '165415.134000', '165415.137000', '165415.140000', '165415.143000', '165415.145000', '165415.148000', '165415.151000', '165415.154000', '165415.157000', '165415.159000', '165415.162000', '165415.165000', '165415.168000', '165415.171000', '165415.173000', '165415.176000', '165415.179000', '165415.182000', '165415.185000', '165415.188000', '165415.190000', '165415.193000', '165415.196000', '165415.199000', '165415.202000', '165415.204000', '165415.207000', '165415.210000', '165415.213000', '165415.216000', '165415.218000', '165415.222000', '165415.225000', '165415.228000', '165415.231000', '165415.234000', '165415.237000', '165415.240000', '165415.242000', '165435.123000', '165435.126000', '165435.128000', '165435.131000', '165435.143000', '165435.146000', '165435.148000', '165435.151000', '165435.154000', '165435.157000', '165435.160000', '165435.163000', '165435.180000', '165435.183000', '165435.185000', '165435.188000', '165435.200000', '165435.203000', '165435.206000', '165435.208000', '165435.211000', '165435.214000', '165435.217000', '165435.220000', '165435.223000', '165435.225000', '165435.228000', '165435.231000', '165435.234000', '165435.237000', '165435.239000', '165435.242000', '165435.245000', '165435.248000', '165435.251000', '165435.254000', '165435.256000', '165435.259000', '165435.262000', '165435.265000', '165435.268000', '165435.275000', '165435.278000', '165435.281000', '165455.123000', '165455.126000', '165455.129000', '165455.132000', '165455.134000', '165455.137000', '165455.140000', '165455.143000', '165455.146000', '165455.149000', '165455.152000', '165455.154000', '165455.157000', '165455.160000', '165455.163000', '165455.166000', '165455.169000', '165455.172000', '165455.174000', '165455.177000', '165455.180000', '165455.183000', '165455.186000', '165455.189000', '165455.191000', '165455.194000', '165455.197000', '165455.200000', '165455.203000', '165455.206000', '165455.209000', '165455.211000', '165455.214000', '165455.217000', '165455.220000', '165455.223000', '165455.225000', '165455.228000', '165455.231000', '165455.234000', '165455.237000', '165455.240000', '165455.243000', '165515.123000', '165515.126000', '165515.129000', '165515.132000', '165515.134000', '165515.137000', '165515.140000', '165515.143000', '165515.146000', '165515.148000', '165515.151000', '165515.154000', '165515.157000', '165515.160000', '165515.163000', '165515.166000', '165515.169000', '165515.172000', '165515.174000', '165515.177000', '165515.180000', '165515.183000', '165515.186000', '165515.189000', '165515.191000', '165515.194000', '165515.197000', '165515.200000', '165515.203000', '165515.205000', '165515.208000', '165515.211000', '165515.214000', '165515.217000', '165515.219000', '165515.222000', '165515.225000', '165515.228000', '165515.231000', '165515.234000', '165515.236000', '165515.239000', '165515.242000', '165515.245000', '165535.123000', '165535.126000', '165535.129000', '165535.132000', '165535.134000', '165535.137000', '165535.140000', '165535.143000', '165535.146000', '165535.149000', '165535.152000', '165535.154000', '165535.157000', '165535.160000', '165535.163000', '165535.166000', '165535.168000', '165535.171000', '165535.174000', '165535.177000', '165535.180000', '165535.193000', '165535.196000', '165535.199000', '165535.202000', '165535.204000', '165535.207000', '165535.210000', '165535.213000', '165535.216000', '165535.219000', '165535.221000', '165535.224000', '165535.227000', '165535.230000', '165535.233000', '165535.235000', '165535.239000', '165535.241000', '165535.244000', '165535.247000', '165535.250000', '165535.253000', '165555.124000', '165555.127000', '165555.130000', '165555.133000', '165555.135000', '165555.138000', '165555.141000', '165555.144000', '165555.147000', '165555.150000', '165555.153000', '165555.155000', '165555.158000', '165555.212000', '165555.215000', '165555.218000', '165555.220000', '165555.223000', '165555.226000', '165555.229000', '165555.232000', '165555.235000', '165555.238000', '165555.241000', '165555.243000', '165555.246000', '165555.249000', '165555.252000', '165555.255000', '165555.257000', '165555.260000', '165555.263000', '165555.266000', '165555.269000', '165555.272000', '165555.275000', '165555.277000', '165555.280000', '165555.283000', '165555.286000', '165555.289000', '165555.292000', '165555.295000', '165555.297000', '165615.123000', '165615.126000', '165615.129000', '165615.131000', '165615.135000', '165615.137000', '165615.140000', '165615.153000', '165615.156000', '165615.159000', '165615.162000', '165615.165000', '165615.168000', '165615.180000', '165615.183000', '165615.185000', '165615.188000', '165615.191000', '165615.194000', '165615.197000', '165615.200000', '165615.202000', '165615.205000', '165615.208000', '165615.211000', '165615.214000', '165615.217000', '165615.219000', '165615.222000', '165615.225000', '165615.228000', '165615.231000', '165615.234000', '165615.236000', '165615.239000', '165615.242000', '165615.245000', '165615.248000', '165615.251000', '165615.254000', '165615.256000', '165615.259000', '165615.262000', '165635.123000', '165635.127000', '165635.130000', '165635.133000', '165635.135000', '165635.138000', '165635.141000', '165635.144000', '165635.147000', '165635.150000', '165635.153000', '165635.156000', '165635.158000', '165635.162000', '165635.164000', '165635.167000', '165635.170000', '165635.173000', '165635.176000', '165635.178000', '165635.181000', '165635.184000', '165635.187000', '165635.190000', '165635.193000', '165635.199000', '165635.202000', '165635.204000', '165635.207000', '165635.210000', '165635.213000', '165635.216000', '165635.219000', '165635.222000', '165635.224000', '165635.227000', '165635.230000', '165635.233000', '165635.236000', '165635.238000', '165635.241000', '165635.244000', '165635.247000', '165655.123000', '165655.126000', '165655.129000', '165655.132000', '165655.135000', '165655.137000', '165655.140000', '165655.143000', '165655.146000', '165655.149000', '165655.152000', '165655.155000', '165655.158000', '165655.192000', '165655.194000', '165655.197000', '165655.200000', '165655.203000', '165655.206000', '165655.209000', '165655.212000', '165655.215000', '165655.217000', '165655.220000', '165655.223000', '165655.226000', '165655.229000', '165655.232000', '165655.235000', '165655.237000', '165655.240000', '165655.243000', '165655.246000', '165655.249000', '165655.252000', '165655.255000', '165655.258000', '165655.261000', '165655.263000', '165655.266000', '165655.269000', '165655.272000', '165655.275000', '165655.277000', '165715.123000', '165715.126000', '165715.129000', '165715.132000', '165715.135000', '165715.138000', '165715.141000', '165715.144000', '165715.147000', '165715.149000', '165715.152000', '165715.155000', '165715.158000', '165715.182000', '165715.185000', '165715.188000', '165715.191000', '165715.194000', '165715.196000', '165715.199000', '165715.202000', '165715.205000', '165715.208000', '165715.211000', '165715.214000', '165715.217000', '165715.219000', '165715.222000', '165715.225000', '165715.228000', '165715.231000', '165715.234000', '165715.237000', '165715.239000', '165715.242000', '165715.245000', '165715.248000', '165715.251000', '165715.254000', '165715.256000', '165715.259000', '165715.262000', '165715.265000', '165735.123000', '165735.126000', '165735.129000', '165735.132000', '165735.135000', '165735.137000', '165735.140000', '165735.143000', '165735.146000', '165735.149000', '165735.152000', '165735.155000', '165735.157000', '165735.202000', '165735.205000', '165735.208000', '165735.211000', '165735.214000', '165735.216000', '165735.220000', '165735.222000', '165735.225000', '165735.228000', '165735.238000', '165735.241000', '165735.244000', '165735.247000', '165735.250000', '165735.252000', '165735.255000', '165735.258000', '165735.261000', '165735.264000', '165735.267000', '165735.269000', '165735.272000', '165735.275000', '165735.278000', '165735.281000', '165735.284000', '165735.287000', '165735.289000', '165735.292000', '165735.295000', '165755.123000', '165755.126000', '165755.129000', '165755.132000', '165755.135000', '165755.138000', '165755.140000', '165755.143000', '165755.146000', '165755.149000', '165755.152000', '165755.155000', '165755.208000', '165755.211000', '165755.214000', '165755.217000', '165755.219000', '165755.222000', '165755.225000', '165755.228000', '165755.231000', '165755.234000', '165755.236000', '165755.239000', '165755.242000', '165755.245000', '165755.248000', '165755.251000', '165755.253000', '165755.256000', '165755.259000', '165755.262000', '165755.265000', '165755.268000', '165755.270000', '165755.273000', '165755.276000', '165755.279000', '165755.282000', '165755.285000', '165755.288000', '165755.291000', '165755.294000', '165815.124000', '165815.127000', '165815.130000', '165815.133000', '165815.136000', '165815.139000', '165815.142000', '165815.144000', '165815.147000', '165815.150000', '165815.153000', '165815.156000', '165815.214000', '165815.217000', '165815.220000', '165815.223000', '165815.225000', '165815.228000', '165815.231000', '165815.234000', '165815.237000', '165815.239000', '165815.242000', '165815.245000', '165815.248000', '165815.251000', '165815.254000', '165815.257000', '165815.260000', '165815.262000', '165815.265000', '165815.268000', '165815.271000', '165815.274000', '165815.277000', '165815.280000', '165815.282000', '165815.285000', '165815.288000', '165815.291000', '165815.294000', '165815.297000', '165815.299000', '165815.302000', '165835.123000', '165835.126000', '165835.129000', '165835.132000', '165835.135000', '165835.137000', '165835.140000', '165835.143000', '165835.146000', '165835.149000', '165835.152000', '165835.154000', '165835.157000', '165835.160000', '165835.163000', '165835.166000', '165835.169000', '165835.172000', '165835.175000', '165835.178000', '165835.181000', '165835.184000', '165835.187000', '165835.190000', '165835.192000', '165835.195000', '165835.198000', '165835.201000', '165835.204000', '165835.206000', '165835.210000', '165835.212000', '165835.215000', '165835.218000', '165835.221000', '165835.224000', '165835.226000', '165835.229000', '165835.232000', '165835.235000', '165835.238000', '165835.240000', '165835.243000', '165855.123000', '165855.126000', '165855.129000', '165855.132000', '165855.135000', '165855.138000', '165855.140000', '165855.143000', '165855.146000', '165855.149000', '165855.152000', '165855.155000', '165855.157000', '165855.226000', '165855.228000', '165855.231000', '165855.234000', '165855.237000', '165855.240000', '165855.243000', '165855.245000', '165855.248000', '165855.251000', '165855.254000', '165855.257000', '165855.260000', '165855.263000', '165855.265000', '165855.268000', '165855.271000', '165855.274000', '165855.277000', '165855.280000', '165855.283000', '165855.285000', '165855.288000', '165855.291000', '165855.294000', '165855.297000', '165855.300000', '165855.302000', '165855.305000', '165855.308000', '165855.311000', '165915.123000', '165915.126000', '165915.129000', '165915.132000', '165915.136000', '165915.139000', '165915.142000', '165915.145000', '165915.148000', '165915.151000', '165915.153000', '165915.156000', '165915.159000', '165915.206000', '165915.221000', '165915.223000', '165915.226000', '165915.229000', '165915.232000', '165915.235000', '165915.238000', '165915.241000', '165915.244000', '165915.246000', '165915.249000', '165915.252000', '165915.255000', '165915.258000', '165915.261000', '165915.264000', '165915.266000', '165915.269000', '165915.272000', '165915.275000', '165915.278000', '165915.281000', '165915.283000', '165915.286000', '165915.289000', '165915.292000', '165915.295000', '165915.298000', '165915.301000', '165935.123000', '165935.126000', '165935.129000', '165935.132000', '165935.135000', '165935.137000', '165935.140000', '165935.143000', '165935.146000', '165935.149000', '165935.152000', '165935.154000', '165935.157000', '165935.207000', '165935.210000', '165935.213000', '165935.216000', '165935.219000', '165935.222000', '165935.224000', '165935.227000', '165935.230000', '165935.233000', '165935.236000', '165935.239000', '165935.242000', '165935.244000', '165935.247000', '165935.250000', '165935.253000', '165935.256000', '165935.259000', '165935.262000', '165935.264000', '165935.267000', '165935.270000', '165935.273000', '165935.276000', '165935.279000', '165935.281000', '165935.284000', '165935.287000', '165935.290000', '165935.293000', '165955.123000', '165955.126000', '165955.129000', '165955.132000', '165955.134000', '165955.137000', '165955.140000', '165955.143000', '165955.146000', '165955.149000', '165955.152000', '165955.155000', '165955.157000', '165955.209000', '165955.212000', '165955.215000', '165955.218000', '165955.221000', '165955.224000', '165955.227000', '165955.229000', '165955.232000', '165955.235000', '165955.238000', '165955.241000', '165955.244000', '165955.247000', '165955.250000', '165955.253000', '165955.255000', '165955.258000', '165955.261000', '165955.264000', '165955.267000', '165955.269000', '165955.272000', '165955.275000', '165955.278000', '165955.281000', '165955.284000', '165955.287000', '165955.289000', '165955.292000', '170015.123000', '170015.126000', '170015.129000', '170015.132000', '170015.135000', '170015.137000', '170015.140000', '170015.143000', '170015.146000', '170015.149000', '170015.151000', '170015.154000', '170015.157000', '170015.208000', '170015.211000', '170015.214000', '170015.216000', '170015.219000', '170015.222000', '170015.225000', '170015.228000', '170015.231000', '170015.233000', '170015.236000', '170015.239000', '170015.242000', '170015.245000', '170015.248000', '170015.251000', '170015.254000', '170015.256000', '170015.259000', '170015.262000', '170015.265000', '170015.268000', '170015.271000', '170015.273000', '170015.276000', '170015.279000', '170015.282000', '170015.285000', '170015.288000', '170015.290000', '170015.293000', '170016.428000', '170016.432000', '170016.435000'], 'InstanceCreationTime': ['165355.168000', '165355.172000', '165355.175000', '165355.178000', '165355.180000', '165355.183000', '165355.186000', '165355.189000', '165355.192000', '165355.195000', '165355.198000', '165355.208000', '165355.210000', '165355.214000', '165355.216000', '165355.219000', '165355.222000', '165355.225000', '165355.228000', '165355.231000', '165355.233000', '165355.236000', '165355.239000', '165355.242000', '165355.245000', '165355.248000', '165355.250000', '165355.253000', '165355.256000', '165355.259000', '165355.262000', '165355.265000', '165355.267000', '165355.270000', '165355.273000', '165355.276000', '165355.279000', '165355.282000', '165355.284000', '165355.287000', '165355.290000', '165355.293000', '165355.296000', '165415.123000', '165415.126000', '165415.128000', '165415.132000', '165415.134000', '165415.137000', '165415.140000', '165415.143000', '165415.145000', '165415.148000', '165415.151000', '165415.154000', '165415.157000', '165415.159000', '165415.162000', '165415.165000', '165415.168000', '165415.171000', '165415.173000', '165415.176000', '165415.179000', '165415.182000', '165415.185000', '165415.188000', '165415.190000', '165415.193000', '165415.196000', '165415.199000', '165415.202000', '165415.204000', '165415.207000', '165415.210000', '165415.213000', '165415.216000', '165415.218000', '165415.222000', '165415.225000', '165415.228000', '165415.231000', '165415.234000', '165415.237000', '165415.240000', '165415.242000', '165435.123000', '165435.126000', '165435.128000', '165435.131000', '165435.143000', '165435.146000', '165435.148000', '165435.151000', '165435.154000', '165435.157000', '165435.160000', '165435.163000', '165435.180000', '165435.183000', '165435.185000', '165435.188000', '165435.200000', '165435.203000', '165435.206000', '165435.208000', '165435.211000', '165435.214000', '165435.217000', '165435.220000', '165435.223000', '165435.225000', '165435.228000', '165435.231000', '165435.234000', '165435.237000', '165435.239000', '165435.242000', '165435.245000', '165435.248000', '165435.251000', '165435.254000', '165435.256000', '165435.259000', '165435.262000', '165435.265000', '165435.268000', '165435.275000', '165435.278000', '165435.281000', '165455.123000', '165455.126000', '165455.129000', '165455.132000', '165455.134000', '165455.137000', '165455.140000', '165455.143000', '165455.146000', '165455.149000', '165455.152000', '165455.154000', '165455.157000', '165455.160000', '165455.163000', '165455.166000', '165455.169000', '165455.172000', '165455.174000', '165455.177000', '165455.180000', '165455.183000', '165455.186000', '165455.189000', '165455.191000', '165455.194000', '165455.197000', '165455.200000', '165455.203000', '165455.206000', '165455.209000', '165455.211000', '165455.214000', '165455.217000', '165455.220000', '165455.223000', '165455.225000', '165455.228000', '165455.231000', '165455.234000', '165455.237000', '165455.240000', '165455.243000', '165515.123000', '165515.126000', '165515.129000', '165515.132000', '165515.134000', '165515.137000', '165515.140000', '165515.143000', '165515.146000', '165515.148000', '165515.151000', '165515.154000', '165515.157000', '165515.160000', '165515.163000', '165515.166000', '165515.169000', '165515.172000', '165515.174000', '165515.177000', '165515.180000', '165515.183000', '165515.186000', '165515.189000', '165515.191000', '165515.194000', '165515.197000', '165515.200000', '165515.203000', '165515.205000', '165515.208000', '165515.211000', '165515.214000', '165515.217000', '165515.219000', '165515.222000', '165515.225000', '165515.228000', '165515.231000', '165515.234000', '165515.236000', '165515.239000', '165515.242000', '165515.245000', '165535.123000', '165535.126000', '165535.129000', '165535.132000', '165535.134000', '165535.137000', '165535.140000', '165535.143000', '165535.146000', '165535.149000', '165535.152000', '165535.154000', '165535.157000', '165535.160000', '165535.163000', '165535.166000', '165535.168000', '165535.171000', '165535.174000', '165535.177000', '165535.180000', '165535.193000', '165535.196000', '165535.199000', '165535.202000', '165535.204000', '165535.207000', '165535.210000', '165535.213000', '165535.216000', '165535.219000', '165535.221000', '165535.224000', '165535.227000', '165535.230000', '165535.233000', '165535.235000', '165535.239000', '165535.241000', '165535.244000', '165535.247000', '165535.250000', '165535.253000', '165555.124000', '165555.127000', '165555.130000', '165555.133000', '165555.135000', '165555.138000', '165555.141000', '165555.144000', '165555.147000', '165555.150000', '165555.153000', '165555.155000', '165555.158000', '165555.212000', '165555.215000', '165555.218000', '165555.220000', '165555.223000', '165555.226000', '165555.229000', '165555.232000', '165555.235000', '165555.238000', '165555.241000', '165555.243000', '165555.246000', '165555.249000', '165555.252000', '165555.255000', '165555.257000', '165555.260000', '165555.263000', '165555.266000', '165555.269000', '165555.272000', '165555.275000', '165555.277000', '165555.280000', '165555.283000', '165555.286000', '165555.289000', '165555.292000', '165555.295000', '165555.297000', '165615.123000', '165615.126000', '165615.129000', '165615.131000', '165615.135000', '165615.137000', '165615.140000', '165615.153000', '165615.156000', '165615.159000', '165615.162000', '165615.165000', '165615.168000', '165615.180000', '165615.183000', '165615.185000', '165615.188000', '165615.191000', '165615.194000', '165615.197000', '165615.200000', '165615.202000', '165615.205000', '165615.208000', '165615.211000', '165615.214000', '165615.217000', '165615.219000', '165615.222000', '165615.225000', '165615.228000', '165615.231000', '165615.234000', '165615.236000', '165615.239000', '165615.242000', '165615.245000', '165615.248000', '165615.251000', '165615.254000', '165615.256000', '165615.259000', '165615.262000', '165635.123000', '165635.127000', '165635.130000', '165635.133000', '165635.135000', '165635.138000', '165635.141000', '165635.144000', '165635.147000', '165635.150000', '165635.153000', '165635.156000', '165635.158000', '165635.162000', '165635.164000', '165635.167000', '165635.170000', '165635.173000', '165635.176000', '165635.178000', '165635.181000', '165635.184000', '165635.187000', '165635.190000', '165635.193000', '165635.199000', '165635.202000', '165635.204000', '165635.207000', '165635.210000', '165635.213000', '165635.216000', '165635.219000', '165635.222000', '165635.224000', '165635.227000', '165635.230000', '165635.233000', '165635.236000', '165635.238000', '165635.241000', '165635.244000', '165635.247000', '165655.123000', '165655.126000', '165655.129000', '165655.132000', '165655.135000', '165655.137000', '165655.140000', '165655.143000', '165655.146000', '165655.149000', '165655.152000', '165655.155000', '165655.158000', '165655.192000', '165655.194000', '165655.197000', '165655.200000', '165655.203000', '165655.206000', '165655.209000', '165655.212000', '165655.215000', '165655.217000', '165655.220000', '165655.223000', '165655.226000', '165655.229000', '165655.232000', '165655.235000', '165655.237000', '165655.240000', '165655.243000', '165655.246000', '165655.249000', '165655.252000', '165655.255000', '165655.258000', '165655.261000', '165655.263000', '165655.266000', '165655.269000', '165655.272000', '165655.275000', '165655.277000', '165715.123000', '165715.126000', '165715.129000', '165715.132000', '165715.135000', '165715.138000', '165715.141000', '165715.144000', '165715.147000', '165715.149000', '165715.152000', '165715.155000', '165715.158000', '165715.182000', '165715.185000', '165715.188000', '165715.191000', '165715.194000', '165715.196000', '165715.199000', '165715.202000', '165715.205000', '165715.208000', '165715.211000', '165715.214000', '165715.217000', '165715.219000', '165715.222000', '165715.225000', '165715.228000', '165715.231000', '165715.234000', '165715.237000', '165715.239000', '165715.242000', '165715.245000', '165715.248000', '165715.251000', '165715.254000', '165715.256000', '165715.259000', '165715.262000', '165715.265000', '165735.123000', '165735.126000', '165735.129000', '165735.132000', '165735.135000', '165735.137000', '165735.140000', '165735.143000', '165735.146000', '165735.149000', '165735.152000', '165735.155000', '165735.157000', '165735.202000', '165735.205000', '165735.208000', '165735.211000', '165735.214000', '165735.216000', '165735.220000', '165735.222000', '165735.225000', '165735.228000', '165735.238000', '165735.241000', '165735.244000', '165735.247000', '165735.250000', '165735.252000', '165735.255000', '165735.258000', '165735.261000', '165735.264000', '165735.267000', '165735.269000', '165735.272000', '165735.275000', '165735.278000', '165735.281000', '165735.284000', '165735.287000', '165735.289000', '165735.292000', '165735.295000', '165755.123000', '165755.126000', '165755.129000', '165755.132000', '165755.135000', '165755.138000', '165755.140000', '165755.143000', '165755.146000', '165755.149000', '165755.152000', '165755.155000', '165755.208000', '165755.211000', '165755.214000', '165755.217000', '165755.219000', '165755.222000', '165755.225000', '165755.228000', '165755.231000', '165755.234000', '165755.236000', '165755.239000', '165755.242000', '165755.245000', '165755.248000', '165755.251000', '165755.253000', '165755.256000', '165755.259000', '165755.262000', '165755.265000', '165755.268000', '165755.270000', '165755.273000', '165755.276000', '165755.279000', '165755.282000', '165755.285000', '165755.288000', '165755.291000', '165755.294000', '165815.124000', '165815.127000', '165815.130000', '165815.133000', '165815.136000', '165815.139000', '165815.142000', '165815.144000', '165815.147000', '165815.150000', '165815.153000', '165815.156000', '165815.214000', '165815.217000', '165815.220000', '165815.223000', '165815.225000', '165815.228000', '165815.231000', '165815.234000', '165815.237000', '165815.239000', '165815.242000', '165815.245000', '165815.248000', '165815.251000', '165815.254000', '165815.257000', '165815.260000', '165815.262000', '165815.265000', '165815.268000', '165815.271000', '165815.274000', '165815.277000', '165815.280000', '165815.282000', '165815.285000', '165815.288000', '165815.291000', '165815.294000', '165815.297000', '165815.299000', '165815.302000', '165835.123000', '165835.126000', '165835.129000', '165835.132000', '165835.135000', '165835.137000', '165835.140000', '165835.143000', '165835.146000', '165835.149000', '165835.152000', '165835.154000', '165835.157000', '165835.160000', '165835.163000', '165835.166000', '165835.169000', '165835.172000', '165835.175000', '165835.178000', '165835.181000', '165835.184000', '165835.187000', '165835.190000', '165835.192000', '165835.195000', '165835.198000', '165835.201000', '165835.204000', '165835.206000', '165835.210000', '165835.212000', '165835.215000', '165835.218000', '165835.221000', '165835.224000', '165835.226000', '165835.229000', '165835.232000', '165835.235000', '165835.238000', '165835.240000', '165835.243000', '165855.123000', '165855.126000', '165855.129000', '165855.132000', '165855.135000', '165855.138000', '165855.140000', '165855.143000', '165855.146000', '165855.149000', '165855.152000', '165855.155000', '165855.157000', '165855.226000', '165855.228000', '165855.231000', '165855.234000', '165855.237000', '165855.240000', '165855.243000', '165855.245000', '165855.248000', '165855.251000', '165855.254000', '165855.257000', '165855.260000', '165855.263000', '165855.265000', '165855.268000', '165855.271000', '165855.274000', '165855.277000', '165855.280000', '165855.283000', '165855.285000', '165855.288000', '165855.291000', '165855.294000', '165855.297000', '165855.300000', '165855.302000', '165855.305000', '165855.308000', '165855.311000', '165915.123000', '165915.126000', '165915.129000', '165915.132000', '165915.136000', '165915.139000', '165915.142000', '165915.145000', '165915.148000', '165915.151000', '165915.153000', '165915.156000', '165915.159000', '165915.206000', '165915.221000', '165915.223000', '165915.226000', '165915.229000', '165915.232000', '165915.235000', '165915.238000', '165915.241000', '165915.244000', '165915.246000', '165915.249000', '165915.252000', '165915.255000', '165915.258000', '165915.261000', '165915.264000', '165915.266000', '165915.269000', '165915.272000', '165915.275000', '165915.278000', '165915.281000', '165915.283000', '165915.286000', '165915.289000', '165915.292000', '165915.295000', '165915.298000', '165915.301000', '165935.123000', '165935.126000', '165935.129000', '165935.132000', '165935.135000', '165935.137000', '165935.140000', '165935.143000', '165935.146000', '165935.149000', '165935.152000', '165935.154000', '165935.157000', '165935.207000', '165935.210000', '165935.213000', '165935.216000', '165935.219000', '165935.222000', '165935.224000', '165935.227000', '165935.230000', '165935.233000', '165935.236000', '165935.239000', '165935.242000', '165935.244000', '165935.247000', '165935.250000', '165935.253000', '165935.256000', '165935.259000', '165935.262000', '165935.264000', '165935.267000', '165935.270000', '165935.273000', '165935.276000', '165935.279000', '165935.281000', '165935.284000', '165935.287000', '165935.290000', '165935.293000', '165955.123000', '165955.126000', '165955.129000', '165955.132000', '165955.134000', '165955.137000', '165955.140000', '165955.143000', '165955.146000', '165955.149000', '165955.152000', '165955.155000', '165955.157000', '165955.209000', '165955.212000', '165955.215000', '165955.218000', '165955.221000', '165955.224000', '165955.227000', '165955.229000', '165955.232000', '165955.235000', '165955.238000', '165955.241000', '165955.244000', '165955.247000', '165955.250000', '165955.253000', '165955.255000', '165955.258000', '165955.261000', '165955.264000', '165955.267000', '165955.269000', '165955.272000', '165955.275000', '165955.278000', '165955.281000', '165955.284000', '165955.287000', '165955.289000', '165955.292000', '170015.123000', '170015.126000', '170015.129000', '170015.132000', '170015.135000', '170015.137000', '170015.140000', '170015.143000', '170015.146000', '170015.149000', '170015.151000', '170015.154000', '170015.157000', '170015.208000', '170015.211000', '170015.214000', '170015.216000', '170015.219000', '170015.222000', '170015.225000', '170015.228000', '170015.231000', '170015.233000', '170015.236000', '170015.239000', '170015.242000', '170015.245000', '170015.248000', '170015.251000', '170015.254000', '170015.256000', '170015.259000', '170015.262000', '170015.265000', '170015.268000', '170015.271000', '170015.273000', '170015.276000', '170015.279000', '170015.282000', '170015.285000', '170015.288000', '170015.290000', '170015.293000', '170016.428000', '170016.432000', '170016.435000'], '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': [11787, 14451, 10159, 9340, 10811, 13731, 10794, 13648, 12097, 9636, 10622, 8029, 11430, 11941, 11220, 13269, 12370, 8158, 11763, 8130, 11934, 12020, 11172, 14565, 11222, 8297, 11283, 8779, 11990, 8588, 12934, 11282, 14082, 9469, 7589, 10432, 8143, 10619, 11704, 10528, 14194, 12548, 12636, 9583, 10505, 10360, 10755, 10890, 13564, 9901, 10826, 12542, 8233, 11635, 10235, 12937, 9808, 14239, 9688, 14511, 10420, 12472, 10041, 12008, 10413, 11927, 9283, 11126, 8299, 10444, 8171, 10734, 7610, 10588, 7886, 10828, 8611, 11108, 9954, 10666, 10005, 11985, 9712, 12069, 10317, 12737, 9397, 11720, 9677, 11808, 8434, 10980, 8033, 10979, 9481, 10895, 10006, 10987, 9977, 10751, 8656, 10373, 7937, 10496, 7845, 10510, 11798, 10472, 14697, 11874, 9460, 10279, 7707, 11091, 13969, 10598, 14484, 13148, 12131, 10202, 8205, 11035, 14775, 10314, 14468, 11011, 13082, 11275, 12550, 9319, 11057, 9832, 12020, 10335, 12103, 9711, 12144, 9508, 10975, 9100, 11304, 8523, 10539, 9339, 11502, 9244, 11063, 9361, 11166, 8760, 13041, 9442, 11730, 9388, 11131, 8747, 11136, 8118, 12911, 8385, 10836, 8554, 11152, 8513, 10815, 10010, 12218, 9877, 12652, 10884, 7997, 10917, 7891, 11231, 14950, 11308, 15184, 11876, 9453, 10859, 8013, 11007, 7753, 10989, 8052, 10849, 8045, 10965, 7989, 10556, 8607, 10788, 8583, 13537, 10215, 13302, 9568, 12768, 9839, 12983, 10685, 13583, 10011, 12655, 10059, 12839, 9972, 11490, 8997, 11096, 9865, 10933, 9268, 11016, 9238, 10903, 9329, 13078, 9950, 12265, 9753, 11218, 10126, 12131, 9666, 12030, 9566, 8008, 10440, 7672, 10670, 8014, 12907, 8196, 11377, 9253, 11677, 9334, 14188, 11799, 13559, 10303, 12919, 10963, 13949, 10079, 12865, 10105, 11990, 10271, 12800, 10279, 12980, 10084, 13469, 10173, 11885, 9897, 11232, 9933, 11048, 9933, 11149, 9734, 12550, 9531, 11483, 9704, 11832, 9929, 13153, 11136, 12434, 10207, 7539, 10795, 8059, 10909, 8421, 10854, 8535, 13251, 8701, 10895, 8469, 10943, 8641, 10842, 8864, 11944, 10018, 11793, 10078, 13155, 8923, 13056, 9067, 13966, 10141, 12375, 10115, 11341, 10025, 11304, 9758, 12541, 9807, 11669, 9862, 9118, 9904, 9428, 10277, 7936, 12743, 11456, 13329, 10017, 7984, 11478, 14873, 10598, 12452, 8733, 11270, 8919, 11606, 13796, 10569, 13835, 11355, 13120, 11158, 13183, 10950, 13696, 11397, 11159, 10180, 8097, 11305, 8985, 11594, 8768, 11503, 8511, 11368, 8689, 12997, 9833, 10547, 9982, 7705, 10895, 9600, 10237, 10236, 13006, 11204, 12838, 9497, 11737, 9860, 11847, 9626, 9983, 9497, 11495, 10262, 11413, 9999, 11347, 9408, 7762, 10423, 7889, 10854, 12730, 9734, 9334, 10476, 7843, 11114, 7939, 10686, 10224, 10695, 7799, 10652, 7922, 10947, 7714, 11021, 8338, 12324, 8856, 11233, 10165, 11784, 8516, 11402, 8791, 10717, 8841, 10991, 8434, 11207, 7855, 11100, 8168, 10993, 9523, 10942, 9798, 11861, 9305, 13037, 9313, 12761, 8552, 11339, 9294, 11144, 15043, 10232, 13088, 10753, 12217, 9702, 11465, 9960, 11673, 10088, 12291, 10087, 12992, 9591, 11883, 9680, 11898, 9703, 11531, 9188, 11976, 9753, 10713, 10105, 11134, 9837, 12691, 9803, 12339, 9599, 12032, 10118, 13342, 9919, 12316, 10748, 12156, 9713, 11520, 10137, 11402, 10163, 12293, 9944, 12953, 9639, 11447, 9696, 12226, 10283, 12839, 9973, 12062, 9803, 11354, 9921, 10140, 10402, 13220, 10238, 12493, 10950, 12549, 9302, 11697, 9878, 12106, 9105, 11950, 8986, 11829, 8654, 11259, 8658, 10948, 8571, 10959, 9511, 11011, 9393, 10713, 8489, 12777, 8600, 12448, 8838, 10951, 8086, 11254, 8031, 12580, 8564, 10970, 9107, 11034, 8403, 12341, 8726, 12321, 8677, 11128, 8804, 11088, 8340, 12474, 8973, 10836, 10089, 11214, 8723, 12030, 8531, 13457, 9412, 11856, 9629, 11826, 8476, 12328, 8522, 10926, 8413, 11180, 7744, 10880, 7942, 10658, 8428, 10687, 7954, 10605, 10536, 10807, 12758, 11618, 7795, 11140, 8154, 11244, 7730, 10922, 8237, 10724, 7840, 10738, 7741, 10829, 7745, 10652, 7745, 10599, 7865, 10550, 7716, 10642, 7913, 12102, 9508, 11175, 10125, 11625, 9689, 13138, 9856, 13442, 10102, 12212, 10113, 12315, 10013, 7873, 10243, 7608, 11060, 7976, 12706, 8502, 11888, 9348, 12032, 8381, 13466, 8536, 12337, 8412, 11145, 8928, 10986, 8732, 10853, 9250, 10905, 9563, 10785, 10040, 11448, 10061, 11718, 10138, 11937, 9479, 12979, 9301, 12960, 9895, 11143, 10068, 11469, 9682, 12679, 9976, 10979, 9461, 10546, 8667, 11745, 8983, 10968, 9384, 11130, 8491, 13416, 8651, 13590, 8732, 11063, 9019, 10963, 8452, 13004, 8658, 11013, 8499, 10956, 8272, 11047, 7913, 10988, 8480, 10901, 8274, 10833, 7948, 11671, 8138, 11061, 8520, 11644, 8815, 11669, 9503, 13957, 9960, 11775, 9980, 11817, 9551, 13614, 10314, 13795, 9789, 11419, 9304, 11381, 8658, 13382, 8726, 10839, 8702, 11016, 8223, 10713, 8261, 10739, 8602, 10769, 9877, 8780, 10397, 8576, 11054, 9999, 12455, 9922, 10628, 10377, 12301, 11162, 9672, 12765, 9853, 11918, 10686, 12070, 10438, 8663, 12554, 10365, 8276, 10136, 7722, 11742, 10455, 8293, 10956, 14242, 11776, 13906, 12038, 11141, 11257, 7902, 11873, 8699, 11411, 8129, 14006, 10249, 13771, 10452, 13175, 10433, 13343, 10208, 12723, 9873, 7409, 10949, 7938, 11235, 8293, 10948, 8093, 11239, 9620, 11367, 9819, 11149, 9792, 10919, 9999, 11873, 9610, 10440, 9870, 7877, 10683, 11326, 10224, 10027, 10892, 7395, 11184, 7613, 11417, 8315, 11085, 8473, 11316, 10202, 12582, 10658, 13492, 10726, 14134, 10228, 8000, 10912, 9303, 10219, 10913, 10345, 10794, 12047, 11919, 8203, 11904, 8981, 11585, 8285, 11866, 10179, 11844, 8451, 11508, 9535, 11295, 10425, 10140, 10442, 10711, 10207, 7786, 11018, 8429, 11022, 9741, 11257, 13621, 11470, 11114, 11651, 7977, 11839, 8370, 11543, 11349, 11323, 8447, 11130, 9849, 11274, 9626, 11623, 8419, 12637, 9227, 11970, 9732, 11365, 9853, 10776, 10276, 13063, 10274, 10736, 10370, 13244, 11450, 10477, 11030, 7852, 11522, 8248, 11441, 8075, 12279, 9931, 12944, 10517, 7940, 11383, 11792, 13986, 8426, 11557, 9809, 11536, 8837], 'WindowCenter': [4258.0, 4252.0, 4218.0, 4195.0, 4216.0, 4222.0, 4212.0, 4222.0, 4211.0, 4191.0, 4201.0, 4170.0, 4201.0, 4211.0, 4203.0, 4208.0, 4200.0, 4158.0, 4198.0, 4156.0, 4198.0, 4197.0, 4199.0, 4208.0, 4186.0, 4154.0, 4185.0, 4194.0, 4210.0, 4180.0, 4207.0, 4199.0, 4208.0, 4177.0, 4156.0, 4188.0, 4167.0, 4199.0, 4198.0, 4189.0, 4220.0, 4210.0, 4208.0, 4188.0, 4187.0, 4188.0, 4186.0, 4186.0, 4208.0, 4189.0, 4187.0, 4199.0, 4166.0, 4185.0, 4186.0, 4195.0, 4175.0, 4204.0, 4176.0, 4205.0, 4175.0, 4195.0, 4175.0, 4193.0, 4184.0, 4184.0, 4164.0, 4185.0, 4153.0, 4185.0, 4153.0, 4184.0, 4142.0, 4184.0, 4166.0, 4196.0, 4165.0, 4196.0, 4188.0, 4197.0, 4201.0, 4210.0, 4191.0, 4210.0, 4189.0, 4196.0, 4177.0, 4196.0, 4175.0, 4195.0, 4166.0, 4187.0, 4155.0, 4187.0, 4188.0, 4196.0, 4187.0, 4197.0, 4188.0, 4199.0, 4180.0, 4199.0, 4167.0, 4199.0, 4167.0, 4199.0, 4198.0, 4198.0, 4218.0, 4199.0, 4188.0, 4188.0, 4156.0, 4200.0, 4219.0, 4199.0, 4220.0, 4209.0, 4197.0, 4189.0, 4166.0, 4187.0, 4207.0, 4185.0, 4207.0, 4186.0, 4207.0, 4197.0, 4196.0, 4176.0, 4185.0, 4186.0, 4194.0, 4186.0, 4197.0, 4177.0, 4195.0, 4176.0, 4186.0, 4177.0, 4195.0, 4177.0, 4187.0, 4177.0, 4198.0, 4178.0, 4196.0, 4177.0, 4197.0, 4178.0, 4208.0, 4176.0, 4197.0, 4177.0, 4196.0, 4165.0, 4198.0, 4167.0, 4208.0, 4166.0, 4187.0, 4178.0, 4211.0, 4178.0, 4198.0, 4189.0, 4212.0, 4202.0, 4221.0, 4200.0, 4168.0, 4199.0, 4155.0, 4197.0, 4217.0, 4198.0, 4207.0, 4197.0, 4175.0, 4187.0, 4153.0, 4186.0, 4154.0, 4196.0, 4155.0, 4199.0, 4167.0, 4197.0, 4168.0, 4197.0, 4177.0, 4199.0, 4180.0, 4219.0, 4188.0, 4209.0, 4189.0, 4208.0, 4188.0, 4208.0, 4189.0, 4207.0, 4177.0, 4207.0, 4186.0, 4196.0, 4174.0, 4197.0, 4176.0, 4197.0, 4186.0, 4185.0, 4177.0, 4186.0, 4177.0, 4187.0, 4176.0, 4209.0, 4187.0, 4196.0, 4177.0, 4197.0, 4188.0, 4207.0, 4188.0, 4209.0, 4187.0, 4166.0, 4199.0, 4157.0, 4201.0, 4169.0, 4222.0, 4169.0, 4198.0, 4178.0, 4199.0, 4191.0, 4218.0, 4198.0, 4208.0, 4186.0, 4209.0, 4198.0, 4208.0, 4187.0, 4195.0, 4186.0, 4196.0, 4185.0, 4196.0, 4187.0, 4207.0, 4187.0, 4206.0, 4185.0, 4194.0, 4175.0, 4184.0, 4176.0, 4186.0, 4187.0, 4198.0, 4187.0, 4197.0, 4178.0, 4197.0, 4178.0, 4196.0, 4188.0, 4210.0, 4215.0, 4221.0, 4190.0, 4157.0, 4196.0, 4167.0, 4186.0, 4166.0, 4186.0, 4166.0, 4221.0, 4176.0, 4185.0, 4166.0, 4186.0, 4177.0, 4197.0, 4176.0, 4197.0, 4187.0, 4195.0, 4186.0, 4206.0, 4165.0, 4197.0, 4176.0, 4205.0, 4175.0, 4194.0, 4185.0, 4183.0, 4186.0, 4187.0, 4177.0, 4207.0, 4200.0, 4210.0, 4189.0, 4176.0, 4188.0, 4187.0, 4199.0, 4168.0, 4222.0, 4213.0, 4236.0, 4203.0, 4181.0, 4211.0, 4220.0, 4187.0, 4196.0, 4165.0, 4197.0, 4177.0, 4198.0, 4218.0, 4198.0, 4207.0, 4186.0, 4194.0, 4184.0, 4182.0, 4171.0, 4193.0, 4184.0, 4171.0, 4172.0, 4151.0, 4181.0, 4162.0, 4182.0, 4150.0, 4181.0, 4151.0, 4183.0, 4152.0, 4193.0, 4173.0, 4183.0, 4187.0, 4154.0, 4185.0, 4175.0, 4186.0, 4188.0, 4206.0, 4197.0, 4207.0, 4175.0, 4195.0, 4175.0, 4194.0, 4175.0, 4174.0, 4186.0, 4196.0, 4187.0, 4196.0, 4188.0, 4198.0, 4177.0, 4156.0, 4197.0, 4164.0, 4196.0, 4207.0, 4176.0, 4176.0, 4187.0, 4165.0, 4198.0, 4167.0, 4198.0, 4199.0, 4199.0, 4158.0, 4198.0, 4167.0, 4199.0, 4168.0, 4200.0, 4166.0, 4209.0, 4178.0, 4199.0, 4199.0, 4199.0, 4176.0, 4199.0, 4178.0, 4199.0, 4177.0, 4199.0, 4178.0, 4199.0, 4168.0, 4199.0, 4179.0, 4199.0, 4190.0, 4200.0, 4201.0, 4211.0, 4179.0, 4210.0, 4189.0, 4209.0, 4167.0, 4198.0, 4177.0, 4197.0, 4218.0, 4187.0, 4208.0, 4197.0, 4207.0, 4187.0, 4197.0, 4188.0, 4196.0, 4199.0, 4207.0, 4189.0, 4209.0, 4186.0, 4197.0, 4177.0, 4195.0, 4187.0, 4198.0, 4178.0, 4198.0, 4188.0, 4188.0, 4198.0, 4198.0, 4190.0, 4208.0, 4189.0, 4208.0, 4189.0, 4196.0, 4188.0, 4208.0, 4189.0, 4208.0, 4199.0, 4197.0, 4189.0, 4197.0, 4198.0, 4197.0, 4199.0, 4208.0, 4189.0, 4208.0, 4188.0, 4198.0, 4188.0, 4197.0, 4188.0, 4209.0, 4188.0, 4197.0, 4188.0, 4196.0, 4187.0, 4186.0, 4197.0, 4207.0, 4199.0, 4208.0, 4199.0, 4208.0, 4179.0, 4208.0, 4188.0, 4198.0, 4177.0, 4198.0, 4177.0, 4198.0, 4177.0, 4197.0, 4178.0, 4197.0, 4178.0, 4198.0, 4188.0, 4198.0, 4189.0, 4200.0, 4180.0, 4209.0, 4179.0, 4210.0, 4179.0, 4200.0, 4168.0, 4200.0, 4169.0, 4211.0, 4177.0, 4199.0, 4178.0, 4199.0, 4179.0, 4210.0, 4178.0, 4209.0, 4177.0, 4198.0, 4177.0, 4198.0, 4168.0, 4209.0, 4177.0, 4198.0, 4199.0, 4198.0, 4179.0, 4208.0, 4178.0, 4219.0, 4178.0, 4208.0, 4187.0, 4198.0, 4167.0, 4209.0, 4178.0, 4197.0, 4166.0, 4198.0, 4168.0, 4198.0, 4168.0, 4197.0, 4166.0, 4197.0, 4166.0, 4187.0, 4186.0, 4198.0, 4205.0, 4196.0, 4144.0, 4184.0, 4153.0, 4186.0, 4154.0, 4187.0, 4165.0, 4198.0, 4154.0, 4197.0, 4155.0, 4198.0, 4158.0, 4198.0, 4157.0, 4188.0, 4168.0, 4198.0, 4157.0, 4188.0, 4166.0, 4208.0, 4188.0, 4198.0, 4188.0, 4198.0, 4189.0, 4208.0, 4189.0, 4209.0, 4190.0, 4208.0, 4200.0, 4207.0, 4189.0, 4167.0, 4188.0, 4157.0, 4199.0, 4169.0, 4211.0, 4179.0, 4197.0, 4178.0, 4198.0, 4169.0, 4207.0, 4166.0, 4197.0, 4165.0, 4186.0, 4177.0, 4197.0, 4178.0, 4197.0, 4176.0, 4197.0, 4188.0, 4199.0, 4189.0, 4209.0, 4200.0, 4208.0, 4198.0, 4208.0, 4190.0, 4207.0, 4178.0, 4207.0, 4187.0, 4185.0, 4189.0, 4197.0, 4189.0, 4208.0, 4189.0, 4197.0, 4187.0, 4199.0, 4178.0, 4210.0, 4179.0, 4198.0, 4188.0, 4198.0, 4180.0, 4219.0, 4179.0, 4219.0, 4177.0, 4197.0, 4176.0, 4198.0, 4167.0, 4210.0, 4167.0, 4197.0, 4176.0, 4198.0, 4167.0, 4197.0, 4167.0, 4198.0, 4177.0, 4198.0, 4168.0, 4197.0, 4168.0, 4210.0, 4168.0, 4199.0, 4179.0, 4209.0, 4178.0, 4209.0, 4188.0, 4218.0, 4186.0, 4197.0, 4188.0, 4208.0, 4189.0, 4220.0, 4200.0, 4219.0, 4186.0, 4196.0, 4174.0, 4195.0, 4166.0, 4208.0, 4165.0, 4187.0, 4165.0, 4185.0, 4166.0, 4197.0, 4167.0, 4210.0, 4193.0, 4210.0, 4201.0, 4177.0, 4197.0, 4189.0, 4209.0, 4202.0, 4221.0, 4200.0, 4198.0, 4188.0, 4208.0, 4201.0, 4186.0, 4209.0, 4186.0, 4197.0, 4197.0, 4208.0, 4199.0, 4190.0, 4222.0, 4201.0, 4180.0, 4213.0, 4170.0, 4223.0, 4211.0, 4180.0, 4240.0, 4235.0, 4237.0, 4234.0, 4212.0, 4198.0, 4197.0, 4155.0, 4196.0, 4164.0, 4186.0, 4154.0, 4206.0, 4185.0, 4205.0, 4185.0, 4195.0, 4184.0, 4193.0, 4184.0, 4195.0, 4173.0, 4142.0, 4185.0, 4155.0, 4196.0, 4165.0, 4196.0, 4167.0, 4197.0, 4187.0, 4196.0, 4187.0, 4196.0, 4199.0, 4198.0, 4199.0, 4209.0, 4188.0, 4197.0, 4189.0, 4166.0, 4198.0, 4197.0, 4198.0, 4187.0, 4199.0, 4157.0, 4209.0, 4168.0, 4211.0, 4180.0, 4209.0, 4180.0, 4198.0, 4198.0, 4208.0, 4198.0, 4220.0, 4199.0, 4218.0, 4201.0, 4181.0, 4210.0, 4190.0, 4200.0, 4211.0, 4210.0, 4212.0, 4210.0, 4211.0, 4167.0, 4209.0, 4203.0, 4211.0, 4165.0, 4197.0, 4186.0, 4198.0, 4167.0, 4196.0, 4188.0, 4197.0, 4209.0, 4199.0, 4210.0, 4211.0, 4202.0, 4168.0, 4211.0, 4180.0, 4210.0, 4188.0, 4200.0, 4219.0, 4199.0, 4198.0, 4198.0, 4166.0, 4208.0, 4164.0, 4197.0, 4198.0, 4197.0, 4166.0, 4197.0, 4187.0, 4197.0, 4187.0, 4197.0, 4167.0, 4209.0, 4187.0, 4207.0, 4186.0, 4197.0, 4187.0, 4197.0, 4199.0, 4219.0, 4197.0, 4197.0, 4188.0, 4218.0, 4199.0, 4198.0, 4197.0, 4165.0, 4197.0, 4165.0, 4197.0, 4167.0, 4209.0, 4187.0, 4208.0, 4197.0, 4167.0, 4210.0, 4208.0, 4220.0, 4166.0, 4198.0, 4187.0, 4196.0, 4176.0], 'WindowWidth': [9428.0, 9406.0, 9350.0, 9312.0, 9341.0, 9344.0, 9330.0, 9347.0, 9326.0, 9297.0, 9313.0, 9269.0, 9312.0, 9325.0, 9316.0, 9317.0, 9309.0, 9247.0, 9302.0, 9241.0, 9300.0, 9298.0, 9303.0, 9316.0, 9282.0, 9236.0, 9281.0, 9310.0, 9325.0, 9285.0, 9318.0, 9306.0, 9317.0, 9273.0, 9245.0, 9290.0, 9260.0, 9307.0, 9303.0, 9292.0, 9340.0, 9323.0, 9319.0, 9290.0, 9288.0, 9288.0, 9283.0, 9284.0, 9317.0, 9293.0, 9285.0, 9306.0, 9256.0, 9283.0, 9284.0, 9294.0, 9266.0, 9306.0, 9268.0, 9308.0, 9266.0, 9293.0, 9267.0, 9291.0, 9277.0, 9278.0, 9250.0, 9280.0, 9236.0, 9281.0, 9235.0, 9278.0, 9220.0, 9279.0, 9258.0, 9298.0, 9255.0, 9298.0, 9292.0, 9303.0, 9313.0, 9324.0, 9301.0, 9323.0, 9294.0, 9300.0, 9274.0, 9297.0, 9269.0, 9297.0, 9258.0, 9287.0, 9242.0, 9287.0, 9290.0, 9300.0, 9290.0, 9303.0, 9292.0, 9306.0, 9284.0, 9309.0, 9263.0, 9306.0, 9262.0, 9306.0, 9303.0, 9305.0, 9336.0, 9307.0, 9289.0, 9291.0, 9247.0, 9309.0, 9333.0, 9306.0, 9340.0, 9322.0, 9302.0, 9290.0, 9257.0, 9287.0, 9316.0, 9281.0, 9316.0, 9285.0, 9315.0, 9302.0, 9297.0, 9270.0, 9283.0, 9284.0, 9295.0, 9285.0, 9301.0, 9275.0, 9296.0, 9271.0, 9285.0, 9273.0, 9295.0, 9276.0, 9289.0, 9275.0, 9303.0, 9276.0, 9297.0, 9273.0, 9301.0, 9278.0, 9316.0, 9271.0, 9300.0, 9274.0, 9297.0, 9255.0, 9303.0, 9260.0, 9317.0, 9258.0, 9286.0, 9278.0, 9325.0, 9278.0, 9305.0, 9296.0, 9330.0, 9318.0, 9340.0, 9310.0, 9264.0, 9306.0, 9242.0, 9299.0, 9330.0, 9303.0, 9316.0, 9300.0, 9266.0, 9284.0, 9237.0, 9284.0, 9239.0, 9300.0, 9245.0, 9306.0, 9260.0, 9302.0, 9264.0, 9304.0, 9277.0, 9309.0, 9283.0, 9336.0, 9293.0, 9322.0, 9293.0, 9317.0, 9290.0, 9316.0, 9291.0, 9314.0, 9272.0, 9315.0, 9285.0, 9299.0, 9266.0, 9300.0, 9273.0, 9299.0, 9285.0, 9283.0, 9273.0, 9285.0, 9274.0, 9286.0, 9273.0, 9319.0, 9287.0, 9299.0, 9273.0, 9301.0, 9293.0, 9315.0, 9292.0, 9319.0, 9288.0, 9262.0, 9306.0, 9250.0, 9311.0, 9269.0, 9343.0, 9267.0, 9307.0, 9278.0, 9306.0, 9299.0, 9334.0, 9306.0, 9320.0, 9286.0, 9321.0, 9305.0, 9319.0, 9287.0, 9297.0, 9284.0, 9297.0, 9282.0, 9299.0, 9286.0, 9314.0, 9289.0, 9309.0, 9281.0, 9293.0, 9267.0, 9279.0, 9270.0, 9284.0, 9286.0, 9303.0, 9290.0, 9302.0, 9276.0, 9301.0, 9275.0, 9300.0, 9291.0, 9325.0, 9341.0, 9342.0, 9296.0, 9250.0, 9299.0, 9262.0, 9284.0, 9258.0, 9287.0, 9259.0, 9344.0, 9273.0, 9285.0, 9258.0, 9286.0, 9274.0, 9302.0, 9272.0, 9303.0, 9288.0, 9298.0, 9285.0, 9312.0, 9254.0, 9299.0, 9272.0, 9308.0, 9267.0, 9292.0, 9281.0, 9278.0, 9283.0, 9287.0, 9273.0, 9314.0, 9314.0, 9323.0, 9293.0, 9274.0, 9292.0, 9291.0, 9307.0, 9265.0, 9343.0, 9335.0, 9373.0, 9321.0, 9290.0, 9329.0, 9342.0, 9288.0, 9300.0, 9254.0, 9301.0, 9273.0, 9305.0, 9334.0, 9306.0, 9318.0, 9285.0, 9294.0, 9276.0, 9273.0, 9256.0, 9287.0, 9276.0, 9256.0, 9259.0, 9231.0, 9271.0, 9246.0, 9273.0, 9228.0, 9271.0, 9229.0, 9274.0, 9232.0, 9287.0, 9260.0, 9277.0, 9288.0, 9239.0, 9281.0, 9269.0, 9285.0, 9289.0, 9315.0, 9302.0, 9314.0, 9271.0, 9296.0, 9268.0, 9293.0, 9268.0, 9266.0, 9285.0, 9298.0, 9287.0, 9301.0, 9292.0, 9304.0, 9274.0, 9245.0, 9302.0, 9255.0, 9299.0, 9316.0, 9273.0, 9272.0, 9287.0, 9258.0, 9306.0, 9261.0, 9305.0, 9307.0, 9309.0, 9252.0, 9305.0, 9263.0, 9306.0, 9265.0, 9310.0, 9262.0, 9323.0, 9278.0, 9307.0, 9307.0, 9307.0, 9273.0, 9308.0, 9278.0, 9307.0, 9275.0, 9308.0, 9279.0, 9308.0, 9266.0, 9309.0, 9281.0, 9310.0, 9297.0, 9311.0, 9312.0, 9327.0, 9281.0, 9325.0, 9294.0, 9323.0, 9260.0, 9304.0, 9275.0, 9302.0, 9336.0, 9288.0, 9319.0, 9303.0, 9317.0, 9289.0, 9304.0, 9290.0, 9303.0, 9307.0, 9315.0, 9293.0, 9319.0, 9287.0, 9300.0, 9273.0, 9297.0, 9288.0, 9303.0, 9276.0, 9303.0, 9290.0, 9290.0, 9304.0, 9306.0, 9297.0, 9319.0, 9296.0, 9318.0, 9292.0, 9300.0, 9290.0, 9319.0, 9291.0, 9320.0, 9307.0, 9303.0, 9292.0, 9304.0, 9305.0, 9303.0, 9306.0, 9319.0, 9296.0, 9320.0, 9292.0, 9304.0, 9291.0, 9302.0, 9289.0, 9322.0, 9291.0, 9303.0, 9290.0, 9299.0, 9289.0, 9286.0, 9301.0, 9319.0, 9306.0, 9319.0, 9308.0, 9318.0, 9279.0, 9320.0, 9291.0, 9304.0, 9276.0, 9305.0, 9275.0, 9305.0, 9276.0, 9302.0, 9279.0, 9304.0, 9278.0, 9305.0, 9291.0, 9304.0, 9294.0, 9309.0, 9284.0, 9323.0, 9281.0, 9323.0, 9281.0, 9309.0, 9264.0, 9312.0, 9268.0, 9326.0, 9277.0, 9308.0, 9279.0, 9310.0, 9283.0, 9325.0, 9278.0, 9320.0, 9274.0, 9304.0, 9275.0, 9306.0, 9264.0, 9322.0, 9275.0, 9305.0, 9307.0, 9306.0, 9281.0, 9320.0, 9278.0, 9336.0, 9278.0, 9319.0, 9287.0, 9305.0, 9262.0, 9322.0, 9276.0, 9302.0, 9261.0, 9304.0, 9265.0, 9306.0, 9264.0, 9303.0, 9259.0, 9302.0, 9259.0, 9289.0, 9286.0, 9304.0, 9309.0, 9299.0, 9225.0, 9280.0, 9238.0, 9283.0, 9240.0, 9286.0, 9256.0, 9303.0, 9240.0, 9300.0, 9243.0, 9305.0, 9251.0, 9306.0, 9248.0, 9291.0, 9263.0, 9305.0, 9249.0, 9292.0, 9260.0, 9319.0, 9291.0, 9304.0, 9292.0, 9307.0, 9296.0, 9319.0, 9294.0, 9321.0, 9295.0, 9319.0, 9309.0, 9318.0, 9296.0, 9262.0, 9291.0, 9250.0, 9308.0, 9268.0, 9327.0, 9279.0, 9303.0, 9278.0, 9306.0, 9268.0, 9317.0, 9258.0, 9300.0, 9255.0, 9283.0, 9273.0, 9304.0, 9278.0, 9302.0, 9274.0, 9302.0, 9292.0, 9308.0, 9295.0, 9323.0, 9311.0, 9321.0, 9306.0, 9320.0, 9297.0, 9316.0, 9276.0, 9315.0, 9287.0, 9284.0, 9291.0, 9302.0, 9294.0, 9318.0, 9293.0, 9302.0, 9290.0, 9308.0, 9279.0, 9323.0, 9280.0, 9305.0, 9291.0, 9305.0, 9283.0, 9336.0, 9280.0, 9335.0, 9275.0, 9303.0, 9272.0, 9305.0, 9262.0, 9323.0, 9261.0, 9302.0, 9273.0, 9304.0, 9264.0, 9304.0, 9260.0, 9305.0, 9275.0, 9304.0, 9264.0, 9303.0, 9266.0, 9325.0, 9264.0, 9308.0, 9282.0, 9323.0, 9281.0, 9322.0, 9293.0, 9334.0, 9287.0, 9304.0, 9291.0, 9320.0, 9297.0, 9338.0, 9311.0, 9335.0, 9285.0, 9298.0, 9266.0, 9297.0, 9258.0, 9316.0, 9255.0, 9286.0, 9255.0, 9283.0, 9259.0, 9303.0, 9263.0, 9328.0, 9310.0, 9328.0, 9316.0, 9278.0, 9303.0, 9297.0, 9323.0, 9317.0, 9346.0, 9313.0, 9305.0, 9291.0, 9318.0, 9311.0, 9286.0, 9321.0, 9286.0, 9301.0, 9303.0, 9319.0, 9308.0, 9301.0, 9344.0, 9317.0, 9286.0, 9336.0, 9274.0, 9345.0, 9328.0, 9286.0, 9384.0, 9369.0, 9376.0, 9368.0, 9331.0, 9305.0, 9301.0, 9241.0, 9298.0, 9251.0, 9284.0, 9239.0, 9315.0, 9281.0, 9310.0, 9280.0, 9298.0, 9279.0, 9292.0, 9278.0, 9294.0, 9263.0, 9222.0, 9281.0, 9242.0, 9299.0, 9255.0, 9300.0, 9263.0, 9303.0, 9288.0, 9300.0, 9288.0, 9301.0, 9308.0, 9307.0, 9309.0, 9321.0, 9295.0, 9304.0, 9294.0, 9261.0, 9307.0, 9305.0, 9306.0, 9291.0, 9307.0, 9250.0, 9322.0, 9266.0, 9327.0, 9285.0, 9323.0, 9282.0, 9308.0, 9306.0, 9319.0, 9305.0, 9337.0, 9311.0, 9334.0, 9315.0, 9291.0, 9327.0, 9301.0, 9312.0, 9328.0, 9329.0, 9334.0, 9326.0, 9328.0, 9263.0, 9323.0, 9323.0, 9330.0, 9257.0, 9302.0, 9286.0, 9305.0, 9260.0, 9299.0, 9289.0, 9303.0, 9323.0, 9310.0, 9327.0, 9329.0, 9317.0, 9267.0, 9328.0, 9287.0, 9327.0, 9292.0, 9312.0, 9336.0, 9309.0, 9303.0, 9304.0, 9259.0, 9318.0, 9255.0, 9303.0, 9304.0, 9304.0, 9258.0, 9303.0, 9290.0, 9303.0, 9289.0, 9303.0, 9264.0, 9324.0, 9290.0, 9317.0, 9288.0, 9302.0, 9292.0, 9304.0, 9310.0, 9335.0, 9304.0, 9303.0, 9293.0, 9335.0, 9307.0, 9304.0, 9301.0, 9257.0, 9301.0, 9257.0, 9303.0, 9263.0, 9322.0, 9289.0, 9320.0, 9303.0, 9263.0, 9326.0, 9320.0, 9341.0, 9259.0, 9304.0, 9288.0, 9302.0, 9271.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.004862</td></tr>
<tr><td colspan=3>aqi</td><td>0.01864280816091954</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.20921729975839</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.293628327836591</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0781232374568481</td></tr>
<tr><td colspan=3>efc</td><td>0.4659</td></tr>
<tr><td colspan=3>fber</td><td>6743.8022</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08857160983100132</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4482758620689653</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.635021402394765</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5885759382835403</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.859962386358638</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4565258825421177</td></tr>
<tr><td colspan=3>gcor</td><td>0.00648345</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015590379945933819</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027778057381510735</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.884126914292942</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>23.0876</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.3664</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.7459</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>661.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.1494</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5709</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>554.7336</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3374.2904</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76835.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.3173</td></tr>
<tr><td colspan=3>tsnr</td><td>42.24575886386447</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>