ds005256-mriqc/sub-0055_ses-03_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 72c85409da [DATALAD RUNCMD] Compute MRIQC for sub-0055
=== 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-0055 --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-0055",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:56 +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-0055_ses-03_task-social_acq-mb8_run-05_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-0055_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_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-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0055_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_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-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-03_task-social_acq-mb8_run-05_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-0055/ses-03/func/sub-0055_ses-03_task-social_acq-mb8_run-05_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>50a38729786bd64e7eddc9ed19a091f0</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:22:49.777500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999896, 0.00994436, 0.0104891, -0.00890049, 0.995413, -0.0952585]</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-05_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.093138</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4146, -7687, -7291, 584, -26, -152, -90, 93]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.935</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e9cec70e-9a94-406a-8022-c8f52cabcb02||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6826465129852295, -0.023879369720816612, 0.030748436227440834, 114.6108169555664], [-0.02667998895049095, 2.6706197261810303, -0.25691911578178406, -80.28063201904297], [0.028141595423221588, 0.2555716633796692, 2.687572717666626, -91.40372467041016], [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': ['152249.777500', '152250.237500', '152250.697500', '152251.157500', '152251.617500', '152252.077500', '152252.537500', '152252.997500', '152253.457500', '152253.917500', '152254.377500', '152254.837500', '152255.297500', '152255.757500', '152256.217500', '152256.677500', '152257.137500', '152257.597500', '152258.057500', '152258.517500', '152258.977500', '152259.437500', '152259.897500', '152300.357500', '152300.817500', '152301.277500', '152301.737500', '152302.197500', '152302.657500', '152303.117500', '152303.577500', '152304.037500', '152304.497500', '152304.957500', '152305.417500', '152305.877500', '152306.337500', '152306.797500', '152307.257500', '152307.717500', '152308.177500', '152308.637500', '152309.097500', '152309.557500', '152310.017500', '152310.477500', '152310.937500', '152311.397500', '152311.857500', '152312.317500', '152312.777500', '152313.237500', '152313.697500', '152314.157500', '152314.617500', '152315.077500', '152315.537500', '152315.997500', '152316.457500', '152316.917500', '152317.377500', '152317.837500', '152318.297500', '152318.757500', '152319.217500', '152319.677500', '152320.137500', '152320.597500', '152321.057500', '152321.517500', '152321.977500', '152322.437500', '152322.897500', '152323.357500', '152323.817500', '152324.277500', '152324.737500', '152325.197500', '152325.657500', '152326.117500', '152326.577500', '152327.037500', '152327.497500', '152327.957500', '152328.417500', '152328.877500', '152329.337500', '152329.797500', '152330.257500', '152330.717500', '152331.177500', '152331.637500', '152332.097500', '152332.557500', '152333.017500', '152333.477500', '152333.937500', '152334.397500', '152334.857500', '152335.317500', '152335.777500', '152336.237500', '152336.697500', '152337.157500', '152337.617500', '152338.077500', '152338.537500', '152338.997500', '152339.457500', '152339.917500', '152340.377500', '152340.837500', '152341.297500', '152341.757500', '152342.217500', '152342.677500', '152343.137500', '152343.597500', '152344.057500', '152344.517500', '152344.977500', '152345.437500', '152345.897500', '152346.357500', '152346.817500', '152347.277500', '152347.737500', '152348.197500', '152348.657500', '152349.117500', '152349.577500', '152350.037500', '152350.497500', '152350.957500', '152351.417500', '152351.877500', '152352.337500', '152352.797500', '152353.257500', '152353.717500', '152354.177500', '152354.637500', '152355.097500', '152355.557500', '152356.017500', '152356.477500', '152356.937500', '152357.397500', '152357.857500', '152358.317500', '152358.777500', '152359.237500', '152359.697500', '152400.157500', '152400.617500', '152401.077500', '152401.537500', '152401.997500', '152402.457500', '152402.917500', '152403.377500', '152403.837500', '152404.297500', '152404.757500', '152405.217500', '152405.677500', '152406.137500', '152406.597500', '152407.057500', '152407.517500', '152407.977500', '152408.437500', '152408.897500', '152409.357500', '152409.817500', '152410.277500', '152410.737500', '152411.197500', '152411.657500', '152412.117500', '152412.577500', '152413.037500', '152413.497500', '152413.957500', '152414.417500', '152414.877500', '152415.337500', '152415.797500', '152416.257500', '152416.717500', '152417.177500', '152417.637500', '152418.097500', '152418.557500', '152419.017500', '152419.477500', '152419.937500', '152420.397500', '152420.857500', '152421.317500', '152421.777500', '152422.237500', '152422.697500', '152423.157500', '152423.617500', '152424.077500', '152424.537500', '152424.997500', '152425.457500', '152425.917500', '152426.377500', '152426.837500', '152427.297500', '152427.757500', '152428.217500', '152428.677500', '152429.137500', '152429.597500', '152430.057500', '152430.517500', '152430.977500', '152431.437500', '152431.897500', '152432.357500', '152432.817500', '152433.277500', '152433.737500', '152434.197500', '152434.657500', '152435.117500', '152435.577500', '152436.037500', '152436.497500', '152436.957500', '152437.417500', '152437.877500', '152438.337500', '152438.797500', '152439.257500', '152439.717500', '152440.177500', '152440.637500', '152441.097500', '152441.557500', '152442.017500', '152442.477500', '152442.937500', '152443.397500', '152443.857500', '152444.317500', '152444.777500', '152445.237500', '152445.697500', '152446.157500', '152446.617500', '152447.077500', '152447.537500', '152447.997500', '152448.457500', '152448.917500', '152449.377500', '152449.837500', '152450.297500', '152450.757500', '152451.217500', '152451.677500', '152452.137500', '152452.597500', '152453.057500', '152453.517500', '152453.977500', '152454.437500', '152454.897500', '152455.357500', '152455.817500', '152456.277500', '152456.737500', '152457.197500', '152457.657500', '152458.117500', '152458.577500', '152459.037500', '152459.497500', '152459.957500', '152500.417500', '152500.877500', '152501.337500', '152501.797500', '152502.257500', '152502.717500', '152503.177500', '152503.637500', '152504.097500', '152504.557500', '152505.017500', '152505.477500', '152505.937500', '152506.397500', '152506.857500', '152507.317500', '152507.777500', '152508.237500', '152508.697500', '152509.157500', '152509.617500', '152510.077500', '152510.537500', '152510.997500', '152511.457500', '152511.917500', '152512.377500', '152512.837500', '152513.297500', '152513.757500', '152514.217500', '152514.677500', '152515.137500', '152515.597500', '152516.057500', '152516.517500', '152516.977500', '152517.437500', '152517.897500', '152518.357500', '152518.817500', '152519.277500', '152519.737500', '152520.197500', '152520.657500', '152521.117500', '152521.577500', '152522.037500', '152522.497500', '152522.957500', '152523.417500', '152523.877500', '152524.337500', '152524.797500', '152525.257500', '152525.717500', '152526.177500', '152526.637500', '152527.097500', '152527.557500', '152528.017500', '152528.477500', '152528.937500', '152529.397500', '152529.857500', '152530.317500', '152530.777500', '152531.237500', '152531.697500', '152532.157500', '152532.617500', '152533.077500', '152533.537500', '152533.997500', '152534.457500', '152534.917500', '152535.377500', '152535.837500', '152536.297500', '152536.757500', '152537.217500', '152537.677500', '152538.137500', '152538.597500', '152539.057500', '152539.517500', '152539.977500', '152540.437500', '152540.897500', '152541.357500', '152541.817500', '152542.277500', '152542.737500', '152543.197500', '152543.657500', '152544.117500', '152544.577500', '152545.037500', '152545.497500', '152545.957500', '152546.417500', '152546.877500', '152547.337500', '152547.797500', '152548.257500', '152548.717500', '152549.177500', '152549.637500', '152550.097500', '152550.557500', '152551.017500', '152551.477500', '152551.937500', '152552.397500', '152552.857500', '152553.317500', '152553.777500', '152554.237500', '152554.697500', '152555.157500', '152555.617500', '152556.077500', '152556.537500', '152556.997500', '152557.457500', '152557.917500', '152558.377500', '152558.837500', '152559.297500', '152559.757500', '152600.217500', '152600.677500', '152601.137500', '152601.597500', '152602.057500', '152602.517500', '152602.977500', '152603.437500', '152603.897500', '152604.357500', '152604.817500', '152605.277500', '152605.737500', '152606.197500', '152606.657500', '152607.117500', '152607.577500', '152608.037500', '152608.497500', '152608.957500', '152609.417500', '152609.877500', '152610.337500', '152610.797500', '152611.257500', '152611.717500', '152612.177500', '152612.637500', '152613.097500', '152613.557500', '152614.017500', '152614.477500', '152614.937500', '152615.397500', '152615.857500', '152616.317500', '152616.777500', '152617.237500', '152617.697500', '152618.157500', '152618.617500', '152619.077500', '152619.537500', '152619.997500', '152620.457500', '152620.917500', '152621.377500', '152621.837500', '152622.297500', '152622.757500', '152623.217500', '152623.677500', '152624.137500', '152624.597500', '152625.057500', '152625.517500', '152625.977500', '152626.437500', '152626.897500', '152627.357500', '152627.817500', '152628.277500', '152628.737500', '152629.197500', '152629.657500', '152630.117500', '152630.577500', '152631.037500', '152631.497500', '152631.957500', '152632.417500', '152632.877500', '152633.337500', '152633.797500', '152634.257500', '152634.717500', '152635.177500', '152635.637500', '152636.097500', '152636.557500', '152637.017500', '152637.477500', '152637.937500', '152638.397500', '152638.857500', '152639.317500', '152639.777500', '152640.237500', '152640.697500', '152641.157500', '152641.617500', '152642.077500', '152642.537500', '152642.997500', '152643.457500', '152643.917500', '152644.377500', '152644.837500', '152645.297500', '152645.757500', '152646.217500', '152646.677500', '152647.137500', '152647.597500', '152648.057500', '152648.517500', '152648.977500', '152649.437500', '152649.897500', '152650.357500', '152650.817500', '152651.277500', '152651.737500', '152652.197500', '152652.657500', '152653.117500', '152653.577500', '152654.037500', '152654.497500', '152654.957500', '152655.417500', '152655.877500', '152656.337500', '152656.797500', '152657.257500', '152657.717500', '152658.177500', '152658.637500', '152659.097500', '152659.557500', '152700.017500', '152700.477500', '152700.937500', '152701.397500', '152701.857500', '152702.317500', '152702.777500', '152703.237500', '152703.697500', '152704.157500', '152704.617500', '152705.077500', '152705.537500', '152705.997500', '152706.457500', '152706.917500', '152707.377500', '152707.837500', '152708.297500', '152708.757500', '152709.217500', '152709.677500', '152710.137500', '152710.597500', '152711.057500', '152711.517500', '152711.977500', '152712.437500', '152712.897500', '152713.357500', '152713.817500', '152714.277500', '152714.737500', '152715.197500', '152715.657500', '152716.117500', '152716.577500', '152717.037500', '152717.497500', '152717.957500', '152718.417500', '152718.877500', '152719.337500', '152719.797500', '152720.257500', '152720.717500', '152721.177500', '152721.637500', '152722.097500', '152722.557500', '152723.017500', '152723.477500', '152723.937500', '152724.397500', '152724.857500', '152725.317500', '152725.777500', '152726.237500', '152726.697500', '152727.157500', '152727.617500', '152728.077500', '152728.537500', '152728.997500', '152729.457500', '152729.917500', '152730.377500', '152730.837500', '152731.297500', '152731.757500', '152732.217500', '152732.677500', '152733.137500', '152733.597500', '152734.057500', '152734.517500', '152734.977500', '152735.437500', '152735.897500', '152736.357500', '152736.817500', '152737.277500', '152737.737500', '152738.197500', '152738.657500', '152739.117500', '152739.577500', '152740.037500', '152740.497500', '152740.957500', '152741.417500', '152741.877500', '152742.337500', '152742.797500', '152743.257500', '152743.717500', '152744.177500', '152744.637500', '152745.097500', '152745.557500', '152746.017500', '152746.477500', '152746.937500', '152747.397500', '152747.857500', '152748.317500', '152748.777500', '152749.237500', '152749.697500', '152750.157500', '152750.617500', '152751.077500', '152751.537500', '152751.997500', '152752.457500', '152752.917500', '152753.377500', '152753.837500', '152754.297500', '152754.757500', '152755.217500', '152755.677500', '152756.137500', '152756.597500', '152757.057500', '152757.517500', '152757.977500', '152758.437500', '152758.897500', '152759.357500', '152759.817500', '152800.277500', '152800.737500', '152801.197500', '152801.657500', '152802.117500', '152802.577500', '152803.037500', '152803.497500', '152803.957500', '152804.417500', '152804.877500', '152805.337500', '152805.797500', '152806.257500', '152806.717500', '152807.177500', '152807.637500', '152808.097500', '152808.557500', '152809.017500', '152809.477500', '152809.937500', '152810.397500', '152810.857500', '152811.317500', '152811.777500', '152812.237500', '152812.697500', '152813.157500', '152813.617500', '152814.077500', '152814.537500', '152814.997500', '152815.457500', '152815.917500', '152816.377500', '152816.837500', '152817.297500', '152817.757500', '152818.217500', '152818.677500', '152819.137500', '152819.597500', '152820.057500', '152820.517500', '152820.977500', '152821.437500', '152821.897500', '152822.357500', '152822.817500', '152823.277500', '152823.737500', '152824.197500', '152824.657500', '152825.117500', '152825.577500', '152826.037500', '152826.497500', '152826.957500', '152827.417500', '152827.877500', '152828.337500', '152828.797500', '152829.257500', '152829.717500', '152830.177500', '152830.637500', '152831.097500', '152831.557500', '152832.017500', '152832.477500', '152832.937500', '152833.397500', '152833.857500', '152834.317500', '152834.777500', '152835.237500', '152835.697500', '152836.157500', '152836.617500', '152837.077500', '152837.537500', '152837.997500', '152838.457500', '152838.917500', '152839.377500', '152839.837500', '152840.297500', '152840.757500', '152841.217500', '152841.677500', '152842.137500', '152842.597500', '152843.057500', '152843.517500', '152843.977500', '152844.437500', '152844.897500', '152845.357500', '152845.817500', '152846.277500', '152846.737500', '152847.197500', '152847.657500', '152848.117500', '152848.577500', '152849.037500', '152849.497500', '152849.957500', '152850.417500', '152850.877500', '152851.337500', '152851.797500', '152852.257500', '152852.717500', '152853.177500', '152853.637500', '152854.097500', '152854.557500', '152855.017500', '152855.477500', '152855.937500', '152856.397500', '152856.857500', '152857.317500', '152857.777500', '152858.237500', '152858.697500', '152859.157500', '152859.617500', '152900.077500', '152900.537500', '152900.997500', '152901.457500', '152901.917500', '152902.377500', '152902.837500', '152903.297500', '152903.757500', '152904.217500', '152904.677500', '152905.137500', '152905.597500', '152906.057500', '152906.517500', '152906.977500', '152907.437500', '152907.897500', '152908.357500', '152908.817500', '152909.277500', '152909.737500', '152910.197500', '152910.657500', '152911.117500', '152911.577500', '152912.037500', '152912.497500', '152912.957500', '152913.417500', '152913.877500', '152914.337500', '152914.797500', '152915.257500', '152915.717500', '152916.177500', '152916.637500', '152917.097500', '152917.557500', '152918.017500', '152918.477500', '152918.937500', '152919.397500', '152919.857500', '152920.317500', '152920.777500', '152921.237500', '152921.697500', '152922.157500', '152922.617500', '152923.077500', '152923.537500', '152923.997500', '152924.457500', '152924.917500', '152925.377500', '152925.837500', '152926.297500', '152926.757500', '152927.217500', '152927.677500', '152928.137500', '152928.597500', '152929.057500', '152929.517500', '152929.977500', '152930.437500'], 'ContentTime': ['152257.954000', '152257.957000', '152257.962000', '152257.964000', '152257.967000', '152257.969000', '152257.972000', '152257.975000', '152257.977000', '152257.980000', '152257.982000', '152257.985000', '152257.987000', '152257.990000', '152257.992000', '152317.918000', '152317.921000', '152317.924000', '152317.926000', '152317.929000', '152317.931000', '152317.934000', '152317.936000', '152317.939000', '152317.942000', '152317.944000', '152317.947000', '152317.949000', '152317.952000', '152317.954000', '152317.957000', '152317.959000', '152317.981000', '152317.983000', '152317.986000', '152317.989000', '152317.991000', '152317.994000', '152317.996000', '152318.000000', '152318.002000', '152318.005000', '152318.007000', '152318.010000', '152318.013000', '152318.015000', '152318.018000', '152318.020000', '152318.023000', '152318.025000', '152318.028000', '152318.030000', '152318.033000', '152318.036000', '152318.038000', '152318.041000', '152318.044000', '152318.047000', '152337.919000', '152337.922000', '152337.924000', '152337.927000', '152337.929000', '152337.932000', '152337.935000', '152337.937000', '152337.940000', '152337.942000', '152337.945000', '152337.948000', '152337.950000', '152337.953000', '152337.955000', '152337.958000', '152337.960000', '152337.963000', '152337.965000', '152337.968000', '152337.970000', '152337.973000', '152337.975000', '152337.978000', '152337.981000', '152337.983000', '152337.986000', '152337.988000', '152337.991000', '152337.993000', '152337.996000', '152337.999000', '152338.001000', '152338.004000', '152338.006000', '152338.009000', '152338.011000', '152338.014000', '152338.016000', '152338.019000', '152338.021000', '152338.024000', '152338.027000', '152357.918000', '152357.925000', '152357.928000', '152357.931000', '152357.933000', '152357.936000', '152357.938000', '152357.941000', '152357.943000', '152357.946000', '152357.949000', '152357.951000', '152357.954000', '152357.956000', '152357.959000', '152357.961000', '152357.964000', '152357.967000', '152357.969000', '152357.972000', '152357.974000', '152357.977000', '152357.979000', '152357.982000', '152357.985000', '152357.987000', '152357.990000', '152357.992000', '152357.995000', '152357.997000', '152358.001000', '152358.003000', '152358.006000', '152358.009000', '152358.011000', '152358.014000', '152358.016000', '152358.019000', '152358.021000', '152358.034000', '152358.036000', '152358.039000', '152358.041000', '152358.044000', '152417.918000', '152417.921000', '152417.924000', '152417.926000', '152417.929000', '152417.931000', '152417.934000', '152417.937000', '152417.939000', '152417.942000', '152417.944000', '152417.947000', '152417.949000', '152417.952000', '152417.955000', '152417.957000', '152417.960000', '152417.962000', '152417.965000', '152417.967000', '152417.970000', '152417.972000', '152417.975000', '152417.978000', '152417.980000', '152417.983000', '152417.985000', '152417.988000', '152417.991000', '152417.993000', '152417.996000', '152417.998000', '152418.002000', '152418.004000', '152418.007000', '152418.009000', '152418.012000', '152418.015000', '152418.017000', '152418.020000', '152418.022000', '152418.025000', '152418.027000', '152418.030000', '152437.918000', '152437.921000', '152437.924000', '152437.926000', '152437.929000', '152437.932000', '152437.934000', '152437.937000', '152437.939000', '152437.942000', '152437.944000', '152437.947000', '152437.949000', '152437.960000', '152437.962000', '152437.965000', '152437.968000', '152437.970000', '152437.973000', '152437.975000', '152437.978000', '152437.980000', '152437.983000', '152437.986000', '152437.988000', '152437.991000', '152437.993000', '152437.996000', '152437.998000', '152438.002000', '152438.005000', '152438.007000', '152438.010000', '152438.012000', '152438.015000', '152438.017000', '152438.020000', '152438.022000', '152438.025000', '152438.028000', '152438.030000', '152438.033000', '152438.035000', '152457.918000', '152457.920000', '152457.923000', '152457.926000', '152457.928000', '152457.931000', '152457.933000', '152457.936000', '152457.939000', '152457.941000', '152457.952000', '152457.955000', '152457.958000', '152457.960000', '152457.963000', '152457.966000', '152457.968000', '152457.971000', '152457.973000', '152457.976000', '152457.979000', '152457.981000', '152457.984000', '152457.986000', '152457.989000', '152457.992000', '152457.994000', '152457.997000', '152457.999000', '152458.002000', '152458.004000', '152458.007000', '152458.010000', '152458.012000', '152458.015000', '152458.017000', '152458.020000', '152458.022000', '152458.025000', '152458.028000', '152458.030000', '152458.033000', '152458.035000', '152458.038000', '152517.917000', '152517.920000', '152517.923000', '152517.925000', '152517.928000', '152517.931000', '152517.933000', '152517.936000', '152517.938000', '152517.941000', '152517.944000', '152517.946000', '152517.949000', '152517.951000', '152517.954000', '152517.956000', '152517.959000', '152517.962000', '152517.964000', '152517.967000', '152517.969000', '152517.972000', '152517.974000', '152517.977000', '152517.980000', '152517.982000', '152517.985000', '152517.987000', '152517.990000', '152517.992000', '152517.995000', '152517.997000', '152518.001000', '152518.004000', '152518.006000', '152518.009000', '152518.011000', '152518.014000', '152518.017000', '152518.019000', '152518.022000', '152518.024000', '152518.027000', '152537.918000', '152537.921000', '152537.924000', '152537.926000', '152537.929000', '152537.931000', '152537.934000', '152537.937000', '152537.939000', '152537.942000', '152537.944000', '152537.947000', '152537.949000', '152537.952000', '152537.955000', '152537.957000', '152537.960000', '152537.962000', '152537.965000', '152537.967000', '152537.980000', '152537.983000', '152537.985000', '152537.988000', '152537.990000', '152537.993000', '152537.996000', '152537.998000', '152538.002000', '152538.004000', '152538.007000', '152538.009000', '152538.012000', '152538.015000', '152538.017000', '152538.020000', '152538.022000', '152538.025000', '152538.027000', '152538.030000', '152538.033000', '152538.035000', '152538.038000', '152538.040000', '152557.918000', '152557.921000', '152557.924000', '152557.926000', '152557.929000', '152557.932000', '152557.934000', '152557.937000', '152557.939000', '152557.942000', '152557.945000', '152557.947000', '152557.950000', '152557.952000', '152557.955000', '152557.957000', '152557.960000', '152557.963000', '152557.965000', '152557.968000', '152557.970000', '152557.973000', '152557.975000', '152557.978000', '152557.981000', '152557.983000', '152557.986000', '152557.988000', '152557.991000', '152557.993000', '152557.996000', '152558.000000', '152558.002000', '152558.005000', '152558.008000', '152558.010000', '152558.013000', '152558.015000', '152558.018000', '152558.020000', '152558.023000', '152558.025000', '152558.028000', '152617.918000', '152617.921000', '152617.924000', '152617.927000', '152617.929000', '152617.932000', '152617.934000', '152617.937000', '152617.940000', '152617.942000', '152617.945000', '152617.948000', '152617.951000', '152617.953000', '152617.956000', '152617.959000', '152617.961000', '152617.964000', '152617.967000', '152617.969000', '152617.972000', '152617.974000', '152617.977000', '152617.979000', '152617.982000', '152617.985000', '152617.987000', '152617.990000', '152617.992000', '152617.995000', '152617.997000', '152618.001000', '152618.004000', '152618.006000', '152618.009000', '152618.012000', '152618.014000', '152618.017000', '152618.019000', '152618.022000', '152618.024000', '152618.027000', '152618.029000', '152637.918000', '152637.921000', '152637.924000', '152637.926000', '152637.929000', '152637.932000', '152637.934000', '152637.937000', '152637.939000', '152637.942000', '152637.945000', '152637.947000', '152637.950000', '152637.952000', '152637.955000', '152637.957000', '152637.960000', '152637.963000', '152637.965000', '152637.968000', '152637.970000', '152637.973000', '152637.976000', '152637.978000', '152637.981000', '152637.983000', '152637.986000', '152637.989000', '152637.991000', '152637.994000', '152637.996000', '152638.000000', '152638.003000', '152638.005000', '152638.008000', '152638.010000', '152638.013000', '152638.016000', '152638.018000', '152638.021000', '152638.023000', '152638.026000', '152638.028000', '152638.031000', '152657.919000', '152657.921000', '152657.924000', '152657.927000', '152657.929000', '152657.932000', '152657.934000', '152657.937000', '152657.940000', '152657.942000', '152657.945000', '152657.947000', '152657.950000', '152657.953000', '152657.955000', '152657.958000', '152657.960000', '152657.963000', '152657.966000', '152657.968000', '152657.971000', '152657.973000', '152657.976000', '152657.978000', '152657.981000', '152657.984000', '152657.986000', '152657.989000', '152657.991000', '152657.994000', '152657.996000', '152658.002000', '152658.004000', '152658.007000', '152658.009000', '152658.012000', '152658.015000', '152658.017000', '152658.020000', '152658.022000', '152658.025000', '152658.028000', '152658.030000', '152658.033000', '152717.917000', '152717.925000', '152717.928000', '152717.930000', '152717.933000', '152717.936000', '152717.938000', '152717.941000', '152717.943000', '152717.946000', '152717.949000', '152717.951000', '152717.954000', '152717.956000', '152717.959000', '152717.962000', '152717.964000', '152717.967000', '152717.969000', '152717.972000', '152717.974000', '152717.977000', '152717.979000', '152717.982000', '152717.985000', '152717.987000', '152717.990000', '152717.992000', '152717.995000', '152717.998000', '152718.001000', '152718.004000', '152718.006000', '152718.009000', '152718.012000', '152718.014000', '152718.017000', '152718.019000', '152718.022000', '152718.024000', '152718.027000', '152718.030000', '152718.032000', '152737.918000', '152737.920000', '152737.923000', '152737.926000', '152737.928000', '152737.931000', '152737.933000', '152737.936000', '152737.939000', '152737.941000', '152737.944000', '152737.947000', '152737.949000', '152737.953000', '152737.956000', '152737.959000', '152737.961000', '152737.964000', '152737.967000', '152737.969000', '152737.972000', '152737.974000', '152737.977000', '152737.980000', '152737.982000', '152737.985000', '152737.988000', '152737.991000', '152737.994000', '152737.996000', '152738.000000', '152738.002000', '152738.005000', '152738.008000', '152738.010000', '152738.013000', '152738.015000', '152738.018000', '152738.021000', '152738.023000', '152738.026000', '152738.028000', '152738.031000', '152757.919000', '152757.921000', '152757.924000', '152757.927000', '152757.929000', '152757.932000', '152757.934000', '152757.937000', '152757.940000', '152757.942000', '152757.945000', '152757.947000', '152757.950000', '152757.953000', '152757.955000', '152757.958000', '152757.961000', '152757.963000', '152757.966000', '152757.969000', '152757.971000', '152757.974000', '152757.976000', '152757.979000', '152757.982000', '152757.984000', '152757.987000', '152757.989000', '152757.992000', '152757.994000', '152757.997000', '152758.001000', '152758.003000', '152758.006000', '152758.008000', '152758.011000', '152758.014000', '152758.016000', '152758.019000', '152758.021000', '152758.024000', '152758.027000', '152758.029000', '152758.032000', '152817.919000', '152817.921000', '152817.924000', '152817.927000', '152817.929000', '152817.932000', '152817.934000', '152817.937000', '152817.940000', '152817.942000', '152817.945000', '152817.947000', '152817.950000', '152817.953000', '152817.955000', '152817.958000', '152817.960000', '152817.963000', '152817.965000', '152817.968000', '152817.971000', '152817.973000', '152817.976000', '152817.978000', '152817.981000', '152817.984000', '152817.987000', '152817.990000', '152817.993000', '152817.996000', '152817.998000', '152818.002000', '152818.004000', '152818.007000', '152818.010000', '152818.012000', '152818.015000', '152818.017000', '152818.020000', '152818.022000', '152818.025000', '152818.028000', '152818.030000', '152837.918000', '152837.921000', '152837.924000', '152837.927000', '152837.929000', '152837.932000', '152837.934000', '152837.937000', '152837.939000', '152837.942000', '152837.945000', '152837.947000', '152837.950000', '152837.952000', '152837.955000', '152837.958000', '152837.960000', '152837.963000', '152837.965000', '152837.968000', '152837.971000', '152837.973000', '152837.976000', '152837.978000', '152837.981000', '152837.984000', '152837.986000', '152838.018000', '152838.020000', '152838.023000', '152838.025000', '152838.028000', '152838.031000', '152838.033000', '152838.036000', '152838.038000', '152838.041000', '152838.044000', '152838.046000', '152838.049000', '152838.051000', '152838.054000', '152838.056000', '152838.059000', '152857.919000', '152857.921000', '152857.924000', '152857.927000', '152857.929000', '152857.932000', '152857.934000', '152857.937000', '152857.939000', '152857.942000', '152857.945000', '152857.947000', '152857.950000', '152857.952000', '152857.955000', '152857.957000', '152857.960000', '152857.963000', '152857.965000', '152857.968000', '152857.970000', '152857.973000', '152857.977000', '152857.980000', '152857.982000', '152857.985000', '152857.988000', '152857.990000', '152857.993000', '152857.995000', '152857.998000', '152858.001000', '152858.004000', '152858.007000', '152858.009000', '152858.012000', '152858.014000', '152858.017000', '152858.020000', '152858.022000', '152858.025000', '152858.029000', '152858.031000', '152917.918000', '152917.921000', '152917.924000', '152917.927000', '152917.929000', '152917.932000', '152917.934000', '152917.937000', '152917.939000', '152917.942000', '152917.945000', '152917.947000', '152917.950000', '152917.952000', '152917.955000', '152917.958000', '152917.960000', '152917.963000', '152917.965000', '152917.968000', '152917.971000', '152917.973000', '152917.976000', '152917.978000', '152917.981000', '152917.983000', '152917.986000', '152917.988000', '152917.991000', '152917.994000', '152917.996000', '152918.000000', '152918.002000', '152918.005000', '152918.007000', '152918.010000', '152918.013000', '152918.015000', '152918.018000', '152918.020000', '152918.023000', '152918.026000', '152918.028000', '152918.031000', '152932.022000', '152932.025000', '152932.028000', '152932.030000', '152932.033000', '152932.036000', '152932.039000', '152932.041000', '152932.044000', '152932.047000', '152932.050000', '152932.053000', '152932.056000', '152932.058000', '152932.061000', '152932.064000', '152932.067000', '152932.070000', '152932.072000', '152932.080000', '152932.084000', '152932.086000', '152932.089000', '152932.092000', '152932.095000', '152932.097000', '152932.100000', '152932.103000', '152932.106000', '152932.109000', '152932.111000'], 'InstanceCreationTime': ['152257.954000', '152257.957000', '152257.962000', '152257.964000', '152257.967000', '152257.969000', '152257.972000', '152257.975000', '152257.977000', '152257.980000', '152257.982000', '152257.985000', '152257.987000', '152257.990000', '152257.992000', '152317.918000', '152317.921000', '152317.924000', '152317.926000', '152317.929000', '152317.931000', '152317.934000', '152317.936000', '152317.939000', '152317.942000', '152317.944000', '152317.947000', '152317.949000', '152317.952000', '152317.954000', '152317.957000', '152317.959000', '152317.981000', '152317.983000', '152317.986000', '152317.989000', '152317.991000', '152317.994000', '152317.996000', '152318.000000', '152318.002000', '152318.005000', '152318.007000', '152318.010000', '152318.013000', '152318.015000', '152318.018000', '152318.020000', '152318.023000', '152318.025000', '152318.028000', '152318.030000', '152318.033000', '152318.036000', '152318.038000', '152318.041000', '152318.044000', '152318.047000', '152337.919000', '152337.922000', '152337.924000', '152337.927000', '152337.929000', '152337.932000', '152337.935000', '152337.937000', '152337.940000', '152337.942000', '152337.945000', '152337.948000', '152337.950000', '152337.953000', '152337.955000', '152337.958000', '152337.960000', '152337.963000', '152337.965000', '152337.968000', '152337.970000', '152337.973000', '152337.975000', '152337.978000', '152337.981000', '152337.983000', '152337.986000', '152337.988000', '152337.991000', '152337.993000', '152337.996000', '152337.999000', '152338.001000', '152338.004000', '152338.006000', '152338.009000', '152338.011000', '152338.014000', '152338.016000', '152338.019000', '152338.021000', '152338.024000', '152338.027000', '152357.918000', '152357.925000', '152357.928000', '152357.931000', '152357.933000', '152357.936000', '152357.938000', '152357.941000', '152357.943000', '152357.946000', '152357.949000', '152357.951000', '152357.954000', '152357.956000', '152357.959000', '152357.961000', '152357.964000', '152357.967000', '152357.969000', '152357.972000', '152357.974000', '152357.977000', '152357.979000', '152357.982000', '152357.985000', '152357.987000', '152357.990000', '152357.992000', '152357.995000', '152357.997000', '152358.001000', '152358.003000', '152358.006000', '152358.009000', '152358.011000', '152358.014000', '152358.016000', '152358.019000', '152358.021000', '152358.034000', '152358.036000', '152358.039000', '152358.041000', '152358.044000', '152417.918000', '152417.921000', '152417.924000', '152417.926000', '152417.929000', '152417.931000', '152417.934000', '152417.937000', '152417.939000', '152417.942000', '152417.944000', '152417.947000', '152417.949000', '152417.952000', '152417.955000', '152417.957000', '152417.960000', '152417.962000', '152417.965000', '152417.967000', '152417.970000', '152417.972000', '152417.975000', '152417.978000', '152417.980000', '152417.983000', '152417.985000', '152417.988000', '152417.991000', '152417.993000', '152417.996000', '152417.998000', '152418.002000', '152418.004000', '152418.007000', '152418.009000', '152418.012000', '152418.015000', '152418.017000', '152418.020000', '152418.022000', '152418.025000', '152418.027000', '152418.030000', '152437.918000', '152437.921000', '152437.924000', '152437.926000', '152437.929000', '152437.932000', '152437.934000', '152437.937000', '152437.939000', '152437.942000', '152437.944000', '152437.947000', '152437.949000', '152437.960000', '152437.962000', '152437.965000', '152437.968000', '152437.970000', '152437.973000', '152437.975000', '152437.978000', '152437.980000', '152437.983000', '152437.986000', '152437.988000', '152437.991000', '152437.993000', '152437.996000', '152437.998000', '152438.002000', '152438.005000', '152438.007000', '152438.010000', '152438.012000', '152438.015000', '152438.017000', '152438.020000', '152438.022000', '152438.025000', '152438.028000', '152438.030000', '152438.033000', '152438.035000', '152457.918000', '152457.920000', '152457.923000', '152457.926000', '152457.928000', '152457.931000', '152457.933000', '152457.936000', '152457.939000', '152457.941000', '152457.952000', '152457.955000', '152457.958000', '152457.960000', '152457.963000', '152457.966000', '152457.968000', '152457.971000', '152457.973000', '152457.976000', '152457.979000', '152457.981000', '152457.984000', '152457.986000', '152457.989000', '152457.992000', '152457.994000', '152457.997000', '152457.999000', '152458.002000', '152458.004000', '152458.007000', '152458.010000', '152458.012000', '152458.015000', '152458.017000', '152458.020000', '152458.022000', '152458.025000', '152458.028000', '152458.030000', '152458.033000', '152458.035000', '152458.038000', '152517.917000', '152517.920000', '152517.923000', '152517.925000', '152517.928000', '152517.931000', '152517.933000', '152517.936000', '152517.938000', '152517.941000', '152517.944000', '152517.946000', '152517.949000', '152517.951000', '152517.954000', '152517.956000', '152517.959000', '152517.962000', '152517.964000', '152517.967000', '152517.969000', '152517.972000', '152517.974000', '152517.977000', '152517.980000', '152517.982000', '152517.985000', '152517.987000', '152517.990000', '152517.992000', '152517.995000', '152517.997000', '152518.001000', '152518.004000', '152518.006000', '152518.009000', '152518.011000', '152518.014000', '152518.017000', '152518.019000', '152518.022000', '152518.024000', '152518.027000', '152537.918000', '152537.921000', '152537.924000', '152537.926000', '152537.929000', '152537.931000', '152537.934000', '152537.937000', '152537.939000', '152537.942000', '152537.944000', '152537.947000', '152537.949000', '152537.952000', '152537.955000', '152537.957000', '152537.960000', '152537.962000', '152537.965000', '152537.967000', '152537.980000', '152537.983000', '152537.985000', '152537.988000', '152537.990000', '152537.993000', '152537.996000', '152537.998000', '152538.002000', '152538.004000', '152538.007000', '152538.009000', '152538.012000', '152538.015000', '152538.017000', '152538.020000', '152538.022000', '152538.025000', '152538.027000', '152538.030000', '152538.033000', '152538.035000', '152538.038000', '152538.040000', '152557.918000', '152557.921000', '152557.924000', '152557.926000', '152557.929000', '152557.932000', '152557.934000', '152557.937000', '152557.939000', '152557.942000', '152557.945000', '152557.947000', '152557.950000', '152557.952000', '152557.955000', '152557.957000', '152557.960000', '152557.963000', '152557.965000', '152557.968000', '152557.970000', '152557.973000', '152557.975000', '152557.978000', '152557.981000', '152557.983000', '152557.986000', '152557.988000', '152557.991000', '152557.993000', '152557.996000', '152558.000000', '152558.002000', '152558.005000', '152558.008000', '152558.010000', '152558.013000', '152558.015000', '152558.018000', '152558.020000', '152558.023000', '152558.025000', '152558.028000', '152617.918000', '152617.921000', '152617.924000', '152617.927000', '152617.929000', '152617.932000', '152617.934000', '152617.937000', '152617.940000', '152617.942000', '152617.945000', '152617.948000', '152617.951000', '152617.953000', '152617.956000', '152617.959000', '152617.961000', '152617.964000', '152617.967000', '152617.969000', '152617.972000', '152617.974000', '152617.977000', '152617.979000', '152617.982000', '152617.985000', '152617.987000', '152617.990000', '152617.992000', '152617.995000', '152617.997000', '152618.001000', '152618.004000', '152618.006000', '152618.009000', '152618.012000', '152618.014000', '152618.017000', '152618.019000', '152618.022000', '152618.024000', '152618.027000', '152618.029000', '152637.918000', '152637.921000', '152637.924000', '152637.926000', '152637.929000', '152637.932000', '152637.934000', '152637.937000', '152637.939000', '152637.942000', '152637.945000', '152637.947000', '152637.950000', '152637.952000', '152637.955000', '152637.957000', '152637.960000', '152637.963000', '152637.965000', '152637.968000', '152637.970000', '152637.973000', '152637.976000', '152637.978000', '152637.981000', '152637.983000', '152637.986000', '152637.989000', '152637.991000', '152637.994000', '152637.996000', '152638.000000', '152638.003000', '152638.005000', '152638.008000', '152638.010000', '152638.013000', '152638.016000', '152638.018000', '152638.021000', '152638.023000', '152638.026000', '152638.028000', '152638.031000', '152657.919000', '152657.921000', '152657.924000', '152657.927000', '152657.929000', '152657.932000', '152657.934000', '152657.937000', '152657.940000', '152657.942000', '152657.945000', '152657.947000', '152657.950000', '152657.953000', '152657.955000', '152657.958000', '152657.960000', '152657.963000', '152657.966000', '152657.968000', '152657.971000', '152657.973000', '152657.976000', '152657.978000', '152657.981000', '152657.984000', '152657.986000', '152657.989000', '152657.991000', '152657.994000', '152657.996000', '152658.002000', '152658.004000', '152658.007000', '152658.009000', '152658.012000', '152658.015000', '152658.017000', '152658.020000', '152658.022000', '152658.025000', '152658.028000', '152658.030000', '152658.033000', '152717.917000', '152717.925000', '152717.928000', '152717.930000', '152717.933000', '152717.936000', '152717.938000', '152717.941000', '152717.943000', '152717.946000', '152717.949000', '152717.951000', '152717.954000', '152717.956000', '152717.959000', '152717.962000', '152717.964000', '152717.967000', '152717.969000', '152717.972000', '152717.974000', '152717.977000', '152717.979000', '152717.982000', '152717.985000', '152717.987000', '152717.990000', '152717.992000', '152717.995000', '152717.998000', '152718.001000', '152718.004000', '152718.006000', '152718.009000', '152718.012000', '152718.014000', '152718.017000', '152718.019000', '152718.022000', '152718.024000', '152718.027000', '152718.030000', '152718.032000', '152737.918000', '152737.920000', '152737.923000', '152737.926000', '152737.928000', '152737.931000', '152737.933000', '152737.936000', '152737.939000', '152737.941000', '152737.944000', '152737.947000', '152737.949000', '152737.953000', '152737.956000', '152737.959000', '152737.961000', '152737.964000', '152737.967000', '152737.969000', '152737.972000', '152737.974000', '152737.977000', '152737.980000', '152737.982000', '152737.985000', '152737.988000', '152737.991000', '152737.994000', '152737.996000', '152738.000000', '152738.002000', '152738.005000', '152738.008000', '152738.010000', '152738.013000', '152738.015000', '152738.018000', '152738.021000', '152738.023000', '152738.026000', '152738.028000', '152738.031000', '152757.919000', '152757.921000', '152757.924000', '152757.927000', '152757.929000', '152757.932000', '152757.934000', '152757.937000', '152757.940000', '152757.942000', '152757.945000', '152757.947000', '152757.950000', '152757.953000', '152757.955000', '152757.958000', '152757.961000', '152757.963000', '152757.966000', '152757.969000', '152757.971000', '152757.974000', '152757.976000', '152757.979000', '152757.982000', '152757.984000', '152757.987000', '152757.989000', '152757.992000', '152757.994000', '152757.997000', '152758.001000', '152758.003000', '152758.006000', '152758.008000', '152758.011000', '152758.014000', '152758.016000', '152758.019000', '152758.021000', '152758.024000', '152758.027000', '152758.029000', '152758.032000', '152817.919000', '152817.921000', '152817.924000', '152817.927000', '152817.929000', '152817.932000', '152817.934000', '152817.937000', '152817.940000', '152817.942000', '152817.945000', '152817.947000', '152817.950000', '152817.953000', '152817.955000', '152817.958000', '152817.960000', '152817.963000', '152817.965000', '152817.968000', '152817.971000', '152817.973000', '152817.976000', '152817.978000', '152817.981000', '152817.984000', '152817.987000', '152817.990000', '152817.993000', '152817.996000', '152817.998000', '152818.002000', '152818.004000', '152818.007000', '152818.010000', '152818.012000', '152818.015000', '152818.017000', '152818.020000', '152818.022000', '152818.025000', '152818.028000', '152818.030000', '152837.918000', '152837.921000', '152837.924000', '152837.927000', '152837.929000', '152837.932000', '152837.934000', '152837.937000', '152837.939000', '152837.942000', '152837.945000', '152837.947000', '152837.950000', '152837.952000', '152837.955000', '152837.958000', '152837.960000', '152837.963000', '152837.965000', '152837.968000', '152837.971000', '152837.973000', '152837.976000', '152837.978000', '152837.981000', '152837.984000', '152837.986000', '152838.018000', '152838.020000', '152838.023000', '152838.025000', '152838.028000', '152838.031000', '152838.033000', '152838.036000', '152838.038000', '152838.041000', '152838.044000', '152838.046000', '152838.049000', '152838.051000', '152838.054000', '152838.056000', '152838.059000', '152857.919000', '152857.921000', '152857.924000', '152857.927000', '152857.929000', '152857.932000', '152857.934000', '152857.937000', '152857.939000', '152857.942000', '152857.945000', '152857.947000', '152857.950000', '152857.952000', '152857.955000', '152857.957000', '152857.960000', '152857.963000', '152857.965000', '152857.968000', '152857.970000', '152857.973000', '152857.977000', '152857.980000', '152857.982000', '152857.985000', '152857.988000', '152857.990000', '152857.993000', '152857.995000', '152857.998000', '152858.001000', '152858.004000', '152858.007000', '152858.009000', '152858.012000', '152858.014000', '152858.017000', '152858.020000', '152858.022000', '152858.025000', '152858.029000', '152858.031000', '152917.918000', '152917.921000', '152917.924000', '152917.927000', '152917.929000', '152917.932000', '152917.934000', '152917.937000', '152917.939000', '152917.942000', '152917.945000', '152917.947000', '152917.950000', '152917.952000', '152917.955000', '152917.958000', '152917.960000', '152917.963000', '152917.965000', '152917.968000', '152917.971000', '152917.973000', '152917.976000', '152917.978000', '152917.981000', '152917.983000', '152917.986000', '152917.988000', '152917.991000', '152917.994000', '152917.996000', '152918.000000', '152918.002000', '152918.005000', '152918.007000', '152918.010000', '152918.013000', '152918.015000', '152918.018000', '152918.020000', '152918.023000', '152918.026000', '152918.028000', '152918.031000', '152932.022000', '152932.025000', '152932.028000', '152932.030000', '152932.033000', '152932.036000', '152932.039000', '152932.041000', '152932.044000', '152932.047000', '152932.050000', '152932.053000', '152932.056000', '152932.058000', '152932.061000', '152932.064000', '152932.067000', '152932.070000', '152932.072000', '152932.080000', '152932.084000', '152932.086000', '152932.089000', '152932.092000', '152932.095000', '152932.097000', '152932.100000', '152932.103000', '152932.106000', '152932.109000', '152932.111000'], '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': [9598, 11168, 11059, 10377, 15966, 10385, 13079, 9663, 13845, 9558, 14790, 9628, 14810, 9509, 15399, 9480, 14530, 9284, 12905, 9352, 12377, 9122, 12337, 8979, 11120, 8567, 10845, 8929, 11241, 9678, 12650, 9847, 12885, 10175, 9081, 11846, 10359, 9603, 12987, 17259, 10474, 13648, 10128, 12069, 9288, 11219, 16388, 9857, 14016, 10038, 13334, 9273, 12159, 10142, 11515, 8654, 10843, 8921, 9725, 13632, 8978, 12436, 9421, 11316, 9469, 10517, 14544, 8844, 12052, 15589, 9398, 11589, 15124, 8604, 11626, 12466, 9698, 13204, 8565, 11561, 11076, 9047, 14067, 8684, 12468, 11928, 8955, 13529, 9310, 11070, 14722, 8939, 13139, 9598, 12090, 8652, 10349, 14891, 8800, 13344, 9323, 10719, 9685, 10171, 15257, 10181, 15774, 10913, 10196, 10622, 13342, 10187, 12731, 8410, 10296, 12043, 10419, 9444, 10652, 10583, 12773, 16887, 11214, 13833, 10117, 11742, 8796, 10250, 14118, 9926, 12068, 9384, 10194, 13662, 9061, 12640, 9347, 10612, 14516, 9018, 12914, 8455, 10322, 13809, 9452, 12732, 8343, 10139, 15152, 8849, 12752, 9460, 11302, 9027, 9642, 12776, 8736, 14424, 8368, 12503, 8796, 10642, 7653, 10209, 12798, 8390, 13832, 9194, 13902, 7874, 13566, 8169, 12869, 8619, 12497, 8125, 12942, 9043, 11859, 8263, 11051, 8535, 11323, 7902, 9794, 13438, 9335, 14858, 8202, 14470, 8898, 13612, 8788, 11284, 7977, 10944, 12685, 8463, 14398, 8486, 12447, 8064, 10531, 9879, 8745, 13946, 8118, 13707, 8136, 13016, 8142, 11338, 9164, 8871, 14423, 8331, 12047, 7932, 8774, 13893, 12497, 9267, 14255, 9194, 10643, 14593, 8575, 12140, 10911, 8292, 13992, 7896, 10992, 7774, 8345, 7568, 8126, 7559, 11229, 8359, 13167, 13951, 9400, 13719, 8768, 9926, 8489, 10589, 11482, 9155, 8223, 9932, 10882, 10139, 15768, 11095, 14590, 9267, 11920, 11669, 8671, 11190, 8793, 13243, 8837, 12725, 8937, 11141, 9107, 10195, 8954, 8676, 12047, 9238, 12916, 9319, 9513, 8447, 8939, 13219, 8906, 12073, 13227, 8803, 12126, 8234, 9332, 14284, 9276, 12739, 8441, 9220, 14034, 9047, 12711, 8769, 9268, 13859, 9224, 12995, 9236, 10690, 9210, 10735, 9452, 11740, 9710, 11999, 9740, 12871, 9600, 9705, 14842, 9363, 13543, 8671, 10753, 8823, 8783, 9320, 8660, 13187, 8626, 12662, 9022, 9016, 7946, 8770, 13879, 8721, 12977, 9052, 10521, 7776, 9036, 14262, 9245, 12565, 9264, 9000, 13586, 9102, 12026, 9903, 10368, 8666, 9021, 12155, 9486, 13405, 9408, 12745, 9190, 11022, 9633, 9167, 11547, 9268, 12632, 9620, 13215, 9225, 12864, 9243, 13613, 9666, 13019, 9571, 12060, 9441, 13255, 10456, 10422, 10729, 9204, 9369, 9841, 10371, 10136, 10276, 12608, 14860, 10810, 12966, 9600, 11390, 9844, 10328, 9561, 9007, 8130, 8761, 10299, 9160, 12704, 9013, 12297, 8736, 11370, 8200, 9961, 9845, 9318, 13880, 9533, 13017, 10118, 10111, 9520, 14651, 10468, 10810, 14583, 9582, 12666, 9539, 10749, 9322, 9229, 12346, 9195, 12711, 9088, 12349, 9323, 11592, 9060, 12603, 9361, 12044, 8449, 11182, 8939, 11520, 9001, 9993, 10000, 10890, 9035, 11794, 9383, 13368, 9626, 14042, 9533, 14130, 9656, 13983, 9984, 14806, 9533, 14025, 9986, 12839, 9816, 13496, 9284, 11401, 9282, 13090, 9616, 11009, 8872, 9666, 9386, 11556, 9651, 11209, 9147, 8762, 9273, 13813, 9434, 13425, 9638, 13109, 9909, 9829, 15205, 10064, 12661, 10328, 9518, 10426, 9928, 13404, 9275, 11544, 9957, 8952, 9361, 9069, 8969, 9470, 12397, 9247, 12483, 9256, 12345, 9474, 10962, 10225, 9450, 9437, 9192, 9674, 10335, 10178, 9273, 9928, 9567, 9773, 9699, 10076, 9389, 10098, 9781, 15131, 11115, 12990, 10155, 9688, 10180, 9997, 11148, 10034, 11882, 9806, 12695, 9809, 11158, 10006, 10792, 9868, 10068, 9984, 9946, 12909, 9892, 12617, 9434, 11467, 10136, 9175, 13645, 9385, 12110, 9503, 10583, 9806, 9391, 9903, 9592, 11581, 9594, 11919, 9735, 9579, 9548, 9025, 9632, 14579, 10568, 12640, 9640, 11401, 9792, 9533, 9806, 9029, 8905, 11938, 9544, 9388, 9304, 9962, 12543, 9805, 11138, 9811, 13319, 9611, 13679, 9308, 13491, 8925, 11879, 9030, 11365, 8705, 8328, 9001, 8425, 9329, 14077, 8791, 12538, 8755, 10301, 8877, 9108, 11422, 9019, 12947, 9710, 9845, 12047, 9401, 13349, 9729, 12415, 9910, 12032, 9657, 14448, 10647, 8641, 8553, 13311, 9011, 9078, 12866, 9262, 8656, 7636, 12892, 9012, 10416, 8425, 13892, 11015, 14897, 10875, 14247, 11328, 9412, 15769, 10342, 13104, 9201, 11943, 9212, 9022, 9222, 10026, 8768, 11743, 8708, 12657, 8756, 12616, 8925, 12368, 8849, 11749, 9485, 10916, 8539, 12768, 9219, 8451, 8837, 9449, 11764, 9312, 12570, 9457, 10452, 10623, 8628, 8392, 9072, 9462, 11838, 9137, 8954, 9214, 8698, 15569, 8845, 13914, 9508, 12257, 8179, 11675, 7874, 9322, 8549, 9196, 8560, 9484, 12528, 9006, 11432, 9226, 14271, 9427, 13993, 10929, 12882, 9097, 13157, 8949, 12764, 9379, 13047, 9232, 12349, 9485, 13048, 9075, 12639, 9113, 12293, 9821, 11080, 9960, 9199, 9356, 9191, 10748, 9654, 14764, 10101, 14453, 9568, 14335, 9451, 13021, 9684, 12606, 9105, 11814, 9292, 11294, 10141, 9630, 9754, 9263, 8557, 9402, 13396, 9647, 13675, 9652, 10519, 8563, 9391, 12997, 9299, 13411, 9162, 12998, 9660, 9411, 13263, 9371, 13398, 9415, 12539, 10052, 9984, 8961, 9230, 9852, 10400, 8884, 12649, 9393, 12554, 10137, 11257, 13255, 9497, 13933, 9431, 12924, 9683, 10289, 9011, 9163, 9692, 8940, 13720, 9169, 12508, 8946, 12821, 8979, 11724, 9340, 9343, 8828, 9542, 9063, 9110, 12404, 9160, 13210, 9187, 13279, 9287, 12904, 9265, 12345, 9599, 12692, 8820, 12295, 9354, 11334, 10110, 9906, 10508, 9163, 10703, 9168, 14000, 9120, 13568, 10018, 12247, 8614, 12164, 8660, 9716, 9736, 9091, 9026, 8666, 9417, 9102, 11852, 8905, 12389, 8964, 13074, 8819, 12026, 9999, 10715, 9872, 8922, 9640, 9812, 9671, 10583, 11170, 9516, 14207, 9969, 12927, 8942, 11827, 8813, 9597, 14597, 9400, 12769, 8806, 10711, 9207, 9014, 8915, 8736, 9749, 9443, 11743, 9717, 10641, 10011, 8276], 'WindowCenter': [4264.0, 4269.0, 4252.0, 4241.0, 4259.0, 4215.0, 4234.0, 4203.0, 4231.0, 4202.0, 4242.0, 4201.0, 4230.0, 4202.0, 4240.0, 4212.0, 4242.0, 4201.0, 4220.0, 4198.0, 4219.0, 4200.0, 4221.0, 4190.0, 4209.0, 4186.0, 4208.0, 4200.0, 4222.0, 4199.0, 4233.0, 4224.0, 4228.0, 4211.0, 4225.0, 4233.0, 4224.0, 4225.0, 4247.0, 4255.0, 4226.0, 4233.0, 4198.0, 4206.0, 4184.0, 4195.0, 4227.0, 4183.0, 4202.0, 4183.0, 4201.0, 4170.0, 4190.0, 4180.0, 4203.0, 4172.0, 4192.0, 4171.0, 4183.0, 4212.0, 4184.0, 4217.0, 4197.0, 4219.0, 4198.0, 4210.0, 4228.0, 4212.0, 4233.0, 4242.0, 4200.0, 4208.0, 4215.0, 4185.0, 4219.0, 4217.0, 4197.0, 4215.0, 4187.0, 4218.0, 4207.0, 4185.0, 4225.0, 4185.0, 4216.0, 4217.0, 4199.0, 4217.0, 4185.0, 4205.0, 4213.0, 4186.0, 4215.0, 4182.0, 4216.0, 4172.0, 4182.0, 4212.0, 4185.0, 4214.0, 4184.0, 4193.0, 4170.0, 4193.0, 4223.0, 4195.0, 4225.0, 4195.0, 4193.0, 4206.0, 4202.0, 4180.0, 4190.0, 4159.0, 4181.0, 4189.0, 4181.0, 4181.0, 4180.0, 4192.0, 4215.0, 4225.0, 4181.0, 4189.0, 4165.0, 4175.0, 4143.0, 4165.0, 4185.0, 4165.0, 4174.0, 4154.0, 4165.0, 4197.0, 4168.0, 4199.0, 4168.0, 4190.0, 4199.0, 4169.0, 4215.0, 4172.0, 4193.0, 4201.0, 4181.0, 4214.0, 4186.0, 4193.0, 4225.0, 4183.0, 4202.0, 4182.0, 4205.0, 4172.0, 4195.0, 4202.0, 4171.0, 4214.0, 4185.0, 4203.0, 4172.0, 4193.0, 4160.0, 4192.0, 4214.0, 4186.0, 4213.0, 4196.0, 4213.0, 4173.0, 4227.0, 4188.0, 4215.0, 4186.0, 4214.0, 4174.0, 4215.0, 4200.0, 4206.0, 4174.0, 4206.0, 4173.0, 4205.0, 4187.0, 4208.0, 4227.0, 4198.0, 4226.0, 4184.0, 4226.0, 4198.0, 4216.0, 4174.0, 4205.0, 4172.0, 4193.0, 4215.0, 4173.0, 4212.0, 4171.0, 4201.0, 4159.0, 4191.0, 4180.0, 4171.0, 4211.0, 4172.0, 4214.0, 4174.0, 4215.0, 4174.0, 4206.0, 4195.0, 4198.0, 4228.0, 4187.0, 4230.0, 4186.0, 4187.0, 4230.0, 4217.0, 4185.0, 4225.0, 4184.0, 4194.0, 4226.0, 4184.0, 4203.0, 4194.0, 4187.0, 4225.0, 4173.0, 4192.0, 4174.0, 4170.0, 4159.0, 4157.0, 4170.0, 4202.0, 4199.0, 4242.0, 4225.0, 4183.0, 4213.0, 4183.0, 4194.0, 4171.0, 4192.0, 4203.0, 4181.0, 4172.0, 4207.0, 4205.0, 4196.0, 4213.0, 4179.0, 4195.0, 4157.0, 4189.0, 4171.0, 4140.0, 4159.0, 4139.0, 4169.0, 4150.0, 4170.0, 4151.0, 4172.0, 4154.0, 4175.0, 4154.0, 4156.0, 4185.0, 4167.0, 4200.0, 4180.0, 4178.0, 4169.0, 4182.0, 4213.0, 4194.0, 4217.0, 4227.0, 4184.0, 4202.0, 4185.0, 4196.0, 4224.0, 4196.0, 4214.0, 4172.0, 4197.0, 4223.0, 4185.0, 4214.0, 4170.0, 4182.0, 4213.0, 4183.0, 4215.0, 4183.0, 4218.0, 4207.0, 4216.0, 4205.0, 4216.0, 4221.0, 4228.0, 4209.0, 4228.0, 4207.0, 4195.0, 4224.0, 4196.0, 4215.0, 4184.0, 4204.0, 4181.0, 4183.0, 4180.0, 4181.0, 4212.0, 4183.0, 4213.0, 4182.0, 4183.0, 4171.0, 4183.0, 4213.0, 4183.0, 4214.0, 4182.0, 4194.0, 4172.0, 4183.0, 4224.0, 4195.0, 4215.0, 4184.0, 4197.0, 4212.0, 4194.0, 4214.0, 4192.0, 4205.0, 4182.0, 4183.0, 4214.0, 4195.0, 4213.0, 4184.0, 4202.0, 4181.0, 4205.0, 4192.0, 4182.0, 4203.0, 4182.0, 4212.0, 4206.0, 4213.0, 4194.0, 4215.0, 4194.0, 4213.0, 4195.0, 4212.0, 4196.0, 4213.0, 4195.0, 4213.0, 4205.0, 4194.0, 4204.0, 4208.0, 4209.0, 4209.0, 4220.0, 4208.0, 4221.0, 4231.0, 4240.0, 4204.0, 4213.0, 4182.0, 4191.0, 4192.0, 4191.0, 4180.0, 4181.0, 4171.0, 4183.0, 4192.0, 4194.0, 4226.0, 4207.0, 4228.0, 4209.0, 4229.0, 4197.0, 4210.0, 4208.0, 4197.0, 4230.0, 4219.0, 4255.0, 4221.0, 4221.0, 4210.0, 4240.0, 4220.0, 4219.0, 4226.0, 4196.0, 4214.0, 4193.0, 4205.0, 4195.0, 4194.0, 4228.0, 4195.0, 4213.0, 4194.0, 4225.0, 4196.0, 4215.0, 4197.0, 4226.0, 4209.0, 4216.0, 4187.0, 4205.0, 4198.0, 4214.0, 4197.0, 4206.0, 4210.0, 4220.0, 4198.0, 4217.0, 4210.0, 4228.0, 4209.0, 4228.0, 4196.0, 4226.0, 4208.0, 4226.0, 4196.0, 4214.0, 4182.0, 4213.0, 4206.0, 4213.0, 4193.0, 4200.0, 4179.0, 4188.0, 4179.0, 4200.0, 4179.0, 4188.0, 4168.0, 4166.0, 4179.0, 4199.0, 4179.0, 4200.0, 4180.0, 4170.0, 4194.0, 4226.0, 4195.0, 4225.0, 4194.0, 4225.0, 4219.0, 4207.0, 4236.0, 4205.0, 4214.0, 4205.0, 4194.0, 4192.0, 4194.0, 4208.0, 4182.0, 4203.0, 4191.0, 4181.0, 4182.0, 4182.0, 4182.0, 4206.0, 4214.0, 4195.0, 4214.0, 4193.0, 4215.0, 4206.0, 4202.0, 4205.0, 4193.0, 4181.0, 4195.0, 4194.0, 4193.0, 4205.0, 4194.0, 4192.0, 4195.0, 4194.0, 4193.0, 4193.0, 4182.0, 4193.0, 4206.0, 4225.0, 4192.0, 4201.0, 4179.0, 4178.0, 4190.0, 4191.0, 4188.0, 4178.0, 4199.0, 4179.0, 4199.0, 4180.0, 4190.0, 4191.0, 4191.0, 4193.0, 4193.0, 4192.0, 4193.0, 4213.0, 4196.0, 4216.0, 4194.0, 4205.0, 4207.0, 4194.0, 4213.0, 4195.0, 4199.0, 4192.0, 4204.0, 4180.0, 4182.0, 4180.0, 4180.0, 4200.0, 4181.0, 4200.0, 4193.0, 4182.0, 4182.0, 4181.0, 4195.0, 4225.0, 4194.0, 4202.0, 4180.0, 4189.0, 4193.0, 4180.0, 4180.0, 4169.0, 4167.0, 4201.0, 4182.0, 4193.0, 4207.0, 4207.0, 4215.0, 4194.0, 4192.0, 4193.0, 4202.0, 4180.0, 4199.0, 4167.0, 4196.0, 4166.0, 4186.0, 4167.0, 4187.0, 4169.0, 4168.0, 4181.0, 4184.0, 4208.0, 4238.0, 4199.0, 4218.0, 4185.0, 4219.0, 4197.0, 4198.0, 4217.0, 4196.0, 4216.0, 4208.0, 4194.0, 4204.0, 4195.0, 4212.0, 4193.0, 4215.0, 4206.0, 4203.0, 4192.0, 4210.0, 4191.0, 4178.0, 4179.0, 4210.0, 4164.0, 4167.0, 4198.0, 4181.0, 4169.0, 4154.0, 4202.0, 4179.0, 4201.0, 4183.0, 4213.0, 4191.0, 4226.0, 4182.0, 4199.0, 4160.0, 4152.0, 4183.0, 4162.0, 4170.0, 4151.0, 4160.0, 4135.0, 4135.0, 4134.0, 4145.0, 4135.0, 4182.0, 4151.0, 4180.0, 4150.0, 4171.0, 4149.0, 4168.0, 4149.0, 4186.0, 4163.0, 4171.0, 4154.0, 4181.0, 4163.0, 4179.0, 4181.0, 4189.0, 4201.0, 4180.0, 4200.0, 4181.0, 4191.0, 4190.0, 4181.0, 4167.0, 4180.0, 4192.0, 4213.0, 4195.0, 4196.0, 4194.0, 4195.0, 4235.0, 4194.0, 4223.0, 4206.0, 4227.0, 4184.0, 4213.0, 4182.0, 4194.0, 4185.0, 4192.0, 4192.0, 4209.0, 4228.0, 4197.0, 4212.0, 4195.0, 4225.0, 4208.0, 4224.0, 4208.0, 4213.0, 4183.0, 4225.0, 4193.0, 4214.0, 4196.0, 4225.0, 4192.0, 4214.0, 4193.0, 4211.0, 4180.0, 4201.0, 4179.0, 4201.0, 4191.0, 4191.0, 4178.0, 4167.0, 4163.0, 4177.0, 4189.0, 4193.0, 4209.0, 4190.0, 4209.0, 4177.0, 4208.0, 4179.0, 4209.0, 4177.0, 4198.0, 4167.0, 4186.0, 4178.0, 4188.0, 4191.0, 4191.0, 4193.0, 4195.0, 4182.0, 4193.0, 4226.0, 4195.0, 4226.0, 4195.0, 4205.0, 4183.0, 4206.0, 4213.0, 4193.0, 4213.0, 4181.0, 4214.0, 4193.0, 4181.0, 4200.0, 4180.0, 4198.0, 4180.0, 4213.0, 4188.0, 4191.0, 4181.0, 4181.0, 4192.0, 4200.0, 4193.0, 4225.0, 4207.0, 4226.0, 4206.0, 4219.0, 4214.0, 4193.0, 4221.0, 4196.0, 4210.0, 4193.0, 4190.0, 4169.0, 4179.0, 4178.0, 4192.0, 4222.0, 4179.0, 4199.0, 4180.0, 4200.0, 4180.0, 4199.0, 4178.0, 4181.0, 4167.0, 4178.0, 4180.0, 4168.0, 4186.0, 4180.0, 4197.0, 4178.0, 4209.0, 4178.0, 4197.0, 4178.0, 4199.0, 4191.0, 4214.0, 4183.0, 4202.0, 4182.0, 4202.0, 4191.0, 4203.0, 4193.0, 4183.0, 4191.0, 4182.0, 4213.0, 4196.0, 4213.0, 4193.0, 4202.0, 4183.0, 4202.0, 4170.0, 4191.0, 4179.0, 4168.0, 4169.0, 4168.0, 4167.0, 4182.0, 4201.0, 4181.0, 4201.0, 4181.0, 4210.0, 4181.0, 4202.0, 4192.0, 4192.0, 4192.0, 4182.0, 4192.0, 4192.0, 4193.0, 4206.0, 4205.0, 4195.0, 4225.0, 4196.0, 4214.0, 4182.0, 4203.0, 4195.0, 4181.0, 4212.0, 4182.0, 4199.0, 4167.0, 4191.0, 4178.0, 4168.0, 4168.0, 4168.0, 4177.0, 4178.0, 4199.0, 4180.0, 4190.0, 4176.0, 4167.0], 'WindowWidth': [9455.0, 9446.0, 9413.0, 9393.0, 9415.0, 9347.0, 9370.0, 9326.0, 9362.0, 9324.0, 9380.0, 9320.0, 9360.0, 9323.0, 9373.0, 9339.0, 9378.0, 9321.0, 9346.0, 9313.0, 9341.0, 9320.0, 9348.0, 9305.0, 9330.0, 9293.0, 9325.0, 9321.0, 9353.0, 9318.0, 9371.0, 9356.0, 9353.0, 9335.0, 9364.0, 9372.0, 9360.0, 9363.0, 9395.0, 9406.0, 9363.0, 9370.0, 9310.0, 9318.0, 9285.0, 9301.0, 9353.0, 9282.0, 9309.0, 9283.0, 9305.0, 9262.0, 9289.0, 9274.0, 9309.0, 9267.0, 9295.0, 9266.0, 9284.0, 9323.0, 9288.0, 9335.0, 9314.0, 9342.0, 9314.0, 9331.0, 9355.0, 9340.0, 9369.0, 9382.0, 9319.0, 9324.0, 9335.0, 9291.0, 9344.0, 9339.0, 9308.0, 9331.0, 9297.0, 9339.0, 9324.0, 9290.0, 9345.0, 9290.0, 9335.0, 9340.0, 9316.0, 9337.0, 9292.0, 9317.0, 9327.0, 9295.0, 9332.0, 9282.0, 9334.0, 9268.0, 9281.0, 9323.0, 9291.0, 9328.0, 9287.0, 9297.0, 9261.0, 9298.0, 9339.0, 9305.0, 9345.0, 9305.0, 9299.0, 9319.0, 9307.0, 9274.0, 9288.0, 9246.0, 9273.0, 9287.0, 9278.0, 9279.0, 9277.0, 9295.0, 9332.0, 9350.0, 9280.0, 9287.0, 9247.0, 9261.0, 9215.0, 9246.0, 9276.0, 9246.0, 9258.0, 9229.0, 9249.0, 9295.0, 9258.0, 9299.0, 9259.0, 9291.0, 9301.0, 9261.0, 9332.0, 9271.0, 9299.0, 9307.0, 9279.0, 9329.0, 9296.0, 9299.0, 9346.0, 9285.0, 9308.0, 9281.0, 9320.0, 9272.0, 9305.0, 9310.0, 9267.0, 9329.0, 9294.0, 9313.0, 9270.0, 9298.0, 9249.0, 9295.0, 9331.0, 9296.0, 9326.0, 9309.0, 9327.0, 9271.0, 9351.0, 9303.0, 9332.0, 9295.0, 9331.0, 9276.0, 9330.0, 9321.0, 9322.0, 9276.0, 9321.0, 9274.0, 9316.0, 9300.0, 9328.0, 9352.0, 9313.0, 9351.0, 9290.0, 9349.0, 9316.0, 9337.0, 9276.0, 9317.0, 9268.0, 9298.0, 9333.0, 9274.0, 9325.0, 9265.0, 9304.0, 9247.0, 9292.0, 9278.0, 9266.0, 9322.0, 9271.0, 9328.0, 9275.0, 9331.0, 9277.0, 9323.0, 9307.0, 9313.0, 9357.0, 9299.0, 9362.0, 9297.0, 9300.0, 9364.0, 9341.0, 9293.0, 9352.0, 9289.0, 9302.0, 9353.0, 9291.0, 9312.0, 9304.0, 9299.0, 9347.0, 9274.0, 9297.0, 9279.0, 9266.0, 9249.0, 9243.0, 9267.0, 9312.0, 9322.0, 9382.0, 9350.0, 9289.0, 9327.0, 9288.0, 9304.0, 9267.0, 9295.0, 9314.0, 9284.0, 9274.0, 9329.0, 9324.0, 9310.0, 9334.0, 9276.0, 9299.0, 9240.0, 9289.0, 9256.0, 9211.0, 9231.0, 9203.0, 9245.0, 9222.0, 9250.0, 9226.0, 9255.0, 9233.0, 9263.0, 9234.0, 9240.0, 9280.0, 9258.0, 9307.0, 9278.0, 9275.0, 9261.0, 9286.0, 9330.0, 9307.0, 9339.0, 9356.0, 9289.0, 9312.0, 9294.0, 9313.0, 9346.0, 9310.0, 9331.0, 9271.0, 9313.0, 9345.0, 9296.0, 9332.0, 9265.0, 9285.0, 9331.0, 9289.0, 9334.0, 9290.0, 9343.0, 9328.0, 9342.0, 9325.0, 9338.0, 9354.0, 9359.0, 9334.0, 9360.0, 9330.0, 9308.0, 9351.0, 9311.0, 9336.0, 9291.0, 9318.0, 9283.0, 9289.0, 9280.0, 9282.0, 9325.0, 9289.0, 9329.0, 9285.0, 9288.0, 9271.0, 9288.0, 9329.0, 9290.0, 9332.0, 9286.0, 9305.0, 9271.0, 9290.0, 9347.0, 9308.0, 9336.0, 9292.0, 9314.0, 9329.0, 9307.0, 9334.0, 9301.0, 9323.0, 9284.0, 9288.0, 9334.0, 9308.0, 9330.0, 9291.0, 9313.0, 9282.0, 9323.0, 9301.0, 9287.0, 9318.0, 9285.0, 9328.0, 9325.0, 9331.0, 9308.0, 9335.0, 9305.0, 9329.0, 9310.0, 9328.0, 9311.0, 9330.0, 9307.0, 9329.0, 9319.0, 9302.0, 9316.0, 9332.0, 9336.0, 9334.0, 9350.0, 9333.0, 9352.0, 9372.0, 9384.0, 9322.0, 9331.0, 9284.0, 9296.0, 9300.0, 9298.0, 9281.0, 9284.0, 9270.0, 9289.0, 9299.0, 9308.0, 9353.0, 9329.0, 9361.0, 9338.0, 9364.0, 9315.0, 9335.0, 9328.0, 9312.0, 9364.0, 9352.0, 9407.0, 9355.0, 9353.0, 9336.0, 9381.0, 9349.0, 9347.0, 9354.0, 9312.0, 9332.0, 9301.0, 9322.0, 9311.0, 9305.0, 9358.0, 9311.0, 9332.0, 9307.0, 9350.0, 9311.0, 9335.0, 9314.0, 9353.0, 9335.0, 9341.0, 9302.0, 9323.0, 9317.0, 9335.0, 9315.0, 9325.0, 9337.0, 9349.0, 9315.0, 9342.0, 9335.0, 9359.0, 9335.0, 9357.0, 9311.0, 9353.0, 9332.0, 9354.0, 9313.0, 9334.0, 9284.0, 9329.0, 9325.0, 9331.0, 9303.0, 9307.0, 9277.0, 9287.0, 9280.0, 9308.0, 9278.0, 9288.0, 9260.0, 9256.0, 9277.0, 9305.0, 9277.0, 9309.0, 9281.0, 9266.0, 9306.0, 9353.0, 9310.0, 9350.0, 9306.0, 9350.0, 9350.0, 9329.0, 9369.0, 9325.0, 9332.0, 9321.0, 9306.0, 9301.0, 9305.0, 9320.0, 9285.0, 9317.0, 9297.0, 9285.0, 9285.0, 9285.0, 9286.0, 9326.0, 9336.0, 9309.0, 9332.0, 9302.0, 9336.0, 9326.0, 9316.0, 9321.0, 9304.0, 9281.0, 9309.0, 9307.0, 9304.0, 9321.0, 9305.0, 9297.0, 9310.0, 9307.0, 9303.0, 9302.0, 9287.0, 9300.0, 9325.0, 9352.0, 9300.0, 9310.0, 9275.0, 9274.0, 9293.0, 9297.0, 9288.0, 9274.0, 9305.0, 9276.0, 9304.0, 9279.0, 9295.0, 9297.0, 9298.0, 9302.0, 9304.0, 9299.0, 9303.0, 9331.0, 9310.0, 9338.0, 9304.0, 9321.0, 9329.0, 9304.0, 9332.0, 9306.0, 9307.0, 9300.0, 9319.0, 9281.0, 9284.0, 9281.0, 9277.0, 9307.0, 9283.0, 9308.0, 9301.0, 9287.0, 9284.0, 9282.0, 9307.0, 9352.0, 9306.0, 9314.0, 9281.0, 9291.0, 9302.0, 9280.0, 9279.0, 9263.0, 9257.0, 9308.0, 9285.0, 9301.0, 9331.0, 9327.0, 9335.0, 9306.0, 9297.0, 9299.0, 9312.0, 9277.0, 9305.0, 9256.0, 9294.0, 9252.0, 9280.0, 9256.0, 9282.0, 9263.0, 9262.0, 9284.0, 9293.0, 9332.0, 9372.0, 9321.0, 9342.0, 9294.0, 9347.0, 9313.0, 9315.0, 9338.0, 9308.0, 9339.0, 9329.0, 9302.0, 9317.0, 9307.0, 9327.0, 9301.0, 9336.0, 9324.0, 9315.0, 9297.0, 9321.0, 9294.0, 9278.0, 9277.0, 9322.0, 9248.0, 9258.0, 9302.0, 9280.0, 9262.0, 9237.0, 9312.0, 9280.0, 9312.0, 9293.0, 9330.0, 9296.0, 9358.0, 9284.0, 9307.0, 9240.0, 9225.0, 9272.0, 9241.0, 9251.0, 9225.0, 9233.0, 9195.0, 9195.0, 9192.0, 9209.0, 9198.0, 9268.0, 9230.0, 9267.0, 9227.0, 9250.0, 9223.0, 9246.0, 9222.0, 9281.0, 9245.0, 9255.0, 9237.0, 9267.0, 9249.0, 9279.0, 9286.0, 9291.0, 9308.0, 9279.0, 9309.0, 9281.0, 9296.0, 9293.0, 9282.0, 9260.0, 9281.0, 9299.0, 9334.0, 9309.0, 9310.0, 9307.0, 9311.0, 9365.0, 9308.0, 9344.0, 9327.0, 9355.0, 9295.0, 9333.0, 9290.0, 9305.0, 9295.0, 9303.0, 9303.0, 9334.0, 9358.0, 9314.0, 9330.0, 9308.0, 9351.0, 9332.0, 9349.0, 9329.0, 9331.0, 9290.0, 9351.0, 9307.0, 9333.0, 9312.0, 9351.0, 9300.0, 9333.0, 9302.0, 9324.0, 9281.0, 9308.0, 9278.0, 9309.0, 9297.0, 9297.0, 9273.0, 9257.0, 9250.0, 9271.0, 9290.0, 9301.0, 9321.0, 9291.0, 9317.0, 9271.0, 9313.0, 9276.0, 9318.0, 9272.0, 9299.0, 9256.0, 9279.0, 9272.0, 9287.0, 9298.0, 9295.0, 9301.0, 9306.0, 9285.0, 9304.0, 9353.0, 9308.0, 9353.0, 9308.0, 9324.0, 9287.0, 9327.0, 9332.0, 9304.0, 9330.0, 9285.0, 9332.0, 9305.0, 9280.0, 9308.0, 9280.0, 9302.0, 9280.0, 9330.0, 9290.0, 9295.0, 9284.0, 9282.0, 9302.0, 9308.0, 9305.0, 9350.0, 9328.0, 9354.0, 9327.0, 9346.0, 9335.0, 9303.0, 9342.0, 9311.0, 9327.0, 9302.0, 9295.0, 9264.0, 9276.0, 9273.0, 9301.0, 9344.0, 9279.0, 9304.0, 9280.0, 9307.0, 9282.0, 9306.0, 9275.0, 9283.0, 9258.0, 9271.0, 9282.0, 9260.0, 9282.0, 9280.0, 9300.0, 9274.0, 9321.0, 9273.0, 9300.0, 9276.0, 9304.0, 9295.0, 9335.0, 9289.0, 9314.0, 9285.0, 9312.0, 9297.0, 9322.0, 9302.0, 9287.0, 9297.0, 9285.0, 9330.0, 9313.0, 9331.0, 9302.0, 9314.0, 9288.0, 9311.0, 9267.0, 9297.0, 9275.0, 9260.0, 9263.0, 9261.0, 9259.0, 9288.0, 9309.0, 9282.0, 9310.0, 9283.0, 9321.0, 9283.0, 9314.0, 9298.0, 9300.0, 9299.0, 9285.0, 9298.0, 9300.0, 9301.0, 9324.0, 9322.0, 9307.0, 9352.0, 9309.0, 9332.0, 9284.0, 9316.0, 9309.0, 9283.0, 9332.0, 9284.0, 9305.0, 9256.0, 9297.0, 9275.0, 9261.0, 9261.0, 9260.0, 9273.0, 9275.0, 9305.0, 9280.0, 9296.0, 9269.0, 9257.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.005248365937859609</td></tr>
<tr><td colspan=3>aqi</td><td>0.050613415189873424</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.16590340793784</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2520588444815677</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0104544893087568</td></tr>
<tr><td colspan=3>efc</td><td>0.5228</td></tr>
<tr><td colspan=3>fber</td><td>4860.2046</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12507178600020802</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>129</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.844649021864212</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5213764006202086</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.364537034534135</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7405070255703117</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4590851417561788</td></tr>
<tr><td colspan=3>gcor</td><td>0.0127296</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01151603925973177</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05056905746459961</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.361542695376331</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.3006</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.4576</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>199.4984</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284426.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>954.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.6084</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.4579</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>480.0024</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3320.4383</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3439.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1487.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>788.4782</td></tr>
<tr><td colspan=3>tsnr</td><td>30.745183359773364</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>