ds005256-mriqc/sub-0130_ses-03_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 3f1617b677 [DATALAD RUNCMD] Compute MRIQC for sub-0130
=== 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-0130 --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-0130",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:18:25 +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-0130_ses-03_task-social_acq-mb8_run-03_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-0130_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_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-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0130_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_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-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0130/figures/sub-0130_ses-03_task-social_acq-mb8_run-03_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-0130/ses-03/func/sub-0130_ses-03_task-social_acq-mb8_run-03_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>0f9f725788bcd25429497aa94ae48887</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>09:51:28.490000</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.994857, -0.0518089, 0.0870417, 0.0575373, 0.996248, -0.0646451]</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.259</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-03_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.0801166</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4233, -7670, -7256, 385, -252, 179, -74, 115]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.377</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>23e09509-a118-45c6-9e6c-6ff59a2625e0||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.6691274642944336, 0.1543683558702469, 0.2250880002975464, 99.16458129882812], [0.13899953663349152, 2.672861099243164, -0.1871659755706787, -105.13819122314453], [0.23352646827697754, 0.17343804240226746, 2.6840834617614746, -89.83116149902344], [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': ['095128.490000', '095128.950000', '095129.410000', '095129.870000', '095130.330000', '095130.790000', '095131.250000', '095131.710000', '095132.170000', '095132.630000', '095133.090000', '095133.550000', '095134.010000', '095134.470000', '095134.930000', '095135.390000', '095135.850000', '095136.310000', '095136.770000', '095137.230000', '095137.690000', '095138.150000', '095138.610000', '095139.070000', '095139.530000', '095139.990000', '095140.450000', '095140.910000', '095141.370000', '095141.830000', '095142.290000', '095142.750000', '095143.210000', '095143.670000', '095144.130000', '095144.590000', '095145.050000', '095145.510000', '095145.970000', '095146.430000', '095146.890000', '095147.350000', '095147.810000', '095148.270000', '095148.730000', '095149.190000', '095149.650000', '095150.110000', '095150.570000', '095151.030000', '095151.490000', '095151.950000', '095152.410000', '095152.870000', '095153.330000', '095153.790000', '095154.250000', '095154.710000', '095155.170000', '095155.630000', '095156.090000', '095156.550000', '095157.010000', '095157.470000', '095157.930000', '095158.390000', '095158.850000', '095159.310000', '095159.770000', '095200.230000', '095200.690000', '095201.150000', '095201.610000', '095202.070000', '095202.530000', '095202.990000', '095203.450000', '095203.910000', '095204.370000', '095204.830000', '095205.290000', '095205.750000', '095206.210000', '095206.670000', '095207.130000', '095207.590000', '095208.050000', '095208.510000', '095208.970000', '095209.430000', '095209.890000', '095210.350000', '095210.810000', '095211.270000', '095211.730000', '095212.190000', '095212.650000', '095213.110000', '095213.570000', '095214.030000', '095214.490000', '095214.950000', '095215.410000', '095215.870000', '095216.330000', '095216.790000', '095217.250000', '095217.710000', '095218.170000', '095218.630000', '095219.090000', '095219.550000', '095220.010000', '095220.470000', '095220.930000', '095221.390000', '095221.850000', '095222.310000', '095222.770000', '095223.230000', '095223.690000', '095224.150000', '095224.610000', '095225.070000', '095225.530000', '095225.990000', '095226.450000', '095226.910000', '095227.370000', '095227.830000', '095228.290000', '095228.750000', '095229.210000', '095229.670000', '095230.130000', '095230.590000', '095231.050000', '095231.510000', '095231.970000', '095232.430000', '095232.890000', '095233.350000', '095233.810000', '095234.270000', '095234.730000', '095235.190000', '095235.650000', '095236.110000', '095236.570000', '095237.030000', '095237.490000', '095237.950000', '095238.410000', '095238.870000', '095239.330000', '095239.790000', '095240.250000', '095240.710000', '095241.170000', '095241.630000', '095242.090000', '095242.550000', '095243.010000', '095243.470000', '095243.930000', '095244.390000', '095244.850000', '095245.310000', '095245.770000', '095246.230000', '095246.690000', '095247.150000', '095247.610000', '095248.070000', '095248.530000', '095248.990000', '095249.450000', '095249.910000', '095250.370000', '095250.830000', '095251.290000', '095251.750000', '095252.210000', '095252.670000', '095253.130000', '095253.590000', '095254.050000', '095254.510000', '095254.970000', '095255.430000', '095255.890000', '095256.350000', '095256.810000', '095257.270000', '095257.730000', '095258.190000', '095258.650000', '095259.110000', '095259.570000', '095300.030000', '095300.490000', '095300.950000', '095301.410000', '095301.870000', '095302.330000', '095302.790000', '095303.250000', '095303.710000', '095304.170000', '095304.630000', '095305.090000', '095305.550000', '095306.010000', '095306.470000', '095306.930000', '095307.390000', '095307.850000', '095308.310000', '095308.770000', '095309.230000', '095309.690000', '095310.150000', '095310.610000', '095311.070000', '095311.530000', '095311.990000', '095312.450000', '095312.910000', '095313.370000', '095313.830000', '095314.290000', '095314.750000', '095315.210000', '095315.670000', '095316.130000', '095316.590000', '095317.050000', '095317.510000', '095317.970000', '095318.430000', '095318.890000', '095319.350000', '095319.810000', '095320.270000', '095320.730000', '095321.190000', '095321.650000', '095322.110000', '095322.570000', '095323.030000', '095323.490000', '095323.950000', '095324.410000', '095324.870000', '095325.330000', '095325.790000', '095326.250000', '095326.710000', '095327.170000', '095327.630000', '095328.090000', '095328.550000', '095329.010000', '095329.470000', '095329.930000', '095330.390000', '095330.850000', '095331.310000', '095331.770000', '095332.230000', '095332.690000', '095333.150000', '095333.610000', '095334.070000', '095334.530000', '095334.990000', '095335.450000', '095335.910000', '095336.370000', '095336.830000', '095337.290000', '095337.750000', '095338.210000', '095338.670000', '095339.130000', '095339.590000', '095340.050000', '095340.510000', '095340.970000', '095341.430000', '095341.890000', '095342.350000', '095342.810000', '095343.270000', '095343.730000', '095344.190000', '095344.650000', '095345.110000', '095345.570000', '095346.030000', '095346.490000', '095346.950000', '095347.410000', '095347.870000', '095348.330000', '095348.790000', '095349.250000', '095349.710000', '095350.170000', '095350.630000', '095351.090000', '095351.550000', '095352.010000', '095352.470000', '095352.930000', '095353.390000', '095353.850000', '095354.310000', '095354.770000', '095355.230000', '095355.690000', '095356.150000', '095356.610000', '095357.070000', '095357.530000', '095357.990000', '095358.450000', '095358.910000', '095359.370000', '095359.830000', '095400.290000', '095400.750000', '095401.210000', '095401.670000', '095402.130000', '095402.590000', '095403.050000', '095403.510000', '095403.970000', '095404.430000', '095404.890000', '095405.350000', '095405.810000', '095406.270000', '095406.730000', '095407.190000', '095407.650000', '095408.110000', '095408.570000', '095409.030000', '095409.490000', '095409.950000', '095410.410000', '095410.870000', '095411.330000', '095411.790000', '095412.250000', '095412.710000', '095413.170000', '095413.630000', '095414.090000', '095414.550000', '095415.010000', '095415.470000', '095415.930000', '095416.390000', '095416.850000', '095417.310000', '095417.770000', '095418.230000', '095418.690000', '095419.150000', '095419.610000', '095420.070000', '095420.530000', '095420.990000', '095421.450000', '095421.910000', '095422.370000', '095422.830000', '095423.290000', '095423.750000', '095424.210000', '095424.670000', '095425.130000', '095425.590000', '095426.050000', '095426.510000', '095426.970000', '095427.430000', '095427.890000', '095428.350000', '095428.810000', '095429.270000', '095429.730000', '095430.190000', '095430.650000', '095431.110000', '095431.570000', '095432.030000', '095432.490000', '095432.950000', '095433.410000', '095433.870000', '095434.330000', '095434.790000', '095435.250000', '095435.710000', '095436.170000', '095436.630000', '095437.090000', '095437.550000', '095438.010000', '095438.470000', '095438.930000', '095439.390000', '095439.850000', '095440.310000', '095440.770000', '095441.230000', '095441.690000', '095442.150000', '095442.610000', '095443.070000', '095443.530000', '095443.990000', '095444.450000', '095444.910000', '095445.370000', '095445.830000', '095446.290000', '095446.750000', '095447.210000', '095447.670000', '095448.130000', '095448.590000', '095449.050000', '095449.510000', '095449.970000', '095450.430000', '095450.890000', '095451.350000', '095451.810000', '095452.270000', '095452.730000', '095453.190000', '095453.650000', '095454.110000', '095454.570000', '095455.030000', '095455.490000', '095455.950000', '095456.410000', '095456.870000', '095457.330000', '095457.790000', '095458.250000', '095458.710000', '095459.170000', '095459.630000', '095500.090000', '095500.550000', '095501.010000', '095501.470000', '095501.930000', '095502.390000', '095502.850000', '095503.310000', '095503.770000', '095504.230000', '095504.690000', '095505.150000', '095505.610000', '095506.070000', '095506.530000', '095506.990000', '095507.450000', '095507.910000', '095508.370000', '095508.830000', '095509.290000', '095509.750000', '095510.210000', '095510.670000', '095511.130000', '095511.590000', '095512.050000', '095512.510000', '095512.970000', '095513.430000', '095513.890000', '095514.350000', '095514.810000', '095515.270000', '095515.730000', '095516.190000', '095516.650000', '095517.110000', '095517.570000', '095518.030000', '095518.490000', '095518.950000', '095519.410000', '095519.870000', '095520.330000', '095520.790000', '095521.250000', '095521.710000', '095522.170000', '095522.630000', '095523.090000', '095523.550000', '095524.010000', '095524.470000', '095524.930000', '095525.390000', '095525.850000', '095526.310000', '095526.770000', '095527.230000', '095527.690000', '095528.150000', '095528.610000', '095529.070000', '095529.530000', '095529.990000', '095530.450000', '095530.910000', '095531.370000', '095531.830000', '095532.290000', '095532.750000', '095533.210000', '095533.670000', '095534.130000', '095534.590000', '095535.050000', '095535.510000', '095535.970000', '095536.430000', '095536.890000', '095537.350000', '095537.810000', '095538.270000', '095538.730000', '095539.190000', '095539.650000', '095540.110000', '095540.570000', '095541.030000', '095541.490000', '095541.950000', '095542.410000', '095542.870000', '095543.330000', '095543.790000', '095544.250000', '095544.710000', '095545.170000', '095545.630000', '095546.090000', '095546.550000', '095547.010000', '095547.470000', '095547.930000', '095548.390000', '095548.850000', '095549.310000', '095549.770000', '095550.230000', '095550.690000', '095551.150000', '095551.610000', '095552.070000', '095552.530000', '095552.990000', '095553.450000', '095553.910000', '095554.370000', '095554.830000', '095555.290000', '095555.750000', '095556.210000', '095556.670000', '095557.130000', '095557.590000', '095558.050000', '095558.510000', '095558.970000', '095559.430000', '095559.890000', '095600.350000', '095600.810000', '095601.270000', '095601.730000', '095602.190000', '095602.650000', '095603.110000', '095603.570000', '095604.030000', '095604.490000', '095604.950000', '095605.410000', '095605.870000', '095606.330000', '095606.790000', '095607.250000', '095607.710000', '095608.170000', '095608.630000', '095609.090000', '095609.550000', '095610.010000', '095610.470000', '095610.930000', '095611.390000', '095611.850000', '095612.310000', '095612.770000', '095613.230000', '095613.690000', '095614.150000', '095614.610000', '095615.070000', '095615.530000', '095615.990000', '095616.450000', '095616.910000', '095617.370000', '095617.830000', '095618.290000', '095618.750000', '095619.210000', '095619.670000', '095620.130000', '095620.590000', '095621.050000', '095621.510000', '095621.970000', '095622.430000', '095622.890000', '095623.350000', '095623.810000', '095624.270000', '095624.730000', '095625.190000', '095625.650000', '095626.110000', '095626.570000', '095627.030000', '095627.490000', '095627.950000', '095628.410000', '095628.870000', '095629.330000', '095629.790000', '095630.250000', '095630.710000', '095631.170000', '095631.630000', '095632.090000', '095632.550000', '095633.010000', '095633.470000', '095633.930000', '095634.390000', '095634.850000', '095635.310000', '095635.770000', '095636.230000', '095636.690000', '095637.150000', '095637.610000', '095638.070000', '095638.530000', '095638.990000', '095639.450000', '095639.910000', '095640.370000', '095640.830000', '095641.290000', '095641.750000', '095642.210000', '095642.670000', '095643.130000', '095643.590000', '095644.050000', '095644.510000', '095644.970000', '095645.430000', '095645.890000', '095646.350000', '095646.810000', '095647.270000', '095647.730000', '095648.190000', '095648.650000', '095649.110000', '095649.570000', '095650.030000', '095650.490000', '095650.950000', '095651.410000', '095651.870000', '095652.330000', '095652.790000', '095653.250000', '095653.710000', '095654.170000', '095654.630000', '095655.090000', '095655.550000', '095656.010000', '095656.470000', '095656.930000', '095657.390000', '095657.850000', '095658.310000', '095658.770000', '095659.230000', '095659.690000', '095700.150000', '095700.610000', '095701.070000', '095701.530000', '095701.990000', '095702.450000', '095702.910000', '095703.370000', '095703.830000', '095704.290000', '095704.750000', '095705.210000', '095705.670000', '095706.130000', '095706.590000', '095707.050000', '095707.510000', '095707.970000', '095708.430000', '095708.890000', '095709.350000', '095709.810000', '095710.270000', '095710.730000', '095711.190000', '095711.650000', '095712.110000', '095712.570000', '095713.030000', '095713.490000', '095713.950000', '095714.410000', '095714.870000', '095715.330000', '095715.790000', '095716.250000', '095716.710000', '095717.170000', '095717.630000', '095718.090000', '095718.550000', '095719.010000', '095719.470000', '095719.930000', '095720.390000', '095720.850000', '095721.310000', '095721.770000', '095722.230000', '095722.690000', '095723.150000', '095723.610000', '095724.070000', '095724.530000', '095724.990000', '095725.450000', '095725.910000', '095726.370000', '095726.830000', '095727.290000', '095727.750000', '095728.210000', '095728.670000', '095729.130000', '095729.590000', '095730.050000', '095730.510000', '095730.970000', '095731.430000', '095731.890000', '095732.350000', '095732.810000', '095733.270000', '095733.730000', '095734.190000', '095734.650000', '095735.110000', '095735.570000', '095736.030000', '095736.490000', '095736.950000', '095737.410000', '095737.870000', '095738.330000', '095738.790000', '095739.250000', '095739.710000', '095740.170000', '095740.630000', '095741.090000', '095741.550000', '095742.010000', '095742.470000', '095742.930000', '095743.390000', '095743.850000', '095744.310000', '095744.770000', '095745.230000', '095745.690000', '095746.150000', '095746.610000', '095747.070000', '095747.530000', '095747.990000', '095748.450000', '095748.910000', '095749.370000', '095749.830000', '095750.290000', '095750.750000', '095751.210000', '095751.670000', '095752.130000', '095752.590000', '095753.050000', '095753.510000', '095753.970000', '095754.430000', '095754.890000', '095755.350000', '095755.810000', '095756.270000', '095756.730000', '095757.190000', '095757.650000', '095758.110000', '095758.570000', '095759.030000', '095759.490000', '095759.950000', '095800.410000', '095800.870000', '095801.330000', '095801.790000', '095802.250000', '095802.710000', '095803.170000', '095803.630000', '095804.090000', '095804.550000', '095805.010000', '095805.470000', '095805.930000', '095806.390000', '095806.850000', '095807.310000', '095807.770000', '095808.230000', '095808.690000', '095809.150000'], 'ContentTime': ['095141.444000', '095141.447000', '095141.450000', '095141.452000', '095141.455000', '095141.458000', '095141.460000', '095141.463000', '095141.465000', '095141.468000', '095141.477000', '095141.479000', '095141.487000', '095141.489000', '095141.492000', '095141.494000', '095141.497000', '095141.499000', '095141.502000', '095141.505000', '095141.507000', '095141.510000', '095141.512000', '095141.515000', '095201.407000', '095201.410000', '095201.412000', '095201.415000', '095201.429000', '095201.432000', '095201.435000', '095201.437000', '095201.440000', '095201.442000', '095201.445000', '095201.447000', '095201.450000', '095201.452000', '095201.455000', '095201.458000', '095201.460000', '095201.463000', '095201.465000', '095201.468000', '095201.470000', '095201.473000', '095201.476000', '095201.478000', '095201.481000', '095201.483000', '095201.486000', '095201.488000', '095201.491000', '095201.493000', '095201.496000', '095201.499000', '095201.501000', '095201.504000', '095201.506000', '095201.509000', '095201.511000', '095201.514000', '095201.516000', '095201.519000', '095201.522000', '095201.524000', '095201.527000', '095201.536000', '095221.405000', '095221.408000', '095221.411000', '095221.414000', '095221.417000', '095221.420000', '095221.423000', '095221.425000', '095221.428000', '095221.431000', '095221.433000', '095221.436000', '095221.438000', '095221.441000', '095221.444000', '095221.446000', '095221.450000', '095221.453000', '095221.455000', '095221.458000', '095221.460000', '095221.463000', '095221.465000', '095221.468000', '095221.470000', '095221.473000', '095221.475000', '095221.478000', '095221.481000', '095221.483000', '095221.486000', '095221.488000', '095221.491000', '095221.493000', '095221.496000', '095221.498000', '095221.501000', '095221.504000', '095221.506000', '095221.509000', '095221.511000', '095221.514000', '095221.516000', '095241.406000', '095241.408000', '095241.411000', '095241.414000', '095241.416000', '095241.419000', '095241.421000', '095241.424000', '095241.426000', '095241.429000', '095241.432000', '095241.434000', '095241.437000', '095241.439000', '095241.442000', '095241.445000', '095241.447000', '095241.450000', '095241.452000', '095241.455000', '095241.457000', '095241.460000', '095241.463000', '095241.465000', '095241.468000', '095241.470000', '095241.473000', '095241.475000', '095241.478000', '095241.480000', '095241.483000', '095241.485000', '095241.488000', '095241.491000', '095241.493000', '095241.496000', '095241.498000', '095241.501000', '095241.503000', '095241.506000', '095241.508000', '095241.511000', '095241.514000', '095241.516000', '095301.405000', '095301.408000', '095301.411000', '095301.413000', '095301.416000', '095301.418000', '095301.421000', '095301.424000', '095301.426000', '095301.429000', '095301.431000', '095301.434000', '095301.436000', '095301.439000', '095301.442000', '095301.444000', '095301.447000', '095301.450000', '095301.452000', '095301.455000', '095301.458000', '095301.460000', '095301.463000', '095301.466000', '095301.468000', '095301.471000', '095301.473000', '095301.476000', '095301.478000', '095301.481000', '095301.484000', '095301.486000', '095301.489000', '095301.491000', '095301.494000', '095301.496000', '095301.499000', '095301.501000', '095301.504000', '095301.507000', '095301.509000', '095301.512000', '095301.514000', '095321.407000', '095321.409000', '095321.412000', '095321.415000', '095321.417000', '095321.420000', '095321.422000', '095321.425000', '095321.427000', '095321.430000', '095321.432000', '095321.435000', '095321.438000', '095321.449000', '095321.452000', '095321.455000', '095321.457000', '095321.460000', '095321.462000', '095321.465000', '095321.468000', '095321.470000', '095321.473000', '095321.475000', '095321.478000', '095321.480000', '095321.483000', '095321.486000', '095321.488000', '095321.491000', '095321.493000', '095321.496000', '095321.498000', '095321.501000', '095321.503000', '095321.506000', '095321.509000', '095321.511000', '095321.514000', '095321.516000', '095321.519000', '095321.522000', '095321.524000', '095321.527000', '095341.406000', '095341.409000', '095341.412000', '095341.414000', '095341.417000', '095341.419000', '095341.422000', '095341.425000', '095341.427000', '095341.430000', '095341.432000', '095341.435000', '095341.437000', '095341.440000', '095341.443000', '095341.445000', '095341.448000', '095341.451000', '095341.454000', '095341.457000', '095341.460000', '095341.462000', '095341.465000', '095341.468000', '095341.470000', '095341.473000', '095341.475000', '095341.478000', '095341.481000', '095341.483000', '095341.486000', '095341.489000', '095341.492000', '095341.495000', '095341.497000', '095341.500000', '095341.502000', '095341.505000', '095341.507000', '095341.510000', '095341.513000', '095341.515000', '095341.518000', '095401.407000', '095401.410000', '095401.412000', '095401.415000', '095401.417000', '095401.420000', '095401.422000', '095401.425000', '095401.427000', '095401.430000', '095401.432000', '095401.435000', '095401.438000', '095401.440000', '095401.443000', '095401.445000', '095401.448000', '095401.451000', '095401.453000', '095401.456000', '095401.459000', '095401.461000', '095401.464000', '095401.466000', '095401.469000', '095401.472000', '095401.474000', '095401.477000', '095401.479000', '095401.482000', '095401.484000', '095401.487000', '095401.490000', '095401.492000', '095401.495000', '095401.497000', '095401.500000', '095401.502000', '095401.505000', '095401.507000', '095401.510000', '095401.513000', '095401.515000', '095401.518000', '095421.406000', '095421.409000', '095421.412000', '095421.414000', '095421.417000', '095421.419000', '095421.422000', '095421.425000', '095421.427000', '095421.430000', '095421.432000', '095421.435000', '095421.437000', '095421.440000', '095421.443000', '095421.445000', '095421.448000', '095421.450000', '095421.453000', '095421.455000', '095421.458000', '095421.460000', '095421.463000', '095421.465000', '095421.468000', '095421.471000', '095421.473000', '095421.476000', '095421.478000', '095421.481000', '095421.484000', '095421.487000', '095421.490000', '095421.493000', '095421.496000', '095421.498000', '095421.501000', '095421.503000', '095421.506000', '095421.509000', '095421.511000', '095421.514000', '095421.516000', '095441.406000', '095441.409000', '095441.411000', '095441.414000', '095441.416000', '095441.419000', '095441.421000', '095441.424000', '095441.426000', '095441.429000', '095441.432000', '095441.434000', '095441.437000', '095441.439000', '095441.442000', '095441.444000', '095441.447000', '095441.450000', '095441.452000', '095441.455000', '095441.457000', '095441.460000', '095441.462000', '095441.465000', '095441.467000', '095441.470000', '095441.473000', '095441.475000', '095441.478000', '095441.480000', '095441.483000', '095441.485000', '095441.488000', '095441.490000', '095441.493000', '095441.496000', '095441.498000', '095441.501000', '095441.503000', '095441.506000', '095441.508000', '095441.511000', '095441.513000', '095441.516000', '095501.406000', '095501.408000', '095501.411000', '095501.413000', '095501.416000', '095501.419000', '095501.421000', '095501.424000', '095501.438000', '095501.441000', '095501.444000', '095501.446000', '095501.449000', '095501.451000', '095501.454000', '095501.456000', '095501.459000', '095501.461000', '095501.464000', '095501.467000', '095501.469000', '095501.472000', '095501.474000', '095501.477000', '095501.479000', '095501.482000', '095501.485000', '095501.487000', '095501.490000', '095501.492000', '095501.495000', '095501.497000', '095501.500000', '095501.502000', '095501.505000', '095501.507000', '095501.510000', '095501.513000', '095501.515000', '095501.518000', '095501.520000', '095501.523000', '095501.525000', '095521.406000', '095521.409000', '095521.411000', '095521.414000', '095521.416000', '095521.419000', '095521.421000', '095521.424000', '095521.427000', '095521.429000', '095521.432000', '095521.434000', '095521.437000', '095521.439000', '095521.442000', '095521.445000', '095521.447000', '095521.450000', '095521.452000', '095521.455000', '095521.457000', '095521.460000', '095521.463000', '095521.465000', '095521.468000', '095521.470000', '095521.473000', '095521.475000', '095521.478000', '095521.481000', '095521.483000', '095521.486000', '095521.488000', '095521.491000', '095521.493000', '095521.496000', '095521.499000', '095521.501000', '095521.504000', '095521.506000', '095521.509000', '095521.512000', '095521.514000', '095521.517000', '095541.407000', '095541.410000', '095541.412000', '095541.415000', '095541.417000', '095541.420000', '095541.422000', '095541.425000', '095541.427000', '095541.430000', '095541.433000', '095541.435000', '095541.438000', '095541.440000', '095541.443000', '095541.445000', '095541.448000', '095541.451000', '095541.453000', '095541.456000', '095541.458000', '095541.461000', '095541.463000', '095541.466000', '095541.469000', '095541.471000', '095541.474000', '095541.476000', '095541.479000', '095541.482000', '095541.484000', '095541.487000', '095541.489000', '095541.492000', '095541.494000', '095541.497000', '095541.500000', '095541.502000', '095541.505000', '095541.507000', '095541.510000', '095541.512000', '095541.515000', '095601.407000', '095601.410000', '095601.412000', '095601.415000', '095601.418000', '095601.421000', '095601.424000', '095601.426000', '095601.429000', '095601.431000', '095601.434000', '095601.437000', '095601.439000', '095601.442000', '095601.444000', '095601.447000', '095601.449000', '095601.452000', '095601.454000', '095601.457000', '095601.460000', '095601.462000', '095601.465000', '095601.467000', '095601.470000', '095601.473000', '095601.475000', '095601.478000', '095601.480000', '095601.483000', '095601.485000', '095601.488000', '095601.491000', '095601.493000', '095601.496000', '095601.498000', '095601.501000', '095601.504000', '095601.506000', '095601.509000', '095601.511000', '095601.514000', '095601.516000', '095621.406000', '095621.409000', '095621.412000', '095621.414000', '095621.417000', '095621.420000', '095621.422000', '095621.425000', '095621.427000', '095621.430000', '095621.432000', '095621.435000', '095621.438000', '095621.440000', '095621.443000', '095621.445000', '095621.448000', '095621.450000', '095621.453000', '095621.456000', '095621.472000', '095621.474000', '095621.477000', '095621.479000', '095621.482000', '095621.484000', '095621.487000', '095621.489000', '095621.492000', '095621.495000', '095621.497000', '095621.500000', '095621.502000', '095621.505000', '095621.507000', '095621.510000', '095621.513000', '095621.515000', '095621.518000', '095621.520000', '095621.523000', '095621.525000', '095621.528000', '095621.530000', '095641.406000', '095641.409000', '095641.412000', '095641.414000', '095641.417000', '095641.420000', '095641.422000', '095641.425000', '095641.427000', '095641.430000', '095641.432000', '095641.435000', '095641.438000', '095641.440000', '095641.443000', '095641.445000', '095641.448000', '095641.450000', '095641.453000', '095641.456000', '095641.458000', '095641.461000', '095641.463000', '095641.466000', '095641.469000', '095641.471000', '095641.474000', '095641.476000', '095641.479000', '095641.481000', '095641.484000', '095641.486000', '095641.489000', '095641.492000', '095641.494000', '095641.497000', '095641.499000', '095641.502000', '095641.504000', '095641.507000', '095641.510000', '095641.512000', '095641.515000', '095641.517000', '095701.405000', '095701.408000', '095701.411000', '095701.414000', '095701.416000', '095701.419000', '095701.421000', '095701.424000', '095701.426000', '095701.429000', '095701.432000', '095701.434000', '095701.437000', '095701.439000', '095701.442000', '095701.444000', '095701.447000', '095701.450000', '095701.452000', '095701.455000', '095701.457000', '095701.460000', '095701.462000', '095701.465000', '095701.467000', '095701.470000', '095701.472000', '095701.475000', '095701.478000', '095701.480000', '095701.483000', '095701.485000', '095701.488000', '095701.490000', '095701.493000', '095701.495000', '095701.498000', '095701.501000', '095701.503000', '095701.506000', '095701.508000', '095701.511000', '095701.514000', '095721.406000', '095721.408000', '095721.411000', '095721.414000', '095721.416000', '095721.419000', '095721.422000', '095721.424000', '095721.427000', '095721.430000', '095721.432000', '095721.435000', '095721.437000', '095721.440000', '095721.442000', '095721.445000', '095721.448000', '095721.450000', '095721.453000', '095721.455000', '095721.458000', '095721.461000', '095721.463000', '095721.466000', '095721.468000', '095721.471000', '095721.474000', '095721.476000', '095721.479000', '095721.481000', '095721.484000', '095721.490000', '095721.492000', '095721.495000', '095721.497000', '095721.500000', '095721.503000', '095721.505000', '095721.508000', '095721.510000', '095721.513000', '095721.515000', '095721.518000', '095721.521000', '095741.407000', '095741.410000', '095741.412000', '095741.415000', '095741.417000', '095741.420000', '095741.422000', '095741.426000', '095741.429000', '095741.432000', '095741.434000', '095741.437000', '095741.439000', '095741.442000', '095741.444000', '095741.447000', '095741.450000', '095741.452000', '095741.455000', '095741.457000', '095741.460000', '095741.462000', '095741.465000', '095741.468000', '095741.470000', '095741.473000', '095741.475000', '095741.478000', '095741.480000', '095741.483000', '095741.498000', '095741.501000', '095741.504000', '095741.506000', '095741.509000', '095741.511000', '095741.514000', '095741.516000', '095741.519000', '095741.522000', '095741.524000', '095741.527000', '095741.529000', '095801.407000', '095801.410000', '095801.413000', '095801.415000', '095801.418000', '095801.421000', '095801.423000', '095801.426000', '095801.429000', '095801.431000', '095801.434000', '095801.436000', '095801.439000', '095801.442000', '095801.444000', '095801.447000', '095801.449000', '095801.452000', '095801.455000', '095801.457000', '095801.460000', '095801.462000', '095801.465000', '095801.468000', '095801.470000', '095801.473000', '095801.475000', '095801.478000', '095801.480000', '095801.483000', '095801.486000', '095801.488000', '095801.491000', '095801.493000', '095801.496000', '095801.498000', '095801.501000', '095801.504000', '095801.506000', '095801.509000', '095801.511000', '095801.514000', '095801.516000', '095811.014000', '095811.017000', '095811.020000', '095811.023000', '095811.026000', '095811.028000', '095811.031000', '095811.036000', '095811.039000', '095811.041000', '095811.044000', '095811.047000', '095811.049000', '095811.053000', '095811.056000', '095811.071000', '095811.074000', '095811.077000', '095811.080000', '095811.083000', '095811.086000', '095811.089000'], 'InstanceCreationTime': ['095141.444000', '095141.447000', '095141.450000', '095141.452000', '095141.455000', '095141.458000', '095141.460000', '095141.463000', '095141.465000', '095141.468000', '095141.477000', '095141.479000', '095141.487000', '095141.489000', '095141.492000', '095141.494000', '095141.497000', '095141.499000', '095141.502000', '095141.505000', '095141.507000', '095141.510000', '095141.512000', '095141.515000', '095201.407000', '095201.410000', '095201.412000', '095201.415000', '095201.429000', '095201.432000', '095201.435000', '095201.437000', '095201.440000', '095201.442000', '095201.445000', '095201.447000', '095201.450000', '095201.452000', '095201.455000', '095201.458000', '095201.460000', '095201.463000', '095201.465000', '095201.468000', '095201.470000', '095201.473000', '095201.476000', '095201.478000', '095201.481000', '095201.483000', '095201.486000', '095201.488000', '095201.491000', '095201.493000', '095201.496000', '095201.499000', '095201.501000', '095201.504000', '095201.506000', '095201.509000', '095201.511000', '095201.514000', '095201.516000', '095201.519000', '095201.522000', '095201.524000', '095201.527000', '095201.536000', '095221.405000', '095221.408000', '095221.411000', '095221.414000', '095221.417000', '095221.420000', '095221.423000', '095221.425000', '095221.428000', '095221.431000', '095221.433000', '095221.436000', '095221.438000', '095221.441000', '095221.444000', '095221.446000', '095221.450000', '095221.453000', '095221.455000', '095221.458000', '095221.460000', '095221.463000', '095221.465000', '095221.468000', '095221.470000', '095221.473000', '095221.475000', '095221.478000', '095221.481000', '095221.483000', '095221.486000', '095221.488000', '095221.491000', '095221.493000', '095221.496000', '095221.498000', '095221.501000', '095221.504000', '095221.506000', '095221.509000', '095221.511000', '095221.514000', '095221.516000', '095241.406000', '095241.408000', '095241.411000', '095241.414000', '095241.416000', '095241.419000', '095241.421000', '095241.424000', '095241.426000', '095241.429000', '095241.432000', '095241.434000', '095241.437000', '095241.439000', '095241.442000', '095241.445000', '095241.447000', '095241.450000', '095241.452000', '095241.455000', '095241.457000', '095241.460000', '095241.463000', '095241.465000', '095241.468000', '095241.470000', '095241.473000', '095241.475000', '095241.478000', '095241.480000', '095241.483000', '095241.485000', '095241.488000', '095241.491000', '095241.493000', '095241.496000', '095241.498000', '095241.501000', '095241.503000', '095241.506000', '095241.508000', '095241.511000', '095241.514000', '095241.516000', '095301.405000', '095301.408000', '095301.411000', '095301.413000', '095301.416000', '095301.418000', '095301.421000', '095301.424000', '095301.426000', '095301.429000', '095301.431000', '095301.434000', '095301.436000', '095301.439000', '095301.442000', '095301.444000', '095301.447000', '095301.450000', '095301.452000', '095301.455000', '095301.458000', '095301.460000', '095301.463000', '095301.466000', '095301.468000', '095301.471000', '095301.473000', '095301.476000', '095301.478000', '095301.481000', '095301.484000', '095301.486000', '095301.489000', '095301.491000', '095301.494000', '095301.496000', '095301.499000', '095301.501000', '095301.504000', '095301.507000', '095301.509000', '095301.512000', '095301.514000', '095321.407000', '095321.409000', '095321.412000', '095321.415000', '095321.417000', '095321.420000', '095321.422000', '095321.425000', '095321.427000', '095321.430000', '095321.432000', '095321.435000', '095321.438000', '095321.449000', '095321.452000', '095321.455000', '095321.457000', '095321.460000', '095321.462000', '095321.465000', '095321.468000', '095321.470000', '095321.473000', '095321.475000', '095321.478000', '095321.480000', '095321.483000', '095321.486000', '095321.488000', '095321.491000', '095321.493000', '095321.496000', '095321.498000', '095321.501000', '095321.503000', '095321.506000', '095321.509000', '095321.511000', '095321.514000', '095321.516000', '095321.519000', '095321.522000', '095321.524000', '095321.527000', '095341.406000', '095341.409000', '095341.412000', '095341.414000', '095341.417000', '095341.419000', '095341.422000', '095341.425000', '095341.427000', '095341.430000', '095341.432000', '095341.435000', '095341.437000', '095341.440000', '095341.443000', '095341.445000', '095341.448000', '095341.451000', '095341.454000', '095341.457000', '095341.460000', '095341.462000', '095341.465000', '095341.468000', '095341.470000', '095341.473000', '095341.475000', '095341.478000', '095341.481000', '095341.483000', '095341.486000', '095341.489000', '095341.492000', '095341.495000', '095341.497000', '095341.500000', '095341.502000', '095341.505000', '095341.507000', '095341.510000', '095341.513000', '095341.515000', '095341.518000', '095401.407000', '095401.410000', '095401.412000', '095401.415000', '095401.417000', '095401.420000', '095401.422000', '095401.425000', '095401.427000', '095401.430000', '095401.432000', '095401.435000', '095401.438000', '095401.440000', '095401.443000', '095401.445000', '095401.448000', '095401.451000', '095401.453000', '095401.456000', '095401.459000', '095401.461000', '095401.464000', '095401.466000', '095401.469000', '095401.472000', '095401.474000', '095401.477000', '095401.479000', '095401.482000', '095401.484000', '095401.487000', '095401.490000', '095401.492000', '095401.495000', '095401.497000', '095401.500000', '095401.502000', '095401.505000', '095401.507000', '095401.510000', '095401.513000', '095401.515000', '095401.518000', '095421.406000', '095421.409000', '095421.412000', '095421.414000', '095421.417000', '095421.419000', '095421.422000', '095421.425000', '095421.427000', '095421.430000', '095421.432000', '095421.435000', '095421.437000', '095421.440000', '095421.443000', '095421.445000', '095421.448000', '095421.450000', '095421.453000', '095421.455000', '095421.458000', '095421.460000', '095421.463000', '095421.465000', '095421.468000', '095421.471000', '095421.473000', '095421.476000', '095421.478000', '095421.481000', '095421.484000', '095421.487000', '095421.490000', '095421.493000', '095421.496000', '095421.498000', '095421.501000', '095421.503000', '095421.506000', '095421.509000', '095421.511000', '095421.514000', '095421.516000', '095441.406000', '095441.409000', '095441.411000', '095441.414000', '095441.416000', '095441.419000', '095441.421000', '095441.424000', '095441.426000', '095441.429000', '095441.432000', '095441.434000', '095441.437000', '095441.439000', '095441.442000', '095441.444000', '095441.447000', '095441.450000', '095441.452000', '095441.455000', '095441.457000', '095441.460000', '095441.462000', '095441.465000', '095441.467000', '095441.470000', '095441.473000', '095441.475000', '095441.478000', '095441.480000', '095441.483000', '095441.485000', '095441.488000', '095441.490000', '095441.493000', '095441.496000', '095441.498000', '095441.501000', '095441.503000', '095441.506000', '095441.508000', '095441.511000', '095441.513000', '095441.516000', '095501.406000', '095501.408000', '095501.411000', '095501.413000', '095501.416000', '095501.419000', '095501.421000', '095501.424000', '095501.438000', '095501.441000', '095501.444000', '095501.446000', '095501.449000', '095501.451000', '095501.454000', '095501.456000', '095501.459000', '095501.461000', '095501.464000', '095501.467000', '095501.469000', '095501.472000', '095501.474000', '095501.477000', '095501.479000', '095501.482000', '095501.485000', '095501.487000', '095501.490000', '095501.492000', '095501.495000', '095501.497000', '095501.500000', '095501.502000', '095501.505000', '095501.507000', '095501.510000', '095501.513000', '095501.515000', '095501.518000', '095501.520000', '095501.523000', '095501.525000', '095521.406000', '095521.409000', '095521.411000', '095521.414000', '095521.416000', '095521.419000', '095521.421000', '095521.424000', '095521.427000', '095521.429000', '095521.432000', '095521.434000', '095521.437000', '095521.439000', '095521.442000', '095521.445000', '095521.447000', '095521.450000', '095521.452000', '095521.455000', '095521.457000', '095521.460000', '095521.463000', '095521.465000', '095521.468000', '095521.470000', '095521.473000', '095521.475000', '095521.478000', '095521.481000', '095521.483000', '095521.486000', '095521.488000', '095521.491000', '095521.493000', '095521.496000', '095521.499000', '095521.501000', '095521.504000', '095521.506000', '095521.509000', '095521.512000', '095521.514000', '095521.517000', '095541.407000', '095541.410000', '095541.412000', '095541.415000', '095541.417000', '095541.420000', '095541.422000', '095541.425000', '095541.427000', '095541.430000', '095541.433000', '095541.435000', '095541.438000', '095541.440000', '095541.443000', '095541.445000', '095541.448000', '095541.451000', '095541.453000', '095541.456000', '095541.458000', '095541.461000', '095541.463000', '095541.466000', '095541.469000', '095541.471000', '095541.474000', '095541.476000', '095541.479000', '095541.482000', '095541.484000', '095541.487000', '095541.489000', '095541.492000', '095541.494000', '095541.497000', '095541.500000', '095541.502000', '095541.505000', '095541.507000', '095541.510000', '095541.512000', '095541.515000', '095601.407000', '095601.410000', '095601.412000', '095601.415000', '095601.418000', '095601.421000', '095601.424000', '095601.426000', '095601.429000', '095601.431000', '095601.434000', '095601.437000', '095601.439000', '095601.442000', '095601.444000', '095601.447000', '095601.449000', '095601.452000', '095601.454000', '095601.457000', '095601.460000', '095601.462000', '095601.465000', '095601.467000', '095601.470000', '095601.473000', '095601.475000', '095601.478000', '095601.480000', '095601.483000', '095601.485000', '095601.488000', '095601.491000', '095601.493000', '095601.496000', '095601.498000', '095601.501000', '095601.504000', '095601.506000', '095601.509000', '095601.511000', '095601.514000', '095601.516000', '095621.406000', '095621.409000', '095621.412000', '095621.414000', '095621.417000', '095621.420000', '095621.422000', '095621.425000', '095621.427000', '095621.430000', '095621.432000', '095621.435000', '095621.438000', '095621.440000', '095621.443000', '095621.445000', '095621.448000', '095621.450000', '095621.453000', '095621.456000', '095621.472000', '095621.474000', '095621.477000', '095621.479000', '095621.482000', '095621.484000', '095621.487000', '095621.489000', '095621.492000', '095621.495000', '095621.497000', '095621.500000', '095621.502000', '095621.505000', '095621.507000', '095621.510000', '095621.513000', '095621.515000', '095621.518000', '095621.520000', '095621.523000', '095621.525000', '095621.528000', '095621.530000', '095641.406000', '095641.409000', '095641.412000', '095641.414000', '095641.417000', '095641.420000', '095641.422000', '095641.425000', '095641.427000', '095641.430000', '095641.432000', '095641.435000', '095641.438000', '095641.440000', '095641.443000', '095641.445000', '095641.448000', '095641.450000', '095641.453000', '095641.456000', '095641.458000', '095641.461000', '095641.463000', '095641.466000', '095641.469000', '095641.471000', '095641.474000', '095641.476000', '095641.479000', '095641.481000', '095641.484000', '095641.486000', '095641.489000', '095641.492000', '095641.494000', '095641.497000', '095641.499000', '095641.502000', '095641.504000', '095641.507000', '095641.510000', '095641.512000', '095641.515000', '095641.517000', '095701.405000', '095701.408000', '095701.411000', '095701.414000', '095701.416000', '095701.419000', '095701.421000', '095701.424000', '095701.426000', '095701.429000', '095701.432000', '095701.434000', '095701.437000', '095701.439000', '095701.442000', '095701.444000', '095701.447000', '095701.450000', '095701.452000', '095701.455000', '095701.457000', '095701.460000', '095701.462000', '095701.465000', '095701.467000', '095701.470000', '095701.472000', '095701.475000', '095701.478000', '095701.480000', '095701.483000', '095701.485000', '095701.488000', '095701.490000', '095701.493000', '095701.495000', '095701.498000', '095701.501000', '095701.503000', '095701.506000', '095701.508000', '095701.511000', '095701.514000', '095721.406000', '095721.408000', '095721.411000', '095721.414000', '095721.416000', '095721.419000', '095721.422000', '095721.424000', '095721.427000', '095721.430000', '095721.432000', '095721.435000', '095721.437000', '095721.440000', '095721.442000', '095721.445000', '095721.448000', '095721.450000', '095721.453000', '095721.455000', '095721.458000', '095721.461000', '095721.463000', '095721.466000', '095721.468000', '095721.471000', '095721.474000', '095721.476000', '095721.479000', '095721.481000', '095721.484000', '095721.490000', '095721.492000', '095721.495000', '095721.497000', '095721.500000', '095721.503000', '095721.505000', '095721.508000', '095721.510000', '095721.513000', '095721.515000', '095721.518000', '095721.521000', '095741.407000', '095741.410000', '095741.412000', '095741.415000', '095741.417000', '095741.420000', '095741.422000', '095741.426000', '095741.429000', '095741.432000', '095741.434000', '095741.437000', '095741.439000', '095741.442000', '095741.444000', '095741.447000', '095741.450000', '095741.452000', '095741.455000', '095741.457000', '095741.460000', '095741.462000', '095741.465000', '095741.468000', '095741.470000', '095741.473000', '095741.475000', '095741.478000', '095741.480000', '095741.483000', '095741.498000', '095741.501000', '095741.504000', '095741.506000', '095741.509000', '095741.511000', '095741.514000', '095741.516000', '095741.519000', '095741.522000', '095741.524000', '095741.527000', '095741.529000', '095801.407000', '095801.410000', '095801.413000', '095801.415000', '095801.418000', '095801.421000', '095801.423000', '095801.426000', '095801.429000', '095801.431000', '095801.434000', '095801.436000', '095801.439000', '095801.442000', '095801.444000', '095801.447000', '095801.449000', '095801.452000', '095801.455000', '095801.457000', '095801.460000', '095801.462000', '095801.465000', '095801.468000', '095801.470000', '095801.473000', '095801.475000', '095801.478000', '095801.480000', '095801.483000', '095801.486000', '095801.488000', '095801.491000', '095801.493000', '095801.496000', '095801.498000', '095801.501000', '095801.504000', '095801.506000', '095801.509000', '095801.511000', '095801.514000', '095801.516000', '095811.014000', '095811.017000', '095811.020000', '095811.023000', '095811.026000', '095811.028000', '095811.031000', '095811.036000', '095811.039000', '095811.041000', '095811.044000', '095811.047000', '095811.049000', '095811.053000', '095811.056000', '095811.071000', '095811.074000', '095811.077000', '095811.080000', '095811.083000', '095811.086000', '095811.089000'], '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': [13280, 8511, 12312, 8306, 11002, 8411, 10380, 6874, 9607, 7725, 9138, 7593, 8404, 6544, 8265, 7334, 8330, 8944, 8305, 8602, 8320, 9913, 9155, 11795, 9760, 11468, 8663, 12811, 9064, 13436, 11230, 13853, 9083, 12320, 8516, 12273, 10368, 11724, 7590, 11688, 7425, 10862, 8956, 10572, 7118, 11246, 7946, 11020, 8146, 11966, 8771, 12925, 7811, 11587, 7926, 11557, 7975, 12491, 7923, 9531, 7800, 8770, 7028, 8633, 7729, 8452, 6564, 8513, 7179, 8213, 9219, 8494, 8600, 8182, 10419, 8045, 11557, 8368, 11435, 9872, 11154, 8184, 11771, 8622, 11486, 8596, 11776, 8761, 11896, 7664, 11854, 8137, 10854, 8046, 8877, 6525, 8653, 8217, 8242, 12144, 9570, 11916, 7525, 12238, 8302, 11031, 9525, 10960, 7717, 10282, 7138, 10124, 8723, 9156, 8411, 8689, 12067, 9913, 12783, 9887, 15681, 12111, 14272, 8138, 12994, 8214, 12051, 9536, 11949, 7258, 10016, 7467, 8591, 8505, 8227, 7050, 8235, 11633, 8119, 12811, 10314, 12309, 9211, 11664, 7901, 10942, 8064, 9752, 7679, 8248, 11414, 8441, 14480, 10308, 12575, 9241, 12278, 8917, 8796, 9733, 8543, 12164, 7652, 12093, 7165, 11354, 7700, 9682, 7203, 8583, 6864, 7845, 10046, 8700, 14430, 8977, 12713, 10131, 11964, 9000, 10339, 7309, 8722, 10685, 8497, 15506, 10853, 12994, 7749, 11866, 7700, 9350, 8287, 8256, 12356, 7876, 12042, 9656, 11294, 9296, 10942, 7427, 8922, 8675, 8350, 14845, 10084, 13134, 10517, 13901, 8274, 9867, 7225, 8672, 15955, 9961, 13698, 9702, 12434, 8977, 11260, 7956, 8599, 10520, 7634, 11467, 8439, 11153, 9084, 11413, 8369, 7905, 9782, 9044, 8884, 7905, 9037, 7880, 6691, 8035, 12491, 8566, 11209, 10062, 10697, 9858, 10328, 7881, 10119, 7275, 10937, 10963, 10797, 10315, 8797, 15332, 9414, 14079, 11593, 13274, 8349, 10078, 7211, 8195, 11645, 9223, 14392, 7882, 12143, 9572, 11528, 8251, 8935, 7457, 7859, 6541, 7698, 10560, 8436, 11233, 9930, 13723, 10610, 12066, 8582, 11088, 7971, 10238, 11582, 9772, 15498, 12355, 14761, 12050, 13720, 8989, 11824, 8212, 9354, 8485, 8216, 14523, 10350, 14092, 11617, 12478, 7179, 10903, 7727, 8656, 8682, 8503, 12881, 9894, 11656, 7806, 11779, 7382, 10865, 7942, 9945, 7395, 8509, 7331, 8066, 10799, 9518, 13675, 6420, 13686, 10649, 13621, 8987, 12876, 8879, 10434, 7973, 8553, 6844, 7724, 11086, 9316, 13765, 8028, 12610, 8450, 11893, 8934, 12476, 8078, 9227, 7187, 8128, 8336, 8098, 13127, 10404, 12769, 10384, 11184, 7446, 11167, 7825, 10973, 8528, 10574, 12205, 10766, 15234, 9926, 14201, 8581, 13144, 8677, 9948, 10205, 10445, 13747, 11586, 13765, 7592, 12006, 7192, 11070, 9131, 11661, 9710, 12897, 9577, 11862, 7425, 11067, 8009, 10230, 8507, 9133, 7188, 8629, 6655, 8168, 9574, 8511, 8509, 8430, 10155, 8603, 11068, 9994, 9300, 8926, 10698, 9417, 10472, 8849, 12258, 10292, 11777, 8403, 11397, 8660, 13735, 10669, 13333, 9161, 13686, 9138, 12554, 10739, 13256, 11363, 14169, 8941, 12445, 8546, 11755, 9603, 11547, 8716, 13492, 9091, 11413, 8378, 9043, 7624, 8563, 10338, 9012, 11201, 9417, 12667, 8043, 12434, 8729, 11456, 10235, 11292, 8207, 11132, 7616, 11096, 8081, 10812, 7584, 9116, 7144, 8432, 9235, 8552, 15092, 10603, 13434, 8974, 12406, 8118, 11198, 8214, 8652, 6922, 7978, 10729, 7902, 12514, 8696, 11886, 9896, 8728, 8014, 11655, 9186, 11520, 8919, 11304, 8525, 12612, 8704, 9204, 8147, 8371, 15310, 9597, 14185, 10238, 13475, 9956, 11119, 9812, 8696, 15032, 8266, 12620, 8214, 11660, 8585, 9981, 7847, 8573, 6724, 8148, 9986, 8677, 13706, 10325, 12625, 8401, 11940, 8453, 11421, 8187, 11856, 9482, 9077, 7052, 7371, 9284, 7884, 11114, 7181, 12676, 9905, 12915, 8924, 10125, 7819, 8764, 8880, 8366, 13206, 10947, 15122, 10119, 13982, 8197, 11761, 8933, 12779, 8595, 14190, 8350, 10317, 8131, 8822, 7105, 8193, 8596, 8770, 9366, 8479, 7450, 8070, 10892, 8437, 13166, 9997, 14442, 11186, 14093, 8600, 12197, 7434, 11452, 8293, 9136, 7142, 8339, 8287, 8235, 10888, 9668, 12772, 8247, 12047, 8971, 11458, 10158, 11336, 7449, 10685, 7626, 9193, 8847, 8594, 8314, 8340, 12629, 9006, 13929, 10778, 14163, 9112, 12620, 8030, 11577, 8428, 9791, 8652, 8548, 8814, 8377, 13834, 8917, 12420, 10588, 12173, 8691, 9958, 7806, 8481, 8038, 7999, 12652, 9149, 11527, 10462, 11339, 7960, 10937, 8123, 9521, 8966, 8712, 10881, 8332, 13725, 9501, 12449, 10344, 11750, 7954, 9810, 7405, 8517, 11040, 9697, 13545, 8039, 12300, 8836, 11575, 8295, 11371, 8105, 8593, 6406, 8233, 11376, 8465, 7187, 7377, 9316, 8630, 14468, 8190, 12467, 7149, 10563, 8217, 8031, 8057, 7867, 12229, 7780, 12793, 10376, 12226, 8270, 12081, 8005, 11328, 8354, 10689, 7967, 8630, 10424, 8569, 15082, 10391, 14662, 11639, 11969, 7223, 10294, 7774, 8302, 9923, 9130, 12263, 8028, 12591, 7830, 11279, 8539, 10525, 7707, 8892, 7438, 8409, 9905, 9309, 11724, 8239, 12436, 9911, 13085, 10131, 13476, 8142, 9488, 7130, 8381, 11343, 9762, 15129, 8333, 13123, 9850, 12650, 9395, 11640, 8133, 8998, 7102, 8152, 10809, 9398, 14333, 8553, 12496, 9364, 11701, 8251, 9884, 7528, 7998, 9499, 8057, 10514, 7756, 11981, 8940, 11442, 9315, 12596, 8501, 10578, 6988, 8438, 8660, 8141, 15326, 10441, 14736, 10795, 12540, 8031, 11424, 8251, 8795, 11209, 9764, 15109, 8151, 12844, 7768, 11603, 8513, 9161, 6675, 8246, 11321, 8092, 12081, 10001, 11281, 7386, 10884, 7995, 8773, 8689, 8075, 9351, 7932, 11936, 9512, 11292, 9909, 11364, 7673, 9556, 7439, 8381, 10369, 9134, 13571, 8141, 12305, 9370, 11918, 8851, 10549, 7446, 8855, 9527, 8225, 14033, 10276, 12318, 7842, 12319, 7469, 11314, 8193, 8921, 6835, 8320, 7748, 7985, 13501, 10303, 11953, 8074, 11942, 7829, 11565, 8597, 9563, 7067, 8279, 10692, 8566, 15085, 10730, 14464, 9166, 12757, 9324, 11920, 8851, 9485, 9779, 8663, 12516, 8146, 12894, 8409, 11848, 9745, 11150, 7316, 10424, 7621, 9253, 8343], 'WindowCenter': [3881.0, 3836.0, 3853.0, 3812.0, 3831.0, 3810.0, 3831.0, 3789.0, 3830.0, 3810.0, 3821.0, 3800.0, 3811.0, 3790.0, 3811.0, 3800.0, 3823.0, 3821.0, 3823.0, 3821.0, 3823.0, 3832.0, 3834.0, 3853.0, 3845.0, 3844.0, 3823.0, 3853.0, 3834.0, 3864.0, 3845.0, 3864.0, 3834.0, 3853.0, 3824.0, 3855.0, 3844.0, 3853.0, 3813.0, 3854.0, 3813.0, 3844.0, 3835.0, 3844.0, 3814.0, 3854.0, 3825.0, 3856.0, 3826.0, 3856.0, 3836.0, 3866.0, 3814.0, 3855.0, 3824.0, 3855.0, 3812.0, 3855.0, 3812.0, 3833.0, 3811.0, 3821.0, 3801.0, 3822.0, 3812.0, 3822.0, 3800.0, 3823.0, 3801.0, 3821.0, 3832.0, 3823.0, 3822.0, 3823.0, 3842.0, 3822.0, 3853.0, 3822.0, 3854.0, 3845.0, 3854.0, 3835.0, 3855.0, 3834.0, 3855.0, 3835.0, 3855.0, 3835.0, 3855.0, 3824.0, 3854.0, 3823.0, 3856.0, 3824.0, 3834.0, 3792.0, 3834.0, 3823.0, 3825.0, 3866.0, 3846.0, 3856.0, 3826.0, 3866.0, 3837.0, 3857.0, 3848.0, 3858.0, 3827.0, 3857.0, 3817.0, 3859.0, 3837.0, 3849.0, 3838.0, 3849.0, 3868.0, 3848.0, 3868.0, 3848.0, 3879.0, 3869.0, 3867.0, 3825.0, 3866.0, 3835.0, 3855.0, 3846.0, 3855.0, 3813.0, 3845.0, 3813.0, 3834.0, 3823.0, 3824.0, 3802.0, 3824.0, 3843.0, 3822.0, 3853.0, 3843.0, 3854.0, 3834.0, 3843.0, 3811.0, 3844.0, 3812.0, 3832.0, 3812.0, 3824.0, 3842.0, 3822.0, 3863.0, 3832.0, 3852.0, 3821.0, 3842.0, 3819.0, 3822.0, 3821.0, 3822.0, 3841.0, 3812.0, 3841.0, 3800.0, 3843.0, 3812.0, 3834.0, 3812.0, 3824.0, 3803.0, 3826.0, 3846.0, 3836.0, 3876.0, 3836.0, 3866.0, 3857.0, 3857.0, 3836.0, 3846.0, 3813.0, 3835.0, 3843.0, 3824.0, 3866.0, 3845.0, 3854.0, 3812.0, 3854.0, 3811.0, 3834.0, 3823.0, 3823.0, 3853.0, 3823.0, 3853.0, 3834.0, 3844.0, 3835.0, 3845.0, 3814.0, 3835.0, 3822.0, 3823.0, 3865.0, 3844.0, 3854.0, 3843.0, 3855.0, 3811.0, 3833.0, 3800.0, 3812.0, 3861.0, 3820.0, 3851.0, 3820.0, 3842.0, 3821.0, 3841.0, 3800.0, 3810.0, 3828.0, 3797.0, 3828.0, 3809.0, 3841.0, 3822.0, 3843.0, 3812.0, 3824.0, 3830.0, 3821.0, 3820.0, 3811.0, 3821.0, 3812.0, 3791.0, 3823.0, 3853.0, 3823.0, 3843.0, 3834.0, 3844.0, 3834.0, 3834.0, 3814.0, 3844.0, 3813.0, 3845.0, 3844.0, 3846.0, 3834.0, 3824.0, 3863.0, 3822.0, 3853.0, 3842.0, 3853.0, 3810.0, 3832.0, 3799.0, 3811.0, 3842.0, 3820.0, 3852.0, 3810.0, 3841.0, 3820.0, 3841.0, 3810.0, 3821.0, 3800.0, 3811.0, 3789.0, 3813.0, 3842.0, 3823.0, 3844.0, 3843.0, 3865.0, 3845.0, 3854.0, 3823.0, 3843.0, 3811.0, 3833.0, 3831.0, 3831.0, 3852.0, 3843.0, 3852.0, 3843.0, 3839.0, 3810.0, 3830.0, 3797.0, 3807.0, 3796.0, 3796.0, 3848.0, 3819.0, 3839.0, 3829.0, 3828.0, 3788.0, 3828.0, 3797.0, 3808.0, 3795.0, 3808.0, 3839.0, 3831.0, 3830.0, 3800.0, 3841.0, 3800.0, 3842.0, 3810.0, 3833.0, 3801.0, 3822.0, 3802.0, 3823.0, 3844.0, 3835.0, 3865.0, 3794.0, 3866.0, 3845.0, 3864.0, 3834.0, 3855.0, 3823.0, 3844.0, 3813.0, 3822.0, 3791.0, 3813.0, 3842.0, 3834.0, 3854.0, 3811.0, 3852.0, 3823.0, 3843.0, 3822.0, 3854.0, 3813.0, 3834.0, 3801.0, 3813.0, 3811.0, 3824.0, 3854.0, 3845.0, 3854.0, 3846.0, 3843.0, 3813.0, 3844.0, 3812.0, 3844.0, 3822.0, 3845.0, 3855.0, 3845.0, 3865.0, 3831.0, 3851.0, 3809.0, 3841.0, 3809.0, 3820.0, 3819.0, 3832.0, 3852.0, 3842.0, 3841.0, 3799.0, 3839.0, 3789.0, 3830.0, 3820.0, 3841.0, 3821.0, 3852.0, 3833.0, 3842.0, 3801.0, 3831.0, 3809.0, 3831.0, 3811.0, 3822.0, 3801.0, 3821.0, 3790.0, 3823.0, 3832.0, 3823.0, 3821.0, 3822.0, 3831.0, 3823.0, 3844.0, 3846.0, 3834.0, 3837.0, 3844.0, 3835.0, 3845.0, 3834.0, 3854.0, 3846.0, 3854.0, 3824.0, 3845.0, 3836.0, 3867.0, 3848.0, 3867.0, 3836.0, 3856.0, 3835.0, 3853.0, 3845.0, 3854.0, 3856.0, 3866.0, 3835.0, 3854.0, 3824.0, 3842.0, 3833.0, 3843.0, 3823.0, 3854.0, 3823.0, 3843.0, 3812.0, 3821.0, 3799.0, 3810.0, 3829.0, 3822.0, 3831.0, 3822.0, 3841.0, 3812.0, 3853.0, 3822.0, 3843.0, 3845.0, 3843.0, 3823.0, 3843.0, 3813.0, 3844.0, 3813.0, 3845.0, 3813.0, 3824.0, 3801.0, 3823.0, 3822.0, 3823.0, 3865.0, 3845.0, 3853.0, 3823.0, 3853.0, 3812.0, 3843.0, 3810.0, 3812.0, 3790.0, 3813.0, 3831.0, 3812.0, 3853.0, 3822.0, 3854.0, 3834.0, 3823.0, 3825.0, 3845.0, 3835.0, 3844.0, 3833.0, 3844.0, 3825.0, 3857.0, 3825.0, 3835.0, 3813.0, 3812.0, 3864.0, 3821.0, 3852.0, 3831.0, 3853.0, 3821.0, 3832.0, 3821.0, 3810.0, 3850.0, 3808.0, 3839.0, 3798.0, 3829.0, 3810.0, 3821.0, 3800.0, 3811.0, 3789.0, 3811.0, 3829.0, 3822.0, 3853.0, 3832.0, 3842.0, 3812.0, 3841.0, 3811.0, 3842.0, 3823.0, 3844.0, 3833.0, 3822.0, 3790.0, 3801.0, 3820.0, 3811.0, 3841.0, 3801.0, 3854.0, 3833.0, 3855.0, 3823.0, 3834.0, 3812.0, 3822.0, 3820.0, 3811.0, 3842.0, 3832.0, 3853.0, 3831.0, 3852.0, 3811.0, 3842.0, 3809.0, 3839.0, 3808.0, 3851.0, 3809.0, 3819.0, 3798.0, 3809.0, 3788.0, 3810.0, 3810.0, 3810.0, 3821.0, 3811.0, 3799.0, 3811.0, 3830.0, 3810.0, 3841.0, 3833.0, 3852.0, 3842.0, 3853.0, 3811.0, 3842.0, 3798.0, 3842.0, 3811.0, 3820.0, 3789.0, 3810.0, 3809.0, 3812.0, 3832.0, 3822.0, 3841.0, 3810.0, 3841.0, 3820.0, 3842.0, 3833.0, 3843.0, 3801.0, 3832.0, 3800.0, 3822.0, 3822.0, 3821.0, 3811.0, 3812.0, 3842.0, 3822.0, 3852.0, 3842.0, 3851.0, 3821.0, 3842.0, 3799.0, 3831.0, 3809.0, 3832.0, 3810.0, 3810.0, 3810.0, 3811.0, 3851.0, 3820.0, 3840.0, 3830.0, 3841.0, 3810.0, 3820.0, 3799.0, 3809.0, 3798.0, 3809.0, 3841.0, 3822.0, 3842.0, 3831.0, 3843.0, 3812.0, 3843.0, 3811.0, 3833.0, 3820.0, 3823.0, 3831.0, 3811.0, 3852.0, 3822.0, 3842.0, 3831.0, 3841.0, 3800.0, 3820.0, 3789.0, 3822.0, 3831.0, 3821.0, 3851.0, 3799.0, 3840.0, 3811.0, 3842.0, 3810.0, 3843.0, 3810.0, 3812.0, 3791.0, 3812.0, 3841.0, 3811.0, 3801.0, 3812.0, 3833.0, 3825.0, 3866.0, 3824.0, 3852.0, 3802.0, 3844.0, 3813.0, 3813.0, 3811.0, 3811.0, 3842.0, 3813.0, 3854.0, 3844.0, 3855.0, 3824.0, 3855.0, 3813.0, 3845.0, 3812.0, 3845.0, 3812.0, 3823.0, 3832.0, 3811.0, 3853.0, 3832.0, 3852.0, 3843.0, 3831.0, 3800.0, 3820.0, 3798.0, 3808.0, 3818.0, 3821.0, 3840.0, 3800.0, 3840.0, 3800.0, 3841.0, 3821.0, 3832.0, 3810.0, 3820.0, 3801.0, 3823.0, 3831.0, 3835.0, 3844.0, 3823.0, 3854.0, 3833.0, 3854.0, 3834.0, 3854.0, 3811.0, 3822.0, 3790.0, 3813.0, 3842.0, 3832.0, 3864.0, 3812.0, 3841.0, 3832.0, 3842.0, 3819.0, 3841.0, 3799.0, 3810.0, 3788.0, 3811.0, 3831.0, 3821.0, 3852.0, 3810.0, 3840.0, 3821.0, 3842.0, 3810.0, 3831.0, 3800.0, 3812.0, 3832.0, 3813.0, 3832.0, 3812.0, 3841.0, 3822.0, 3843.0, 3823.0, 3843.0, 3812.0, 3833.0, 3788.0, 3811.0, 3809.0, 3811.0, 3852.0, 3832.0, 3852.0, 3831.0, 3841.0, 3798.0, 3831.0, 3798.0, 3810.0, 3829.0, 3820.0, 3850.0, 3798.0, 3827.0, 3786.0, 3829.0, 3808.0, 3809.0, 3777.0, 3809.0, 3827.0, 3797.0, 3840.0, 3819.0, 3830.0, 3799.0, 3830.0, 3799.0, 3810.0, 3810.0, 3810.0, 3820.0, 3810.0, 3842.0, 3833.0, 3843.0, 3834.0, 3842.0, 3812.0, 3833.0, 3801.0, 3813.0, 3832.0, 3833.0, 3853.0, 3812.0, 3843.0, 3823.0, 3843.0, 3822.0, 3833.0, 3801.0, 3822.0, 3820.0, 3812.0, 3852.0, 3833.0, 3842.0, 3812.0, 3842.0, 3801.0, 3843.0, 3812.0, 3823.0, 3791.0, 3823.0, 3812.0, 3824.0, 3854.0, 3844.0, 3853.0, 3824.0, 3853.0, 3813.0, 3845.0, 3824.0, 3835.0, 3802.0, 3823.0, 3832.0, 3823.0, 3864.0, 3843.0, 3853.0, 3821.0, 3841.0, 3821.0, 3842.0, 3809.0, 3821.0, 3820.0, 3810.0, 3840.0, 3798.0, 3840.0, 3809.0, 3840.0, 3821.0, 3842.0, 3801.0, 3831.0, 3812.0, 3833.0, 3823.0], 'WindowWidth': [8673.0, 8606.0, 8619.0, 8563.0, 8585.0, 8556.0, 8584.0, 8527.0, 8582.0, 8557.0, 8572.0, 8544.0, 8559.0, 8528.0, 8560.0, 8544.0, 8578.0, 8573.0, 8579.0, 8573.0, 8580.0, 8589.0, 8596.0, 8620.0, 8611.0, 8607.0, 8579.0, 8618.0, 8594.0, 8636.0, 8610.0, 8634.0, 8594.0, 8618.0, 8581.0, 8623.0, 8609.0, 8617.0, 8566.0, 8620.0, 8569.0, 8607.0, 8598.0, 8609.0, 8572.0, 8623.0, 8588.0, 8628.0, 8590.0, 8630.0, 8601.0, 8642.0, 8568.0, 8623.0, 8581.0, 8625.0, 8563.0, 8625.0, 8563.0, 8591.0, 8561.0, 8576.0, 8549.0, 8578.0, 8563.0, 8576.0, 8545.0, 8579.0, 8547.0, 8577.0, 8589.0, 8581.0, 8577.0, 8579.0, 8603.0, 8579.0, 8620.0, 8580.0, 8624.0, 8614.0, 8625.0, 8602.0, 8624.0, 8598.0, 8627.0, 8602.0, 8628.0, 8601.0, 8626.0, 8586.0, 8625.0, 8582.0, 8629.0, 8583.0, 8596.0, 8539.0, 8595.0, 8581.0, 8587.0, 8641.0, 8616.0, 8627.0, 8588.0, 8641.0, 8606.0, 8632.0, 8623.0, 8635.0, 8593.0, 8632.0, 8580.0, 8638.0, 8608.0, 8625.0, 8608.0, 8625.0, 8648.0, 8620.0, 8648.0, 8621.0, 8665.0, 8652.0, 8646.0, 8586.0, 8640.0, 8600.0, 8626.0, 8614.0, 8626.0, 8568.0, 8609.0, 8566.0, 8596.0, 8580.0, 8583.0, 8551.0, 8583.0, 8606.0, 8578.0, 8619.0, 8607.0, 8620.0, 8593.0, 8606.0, 8562.0, 8608.0, 8564.0, 8591.0, 8565.0, 8580.0, 8603.0, 8576.0, 8633.0, 8588.0, 8614.0, 8573.0, 8602.0, 8568.0, 8574.0, 8570.0, 8575.0, 8599.0, 8561.0, 8599.0, 8546.0, 8605.0, 8564.0, 8595.0, 8564.0, 8583.0, 8555.0, 8588.0, 8613.0, 8601.0, 8655.0, 8603.0, 8641.0, 8630.0, 8629.0, 8600.0, 8615.0, 8565.0, 8598.0, 8606.0, 8583.0, 8640.0, 8612.0, 8620.0, 8564.0, 8622.0, 8562.0, 8594.0, 8577.0, 8579.0, 8620.0, 8579.0, 8618.0, 8596.0, 8608.0, 8599.0, 8611.0, 8568.0, 8597.0, 8575.0, 8579.0, 8636.0, 8608.0, 8622.0, 8606.0, 8624.0, 8560.0, 8591.0, 8544.0, 8560.0, 8627.0, 8569.0, 8611.0, 8569.0, 8601.0, 8571.0, 8600.0, 8539.0, 8555.0, 8576.0, 8535.0, 8574.0, 8553.0, 8596.0, 8574.0, 8605.0, 8560.0, 8581.0, 8584.0, 8572.0, 8569.0, 8559.0, 8572.0, 8561.0, 8534.0, 8580.0, 8618.0, 8578.0, 8605.0, 8595.0, 8606.0, 8595.0, 8592.0, 8567.0, 8608.0, 8565.0, 8612.0, 8607.0, 8613.0, 8593.0, 8579.0, 8632.0, 8576.0, 8619.0, 8601.0, 8616.0, 8556.0, 8585.0, 8538.0, 8558.0, 8599.0, 8569.0, 8613.0, 8556.0, 8597.0, 8569.0, 8597.0, 8555.0, 8571.0, 8541.0, 8559.0, 8527.0, 8565.0, 8602.0, 8580.0, 8608.0, 8607.0, 8639.0, 8610.0, 8620.0, 8579.0, 8604.0, 8558.0, 8590.0, 8584.0, 8585.0, 8616.0, 8603.0, 8616.0, 8603.0, 8593.0, 8552.0, 8579.0, 8532.0, 8546.0, 8529.0, 8531.0, 8603.0, 8564.0, 8592.0, 8579.0, 8573.0, 8521.0, 8575.0, 8533.0, 8548.0, 8527.0, 8548.0, 8591.0, 8583.0, 8581.0, 8543.0, 8595.0, 8543.0, 8600.0, 8556.0, 8590.0, 8545.0, 8575.0, 8547.0, 8580.0, 8608.0, 8596.0, 8637.0, 8542.0, 8641.0, 8610.0, 8633.0, 8595.0, 8624.0, 8577.0, 8607.0, 8564.0, 8576.0, 8533.0, 8565.0, 8602.0, 8592.0, 8618.0, 8559.0, 8614.0, 8577.0, 8605.0, 8574.0, 8621.0, 8564.0, 8593.0, 8546.0, 8564.0, 8560.0, 8580.0, 8622.0, 8610.0, 8620.0, 8612.0, 8604.0, 8566.0, 8607.0, 8564.0, 8607.0, 8575.0, 8612.0, 8623.0, 8609.0, 8637.0, 8586.0, 8612.0, 8552.0, 8597.0, 8549.0, 8568.0, 8564.0, 8586.0, 8613.0, 8597.0, 8595.0, 8538.0, 8590.0, 8525.0, 8579.0, 8567.0, 8596.0, 8571.0, 8613.0, 8589.0, 8600.0, 8546.0, 8584.0, 8553.0, 8585.0, 8557.0, 8573.0, 8545.0, 8573.0, 8531.0, 8577.0, 8590.0, 8578.0, 8573.0, 8576.0, 8584.0, 8579.0, 8606.0, 8612.0, 8595.0, 8606.0, 8610.0, 8599.0, 8609.0, 8597.0, 8622.0, 8613.0, 8621.0, 8582.0, 8609.0, 8601.0, 8645.0, 8619.0, 8642.0, 8598.0, 8624.0, 8596.0, 8618.0, 8611.0, 8621.0, 8625.0, 8638.0, 8595.0, 8619.0, 8581.0, 8602.0, 8591.0, 8604.0, 8576.0, 8620.0, 8577.0, 8604.0, 8560.0, 8572.0, 8539.0, 8554.0, 8578.0, 8573.0, 8584.0, 8573.0, 8597.0, 8560.0, 8615.0, 8577.0, 8604.0, 8609.0, 8603.0, 8579.0, 8603.0, 8566.0, 8607.0, 8564.0, 8608.0, 8565.0, 8580.0, 8546.0, 8577.0, 8573.0, 8578.0, 8635.0, 8607.0, 8617.0, 8577.0, 8616.0, 8559.0, 8604.0, 8556.0, 8559.0, 8528.0, 8562.0, 8585.0, 8562.0, 8617.0, 8577.0, 8621.0, 8594.0, 8577.0, 8584.0, 8608.0, 8595.0, 8607.0, 8593.0, 8609.0, 8586.0, 8631.0, 8583.0, 8595.0, 8562.0, 8562.0, 8633.0, 8572.0, 8615.0, 8584.0, 8618.0, 8572.0, 8587.0, 8568.0, 8554.0, 8608.0, 8549.0, 8589.0, 8533.0, 8578.0, 8552.0, 8569.0, 8540.0, 8556.0, 8525.0, 8559.0, 8579.0, 8575.0, 8617.0, 8589.0, 8600.0, 8559.0, 8596.0, 8557.0, 8601.0, 8577.0, 8608.0, 8590.0, 8573.0, 8529.0, 8546.0, 8567.0, 8558.0, 8599.0, 8546.0, 8619.0, 8591.0, 8623.0, 8577.0, 8591.0, 8559.0, 8573.0, 8567.0, 8558.0, 8600.0, 8588.0, 8617.0, 8582.0, 8611.0, 8555.0, 8597.0, 8551.0, 8590.0, 8548.0, 8611.0, 8552.0, 8564.0, 8536.0, 8551.0, 8522.0, 8554.0, 8554.0, 8556.0, 8570.0, 8558.0, 8538.0, 8559.0, 8581.0, 8555.0, 8598.0, 8589.0, 8615.0, 8600.0, 8614.0, 8557.0, 8598.0, 8538.0, 8600.0, 8555.0, 8568.0, 8526.0, 8555.0, 8552.0, 8561.0, 8585.0, 8573.0, 8597.0, 8555.0, 8595.0, 8569.0, 8599.0, 8589.0, 8601.0, 8546.0, 8587.0, 8541.0, 8573.0, 8574.0, 8573.0, 8555.0, 8560.0, 8600.0, 8574.0, 8615.0, 8602.0, 8611.0, 8571.0, 8599.0, 8539.0, 8582.0, 8552.0, 8585.0, 8555.0, 8554.0, 8554.0, 8557.0, 8610.0, 8568.0, 8593.0, 8581.0, 8596.0, 8553.0, 8567.0, 8536.0, 8553.0, 8536.0, 8553.0, 8597.0, 8574.0, 8599.0, 8586.0, 8601.0, 8559.0, 8602.0, 8557.0, 8588.0, 8568.0, 8575.0, 8585.0, 8558.0, 8612.0, 8572.0, 8599.0, 8583.0, 8596.0, 8541.0, 8568.0, 8524.0, 8572.0, 8582.0, 8569.0, 8609.0, 8540.0, 8592.0, 8554.0, 8598.0, 8556.0, 8601.0, 8555.0, 8561.0, 8533.0, 8561.0, 8598.0, 8557.0, 8545.0, 8564.0, 8591.0, 8584.0, 8640.0, 8579.0, 8615.0, 8549.0, 8606.0, 8562.0, 8564.0, 8559.0, 8561.0, 8601.0, 8565.0, 8619.0, 8608.0, 8620.0, 8581.0, 8621.0, 8564.0, 8609.0, 8563.0, 8610.0, 8561.0, 8577.0, 8585.0, 8558.0, 8618.0, 8586.0, 8614.0, 8602.0, 8583.0, 8541.0, 8566.0, 8534.0, 8551.0, 8561.0, 8569.0, 8595.0, 8542.0, 8594.0, 8542.0, 8596.0, 8572.0, 8586.0, 8557.0, 8569.0, 8545.0, 8578.0, 8586.0, 8594.0, 8606.0, 8576.0, 8617.0, 8590.0, 8620.0, 8592.0, 8619.0, 8558.0, 8574.0, 8528.0, 8562.0, 8600.0, 8588.0, 8634.0, 8559.0, 8596.0, 8587.0, 8600.0, 8567.0, 8597.0, 8538.0, 8553.0, 8523.0, 8557.0, 8582.0, 8571.0, 8613.0, 8554.0, 8592.0, 8569.0, 8600.0, 8556.0, 8583.0, 8541.0, 8562.0, 8588.0, 8564.0, 8588.0, 8561.0, 8598.0, 8574.0, 8601.0, 8575.0, 8604.0, 8559.0, 8589.0, 8522.0, 8556.0, 8552.0, 8556.0, 8614.0, 8585.0, 8614.0, 8583.0, 8597.0, 8537.0, 8582.0, 8535.0, 8553.0, 8576.0, 8564.0, 8607.0, 8534.0, 8571.0, 8516.0, 8575.0, 8546.0, 8549.0, 8505.0, 8551.0, 8572.0, 8534.0, 8592.0, 8565.0, 8578.0, 8539.0, 8580.0, 8538.0, 8554.0, 8554.0, 8556.0, 8568.0, 8556.0, 8599.0, 8589.0, 8601.0, 8592.0, 8600.0, 8562.0, 8591.0, 8544.0, 8564.0, 8588.0, 8590.0, 8617.0, 8560.0, 8602.0, 8576.0, 8604.0, 8574.0, 8590.0, 8544.0, 8574.0, 8568.0, 8560.0, 8615.0, 8588.0, 8600.0, 8560.0, 8599.0, 8544.0, 8604.0, 8560.0, 8576.0, 8532.0, 8578.0, 8562.0, 8581.0, 8621.0, 8608.0, 8618.0, 8579.0, 8619.0, 8565.0, 8610.0, 8579.0, 8595.0, 8548.0, 8578.0, 8587.0, 8577.0, 8635.0, 8603.0, 8618.0, 8571.0, 8599.0, 8570.0, 8599.0, 8551.0, 8572.0, 8568.0, 8555.0, 8595.0, 8536.0, 8591.0, 8551.0, 8594.0, 8571.0, 8598.0, 8544.0, 8585.0, 8561.0, 8592.0, 8577.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.0003353616532721011</td></tr>
<tr><td colspan=3>aqi</td><td>0.023967195292766932</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.58803813985055</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2353350582413796</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9850999467356332</td></tr>
<tr><td colspan=3>efc</td><td>0.4428</td></tr>
<tr><td colspan=3>fber</td><td>6933.8623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0907259239750607</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5258323765786455</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.478959798664183</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.450752577933142</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.659886118401555</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3262406996578515</td></tr>
<tr><td colspan=3>gcor</td><td>0.00936662</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015041116625070572</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023386821150779724</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5673593344056047</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>29.2279</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.4054</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>138.4224</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309245.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>628.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>280.8381</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7948</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.412</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3034.6618</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3293.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>764.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>923.0849</td></tr>
<tr><td colspan=3>tsnr</td><td>41.56478044297546</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>