ds005256-mriqc/sub-0086_ses-03_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_ses-03_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0086_ses-03_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0086_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-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-03/func/sub-0086_ses-03_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e271438255323ba484fd82e943e30ead</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:44:43.917500</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.999863, -0.0149052, -0.00716229, 0.0153579, 0.997568, 0.0679843]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0952045</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4147, -7754, -7279, 646, -41, -142, 94, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>83c22f58-7bd7-4eba-b391-40ba3551e5b9||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.6825599670410156, 0.04120420292019844, -0.016555195674300194, 111.66639709472656], [0.03998943790793419, 2.6764025688171387, 0.1838293969631195, -102.57610321044922], [-0.019215893000364304, -0.182396799325943, 2.6936838626861572, -65.18501281738281], [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': ['094443.917500', '094444.377500', '094444.837500', '094445.297500', '094445.757500', '094446.217500', '094446.677500', '094447.137500', '094447.597500', '094448.057500', '094448.517500', '094448.977500', '094449.437500', '094449.897500', '094450.357500', '094450.817500', '094451.277500', '094451.737500', '094452.197500', '094452.657500', '094453.117500', '094453.577500', '094454.037500', '094454.497500', '094454.957500', '094455.417500', '094455.877500', '094456.337500', '094456.797500', '094457.257500', '094457.717500', '094458.177500', '094458.637500', '094459.097500', '094459.557500', '094500.017500', '094500.477500', '094500.937500', '094501.397500', '094501.857500', '094502.317500', '094502.777500', '094503.237500', '094503.697500', '094504.157500', '094504.617500', '094505.077500', '094505.537500', '094505.997500', '094506.457500', '094506.917500', '094507.377500', '094507.837500', '094508.297500', '094508.757500', '094509.217500', '094509.677500', '094510.137500', '094510.597500', '094511.057500', '094511.517500', '094511.977500', '094512.437500', '094512.897500', '094513.357500', '094513.817500', '094514.277500', '094514.737500', '094515.197500', '094515.657500', '094516.117500', '094516.577500', '094517.037500', '094517.497500', '094517.957500', '094518.417500', '094518.877500', '094519.337500', '094519.797500', '094520.257500', '094520.717500', '094521.177500', '094521.637500', '094522.097500', '094522.557500', '094523.017500', '094523.477500', '094523.937500', '094524.397500', '094524.857500', '094525.317500', '094525.777500', '094526.237500', '094526.697500', '094527.157500', '094527.617500', '094528.077500', '094528.537500', '094528.997500', '094529.457500', '094529.917500', '094530.377500', '094530.837500', '094531.297500', '094531.757500', '094532.217500', '094532.677500', '094533.137500', '094533.597500', '094534.057500', '094534.517500', '094534.977500', '094535.437500', '094535.897500', '094536.357500', '094536.817500', '094537.277500', '094537.737500', '094538.197500', '094538.657500', '094539.117500', '094539.577500', '094540.037500', '094540.497500', '094540.957500', '094541.417500', '094541.877500', '094542.337500', '094542.797500', '094543.257500', '094543.717500', '094544.177500', '094544.637500', '094545.097500', '094545.557500', '094546.017500', '094546.477500', '094546.937500', '094547.397500', '094547.857500', '094548.317500', '094548.777500', '094549.237500', '094549.697500', '094550.157500', '094550.617500', '094551.077500', '094551.537500', '094551.997500', '094552.457500', '094552.917500', '094553.377500', '094553.837500', '094554.297500', '094554.757500', '094555.217500', '094555.677500', '094556.137500', '094556.597500', '094557.057500', '094557.517500', '094557.977500', '094558.437500', '094558.897500', '094559.357500', '094559.817500', '094600.277500', '094600.737500', '094601.197500', '094601.657500', '094602.117500', '094602.577500', '094603.037500', '094603.497500', '094603.957500', '094604.417500', '094604.877500', '094605.337500', '094605.797500', '094606.257500', '094606.717500', '094607.177500', '094607.637500', '094608.097500', '094608.557500', '094609.017500', '094609.477500', '094609.937500', '094610.397500', '094610.857500', '094611.317500', '094611.777500', '094612.237500', '094612.697500', '094613.157500', '094613.617500', '094614.077500', '094614.537500', '094614.997500', '094615.457500', '094615.917500', '094616.377500', '094616.837500', '094617.297500', '094617.757500', '094618.217500', '094618.677500', '094619.137500', '094619.597500', '094620.057500', '094620.517500', '094620.977500', '094621.437500', '094621.897500', '094622.357500', '094622.817500', '094623.277500', '094623.737500', '094624.197500', '094624.657500', '094625.117500', '094625.577500', '094626.037500', '094626.497500', '094626.957500', '094627.417500', '094627.877500', '094628.337500', '094628.797500', '094629.257500', '094629.717500', '094630.177500', '094630.637500', '094631.097500', '094631.557500', '094632.017500', '094632.477500', '094632.937500', '094633.397500', '094633.857500', '094634.317500', '094634.777500', '094635.237500', '094635.697500', '094636.157500', '094636.617500', '094637.077500', '094637.537500', '094637.997500', '094638.457500', '094638.917500', '094639.377500', '094639.837500', '094640.297500', '094640.757500', '094641.217500', '094641.677500', '094642.137500', '094642.597500', '094643.057500', '094643.517500', '094643.977500', '094644.437500', '094644.897500', '094645.357500', '094645.817500', '094646.277500', '094646.737500', '094647.197500', '094647.657500', '094648.117500', '094648.577500', '094649.037500', '094649.497500', '094649.957500', '094650.417500', '094650.877500', '094651.337500', '094651.797500', '094652.257500', '094652.717500', '094653.177500', '094653.637500', '094654.097500', '094654.557500', '094655.017500', '094655.477500', '094655.937500', '094656.397500', '094656.857500', '094657.317500', '094657.777500', '094658.237500', '094658.697500', '094659.157500', '094659.617500', '094700.077500', '094700.537500', '094700.997500', '094701.457500', '094701.917500', '094702.377500', '094702.837500', '094703.297500', '094703.757500', '094704.217500', '094704.677500', '094705.137500', '094705.597500', '094706.057500', '094706.517500', '094706.977500', '094707.437500', '094707.897500', '094708.357500', '094708.817500', '094709.277500', '094709.737500', '094710.197500', '094710.657500', '094711.117500', '094711.577500', '094712.037500', '094712.497500', '094712.957500', '094713.417500', '094713.877500', '094714.337500', '094714.797500', '094715.257500', '094715.717500', '094716.177500', '094716.637500', '094717.097500', '094717.557500', '094718.017500', '094718.477500', '094718.937500', '094719.397500', '094719.857500', '094720.317500', '094720.777500', '094721.237500', '094721.697500', '094722.157500', '094722.617500', '094723.077500', '094723.537500', '094723.997500', '094724.457500', '094724.917500', '094725.377500', '094725.837500', '094726.297500', '094726.757500', '094727.217500', '094727.677500', '094728.137500', '094728.597500', '094729.057500', '094729.517500', '094729.977500', '094730.437500', '094730.897500', '094731.357500', '094731.817500', '094732.277500', '094732.737500', '094733.197500', '094733.657500', '094734.117500', '094734.577500', '094735.037500', '094735.497500', '094735.957500', '094736.417500', '094736.877500', '094737.337500', '094737.797500', '094738.257500', '094738.717500', '094739.177500', '094739.637500', '094740.097500', '094740.557500', '094741.017500', '094741.477500', '094741.937500', '094742.397500', '094742.857500', '094743.317500', '094743.777500', '094744.237500', '094744.697500', '094745.157500', '094745.617500', '094746.077500', '094746.537500', '094746.997500', '094747.457500', '094747.917500', '094748.377500', '094748.837500', '094749.297500', '094749.757500', '094750.217500', '094750.677500', '094751.137500', '094751.597500', '094752.057500', '094752.517500', '094752.977500', '094753.437500', '094753.897500', '094754.357500', '094754.817500', '094755.277500', '094755.737500', '094756.197500', '094756.657500', '094757.117500', '094757.577500', '094758.037500', '094758.497500', '094758.957500', '094759.417500', '094759.877500', '094800.337500', '094800.797500', '094801.257500', '094801.717500', '094802.177500', '094802.637500', '094803.097500', '094803.557500', '094804.017500', '094804.477500', '094804.937500', '094805.397500', '094805.857500', '094806.317500', '094806.777500', '094807.237500', '094807.697500', '094808.157500', '094808.617500', '094809.077500', '094809.537500', '094809.997500', '094810.457500', '094810.917500', '094811.377500', '094811.837500', '094812.297500', '094812.757500', '094813.217500', '094813.677500', '094814.137500', '094814.597500', '094815.057500', '094815.517500', '094815.977500', '094816.437500', '094816.897500', '094817.357500', '094817.817500', '094818.277500', '094818.737500', '094819.197500', '094819.657500', '094820.117500', '094820.577500', '094821.037500', '094821.497500', '094821.957500', '094822.417500', '094822.877500', '094823.337500', '094823.797500', '094824.257500', '094824.717500', '094825.177500', '094825.637500', '094826.097500', '094826.557500', '094827.017500', '094827.477500', '094827.937500', '094828.397500', '094828.857500', '094829.317500', '094829.777500', '094830.237500', '094830.697500', '094831.157500', '094831.617500', '094832.077500', '094832.537500', '094832.997500', '094833.457500', '094833.917500', '094834.377500', '094834.837500', '094835.297500', '094835.757500', '094836.217500', '094836.677500', '094837.137500', '094837.597500', '094838.057500', '094838.517500', '094838.977500', '094839.437500', '094839.897500', '094840.357500', '094840.817500', '094841.277500', '094841.737500', '094842.197500', '094842.657500', '094843.117500', '094843.577500', '094844.037500', '094844.497500', '094844.957500', '094845.417500', '094845.877500', '094846.337500', '094846.797500', '094847.257500', '094847.717500', '094848.177500', '094848.637500', '094849.097500', '094849.557500', '094850.017500', '094850.477500', '094850.937500', '094851.397500', '094851.857500', '094852.317500', '094852.777500', '094853.237500', '094853.697500', '094854.157500', '094854.617500', '094855.077500', '094855.537500', '094855.997500', '094856.457500', '094856.917500', '094857.377500', '094857.837500', '094858.297500', '094858.757500', '094859.217500', '094859.677500', '094900.137500', '094900.597500', '094901.057500', '094901.517500', '094901.977500', '094902.437500', '094902.897500', '094903.357500', '094903.817500', '094904.277500', '094904.737500', '094905.197500', '094905.657500', '094906.117500', '094906.577500', '094907.037500', '094907.497500', '094907.957500', '094908.417500', '094908.877500', '094909.337500', '094909.797500', '094910.257500', '094910.717500', '094911.177500', '094911.637500', '094912.097500', '094912.557500', '094913.017500', '094913.477500', '094913.937500', '094914.397500', '094914.857500', '094915.317500', '094915.777500', '094916.237500', '094916.697500', '094917.157500', '094917.617500', '094918.077500', '094918.537500', '094918.997500', '094919.457500', '094919.917500', '094920.377500', '094920.837500', '094921.297500', '094921.757500', '094922.217500', '094922.677500', '094923.137500', '094923.597500', '094924.057500', '094924.517500', '094924.977500', '094925.437500', '094925.897500', '094926.357500', '094926.817500', '094927.277500', '094927.737500', '094928.197500', '094928.657500', '094929.117500', '094929.577500', '094930.037500', '094930.497500', '094930.957500', '094931.417500', '094931.877500', '094932.337500', '094932.797500', '094933.257500', '094933.717500', '094934.177500', '094934.637500', '094935.097500', '094935.557500', '094936.017500', '094936.477500', '094936.937500', '094937.397500', '094937.857500', '094938.317500', '094938.777500', '094939.237500', '094939.697500', '094940.157500', '094940.617500', '094941.077500', '094941.537500', '094941.997500', '094942.457500', '094942.917500', '094943.377500', '094943.837500', '094944.297500', '094944.757500', '094945.217500', '094945.677500', '094946.137500', '094946.597500', '094947.057500', '094947.517500', '094947.977500', '094948.437500', '094948.897500', '094949.357500', '094949.817500', '094950.277500', '094950.737500', '094951.197500', '094951.657500', '094952.117500', '094952.577500', '094953.037500', '094953.497500', '094953.957500', '094954.417500', '094954.877500', '094955.337500', '094955.797500', '094956.257500', '094956.717500', '094957.177500', '094957.637500', '094958.097500', '094958.557500', '094959.017500', '094959.477500', '094959.937500', '095000.397500', '095000.857500', '095001.317500', '095001.777500', '095002.237500', '095002.697500', '095003.157500', '095003.617500', '095004.077500', '095004.537500', '095004.997500', '095005.457500', '095005.917500', '095006.377500', '095006.837500', '095007.297500', '095007.757500', '095008.217500', '095008.677500', '095009.137500', '095009.597500', '095010.057500', '095010.517500', '095010.977500', '095011.437500', '095011.897500', '095012.357500', '095012.817500', '095013.277500', '095013.737500', '095014.197500', '095014.657500', '095015.117500', '095015.577500', '095016.037500', '095016.497500', '095016.957500', '095017.417500', '095017.877500', '095018.337500', '095018.797500', '095019.257500', '095019.717500', '095020.177500', '095020.637500', '095021.097500', '095021.557500', '095022.017500', '095022.477500', '095022.937500', '095023.397500', '095023.857500', '095024.317500', '095024.777500', '095025.237500', '095025.697500', '095026.157500', '095026.617500', '095027.077500', '095027.537500', '095027.997500', '095028.457500', '095028.917500', '095029.377500', '095029.837500', '095030.297500', '095030.757500', '095031.217500', '095031.677500', '095032.137500', '095032.597500', '095033.057500', '095033.517500', '095033.977500', '095034.437500', '095034.897500', '095035.357500', '095035.817500', '095036.277500', '095036.737500', '095037.197500', '095037.657500', '095038.117500', '095038.577500', '095039.037500', '095039.497500', '095039.957500', '095040.417500', '095040.877500', '095041.337500', '095041.797500', '095042.257500', '095042.717500', '095043.177500', '095043.637500', '095044.097500', '095044.557500', '095045.017500', '095045.477500', '095045.937500', '095046.397500', '095046.857500', '095047.317500', '095047.777500', '095048.237500', '095048.697500', '095049.157500', '095049.617500', '095050.077500', '095050.537500', '095050.997500', '095051.457500', '095051.917500', '095052.377500', '095052.837500', '095053.297500', '095053.757500', '095054.217500', '095054.677500', '095055.137500', '095055.597500', '095056.057500', '095056.517500', '095056.977500', '095057.437500', '095057.897500', '095058.357500', '095058.817500', '095059.277500', '095059.737500', '095100.197500', '095100.657500', '095101.117500', '095101.577500', '095102.037500', '095102.497500', '095102.957500', '095103.417500', '095103.877500', '095104.337500', '095104.797500', '095105.257500', '095105.717500', '095106.177500', '095106.637500', '095107.097500', '095107.557500', '095108.017500', '095108.477500', '095108.937500', '095109.397500', '095109.857500', '095110.317500', '095110.777500', '095111.237500', '095111.697500', '095112.157500', '095112.617500', '095113.077500', '095113.537500', '095113.997500', '095114.457500', '095114.917500', '095115.377500', '095115.837500', '095116.297500', '095116.757500', '095117.217500', '095117.677500', '095118.137500', '095118.597500', '095119.057500', '095119.517500', '095119.977500', '095120.437500', '095120.897500', '095121.357500', '095121.817500', '095122.277500', '095122.737500', '095123.197500', '095123.657500', '095124.117500', '095124.577500'], 'ContentTime': ['094454.652000', '094454.655000', '094454.658000', '094454.660000', '094454.663000', '094454.666000', '094454.668000', '094454.671000', '094454.673000', '094454.676000', '094454.691000', '094454.693000', '094454.696000', '094454.713000', '094454.721000', '094454.724000', '094454.726000', '094454.729000', '094454.731000', '094454.734000', '094514.603000', '094514.606000', '094514.609000', '094514.611000', '094514.614000', '094514.617000', '094514.620000', '094514.623000', '094514.626000', '094514.629000', '094514.631000', '094514.634000', '094514.636000', '094514.639000', '094514.642000', '094514.644000', '094514.647000', '094514.649000', '094514.652000', '094514.655000', '094514.657000', '094514.660000', '094514.663000', '094514.665000', '094514.668000', '094514.670000', '094514.673000', '094514.676000', '094514.678000', '094514.681000', '094514.693000', '094514.696000', '094514.699000', '094514.701000', '094514.704000', '094514.706000', '094514.709000', '094514.712000', '094514.714000', '094514.717000', '094514.719000', '094514.722000', '094514.725000', '094534.602000', '094534.605000', '094534.608000', '094534.611000', '094534.613000', '094534.616000', '094534.619000', '094534.621000', '094534.624000', '094534.627000', '094534.629000', '094534.632000', '094534.634000', '094534.637000', '094534.640000', '094534.642000', '094534.645000', '094534.648000', '094534.650000', '094534.653000', '094534.655000', '094534.658000', '094534.661000', '094534.663000', '094534.666000', '094534.669000', '094534.671000', '094534.674000', '094534.676000', '094534.679000', '094534.682000', '094534.684000', '094534.687000', '094534.690000', '094534.692000', '094534.695000', '094534.698000', '094534.700000', '094534.703000', '094534.705000', '094534.708000', '094534.711000', '094534.713000', '094534.716000', '094554.603000', '094554.606000', '094554.608000', '094554.611000', '094554.614000', '094554.616000', '094554.619000', '094554.622000', '094554.624000', '094554.627000', '094554.630000', '094554.632000', '094554.635000', '094554.637000', '094554.640000', '094554.643000', '094554.645000', '094554.648000', '094554.651000', '094554.653000', '094554.656000', '094554.659000', '094554.661000', '094554.664000', '094554.667000', '094554.669000', '094554.672000', '094554.675000', '094554.677000', '094554.680000', '094554.683000', '094554.685000', '094554.688000', '094554.691000', '094554.693000', '094554.696000', '094554.698000', '094554.701000', '094554.704000', '094554.706000', '094554.709000', '094554.712000', '094554.714000', '094554.717000', '094614.603000', '094614.606000', '094614.609000', '094614.612000', '094614.615000', '094614.617000', '094614.620000', '094614.623000', '094614.625000', '094614.628000', '094614.631000', '094614.633000', '094614.636000', '094614.639000', '094614.641000', '094614.644000', '094614.646000', '094614.649000', '094614.652000', '094614.654000', '094614.657000', '094614.660000', '094614.662000', '094614.665000', '094614.668000', '094614.671000', '094614.673000', '094614.676000', '094614.678000', '094614.681000', '094614.684000', '094614.687000', '094614.689000', '094614.692000', '094614.694000', '094614.697000', '094614.700000', '094614.702000', '094614.705000', '094614.708000', '094614.710000', '094614.713000', '094614.716000', '094634.603000', '094634.606000', '094634.609000', '094634.612000', '094634.614000', '094634.617000', '094634.620000', '094634.622000', '094634.625000', '094634.628000', '094634.630000', '094634.633000', '094634.635000', '094634.638000', '094634.641000', '094634.644000', '094634.646000', '094634.649000', '094634.652000', '094634.654000', '094634.657000', '094634.660000', '094634.662000', '094634.665000', '094634.668000', '094634.670000', '094634.673000', '094634.675000', '094634.678000', '094634.681000', '094634.683000', '094634.686000', '094634.689000', '094634.692000', '094634.694000', '094634.697000', '094634.699000', '094634.702000', '094634.705000', '094634.707000', '094634.710000', '094634.713000', '094634.715000', '094634.718000', '094654.604000', '094654.606000', '094654.622000', '094654.624000', '094654.627000', '094654.630000', '094654.632000', '094654.635000', '094654.637000', '094654.640000', '094654.643000', '094654.645000', '094654.648000', '094654.650000', '094654.653000', '094654.656000', '094654.658000', '094654.661000', '094654.663000', '094654.666000', '094654.669000', '094654.671000', '094654.674000', '094654.676000', '094654.679000', '094654.682000', '094654.684000', '094654.687000', '094654.689000', '094654.692000', '094654.695000', '094654.697000', '094654.700000', '094654.703000', '094654.705000', '094654.708000', '094654.710000', '094654.713000', '094654.716000', '094654.718000', '094654.721000', '094654.723000', '094654.726000', '094714.603000', '094714.606000', '094714.609000', '094714.612000', '094714.614000', '094714.617000', '094714.619000', '094714.622000', '094714.624000', '094714.627000', '094714.630000', '094714.632000', '094714.635000', '094714.637000', '094714.640000', '094714.643000', '094714.645000', '094714.648000', '094714.650000', '094714.653000', '094714.656000', '094714.658000', '094714.661000', '094714.664000', '094714.666000', '094714.669000', '094714.671000', '094714.674000', '094714.677000', '094714.679000', '094714.682000', '094714.685000', '094714.687000', '094714.690000', '094714.692000', '094714.695000', '094714.698000', '094714.700000', '094714.703000', '094714.705000', '094714.708000', '094714.711000', '094714.713000', '094714.716000', '094734.602000', '094734.605000', '094734.608000', '094734.610000', '094734.613000', '094734.616000', '094734.618000', '094734.621000', '094734.624000', '094734.626000', '094734.629000', '094734.631000', '094734.634000', '094734.637000', '094734.639000', '094734.642000', '094734.644000', '094734.647000', '094734.650000', '094734.652000', '094734.655000', '094734.657000', '094734.660000', '094734.663000', '094734.665000', '094734.668000', '094734.670000', '094734.673000', '094734.676000', '094734.678000', '094734.681000', '094734.683000', '094734.686000', '094734.689000', '094734.691000', '094734.694000', '094734.696000', '094734.699000', '094734.701000', '094734.704000', '094734.707000', '094734.709000', '094734.712000', '094754.603000', '094754.605000', '094754.608000', '094754.611000', '094754.614000', '094754.616000', '094754.619000', '094754.622000', '094754.624000', '094754.627000', '094754.630000', '094754.633000', '094754.635000', '094754.638000', '094754.640000', '094754.643000', '094754.646000', '094754.648000', '094754.651000', '094754.653000', '094754.656000', '094754.659000', '094754.661000', '094754.664000', '094754.666000', '094754.669000', '094754.672000', '094754.674000', '094754.681000', '094754.684000', '094754.686000', '094754.689000', '094754.692000', '094754.695000', '094754.697000', '094754.700000', '094754.702000', '094754.705000', '094754.708000', '094754.711000', '094754.713000', '094754.716000', '094754.718000', '094814.602000', '094814.605000', '094814.608000', '094814.611000', '094814.613000', '094814.616000', '094814.618000', '094814.621000', '094814.624000', '094814.626000', '094814.629000', '094814.631000', '094814.634000', '094814.637000', '094814.639000', '094814.642000', '094814.645000', '094814.647000', '094814.650000', '094814.653000', '094814.655000', '094814.658000', '094814.660000', '094814.663000', '094814.666000', '094814.669000', '094814.671000', '094814.674000', '094814.677000', '094814.679000', '094814.682000', '094814.684000', '094814.687000', '094814.690000', '094814.693000', '094814.695000', '094814.698000', '094814.700000', '094814.703000', '094814.706000', '094814.708000', '094814.711000', '094814.728000', '094814.730000', '094834.604000', '094834.607000', '094834.609000', '094834.612000', '094834.615000', '094834.617000', '094834.620000', '094834.623000', '094834.625000', '094834.628000', '094834.630000', '094834.633000', '094834.636000', '094834.639000', '094834.642000', '094834.645000', '094834.648000', '094834.650000', '094834.653000', '094834.656000', '094834.658000', '094834.661000', '094834.663000', '094834.666000', '094834.669000', '094834.671000', '094834.674000', '094834.676000', '094834.679000', '094834.682000', '094834.684000', '094834.687000', '094834.689000', '094834.692000', '094834.695000', '094834.697000', '094834.700000', '094834.703000', '094834.705000', '094834.708000', '094834.710000', '094834.713000', '094834.716000', '094854.604000', '094854.606000', '094854.609000', '094854.612000', '094854.614000', '094854.617000', '094854.620000', '094854.622000', '094854.625000', '094854.628000', '094854.630000', '094854.633000', '094854.635000', '094854.638000', '094854.641000', '094854.643000', '094854.646000', '094854.654000', '094854.657000', '094854.659000', '094854.667000', '094854.669000', '094854.672000', '094854.675000', '094854.677000', '094854.680000', '094854.683000', '094854.685000', '094854.688000', '094854.691000', '094854.693000', '094854.696000', '094854.699000', '094854.701000', '094854.704000', '094854.706000', '094854.709000', '094854.712000', '094854.714000', '094854.717000', '094854.720000', '094854.722000', '094854.725000', '094854.728000', '094914.603000', '094914.606000', '094914.609000', '094914.612000', '094914.615000', '094914.617000', '094914.620000', '094914.623000', '094914.625000', '094914.628000', '094914.631000', '094914.633000', '094914.636000', '094914.639000', '094914.642000', '094914.645000', '094914.647000', '094914.650000', '094914.653000', '094914.655000', '094914.658000', '094914.660000', '094914.663000', '094914.666000', '094914.669000', '094914.672000', '094914.675000', '094914.677000', '094914.680000', '094914.682000', '094914.685000', '094914.688000', '094914.690000', '094914.693000', '094914.695000', '094914.698000', '094914.701000', '094914.703000', '094914.706000', '094914.708000', '094914.711000', '094914.714000', '094914.716000', '094934.604000', '094934.606000', '094934.609000', '094934.613000', '094934.615000', '094934.618000', '094934.621000', '094934.624000', '094934.627000', '094934.629000', '094934.632000', '094934.635000', '094934.637000', '094934.640000', '094934.643000', '094934.646000', '094934.648000', '094934.651000', '094934.653000', '094934.656000', '094934.659000', '094934.662000', '094934.664000', '094934.667000', '094934.670000', '094934.672000', '094934.675000', '094934.678000', '094934.680000', '094934.683000', '094934.686000', '094934.688000', '094934.691000', '094934.693000', '094934.696000', '094934.699000', '094934.701000', '094934.704000', '094934.706000', '094934.709000', '094934.712000', '094934.714000', '094934.717000', '094934.719000', '094954.603000', '094954.605000', '094954.608000', '094954.611000', '094954.613000', '094954.616000', '094954.619000', '094954.621000', '094954.624000', '094954.627000', '094954.629000', '094954.632000', '094954.635000', '094954.638000', '094954.640000', '094954.643000', '094954.647000', '094954.650000', '094954.652000', '094954.655000', '094954.658000', '094954.660000', '094954.663000', '094954.666000', '094954.668000', '094954.671000', '094954.674000', '094954.676000', '094954.679000', '094954.682000', '094954.684000', '094954.687000', '094954.690000', '094954.692000', '094954.695000', '094954.698000', '094954.700000', '094954.703000', '094954.706000', '094954.708000', '094954.711000', '094954.714000', '094954.716000', '095014.603000', '095014.605000', '095014.608000', '095014.611000', '095014.614000', '095014.616000', '095014.619000', '095014.622000', '095014.625000', '095014.627000', '095014.630000', '095014.633000', '095014.635000', '095014.638000', '095014.640000', '095014.643000', '095014.646000', '095014.648000', '095014.651000', '095014.654000', '095014.656000', '095014.659000', '095014.666000', '095014.669000', '095014.672000', '095014.674000', '095014.677000', '095014.680000', '095014.682000', '095014.685000', '095014.688000', '095014.690000', '095014.693000', '095014.696000', '095014.698000', '095014.701000', '095014.704000', '095014.706000', '095014.709000', '095014.712000', '095014.714000', '095014.717000', '095014.719000', '095014.722000', '095034.603000', '095034.605000', '095034.608000', '095034.611000', '095034.614000', '095034.616000', '095034.619000', '095034.621000', '095034.624000', '095034.627000', '095034.630000', '095034.632000', '095034.635000', '095034.638000', '095034.640000', '095034.643000', '095034.646000', '095034.649000', '095034.651000', '095034.654000', '095034.657000', '095034.659000', '095034.662000', '095034.664000', '095034.669000', '095034.671000', '095034.674000', '095034.677000', '095034.680000', '095034.682000', '095034.685000', '095034.688000', '095034.690000', '095034.693000', '095034.695000', '095034.698000', '095034.701000', '095034.703000', '095034.707000', '095034.710000', '095034.713000', '095034.715000', '095034.718000', '095054.604000', '095054.607000', '095054.609000', '095054.612000', '095054.615000', '095054.617000', '095054.620000', '095054.622000', '095054.625000', '095054.628000', '095054.630000', '095054.633000', '095054.635000', '095054.638000', '095054.641000', '095054.643000', '095054.646000', '095054.649000', '095054.651000', '095054.654000', '095054.657000', '095054.659000', '095054.662000', '095054.664000', '095054.667000', '095054.670000', '095054.672000', '095054.675000', '095054.678000', '095054.680000', '095054.683000', '095054.686000', '095054.688000', '095054.691000', '095054.694000', '095054.697000', '095054.699000', '095054.702000', '095054.705000', '095054.707000', '095054.710000', '095054.712000', '095054.715000', '095054.718000', '095114.604000', '095114.607000', '095114.609000', '095114.612000', '095114.614000', '095114.617000', '095114.620000', '095114.622000', '095114.625000', '095114.628000', '095114.630000', '095114.633000', '095114.635000', '095114.638000', '095114.641000', '095114.644000', '095114.646000', '095114.649000', '095114.652000', '095114.676000', '095114.679000', '095114.682000', '095114.684000', '095114.687000', '095114.690000', '095114.693000', '095114.696000', '095114.698000', '095114.701000', '095114.704000', '095114.707000', '095114.709000', '095114.712000', '095114.714000', '095114.717000', '095114.720000', '095114.722000', '095114.725000', '095114.728000', '095114.730000', '095114.733000', '095114.736000', '095114.738000', '095126.177000', '095126.180000', '095126.183000', '095126.185000', '095126.188000', '095126.191000', '095126.193000', '095126.196000', '095126.199000', '095126.201000', '095126.204000', '095126.207000', '095126.209000', '095126.212000', '095126.215000', '095126.217000', '095126.220000', '095126.223000', '095126.226000', '095126.228000', '095126.231000', '095126.234000', '095126.236000', '095126.239000', '095126.242000', '095126.244000'], 'InstanceCreationTime': ['094454.652000', '094454.655000', '094454.658000', '094454.660000', '094454.663000', '094454.666000', '094454.668000', '094454.671000', '094454.673000', '094454.676000', '094454.691000', '094454.693000', '094454.696000', '094454.713000', '094454.721000', '094454.724000', '094454.726000', '094454.729000', '094454.731000', '094454.734000', '094514.603000', '094514.606000', '094514.609000', '094514.611000', '094514.614000', '094514.617000', '094514.620000', '094514.623000', '094514.626000', '094514.629000', '094514.631000', '094514.634000', '094514.636000', '094514.639000', '094514.642000', '094514.644000', '094514.647000', '094514.649000', '094514.652000', '094514.655000', '094514.657000', '094514.660000', '094514.663000', '094514.665000', '094514.668000', '094514.670000', '094514.673000', '094514.676000', '094514.678000', '094514.681000', '094514.693000', '094514.696000', '094514.699000', '094514.701000', '094514.704000', '094514.706000', '094514.709000', '094514.712000', '094514.714000', '094514.717000', '094514.719000', '094514.722000', '094514.725000', '094534.602000', '094534.605000', '094534.608000', '094534.611000', '094534.613000', '094534.616000', '094534.619000', '094534.621000', '094534.624000', '094534.627000', '094534.629000', '094534.632000', '094534.634000', '094534.637000', '094534.640000', '094534.642000', '094534.645000', '094534.648000', '094534.650000', '094534.653000', '094534.655000', '094534.658000', '094534.661000', '094534.663000', '094534.666000', '094534.669000', '094534.671000', '094534.674000', '094534.676000', '094534.679000', '094534.682000', '094534.684000', '094534.687000', '094534.690000', '094534.692000', '094534.695000', '094534.698000', '094534.700000', '094534.703000', '094534.705000', '094534.708000', '094534.711000', '094534.713000', '094534.716000', '094554.603000', '094554.606000', '094554.608000', '094554.611000', '094554.614000', '094554.616000', '094554.619000', '094554.622000', '094554.624000', '094554.627000', '094554.630000', '094554.632000', '094554.635000', '094554.637000', '094554.640000', '094554.643000', '094554.645000', '094554.648000', '094554.651000', '094554.653000', '094554.656000', '094554.659000', '094554.661000', '094554.664000', '094554.667000', '094554.669000', '094554.672000', '094554.675000', '094554.677000', '094554.680000', '094554.683000', '094554.685000', '094554.688000', '094554.691000', '094554.693000', '094554.696000', '094554.698000', '094554.701000', '094554.704000', '094554.706000', '094554.709000', '094554.712000', '094554.714000', '094554.717000', '094614.603000', '094614.606000', '094614.609000', '094614.612000', '094614.615000', '094614.617000', '094614.620000', '094614.623000', '094614.625000', '094614.628000', '094614.631000', '094614.633000', '094614.636000', '094614.639000', '094614.641000', '094614.644000', '094614.646000', '094614.649000', '094614.652000', '094614.654000', '094614.657000', '094614.660000', '094614.662000', '094614.665000', '094614.668000', '094614.671000', '094614.673000', '094614.676000', '094614.678000', '094614.681000', '094614.684000', '094614.687000', '094614.689000', '094614.692000', '094614.694000', '094614.697000', '094614.700000', '094614.702000', '094614.705000', '094614.708000', '094614.710000', '094614.713000', '094614.716000', '094634.603000', '094634.606000', '094634.609000', '094634.612000', '094634.614000', '094634.617000', '094634.620000', '094634.622000', '094634.625000', '094634.628000', '094634.630000', '094634.633000', '094634.635000', '094634.638000', '094634.641000', '094634.644000', '094634.646000', '094634.649000', '094634.652000', '094634.654000', '094634.657000', '094634.660000', '094634.662000', '094634.665000', '094634.668000', '094634.670000', '094634.673000', '094634.675000', '094634.678000', '094634.681000', '094634.683000', '094634.686000', '094634.689000', '094634.692000', '094634.694000', '094634.697000', '094634.699000', '094634.702000', '094634.705000', '094634.707000', '094634.710000', '094634.713000', '094634.715000', '094634.718000', '094654.604000', '094654.606000', '094654.622000', '094654.624000', '094654.627000', '094654.630000', '094654.632000', '094654.635000', '094654.637000', '094654.640000', '094654.643000', '094654.645000', '094654.648000', '094654.650000', '094654.653000', '094654.656000', '094654.658000', '094654.661000', '094654.663000', '094654.666000', '094654.669000', '094654.671000', '094654.674000', '094654.676000', '094654.679000', '094654.682000', '094654.684000', '094654.687000', '094654.689000', '094654.692000', '094654.695000', '094654.697000', '094654.700000', '094654.703000', '094654.705000', '094654.708000', '094654.710000', '094654.713000', '094654.716000', '094654.718000', '094654.721000', '094654.723000', '094654.726000', '094714.603000', '094714.606000', '094714.609000', '094714.612000', '094714.614000', '094714.617000', '094714.619000', '094714.622000', '094714.624000', '094714.627000', '094714.630000', '094714.632000', '094714.635000', '094714.637000', '094714.640000', '094714.643000', '094714.645000', '094714.648000', '094714.650000', '094714.653000', '094714.656000', '094714.658000', '094714.661000', '094714.664000', '094714.666000', '094714.669000', '094714.671000', '094714.674000', '094714.677000', '094714.679000', '094714.682000', '094714.685000', '094714.687000', '094714.690000', '094714.692000', '094714.695000', '094714.698000', '094714.700000', '094714.703000', '094714.705000', '094714.708000', '094714.711000', '094714.713000', '094714.716000', '094734.602000', '094734.605000', '094734.608000', '094734.610000', '094734.613000', '094734.616000', '094734.618000', '094734.621000', '094734.624000', '094734.626000', '094734.629000', '094734.631000', '094734.634000', '094734.637000', '094734.639000', '094734.642000', '094734.644000', '094734.647000', '094734.650000', '094734.652000', '094734.655000', '094734.657000', '094734.660000', '094734.663000', '094734.665000', '094734.668000', '094734.670000', '094734.673000', '094734.676000', '094734.678000', '094734.681000', '094734.683000', '094734.686000', '094734.689000', '094734.691000', '094734.694000', '094734.696000', '094734.699000', '094734.701000', '094734.704000', '094734.707000', '094734.709000', '094734.712000', '094754.603000', '094754.605000', '094754.608000', '094754.611000', '094754.614000', '094754.616000', '094754.619000', '094754.622000', '094754.624000', '094754.627000', '094754.630000', '094754.633000', '094754.635000', '094754.638000', '094754.640000', '094754.643000', '094754.646000', '094754.648000', '094754.651000', '094754.653000', '094754.656000', '094754.659000', '094754.661000', '094754.664000', '094754.666000', '094754.669000', '094754.672000', '094754.674000', '094754.681000', '094754.684000', '094754.686000', '094754.689000', '094754.692000', '094754.695000', '094754.697000', '094754.700000', '094754.702000', '094754.705000', '094754.708000', '094754.711000', '094754.713000', '094754.716000', '094754.718000', '094814.602000', '094814.605000', '094814.608000', '094814.611000', '094814.613000', '094814.616000', '094814.618000', '094814.621000', '094814.624000', '094814.626000', '094814.629000', '094814.631000', '094814.634000', '094814.637000', '094814.639000', '094814.642000', '094814.645000', '094814.647000', '094814.650000', '094814.653000', '094814.655000', '094814.658000', '094814.660000', '094814.663000', '094814.666000', '094814.669000', '094814.671000', '094814.674000', '094814.677000', '094814.679000', '094814.682000', '094814.684000', '094814.687000', '094814.690000', '094814.693000', '094814.695000', '094814.698000', '094814.700000', '094814.703000', '094814.706000', '094814.708000', '094814.711000', '094814.728000', '094814.730000', '094834.604000', '094834.607000', '094834.609000', '094834.612000', '094834.615000', '094834.617000', '094834.620000', '094834.623000', '094834.625000', '094834.628000', '094834.630000', '094834.633000', '094834.636000', '094834.639000', '094834.642000', '094834.645000', '094834.648000', '094834.650000', '094834.653000', '094834.656000', '094834.658000', '094834.661000', '094834.663000', '094834.666000', '094834.669000', '094834.671000', '094834.674000', '094834.676000', '094834.679000', '094834.682000', '094834.684000', '094834.687000', '094834.689000', '094834.692000', '094834.695000', '094834.697000', '094834.700000', '094834.703000', '094834.705000', '094834.708000', '094834.710000', '094834.713000', '094834.716000', '094854.604000', '094854.606000', '094854.609000', '094854.612000', '094854.614000', '094854.617000', '094854.620000', '094854.622000', '094854.625000', '094854.628000', '094854.630000', '094854.633000', '094854.635000', '094854.638000', '094854.641000', '094854.643000', '094854.646000', '094854.654000', '094854.657000', '094854.659000', '094854.667000', '094854.669000', '094854.672000', '094854.675000', '094854.677000', '094854.680000', '094854.683000', '094854.685000', '094854.688000', '094854.691000', '094854.693000', '094854.696000', '094854.699000', '094854.701000', '094854.704000', '094854.706000', '094854.709000', '094854.712000', '094854.714000', '094854.717000', '094854.720000', '094854.722000', '094854.725000', '094854.728000', '094914.603000', '094914.606000', '094914.609000', '094914.612000', '094914.615000', '094914.617000', '094914.620000', '094914.623000', '094914.625000', '094914.628000', '094914.631000', '094914.633000', '094914.636000', '094914.639000', '094914.642000', '094914.645000', '094914.647000', '094914.650000', '094914.653000', '094914.655000', '094914.658000', '094914.660000', '094914.663000', '094914.666000', '094914.669000', '094914.672000', '094914.675000', '094914.677000', '094914.680000', '094914.682000', '094914.685000', '094914.688000', '094914.690000', '094914.693000', '094914.695000', '094914.698000', '094914.701000', '094914.703000', '094914.706000', '094914.708000', '094914.711000', '094914.714000', '094914.716000', '094934.604000', '094934.606000', '094934.609000', '094934.613000', '094934.615000', '094934.618000', '094934.621000', '094934.624000', '094934.627000', '094934.629000', '094934.632000', '094934.635000', '094934.637000', '094934.640000', '094934.643000', '094934.646000', '094934.648000', '094934.651000', '094934.653000', '094934.656000', '094934.659000', '094934.662000', '094934.664000', '094934.667000', '094934.670000', '094934.672000', '094934.675000', '094934.678000', '094934.680000', '094934.683000', '094934.686000', '094934.688000', '094934.691000', '094934.693000', '094934.696000', '094934.699000', '094934.701000', '094934.704000', '094934.706000', '094934.709000', '094934.712000', '094934.714000', '094934.717000', '094934.719000', '094954.603000', '094954.605000', '094954.608000', '094954.611000', '094954.613000', '094954.616000', '094954.619000', '094954.621000', '094954.624000', '094954.627000', '094954.629000', '094954.632000', '094954.635000', '094954.638000', '094954.640000', '094954.643000', '094954.647000', '094954.650000', '094954.652000', '094954.655000', '094954.658000', '094954.660000', '094954.663000', '094954.666000', '094954.668000', '094954.671000', '094954.674000', '094954.676000', '094954.679000', '094954.682000', '094954.684000', '094954.687000', '094954.690000', '094954.692000', '094954.695000', '094954.698000', '094954.700000', '094954.703000', '094954.706000', '094954.708000', '094954.711000', '094954.714000', '094954.716000', '095014.603000', '095014.605000', '095014.608000', '095014.611000', '095014.614000', '095014.616000', '095014.619000', '095014.622000', '095014.625000', '095014.627000', '095014.630000', '095014.633000', '095014.635000', '095014.638000', '095014.640000', '095014.643000', '095014.646000', '095014.648000', '095014.651000', '095014.654000', '095014.656000', '095014.659000', '095014.666000', '095014.669000', '095014.672000', '095014.674000', '095014.677000', '095014.680000', '095014.682000', '095014.685000', '095014.688000', '095014.690000', '095014.693000', '095014.696000', '095014.698000', '095014.701000', '095014.704000', '095014.706000', '095014.709000', '095014.712000', '095014.714000', '095014.717000', '095014.719000', '095014.722000', '095034.603000', '095034.605000', '095034.608000', '095034.611000', '095034.614000', '095034.616000', '095034.619000', '095034.621000', '095034.624000', '095034.627000', '095034.630000', '095034.632000', '095034.635000', '095034.638000', '095034.640000', '095034.643000', '095034.646000', '095034.649000', '095034.651000', '095034.654000', '095034.657000', '095034.659000', '095034.662000', '095034.664000', '095034.669000', '095034.671000', '095034.674000', '095034.677000', '095034.680000', '095034.682000', '095034.685000', '095034.688000', '095034.690000', '095034.693000', '095034.695000', '095034.698000', '095034.701000', '095034.703000', '095034.707000', '095034.710000', '095034.713000', '095034.715000', '095034.718000', '095054.604000', '095054.607000', '095054.609000', '095054.612000', '095054.615000', '095054.617000', '095054.620000', '095054.622000', '095054.625000', '095054.628000', '095054.630000', '095054.633000', '095054.635000', '095054.638000', '095054.641000', '095054.643000', '095054.646000', '095054.649000', '095054.651000', '095054.654000', '095054.657000', '095054.659000', '095054.662000', '095054.664000', '095054.667000', '095054.670000', '095054.672000', '095054.675000', '095054.678000', '095054.680000', '095054.683000', '095054.686000', '095054.688000', '095054.691000', '095054.694000', '095054.697000', '095054.699000', '095054.702000', '095054.705000', '095054.707000', '095054.710000', '095054.712000', '095054.715000', '095054.718000', '095114.604000', '095114.607000', '095114.609000', '095114.612000', '095114.614000', '095114.617000', '095114.620000', '095114.622000', '095114.625000', '095114.628000', '095114.630000', '095114.633000', '095114.635000', '095114.638000', '095114.641000', '095114.644000', '095114.646000', '095114.649000', '095114.652000', '095114.676000', '095114.679000', '095114.682000', '095114.684000', '095114.687000', '095114.690000', '095114.693000', '095114.696000', '095114.698000', '095114.701000', '095114.704000', '095114.707000', '095114.709000', '095114.712000', '095114.714000', '095114.717000', '095114.720000', '095114.722000', '095114.725000', '095114.728000', '095114.730000', '095114.733000', '095114.736000', '095114.738000', '095126.177000', '095126.180000', '095126.183000', '095126.185000', '095126.188000', '095126.191000', '095126.193000', '095126.196000', '095126.199000', '095126.201000', '095126.204000', '095126.207000', '095126.209000', '095126.212000', '095126.215000', '095126.217000', '095126.220000', '095126.223000', '095126.226000', '095126.228000', '095126.231000', '095126.234000', '095126.236000', '095126.239000', '095126.242000', '095126.244000'], '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': [9247, 10617, 15028, 9526, 13287, 10073, 10149, 13417, 9650, 10842, 8956, 10843, 11965, 9213, 13465, 8663, 9770, 13422, 10143, 11985, 8624, 7914, 8115, 8006, 7653, 7732, 10897, 8832, 12900, 10821, 11911, 15076, 10568, 12300, 9926, 11981, 9617, 13776, 17409, 14910, 15399, 16143, 12138, 16048, 11692, 10831, 15574, 9827, 10556, 12410, 9823, 11121, 10118, 9609, 11940, 9662, 9675, 12364, 10337, 9439, 12540, 10058, 9381, 11737, 10248, 11119, 10290, 9931, 12333, 9904, 9660, 10001, 9747, 12402, 9962, 10192, 13520, 10395, 10316, 13224, 9700, 9986, 10120, 9232, 12470, 9782, 10932, 10263, 9661, 13310, 10244, 12043, 10245, 10454, 10088, 10695, 13253, 10076, 11711, 10476, 11275, 11967, 11086, 14212, 10360, 12853, 10864, 11707, 10148, 11701, 10331, 11236, 12859, 10223, 13183, 10145, 11403, 10451, 11227, 16432, 9690, 13125, 10089, 10766, 10565, 11154, 10400, 10210, 12791, 10267, 11874, 10361, 11122, 10333, 10129, 13216, 10284, 12399, 15521, 12258, 14344, 10087, 11093, 15996, 9894, 11776, 10296, 10438, 12919, 10096, 10242, 10308, 10056, 12412, 9754, 10028, 13341, 10201, 9694, 10278, 9718, 12575, 9852, 10597, 13019, 10080, 11930, 10127, 9916, 12977, 10687, 10963, 13614, 9694, 11313, 10223, 9912, 12932, 10018, 10587, 13437, 10440, 10035, 10400, 9991, 12940, 9946, 10780, 13577, 10176, 11754, 10245, 10125, 13268, 10016, 10360, 10533, 10138, 12615, 10306, 10454, 13419, 9782, 10880, 14326, 10242, 10870, 14011, 10084, 10735, 10586, 9733, 12834, 10447, 9958, 10853, 10268, 12391, 10437, 10063, 12974, 10541, 10796, 9836, 9974, 13428, 9742, 10115, 12415, 10222, 12156, 10175, 10202, 13034, 10664, 11620, 15860, 10352, 10932, 10835, 9966, 13504, 10290, 10400, 13313, 10162, 10316, 10270, 9810, 12942, 9903, 9716, 11546, 10114, 12047, 10258, 10199, 12976, 9990, 11080, 10325, 10370, 13341, 10161, 10230, 10065, 10002, 12978, 10699, 11269, 14216, 10135, 11134, 12657, 10240, 13157, 12905, 10210, 12515, 10219, 10886, 14852, 10213, 10476, 13742, 10204, 11256, 12096, 10148, 12287, 10650, 9819, 10994, 9770, 9846, 12910, 10517, 10101, 13557, 10112, 11507, 10230, 9646, 12881, 9698, 10894, 12547, 10075, 12542, 10062, 10110, 13221, 10120, 11865, 9937, 9844, 13488, 9951, 10375, 15123, 10114, 10482, 14557, 9983, 10283, 10047, 9761, 12539, 10078, 9638, 12473, 10157, 10658, 12301, 10003, 11683, 9963, 9660, 12216, 10337, 10172, 13678, 9822, 10217, 10293, 9710, 13154, 9934, 10154, 13152, 10045, 10359, 13889, 10178, 11122, 14341, 9925, 10381, 10195, 9792, 12627, 10127, 9769, 12595, 9632, 9760, 13184, 10353, 10327, 13546, 10027, 10167, 12314, 9955, 11445, 10778, 9956, 12098, 9816, 9823, 13309, 10445, 10469, 13565, 10227, 9751, 10117, 10187, 12870, 10009, 9625, 10166, 10388, 12524, 10084, 9662, 9539, 10035, 13221, 9658, 10929, 13732, 9744, 12868, 9920, 10941, 14608, 9881, 10332, 10032, 9657, 13232, 9654, 9980, 11740, 9779, 12462, 10146, 10084, 13307, 9685, 10253, 13427, 10048, 10537, 13303, 9855, 9673, 11381, 10002, 12032, 10073, 9603, 12206, 9926, 10048, 13162, 10031, 9860, 10082, 9839, 13044, 9946, 10839, 13578, 9970, 10641, 10146, 9779, 13340, 9913, 9634, 12830, 10088, 11283, 16236, 10001, 10544, 13713, 9905, 11466, 13481, 10020, 11073, 10152, 9998, 12014, 10035, 9704, 13239, 10035, 9650, 12758, 9899, 9695, 13045, 10125, 9793, 11310, 9975, 12036, 10163, 9705, 13377, 10120, 10237, 13610, 9357, 11272, 10167, 9755, 12383, 10243, 11504, 14378, 9717, 10936, 10341, 9549, 12831, 9630, 9935, 13191, 9800, 11258, 10175, 9694, 12855, 9817, 9564, 11723, 9946, 10534, 12989, 9846, 11560, 10221, 9480, 13047, 10072, 9751, 12920, 9939, 9065, 10033, 9471, 12558, 10020, 10740, 9809, 9439, 10429, 9633, 12961, 10215, 11419, 9993, 10629, 10720, 10216, 13623, 10494, 10245, 10765, 10119, 16127, 10284, 11260, 14891, 10085, 14141, 10272, 11180, 15681, 10098, 13937, 10235, 10179, 16619, 10242, 11174, 12891, 9866, 12547, 10125, 10425, 13346, 10215, 9318, 15043, 10043, 10883, 15902, 9473, 10865, 10076, 9433, 11966, 9684, 9161, 12171, 9868, 9673, 9304, 9839, 12190, 11253, 9660, 11085, 9883, 9316, 12930, 9914, 9660, 12601, 9620, 10200, 9456, 9775, 12424, 9420, 9261, 12012, 9738, 9980, 13195, 10010, 8942, 13025, 9852, 10532, 9754, 9743, 11899, 9940, 9146, 12741, 9791, 9795, 13112, 10018, 9207, 9726, 9883, 12398, 10228, 9596, 10986, 9925, 12231, 10114, 9991, 13114, 10020, 10072, 9555, 9661, 12759, 10208, 10054, 12602, 10106, 11015, 10679, 9956, 12485, 10029, 9751, 12888, 10074, 10819, 15758, 9599, 10487, 10078, 9397, 12634, 9657, 9387, 12528, 10114, 10877, 13816, 9885, 10788, 10977, 9710, 11410, 10848, 9697, 11435, 9990, 9692, 10216, 9574, 8858, 12196, 9777, 8936, 13152, 9647, 11316, 9837, 9797, 13086, 9643, 9382, 13165, 9884, 10531, 14138, 9957, 9287, 11904, 9988, 11687, 13864, 9587, 11339, 10106, 9451, 13442, 11781, 9387, 12661, 9779, 9222, 12389, 9588, 9166, 11422, 10156, 9075, 12576, 10101, 9174, 12232, 9779, 9623, 9632, 9661, 11669, 10339, 9715, 13578, 9548, 9880, 13386, 9929, 11521, 10708, 9936, 12288, 10067, 9246, 13080, 10027, 10581, 15356, 9987, 9457, 11267, 10056, 12513, 12572, 9731, 11947, 10208, 9763, 13122, 10136, 9992, 13076, 10111, 10286, 16509, 9786, 10455, 15737, 9865, 9351, 9528, 9885, 11590, 9664, 9349, 12096, 9788, 9871, 12891, 10228, 10534, 12332, 9821, 10984, 10011, 9359, 12872, 9912, 9253, 11323, 9925, 11713, 9916, 9482, 12806, 10375, 9773, 11209, 9872, 12246, 9795, 9276, 12623, 10057, 10833, 9591, 9469, 11458, 10196, 10721, 13855, 9596, 11124, 9529, 9463, 13094, 9947, 9629, 12872, 9587, 9238, 11873, 9880, 11402, 10010, 9330, 12163, 10288, 10844, 10340, 9729, 12276, 10340, 9987, 12902, 10005, 12192, 13788, 9536, 12270, 9632, 10102, 14813, 10476, 9438, 14013, 9706, 9683, 13426, 9819, 8789, 12652, 9929, 8942, 12688, 9793, 10015, 9724, 9374, 10467, 9903, 9401, 13546, 9612, 9303, 13020, 9862, 11229, 15282, 9515, 10982, 15118, 9135, 10552, 13873, 9511, 9948, 9995, 9246, 11952, 9567], 'WindowCenter': [4689.0, 4691.0, 4704.0, 4652.0, 4701.0, 4658.0, 4656.0, 4662.0, 4620.0, 4627.0, 4608.0, 4627.0, 4635.0, 4607.0, 4659.0, 4622.0, 4643.0, 4660.0, 4627.0, 4636.0, 4594.0, 4573.0, 4571.0, 4545.0, 4574.0, 4588.0, 4628.0, 4611.0, 4650.0, 4631.0, 4641.0, 4671.0, 4632.0, 4640.0, 4610.0, 4629.0, 4609.0, 4648.0, 4655.0, 4633.0, 4632.0, 4630.0, 4588.0, 4616.0, 4586.0, 4576.0, 4603.0, 4553.0, 4563.0, 4582.0, 4553.0, 4572.0, 4562.0, 4554.0, 4583.0, 4565.0, 4566.0, 4594.0, 4576.0, 4566.0, 4595.0, 4578.0, 4568.0, 4597.0, 4590.0, 4601.0, 4591.0, 4605.0, 4622.0, 4617.0, 4607.0, 4605.0, 4605.0, 4636.0, 4607.0, 4619.0, 4647.0, 4618.0, 4645.0, 4674.0, 4634.0, 4631.0, 4632.0, 4648.0, 4662.0, 4632.0, 4655.0, 4658.0, 4634.0, 4674.0, 4672.0, 4676.0, 4658.0, 4658.0, 4660.0, 4671.0, 4678.0, 4648.0, 4655.0, 4645.0, 4657.0, 4654.0, 4644.0, 4672.0, 4647.0, 4663.0, 4644.0, 4653.0, 4634.0, 4653.0, 4632.0, 4642.0, 4662.0, 4633.0, 4665.0, 4634.0, 4641.0, 4630.0, 4641.0, 4681.0, 4622.0, 4674.0, 4631.0, 4630.0, 4630.0, 4641.0, 4630.0, 4630.0, 4649.0, 4633.0, 4654.0, 4620.0, 4630.0, 4619.0, 4618.0, 4648.0, 4619.0, 4651.0, 4656.0, 4627.0, 4645.0, 4606.0, 4616.0, 4653.0, 4605.0, 4626.0, 4602.0, 4604.0, 4622.0, 4606.0, 4619.0, 4604.0, 4607.0, 4649.0, 4605.0, 4617.0, 4648.0, 4630.0, 4607.0, 4617.0, 4607.0, 4635.0, 4617.0, 4631.0, 4644.0, 4618.0, 4638.0, 4616.0, 4618.0, 4646.0, 4617.0, 4629.0, 4659.0, 4620.0, 4645.0, 4631.0, 4620.0, 4637.0, 4607.0, 4641.0, 4661.0, 4618.0, 4606.0, 4615.0, 4606.0, 4636.0, 4619.0, 4641.0, 4658.0, 4618.0, 4637.0, 4617.0, 4618.0, 4647.0, 4618.0, 4616.0, 4616.0, 4617.0, 4636.0, 4617.0, 4631.0, 4649.0, 4608.0, 4618.0, 4646.0, 4604.0, 4627.0, 4657.0, 4616.0, 4616.0, 4615.0, 4621.0, 4648.0, 4628.0, 4618.0, 4627.0, 4618.0, 4638.0, 4629.0, 4632.0, 4661.0, 4629.0, 4629.0, 4620.0, 4621.0, 4675.0, 4623.0, 4647.0, 4664.0, 4631.0, 4676.0, 4631.0, 4630.0, 4661.0, 4643.0, 4640.0, 4666.0, 4618.0, 4616.0, 4616.0, 4606.0, 4648.0, 4615.0, 4617.0, 4645.0, 4630.0, 4629.0, 4615.0, 4617.0, 4646.0, 4617.0, 4607.0, 4625.0, 4617.0, 4636.0, 4616.0, 4631.0, 4648.0, 4616.0, 4627.0, 4618.0, 4629.0, 4659.0, 4645.0, 4633.0, 4632.0, 4632.0, 4660.0, 4632.0, 4655.0, 4673.0, 4632.0, 4641.0, 4648.0, 4620.0, 4648.0, 4661.0, 4633.0, 4638.0, 4617.0, 4617.0, 4657.0, 4617.0, 4619.0, 4644.0, 4605.0, 4615.0, 4624.0, 4604.0, 4625.0, 4615.0, 4604.0, 4613.0, 4603.0, 4604.0, 4633.0, 4626.0, 4618.0, 4645.0, 4616.0, 4626.0, 4618.0, 4634.0, 4662.0, 4632.0, 4640.0, 4635.0, 4606.0, 4650.0, 4617.0, 4616.0, 4636.0, 4617.0, 4637.0, 4607.0, 4621.0, 4648.0, 4606.0, 4606.0, 4645.0, 4605.0, 4616.0, 4646.0, 4605.0, 4605.0, 4592.0, 4594.0, 4622.0, 4607.0, 4607.0, 4633.0, 4605.0, 4615.0, 4625.0, 4617.0, 4638.0, 4617.0, 4607.0, 4637.0, 4629.0, 4619.0, 4658.0, 4620.0, 4618.0, 4616.0, 4608.0, 4647.0, 4618.0, 4630.0, 4648.0, 4617.0, 4618.0, 4647.0, 4616.0, 4639.0, 4657.0, 4617.0, 4616.0, 4614.0, 4606.0, 4636.0, 4616.0, 4619.0, 4638.0, 4607.0, 4619.0, 4648.0, 4619.0, 4620.0, 4648.0, 4620.0, 4619.0, 4636.0, 4618.0, 4628.0, 4627.0, 4619.0, 4638.0, 4618.0, 4619.0, 4648.0, 4627.0, 4630.0, 4661.0, 4620.0, 4619.0, 4629.0, 4629.0, 4649.0, 4620.0, 4623.0, 4646.0, 4656.0, 4675.0, 4645.0, 4636.0, 4633.0, 4634.0, 4663.0, 4634.0, 4655.0, 4662.0, 4621.0, 4651.0, 4619.0, 4643.0, 4672.0, 4621.0, 4620.0, 4607.0, 4621.0, 4649.0, 4621.0, 4620.0, 4640.0, 4619.0, 4637.0, 4617.0, 4631.0, 4660.0, 4607.0, 4617.0, 4645.0, 4606.0, 4615.0, 4645.0, 4606.0, 4606.0, 4615.0, 4605.0, 4625.0, 4606.0, 4607.0, 4635.0, 4606.0, 4619.0, 4648.0, 4619.0, 4632.0, 4618.0, 4634.0, 4662.0, 4633.0, 4642.0, 4658.0, 4619.0, 4631.0, 4620.0, 4620.0, 4649.0, 4633.0, 4623.0, 4650.0, 4620.0, 4630.0, 4667.0, 4620.0, 4630.0, 4647.0, 4606.0, 4627.0, 4635.0, 4608.0, 4629.0, 4616.0, 4608.0, 4638.0, 4607.0, 4608.0, 4648.0, 4620.0, 4620.0, 4648.0, 4619.0, 4607.0, 4646.0, 4619.0, 4621.0, 4641.0, 4620.0, 4640.0, 4618.0, 4632.0, 4674.0, 4644.0, 4649.0, 4673.0, 4625.0, 4641.0, 4620.0, 4621.0, 4650.0, 4631.0, 4639.0, 4672.0, 4632.0, 4631.0, 4619.0, 4633.0, 4650.0, 4619.0, 4633.0, 4648.0, 4618.0, 4629.0, 4619.0, 4609.0, 4651.0, 4620.0, 4609.0, 4627.0, 4618.0, 4618.0, 4637.0, 4620.0, 4629.0, 4618.0, 4607.0, 4636.0, 4604.0, 4606.0, 4637.0, 4617.0, 4597.0, 4617.0, 4610.0, 4647.0, 4631.0, 4642.0, 4631.0, 4622.0, 4642.0, 4634.0, 4673.0, 4657.0, 4666.0, 4645.0, 4647.0, 4657.0, 4646.0, 4686.0, 4656.0, 4645.0, 4643.0, 4632.0, 4682.0, 4644.0, 4656.0, 4671.0, 4630.0, 4658.0, 4620.0, 4640.0, 4670.0, 4631.0, 4659.0, 4617.0, 4632.0, 4667.0, 4618.0, 4630.0, 4637.0, 4607.0, 4638.0, 4616.0, 4616.0, 4646.0, 4617.0, 4595.0, 4643.0, 4593.0, 4614.0, 4653.0, 4595.0, 4602.0, 4593.0, 4594.0, 4612.0, 4593.0, 4596.0, 4624.0, 4605.0, 4610.0, 4606.0, 4607.0, 4639.0, 4628.0, 4607.0, 4625.0, 4605.0, 4596.0, 4636.0, 4618.0, 4621.0, 4637.0, 4608.0, 4618.0, 4607.0, 4619.0, 4650.0, 4609.0, 4609.0, 4639.0, 4607.0, 4618.0, 4649.0, 4618.0, 4599.0, 4647.0, 4608.0, 4618.0, 4620.0, 4634.0, 4650.0, 4618.0, 4609.0, 4647.0, 4606.0, 4619.0, 4661.0, 4632.0, 4620.0, 4634.0, 4632.0, 4651.0, 4633.0, 4623.0, 4630.0, 4632.0, 4651.0, 4629.0, 4645.0, 4674.0, 4631.0, 4620.0, 4619.0, 4620.0, 4649.0, 4632.0, 4633.0, 4648.0, 4631.0, 4628.0, 4616.0, 4621.0, 4651.0, 4618.0, 4609.0, 4636.0, 4618.0, 4630.0, 4668.0, 4608.0, 4617.0, 4616.0, 4621.0, 4648.0, 4621.0, 4609.0, 4637.0, 4618.0, 4627.0, 4644.0, 4618.0, 4628.0, 4615.0, 4608.0, 4627.0, 4615.0, 4607.0, 4627.0, 4618.0, 4608.0, 4618.0, 4607.0, 4606.0, 4647.0, 4632.0, 4624.0, 4660.0, 4633.0, 4640.0, 4631.0, 4645.0, 4674.0, 4631.0, 4624.0, 4661.0, 4634.0, 4641.0, 4674.0, 4622.0, 4611.0, 4641.0, 4619.0, 4652.0, 4660.0, 4609.0, 4630.0, 4619.0, 4608.0, 4648.0, 4627.0, 4597.0, 4635.0, 4606.0, 4595.0, 4637.0, 4604.0, 4595.0, 4624.0, 4605.0, 4597.0, 4634.0, 4616.0, 4608.0, 4635.0, 4620.0, 4632.0, 4633.0, 4632.0, 4651.0, 4632.0, 4633.0, 4661.0, 4632.0, 4634.0, 4661.0, 4633.0, 4653.0, 4631.0, 4634.0, 4664.0, 4633.0, 4623.0, 4650.0, 4621.0, 4632.0, 4669.0, 4621.0, 4610.0, 4629.0, 4620.0, 4650.0, 4649.0, 4634.0, 4638.0, 4619.0, 4618.0, 4647.0, 4628.0, 4623.0, 4648.0, 4618.0, 4620.0, 4669.0, 4619.0, 4630.0, 4669.0, 4620.0, 4607.0, 4607.0, 4606.0, 4627.0, 4618.0, 4621.0, 4638.0, 4619.0, 4631.0, 4648.0, 4630.0, 4642.0, 4649.0, 4619.0, 4630.0, 4620.0, 4621.0, 4661.0, 4632.0, 4623.0, 4640.0, 4622.0, 4652.0, 4646.0, 4622.0, 4650.0, 4619.0, 4647.0, 4643.0, 4620.0, 4653.0, 4620.0, 4612.0, 4650.0, 4619.0, 4641.0, 4630.0, 4622.0, 4644.0, 4633.0, 4642.0, 4671.0, 4636.0, 4640.0, 4620.0, 4620.0, 4651.0, 4618.0, 4620.0, 4648.0, 4607.0, 4608.0, 4638.0, 4619.0, 4641.0, 4632.0, 4621.0, 4650.0, 4632.0, 4644.0, 4634.0, 4635.0, 4652.0, 4631.0, 4632.0, 4676.0, 4632.0, 4653.0, 4659.0, 4621.0, 4639.0, 4619.0, 4620.0, 4659.0, 4631.0, 4610.0, 4646.0, 4608.0, 4607.0, 4648.0, 4607.0, 4599.0, 4637.0, 4607.0, 4597.0, 4635.0, 4628.0, 4632.0, 4633.0, 4622.0, 4631.0, 4619.0, 4620.0, 4660.0, 4635.0, 4635.0, 4660.0, 4632.0, 4642.0, 4669.0, 4621.0, 4631.0, 4670.0, 4610.0, 4619.0, 4658.0, 4620.0, 4621.0, 4617.0, 4609.0, 4638.0, 4619.0], 'WindowWidth': [10304.0, 10283.0, 10285.0, 10210.0, 10274.0, 10213.0, 10204.0, 10202.0, 10140.0, 10146.0, 10121.0, 10144.0, 10152.0, 10117.0, 10192.0, 10150.0, 10179.0, 10198.0, 10147.0, 10157.0, 10094.0, 10065.0, 10059.0, 10011.0, 10069.0, 10091.0, 10145.0, 10124.0, 10178.0, 10150.0, 10165.0, 10206.0, 10153.0, 10162.0, 10120.0, 10147.0, 10119.0, 10170.0, 10177.0, 10138.0, 10136.0, 10129.0, 10068.0, 10103.0, 10061.0, 10048.0, 10082.0, 10013.0, 10025.0, 10049.0, 10012.0, 10036.0, 10024.0, 10017.0, 10054.0, 10034.0, 10037.0, 10073.0, 10050.0, 10039.0, 10077.0, 10056.0, 10046.0, 10083.0, 10078.0, 10096.0, 10083.0, 10109.0, 10128.0, 10129.0, 10113.0, 10108.0, 10109.0, 10153.0, 10113.0, 10133.0, 10169.0, 10133.0, 10180.0, 10221.0, 10165.0, 10155.0, 10159.0, 10194.0, 10200.0, 10159.0, 10198.0, 10205.0, 10167.0, 10219.0, 10230.0, 10227.0, 10203.0, 10203.0, 10211.0, 10226.0, 10230.0, 10188.0, 10193.0, 10178.0, 10197.0, 10191.0, 10176.0, 10211.0, 10184.0, 10202.0, 10177.0, 10188.0, 10162.0, 10186.0, 10157.0, 10171.0, 10199.0, 10161.0, 10207.0, 10164.0, 10167.0, 10151.0, 10168.0, 10222.0, 10143.0, 10221.0, 10155.0, 10152.0, 10150.0, 10166.0, 10150.0, 10150.0, 10175.0, 10161.0, 10190.0, 10138.0, 10149.0, 10135.0, 10132.0, 10172.0, 10132.0, 10180.0, 10180.0, 10141.0, 10162.0, 10109.0, 10122.0, 10174.0, 10111.0, 10138.0, 10102.0, 10104.0, 10127.0, 10111.0, 10134.0, 10108.0, 10113.0, 10177.0, 10110.0, 10129.0, 10173.0, 10151.0, 10115.0, 10128.0, 10114.0, 10150.0, 10130.0, 10156.0, 10163.0, 10133.0, 10158.0, 10126.0, 10131.0, 10164.0, 10128.0, 10148.0, 10191.0, 10138.0, 10180.0, 10155.0, 10135.0, 10153.0, 10116.0, 10170.0, 10197.0, 10132.0, 10112.0, 10123.0, 10113.0, 10152.0, 10136.0, 10168.0, 10188.0, 10130.0, 10154.0, 10127.0, 10133.0, 10171.0, 10131.0, 10125.0, 10124.0, 10128.0, 10153.0, 10130.0, 10154.0, 10175.0, 10117.0, 10130.0, 10166.0, 10108.0, 10143.0, 10184.0, 10126.0, 10125.0, 10124.0, 10143.0, 10173.0, 10146.0, 10132.0, 10141.0, 10130.0, 10159.0, 10150.0, 10160.0, 10197.0, 10150.0, 10148.0, 10138.0, 10139.0, 10223.0, 10150.0, 10190.0, 10207.0, 10157.0, 10229.0, 10160.0, 10153.0, 10197.0, 10176.0, 10165.0, 10196.0, 10132.0, 10125.0, 10126.0, 10110.0, 10174.0, 10125.0, 10130.0, 10164.0, 10154.0, 10152.0, 10125.0, 10129.0, 10168.0, 10129.0, 10114.0, 10139.0, 10129.0, 10153.0, 10128.0, 10156.0, 10175.0, 10130.0, 10145.0, 10134.0, 10150.0, 10192.0, 10183.0, 10161.0, 10159.0, 10158.0, 10193.0, 10157.0, 10195.0, 10218.0, 10162.0, 10169.0, 10174.0, 10138.0, 10174.0, 10198.0, 10164.0, 10158.0, 10129.0, 10129.0, 10182.0, 10128.0, 10135.0, 10163.0, 10109.0, 10122.0, 10134.0, 10107.0, 10137.0, 10126.0, 10108.0, 10117.0, 10104.0, 10106.0, 10146.0, 10143.0, 10135.0, 10166.0, 10126.0, 10139.0, 10134.0, 10167.0, 10204.0, 10161.0, 10169.0, 10153.0, 10113.0, 10182.0, 10130.0, 10128.0, 10152.0, 10130.0, 10156.0, 10115.0, 10143.0, 10172.0, 10111.0, 10111.0, 10164.0, 10109.0, 10124.0, 10167.0, 10108.0, 10107.0, 10087.0, 10090.0, 10128.0, 10117.0, 10117.0, 10145.0, 10109.0, 10123.0, 10139.0, 10128.0, 10159.0, 10132.0, 10115.0, 10156.0, 10151.0, 10136.0, 10187.0, 10139.0, 10131.0, 10128.0, 10118.0, 10172.0, 10132.0, 10152.0, 10172.0, 10130.0, 10132.0, 10171.0, 10128.0, 10162.0, 10186.0, 10130.0, 10127.0, 10121.0, 10113.0, 10153.0, 10127.0, 10136.0, 10158.0, 10116.0, 10133.0, 10172.0, 10134.0, 10137.0, 10174.0, 10138.0, 10136.0, 10155.0, 10131.0, 10145.0, 10145.0, 10137.0, 10159.0, 10132.0, 10135.0, 10172.0, 10144.0, 10154.0, 10196.0, 10138.0, 10136.0, 10150.0, 10149.0, 10177.0, 10140.0, 10147.0, 10189.0, 10201.0, 10223.0, 10182.0, 10172.0, 10164.0, 10164.0, 10200.0, 10164.0, 10194.0, 10200.0, 10143.0, 10181.0, 10136.0, 10175.0, 10216.0, 10141.0, 10138.0, 10116.0, 10143.0, 10176.0, 10143.0, 10137.0, 10166.0, 10134.0, 10157.0, 10128.0, 10157.0, 10192.0, 10116.0, 10128.0, 10164.0, 10110.0, 10123.0, 10166.0, 10113.0, 10111.0, 10123.0, 10110.0, 10138.0, 10115.0, 10118.0, 10152.0, 10112.0, 10133.0, 10174.0, 10137.0, 10159.0, 10133.0, 10167.0, 10199.0, 10162.0, 10170.0, 10190.0, 10136.0, 10154.0, 10137.0, 10137.0, 10177.0, 10162.0, 10147.0, 10178.0, 10137.0, 10150.0, 10198.0, 10139.0, 10150.0, 10167.0, 10112.0, 10140.0, 10150.0, 10117.0, 10150.0, 10128.0, 10117.0, 10161.0, 10116.0, 10118.0, 10171.0, 10138.0, 10139.0, 10173.0, 10135.0, 10118.0, 10167.0, 10135.0, 10142.0, 10171.0, 10140.0, 10165.0, 10134.0, 10161.0, 10219.0, 10179.0, 10193.0, 10218.0, 10151.0, 10169.0, 10138.0, 10142.0, 10179.0, 10153.0, 10164.0, 10215.0, 10161.0, 10154.0, 10135.0, 10162.0, 10180.0, 10136.0, 10159.0, 10173.0, 10134.0, 10146.0, 10133.0, 10121.0, 10182.0, 10139.0, 10121.0, 10141.0, 10131.0, 10130.0, 10157.0, 10137.0, 10147.0, 10130.0, 10115.0, 10153.0, 10108.0, 10115.0, 10156.0, 10130.0, 10102.0, 10130.0, 10124.0, 10173.0, 10159.0, 10175.0, 10156.0, 10145.0, 10173.0, 10164.0, 10216.0, 10204.0, 10213.0, 10182.0, 10188.0, 10201.0, 10186.0, 10242.0, 10200.0, 10181.0, 10177.0, 10161.0, 10228.0, 10181.0, 10197.0, 10210.0, 10153.0, 10189.0, 10139.0, 10165.0, 10208.0, 10157.0, 10189.0, 10130.0, 10157.0, 10199.0, 10133.0, 10151.0, 10155.0, 10115.0, 10157.0, 10125.0, 10126.0, 10168.0, 10130.0, 10096.0, 10159.0, 10091.0, 10119.0, 10172.0, 10095.0, 10101.0, 10089.0, 10093.0, 10114.0, 10090.0, 10100.0, 10134.0, 10109.0, 10123.0, 10113.0, 10114.0, 10162.0, 10150.0, 10116.0, 10138.0, 10109.0, 10099.0, 10151.0, 10134.0, 10141.0, 10158.0, 10120.0, 10131.0, 10118.0, 10135.0, 10179.0, 10121.0, 10121.0, 10161.0, 10116.0, 10131.0, 10177.0, 10133.0, 10106.0, 10168.0, 10117.0, 10131.0, 10138.0, 10167.0, 10180.0, 10133.0, 10122.0, 10172.0, 10114.0, 10137.0, 10197.0, 10158.0, 10138.0, 10165.0, 10159.0, 10181.0, 10162.0, 10149.0, 10153.0, 10159.0, 10182.0, 10151.0, 10183.0, 10220.0, 10156.0, 10140.0, 10136.0, 10138.0, 10177.0, 10161.0, 10160.0, 10175.0, 10153.0, 10146.0, 10128.0, 10143.0, 10184.0, 10133.0, 10121.0, 10155.0, 10132.0, 10151.0, 10203.0, 10119.0, 10131.0, 10129.0, 10142.0, 10175.0, 10143.0, 10123.0, 10155.0, 10131.0, 10144.0, 10165.0, 10132.0, 10147.0, 10125.0, 10117.0, 10141.0, 10124.0, 10114.0, 10143.0, 10134.0, 10118.0, 10134.0, 10115.0, 10115.0, 10173.0, 10161.0, 10151.0, 10196.0, 10162.0, 10168.0, 10155.0, 10182.0, 10220.0, 10159.0, 10150.0, 10197.0, 10166.0, 10172.0, 10217.0, 10144.0, 10128.0, 10168.0, 10137.0, 10185.0, 10194.0, 10122.0, 10151.0, 10134.0, 10118.0, 10174.0, 10143.0, 10101.0, 10152.0, 10112.0, 10095.0, 10153.0, 10108.0, 10097.0, 10134.0, 10108.0, 10101.0, 10149.0, 10126.0, 10120.0, 10153.0, 10137.0, 10159.0, 10165.0, 10161.0, 10183.0, 10160.0, 10161.0, 10198.0, 10161.0, 10164.0, 10199.0, 10161.0, 10188.0, 10157.0, 10165.0, 10206.0, 10160.0, 10146.0, 10180.0, 10140.0, 10156.0, 10206.0, 10141.0, 10124.0, 10148.0, 10138.0, 10177.0, 10175.0, 10163.0, 10161.0, 10134.0, 10132.0, 10170.0, 10148.0, 10146.0, 10172.0, 10134.0, 10138.0, 10203.0, 10135.0, 10152.0, 10206.0, 10137.0, 10115.0, 10114.0, 10114.0, 10144.0, 10135.0, 10142.0, 10161.0, 10135.0, 10155.0, 10176.0, 10152.0, 10173.0, 10178.0, 10135.0, 10151.0, 10139.0, 10144.0, 10196.0, 10160.0, 10147.0, 10166.0, 10142.0, 10184.0, 10187.0, 10146.0, 10180.0, 10135.0, 10187.0, 10175.0, 10141.0, 10190.0, 10140.0, 10129.0, 10179.0, 10137.0, 10171.0, 10157.0, 10146.0, 10175.0, 10162.0, 10171.0, 10215.0, 10171.0, 10169.0, 10138.0, 10138.0, 10182.0, 10133.0, 10140.0, 10176.0, 10118.0, 10118.0, 10158.0, 10135.0, 10168.0, 10158.0, 10144.0, 10179.0, 10159.0, 10180.0, 10165.0, 10169.0, 10187.0, 10157.0, 10160.0, 10226.0, 10161.0, 10190.0, 10194.0, 10141.0, 10162.0, 10136.0, 10137.0, 10190.0, 10155.0, 10124.0, 10168.0, 10120.0, 10119.0, 10172.0, 10115.0, 10105.0, 10155.0, 10116.0, 10104.0, 10152.0, 10150.0, 10162.0, 10165.0, 10145.0, 10155.0, 10137.0, 10141.0, 10194.0, 10168.0, 10166.0, 10194.0, 10158.0, 10173.0, 10204.0, 10143.0, 10156.0, 10207.0, 10125.0, 10134.0, 10189.0, 10139.0, 10140.0, 10130.0, 10122.0, 10159.0, 10135.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.008662904707233065</td></tr>
<tr><td colspan=3>aqi</td><td>0.025006482663605053</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.5350143542184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2896888971839098</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1881459620229888</td></tr>
<tr><td colspan=3>efc</td><td>0.5026</td></tr>
<tr><td colspan=3>fber</td><td>5509.73</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11922370518585979</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>65</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.462686567164179</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.491549221586756</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.429399032987704</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.669193118179659</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.376055513592905</td></tr>
<tr><td colspan=3>gcor</td><td>0.014837</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01494661346077919</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.042108334600925446</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.041189872212598</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>18.3666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.9455</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.9277</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291388.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1019.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.2535</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7669</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>615.4365</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3780.1449</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85156.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1503.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>973.7174</td></tr>
<tr><td colspan=3>tsnr</td><td>34.91771280596731</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>