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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0057_ses-03_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0057_ses-03_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0057_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-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0057/figures/sub-0057_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0057/ses-03/func/sub-0057_ses-03_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>732ef0daa1c0628b5ba18a66d9a87019</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>15:31:19.405000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992273, -0.106099, -0.0643224, 0.105868, 0.994355, -0.00699989]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112319</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7782, -7203, 622, -7, -159, -90, 32]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.742</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0336ebb4-56db-4d7b-8185-73d5bab6cfe4||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6621956825256348, 0.28403687477111816, -0.17469550669193268, 102.31110382080078], [0.284656822681427, 2.667783260345459, -0.00036746784462593496, -104.79431915283203], [-0.17257235944271088, 0.01878019981086254, 2.6943423748016357, -52.545440673828125], [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': ['153119.405000', '153119.865000', '153120.325000', '153120.785000', '153121.245000', '153121.705000', '153122.165000', '153122.625000', '153123.085000', '153123.545000', '153124.005000', '153124.465000', '153124.925000', '153125.385000', '153125.845000', '153126.305000', '153126.765000', '153127.225000', '153127.685000', '153128.145000', '153128.605000', '153129.065000', '153129.525000', '153129.985000', '153130.445000', '153130.905000', '153131.365000', '153131.825000', '153132.285000', '153132.745000', '153133.205000', '153133.665000', '153134.125000', '153134.585000', '153135.045000', '153135.505000', '153135.965000', '153136.425000', '153136.885000', '153137.345000', '153137.805000', '153138.265000', '153138.725000', '153139.185000', '153139.645000', '153140.105000', '153140.565000', '153141.025000', '153141.485000', '153141.945000', '153142.405000', '153142.865000', '153143.325000', '153143.785000', '153144.245000', '153144.705000', '153145.165000', '153145.625000', '153146.085000', '153146.545000', '153147.005000', '153147.465000', '153147.925000', '153148.385000', '153148.845000', '153149.305000', '153149.765000', '153150.225000', '153150.685000', '153151.145000', '153151.605000', '153152.065000', '153152.525000', '153152.985000', '153153.445000', '153153.905000', '153154.365000', '153154.825000', '153155.285000', '153155.745000', '153156.205000', '153156.665000', '153157.125000', '153157.585000', '153158.045000', '153158.505000', '153158.965000', '153159.425000', '153159.885000', '153200.345000', '153200.805000', '153201.265000', '153201.725000', '153202.185000', '153202.645000', '153203.105000', '153203.565000', '153204.025000', '153204.485000', '153204.945000', '153205.405000', '153205.865000', '153206.325000', '153206.785000', '153207.245000', '153207.705000', '153208.165000', '153208.625000', '153209.085000', '153209.545000', '153210.005000', '153210.465000', '153210.925000', '153211.385000', '153211.845000', '153212.305000', '153212.765000', '153213.225000', '153213.685000', '153214.145000', '153214.605000', '153215.065000', '153215.525000', '153215.985000', '153216.445000', '153216.905000', '153217.365000', '153217.825000', '153218.285000', '153218.745000', '153219.205000', '153219.665000', '153220.125000', '153220.585000', '153221.045000', '153221.505000', '153221.965000', '153222.425000', '153222.885000', '153223.345000', '153223.805000', '153224.265000', '153224.725000', '153225.185000', '153225.645000', '153226.105000', '153226.565000', '153227.025000', '153227.485000', '153227.945000', '153228.405000', '153228.865000', '153229.325000', '153229.785000', '153230.245000', '153230.705000', '153231.165000', '153231.625000', '153232.085000', '153232.545000', '153233.005000', '153233.465000', '153233.925000', '153234.385000', '153234.845000', '153235.305000', '153235.765000', '153236.225000', '153236.685000', '153237.145000', '153237.605000', '153238.065000', '153238.525000', '153238.985000', '153239.445000', '153239.905000', '153240.365000', '153240.825000', '153241.285000', '153241.745000', '153242.205000', '153242.665000', '153243.125000', '153243.585000', '153244.045000', '153244.505000', '153244.965000', '153245.425000', '153245.885000', '153246.345000', '153246.805000', '153247.265000', '153247.725000', '153248.185000', '153248.645000', '153249.105000', '153249.565000', '153250.025000', '153250.485000', '153250.945000', '153251.405000', '153251.865000', '153252.325000', '153252.785000', '153253.245000', '153253.705000', '153254.165000', '153254.625000', '153255.085000', '153255.545000', '153256.005000', '153256.465000', '153256.925000', '153257.385000', '153257.845000', '153258.305000', '153258.765000', '153259.225000', '153259.685000', '153300.145000', '153300.605000', '153301.065000', '153301.525000', '153301.985000', '153302.445000', '153302.905000', '153303.365000', '153303.825000', '153304.285000', '153304.745000', '153305.205000', '153305.665000', '153306.125000', '153306.585000', '153307.045000', '153307.505000', '153307.965000', '153308.425000', '153308.885000', '153309.345000', '153309.805000', '153310.265000', '153310.725000', '153311.185000', '153311.645000', '153312.105000', '153312.565000', '153313.025000', '153313.485000', '153313.945000', '153314.405000', '153314.865000', '153315.325000', '153315.785000', '153316.245000', '153316.705000', '153317.165000', '153317.625000', '153318.085000', '153318.545000', '153319.005000', '153319.465000', '153319.925000', '153320.385000', '153320.845000', '153321.305000', '153321.765000', '153322.225000', '153322.685000', '153323.145000', '153323.605000', '153324.065000', '153324.525000', '153324.985000', '153325.445000', '153325.905000', '153326.365000', '153326.825000', '153327.285000', '153327.745000', '153328.205000', '153328.665000', '153329.125000', '153329.585000', '153330.045000', '153330.505000', '153330.965000', '153331.425000', '153331.885000', '153332.345000', '153332.805000', '153333.265000', '153333.725000', '153334.185000', '153334.645000', '153335.105000', '153335.565000', '153336.025000', '153336.485000', '153336.945000', '153337.405000', '153337.865000', '153338.325000', '153338.785000', '153339.245000', '153339.705000', '153340.165000', '153340.625000', '153341.085000', '153341.545000', '153342.005000', '153342.465000', '153342.925000', '153343.385000', '153343.845000', '153344.305000', '153344.765000', '153345.225000', '153345.685000', '153346.145000', '153346.605000', '153347.065000', '153347.525000', '153347.985000', '153348.445000', '153348.905000', '153349.365000', '153349.825000', '153350.285000', '153350.745000', '153351.205000', '153351.665000', '153352.125000', '153352.585000', '153353.045000', '153353.505000', '153353.965000', '153354.425000', '153354.885000', '153355.345000', '153355.805000', '153356.265000', '153356.725000', '153357.185000', '153357.645000', '153358.105000', '153358.565000', '153359.025000', '153359.485000', '153359.945000', '153400.405000', '153400.865000', '153401.325000', '153401.785000', '153402.245000', '153402.705000', '153403.165000', '153403.625000', '153404.085000', '153404.545000', '153405.005000', '153405.465000', '153405.925000', '153406.385000', '153406.845000', '153407.305000', '153407.765000', '153408.225000', '153408.685000', '153409.145000', '153409.605000', '153410.065000', '153410.525000', '153410.985000', '153411.445000', '153411.905000', '153412.365000', '153412.825000', '153413.285000', '153413.745000', '153414.205000', '153414.665000', '153415.125000', '153415.585000', '153416.045000', '153416.505000', '153416.965000', '153417.425000', '153417.885000', '153418.345000', '153418.805000', '153419.265000', '153419.725000', '153420.185000', '153420.645000', '153421.105000', '153421.565000', '153422.025000', '153422.485000', '153422.945000', '153423.405000', '153423.865000', '153424.325000', '153424.785000', '153425.245000', '153425.705000', '153426.165000', '153426.625000', '153427.085000', '153427.545000', '153428.005000', '153428.465000', '153428.925000', '153429.385000', '153429.845000', '153430.305000', '153430.765000', '153431.225000', '153431.685000', '153432.145000', '153432.605000', '153433.065000', '153433.525000', '153433.985000', '153434.445000', '153434.905000', '153435.365000', '153435.825000', '153436.285000', '153436.745000', '153437.205000', '153437.665000', '153438.125000', '153438.585000', '153439.045000', '153439.505000', '153439.965000', '153440.425000', '153440.885000', '153441.345000', '153441.805000', '153442.265000', '153442.725000', '153443.185000', '153443.645000', '153444.105000', '153444.565000', '153445.025000', '153445.485000', '153445.945000', '153446.405000', '153446.865000', '153447.325000', '153447.785000', '153448.245000', '153448.705000', '153449.165000', '153449.625000', '153450.085000', '153450.545000', '153451.005000', '153451.465000', '153451.925000', '153452.385000', '153452.845000', '153453.305000', '153453.765000', '153454.225000', '153454.685000', '153455.145000', '153455.605000', '153456.065000', '153456.525000', '153456.985000', '153457.445000', '153457.905000', '153458.365000', '153458.825000', '153459.285000', '153459.745000', '153500.205000', '153500.665000', '153501.125000', '153501.585000', '153502.045000', '153502.505000', '153502.965000', '153503.425000', '153503.885000', '153504.345000', '153504.805000', '153505.265000', '153505.725000', '153506.185000', '153506.645000', '153507.105000', '153507.565000', '153508.025000', '153508.485000', '153508.945000', '153509.405000', '153509.865000', '153510.325000', '153510.785000', '153511.245000', '153511.705000', '153512.165000', '153512.625000', '153513.085000', '153513.545000', '153514.005000', '153514.465000', '153514.925000', '153515.385000', '153515.845000', '153516.305000', '153516.765000', '153517.225000', '153517.685000', '153518.145000', '153518.605000', '153519.065000', '153519.525000', '153519.985000', '153520.445000', '153520.905000', '153521.365000', '153521.825000', '153522.285000', '153522.745000', '153523.205000', '153523.665000', '153524.125000', '153524.585000', '153525.045000', '153525.505000', '153525.965000', '153526.425000', '153526.885000', '153527.345000', '153527.805000', '153528.265000', '153528.725000', '153529.185000', '153529.645000', '153530.105000', '153530.565000', '153531.025000', '153531.485000', '153531.945000', '153532.405000', '153532.865000', '153533.325000', '153533.785000', '153534.245000', '153534.705000', '153535.165000', '153535.625000', '153536.085000', '153536.545000', '153537.005000', '153537.465000', '153537.925000', '153538.385000', '153538.845000', '153539.305000', '153539.765000', '153540.225000', '153540.685000', '153541.145000', '153541.605000', '153542.065000', '153542.525000', '153542.985000', '153543.445000', '153543.905000', '153544.365000', '153544.825000', '153545.285000', '153545.745000', '153546.205000', '153546.665000', '153547.125000', '153547.585000', '153548.045000', '153548.505000', '153548.965000', '153549.425000', '153549.885000', '153550.345000', '153550.805000', '153551.265000', '153551.725000', '153552.185000', '153552.645000', '153553.105000', '153553.565000', '153554.025000', '153554.485000', '153554.945000', '153555.405000', '153555.865000', '153556.325000', '153556.785000', '153557.245000', '153557.705000', '153558.165000', '153558.625000', '153559.085000', '153559.545000', '153600.005000', '153600.465000', '153600.925000', '153601.385000', '153601.845000', '153602.305000', '153602.765000', '153603.225000', '153603.685000', '153604.145000', '153604.605000', '153605.065000', '153605.525000', '153605.985000', '153606.445000', '153606.905000', '153607.365000', '153607.825000', '153608.285000', '153608.745000', '153609.205000', '153609.665000', '153610.125000', '153610.585000', '153611.045000', '153611.505000', '153611.965000', '153612.425000', '153612.885000', '153613.345000', '153613.805000', '153614.265000', '153614.725000', '153615.185000', '153615.645000', '153616.105000', '153616.565000', '153617.025000', '153617.485000', '153617.945000', '153618.405000', '153618.865000', '153619.325000', '153619.785000', '153620.245000', '153620.705000', '153621.165000', '153621.625000', '153622.085000', '153622.545000', '153623.005000', '153623.465000', '153623.925000', '153624.385000', '153624.845000', '153625.305000', '153625.765000', '153626.225000', '153626.685000', '153627.145000', '153627.605000', '153628.065000', '153628.525000', '153628.985000', '153629.445000', '153629.905000', '153630.365000', '153630.825000', '153631.285000', '153631.745000', '153632.205000', '153632.665000', '153633.125000', '153633.585000', '153634.045000', '153634.505000', '153634.965000', '153635.425000', '153635.885000', '153636.345000', '153636.805000', '153637.265000', '153637.725000', '153638.185000', '153638.645000', '153639.105000', '153639.565000', '153640.025000', '153640.485000', '153640.945000', '153641.405000', '153641.865000', '153642.325000', '153642.785000', '153643.245000', '153643.705000', '153644.165000', '153644.625000', '153645.085000', '153645.545000', '153646.005000', '153646.465000', '153646.925000', '153647.385000', '153647.845000', '153648.305000', '153648.765000', '153649.225000', '153649.685000', '153650.145000', '153650.605000', '153651.065000', '153651.525000', '153651.985000', '153652.445000', '153652.905000', '153653.365000', '153653.825000', '153654.285000', '153654.745000', '153655.205000', '153655.665000', '153656.125000', '153656.585000', '153657.045000', '153657.505000', '153657.965000', '153658.425000', '153658.885000', '153659.345000', '153659.805000', '153700.265000', '153700.725000', '153701.185000', '153701.645000', '153702.105000', '153702.565000', '153703.025000', '153703.485000', '153703.945000', '153704.405000', '153704.865000', '153705.325000', '153705.785000', '153706.245000', '153706.705000', '153707.165000', '153707.625000', '153708.085000', '153708.545000', '153709.005000', '153709.465000', '153709.925000', '153710.385000', '153710.845000', '153711.305000', '153711.765000', '153712.225000', '153712.685000', '153713.145000', '153713.605000', '153714.065000', '153714.525000', '153714.985000', '153715.445000', '153715.905000', '153716.365000', '153716.825000', '153717.285000', '153717.745000', '153718.205000', '153718.665000', '153719.125000', '153719.585000', '153720.045000', '153720.505000', '153720.965000', '153721.425000', '153721.885000', '153722.345000', '153722.805000', '153723.265000', '153723.725000', '153724.185000', '153724.645000', '153725.105000', '153725.565000', '153726.025000', '153726.485000', '153726.945000', '153727.405000', '153727.865000', '153728.325000', '153728.785000', '153729.245000', '153729.705000', '153730.165000', '153730.625000', '153731.085000', '153731.545000', '153732.005000', '153732.465000', '153732.925000', '153733.385000', '153733.845000', '153734.305000', '153734.765000', '153735.225000', '153735.685000', '153736.145000', '153736.605000', '153737.065000', '153737.525000', '153737.985000', '153738.445000', '153738.905000', '153739.365000', '153739.825000', '153740.285000', '153740.745000', '153741.205000', '153741.665000', '153742.125000', '153742.585000', '153743.045000', '153743.505000', '153743.965000', '153744.425000', '153744.885000', '153745.345000', '153745.805000', '153746.265000', '153746.725000', '153747.185000', '153747.645000', '153748.105000', '153748.565000', '153749.025000', '153749.485000', '153749.945000', '153750.405000', '153750.865000', '153751.325000', '153751.785000', '153752.245000', '153752.705000', '153753.165000', '153753.625000', '153754.085000', '153754.545000', '153755.005000', '153755.465000', '153755.925000', '153756.385000', '153756.845000', '153757.305000', '153757.765000', '153758.225000', '153758.685000', '153759.145000', '153759.605000', '153800.065000'], 'ContentTime': ['153145.234000', '153145.245000', '153145.248000', '153145.250000', '153145.253000', '153145.255000', '153145.258000', '153145.260000', '153145.263000', '153145.265000', '153145.268000', '153145.270000', '153145.273000', '153145.275000', '153145.278000', '153145.281000', '153145.283000', '153145.286000', '153145.288000', '153145.291000', '153145.293000', '153145.296000', '153145.298000', '153145.301000', '153145.303000', '153145.306000', '153145.309000', '153145.311000', '153145.314000', '153145.316000', '153145.323000', '153145.326000', '153145.328000', '153145.331000', '153145.333000', '153145.336000', '153145.338000', '153145.341000', '153145.343000', '153145.346000', '153145.349000', '153145.352000', '153145.354000', '153145.357000', '153145.359000', '153145.362000', '153145.364000', '153145.367000', '153145.369000', '153145.372000', '153145.375000', '153145.377000', '153145.380000', '153205.193000', '153205.196000', '153205.199000', '153205.202000', '153205.204000', '153205.207000', '153205.209000', '153205.212000', '153205.214000', '153205.217000', '153205.219000', '153205.222000', '153205.224000', '153205.227000', '153205.229000', '153205.232000', '153205.234000', '153205.237000', '153205.240000', '153205.242000', '153205.245000', '153205.247000', '153205.250000', '153205.252000', '153205.255000', '153205.257000', '153205.268000', '153205.270000', '153205.273000', '153205.276000', '153205.278000', '153205.281000', '153205.283000', '153205.286000', '153205.288000', '153205.291000', '153205.293000', '153205.296000', '153205.299000', '153205.301000', '153205.304000', '153205.306000', '153205.309000', '153225.193000', '153225.196000', '153225.213000', '153225.215000', '153225.218000', '153225.220000', '153225.223000', '153225.225000', '153225.228000', '153225.231000', '153225.233000', '153225.236000', '153225.238000', '153225.241000', '153225.243000', '153225.246000', '153225.249000', '153225.251000', '153225.254000', '153225.256000', '153225.259000', '153225.261000', '153225.264000', '153225.266000', '153225.269000', '153225.271000', '153225.274000', '153225.277000', '153225.279000', '153225.282000', '153225.284000', '153225.287000', '153225.290000', '153225.292000', '153225.295000', '153225.297000', '153225.300000', '153225.302000', '153225.305000', '153225.308000', '153225.310000', '153225.313000', '153225.315000', '153225.318000', '153245.193000', '153245.195000', '153245.198000', '153245.201000', '153245.203000', '153245.206000', '153245.208000', '153245.211000', '153245.213000', '153245.216000', '153245.218000', '153245.221000', '153245.224000', '153245.226000', '153245.229000', '153245.231000', '153245.234000', '153245.236000', '153245.239000', '153245.241000', '153245.244000', '153245.247000', '153245.249000', '153245.252000', '153245.254000', '153245.257000', '153245.259000', '153245.262000', '153245.264000', '153245.267000', '153245.270000', '153245.272000', '153245.275000', '153245.277000', '153245.280000', '153245.282000', '153245.285000', '153245.288000', '153245.290000', '153245.293000', '153245.295000', '153245.298000', '153245.300000', '153305.192000', '153305.195000', '153305.198000', '153305.200000', '153305.203000', '153305.206000', '153305.208000', '153305.211000', '153305.213000', '153305.216000', '153305.218000', '153305.221000', '153305.224000', '153305.226000', '153305.229000', '153305.231000', '153305.234000', '153305.236000', '153305.239000', '153305.241000', '153305.244000', '153305.247000', '153305.249000', '153305.252000', '153305.254000', '153305.257000', '153305.260000', '153305.262000', '153305.265000', '153305.267000', '153305.270000', '153305.272000', '153305.275000', '153305.278000', '153305.280000', '153305.283000', '153305.285000', '153305.288000', '153305.290000', '153305.293000', '153305.295000', '153305.298000', '153305.301000', '153305.303000', '153325.192000', '153325.195000', '153325.198000', '153325.210000', '153325.212000', '153325.215000', '153325.217000', '153325.220000', '153325.222000', '153325.225000', '153325.228000', '153325.230000', '153325.233000', '153325.235000', '153325.238000', '153325.240000', '153325.243000', '153325.246000', '153325.248000', '153325.251000', '153325.253000', '153325.256000', '153325.258000', '153325.261000', '153325.263000', '153325.266000', '153325.269000', '153325.271000', '153325.274000', '153325.276000', '153325.279000', '153325.281000', '153325.284000', '153325.287000', '153325.289000', '153325.292000', '153325.294000', '153325.297000', '153325.299000', '153325.302000', '153325.304000', '153325.307000', '153325.310000', '153345.192000', '153345.195000', '153345.198000', '153345.200000', '153345.203000', '153345.206000', '153345.208000', '153345.211000', '153345.213000', '153345.216000', '153345.220000', '153345.222000', '153345.225000', '153345.227000', '153345.230000', '153345.232000', '153345.235000', '153345.238000', '153345.240000', '153345.243000', '153345.245000', '153345.248000', '153345.251000', '153345.253000', '153345.256000', '153345.258000', '153345.261000', '153345.263000', '153345.266000', '153345.269000', '153345.271000', '153345.274000', '153345.276000', '153345.279000', '153345.282000', '153345.284000', '153345.287000', '153345.289000', '153345.292000', '153345.294000', '153345.297000', '153345.308000', '153345.311000', '153345.313000', '153405.193000', '153405.196000', '153405.199000', '153405.202000', '153405.204000', '153405.207000', '153405.209000', '153405.212000', '153405.214000', '153405.217000', '153405.219000', '153405.222000', '153405.225000', '153405.227000', '153405.230000', '153405.232000', '153405.235000', '153405.237000', '153405.240000', '153405.243000', '153405.245000', '153405.248000', '153405.250000', '153405.253000', '153405.255000', '153405.258000', '153405.261000', '153405.263000', '153405.266000', '153405.268000', '153405.271000', '153405.273000', '153405.276000', '153405.278000', '153405.281000', '153405.284000', '153405.286000', '153405.289000', '153405.291000', '153405.294000', '153405.297000', '153405.299000', '153405.302000', '153425.194000', '153425.196000', '153425.199000', '153425.201000', '153425.204000', '153425.207000', '153425.209000', '153425.212000', '153425.214000', '153425.217000', '153425.219000', '153425.222000', '153425.225000', '153425.227000', '153425.230000', '153425.232000', '153425.235000', '153425.237000', '153425.240000', '153425.243000', '153425.246000', '153425.249000', '153425.251000', '153425.254000', '153425.257000', '153425.259000', '153425.262000', '153425.264000', '153425.267000', '153425.269000', '153425.272000', '153425.275000', '153425.277000', '153425.280000', '153425.282000', '153425.285000', '153425.287000', '153425.290000', '153425.293000', '153425.295000', '153425.298000', '153425.300000', '153425.303000', '153445.194000', '153445.196000', '153445.199000', '153445.201000', '153445.204000', '153445.207000', '153445.209000', '153445.212000', '153445.214000', '153445.217000', '153445.219000', '153445.222000', '153445.225000', '153445.227000', '153445.230000', '153445.232000', '153445.235000', '153445.237000', '153445.240000', '153445.243000', '153445.245000', '153445.248000', '153445.250000', '153445.253000', '153445.256000', '153445.258000', '153445.261000', '153445.263000', '153445.266000', '153445.268000', '153445.271000', '153445.274000', '153445.276000', '153445.279000', '153445.281000', '153445.284000', '153445.286000', '153445.289000', '153445.292000', '153445.294000', '153445.297000', '153445.299000', '153445.302000', '153445.305000', '153505.194000', '153505.197000', '153505.199000', '153505.202000', '153505.204000', '153505.207000', '153505.210000', '153505.212000', '153505.215000', '153505.218000', '153505.220000', '153505.223000', '153505.225000', '153505.228000', '153505.230000', '153505.233000', '153505.235000', '153505.238000', '153505.241000', '153505.243000', '153505.246000', '153505.248000', '153505.251000', '153505.254000', '153505.256000', '153505.259000', '153505.262000', '153505.264000', '153505.267000', '153505.269000', '153505.272000', '153505.274000', '153505.284000', '153505.286000', '153505.289000', '153505.291000', '153505.294000', '153505.297000', '153505.299000', '153505.302000', '153505.305000', '153505.307000', '153505.310000', '153525.192000', '153525.195000', '153525.198000', '153525.200000', '153525.203000', '153525.206000', '153525.208000', '153525.211000', '153525.213000', '153525.216000', '153525.219000', '153525.221000', '153525.224000', '153525.226000', '153525.229000', '153525.231000', '153525.234000', '153525.237000', '153525.239000', '153525.242000', '153525.244000', '153525.247000', '153525.249000', '153525.259000', '153525.262000', '153525.264000', '153525.267000', '153525.270000', '153525.272000', '153525.275000', '153525.277000', '153525.280000', '153525.282000', '153525.285000', '153525.288000', '153525.290000', '153525.293000', '153525.295000', '153525.298000', '153525.300000', '153525.303000', '153525.306000', '153525.308000', '153525.311000', '153545.193000', '153545.195000', '153545.198000', '153545.200000', '153545.203000', '153545.206000', '153545.208000', '153545.211000', '153545.213000', '153545.216000', '153545.219000', '153545.221000', '153545.224000', '153545.226000', '153545.229000', '153545.232000', '153545.234000', '153545.237000', '153545.239000', '153545.242000', '153545.245000', '153545.247000', '153545.250000', '153545.252000', '153545.255000', '153545.258000', '153545.260000', '153545.263000', '153545.265000', '153545.268000', '153545.271000', '153545.273000', '153545.276000', '153545.278000', '153545.281000', '153545.283000', '153545.286000', '153545.289000', '153545.291000', '153545.294000', '153545.296000', '153545.299000', '153545.302000', '153545.305000', '153605.194000', '153605.196000', '153605.199000', '153605.202000', '153605.204000', '153605.207000', '153605.209000', '153605.212000', '153605.215000', '153605.217000', '153605.220000', '153605.222000', '153605.225000', '153605.228000', '153605.230000', '153605.233000', '153605.235000', '153605.238000', '153605.241000', '153605.243000', '153605.246000', '153605.248000', '153605.251000', '153605.254000', '153605.256000', '153605.273000', '153605.275000', '153605.278000', '153605.280000', '153605.283000', '153605.286000', '153605.288000', '153605.291000', '153605.294000', '153605.296000', '153605.299000', '153605.301000', '153605.304000', '153605.307000', '153605.309000', '153605.312000', '153605.315000', '153605.317000', '153625.194000', '153625.197000', '153625.200000', '153625.203000', '153625.205000', '153625.208000', '153625.211000', '153625.213000', '153625.216000', '153625.218000', '153625.221000', '153625.223000', '153625.226000', '153625.229000', '153625.231000', '153625.235000', '153625.238000', '153625.241000', '153625.243000', '153625.246000', '153625.248000', '153625.251000', '153625.253000', '153625.256000', '153625.259000', '153625.261000', '153625.264000', '153625.266000', '153625.269000', '153625.271000', '153625.274000', '153625.277000', '153625.279000', '153625.282000', '153625.285000', '153625.287000', '153625.290000', '153625.292000', '153625.295000', '153625.297000', '153625.300000', '153625.303000', '153625.305000', '153645.193000', '153645.196000', '153645.199000', '153645.201000', '153645.204000', '153645.207000', '153645.209000', '153645.212000', '153645.214000', '153645.217000', '153645.220000', '153645.222000', '153645.225000', '153645.227000', '153645.230000', '153645.232000', '153645.235000', '153645.238000', '153645.240000', '153645.243000', '153645.246000', '153645.248000', '153645.251000', '153645.253000', '153645.256000', '153645.258000', '153645.261000', '153645.264000', '153645.266000', '153645.269000', '153645.271000', '153645.274000', '153645.277000', '153645.279000', '153645.282000', '153645.285000', '153645.287000', '153645.315000', '153645.317000', '153645.320000', '153645.322000', '153645.325000', '153645.327000', '153645.330000', '153705.194000', '153705.197000', '153705.199000', '153705.202000', '153705.218000', '153705.220000', '153705.223000', '153705.225000', '153705.228000', '153705.231000', '153705.233000', '153705.236000', '153705.238000', '153705.241000', '153705.243000', '153705.246000', '153705.248000', '153705.251000', '153705.254000', '153705.256000', '153705.259000', '153705.261000', '153705.264000', '153705.267000', '153705.269000', '153705.272000', '153705.274000', '153705.277000', '153705.279000', '153705.282000', '153705.285000', '153705.287000', '153705.290000', '153705.292000', '153705.295000', '153705.297000', '153705.300000', '153705.303000', '153705.305000', '153705.308000', '153705.310000', '153705.313000', '153705.315000', '153705.318000', '153725.192000', '153725.195000', '153725.198000', '153725.200000', '153725.203000', '153725.206000', '153725.208000', '153725.211000', '153725.213000', '153725.216000', '153725.219000', '153725.221000', '153725.224000', '153725.226000', '153725.229000', '153725.231000', '153725.234000', '153725.237000', '153725.239000', '153725.242000', '153725.244000', '153725.247000', '153725.249000', '153725.252000', '153725.255000', '153725.257000', '153725.260000', '153725.262000', '153725.265000', '153725.268000', '153725.270000', '153725.273000', '153725.275000', '153725.278000', '153725.281000', '153725.283000', '153725.286000', '153725.288000', '153725.291000', '153725.293000', '153725.296000', '153725.299000', '153725.301000', '153745.192000', '153745.195000', '153745.198000', '153745.200000', '153745.203000', '153745.206000', '153745.208000', '153745.211000', '153745.213000', '153745.216000', '153745.219000', '153745.221000', '153745.224000', '153745.226000', '153745.229000', '153745.231000', '153745.234000', '153745.237000', '153745.239000', '153745.242000', '153745.244000', '153745.247000', '153745.249000', '153745.252000', '153745.255000', '153745.257000', '153745.260000', '153745.263000', '153745.265000', '153745.268000', '153745.271000', '153745.274000', '153745.277000', '153745.279000', '153745.282000', '153745.285000', '153745.287000', '153745.290000', '153745.292000', '153745.295000', '153745.298000', '153745.300000', '153745.303000', '153801.779000', '153801.782000', '153801.785000', '153801.788000', '153801.790000', '153801.793000', '153801.796000', '153801.798000', '153801.801000', '153801.843000', '153801.846000', '153801.849000', '153801.851000', '153801.854000', '153801.857000', '153801.859000', '153801.862000', '153801.865000', '153801.868000', '153801.871000', '153801.881000', '153801.883000', '153801.886000', '153801.889000', '153801.892000', '153801.896000', '153801.900000', '153801.903000', '153801.906000', '153801.909000', '153801.914000', '153801.917000', '153801.919000', '153801.922000', '153801.926000', '153801.929000', '153801.933000'], 'InstanceCreationTime': ['153145.234000', '153145.245000', '153145.248000', '153145.250000', '153145.253000', '153145.255000', '153145.258000', '153145.260000', '153145.263000', '153145.265000', '153145.268000', '153145.270000', '153145.273000', '153145.275000', '153145.278000', '153145.281000', '153145.283000', '153145.286000', '153145.288000', '153145.291000', '153145.293000', '153145.296000', '153145.298000', '153145.301000', '153145.303000', '153145.306000', '153145.309000', '153145.311000', '153145.314000', '153145.316000', '153145.323000', '153145.326000', '153145.328000', '153145.331000', '153145.333000', '153145.336000', '153145.338000', '153145.341000', '153145.343000', '153145.346000', '153145.349000', '153145.352000', '153145.354000', '153145.357000', '153145.359000', '153145.362000', '153145.364000', '153145.367000', '153145.369000', '153145.372000', '153145.375000', '153145.377000', '153145.380000', '153205.193000', '153205.196000', '153205.199000', '153205.202000', '153205.204000', '153205.207000', '153205.209000', '153205.212000', '153205.214000', '153205.217000', '153205.219000', '153205.222000', '153205.224000', '153205.227000', '153205.229000', '153205.232000', '153205.234000', '153205.237000', '153205.240000', '153205.242000', '153205.245000', '153205.247000', '153205.250000', '153205.252000', '153205.255000', '153205.257000', '153205.268000', '153205.270000', '153205.273000', '153205.276000', '153205.278000', '153205.281000', '153205.283000', '153205.286000', '153205.288000', '153205.291000', '153205.293000', '153205.296000', '153205.299000', '153205.301000', '153205.304000', '153205.306000', '153205.309000', '153225.193000', '153225.196000', '153225.213000', '153225.215000', '153225.218000', '153225.220000', '153225.223000', '153225.225000', '153225.228000', '153225.231000', '153225.233000', '153225.236000', '153225.238000', '153225.241000', '153225.243000', '153225.246000', '153225.249000', '153225.251000', '153225.254000', '153225.256000', '153225.259000', '153225.261000', '153225.264000', '153225.266000', '153225.269000', '153225.271000', '153225.274000', '153225.277000', '153225.279000', '153225.282000', '153225.284000', '153225.287000', '153225.290000', '153225.292000', '153225.295000', '153225.297000', '153225.300000', '153225.302000', '153225.305000', '153225.308000', '153225.310000', '153225.313000', '153225.315000', '153225.318000', '153245.193000', '153245.195000', '153245.198000', '153245.201000', '153245.203000', '153245.206000', '153245.208000', '153245.211000', '153245.213000', '153245.216000', '153245.218000', '153245.221000', '153245.224000', '153245.226000', '153245.229000', '153245.231000', '153245.234000', '153245.236000', '153245.239000', '153245.241000', '153245.244000', '153245.247000', '153245.249000', '153245.252000', '153245.254000', '153245.257000', '153245.259000', '153245.262000', '153245.264000', '153245.267000', '153245.270000', '153245.272000', '153245.275000', '153245.277000', '153245.280000', '153245.282000', '153245.285000', '153245.288000', '153245.290000', '153245.293000', '153245.295000', '153245.298000', '153245.300000', '153305.192000', '153305.195000', '153305.198000', '153305.200000', '153305.203000', '153305.206000', '153305.208000', '153305.211000', '153305.213000', '153305.216000', '153305.218000', '153305.221000', '153305.224000', '153305.226000', '153305.229000', '153305.231000', '153305.234000', '153305.236000', '153305.239000', '153305.241000', '153305.244000', '153305.247000', '153305.249000', '153305.252000', '153305.254000', '153305.257000', '153305.260000', '153305.262000', '153305.265000', '153305.267000', '153305.270000', '153305.272000', '153305.275000', '153305.278000', '153305.280000', '153305.283000', '153305.285000', '153305.288000', '153305.290000', '153305.293000', '153305.295000', '153305.298000', '153305.301000', '153305.303000', '153325.192000', '153325.195000', '153325.198000', '153325.210000', '153325.212000', '153325.215000', '153325.217000', '153325.220000', '153325.222000', '153325.225000', '153325.228000', '153325.230000', '153325.233000', '153325.235000', '153325.238000', '153325.240000', '153325.243000', '153325.246000', '153325.248000', '153325.251000', '153325.253000', '153325.256000', '153325.258000', '153325.261000', '153325.263000', '153325.266000', '153325.269000', '153325.271000', '153325.274000', '153325.276000', '153325.279000', '153325.281000', '153325.284000', '153325.287000', '153325.289000', '153325.292000', '153325.294000', '153325.297000', '153325.299000', '153325.302000', '153325.304000', '153325.307000', '153325.310000', '153345.192000', '153345.195000', '153345.198000', '153345.200000', '153345.203000', '153345.206000', '153345.208000', '153345.211000', '153345.213000', '153345.216000', '153345.220000', '153345.222000', '153345.225000', '153345.227000', '153345.230000', '153345.232000', '153345.235000', '153345.238000', '153345.240000', '153345.243000', '153345.245000', '153345.248000', '153345.251000', '153345.253000', '153345.256000', '153345.258000', '153345.261000', '153345.263000', '153345.266000', '153345.269000', '153345.271000', '153345.274000', '153345.276000', '153345.279000', '153345.282000', '153345.284000', '153345.287000', '153345.289000', '153345.292000', '153345.294000', '153345.297000', '153345.308000', '153345.311000', '153345.313000', '153405.193000', '153405.196000', '153405.199000', '153405.202000', '153405.204000', '153405.207000', '153405.209000', '153405.212000', '153405.214000', '153405.217000', '153405.219000', '153405.222000', '153405.225000', '153405.227000', '153405.230000', '153405.232000', '153405.235000', '153405.237000', '153405.240000', '153405.243000', '153405.245000', '153405.248000', '153405.250000', '153405.253000', '153405.255000', '153405.258000', '153405.261000', '153405.263000', '153405.266000', '153405.268000', '153405.271000', '153405.273000', '153405.276000', '153405.278000', '153405.281000', '153405.284000', '153405.286000', '153405.289000', '153405.291000', '153405.294000', '153405.297000', '153405.299000', '153405.302000', '153425.194000', '153425.196000', '153425.199000', '153425.201000', '153425.204000', '153425.207000', '153425.209000', '153425.212000', '153425.214000', '153425.217000', '153425.219000', '153425.222000', '153425.225000', '153425.227000', '153425.230000', '153425.232000', '153425.235000', '153425.237000', '153425.240000', '153425.243000', '153425.246000', '153425.249000', '153425.251000', '153425.254000', '153425.257000', '153425.259000', '153425.262000', '153425.264000', '153425.267000', '153425.269000', '153425.272000', '153425.275000', '153425.277000', '153425.280000', '153425.282000', '153425.285000', '153425.287000', '153425.290000', '153425.293000', '153425.295000', '153425.298000', '153425.300000', '153425.303000', '153445.194000', '153445.196000', '153445.199000', '153445.201000', '153445.204000', '153445.207000', '153445.209000', '153445.212000', '153445.214000', '153445.217000', '153445.219000', '153445.222000', '153445.225000', '153445.227000', '153445.230000', '153445.232000', '153445.235000', '153445.237000', '153445.240000', '153445.243000', '153445.245000', '153445.248000', '153445.250000', '153445.253000', '153445.256000', '153445.258000', '153445.261000', '153445.263000', '153445.266000', '153445.268000', '153445.271000', '153445.274000', '153445.276000', '153445.279000', '153445.281000', '153445.284000', '153445.286000', '153445.289000', '153445.292000', '153445.294000', '153445.297000', '153445.299000', '153445.302000', '153445.305000', '153505.194000', '153505.197000', '153505.199000', '153505.202000', '153505.204000', '153505.207000', '153505.210000', '153505.212000', '153505.215000', '153505.218000', '153505.220000', '153505.223000', '153505.225000', '153505.228000', '153505.230000', '153505.233000', '153505.235000', '153505.238000', '153505.241000', '153505.243000', '153505.246000', '153505.248000', '153505.251000', '153505.254000', '153505.256000', '153505.259000', '153505.262000', '153505.264000', '153505.267000', '153505.269000', '153505.272000', '153505.274000', '153505.284000', '153505.286000', '153505.289000', '153505.291000', '153505.294000', '153505.297000', '153505.299000', '153505.302000', '153505.305000', '153505.307000', '153505.310000', '153525.192000', '153525.195000', '153525.198000', '153525.200000', '153525.203000', '153525.206000', '153525.208000', '153525.211000', '153525.213000', '153525.216000', '153525.219000', '153525.221000', '153525.224000', '153525.226000', '153525.229000', '153525.231000', '153525.234000', '153525.237000', '153525.239000', '153525.242000', '153525.244000', '153525.247000', '153525.249000', '153525.259000', '153525.262000', '153525.264000', '153525.267000', '153525.270000', '153525.272000', '153525.275000', '153525.277000', '153525.280000', '153525.282000', '153525.285000', '153525.288000', '153525.290000', '153525.293000', '153525.295000', '153525.298000', '153525.300000', '153525.303000', '153525.306000', '153525.308000', '153525.311000', '153545.193000', '153545.195000', '153545.198000', '153545.200000', '153545.203000', '153545.206000', '153545.208000', '153545.211000', '153545.213000', '153545.216000', '153545.219000', '153545.221000', '153545.224000', '153545.226000', '153545.229000', '153545.232000', '153545.234000', '153545.237000', '153545.239000', '153545.242000', '153545.245000', '153545.247000', '153545.250000', '153545.252000', '153545.255000', '153545.258000', '153545.260000', '153545.263000', '153545.265000', '153545.268000', '153545.271000', '153545.273000', '153545.276000', '153545.278000', '153545.281000', '153545.283000', '153545.286000', '153545.289000', '153545.291000', '153545.294000', '153545.296000', '153545.299000', '153545.302000', '153545.305000', '153605.194000', '153605.196000', '153605.199000', '153605.202000', '153605.204000', '153605.207000', '153605.209000', '153605.212000', '153605.215000', '153605.217000', '153605.220000', '153605.222000', '153605.225000', '153605.228000', '153605.230000', '153605.233000', '153605.235000', '153605.238000', '153605.241000', '153605.243000', '153605.246000', '153605.248000', '153605.251000', '153605.254000', '153605.256000', '153605.273000', '153605.275000', '153605.278000', '153605.280000', '153605.283000', '153605.286000', '153605.288000', '153605.291000', '153605.294000', '153605.296000', '153605.299000', '153605.301000', '153605.304000', '153605.307000', '153605.309000', '153605.312000', '153605.315000', '153605.317000', '153625.194000', '153625.197000', '153625.200000', '153625.203000', '153625.205000', '153625.208000', '153625.211000', '153625.213000', '153625.216000', '153625.218000', '153625.221000', '153625.223000', '153625.226000', '153625.229000', '153625.231000', '153625.235000', '153625.238000', '153625.241000', '153625.243000', '153625.246000', '153625.248000', '153625.251000', '153625.253000', '153625.256000', '153625.259000', '153625.261000', '153625.264000', '153625.266000', '153625.269000', '153625.271000', '153625.274000', '153625.277000', '153625.279000', '153625.282000', '153625.285000', '153625.287000', '153625.290000', '153625.292000', '153625.295000', '153625.297000', '153625.300000', '153625.303000', '153625.305000', '153645.193000', '153645.196000', '153645.199000', '153645.201000', '153645.204000', '153645.207000', '153645.209000', '153645.212000', '153645.214000', '153645.217000', '153645.220000', '153645.222000', '153645.225000', '153645.227000', '153645.230000', '153645.232000', '153645.235000', '153645.238000', '153645.240000', '153645.243000', '153645.246000', '153645.248000', '153645.251000', '153645.253000', '153645.256000', '153645.258000', '153645.261000', '153645.264000', '153645.266000', '153645.269000', '153645.271000', '153645.274000', '153645.277000', '153645.279000', '153645.282000', '153645.285000', '153645.287000', '153645.315000', '153645.317000', '153645.320000', '153645.322000', '153645.325000', '153645.327000', '153645.330000', '153705.194000', '153705.197000', '153705.199000', '153705.202000', '153705.218000', '153705.220000', '153705.223000', '153705.225000', '153705.228000', '153705.231000', '153705.233000', '153705.236000', '153705.238000', '153705.241000', '153705.243000', '153705.246000', '153705.248000', '153705.251000', '153705.254000', '153705.256000', '153705.259000', '153705.261000', '153705.264000', '153705.267000', '153705.269000', '153705.272000', '153705.274000', '153705.277000', '153705.279000', '153705.282000', '153705.285000', '153705.287000', '153705.290000', '153705.292000', '153705.295000', '153705.297000', '153705.300000', '153705.303000', '153705.305000', '153705.308000', '153705.310000', '153705.313000', '153705.315000', '153705.318000', '153725.192000', '153725.195000', '153725.198000', '153725.200000', '153725.203000', '153725.206000', '153725.208000', '153725.211000', '153725.213000', '153725.216000', '153725.219000', '153725.221000', '153725.224000', '153725.226000', '153725.229000', '153725.231000', '153725.234000', '153725.237000', '153725.239000', '153725.242000', '153725.244000', '153725.247000', '153725.249000', '153725.252000', '153725.255000', '153725.257000', '153725.260000', '153725.262000', '153725.265000', '153725.268000', '153725.270000', '153725.273000', '153725.275000', '153725.278000', '153725.281000', '153725.283000', '153725.286000', '153725.288000', '153725.291000', '153725.293000', '153725.296000', '153725.299000', '153725.301000', '153745.192000', '153745.195000', '153745.198000', '153745.200000', '153745.203000', '153745.206000', '153745.208000', '153745.211000', '153745.213000', '153745.216000', '153745.219000', '153745.221000', '153745.224000', '153745.226000', '153745.229000', '153745.231000', '153745.234000', '153745.237000', '153745.239000', '153745.242000', '153745.244000', '153745.247000', '153745.249000', '153745.252000', '153745.255000', '153745.257000', '153745.260000', '153745.263000', '153745.265000', '153745.268000', '153745.271000', '153745.274000', '153745.277000', '153745.279000', '153745.282000', '153745.285000', '153745.287000', '153745.290000', '153745.292000', '153745.295000', '153745.298000', '153745.300000', '153745.303000', '153801.779000', '153801.782000', '153801.785000', '153801.788000', '153801.790000', '153801.793000', '153801.796000', '153801.798000', '153801.801000', '153801.843000', '153801.846000', '153801.849000', '153801.851000', '153801.854000', '153801.857000', '153801.859000', '153801.862000', '153801.865000', '153801.868000', '153801.871000', '153801.881000', '153801.883000', '153801.886000', '153801.889000', '153801.892000', '153801.896000', '153801.900000', '153801.903000', '153801.906000', '153801.909000', '153801.914000', '153801.917000', '153801.919000', '153801.922000', '153801.926000', '153801.929000', '153801.933000'], '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': [7937, 12255, 7835, 12569, 7939, 12423, 7494, 7978, 8066, 8388, 8892, 9018, 8643, 7371, 10557, 7586, 9765, 9493, 8723, 8067, 7990, 7592, 9189, 7545, 9494, 7332, 10512, 6536, 11494, 6575, 11668, 6816, 10632, 6954, 11741, 7172, 11427, 7873, 9762, 6937, 10014, 6634, 11196, 7022, 10067, 7043, 11154, 6640, 10731, 10323, 8252, 7657, 8583, 7576, 8574, 8748, 8119, 7461, 9598, 9934, 8295, 14239, 9056, 11153, 7858, 11517, 7707, 10336, 7324, 8527, 7107, 9297, 11093, 7522, 12114, 7545, 10015, 7012, 10802, 7067, 11318, 6697, 8989, 6701, 10010, 6957, 9198, 8632, 7752, 8415, 7719, 9529, 7396, 7509, 7871, 6780, 9026, 12697, 8061, 11072, 7589, 13318, 7766, 12938, 8515, 9835, 7489, 11014, 7212, 11734, 7492, 11851, 7182, 11439, 7591, 9367, 7762, 10483, 9589, 9328, 14801, 8898, 12024, 7727, 12793, 8073, 12635, 7716, 12807, 7471, 12477, 8291, 12461, 8173, 12328, 7685, 12236, 7396, 10996, 7141, 12643, 7604, 12366, 7396, 11572, 7684, 12953, 7554, 12230, 8206, 10626, 8584, 10099, 11898, 8754, 13943, 9673, 11857, 7993, 11419, 6671, 10994, 8612, 8906, 12675, 8046, 13266, 7485, 12415, 8157, 11859, 7291, 10667, 6464, 10919, 6474, 9657, 11212, 7908, 10920, 7161, 12979, 7256, 12220, 7732, 10402, 6886, 11096, 6418, 10154, 8209, 8305, 12967, 7817, 12073, 7585, 11152, 7252, 11043, 7255, 11751, 6450, 10773, 7551, 8498, 12721, 8344, 11822, 7814, 11767, 7831, 10456, 7261, 11550, 6906, 11081, 7182, 9573, 12277, 7920, 12523, 7842, 11846, 7960, 10997, 6886, 9167, 6775, 9710, 6580, 9520, 7366, 7803, 7496, 8299, 9455, 7317, 13467, 7551, 10939, 7274, 12114, 7080, 12193, 7853, 10955, 7682, 13135, 8694, 11993, 12827, 10250, 9611, 8813, 14218, 9091, 12483, 8879, 11310, 7588, 10533, 7207, 9156, 7310, 9194, 8092, 8963, 13097, 8492, 12730, 8503, 11115, 7827, 12156, 7121, 10395, 8075, 8130, 10022, 7456, 8202, 7985, 11392, 7656, 13478, 8105, 11087, 7612, 12126, 7051, 11024, 6753, 9636, 7167, 9655, 6974, 9722, 10315, 8212, 14220, 8752, 12018, 8627, 11278, 7721, 9320, 10917, 7931, 11876, 7418, 11907, 7339, 10581, 6622, 8810, 6320, 9132, 7609, 6977, 13192, 7254, 11391, 7434, 10869, 7146, 8464, 11696, 7480, 11167, 7363, 11767, 7064, 10103, 7682, 8590, 9922, 7521, 8059, 7240, 10182, 7062, 13589, 7528, 12481, 7346, 13018, 7691, 12515, 7156, 10361, 7295, 11642, 7831, 9774, 9253, 9272, 9143, 8924, 14290, 9493, 13566, 9140, 13445, 8696, 13070, 8605, 12141, 7933, 11498, 7383, 10478, 14425, 8681, 13573, 8071, 13155, 8131, 13004, 7835, 11943, 7267, 11377, 6854, 10109, 11398, 8307, 13913, 8290, 11598, 7801, 12359, 6936, 11081, 7742, 8767, 7952, 8005, 11233, 7753, 13409, 7755, 11130, 7273, 9891, 7014, 11580, 6257, 9769, 11301, 7886, 11846, 7552, 11253, 7452, 10989, 6812, 9357, 7371, 8166, 7993, 7275, 11360, 7066, 9875, 6942, 10025, 6834, 13210, 7467, 11937, 7805, 12806, 8002, 12397, 12322, 10697, 13623, 9455, 15106, 11328, 11411, 13907, 9107, 12562, 8376, 11915, 7572, 9921, 7003, 7950, 8017, 7303, 9403, 6512, 11487, 6513, 9830, 6655, 9324, 6454, 10079, 6756, 9247, 9197, 8577, 10335, 8132, 13095, 7780, 10917, 7616, 10390, 6836, 10991, 7511, 10207, 9410, 8407, 9943, 8690, 13232, 7895, 11592, 6976, 10976, 7183, 11895, 7053, 10712, 8722, 9154, 8807, 9167, 11546, 8338, 14527, 10393, 13375, 10001, 14088, 13109, 14655, 15768, 11515, 15609, 9282, 12414, 8551, 10238, 6940, 9226, 13121, 7558, 10401, 7077, 10163, 6465, 9121, 12627, 7625, 9696, 6930, 10025, 6350, 9269, 8747, 7162, 12079, 6933, 9792, 6680, 10039, 6654, 10045, 6341, 8724, 7044, 9388, 8272, 8208, 10753, 8030, 11013, 7770, 12695, 8183, 12303, 8126, 11502, 7888, 11268, 11314, 10596, 14772, 13520, 12612, 9833, 11858, 7880, 9910, 7842, 9288, 7779, 8714, 11731, 7793, 12085, 7843, 12285, 7806, 11563, 7011, 10236, 8210, 8563, 10940, 7811, 12962, 8598, 11387, 7487, 9898, 6776, 9925, 7121, 7950, 11916, 7372, 12237, 7517, 12526, 8044, 11425, 7325, 9381, 13178, 7954, 11605, 7291, 11155, 7386, 9525, 6611, 7864, 10971, 7089, 10750, 6692, 9952, 6069, 8614, 6966, 7580, 7797, 6936, 11563, 6912, 11672, 7025, 10825, 6895, 10589, 8497, 8931, 12818, 9157, 10718, 8497, 10643, 7382, 10234, 6824, 9572, 8929, 9096, 9296, 8117, 13153, 8301, 11990, 8098, 11438, 7554, 10253, 11048, 8650, 9919, 8263, 13689, 7942, 12178, 7870, 10048, 7438, 11468, 7060, 9782, 11757, 8594, 12124, 7641, 12435, 7849, 11450, 7738, 13219, 7655, 11851, 7009, 10649, 7596, 12833, 7159, 12080, 7185, 11484, 7343, 12586, 7171, 10754, 8226, 9559, 8352, 8693, 12332, 9077, 13347, 8954, 12274, 8736, 12260, 7932, 12097, 7404, 10937, 7491, 9796, 10749, 8680, 13855, 8331, 12962, 7971, 12499, 7793, 12151, 7373, 12756, 7221, 11961, 7300, 11360, 8458, 10458, 8581, 9865, 11969, 9059, 13481, 8588, 12223, 8216, 13035, 8011, 12650, 7377, 11478, 7196, 10728, 7704, 8756, 11817, 7937, 12523, 7596, 11015, 6903, 10810, 6213, 9535, 6118, 7873, 6370, 8088, 6530, 12816, 7355, 11927, 8132, 11425, 9597, 11670, 13182, 10870, 13699, 10778, 12013, 11669, 9107, 13713, 9067, 11465, 8403, 10241, 12436, 7935, 14344, 8248, 9038, 6895, 9096, 7234, 7616, 13016, 7313, 12057, 7100, 9872, 6702, 8597, 8767, 7917, 14193, 7865, 12657, 8438, 10886, 7552, 12537, 7257, 11649, 7967, 9512, 8065, 8991, 12020, 8285, 13458, 8151, 11750, 7999, 12697, 8044, 12473, 7532, 10934, 7125, 11667, 6965, 11104, 7704, 8806, 9074, 7795, 11934, 7606, 12580, 8036, 11422, 8002, 12464, 7256, 10974, 7507, 9275, 7288, 9110, 10667, 7897, 13165, 8209, 11147, 8055, 12655, 7559, 11643, 7260, 10164, 7382, 9849, 10769, 8355, 13511, 8279, 11186, 7611, 12214, 7305, 11729, 6556, 10816, 6647, 10053, 7302, 8441, 12989, 8002, 12179, 7652, 8819, 6559, 8395, 7886, 7393, 13582, 7082, 10510, 6779, 11094, 6613, 10586, 6375], 'WindowCenter': [3895.0, 3920.0, 3866.0, 3905.0, 3864.0, 3903.0, 3852.0, 3860.0, 3861.0, 3859.0, 3871.0, 3871.0, 3872.0, 3850.0, 3892.0, 3850.0, 3882.0, 3881.0, 3873.0, 3862.0, 3860.0, 3849.0, 3871.0, 3861.0, 3883.0, 3850.0, 3892.0, 3841.0, 3904.0, 3842.0, 3904.0, 3853.0, 3894.0, 3852.0, 3903.0, 3852.0, 3905.0, 3862.0, 3883.0, 3851.0, 3883.0, 3842.0, 3905.0, 3853.0, 3883.0, 3852.0, 3904.0, 3854.0, 3907.0, 3895.0, 3874.0, 3862.0, 3873.0, 3864.0, 3886.0, 3884.0, 3874.0, 3852.0, 3884.0, 3883.0, 3874.0, 3916.0, 3873.0, 3893.0, 3863.0, 3893.0, 3851.0, 3882.0, 3851.0, 3870.0, 3838.0, 3882.0, 3891.0, 3862.0, 3904.0, 3862.0, 3881.0, 3852.0, 3892.0, 3852.0, 3894.0, 3842.0, 3872.0, 3842.0, 3895.0, 3853.0, 3884.0, 3873.0, 3864.0, 3874.0, 3864.0, 3895.0, 3864.0, 3864.0, 3875.0, 3853.0, 3885.0, 3915.0, 3862.0, 3904.0, 3864.0, 3914.0, 3863.0, 3904.0, 3872.0, 3882.0, 3851.0, 3891.0, 3839.0, 3891.0, 3849.0, 3890.0, 3838.0, 3891.0, 3849.0, 3871.0, 3848.0, 3881.0, 3868.0, 3869.0, 3900.0, 3858.0, 3888.0, 3847.0, 3888.0, 3848.0, 3889.0, 3847.0, 3887.0, 3836.0, 3888.0, 3858.0, 3889.0, 3847.0, 3888.0, 3849.0, 3888.0, 3836.0, 3877.0, 3836.0, 3889.0, 3847.0, 3887.0, 3838.0, 3888.0, 3846.0, 3898.0, 3847.0, 3888.0, 3847.0, 3878.0, 3844.0, 3866.0, 3875.0, 3844.0, 3885.0, 3866.0, 3875.0, 3834.0, 3875.0, 3812.0, 3875.0, 3843.0, 3856.0, 3885.0, 3844.0, 3885.0, 3835.0, 3885.0, 3845.0, 3888.0, 3835.0, 3878.0, 3815.0, 3877.0, 3814.0, 3879.0, 3889.0, 3846.0, 3876.0, 3837.0, 3898.0, 3848.0, 3900.0, 3848.0, 3878.0, 3838.0, 3890.0, 3826.0, 3880.0, 3858.0, 3861.0, 3900.0, 3849.0, 3900.0, 3848.0, 3889.0, 3850.0, 3890.0, 3850.0, 3902.0, 3829.0, 3892.0, 3849.0, 3874.0, 3914.0, 3860.0, 3890.0, 3850.0, 3902.0, 3861.0, 3891.0, 3850.0, 3891.0, 3839.0, 3891.0, 3839.0, 3882.0, 3902.0, 3861.0, 3902.0, 3861.0, 3902.0, 3860.0, 3892.0, 3840.0, 3870.0, 3842.0, 3895.0, 3841.0, 3895.0, 3864.0, 3864.0, 3863.0, 3887.0, 3896.0, 3867.0, 3926.0, 3864.0, 3905.0, 3865.0, 3916.0, 3854.0, 3915.0, 3873.0, 3893.0, 3864.0, 3916.0, 3873.0, 3904.0, 3902.0, 3882.0, 3868.0, 3870.0, 3899.0, 3870.0, 3901.0, 3858.0, 3877.0, 3847.0, 3878.0, 3835.0, 3869.0, 3835.0, 3866.0, 3844.0, 3857.0, 3887.0, 3858.0, 3889.0, 3857.0, 3877.0, 3848.0, 3888.0, 3824.0, 3867.0, 3846.0, 3848.0, 3866.0, 3836.0, 3856.0, 3858.0, 3888.0, 3848.0, 3900.0, 3860.0, 3890.0, 3849.0, 3901.0, 3839.0, 3890.0, 3838.0, 3880.0, 3838.0, 3881.0, 3838.0, 3881.0, 3880.0, 3872.0, 3912.0, 3860.0, 3890.0, 3859.0, 3892.0, 3847.0, 3869.0, 3879.0, 3847.0, 3887.0, 3848.0, 3890.0, 3850.0, 3891.0, 3839.0, 3871.0, 3843.0, 3884.0, 3863.0, 3865.0, 3916.0, 3864.0, 3904.0, 3863.0, 3904.0, 3851.0, 3875.0, 3904.0, 3852.0, 3904.0, 3865.0, 3916.0, 3852.0, 3893.0, 3862.0, 3885.0, 3893.0, 3862.0, 3861.0, 3863.0, 3893.0, 3851.0, 3914.0, 3864.0, 3915.0, 3864.0, 3916.0, 3862.0, 3914.0, 3840.0, 3892.0, 3851.0, 3902.0, 3849.0, 3882.0, 3870.0, 3871.0, 3870.0, 3870.0, 3913.0, 3882.0, 3900.0, 3869.0, 3899.0, 3858.0, 3899.0, 3858.0, 3889.0, 3847.0, 3888.0, 3836.0, 3879.0, 3898.0, 3857.0, 3896.0, 3846.0, 3887.0, 3846.0, 3886.0, 3847.0, 3890.0, 3835.0, 3877.0, 3813.0, 3877.0, 3875.0, 3857.0, 3899.0, 3846.0, 3877.0, 3835.0, 3887.0, 3825.0, 3888.0, 3846.0, 3858.0, 3845.0, 3858.0, 3888.0, 3848.0, 3901.0, 3849.0, 3889.0, 3850.0, 3881.0, 3851.0, 3903.0, 3840.0, 3895.0, 3893.0, 3863.0, 3903.0, 3862.0, 3903.0, 3852.0, 3893.0, 3841.0, 3883.0, 3852.0, 3875.0, 3874.0, 3863.0, 3904.0, 3853.0, 3893.0, 3853.0, 3894.0, 3855.0, 3916.0, 3865.0, 3903.0, 3864.0, 3916.0, 3874.0, 3916.0, 3914.0, 3894.0, 3901.0, 3882.0, 3925.0, 3892.0, 3891.0, 3911.0, 3870.0, 3889.0, 3858.0, 3889.0, 3848.0, 3878.0, 3838.0, 3860.0, 3846.0, 3849.0, 3870.0, 3841.0, 3902.0, 3843.0, 3894.0, 3855.0, 3896.0, 3845.0, 3909.0, 3854.0, 3911.0, 3897.0, 3888.0, 3906.0, 3889.0, 3929.0, 3890.0, 3920.0, 3877.0, 3896.0, 3868.0, 3918.0, 3866.0, 3920.0, 3897.0, 3876.0, 3909.0, 3888.0, 3927.0, 3890.0, 3918.0, 3866.0, 3905.0, 3855.0, 3917.0, 3866.0, 3908.0, 3884.0, 3885.0, 3885.0, 3896.0, 3905.0, 3874.0, 3927.0, 3894.0, 3914.0, 3883.0, 3913.0, 3901.0, 3912.0, 3909.0, 3892.0, 3911.0, 3856.0, 3889.0, 3857.0, 3867.0, 3824.0, 3870.0, 3898.0, 3846.0, 3877.0, 3838.0, 3880.0, 3815.0, 3871.0, 3901.0, 3848.0, 3867.0, 3837.0, 3880.0, 3827.0, 3870.0, 3858.0, 3850.0, 3901.0, 3840.0, 3881.0, 3840.0, 3882.0, 3839.0, 3882.0, 3840.0, 3872.0, 3852.0, 3884.0, 3872.0, 3874.0, 3904.0, 3863.0, 3892.0, 3861.0, 3902.0, 3873.0, 3903.0, 3860.0, 3892.0, 3860.0, 3891.0, 3890.0, 3893.0, 3912.0, 3899.0, 3889.0, 3867.0, 3888.0, 3846.0, 3868.0, 3844.0, 3868.0, 3836.0, 3857.0, 3889.0, 3849.0, 3889.0, 3847.0, 3889.0, 3847.0, 3886.0, 3837.0, 3879.0, 3846.0, 3858.0, 3876.0, 3847.0, 3900.0, 3857.0, 3890.0, 3835.0, 3867.0, 3825.0, 3868.0, 3836.0, 3847.0, 3900.0, 3849.0, 3900.0, 3848.0, 3900.0, 3859.0, 3891.0, 3837.0, 3870.0, 3900.0, 3847.0, 3877.0, 3849.0, 3903.0, 3848.0, 3883.0, 3839.0, 3858.0, 3888.0, 3838.0, 3893.0, 3840.0, 3880.0, 3817.0, 3873.0, 3839.0, 3861.0, 3860.0, 3852.0, 3903.0, 3852.0, 3905.0, 3865.0, 3905.0, 3853.0, 3896.0, 3872.0, 3884.0, 3915.0, 3896.0, 3893.0, 3872.0, 3893.0, 3850.0, 3893.0, 3841.0, 3883.0, 3871.0, 3884.0, 3881.0, 3873.0, 3913.0, 3873.0, 3902.0, 3861.0, 3902.0, 3849.0, 3881.0, 3890.0, 3871.0, 3881.0, 3860.0, 3910.0, 3859.0, 3901.0, 3847.0, 3879.0, 3848.0, 3890.0, 3837.0, 3880.0, 3890.0, 3860.0, 3889.0, 3847.0, 3898.0, 3859.0, 3888.0, 3861.0, 3928.0, 3860.0, 3890.0, 3837.0, 3890.0, 3860.0, 3912.0, 3849.0, 3901.0, 3851.0, 3901.0, 3849.0, 3902.0, 3848.0, 3892.0, 3859.0, 3881.0, 3857.0, 3871.0, 3900.0, 3870.0, 3901.0, 3869.0, 3888.0, 3857.0, 3888.0, 3846.0, 3902.0, 3836.0, 3879.0, 3835.0, 3866.0, 3877.0, 3858.0, 3897.0, 3856.0, 3897.0, 3845.0, 3888.0, 3846.0, 3886.0, 3836.0, 3897.0, 3835.0, 3889.0, 3834.0, 3890.0, 3856.0, 3878.0, 3854.0, 3866.0, 3885.0, 3856.0, 3900.0, 3855.0, 3886.0, 3844.0, 3887.0, 3845.0, 3886.0, 3848.0, 3891.0, 3834.0, 3877.0, 3844.0, 3856.0, 3887.0, 3847.0, 3886.0, 3848.0, 3888.0, 3850.0, 3889.0, 3828.0, 3878.0, 3830.0, 3871.0, 3853.0, 3875.0, 3856.0, 3928.0, 3876.0, 3916.0, 3875.0, 3905.0, 3895.0, 3906.0, 3903.0, 3894.0, 3913.0, 3880.0, 3890.0, 3888.0, 3857.0, 3895.0, 3869.0, 3887.0, 3857.0, 3878.0, 3886.0, 3846.0, 3898.0, 3845.0, 3854.0, 3823.0, 3857.0, 3835.0, 3835.0, 3886.0, 3836.0, 3886.0, 3823.0, 3866.0, 3826.0, 3857.0, 3855.0, 3846.0, 3898.0, 3846.0, 3899.0, 3856.0, 3876.0, 3835.0, 3887.0, 3835.0, 3888.0, 3847.0, 3867.0, 3844.0, 3867.0, 3886.0, 3857.0, 3900.0, 3847.0, 3887.0, 3848.0, 3899.0, 3846.0, 3900.0, 3847.0, 3877.0, 3837.0, 3890.0, 3836.0, 3889.0, 3847.0, 3870.0, 3868.0, 3848.0, 3889.0, 3848.0, 3900.0, 3859.0, 3889.0, 3858.0, 3900.0, 3849.0, 3889.0, 3837.0, 3868.0, 3835.0, 3868.0, 3877.0, 3846.0, 3899.0, 3857.0, 3888.0, 3848.0, 3899.0, 3847.0, 3889.0, 3847.0, 3880.0, 3834.0, 3869.0, 3876.0, 3846.0, 3898.0, 3857.0, 3878.0, 3845.0, 3898.0, 3835.0, 3888.0, 3826.0, 3889.0, 3827.0, 3879.0, 3846.0, 3857.0, 3899.0, 3859.0, 3900.0, 3849.0, 3869.0, 3826.0, 3858.0, 3858.0, 3850.0, 3912.0, 3851.0, 3890.0, 3841.0, 3903.0, 3840.0, 3892.0, 3840.0], 'WindowWidth': [8754.0, 8774.0, 8695.0, 8742.0, 8685.0, 8735.0, 8664.0, 8673.0, 8675.0, 8670.0, 8688.0, 8688.0, 8689.0, 8658.0, 8719.0, 8659.0, 8705.0, 8701.0, 8694.0, 8678.0, 8672.0, 8658.0, 8687.0, 8677.0, 8706.0, 8662.0, 8719.0, 8651.0, 8738.0, 8654.0, 8740.0, 8670.0, 8724.0, 8668.0, 8736.0, 8665.0, 8739.0, 8679.0, 8707.0, 8663.0, 8708.0, 8653.0, 8741.0, 8669.0, 8709.0, 8668.0, 8738.0, 8673.0, 8746.0, 8728.0, 8696.0, 8679.0, 8696.0, 8687.0, 8719.0, 8713.0, 8699.0, 8667.0, 8711.0, 8707.0, 8698.0, 8759.0, 8695.0, 8722.0, 8683.0, 8722.0, 8662.0, 8707.0, 8662.0, 8686.0, 8643.0, 8705.0, 8716.0, 8679.0, 8737.0, 8678.0, 8703.0, 8665.0, 8719.0, 8668.0, 8723.0, 8652.0, 8693.0, 8653.0, 8728.0, 8670.0, 8711.0, 8697.0, 8686.0, 8699.0, 8686.0, 8727.0, 8687.0, 8688.0, 8702.0, 8671.0, 8715.0, 8755.0, 8681.0, 8738.0, 8686.0, 8752.0, 8682.0, 8736.0, 8691.0, 8705.0, 8661.0, 8714.0, 8643.0, 8714.0, 8657.0, 8712.0, 8640.0, 8716.0, 8657.0, 8687.0, 8655.0, 8700.0, 8678.0, 8682.0, 8728.0, 8665.0, 8707.0, 8651.0, 8708.0, 8654.0, 8709.0, 8650.0, 8704.0, 8635.0, 8706.0, 8667.0, 8709.0, 8649.0, 8705.0, 8655.0, 8707.0, 8634.0, 8688.0, 8635.0, 8708.0, 8651.0, 8705.0, 8640.0, 8706.0, 8649.0, 8719.0, 8649.0, 8706.0, 8649.0, 8694.0, 8642.0, 8674.0, 8684.0, 8640.0, 8698.0, 8671.0, 8683.0, 8626.0, 8682.0, 8596.0, 8683.0, 8638.0, 8660.0, 8696.0, 8642.0, 8697.0, 8630.0, 8698.0, 8646.0, 8706.0, 8632.0, 8691.0, 8605.0, 8689.0, 8603.0, 8697.0, 8708.0, 8649.0, 8688.0, 8638.0, 8720.0, 8655.0, 8726.0, 8656.0, 8695.0, 8641.0, 8711.0, 8624.0, 8700.0, 8668.0, 8675.0, 8727.0, 8656.0, 8726.0, 8655.0, 8710.0, 8659.0, 8712.0, 8661.0, 8730.0, 8632.0, 8718.0, 8659.0, 8698.0, 8752.0, 8675.0, 8715.0, 8661.0, 8731.0, 8677.0, 8716.0, 8659.0, 8715.0, 8645.0, 8716.0, 8644.0, 8705.0, 8733.0, 8675.0, 8732.0, 8677.0, 8731.0, 8674.0, 8717.0, 8646.0, 8687.0, 8655.0, 8727.0, 8653.0, 8728.0, 8687.0, 8686.0, 8684.0, 8721.0, 8732.0, 8695.0, 8774.0, 8686.0, 8740.0, 8690.0, 8757.0, 8673.0, 8755.0, 8696.0, 8724.0, 8686.0, 8758.0, 8696.0, 8739.0, 8731.0, 8704.0, 8681.0, 8685.0, 8727.0, 8686.0, 8729.0, 8665.0, 8689.0, 8649.0, 8691.0, 8635.0, 8684.0, 8632.0, 8675.0, 8644.0, 8664.0, 8705.0, 8665.0, 8709.0, 8662.0, 8688.0, 8656.0, 8708.0, 8615.0, 8675.0, 8648.0, 8653.0, 8674.0, 8635.0, 8662.0, 8668.0, 8706.0, 8655.0, 8728.0, 8672.0, 8711.0, 8657.0, 8729.0, 8645.0, 8713.0, 8642.0, 8699.0, 8640.0, 8700.0, 8643.0, 8703.0, 8701.0, 8693.0, 8745.0, 8671.0, 8712.0, 8671.0, 8720.0, 8652.0, 8683.0, 8695.0, 8652.0, 8704.0, 8655.0, 8713.0, 8659.0, 8717.0, 8646.0, 8688.0, 8658.0, 8713.0, 8687.0, 8691.0, 8756.0, 8685.0, 8737.0, 8684.0, 8738.0, 8664.0, 8701.0, 8738.0, 8666.0, 8738.0, 8688.0, 8759.0, 8668.0, 8720.0, 8679.0, 8716.0, 8722.0, 8679.0, 8677.0, 8682.0, 8722.0, 8666.0, 8752.0, 8684.0, 8753.0, 8686.0, 8756.0, 8682.0, 8751.0, 8648.0, 8718.0, 8663.0, 8732.0, 8658.0, 8704.0, 8685.0, 8689.0, 8688.0, 8688.0, 8750.0, 8704.0, 8727.0, 8682.0, 8722.0, 8667.0, 8723.0, 8667.0, 8709.0, 8649.0, 8706.0, 8636.0, 8696.0, 8720.0, 8663.0, 8715.0, 8648.0, 8703.0, 8647.0, 8701.0, 8652.0, 8710.0, 8631.0, 8688.0, 8601.0, 8689.0, 8684.0, 8664.0, 8724.0, 8649.0, 8688.0, 8633.0, 8703.0, 8619.0, 8705.0, 8649.0, 8666.0, 8647.0, 8668.0, 8706.0, 8653.0, 8728.0, 8659.0, 8712.0, 8661.0, 8703.0, 8667.0, 8735.0, 8649.0, 8729.0, 8722.0, 8682.0, 8735.0, 8680.0, 8734.0, 8667.0, 8722.0, 8652.0, 8708.0, 8666.0, 8702.0, 8699.0, 8684.0, 8739.0, 8671.0, 8722.0, 8671.0, 8727.0, 8677.0, 8758.0, 8688.0, 8737.0, 8686.0, 8756.0, 8698.0, 8758.0, 8753.0, 8723.0, 8730.0, 8705.0, 8772.0, 8718.0, 8715.0, 8742.0, 8686.0, 8710.0, 8666.0, 8711.0, 8655.0, 8692.0, 8643.0, 8672.0, 8650.0, 8657.0, 8687.0, 8652.0, 8734.0, 8659.0, 8728.0, 8679.0, 8732.0, 8665.0, 8755.0, 8676.0, 8761.0, 8736.0, 8724.0, 8746.0, 8729.0, 8781.0, 8732.0, 8772.0, 8709.0, 8731.0, 8700.0, 8766.0, 8694.0, 8771.0, 8734.0, 8704.0, 8756.0, 8724.0, 8777.0, 8732.0, 8768.0, 8693.0, 8742.0, 8676.0, 8761.0, 8693.0, 8750.0, 8714.0, 8715.0, 8714.0, 8731.0, 8742.0, 8699.0, 8779.0, 8727.0, 8753.0, 8708.0, 8751.0, 8728.0, 8746.0, 8737.0, 8717.0, 8746.0, 8660.0, 8710.0, 8664.0, 8676.0, 8617.0, 8686.0, 8723.0, 8649.0, 8691.0, 8643.0, 8702.0, 8608.0, 8689.0, 8731.0, 8654.0, 8679.0, 8640.0, 8700.0, 8626.0, 8686.0, 8669.0, 8663.0, 8731.0, 8648.0, 8703.0, 8650.0, 8706.0, 8648.0, 8707.0, 8650.0, 8693.0, 8667.0, 8712.0, 8694.0, 8700.0, 8739.0, 8683.0, 8720.0, 8679.0, 8734.0, 8698.0, 8735.0, 8675.0, 8719.0, 8673.0, 8717.0, 8713.0, 8722.0, 8750.0, 8724.0, 8710.0, 8678.0, 8706.0, 8649.0, 8678.0, 8642.0, 8679.0, 8635.0, 8666.0, 8711.0, 8659.0, 8710.0, 8652.0, 8708.0, 8652.0, 8703.0, 8640.0, 8699.0, 8648.0, 8666.0, 8688.0, 8651.0, 8727.0, 8664.0, 8710.0, 8634.0, 8676.0, 8620.0, 8680.0, 8636.0, 8652.0, 8728.0, 8659.0, 8725.0, 8656.0, 8727.0, 8673.0, 8718.0, 8640.0, 8686.0, 8726.0, 8652.0, 8692.0, 8661.0, 8737.0, 8657.0, 8709.0, 8645.0, 8669.0, 8708.0, 8644.0, 8723.0, 8647.0, 8701.0, 8616.0, 8695.0, 8646.0, 8678.0, 8676.0, 8668.0, 8735.0, 8668.0, 8742.0, 8692.0, 8743.0, 8672.0, 8731.0, 8693.0, 8713.0, 8758.0, 8730.0, 8725.0, 8693.0, 8721.0, 8664.0, 8721.0, 8651.0, 8709.0, 8690.0, 8711.0, 8706.0, 8698.0, 8752.0, 8694.0, 8733.0, 8678.0, 8732.0, 8660.0, 8703.0, 8712.0, 8689.0, 8704.0, 8673.0, 8743.0, 8672.0, 8729.0, 8653.0, 8697.0, 8656.0, 8713.0, 8640.0, 8701.0, 8714.0, 8672.0, 8711.0, 8654.0, 8722.0, 8671.0, 8708.0, 8680.0, 8783.0, 8677.0, 8713.0, 8641.0, 8713.0, 8676.0, 8747.0, 8660.0, 8730.0, 8666.0, 8729.0, 8660.0, 8732.0, 8659.0, 8721.0, 8672.0, 8702.0, 8668.0, 8690.0, 8728.0, 8689.0, 8730.0, 8685.0, 8708.0, 8666.0, 8707.0, 8651.0, 8730.0, 8636.0, 8695.0, 8634.0, 8677.0, 8692.0, 8668.0, 8718.0, 8662.0, 8719.0, 8648.0, 8705.0, 8649.0, 8702.0, 8635.0, 8719.0, 8634.0, 8710.0, 8632.0, 8712.0, 8661.0, 8692.0, 8658.0, 8676.0, 8699.0, 8662.0, 8727.0, 8660.0, 8701.0, 8644.0, 8702.0, 8646.0, 8701.0, 8655.0, 8714.0, 8630.0, 8692.0, 8644.0, 8663.0, 8703.0, 8651.0, 8702.0, 8655.0, 8708.0, 8660.0, 8710.0, 8631.0, 8696.0, 8637.0, 8693.0, 8675.0, 8705.0, 8683.0, 8780.0, 8708.0, 8760.0, 8704.0, 8744.0, 8728.0, 8743.0, 8738.0, 8725.0, 8752.0, 8699.0, 8713.0, 8706.0, 8665.0, 8719.0, 8684.0, 8705.0, 8665.0, 8694.0, 8701.0, 8647.0, 8721.0, 8645.0, 8657.0, 8614.0, 8664.0, 8631.0, 8633.0, 8701.0, 8634.0, 8701.0, 8615.0, 8673.0, 8624.0, 8665.0, 8658.0, 8650.0, 8721.0, 8648.0, 8724.0, 8664.0, 8687.0, 8633.0, 8704.0, 8632.0, 8707.0, 8651.0, 8678.0, 8644.0, 8678.0, 8703.0, 8664.0, 8726.0, 8653.0, 8704.0, 8653.0, 8720.0, 8650.0, 8725.0, 8654.0, 8691.0, 8638.0, 8712.0, 8638.0, 8710.0, 8654.0, 8686.0, 8681.0, 8656.0, 8710.0, 8655.0, 8727.0, 8673.0, 8710.0, 8670.0, 8727.0, 8657.0, 8710.0, 8640.0, 8682.0, 8634.0, 8681.0, 8693.0, 8649.0, 8724.0, 8664.0, 8705.0, 8654.0, 8723.0, 8652.0, 8709.0, 8653.0, 8698.0, 8631.0, 8681.0, 8688.0, 8648.0, 8721.0, 8665.0, 8692.0, 8646.0, 8720.0, 8635.0, 8707.0, 8625.0, 8710.0, 8625.0, 8696.0, 8650.0, 8667.0, 8725.0, 8671.0, 8726.0, 8657.0, 8682.0, 8623.0, 8669.0, 8669.0, 8662.0, 8745.0, 8663.0, 8713.0, 8651.0, 8734.0, 8649.0, 8718.0, 8649.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.0005179908151549943</td></tr>
<tr><td colspan=3>aqi</td><td>0.034457106314580946</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.65924508548273</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1519689241609188</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9677233211034489</td></tr>
<tr><td colspan=3>efc</td><td>0.4841</td></tr>
<tr><td colspan=3>fber</td><td>3876.2798</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1050736479676975</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.396096440872561</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4809035080002566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4916221224132813</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5923106654672248</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3587777361202638</td></tr>
<tr><td colspan=3>gcor</td><td>0.0104951</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008489024825394154</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032068729400634766</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.104632889727019</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>26.6906</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.7327</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.8046</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298373.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>697.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.8425</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8733</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.0233</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3091.1288</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3228.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78171.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4059.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>786.4234</td></tr>
<tr><td colspan=3>tsnr</td><td>33.0481678819051</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>