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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0011_ses-04_task-social_acq-mb8_run-06_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-0011_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_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-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0011_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_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-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0011/figures/sub-0011_ses-04_task-social_acq-mb8_run-06_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-0011/ses-04/func/sub-0011_ses-04_task-social_acq-mb8_run-06_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>a6dfe1697738560b652ffc93ae4f2733</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:50:50.850000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997745, -0.0158137, -0.0652256, 0.0139321, 0.999476, -0.0292032]</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-06_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.0777482</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4125, -7758, -7292, 603, -31, -221, -9, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.554</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76978dd5-b03d-4559-93f4-79d478764096||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.676877498626709, 0.03737867996096611, -0.17726367712020874, 111.68597412109375], [0.04242703318595886, 2.6815221309661865, -0.07621720433235168, -91.24716186523438], [-0.17499540746212006, 0.07834996283054352, 2.693096399307251, -70.44461822509766], [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': ['155050.850000', '155051.310000', '155051.770000', '155052.230000', '155052.690000', '155053.150000', '155053.610000', '155054.070000', '155054.530000', '155054.990000', '155055.450000', '155055.910000', '155056.370000', '155056.830000', '155057.290000', '155057.750000', '155058.210000', '155058.670000', '155059.130000', '155059.590000', '155100.050000', '155100.510000', '155100.970000', '155101.430000', '155101.890000', '155102.350000', '155102.810000', '155103.270000', '155103.730000', '155104.190000', '155104.650000', '155105.110000', '155105.570000', '155106.030000', '155106.490000', '155106.950000', '155107.410000', '155107.870000', '155108.330000', '155108.790000', '155109.250000', '155109.710000', '155110.170000', '155110.630000', '155111.090000', '155111.550000', '155112.010000', '155112.470000', '155112.930000', '155113.390000', '155113.850000', '155114.310000', '155114.770000', '155115.230000', '155115.690000', '155116.150000', '155116.610000', '155117.070000', '155117.530000', '155117.990000', '155118.450000', '155118.910000', '155119.370000', '155119.830000', '155120.290000', '155120.750000', '155121.210000', '155121.670000', '155122.130000', '155122.590000', '155123.050000', '155123.510000', '155123.970000', '155124.430000', '155124.890000', '155125.350000', '155125.810000', '155126.270000', '155126.730000', '155127.190000', '155127.650000', '155128.110000', '155128.570000', '155129.030000', '155129.490000', '155129.950000', '155130.410000', '155130.870000', '155131.330000', '155131.790000', '155132.250000', '155132.710000', '155133.170000', '155133.630000', '155134.090000', '155134.550000', '155135.010000', '155135.470000', '155135.930000', '155136.390000', '155136.850000', '155137.310000', '155137.770000', '155138.230000', '155138.690000', '155139.150000', '155139.610000', '155140.070000', '155140.530000', '155140.990000', '155141.450000', '155141.910000', '155142.370000', '155142.830000', '155143.290000', '155143.750000', '155144.210000', '155144.670000', '155145.130000', '155145.590000', '155146.050000', '155146.510000', '155146.970000', '155147.430000', '155147.890000', '155148.350000', '155148.810000', '155149.270000', '155149.730000', '155150.190000', '155150.650000', '155151.110000', '155151.570000', '155152.030000', '155152.490000', '155152.950000', '155153.410000', '155153.870000', '155154.330000', '155154.790000', '155155.250000', '155155.710000', '155156.170000', '155156.630000', '155157.090000', '155157.550000', '155158.010000', '155158.470000', '155158.930000', '155159.390000', '155159.850000', '155200.310000', '155200.770000', '155201.230000', '155201.690000', '155202.150000', '155202.610000', '155203.070000', '155203.530000', '155203.990000', '155204.450000', '155204.910000', '155205.370000', '155205.830000', '155206.290000', '155206.750000', '155207.210000', '155207.670000', '155208.130000', '155208.590000', '155209.050000', '155209.510000', '155209.970000', '155210.430000', '155210.890000', '155211.350000', '155211.810000', '155212.270000', '155212.730000', '155213.190000', '155213.650000', '155214.110000', '155214.570000', '155215.030000', '155215.490000', '155215.950000', '155216.410000', '155216.870000', '155217.330000', '155217.790000', '155218.250000', '155218.710000', '155219.170000', '155219.630000', '155220.090000', '155220.550000', '155221.010000', '155221.470000', '155221.930000', '155222.390000', '155222.850000', '155223.310000', '155223.770000', '155224.230000', '155224.690000', '155225.150000', '155225.610000', '155226.070000', '155226.530000', '155226.990000', '155227.450000', '155227.910000', '155228.370000', '155228.830000', '155229.290000', '155229.750000', '155230.210000', '155230.670000', '155231.130000', '155231.590000', '155232.050000', '155232.510000', '155232.970000', '155233.430000', '155233.890000', '155234.350000', '155234.810000', '155235.270000', '155235.730000', '155236.190000', '155236.650000', '155237.110000', '155237.570000', '155238.030000', '155238.490000', '155238.950000', '155239.410000', '155239.870000', '155240.330000', '155240.790000', '155241.250000', '155241.710000', '155242.170000', '155242.630000', '155243.090000', '155243.550000', '155244.010000', '155244.470000', '155244.930000', '155245.390000', '155245.850000', '155246.310000', '155246.770000', '155247.230000', '155247.690000', '155248.150000', '155248.610000', '155249.070000', '155249.530000', '155249.990000', '155250.450000', '155250.910000', '155251.370000', '155251.830000', '155252.290000', '155252.750000', '155253.210000', '155253.670000', '155254.130000', '155254.590000', '155255.050000', '155255.510000', '155255.970000', '155256.430000', '155256.890000', '155257.350000', '155257.810000', '155258.270000', '155258.730000', '155259.190000', '155259.650000', '155300.110000', '155300.570000', '155301.030000', '155301.490000', '155301.950000', '155302.410000', '155302.870000', '155303.330000', '155303.790000', '155304.250000', '155304.710000', '155305.170000', '155305.630000', '155306.090000', '155306.550000', '155307.010000', '155307.470000', '155307.930000', '155308.390000', '155308.850000', '155309.310000', '155309.770000', '155310.230000', '155310.690000', '155311.150000', '155311.610000', '155312.070000', '155312.530000', '155312.990000', '155313.450000', '155313.910000', '155314.370000', '155314.830000', '155315.290000', '155315.750000', '155316.210000', '155316.670000', '155317.130000', '155317.590000', '155318.050000', '155318.510000', '155318.970000', '155319.430000', '155319.890000', '155320.350000', '155320.810000', '155321.270000', '155321.730000', '155322.190000', '155322.650000', '155323.110000', '155323.570000', '155324.030000', '155324.490000', '155324.950000', '155325.410000', '155325.870000', '155326.330000', '155326.790000', '155327.250000', '155327.710000', '155328.170000', '155328.630000', '155329.090000', '155329.550000', '155330.010000', '155330.470000', '155330.930000', '155331.390000', '155331.850000', '155332.310000', '155332.770000', '155333.230000', '155333.690000', '155334.150000', '155334.610000', '155335.070000', '155335.530000', '155335.990000', '155336.450000', '155336.910000', '155337.370000', '155337.830000', '155338.290000', '155338.750000', '155339.210000', '155339.670000', '155340.130000', '155340.590000', '155341.050000', '155341.510000', '155341.970000', '155342.430000', '155342.890000', '155343.350000', '155343.810000', '155344.270000', '155344.730000', '155345.190000', '155345.650000', '155346.110000', '155346.570000', '155347.030000', '155347.490000', '155347.950000', '155348.410000', '155348.870000', '155349.330000', '155349.790000', '155350.250000', '155350.710000', '155351.170000', '155351.630000', '155352.090000', '155352.550000', '155353.010000', '155353.470000', '155353.930000', '155354.390000', '155354.850000', '155355.310000', '155355.770000', '155356.230000', '155356.690000', '155357.150000', '155357.610000', '155358.070000', '155358.530000', '155358.990000', '155359.450000', '155359.910000', '155400.370000', '155400.830000', '155401.290000', '155401.750000', '155402.210000', '155402.670000', '155403.130000', '155403.590000', '155404.050000', '155404.510000', '155404.970000', '155405.430000', '155405.890000', '155406.350000', '155406.810000', '155407.270000', '155407.730000', '155408.190000', '155408.650000', '155409.110000', '155409.570000', '155410.030000', '155410.490000', '155410.950000', '155411.410000', '155411.870000', '155412.330000', '155412.790000', '155413.250000', '155413.710000', '155414.170000', '155414.630000', '155415.090000', '155415.550000', '155416.010000', '155416.470000', '155416.930000', '155417.390000', '155417.850000', '155418.310000', '155418.770000', '155419.230000', '155419.690000', '155420.150000', '155420.610000', '155421.070000', '155421.530000', '155421.990000', '155422.450000', '155422.910000', '155423.370000', '155423.830000', '155424.290000', '155424.750000', '155425.210000', '155425.670000', '155426.130000', '155426.590000', '155427.050000', '155427.510000', '155427.970000', '155428.430000', '155428.890000', '155429.350000', '155429.810000', '155430.270000', '155430.730000', '155431.190000', '155431.650000', '155432.110000', '155432.570000', '155433.030000', '155433.490000', '155433.950000', '155434.410000', '155434.870000', '155435.330000', '155435.790000', '155436.250000', '155436.710000', '155437.170000', '155437.630000', '155438.090000', '155438.550000', '155439.010000', '155439.470000', '155439.930000', '155440.390000', '155440.850000', '155441.310000', '155441.770000', '155442.230000', '155442.690000', '155443.150000', '155443.610000', '155444.070000', '155444.530000', '155444.990000', '155445.450000', '155445.910000', '155446.370000', '155446.830000', '155447.290000', '155447.750000', '155448.210000', '155448.670000', '155449.130000', '155449.590000', '155450.050000', '155450.510000', '155450.970000', '155451.430000', '155451.890000', '155452.350000', '155452.810000', '155453.270000', '155453.730000', '155454.190000', '155454.650000', '155455.110000', '155455.570000', '155456.030000', '155456.490000', '155456.950000', '155457.410000', '155457.870000', '155458.330000', '155458.790000', '155459.250000', '155459.710000', '155500.170000', '155500.630000', '155501.090000', '155501.550000', '155502.010000', '155502.470000', '155502.930000', '155503.390000', '155503.850000', '155504.310000', '155504.770000', '155505.230000', '155505.690000', '155506.150000', '155506.610000', '155507.070000', '155507.530000', '155507.990000', '155508.450000', '155508.910000', '155509.370000', '155509.830000', '155510.290000', '155510.750000', '155511.210000', '155511.670000', '155512.130000', '155512.590000', '155513.050000', '155513.510000', '155513.970000', '155514.430000', '155514.890000', '155515.350000', '155515.810000', '155516.270000', '155516.730000', '155517.190000', '155517.650000', '155518.110000', '155518.570000', '155519.030000', '155519.490000', '155519.950000', '155520.410000', '155520.870000', '155521.330000', '155521.790000', '155522.250000', '155522.710000', '155523.170000', '155523.630000', '155524.090000', '155524.550000', '155525.010000', '155525.470000', '155525.930000', '155526.390000', '155526.850000', '155527.310000', '155527.770000', '155528.230000', '155528.690000', '155529.150000', '155529.610000', '155530.070000', '155530.530000', '155530.990000', '155531.450000', '155531.910000', '155532.370000', '155532.830000', '155533.290000', '155533.750000', '155534.210000', '155534.670000', '155535.130000', '155535.590000', '155536.050000', '155536.510000', '155536.970000', '155537.430000', '155537.890000', '155538.350000', '155538.810000', '155539.270000', '155539.730000', '155540.190000', '155540.650000', '155541.110000', '155541.570000', '155542.030000', '155542.490000', '155542.950000', '155543.410000', '155543.870000', '155544.330000', '155544.790000', '155545.250000', '155545.710000', '155546.170000', '155546.630000', '155547.090000', '155547.550000', '155548.010000', '155548.470000', '155548.930000', '155549.390000', '155549.850000', '155550.310000', '155550.770000', '155551.230000', '155551.690000', '155552.150000', '155552.610000', '155553.070000', '155553.530000', '155553.990000', '155554.450000', '155554.910000', '155555.370000', '155555.830000', '155556.290000', '155556.750000', '155557.210000', '155557.670000', '155558.130000', '155558.590000', '155559.050000', '155559.510000', '155559.970000', '155600.430000', '155600.890000', '155601.350000', '155601.810000', '155602.270000', '155602.730000', '155603.190000', '155603.650000', '155604.110000', '155604.570000', '155605.030000', '155605.490000', '155605.950000', '155606.410000', '155606.870000', '155607.330000', '155607.790000', '155608.250000', '155608.710000', '155609.170000', '155609.630000', '155610.090000', '155610.550000', '155611.010000', '155611.470000', '155611.930000', '155612.390000', '155612.850000', '155613.310000', '155613.770000', '155614.230000', '155614.690000', '155615.150000', '155615.610000', '155616.070000', '155616.530000', '155616.990000', '155617.450000', '155617.910000', '155618.370000', '155618.830000', '155619.290000', '155619.750000', '155620.210000', '155620.670000', '155621.130000', '155621.590000', '155622.050000', '155622.510000', '155622.970000', '155623.430000', '155623.890000', '155624.350000', '155624.810000', '155625.270000', '155625.730000', '155626.190000', '155626.650000', '155627.110000', '155627.570000', '155628.030000', '155628.490000', '155628.950000', '155629.410000', '155629.870000', '155630.330000', '155630.790000', '155631.250000', '155631.710000', '155632.170000', '155632.630000', '155633.090000', '155633.550000', '155634.010000', '155634.470000', '155634.930000', '155635.390000', '155635.850000', '155636.310000', '155636.770000', '155637.230000', '155637.690000', '155638.150000', '155638.610000', '155639.070000', '155639.530000', '155639.990000', '155640.450000', '155640.910000', '155641.370000', '155641.830000', '155642.290000', '155642.750000', '155643.210000', '155643.670000', '155644.130000', '155644.590000', '155645.050000', '155645.510000', '155645.970000', '155646.430000', '155646.890000', '155647.350000', '155647.810000', '155648.270000', '155648.730000', '155649.190000', '155649.650000', '155650.110000', '155650.570000', '155651.030000', '155651.490000', '155651.950000', '155652.410000', '155652.870000', '155653.330000', '155653.790000', '155654.250000', '155654.710000', '155655.170000', '155655.630000', '155656.090000', '155656.550000', '155657.010000', '155657.470000', '155657.930000', '155658.390000', '155658.850000', '155659.310000', '155659.770000', '155700.230000', '155700.690000', '155701.150000', '155701.610000', '155702.070000', '155702.530000', '155702.990000', '155703.450000', '155703.910000', '155704.370000', '155704.830000', '155705.290000', '155705.750000', '155706.210000', '155706.670000', '155707.130000', '155707.590000', '155708.050000', '155708.510000', '155708.970000', '155709.430000', '155709.890000', '155710.350000', '155710.810000', '155711.270000', '155711.730000', '155712.190000', '155712.650000', '155713.110000', '155713.570000', '155714.030000', '155714.490000', '155714.950000', '155715.410000', '155715.870000', '155716.330000', '155716.790000', '155717.250000', '155717.710000', '155718.170000', '155718.630000', '155719.090000', '155719.550000', '155720.010000', '155720.470000', '155720.930000', '155721.390000', '155721.850000', '155722.310000', '155722.770000', '155723.230000', '155723.690000', '155724.150000', '155724.610000', '155725.070000', '155725.530000', '155725.990000', '155726.450000', '155726.910000', '155727.370000', '155727.830000', '155728.290000', '155728.750000', '155729.210000', '155729.670000', '155730.130000', '155730.590000', '155731.050000', '155731.510000'], 'ContentTime': ['155105.610000', '155105.613000', '155105.616000', '155105.628000', '155105.631000', '155105.634000', '155105.637000', '155105.640000', '155105.643000', '155105.646000', '155105.649000', '155105.652000', '155105.655000', '155105.658000', '155105.660000', '155105.663000', '155105.666000', '155105.669000', '155105.672000', '155105.675000', '155105.678000', '155105.681000', '155105.684000', '155105.686000', '155105.689000', '155105.700000', '155105.703000', '155105.706000', '155105.712000', '155105.714000', '155125.574000', '155125.577000', '155125.580000', '155125.583000', '155125.586000', '155125.589000', '155125.593000', '155125.596000', '155125.610000', '155125.613000', '155125.615000', '155125.618000', '155125.621000', '155125.624000', '155125.627000', '155125.630000', '155125.633000', '155125.636000', '155125.638000', '155125.641000', '155125.644000', '155125.647000', '155125.650000', '155125.653000', '155125.655000', '155125.658000', '155125.661000', '155125.664000', '155125.667000', '155125.670000', '155125.673000', '155125.676000', '155125.679000', '155125.681000', '155125.684000', '155125.687000', '155125.690000', '155125.693000', '155125.696000', '155125.699000', '155125.702000', '155125.704000', '155125.707000', '155145.573000', '155145.576000', '155145.579000', '155145.582000', '155145.585000', '155145.588000', '155145.591000', '155145.594000', '155145.596000', '155145.599000', '155145.602000', '155145.605000', '155145.608000', '155145.611000', '155145.614000', '155145.617000', '155145.620000', '155145.623000', '155145.625000', '155145.628000', '155145.631000', '155145.634000', '155145.643000', '155145.646000', '155145.649000', '155145.652000', '155145.655000', '155145.658000', '155145.661000', '155145.663000', '155145.666000', '155145.669000', '155145.672000', '155145.675000', '155145.678000', '155145.681000', '155145.684000', '155145.687000', '155145.689000', '155145.692000', '155145.695000', '155145.698000', '155145.701000', '155145.704000', '155205.573000', '155205.576000', '155205.579000', '155205.582000', '155205.585000', '155205.588000', '155205.591000', '155205.593000', '155205.596000', '155205.600000', '155205.603000', '155205.606000', '155205.608000', '155205.611000', '155205.614000', '155205.620000', '155205.623000', '155205.626000', '155205.629000', '155205.632000', '155205.635000', '155205.638000', '155205.641000', '155205.644000', '155205.647000', '155205.650000', '155205.652000', '155205.655000', '155205.658000', '155205.661000', '155205.664000', '155205.667000', '155205.670000', '155205.673000', '155205.676000', '155205.679000', '155205.681000', '155205.684000', '155205.687000', '155205.690000', '155205.693000', '155205.696000', '155205.699000', '155225.573000', '155225.576000', '155225.579000', '155225.582000', '155225.585000', '155225.588000', '155225.591000', '155225.594000', '155225.596000', '155225.599000', '155225.602000', '155225.605000', '155225.608000', '155225.611000', '155225.614000', '155225.617000', '155225.620000', '155225.623000', '155225.625000', '155225.628000', '155225.631000', '155225.634000', '155225.637000', '155225.640000', '155225.643000', '155225.646000', '155225.649000', '155225.652000', '155225.655000', '155225.658000', '155225.661000', '155225.663000', '155225.666000', '155225.669000', '155225.672000', '155225.675000', '155225.678000', '155225.681000', '155225.684000', '155225.687000', '155225.689000', '155225.692000', '155225.695000', '155225.698000', '155245.574000', '155245.577000', '155245.580000', '155245.583000', '155245.586000', '155245.589000', '155245.591000', '155245.595000', '155245.598000', '155245.601000', '155245.604000', '155245.607000', '155245.609000', '155245.612000', '155245.615000', '155245.618000', '155245.621000', '155245.624000', '155245.627000', '155245.630000', '155245.633000', '155245.636000', '155245.639000', '155245.642000', '155245.645000', '155245.648000', '155245.650000', '155245.653000', '155245.656000', '155245.659000', '155245.662000', '155245.665000', '155245.668000', '155245.671000', '155245.674000', '155245.677000', '155245.680000', '155245.682000', '155245.685000', '155245.688000', '155245.691000', '155245.694000', '155245.697000', '155305.574000', '155305.577000', '155305.580000', '155305.583000', '155305.586000', '155305.589000', '155305.592000', '155305.610000', '155305.613000', '155305.616000', '155305.618000', '155305.621000', '155305.624000', '155305.627000', '155305.630000', '155305.633000', '155305.636000', '155305.639000', '155305.642000', '155305.645000', '155305.647000', '155305.650000', '155305.653000', '155305.656000', '155305.659000', '155305.662000', '155305.665000', '155305.668000', '155305.671000', '155305.674000', '155305.677000', '155305.679000', '155305.682000', '155305.685000', '155305.688000', '155305.691000', '155305.694000', '155305.697000', '155305.700000', '155305.703000', '155305.706000', '155305.708000', '155305.711000', '155305.714000', '155325.574000', '155325.577000', '155325.580000', '155325.584000', '155325.587000', '155325.590000', '155325.593000', '155325.596000', '155325.599000', '155325.602000', '155325.605000', '155325.608000', '155325.611000', '155325.614000', '155325.617000', '155325.620000', '155325.622000', '155325.625000', '155325.628000', '155325.631000', '155325.634000', '155325.637000', '155325.640000', '155325.643000', '155325.648000', '155325.652000', '155325.655000', '155325.658000', '155325.661000', '155325.664000', '155325.667000', '155325.670000', '155325.673000', '155325.676000', '155325.679000', '155325.682000', '155325.684000', '155325.687000', '155325.690000', '155325.693000', '155325.696000', '155325.699000', '155325.702000', '155345.574000', '155345.577000', '155345.580000', '155345.583000', '155345.586000', '155345.589000', '155345.592000', '155345.595000', '155345.598000', '155345.600000', '155345.603000', '155345.606000', '155345.609000', '155345.612000', '155345.615000', '155345.618000', '155345.621000', '155345.624000', '155345.627000', '155345.630000', '155345.633000', '155345.636000', '155345.639000', '155345.642000', '155345.645000', '155345.647000', '155345.650000', '155345.653000', '155345.656000', '155345.659000', '155345.662000', '155345.665000', '155345.668000', '155345.671000', '155345.674000', '155345.677000', '155345.680000', '155345.683000', '155345.686000', '155345.689000', '155345.691000', '155345.694000', '155345.697000', '155345.700000', '155405.573000', '155405.576000', '155405.579000', '155405.582000', '155405.585000', '155405.588000', '155405.591000', '155405.594000', '155405.596000', '155405.599000', '155405.602000', '155405.605000', '155405.608000', '155405.611000', '155405.614000', '155405.617000', '155405.620000', '155405.622000', '155405.625000', '155405.628000', '155405.631000', '155405.634000', '155405.637000', '155405.640000', '155405.643000', '155405.646000', '155405.648000', '155405.651000', '155405.654000', '155405.657000', '155405.660000', '155405.663000', '155405.666000', '155405.669000', '155405.672000', '155405.675000', '155405.678000', '155405.681000', '155405.684000', '155405.687000', '155405.690000', '155405.693000', '155405.695000', '155425.573000', '155425.576000', '155425.579000', '155425.582000', '155425.585000', '155425.588000', '155425.591000', '155425.594000', '155425.596000', '155425.599000', '155425.602000', '155425.605000', '155425.608000', '155425.611000', '155425.614000', '155425.617000', '155425.620000', '155425.623000', '155425.625000', '155425.628000', '155425.631000', '155425.634000', '155425.637000', '155425.640000', '155425.643000', '155425.646000', '155425.649000', '155425.652000', '155425.655000', '155425.657000', '155425.660000', '155425.663000', '155425.680000', '155425.683000', '155425.686000', '155425.689000', '155425.692000', '155425.695000', '155425.698000', '155425.701000', '155425.704000', '155425.707000', '155425.709000', '155425.712000', '155445.573000', '155445.576000', '155445.579000', '155445.582000', '155445.585000', '155445.588000', '155445.591000', '155445.594000', '155445.597000', '155445.600000', '155445.603000', '155445.605000', '155445.608000', '155445.611000', '155445.614000', '155445.617000', '155445.621000', '155445.624000', '155445.627000', '155445.630000', '155445.633000', '155445.636000', '155445.639000', '155445.642000', '155445.645000', '155445.648000', '155445.651000', '155445.654000', '155445.657000', '155445.660000', '155445.662000', '155445.665000', '155445.668000', '155445.671000', '155445.674000', '155445.677000', '155445.680000', '155445.684000', '155445.687000', '155445.690000', '155445.693000', '155445.696000', '155445.699000', '155505.574000', '155505.577000', '155505.580000', '155505.583000', '155505.586000', '155505.590000', '155505.593000', '155505.596000', '155505.599000', '155505.602000', '155505.605000', '155505.608000', '155505.611000', '155505.613000', '155505.616000', '155505.619000', '155505.622000', '155505.625000', '155505.628000', '155505.631000', '155505.634000', '155505.637000', '155505.640000', '155505.643000', '155505.646000', '155505.649000', '155505.652000', '155505.654000', '155505.657000', '155505.660000', '155505.663000', '155505.666000', '155505.669000', '155505.672000', '155505.675000', '155505.678000', '155505.681000', '155505.684000', '155505.687000', '155505.689000', '155505.692000', '155505.695000', '155505.698000', '155505.701000', '155525.574000', '155525.577000', '155525.580000', '155525.583000', '155525.586000', '155525.589000', '155525.592000', '155525.595000', '155525.598000', '155525.601000', '155525.603000', '155525.606000', '155525.609000', '155525.612000', '155525.615000', '155525.618000', '155525.621000', '155525.624000', '155525.627000', '155525.630000', '155525.633000', '155525.635000', '155525.638000', '155525.641000', '155525.644000', '155525.647000', '155525.650000', '155525.653000', '155525.656000', '155525.659000', '155525.661000', '155525.664000', '155525.667000', '155525.670000', '155525.673000', '155525.676000', '155525.679000', '155525.682000', '155525.685000', '155525.688000', '155525.691000', '155525.694000', '155525.697000', '155545.574000', '155545.577000', '155545.580000', '155545.583000', '155545.586000', '155545.589000', '155545.592000', '155545.595000', '155545.598000', '155545.601000', '155545.604000', '155545.606000', '155545.609000', '155545.612000', '155545.615000', '155545.618000', '155545.621000', '155545.624000', '155545.627000', '155545.630000', '155545.633000', '155545.636000', '155545.639000', '155545.642000', '155545.645000', '155545.648000', '155545.651000', '155545.654000', '155545.657000', '155545.660000', '155545.663000', '155545.666000', '155545.668000', '155545.671000', '155545.674000', '155545.677000', '155545.680000', '155545.683000', '155545.686000', '155545.689000', '155545.692000', '155545.695000', '155545.697000', '155545.700000', '155605.574000', '155605.577000', '155605.580000', '155605.583000', '155605.586000', '155605.589000', '155605.592000', '155605.595000', '155605.598000', '155605.601000', '155605.603000', '155605.606000', '155605.609000', '155605.625000', '155605.628000', '155605.631000', '155605.634000', '155605.637000', '155605.640000', '155605.643000', '155605.646000', '155605.649000', '155605.652000', '155605.654000', '155605.657000', '155605.662000', '155605.665000', '155605.668000', '155605.671000', '155605.674000', '155605.677000', '155605.680000', '155605.683000', '155605.685000', '155605.688000', '155605.691000', '155605.694000', '155605.697000', '155605.700000', '155605.703000', '155605.706000', '155605.709000', '155605.712000', '155625.573000', '155625.576000', '155625.579000', '155625.582000', '155625.585000', '155625.588000', '155625.591000', '155625.593000', '155625.596000', '155625.599000', '155625.602000', '155625.605000', '155625.608000', '155625.611000', '155625.614000', '155625.617000', '155625.620000', '155625.623000', '155625.627000', '155625.630000', '155625.633000', '155625.635000', '155625.638000', '155625.641000', '155625.644000', '155625.647000', '155625.650000', '155625.653000', '155625.656000', '155625.659000', '155625.662000', '155625.665000', '155625.670000', '155625.673000', '155625.676000', '155625.679000', '155625.681000', '155625.684000', '155625.687000', '155625.690000', '155625.693000', '155625.696000', '155625.699000', '155625.702000', '155645.573000', '155645.576000', '155645.579000', '155645.582000', '155645.585000', '155645.588000', '155645.591000', '155645.594000', '155645.596000', '155645.599000', '155645.602000', '155645.605000', '155645.608000', '155645.611000', '155645.614000', '155645.617000', '155645.620000', '155645.623000', '155645.626000', '155645.629000', '155645.632000', '155645.634000', '155645.637000', '155645.640000', '155645.643000', '155645.646000', '155645.649000', '155645.652000', '155645.655000', '155645.658000', '155645.661000', '155645.664000', '155645.667000', '155645.670000', '155645.672000', '155645.675000', '155645.678000', '155645.681000', '155645.684000', '155645.687000', '155645.690000', '155645.693000', '155645.696000', '155705.573000', '155705.576000', '155705.579000', '155705.582000', '155705.585000', '155705.588000', '155705.591000', '155705.594000', '155705.597000', '155705.599000', '155705.602000', '155705.605000', '155705.608000', '155705.611000', '155705.614000', '155705.617000', '155705.620000', '155705.623000', '155705.626000', '155705.629000', '155705.632000', '155705.635000', '155705.638000', '155705.641000', '155705.643000', '155705.647000', '155705.649000', '155705.652000', '155705.655000', '155705.658000', '155705.661000', '155705.664000', '155705.667000', '155705.670000', '155705.673000', '155705.676000', '155705.679000', '155705.682000', '155705.684000', '155705.687000', '155705.690000', '155705.693000', '155705.696000', '155705.699000', '155725.574000', '155725.577000', '155725.580000', '155725.583000', '155725.586000', '155725.589000', '155725.592000', '155725.595000', '155725.598000', '155725.601000', '155725.603000', '155725.606000', '155725.609000', '155725.612000', '155725.615000', '155725.618000', '155725.621000', '155725.624000', '155725.627000', '155725.630000', '155725.633000', '155725.636000', '155725.639000', '155725.641000', '155725.653000', '155725.656000', '155725.659000', '155725.662000', '155725.665000', '155725.668000', '155725.671000', '155725.674000', '155725.677000', '155725.679000', '155725.682000', '155725.685000', '155725.688000', '155725.691000', '155725.694000', '155725.698000', '155725.701000', '155725.704000', '155725.707000', '155732.711000', '155732.714000', '155732.718000', '155732.721000', '155732.724000', '155732.728000', '155732.731000', '155732.734000', '155732.737000', '155732.742000', '155732.746000', '155732.749000', '155732.752000', '155732.755000', '155732.757000', '155732.760000'], 'InstanceCreationTime': ['155105.610000', '155105.613000', '155105.616000', '155105.628000', '155105.631000', '155105.634000', '155105.637000', '155105.640000', '155105.643000', '155105.646000', '155105.649000', '155105.652000', '155105.655000', '155105.658000', '155105.660000', '155105.663000', '155105.666000', '155105.669000', '155105.672000', '155105.675000', '155105.678000', '155105.681000', '155105.684000', '155105.686000', '155105.689000', '155105.700000', '155105.703000', '155105.706000', '155105.712000', '155105.714000', '155125.574000', '155125.577000', '155125.580000', '155125.583000', '155125.586000', '155125.589000', '155125.593000', '155125.596000', '155125.610000', '155125.613000', '155125.615000', '155125.618000', '155125.621000', '155125.624000', '155125.627000', '155125.630000', '155125.633000', '155125.636000', '155125.638000', '155125.641000', '155125.644000', '155125.647000', '155125.650000', '155125.653000', '155125.655000', '155125.658000', '155125.661000', '155125.664000', '155125.667000', '155125.670000', '155125.673000', '155125.676000', '155125.679000', '155125.681000', '155125.684000', '155125.687000', '155125.690000', '155125.693000', '155125.696000', '155125.699000', '155125.702000', '155125.704000', '155125.707000', '155145.573000', '155145.576000', '155145.579000', '155145.582000', '155145.585000', '155145.588000', '155145.591000', '155145.594000', '155145.596000', '155145.599000', '155145.602000', '155145.605000', '155145.608000', '155145.611000', '155145.614000', '155145.617000', '155145.620000', '155145.623000', '155145.625000', '155145.628000', '155145.631000', '155145.634000', '155145.643000', '155145.646000', '155145.649000', '155145.652000', '155145.655000', '155145.658000', '155145.661000', '155145.663000', '155145.666000', '155145.669000', '155145.672000', '155145.675000', '155145.678000', '155145.681000', '155145.684000', '155145.687000', '155145.689000', '155145.692000', '155145.695000', '155145.698000', '155145.701000', '155145.704000', '155205.573000', '155205.576000', '155205.579000', '155205.582000', '155205.585000', '155205.588000', '155205.591000', '155205.593000', '155205.596000', '155205.600000', '155205.603000', '155205.606000', '155205.608000', '155205.611000', '155205.614000', '155205.620000', '155205.623000', '155205.626000', '155205.629000', '155205.632000', '155205.635000', '155205.638000', '155205.641000', '155205.644000', '155205.647000', '155205.650000', '155205.652000', '155205.655000', '155205.658000', '155205.661000', '155205.664000', '155205.667000', '155205.670000', '155205.673000', '155205.676000', '155205.679000', '155205.681000', '155205.684000', '155205.687000', '155205.690000', '155205.693000', '155205.696000', '155205.699000', '155225.573000', '155225.576000', '155225.579000', '155225.582000', '155225.585000', '155225.588000', '155225.591000', '155225.594000', '155225.596000', '155225.599000', '155225.602000', '155225.605000', '155225.608000', '155225.611000', '155225.614000', '155225.617000', '155225.620000', '155225.623000', '155225.625000', '155225.628000', '155225.631000', '155225.634000', '155225.637000', '155225.640000', '155225.643000', '155225.646000', '155225.649000', '155225.652000', '155225.655000', '155225.658000', '155225.661000', '155225.663000', '155225.666000', '155225.669000', '155225.672000', '155225.675000', '155225.678000', '155225.681000', '155225.684000', '155225.687000', '155225.689000', '155225.692000', '155225.695000', '155225.698000', '155245.574000', '155245.577000', '155245.580000', '155245.583000', '155245.586000', '155245.589000', '155245.591000', '155245.595000', '155245.598000', '155245.601000', '155245.604000', '155245.607000', '155245.609000', '155245.612000', '155245.615000', '155245.618000', '155245.621000', '155245.624000', '155245.627000', '155245.630000', '155245.633000', '155245.636000', '155245.639000', '155245.642000', '155245.645000', '155245.648000', '155245.650000', '155245.653000', '155245.656000', '155245.659000', '155245.662000', '155245.665000', '155245.668000', '155245.671000', '155245.674000', '155245.677000', '155245.680000', '155245.682000', '155245.685000', '155245.688000', '155245.691000', '155245.694000', '155245.697000', '155305.574000', '155305.577000', '155305.580000', '155305.583000', '155305.586000', '155305.589000', '155305.592000', '155305.610000', '155305.613000', '155305.616000', '155305.618000', '155305.621000', '155305.624000', '155305.627000', '155305.630000', '155305.633000', '155305.636000', '155305.639000', '155305.642000', '155305.645000', '155305.647000', '155305.650000', '155305.653000', '155305.656000', '155305.659000', '155305.662000', '155305.665000', '155305.668000', '155305.671000', '155305.674000', '155305.677000', '155305.679000', '155305.682000', '155305.685000', '155305.688000', '155305.691000', '155305.694000', '155305.697000', '155305.700000', '155305.703000', '155305.706000', '155305.708000', '155305.711000', '155305.714000', '155325.574000', '155325.577000', '155325.580000', '155325.584000', '155325.587000', '155325.590000', '155325.593000', '155325.596000', '155325.599000', '155325.602000', '155325.605000', '155325.608000', '155325.611000', '155325.614000', '155325.617000', '155325.620000', '155325.622000', '155325.625000', '155325.628000', '155325.631000', '155325.634000', '155325.637000', '155325.640000', '155325.643000', '155325.648000', '155325.652000', '155325.655000', '155325.658000', '155325.661000', '155325.664000', '155325.667000', '155325.670000', '155325.673000', '155325.676000', '155325.679000', '155325.682000', '155325.684000', '155325.687000', '155325.690000', '155325.693000', '155325.696000', '155325.699000', '155325.702000', '155345.574000', '155345.577000', '155345.580000', '155345.583000', '155345.586000', '155345.589000', '155345.592000', '155345.595000', '155345.598000', '155345.600000', '155345.603000', '155345.606000', '155345.609000', '155345.612000', '155345.615000', '155345.618000', '155345.621000', '155345.624000', '155345.627000', '155345.630000', '155345.633000', '155345.636000', '155345.639000', '155345.642000', '155345.645000', '155345.647000', '155345.650000', '155345.653000', '155345.656000', '155345.659000', '155345.662000', '155345.665000', '155345.668000', '155345.671000', '155345.674000', '155345.677000', '155345.680000', '155345.683000', '155345.686000', '155345.689000', '155345.691000', '155345.694000', '155345.697000', '155345.700000', '155405.573000', '155405.576000', '155405.579000', '155405.582000', '155405.585000', '155405.588000', '155405.591000', '155405.594000', '155405.596000', '155405.599000', '155405.602000', '155405.605000', '155405.608000', '155405.611000', '155405.614000', '155405.617000', '155405.620000', '155405.622000', '155405.625000', '155405.628000', '155405.631000', '155405.634000', '155405.637000', '155405.640000', '155405.643000', '155405.646000', '155405.648000', '155405.651000', '155405.654000', '155405.657000', '155405.660000', '155405.663000', '155405.666000', '155405.669000', '155405.672000', '155405.675000', '155405.678000', '155405.681000', '155405.684000', '155405.687000', '155405.690000', '155405.693000', '155405.695000', '155425.573000', '155425.576000', '155425.579000', '155425.582000', '155425.585000', '155425.588000', '155425.591000', '155425.594000', '155425.596000', '155425.599000', '155425.602000', '155425.605000', '155425.608000', '155425.611000', '155425.614000', '155425.617000', '155425.620000', '155425.623000', '155425.625000', '155425.628000', '155425.631000', '155425.634000', '155425.637000', '155425.640000', '155425.643000', '155425.646000', '155425.649000', '155425.652000', '155425.655000', '155425.657000', '155425.660000', '155425.663000', '155425.680000', '155425.683000', '155425.686000', '155425.689000', '155425.692000', '155425.695000', '155425.698000', '155425.701000', '155425.704000', '155425.707000', '155425.709000', '155425.712000', '155445.573000', '155445.576000', '155445.579000', '155445.582000', '155445.585000', '155445.588000', '155445.591000', '155445.594000', '155445.597000', '155445.600000', '155445.603000', '155445.605000', '155445.608000', '155445.611000', '155445.614000', '155445.617000', '155445.621000', '155445.624000', '155445.627000', '155445.630000', '155445.633000', '155445.636000', '155445.639000', '155445.642000', '155445.645000', '155445.648000', '155445.651000', '155445.654000', '155445.657000', '155445.660000', '155445.662000', '155445.665000', '155445.668000', '155445.671000', '155445.674000', '155445.677000', '155445.680000', '155445.684000', '155445.687000', '155445.690000', '155445.693000', '155445.696000', '155445.699000', '155505.574000', '155505.577000', '155505.580000', '155505.583000', '155505.586000', '155505.590000', '155505.593000', '155505.596000', '155505.599000', '155505.602000', '155505.605000', '155505.608000', '155505.611000', '155505.613000', '155505.616000', '155505.619000', '155505.622000', '155505.625000', '155505.628000', '155505.631000', '155505.634000', '155505.637000', '155505.640000', '155505.643000', '155505.646000', '155505.649000', '155505.652000', '155505.654000', '155505.657000', '155505.660000', '155505.663000', '155505.666000', '155505.669000', '155505.672000', '155505.675000', '155505.678000', '155505.681000', '155505.684000', '155505.687000', '155505.689000', '155505.692000', '155505.695000', '155505.698000', '155505.701000', '155525.574000', '155525.577000', '155525.580000', '155525.583000', '155525.586000', '155525.589000', '155525.592000', '155525.595000', '155525.598000', '155525.601000', '155525.603000', '155525.606000', '155525.609000', '155525.612000', '155525.615000', '155525.618000', '155525.621000', '155525.624000', '155525.627000', '155525.630000', '155525.633000', '155525.635000', '155525.638000', '155525.641000', '155525.644000', '155525.647000', '155525.650000', '155525.653000', '155525.656000', '155525.659000', '155525.661000', '155525.664000', '155525.667000', '155525.670000', '155525.673000', '155525.676000', '155525.679000', '155525.682000', '155525.685000', '155525.688000', '155525.691000', '155525.694000', '155525.697000', '155545.574000', '155545.577000', '155545.580000', '155545.583000', '155545.586000', '155545.589000', '155545.592000', '155545.595000', '155545.598000', '155545.601000', '155545.604000', '155545.606000', '155545.609000', '155545.612000', '155545.615000', '155545.618000', '155545.621000', '155545.624000', '155545.627000', '155545.630000', '155545.633000', '155545.636000', '155545.639000', '155545.642000', '155545.645000', '155545.648000', '155545.651000', '155545.654000', '155545.657000', '155545.660000', '155545.663000', '155545.666000', '155545.668000', '155545.671000', '155545.674000', '155545.677000', '155545.680000', '155545.683000', '155545.686000', '155545.689000', '155545.692000', '155545.695000', '155545.697000', '155545.700000', '155605.574000', '155605.577000', '155605.580000', '155605.583000', '155605.586000', '155605.589000', '155605.592000', '155605.595000', '155605.598000', '155605.601000', '155605.603000', '155605.606000', '155605.609000', '155605.625000', '155605.628000', '155605.631000', '155605.634000', '155605.637000', '155605.640000', '155605.643000', '155605.646000', '155605.649000', '155605.652000', '155605.654000', '155605.657000', '155605.662000', '155605.665000', '155605.668000', '155605.671000', '155605.674000', '155605.677000', '155605.680000', '155605.683000', '155605.685000', '155605.688000', '155605.691000', '155605.694000', '155605.697000', '155605.700000', '155605.703000', '155605.706000', '155605.709000', '155605.712000', '155625.573000', '155625.576000', '155625.579000', '155625.582000', '155625.585000', '155625.588000', '155625.591000', '155625.593000', '155625.596000', '155625.599000', '155625.602000', '155625.605000', '155625.608000', '155625.611000', '155625.614000', '155625.617000', '155625.620000', '155625.623000', '155625.627000', '155625.630000', '155625.633000', '155625.635000', '155625.638000', '155625.641000', '155625.644000', '155625.647000', '155625.650000', '155625.653000', '155625.656000', '155625.659000', '155625.662000', '155625.665000', '155625.670000', '155625.673000', '155625.676000', '155625.679000', '155625.681000', '155625.684000', '155625.687000', '155625.690000', '155625.693000', '155625.696000', '155625.699000', '155625.702000', '155645.573000', '155645.576000', '155645.579000', '155645.582000', '155645.585000', '155645.588000', '155645.591000', '155645.594000', '155645.596000', '155645.599000', '155645.602000', '155645.605000', '155645.608000', '155645.611000', '155645.614000', '155645.617000', '155645.620000', '155645.623000', '155645.626000', '155645.629000', '155645.632000', '155645.634000', '155645.637000', '155645.640000', '155645.643000', '155645.646000', '155645.649000', '155645.652000', '155645.655000', '155645.658000', '155645.661000', '155645.664000', '155645.667000', '155645.670000', '155645.672000', '155645.675000', '155645.678000', '155645.681000', '155645.684000', '155645.687000', '155645.690000', '155645.693000', '155645.696000', '155705.573000', '155705.576000', '155705.579000', '155705.582000', '155705.585000', '155705.588000', '155705.591000', '155705.594000', '155705.597000', '155705.599000', '155705.602000', '155705.605000', '155705.608000', '155705.611000', '155705.614000', '155705.617000', '155705.620000', '155705.623000', '155705.626000', '155705.629000', '155705.632000', '155705.635000', '155705.638000', '155705.641000', '155705.643000', '155705.647000', '155705.649000', '155705.652000', '155705.655000', '155705.658000', '155705.661000', '155705.664000', '155705.667000', '155705.670000', '155705.673000', '155705.676000', '155705.679000', '155705.682000', '155705.684000', '155705.687000', '155705.690000', '155705.693000', '155705.696000', '155705.699000', '155725.574000', '155725.577000', '155725.580000', '155725.583000', '155725.586000', '155725.589000', '155725.592000', '155725.595000', '155725.598000', '155725.601000', '155725.603000', '155725.606000', '155725.609000', '155725.612000', '155725.615000', '155725.618000', '155725.621000', '155725.624000', '155725.627000', '155725.630000', '155725.633000', '155725.636000', '155725.639000', '155725.641000', '155725.653000', '155725.656000', '155725.659000', '155725.662000', '155725.665000', '155725.668000', '155725.671000', '155725.674000', '155725.677000', '155725.679000', '155725.682000', '155725.685000', '155725.688000', '155725.691000', '155725.694000', '155725.698000', '155725.701000', '155725.704000', '155725.707000', '155732.711000', '155732.714000', '155732.718000', '155732.721000', '155732.724000', '155732.728000', '155732.731000', '155732.734000', '155732.737000', '155732.742000', '155732.746000', '155732.749000', '155732.752000', '155732.755000', '155732.757000', '155732.760000'], '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': [13282, 11401, 12412, 10549, 9798, 10037, 8728, 10043, 8003, 10555, 8178, 11227, 8260, 11372, 8571, 10796, 8348, 10707, 9779, 10226, 9047, 9598, 7894, 9650, 7338, 9275, 6872, 10714, 7513, 11171, 7045, 10685, 7466, 11624, 8085, 11916, 8471, 11428, 9909, 7951, 9242, 7700, 8770, 9812, 8431, 12367, 9782, 7118, 11184, 7861, 12437, 8494, 12027, 8822, 11760, 9062, 11362, 8726, 10681, 7912, 10603, 8365, 10399, 8476, 10998, 8425, 10669, 8458, 9905, 9234, 9775, 11226, 10120, 9925, 9752, 7943, 10200, 10490, 10217, 12863, 9558, 12025, 7986, 10997, 7568, 11092, 8013, 12177, 7862, 7428, 9617, 7427, 9858, 7404, 10132, 11803, 8900, 10876, 8153, 12450, 8471, 12511, 8886, 13350, 9865, 8753, 10424, 8655, 10974, 10353, 11608, 9078, 10833, 8616, 10481, 8140, 10787, 10613, 10733, 12317, 10024, 11046, 8891, 9073, 8966, 9721, 9781, 11458, 10755, 9734, 10587, 8633, 10747, 9482, 11068, 10160, 10124, 8299, 10479, 7619, 10686, 7994, 10758, 8327, 10530, 7191, 10931, 7322, 11102, 8493, 11278, 7502, 8412, 9866, 7380, 10216, 7064, 11771, 10733, 6806, 11406, 7723, 11715, 9699, 10452, 8147, 10764, 8017, 10759, 7600, 9688, 6954, 9886, 7424, 9659, 10431, 7694, 9778, 6915, 11816, 7863, 11909, 9554, 11884, 8594, 11213, 8022, 11121, 8425, 10876, 9775, 10300, 8197, 9911, 8039, 10389, 10268, 9568, 12379, 8780, 10897, 8430, 10271, 8376, 12700, 8862, 12433, 8800, 12524, 7661, 11447, 7611, 11764, 7653, 9755, 7942, 8153, 9487, 8915, 10891, 8223, 11194, 7611, 11374, 7863, 11936, 8588, 10107, 7443, 10464, 7502, 12120, 8325, 12967, 8163, 8758, 9343, 8865, 11204, 10970, 10656, 8533, 10785, 7832, 11515, 9090, 10675, 7490, 9731, 7203, 10116, 7980, 9732, 9666, 7137, 9999, 7316, 12765, 8342, 13344, 9292, 13588, 8324, 12178, 8144, 12415, 8770, 12862, 9755, 10524, 10064, 7821, 11205, 7714, 11851, 7847, 11629, 7922, 10753, 7330, 10587, 7339, 12336, 8077, 12836, 8323, 11557, 7715, 9833, 7858, 9234, 10526, 7860, 9194, 7599, 12363, 10533, 7659, 10567, 8658, 11669, 11195, 6983, 11098, 7640, 13051, 8431, 12845, 9552, 8382, 11586, 9425, 12007, 9722, 10975, 7835, 11318, 7891, 11118, 12387, 8857, 12288, 8078, 9898, 7793, 8109, 8198, 7251, 8327, 7038, 9545, 6920, 12243, 9144, 12039, 8223, 11700, 7523, 11771, 9600, 10196, 13129, 8966, 12520, 8193, 10268, 7703, 12027, 8101, 12384, 8435, 12348, 8061, 10897, 7307, 10565, 7208, 10138, 10106, 9465, 10982, 7876, 12444, 7619, 11897, 7448, 12228, 7938, 11493, 7169, 10827, 7016, 11035, 7929, 11192, 8289, 7165, 10881, 7017, 11304, 8072, 11834, 7320, 11232, 7521, 11981, 8135, 12913, 8983, 8770, 9391, 7216, 9677, 7004, 12179, 7616, 12814, 8303, 12940, 7707, 11786, 8037, 12213, 8192, 12249, 8450, 12151, 8122, 11701, 7873, 12190, 8152, 12083, 7997, 12293, 7993, 10996, 7350, 9161, 7913, 7556, 8774, 6975, 11145, 7568, 12951, 10147, 10503, 7164, 11331, 7296, 11713, 8259, 9625, 6999, 10070, 6866, 10585, 7058, 11595, 7451, 11928, 7899, 11998, 7397, 12032, 7569, 12105, 7603, 11521, 7121, 10569, 11615, 7923, 8932, 7260, 11690, 9535, 12455, 9160, 12694, 9380, 12476, 7428, 11093, 6962, 12053, 7597, 11643, 9250, 10556, 9504, 9107, 12341, 7583, 11173, 6951, 11468, 7268, 11106, 7574, 10237, 8960, 8283, 12146, 7618, 11708, 7411, 11045, 7099, 9869, 7261, 11589, 7717, 11608, 9651, 9517, 10387, 7733, 9569, 7953, 8609, 9440, 8090, 11089, 8158, 11708, 8363, 11438, 8145, 11667, 7877, 10610, 8067, 10823, 8329, 8072, 8555, 7797, 10176, 12477, 8854, 11393, 8636, 10959, 9160, 11642, 11364, 9184, 10074, 7945, 10580, 9241, 10462, 13106, 8264, 9782, 8215, 11370, 8801, 12216, 9552, 12380, 9339, 11479, 8958, 11158, 8184, 11515, 7806, 11156, 8447, 10909, 7804, 10646, 7458, 11088, 7901, 11276, 8708, 10538, 9345, 11173, 11514, 10978, 11455, 9164, 10624, 8164, 12199, 7902, 9869, 7704, 9801, 8211, 10507, 10276, 8557, 10766, 6824, 10365, 8690, 8344, 8479, 8236, 12422, 9676, 10561, 10685, 8571, 12242, 8448, 10975, 9574, 8311, 11798, 7916, 13443, 9351, 13522, 8976, 10145, 7627, 9677, 7435, 10255, 7424, 10551, 7993, 10682, 8273, 10361, 7526, 10688, 8089, 10603, 7654, 10356, 7847, 10289, 8639, 11557, 8156, 11173, 10966, 7941, 8625, 9355, 8879, 13366, 8431, 13296, 8915, 12404, 8623, 11962, 9412, 12415, 9297, 10064, 10662, 9428, 11087, 8181, 11752, 11212, 7642, 9407, 9769, 7810, 10644, 11902, 7822, 11151, 8388, 9943, 11596, 7443, 9403, 8266, 11356, 12318, 7727, 8938, 7942, 10314, 11586, 8466, 10523, 8645, 11189, 9586, 9902, 11288, 8490, 12322, 8938, 10754, 7551, 9917, 7749, 10516, 8003, 10809, 8322, 11090, 9375, 10917, 9369, 10678, 9496, 11744, 8106, 10671, 7618, 10530, 7460, 10481, 7402, 11531, 7710, 11467, 7807, 11492, 7840, 11097, 8363, 11220, 8157, 10104, 8164, 10185, 8084, 11565, 8069, 12622, 8210, 12008, 8362, 11966, 8630, 11890, 8923, 11522, 7910, 9645, 7671, 10751, 8698, 11690, 10694, 8527, 9803, 7956, 11481, 9198, 10810, 12335, 7612, 9884, 10268, 10367, 9311, 8330, 10512, 10769, 8766, 9386, 8587, 8312, 10214, 12739, 9089, 13105, 9983, 11920, 9281, 11591, 11011, 9595, 12084, 9034, 12810, 8249, 10247, 7427, 9860, 7387, 10730, 7666, 10331, 7724, 10823, 8845, 8162, 11623, 8083, 12361, 9103, 10687, 8338, 11616, 10521, 11851, 10787, 11671, 10126, 9687, 10197, 9090, 10836, 8552, 9655, 7531, 10379, 7887, 10541, 7549, 11998, 10602, 8416, 11140, 7800, 10282, 8240, 11936, 9745, 12149, 10745, 10080, 11178, 10343, 11722, 8346, 9704, 7429, 10157, 9134, 10232, 11365, 8736, 13663, 7841, 12749, 8164, 12558, 8829, 12010, 8054, 11692, 7755, 12226, 7533, 11782, 7707, 13013, 7598, 11045, 7376, 10117, 7447, 11531, 7559, 11232, 7478, 12111, 7533, 12371, 7678, 10558, 7586, 8517, 8615, 7461, 7753, 8735, 10256, 11323, 10669, 14354, 9676, 10593, 8979, 10348, 12413, 9845, 13308, 9773, 11519, 8152, 10498, 8490], 'WindowCenter': [4119.0, 4096.0, 4089.0, 4069.0, 4055.0, 4055.0, 4034.0, 4071.0, 4037.0, 4083.0, 4060.0, 4090.0, 4047.0, 4105.0, 4058.0, 4082.0, 4046.0, 4079.0, 4069.0, 4080.0, 4059.0, 4070.0, 4052.0, 4082.0, 4052.0, 4084.0, 4056.0, 4106.0, 4065.0, 4117.0, 4066.0, 4108.0, 4067.0, 4118.0, 4090.0, 4120.0, 4089.0, 4117.0, 4110.0, 4091.0, 4115.0, 4093.0, 4113.0, 4135.0, 4104.0, 4143.0, 4124.0, 4084.0, 4133.0, 4103.0, 4144.0, 4101.0, 4130.0, 4102.0, 4130.0, 4087.0, 4118.0, 4086.0, 4107.0, 4077.0, 4107.0, 4075.0, 4107.0, 4087.0, 4119.0, 4078.0, 4119.0, 4077.0, 4109.0, 4099.0, 4110.0, 4121.0, 4109.0, 4108.0, 4110.0, 4091.0, 4121.0, 4119.0, 4122.0, 4143.0, 4111.0, 4130.0, 4089.0, 4131.0, 4090.0, 4132.0, 4080.0, 4141.0, 4102.0, 4090.0, 4134.0, 4104.0, 4135.0, 4105.0, 4146.0, 4156.0, 4128.0, 4147.0, 4116.0, 4154.0, 4104.0, 4144.0, 4103.0, 4142.0, 4112.0, 4089.0, 4121.0, 4098.0, 4120.0, 4110.0, 4130.0, 4098.0, 4121.0, 4089.0, 4119.0, 4079.0, 4119.0, 4118.0, 4121.0, 4118.0, 4106.0, 4115.0, 4088.0, 4086.0, 4099.0, 4100.0, 4111.0, 4130.0, 4119.0, 4097.0, 4122.0, 4089.0, 4120.0, 4098.0, 4121.0, 4107.0, 4109.0, 4076.0, 4119.0, 4077.0, 4119.0, 4102.0, 4121.0, 4090.0, 4120.0, 4068.0, 4119.0, 4082.0, 4133.0, 4101.0, 4130.0, 4091.0, 4102.0, 4123.0, 4106.0, 4146.0, 4098.0, 4145.0, 4133.0, 4083.0, 4144.0, 4092.0, 4146.0, 4114.0, 4121.0, 4077.0, 4120.0, 4077.0, 4119.0, 4079.0, 4109.0, 4069.0, 4121.0, 4092.0, 4123.0, 4134.0, 4093.0, 4123.0, 4083.0, 4145.0, 4105.0, 4144.0, 4112.0, 4132.0, 4089.0, 4121.0, 4076.0, 4118.0, 4077.0, 4108.0, 4096.0, 4098.0, 4075.0, 4098.0, 4076.0, 4109.0, 4109.0, 4099.0, 4116.0, 4089.0, 4106.0, 4077.0, 4107.0, 4089.0, 4127.0, 4099.0, 4118.0, 4088.0, 4117.0, 4078.0, 4117.0, 4093.0, 4131.0, 4081.0, 4109.0, 4103.0, 4090.0, 4124.0, 4117.0, 4133.0, 4101.0, 4131.0, 4093.0, 4131.0, 4105.0, 4144.0, 4102.0, 4120.0, 4080.0, 4119.0, 4082.0, 4141.0, 4104.0, 4140.0, 4092.0, 4099.0, 4115.0, 4112.0, 4134.0, 4122.0, 4123.0, 4100.0, 4132.0, 4082.0, 4146.0, 4100.0, 4122.0, 4080.0, 4110.0, 4082.0, 4134.0, 4104.0, 4122.0, 4124.0, 4083.0, 4124.0, 4092.0, 4144.0, 4104.0, 4142.0, 4102.0, 4130.0, 4088.0, 4119.0, 4079.0, 4129.0, 4087.0, 4128.0, 4100.0, 4107.0, 4097.0, 4065.0, 4117.0, 4066.0, 4118.0, 4078.0, 4119.0, 4077.0, 4108.0, 4067.0, 4108.0, 4066.0, 4128.0, 4077.0, 4130.0, 4080.0, 4117.0, 4077.0, 4108.0, 4090.0, 4111.0, 4122.0, 4091.0, 4111.0, 4091.0, 4143.0, 4133.0, 4106.0, 4146.0, 4114.0, 4145.0, 4132.0, 4073.0, 4132.0, 4092.0, 4140.0, 4088.0, 4129.0, 4099.0, 4087.0, 4121.0, 4098.0, 4131.0, 4096.0, 4109.0, 4066.0, 4106.0, 4064.0, 4106.0, 4115.0, 4086.0, 4103.0, 4074.0, 4093.0, 4066.0, 4077.0, 4088.0, 4068.0, 4088.0, 4079.0, 4111.0, 4080.0, 4142.0, 4111.0, 4130.0, 4089.0, 4130.0, 4066.0, 4119.0, 4098.0, 4107.0, 4129.0, 4086.0, 4115.0, 4076.0, 4094.0, 4066.0, 4117.0, 4078.0, 4128.0, 4079.0, 4117.0, 4077.0, 4106.0, 4055.0, 4106.0, 4055.0, 4098.0, 4107.0, 4097.0, 4106.0, 4078.0, 4116.0, 4078.0, 4127.0, 4082.0, 4132.0, 4088.0, 4118.0, 4082.0, 4119.0, 4081.0, 4122.0, 4090.0, 4121.0, 4103.0, 4081.0, 4132.0, 4082.0, 4144.0, 4103.0, 4142.0, 4081.0, 4132.0, 4094.0, 4142.0, 4091.0, 4142.0, 4100.0, 4088.0, 4098.0, 4080.0, 4109.0, 4070.0, 4129.0, 4080.0, 4141.0, 4089.0, 4128.0, 4078.0, 4116.0, 4076.0, 4116.0, 4079.0, 4117.0, 4077.0, 4114.0, 4065.0, 4107.0, 4064.0, 4116.0, 4067.0, 4114.0, 4077.0, 4118.0, 4076.0, 4120.0, 4078.0, 4094.0, 4086.0, 4078.0, 4099.0, 4081.0, 4143.0, 4090.0, 4141.0, 4110.0, 4109.0, 4055.0, 4119.0, 4056.0, 4120.0, 4076.0, 4084.0, 4056.0, 4095.0, 4055.0, 4106.0, 4068.0, 4118.0, 4067.0, 4126.0, 4088.0, 4129.0, 4078.0, 4129.0, 4078.0, 4128.0, 4079.0, 4118.0, 4082.0, 4122.0, 4132.0, 4091.0, 4112.0, 4081.0, 4131.0, 4110.0, 4130.0, 4100.0, 4129.0, 4088.0, 4117.0, 4066.0, 4105.0, 4053.0, 4106.0, 4054.0, 4104.0, 4071.0, 4084.0, 4072.0, 4071.0, 4101.0, 4052.0, 4082.0, 4040.0, 4103.0, 4053.0, 4093.0, 4052.0, 4084.0, 4073.0, 4065.0, 4101.0, 4055.0, 4104.0, 4053.0, 4092.0, 4042.0, 4083.0, 4055.0, 4104.0, 4064.0, 4119.0, 4096.0, 4095.0, 4092.0, 4055.0, 4095.0, 4079.0, 4087.0, 4108.0, 4089.0, 4131.0, 4091.0, 4144.0, 4102.0, 4143.0, 4091.0, 4133.0, 4092.0, 4123.0, 4092.0, 4135.0, 4104.0, 4103.0, 4112.0, 4091.0, 4133.0, 4157.0, 4128.0, 4145.0, 4112.0, 4133.0, 4113.0, 4133.0, 4133.0, 4113.0, 4112.0, 4080.0, 4121.0, 4112.0, 4120.0, 4140.0, 4092.0, 4121.0, 4103.0, 4131.0, 4100.0, 4133.0, 4099.0, 4129.0, 4098.0, 4117.0, 4087.0, 4108.0, 4078.0, 4117.0, 4068.0, 4108.0, 4076.0, 4108.0, 4068.0, 4097.0, 4068.0, 4117.0, 4088.0, 4120.0, 4089.0, 4107.0, 4098.0, 4119.0, 4129.0, 4121.0, 4133.0, 4098.0, 4119.0, 4077.0, 4132.0, 4091.0, 4109.0, 4080.0, 4108.0, 4091.0, 4098.0, 4122.0, 4099.0, 4120.0, 4070.0, 4110.0, 4099.0, 4090.0, 4102.0, 4102.0, 4143.0, 4111.0, 4123.0, 4123.0, 4089.0, 4130.0, 4091.0, 4120.0, 4110.0, 4090.0, 4131.0, 4079.0, 4141.0, 4101.0, 4130.0, 4087.0, 4097.0, 4067.0, 4099.0, 4067.0, 4108.0, 4066.0, 4109.0, 4077.0, 4107.0, 4088.0, 4108.0, 4077.0, 4110.0, 4078.0, 4106.0, 4066.0, 4097.0, 4077.0, 4096.0, 4090.0, 4133.0, 4092.0, 4120.0, 4107.0, 4078.0, 4087.0, 4100.0, 4098.0, 4141.0, 4089.0, 4143.0, 4088.0, 4144.0, 4080.0, 4118.0, 4088.0, 4116.0, 4087.0, 4085.0, 4097.0, 4085.0, 4095.0, 4077.0, 4116.0, 4106.0, 4066.0, 4086.0, 4095.0, 4066.0, 4105.0, 4118.0, 4067.0, 4108.0, 4079.0, 4095.0, 4106.0, 4054.0, 4085.0, 4076.0, 4105.0, 4105.0, 4054.0, 4074.0, 4065.0, 4095.0, 4106.0, 4077.0, 4096.0, 4076.0, 4106.0, 4087.0, 4083.0, 4107.0, 4075.0, 4118.0, 4076.0, 4095.0, 4053.0, 4083.0, 4055.0, 4096.0, 4065.0, 4106.0, 4076.0, 4105.0, 4085.0, 4105.0, 4087.0, 4094.0, 4086.0, 4118.0, 4077.0, 4096.0, 4066.0, 4097.0, 4055.0, 4096.0, 4068.0, 4118.0, 4065.0, 4118.0, 4066.0, 4118.0, 4066.0, 4121.0, 4078.0, 4108.0, 4077.0, 4108.0, 4088.0, 4108.0, 4090.0, 4131.0, 4090.0, 4143.0, 4091.0, 4142.0, 4091.0, 4132.0, 4090.0, 4144.0, 4100.0, 4121.0, 4080.0, 4110.0, 4091.0, 4134.0, 4114.0, 4131.0, 4123.0, 4129.0, 4136.0, 4117.0, 4144.0, 4126.0, 4134.0, 4143.0, 4093.0, 4122.0, 4123.0, 4134.0, 4113.0, 4102.0, 4134.0, 4137.0, 4102.0, 4111.0, 4102.0, 4104.0, 4123.0, 4143.0, 4102.0, 4142.0, 4098.0, 4119.0, 4099.0, 4108.0, 4108.0, 4085.0, 4117.0, 4075.0, 4116.0, 4064.0, 4097.0, 4054.0, 4086.0, 4053.0, 4106.0, 4070.0, 4108.0, 4071.0, 4121.0, 4099.0, 4077.0, 4118.0, 4092.0, 4144.0, 4100.0, 4108.0, 4089.0, 4119.0, 4107.0, 4119.0, 4108.0, 4107.0, 4098.0, 4085.0, 4108.0, 4088.0, 4119.0, 4089.0, 4098.0, 4077.0, 4123.0, 4090.0, 4132.0, 4094.0, 4130.0, 4120.0, 4090.0, 4120.0, 4078.0, 4108.0, 4089.0, 4131.0, 4109.0, 4118.0, 4119.0, 4108.0, 4119.0, 4097.0, 4117.0, 4064.0, 4086.0, 4053.0, 4098.0, 4089.0, 4108.0, 4120.0, 4076.0, 4129.0, 4065.0, 4116.0, 4062.0, 4116.0, 4088.0, 4104.0, 4051.0, 4092.0, 4039.0, 4103.0, 4051.0, 4105.0, 4065.0, 4115.0, 4054.0, 4094.0, 4054.0, 4095.0, 4054.0, 4105.0, 4066.0, 4106.0, 4055.0, 4116.0, 4065.0, 4116.0, 4082.0, 4110.0, 4058.0, 4076.0, 4076.0, 4070.0, 4080.0, 4103.0, 4123.0, 4136.0, 4124.0, 4153.0, 4112.0, 4122.0, 4101.0, 4110.0, 4130.0, 4098.0, 4130.0, 4086.0, 4095.0, 4053.0, 4083.0, 4063.0], 'WindowWidth': [9130.0, 9095.0, 9072.0, 9043.0, 9019.0, 9020.0, 8990.0, 9049.0, 8999.0, 9068.0, 9038.0, 9077.0, 9016.0, 9104.0, 9032.0, 9065.0, 9011.0, 9060.0, 9046.0, 9063.0, 9031.0, 9050.0, 9028.0, 9069.0, 9031.0, 9078.0, 9047.0, 9110.0, 9056.0, 9127.0, 9060.0, 9116.0, 9061.0, 9131.0, 9097.0, 9135.0, 9096.0, 9129.0, 9125.0, 9104.0, 9138.0, 9108.0, 9137.0, 9169.0, 9124.0, 9175.0, 9149.0, 9099.0, 9163.0, 9122.0, 9176.0, 9114.0, 9153.0, 9114.0, 9151.0, 9089.0, 9130.0, 9085.0, 9113.0, 9072.0, 9114.0, 9069.0, 9116.0, 9091.0, 9135.0, 9077.0, 9134.0, 9075.0, 9122.0, 9105.0, 9122.0, 9138.0, 9122.0, 9119.0, 9124.0, 9099.0, 9143.0, 9136.0, 9145.0, 9174.0, 9127.0, 9151.0, 9096.0, 9156.0, 9100.0, 9157.0, 9079.0, 9169.0, 9119.0, 9103.0, 9168.0, 9129.0, 9169.0, 9131.0, 9186.0, 9201.0, 9163.0, 9192.0, 9146.0, 9192.0, 9126.0, 9178.0, 9120.0, 9171.0, 9129.0, 9096.0, 9140.0, 9105.0, 9137.0, 9123.0, 9152.0, 9105.0, 9139.0, 9093.0, 9135.0, 9082.0, 9135.0, 9131.0, 9139.0, 9132.0, 9114.0, 9123.0, 9090.0, 9086.0, 9107.0, 9108.0, 9127.0, 9150.0, 9134.0, 9102.0, 9142.0, 9092.0, 9135.0, 9105.0, 9140.0, 9116.0, 9121.0, 9075.0, 9134.0, 9077.0, 9136.0, 9119.0, 9141.0, 9097.0, 9136.0, 9068.0, 9138.0, 9091.0, 9160.0, 9114.0, 9152.0, 9105.0, 9120.0, 9147.0, 9137.0, 9186.0, 9124.0, 9180.0, 9160.0, 9096.0, 9179.0, 9105.0, 9182.0, 9134.0, 9140.0, 9075.0, 9135.0, 9073.0, 9136.0, 9082.0, 9122.0, 9070.0, 9143.0, 9106.0, 9148.0, 9164.0, 9109.0, 9151.0, 9097.0, 9182.0, 9125.0, 9178.0, 9129.0, 9156.0, 9093.0, 9138.0, 9072.0, 9130.0, 9074.0, 9116.0, 9096.0, 9101.0, 9067.0, 9104.0, 9071.0, 9120.0, 9118.0, 9106.0, 9124.0, 9093.0, 9111.0, 9075.0, 9112.0, 9093.0, 9140.0, 9107.0, 9130.0, 9089.0, 9126.0, 9076.0, 9126.0, 9107.0, 9154.0, 9087.0, 9122.0, 9124.0, 9099.0, 9151.0, 9144.0, 9161.0, 9115.0, 9156.0, 9106.0, 9157.0, 9129.0, 9176.0, 9116.0, 9137.0, 9085.0, 9135.0, 9091.0, 9172.0, 9124.0, 9166.0, 9103.0, 9108.0, 9139.0, 9131.0, 9162.0, 9144.0, 9145.0, 9110.0, 9156.0, 9088.0, 9180.0, 9114.0, 9141.0, 9087.0, 9126.0, 9089.0, 9164.0, 9125.0, 9145.0, 9150.0, 9095.0, 9151.0, 9106.0, 9178.0, 9122.0, 9171.0, 9114.0, 9148.0, 9090.0, 9132.0, 9079.0, 9144.0, 9090.0, 9145.0, 9107.0, 9113.0, 9099.0, 9055.0, 9126.0, 9058.0, 9129.0, 9078.0, 9131.0, 9073.0, 9114.0, 9059.0, 9115.0, 9060.0, 9142.0, 9075.0, 9149.0, 9081.0, 9125.0, 9075.0, 9117.0, 9099.0, 9132.0, 9144.0, 9101.0, 9131.0, 9104.0, 9174.0, 9162.0, 9135.0, 9187.0, 9139.0, 9179.0, 9157.0, 9080.0, 9155.0, 9103.0, 9164.0, 9091.0, 9147.0, 9106.0, 9087.0, 9137.0, 9106.0, 9150.0, 9097.0, 9117.0, 9056.0, 9111.0, 9050.0, 9110.0, 9121.0, 9083.0, 9100.0, 9064.0, 9089.0, 9058.0, 9076.0, 9093.0, 9065.0, 9094.0, 9084.0, 9128.0, 9085.0, 9172.0, 9128.0, 9151.0, 9092.0, 9148.0, 9059.0, 9132.0, 9101.0, 9113.0, 9144.0, 9083.0, 9120.0, 9069.0, 9091.0, 9057.0, 9126.0, 9076.0, 9142.0, 9078.0, 9127.0, 9073.0, 9110.0, 9040.0, 9109.0, 9040.0, 9100.0, 9112.0, 9100.0, 9109.0, 9077.0, 9124.0, 9077.0, 9143.0, 9093.0, 9157.0, 9091.0, 9131.0, 9092.0, 9136.0, 9089.0, 9142.0, 9097.0, 9138.0, 9121.0, 9088.0, 9159.0, 9092.0, 9179.0, 9123.0, 9172.0, 9088.0, 9157.0, 9110.0, 9171.0, 9102.0, 9171.0, 9110.0, 9091.0, 9106.0, 9084.0, 9122.0, 9071.0, 9149.0, 9084.0, 9167.0, 9094.0, 9144.0, 9077.0, 9124.0, 9072.0, 9123.0, 9077.0, 9125.0, 9071.0, 9117.0, 9053.0, 9110.0, 9053.0, 9121.0, 9059.0, 9118.0, 9074.0, 9127.0, 9069.0, 9138.0, 9080.0, 9097.0, 9090.0, 9078.0, 9109.0, 9092.0, 9176.0, 9099.0, 9169.0, 9122.0, 9118.0, 9043.0, 9133.0, 9036.0, 9134.0, 9070.0, 9078.0, 9043.0, 9094.0, 9042.0, 9111.0, 9066.0, 9130.0, 9063.0, 9140.0, 9093.0, 9146.0, 9078.0, 9147.0, 9079.0, 9145.0, 9081.0, 9129.0, 9093.0, 9145.0, 9157.0, 9101.0, 9130.0, 9090.0, 9154.0, 9125.0, 9151.0, 9109.0, 9146.0, 9089.0, 9126.0, 9057.0, 9106.0, 9036.0, 9108.0, 9035.0, 9101.0, 9055.0, 9072.0, 9053.0, 9054.0, 9092.0, 9030.0, 9060.0, 9013.0, 9101.0, 9035.0, 9085.0, 9029.0, 9075.0, 9058.0, 9050.0, 9095.0, 9039.0, 9102.0, 9035.0, 9083.0, 9018.0, 9074.0, 9038.0, 9103.0, 9051.0, 9131.0, 9098.0, 9094.0, 9086.0, 9034.0, 9095.0, 9079.0, 9089.0, 9119.0, 9094.0, 9154.0, 9101.0, 9176.0, 9119.0, 9174.0, 9102.0, 9159.0, 9100.0, 9146.0, 9104.0, 9166.0, 9124.0, 9120.0, 9133.0, 9106.0, 9161.0, 9200.0, 9165.0, 9180.0, 9132.0, 9164.0, 9134.0, 9160.0, 9159.0, 9131.0, 9129.0, 9077.0, 9141.0, 9131.0, 9138.0, 9166.0, 9102.0, 9141.0, 9120.0, 9154.0, 9111.0, 9158.0, 9107.0, 9146.0, 9104.0, 9128.0, 9087.0, 9116.0, 9075.0, 9126.0, 9061.0, 9114.0, 9071.0, 9115.0, 9062.0, 9100.0, 9063.0, 9130.0, 9094.0, 9135.0, 9096.0, 9116.0, 9107.0, 9136.0, 9151.0, 9142.0, 9158.0, 9104.0, 9134.0, 9074.0, 9155.0, 9102.0, 9120.0, 9082.0, 9118.0, 9100.0, 9097.0, 9142.0, 9110.0, 9138.0, 9073.0, 9124.0, 9110.0, 9098.0, 9117.0, 9118.0, 9172.0, 9126.0, 9146.0, 9145.0, 9086.0, 9150.0, 9099.0, 9135.0, 9121.0, 9095.0, 9152.0, 9081.0, 9166.0, 9112.0, 9150.0, 9086.0, 9099.0, 9059.0, 9102.0, 9061.0, 9116.0, 9060.0, 9117.0, 9074.0, 9113.0, 9089.0, 9117.0, 9073.0, 9121.0, 9078.0, 9110.0, 9057.0, 9098.0, 9074.0, 9098.0, 9095.0, 9162.0, 9104.0, 9134.0, 9113.0, 9075.0, 9088.0, 9109.0, 9105.0, 9167.0, 9095.0, 9170.0, 9091.0, 9177.0, 9075.0, 9132.0, 9089.0, 9125.0, 9085.0, 9080.0, 9098.0, 9078.0, 9090.0, 9072.0, 9124.0, 9108.0, 9054.0, 9083.0, 9096.0, 9056.0, 9107.0, 9127.0, 9062.0, 9116.0, 9078.0, 9094.0, 9109.0, 9038.0, 9080.0, 9071.0, 9106.0, 9105.0, 9035.0, 9062.0, 9053.0, 9092.0, 9109.0, 9073.0, 9095.0, 9068.0, 9108.0, 9082.0, 9073.0, 9109.0, 9065.0, 9126.0, 9069.0, 9090.0, 9033.0, 9073.0, 9038.0, 9094.0, 9052.0, 9109.0, 9070.0, 9106.0, 9080.0, 9106.0, 9083.0, 9090.0, 9082.0, 9128.0, 9072.0, 9096.0, 9054.0, 9097.0, 9039.0, 9096.0, 9064.0, 9129.0, 9056.0, 9126.0, 9057.0, 9128.0, 9057.0, 9135.0, 9076.0, 9116.0, 9073.0, 9116.0, 9090.0, 9119.0, 9098.0, 9155.0, 9099.0, 9172.0, 9099.0, 9169.0, 9100.0, 9155.0, 9097.0, 9175.0, 9113.0, 9138.0, 9082.0, 9122.0, 9101.0, 9164.0, 9137.0, 9154.0, 9147.0, 9168.0, 9172.0, 9149.0, 9179.0, 9155.0, 9164.0, 9173.0, 9106.0, 9145.0, 9147.0, 9163.0, 9134.0, 9118.0, 9165.0, 9172.0, 9117.0, 9128.0, 9115.0, 9121.0, 9146.0, 9173.0, 9116.0, 9167.0, 9104.0, 9133.0, 9105.0, 9116.0, 9113.0, 9079.0, 9124.0, 9067.0, 9120.0, 9048.0, 9095.0, 9036.0, 9080.0, 9036.0, 9108.0, 9064.0, 9117.0, 9064.0, 9137.0, 9108.0, 9074.0, 9131.0, 9104.0, 9175.0, 9111.0, 9117.0, 9093.0, 9130.0, 9113.0, 9133.0, 9118.0, 9112.0, 9100.0, 9081.0, 9117.0, 9088.0, 9131.0, 9091.0, 9103.0, 9076.0, 9145.0, 9098.0, 9159.0, 9111.0, 9150.0, 9136.0, 9095.0, 9135.0, 9079.0, 9117.0, 9095.0, 9155.0, 9122.0, 9130.0, 9133.0, 9116.0, 9131.0, 9100.0, 9125.0, 9049.0, 9082.0, 9036.0, 9099.0, 9089.0, 9121.0, 9136.0, 9072.0, 9145.0, 9052.0, 9123.0, 9046.0, 9124.0, 9086.0, 9103.0, 9027.0, 9083.0, 9008.0, 9097.0, 9029.0, 9106.0, 9056.0, 9119.0, 9034.0, 9089.0, 9037.0, 9092.0, 9038.0, 9107.0, 9059.0, 9109.0, 9039.0, 9122.0, 9052.0, 9124.0, 9090.0, 9121.0, 9041.0, 9066.0, 9068.0, 9066.0, 9086.0, 9122.0, 9148.0, 9167.0, 9150.0, 9186.0, 9129.0, 9141.0, 9112.0, 9121.0, 9149.0, 9102.0, 9150.0, 9081.0, 9092.0, 9031.0, 9069.0, 9042.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.0010837729357798165</td></tr>
<tr><td colspan=3>aqi</td><td>0.03682399564220184</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.9074679175201</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1587423776578638</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9647078072675099</td></tr>
<tr><td colspan=3>efc</td><td>0.4396</td></tr>
<tr><td colspan=3>fber</td><td>6623.7817</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08993595899425745</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>37</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.243119266055046</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4740128910232015</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3753163070044097</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.678477754321932</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.368244611743264</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153487</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019397540017962456</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022489134222269058</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8587077550476505</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>44.9429</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.47</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.9479</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>310591.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>635.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>292.583</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1307</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>544.5505</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3366.2881</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3578.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65953.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1090.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4416.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>927.2464</td></tr>
<tr><td colspan=3>tsnr</td><td>34.21764371346217</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>