ds005256-mriqc/sub-0086_ses-03_task-social_acq-mb8_run-02_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-02_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-02_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-02_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-02_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-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_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-02_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-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_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-02_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-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_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-02_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-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_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-02_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-02_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-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_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-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_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-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-03_task-social_acq-mb8_run-02_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-02_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>0e1057f8fa42227b5c72d3be9fea42ca</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:09:12.610000</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-02_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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</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>ac8880ad-e6d7-4e8d-ad8f-515cdc9c1055||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': ['090912.610000', '090913.070000', '090913.530000', '090913.990000', '090914.450000', '090914.910000', '090915.370000', '090915.830000', '090916.290000', '090916.750000', '090917.210000', '090917.670000', '090918.130000', '090918.590000', '090919.050000', '090919.510000', '090919.970000', '090920.430000', '090920.890000', '090921.350000', '090921.810000', '090922.270000', '090922.730000', '090923.190000', '090923.650000', '090924.110000', '090924.570000', '090925.030000', '090925.490000', '090925.950000', '090926.410000', '090926.870000', '090927.330000', '090927.790000', '090928.250000', '090928.710000', '090929.170000', '090929.630000', '090930.090000', '090930.550000', '090931.010000', '090931.470000', '090931.930000', '090932.390000', '090932.850000', '090933.310000', '090933.770000', '090934.230000', '090934.690000', '090935.150000', '090935.610000', '090936.070000', '090936.530000', '090936.990000', '090937.450000', '090937.910000', '090938.370000', '090938.830000', '090939.290000', '090939.750000', '090940.210000', '090940.670000', '090941.130000', '090941.590000', '090942.050000', '090942.510000', '090942.970000', '090943.430000', '090943.890000', '090944.350000', '090944.810000', '090945.270000', '090945.730000', '090946.190000', '090946.650000', '090947.110000', '090947.570000', '090948.030000', '090948.490000', '090948.950000', '090949.410000', '090949.870000', '090950.330000', '090950.790000', '090951.250000', '090951.710000', '090952.170000', '090952.630000', '090953.090000', '090953.550000', '090954.010000', '090954.470000', '090954.930000', '090955.390000', '090955.850000', '090956.310000', '090956.770000', '090957.230000', '090957.690000', '090958.150000', '090958.610000', '090959.070000', '090959.530000', '090959.990000', '091000.450000', '091000.910000', '091001.370000', '091001.830000', '091002.290000', '091002.750000', '091003.210000', '091003.670000', '091004.130000', '091004.590000', '091005.050000', '091005.510000', '091005.970000', '091006.430000', '091006.890000', '091007.350000', '091007.810000', '091008.270000', '091008.730000', '091009.190000', '091009.650000', '091010.110000', '091010.570000', '091011.030000', '091011.490000', '091011.950000', '091012.410000', '091012.870000', '091013.330000', '091013.790000', '091014.250000', '091014.710000', '091015.170000', '091015.630000', '091016.090000', '091016.550000', '091017.010000', '091017.470000', '091017.930000', '091018.390000', '091018.850000', '091019.310000', '091019.770000', '091020.230000', '091020.690000', '091021.150000', '091021.610000', '091022.070000', '091022.530000', '091022.990000', '091023.450000', '091023.910000', '091024.370000', '091024.830000', '091025.290000', '091025.750000', '091026.210000', '091026.670000', '091027.130000', '091027.590000', '091028.050000', '091028.510000', '091028.970000', '091029.430000', '091029.890000', '091030.350000', '091030.810000', '091031.270000', '091031.730000', '091032.190000', '091032.650000', '091033.110000', '091033.570000', '091034.030000', '091034.490000', '091034.950000', '091035.410000', '091035.870000', '091036.330000', '091036.790000', '091037.250000', '091037.710000', '091038.170000', '091038.630000', '091039.090000', '091039.550000', '091040.010000', '091040.470000', '091040.930000', '091041.390000', '091041.850000', '091042.310000', '091042.770000', '091043.230000', '091043.690000', '091044.150000', '091044.610000', '091045.070000', '091045.530000', '091045.990000', '091046.450000', '091046.910000', '091047.370000', '091047.830000', '091048.290000', '091048.750000', '091049.210000', '091049.670000', '091050.130000', '091050.590000', '091051.050000', '091051.510000', '091051.970000', '091052.430000', '091052.890000', '091053.350000', '091053.810000', '091054.270000', '091054.730000', '091055.190000', '091055.650000', '091056.110000', '091056.570000', '091057.030000', '091057.490000', '091057.950000', '091058.410000', '091058.870000', '091059.330000', '091059.790000', '091100.250000', '091100.710000', '091101.170000', '091101.630000', '091102.090000', '091102.550000', '091103.010000', '091103.470000', '091103.930000', '091104.390000', '091104.850000', '091105.310000', '091105.770000', '091106.230000', '091106.690000', '091107.150000', '091107.610000', '091108.070000', '091108.530000', '091108.990000', '091109.450000', '091109.910000', '091110.370000', '091110.830000', '091111.290000', '091111.750000', '091112.210000', '091112.670000', '091113.130000', '091113.590000', '091114.050000', '091114.510000', '091114.970000', '091115.430000', '091115.890000', '091116.350000', '091116.810000', '091117.270000', '091117.730000', '091118.190000', '091118.650000', '091119.110000', '091119.570000', '091120.030000', '091120.490000', '091120.950000', '091121.410000', '091121.870000', '091122.330000', '091122.790000', '091123.250000', '091123.710000', '091124.170000', '091124.630000', '091125.090000', '091125.550000', '091126.010000', '091126.470000', '091126.930000', '091127.390000', '091127.850000', '091128.310000', '091128.770000', '091129.230000', '091129.690000', '091130.150000', '091130.610000', '091131.070000', '091131.530000', '091131.990000', '091132.450000', '091132.910000', '091133.370000', '091133.830000', '091134.290000', '091134.750000', '091135.210000', '091135.670000', '091136.130000', '091136.590000', '091137.050000', '091137.510000', '091137.970000', '091138.430000', '091138.890000', '091139.350000', '091139.810000', '091140.270000', '091140.730000', '091141.190000', '091141.650000', '091142.110000', '091142.570000', '091143.030000', '091143.490000', '091143.950000', '091144.410000', '091144.870000', '091145.330000', '091145.790000', '091146.250000', '091146.710000', '091147.170000', '091147.630000', '091148.090000', '091148.550000', '091149.010000', '091149.470000', '091149.930000', '091150.390000', '091150.850000', '091151.310000', '091151.770000', '091152.230000', '091152.690000', '091153.150000', '091153.610000', '091154.070000', '091154.530000', '091154.990000', '091155.450000', '091155.910000', '091156.370000', '091156.830000', '091157.290000', '091157.750000', '091158.210000', '091158.670000', '091159.130000', '091159.590000', '091200.050000', '091200.510000', '091200.970000', '091201.430000', '091201.890000', '091202.350000', '091202.810000', '091203.270000', '091203.730000', '091204.190000', '091204.650000', '091205.110000', '091205.570000', '091206.030000', '091206.490000', '091206.950000', '091207.410000', '091207.870000', '091208.330000', '091208.790000', '091209.250000', '091209.710000', '091210.170000', '091210.630000', '091211.090000', '091211.550000', '091212.010000', '091212.470000', '091212.930000', '091213.390000', '091213.850000', '091214.310000', '091214.770000', '091215.230000', '091215.690000', '091216.150000', '091216.610000', '091217.070000', '091217.530000', '091217.990000', '091218.450000', '091218.910000', '091219.370000', '091219.830000', '091220.290000', '091220.750000', '091221.210000', '091221.670000', '091222.130000', '091222.590000', '091223.050000', '091223.510000', '091223.970000', '091224.430000', '091224.890000', '091225.350000', '091225.810000', '091226.270000', '091226.730000', '091227.190000', '091227.650000', '091228.110000', '091228.570000', '091229.030000', '091229.490000', '091229.950000', '091230.410000', '091230.870000', '091231.330000', '091231.790000', '091232.250000', '091232.710000', '091233.170000', '091233.630000', '091234.090000', '091234.550000', '091235.010000', '091235.470000', '091235.930000', '091236.390000', '091236.850000', '091237.310000', '091237.770000', '091238.230000', '091238.690000', '091239.150000', '091239.610000', '091240.070000', '091240.530000', '091240.990000', '091241.450000', '091241.910000', '091242.370000', '091242.830000', '091243.290000', '091243.750000', '091244.210000', '091244.670000', '091245.130000', '091245.590000', '091246.050000', '091246.510000', '091246.970000', '091247.430000', '091247.890000', '091248.350000', '091248.810000', '091249.270000', '091249.730000', '091250.190000', '091250.650000', '091251.110000', '091251.570000', '091252.030000', '091252.490000', '091252.950000', '091253.410000', '091253.870000', '091254.330000', '091254.790000', '091255.250000', '091255.710000', '091256.170000', '091256.630000', '091257.090000', '091257.550000', '091258.010000', '091258.470000', '091258.930000', '091259.390000', '091259.850000', '091300.310000', '091300.770000', '091301.230000', '091301.690000', '091302.150000', '091302.610000', '091303.070000', '091303.530000', '091303.990000', '091304.450000', '091304.910000', '091305.370000', '091305.830000', '091306.290000', '091306.750000', '091307.210000', '091307.670000', '091308.130000', '091308.590000', '091309.050000', '091309.510000', '091309.970000', '091310.430000', '091310.890000', '091311.350000', '091311.810000', '091312.270000', '091312.730000', '091313.190000', '091313.650000', '091314.110000', '091314.570000', '091315.030000', '091315.490000', '091315.950000', '091316.410000', '091316.870000', '091317.330000', '091317.790000', '091318.250000', '091318.710000', '091319.170000', '091319.630000', '091320.090000', '091320.550000', '091321.010000', '091321.470000', '091321.930000', '091322.390000', '091322.850000', '091323.310000', '091323.770000', '091324.230000', '091324.690000', '091325.150000', '091325.610000', '091326.070000', '091326.530000', '091326.990000', '091327.450000', '091327.910000', '091328.370000', '091328.830000', '091329.290000', '091329.750000', '091330.210000', '091330.670000', '091331.130000', '091331.590000', '091332.050000', '091332.510000', '091332.970000', '091333.430000', '091333.890000', '091334.350000', '091334.810000', '091335.270000', '091335.730000', '091336.190000', '091336.650000', '091337.110000', '091337.570000', '091338.030000', '091338.490000', '091338.950000', '091339.410000', '091339.870000', '091340.330000', '091340.790000', '091341.250000', '091341.710000', '091342.170000', '091342.630000', '091343.090000', '091343.550000', '091344.010000', '091344.470000', '091344.930000', '091345.390000', '091345.850000', '091346.310000', '091346.770000', '091347.230000', '091347.690000', '091348.150000', '091348.610000', '091349.070000', '091349.530000', '091349.990000', '091350.450000', '091350.910000', '091351.370000', '091351.830000', '091352.290000', '091352.750000', '091353.210000', '091353.670000', '091354.130000', '091354.590000', '091355.050000', '091355.510000', '091355.970000', '091356.430000', '091356.890000', '091357.350000', '091357.810000', '091358.270000', '091358.730000', '091359.190000', '091359.650000', '091400.110000', '091400.570000', '091401.030000', '091401.490000', '091401.950000', '091402.410000', '091402.870000', '091403.330000', '091403.790000', '091404.250000', '091404.710000', '091405.170000', '091405.630000', '091406.090000', '091406.550000', '091407.010000', '091407.470000', '091407.930000', '091408.390000', '091408.850000', '091409.310000', '091409.770000', '091410.230000', '091410.690000', '091411.150000', '091411.610000', '091412.070000', '091412.530000', '091412.990000', '091413.450000', '091413.910000', '091414.370000', '091414.830000', '091415.290000', '091415.750000', '091416.210000', '091416.670000', '091417.130000', '091417.590000', '091418.050000', '091418.510000', '091418.970000', '091419.430000', '091419.890000', '091420.350000', '091420.810000', '091421.270000', '091421.730000', '091422.190000', '091422.650000', '091423.110000', '091423.570000', '091424.030000', '091424.490000', '091424.950000', '091425.410000', '091425.870000', '091426.330000', '091426.790000', '091427.250000', '091427.710000', '091428.170000', '091428.630000', '091429.090000', '091429.550000', '091430.010000', '091430.470000', '091430.930000', '091431.390000', '091431.850000', '091432.310000', '091432.770000', '091433.230000', '091433.690000', '091434.150000', '091434.610000', '091435.070000', '091435.530000', '091435.990000', '091436.450000', '091436.910000', '091437.370000', '091437.830000', '091438.290000', '091438.750000', '091439.210000', '091439.670000', '091440.130000', '091440.590000', '091441.050000', '091441.510000', '091441.970000', '091442.430000', '091442.890000', '091443.350000', '091443.810000', '091444.270000', '091444.730000', '091445.190000', '091445.650000', '091446.110000', '091446.570000', '091447.030000', '091447.490000', '091447.950000', '091448.410000', '091448.870000', '091449.330000', '091449.790000', '091450.250000', '091450.710000', '091451.170000', '091451.630000', '091452.090000', '091452.550000', '091453.010000', '091453.470000', '091453.930000', '091454.390000', '091454.850000', '091455.310000', '091455.770000', '091456.230000', '091456.690000', '091457.150000', '091457.610000', '091458.070000', '091458.530000', '091458.990000', '091459.450000', '091459.910000', '091500.370000', '091500.830000', '091501.290000', '091501.750000', '091502.210000', '091502.670000', '091503.130000', '091503.590000', '091504.050000', '091504.510000', '091504.970000', '091505.430000', '091505.890000', '091506.350000', '091506.810000', '091507.270000', '091507.730000', '091508.190000', '091508.650000', '091509.110000', '091509.570000', '091510.030000', '091510.490000', '091510.950000', '091511.410000', '091511.870000', '091512.330000', '091512.790000', '091513.250000', '091513.710000', '091514.170000', '091514.630000', '091515.090000', '091515.550000', '091516.010000', '091516.470000', '091516.930000', '091517.390000', '091517.850000', '091518.310000', '091518.770000', '091519.230000', '091519.690000', '091520.150000', '091520.610000', '091521.070000', '091521.530000', '091521.990000', '091522.450000', '091522.910000', '091523.370000', '091523.830000', '091524.290000', '091524.750000', '091525.210000', '091525.670000', '091526.130000', '091526.590000', '091527.050000', '091527.510000', '091527.970000', '091528.430000', '091528.890000', '091529.350000', '091529.810000', '091530.270000', '091530.730000', '091531.190000', '091531.650000', '091532.110000', '091532.570000', '091533.030000', '091533.490000', '091533.950000', '091534.410000', '091534.870000', '091535.330000', '091535.790000', '091536.250000', '091536.710000', '091537.170000', '091537.630000', '091538.090000', '091538.550000', '091539.010000', '091539.470000', '091539.930000', '091540.390000', '091540.850000', '091541.310000', '091541.770000', '091542.230000', '091542.690000', '091543.150000', '091543.610000', '091544.070000', '091544.530000', '091544.990000', '091545.450000', '091545.910000', '091546.370000', '091546.830000', '091547.290000', '091547.750000', '091548.210000', '091548.670000', '091549.130000', '091549.590000', '091550.050000', '091550.510000', '091550.970000', '091551.430000', '091551.890000', '091552.350000', '091552.810000', '091553.270000'], 'ContentTime': ['090934.755000', '090934.759000', '090934.762000', '090934.764000', '090934.767000', '090934.770000', '090934.780000', '090934.782000', '090934.785000', '090934.788000', '090934.790000', '090934.793000', '090934.795000', '090934.798000', '090934.801000', '090934.803000', '090934.806000', '090934.809000', '090934.811000', '090934.814000', '090934.817000', '090934.819000', '090934.822000', '090934.824000', '090934.827000', '090934.830000', '090934.832000', '090934.835000', '090934.838000', '090934.840000', '090934.843000', '090934.846000', '090934.848000', '090934.851000', '090934.853000', '090934.856000', '090934.859000', '090934.861000', '090934.864000', '090934.867000', '090934.869000', '090934.877000', '090934.880000', '090934.883000', '090934.885000', '090934.888000', '090954.700000', '090954.703000', '090954.705000', '090954.708000', '090954.710000', '090954.713000', '090954.715000', '090954.718000', '090954.721000', '090954.723000', '090954.726000', '090954.728000', '090954.731000', '090954.733000', '090954.736000', '090954.739000', '090954.741000', '090954.744000', '090954.746000', '090954.749000', '090954.752000', '090954.754000', '090954.757000', '090954.760000', '090954.762000', '090954.765000', '090954.768000', '090954.770000', '090954.773000', '090954.776000', '090954.778000', '090954.781000', '090954.784000', '090954.786000', '090954.789000', '090954.792000', '090954.794000', '090954.797000', '090954.800000', '090954.802000', '090954.805000', '090954.808000', '090954.810000', '091014.699000', '091014.702000', '091014.705000', '091014.707000', '091014.710000', '091014.713000', '091014.715000', '091014.718000', '091014.720000', '091014.723000', '091014.726000', '091014.728000', '091014.731000', '091014.734000', '091014.736000', '091014.739000', '091014.741000', '091014.744000', '091014.747000', '091014.749000', '091014.752000', '091014.755000', '091014.757000', '091014.760000', '091014.762000', '091014.765000', '091014.768000', '091014.770000', '091014.773000', '091014.775000', '091014.778000', '091014.781000', '091014.783000', '091014.786000', '091014.789000', '091014.791000', '091014.794000', '091014.796000', '091014.799000', '091014.802000', '091014.804000', '091014.807000', '091014.810000', '091014.812000', '091034.698000', '091034.701000', '091034.704000', '091034.707000', '091034.710000', '091034.712000', '091034.715000', '091034.717000', '091034.720000', '091034.723000', '091034.725000', '091034.728000', '091034.731000', '091034.733000', '091034.736000', '091034.738000', '091034.741000', '091034.743000', '091034.746000', '091034.749000', '091034.751000', '091034.754000', '091034.757000', '091034.759000', '091034.762000', '091034.764000', '091034.767000', '091034.770000', '091034.772000', '091034.775000', '091034.778000', '091034.780000', '091034.783000', '091034.785000', '091034.788000', '091034.791000', '091034.794000', '091034.796000', '091034.799000', '091034.801000', '091034.804000', '091034.807000', '091034.809000', '091054.699000', '091054.701000', '091054.704000', '091054.707000', '091054.709000', '091054.712000', '091054.714000', '091054.717000', '091054.720000', '091054.722000', '091054.725000', '091054.728000', '091054.730000', '091054.733000', '091054.736000', '091054.740000', '091054.742000', '091054.745000', '091054.748000', '091054.750000', '091054.753000', '091054.756000', '091054.758000', '091054.766000', '091054.769000', '091054.771000', '091054.774000', '091054.776000', '091054.779000', '091054.782000', '091054.784000', '091054.787000', '091054.790000', '091054.793000', '091054.796000', '091054.799000', '091054.801000', '091054.804000', '091054.806000', '091054.809000', '091054.812000', '091054.814000', '091054.817000', '091054.820000', '091114.698000', '091114.701000', '091114.704000', '091114.706000', '091114.709000', '091114.712000', '091114.714000', '091114.717000', '091114.719000', '091114.722000', '091114.725000', '091114.727000', '091114.730000', '091114.733000', '091114.735000', '091114.738000', '091114.740000', '091114.743000', '091114.746000', '091114.748000', '091114.751000', '091114.762000', '091114.764000', '091114.767000', '091114.769000', '091114.772000', '091114.775000', '091114.777000', '091114.780000', '091114.783000', '091114.785000', '091114.788000', '091114.790000', '091114.793000', '091114.806000', '091114.809000', '091114.811000', '091114.814000', '091114.817000', '091114.819000', '091114.822000', '091114.825000', '091114.827000', '091134.699000', '091134.702000', '091134.705000', '091134.708000', '091134.710000', '091134.713000', '091134.716000', '091134.718000', '091134.721000', '091134.724000', '091134.726000', '091134.729000', '091134.731000', '091134.734000', '091134.737000', '091134.739000', '091134.742000', '091134.745000', '091134.748000', '091134.750000', '091134.753000', '091134.755000', '091134.758000', '091134.761000', '091134.763000', '091134.766000', '091134.769000', '091134.771000', '091134.774000', '091134.776000', '091134.779000', '091134.782000', '091134.784000', '091134.787000', '091134.790000', '091134.792000', '091134.795000', '091134.798000', '091134.800000', '091134.803000', '091134.806000', '091134.808000', '091134.811000', '091154.699000', '091154.703000', '091154.705000', '091154.708000', '091154.711000', '091154.713000', '091154.716000', '091154.719000', '091154.721000', '091154.724000', '091154.727000', '091154.729000', '091154.732000', '091154.735000', '091154.737000', '091154.740000', '091154.743000', '091154.745000', '091154.748000', '091154.751000', '091154.753000', '091154.756000', '091154.759000', '091154.761000', '091154.764000', '091154.767000', '091154.769000', '091154.772000', '091154.774000', '091154.777000', '091154.780000', '091154.782000', '091154.785000', '091154.788000', '091154.790000', '091154.793000', '091154.796000', '091154.798000', '091154.801000', '091154.804000', '091154.806000', '091154.809000', '091154.812000', '091154.814000', '091214.699000', '091214.702000', '091214.705000', '091214.707000', '091214.710000', '091214.713000', '091214.715000', '091214.718000', '091214.720000', '091214.723000', '091214.726000', '091214.728000', '091214.731000', '091214.734000', '091214.736000', '091214.739000', '091214.742000', '091214.744000', '091214.747000', '091214.749000', '091214.752000', '091214.755000', '091214.757000', '091214.760000', '091214.762000', '091214.765000', '091214.767000', '091214.770000', '091214.773000', '091214.775000', '091214.779000', '091214.782000', '091214.785000', '091214.787000', '091214.790000', '091214.793000', '091214.795000', '091214.798000', '091214.800000', '091214.803000', '091214.806000', '091214.808000', '091214.811000', '091234.700000', '091234.703000', '091234.705000', '091234.708000', '091234.710000', '091234.713000', '091234.716000', '091234.718000', '091234.721000', '091234.723000', '091234.726000', '091234.729000', '091234.731000', '091234.734000', '091234.736000', '091234.739000', '091234.742000', '091234.745000', '091234.748000', '091234.750000', '091234.753000', '091234.755000', '091234.758000', '091234.761000', '091234.763000', '091234.766000', '091234.769000', '091234.771000', '091234.774000', '091234.776000', '091234.779000', '091234.782000', '091234.784000', '091234.787000', '091234.789000', '091234.792000', '091234.795000', '091234.797000', '091234.800000', '091234.802000', '091234.805000', '091234.807000', '091234.810000', '091234.813000', '091254.699000', '091254.701000', '091254.704000', '091254.707000', '091254.709000', '091254.712000', '091254.714000', '091254.717000', '091254.720000', '091254.722000', '091254.725000', '091254.727000', '091254.730000', '091254.733000', '091254.735000', '091254.738000', '091254.750000', '091254.753000', '091254.756000', '091254.758000', '091254.761000', '091254.763000', '091254.766000', '091254.769000', '091254.771000', '091254.774000', '091254.777000', '091254.789000', '091254.792000', '091254.795000', '091254.797000', '091254.800000', '091254.803000', '091254.805000', '091254.808000', '091254.810000', '091254.813000', '091254.816000', '091254.818000', '091254.821000', '091254.823000', '091254.826000', '091254.828000', '091314.698000', '091314.701000', '091314.704000', '091314.707000', '091314.709000', '091314.712000', '091314.714000', '091314.717000', '091314.720000', '091314.722000', '091314.725000', '091314.727000', '091314.730000', '091314.732000', '091314.735000', '091314.738000', '091314.740000', '091314.743000', '091314.746000', '091314.748000', '091314.751000', '091314.754000', '091314.756000', '091314.759000', '091314.761000', '091314.764000', '091314.766000', '091314.769000', '091314.772000', '091314.774000', '091314.777000', '091314.780000', '091314.782000', '091314.785000', '091314.787000', '091314.790000', '091314.793000', '091314.795000', '091314.798000', '091314.801000', '091314.803000', '091314.806000', '091314.809000', '091314.811000', '091334.698000', '091334.701000', '091334.704000', '091334.707000', '091334.709000', '091334.712000', '091334.715000', '091334.717000', '091334.720000', '091334.722000', '091334.725000', '091334.728000', '091334.730000', '091334.733000', '091334.736000', '091334.738000', '091334.741000', '091334.743000', '091334.746000', '091334.748000', '091334.751000', '091334.754000', '091334.756000', '091334.759000', '091334.761000', '091334.764000', '091334.767000', '091334.769000', '091334.772000', '091334.775000', '091334.777000', '091334.780000', '091334.783000', '091334.786000', '091334.788000', '091334.791000', '091334.793000', '091334.796000', '091334.800000', '091334.802000', '091334.805000', '091334.808000', '091334.811000', '091354.700000', '091354.702000', '091354.706000', '091354.708000', '091354.711000', '091354.713000', '091354.716000', '091354.719000', '091354.721000', '091354.724000', '091354.726000', '091354.729000', '091354.732000', '091354.734000', '091354.737000', '091354.740000', '091354.742000', '091354.745000', '091354.747000', '091354.750000', '091354.753000', '091354.755000', '091354.758000', '091354.760000', '091354.763000', '091354.766000', '091354.768000', '091354.771000', '091354.774000', '091354.776000', '091354.779000', '091354.782000', '091354.784000', '091354.787000', '091354.790000', '091354.792000', '091354.795000', '091354.798000', '091354.801000', '091354.803000', '091354.806000', '091354.808000', '091354.811000', '091354.814000', '091414.700000', '091414.703000', '091414.705000', '091414.708000', '091414.711000', '091414.713000', '091414.716000', '091414.718000', '091414.721000', '091414.724000', '091414.726000', '091414.729000', '091414.732000', '091414.734000', '091414.737000', '091414.740000', '091414.742000', '091414.745000', '091414.748000', '091414.750000', '091414.753000', '091414.755000', '091414.758000', '091414.761000', '091414.763000', '091414.766000', '091414.769000', '091414.771000', '091414.774000', '091414.776000', '091414.779000', '091414.782000', '091414.784000', '091414.787000', '091414.790000', '091414.793000', '091414.795000', '091414.798000', '091414.801000', '091414.803000', '091414.806000', '091414.838000', '091414.846000', '091434.699000', '091434.702000', '091434.705000', '091434.708000', '091434.710000', '091434.713000', '091434.715000', '091434.718000', '091434.721000', '091434.723000', '091434.726000', '091434.728000', '091434.731000', '091434.734000', '091434.736000', '091434.739000', '091434.742000', '091434.744000', '091434.747000', '091434.749000', '091434.752000', '091434.755000', '091434.757000', '091434.760000', '091434.762000', '091434.765000', '091434.768000', '091434.770000', '091434.773000', '091434.775000', '091434.778000', '091434.780000', '091434.783000', '091434.786000', '091434.788000', '091434.791000', '091434.793000', '091434.796000', '091434.799000', '091434.801000', '091434.804000', '091434.806000', '091434.809000', '091434.812000', '091454.700000', '091454.702000', '091454.705000', '091454.708000', '091454.710000', '091454.713000', '091454.716000', '091454.718000', '091454.721000', '091454.724000', '091454.726000', '091454.729000', '091454.731000', '091454.734000', '091454.743000', '091454.745000', '091454.748000', '091454.758000', '091454.761000', '091454.764000', '091454.766000', '091454.769000', '091454.772000', '091454.774000', '091454.777000', '091454.779000', '091454.782000', '091454.785000', '091454.787000', '091454.790000', '091454.793000', '091454.795000', '091454.798000', '091454.801000', '091454.804000', '091454.807000', '091454.810000', '091454.813000', '091454.815000', '091454.818000', '091454.820000', '091454.823000', '091454.826000', '091514.699000', '091514.702000', '091514.704000', '091514.707000', '091514.709000', '091514.712000', '091514.715000', '091514.718000', '091514.721000', '091514.724000', '091514.726000', '091514.729000', '091514.732000', '091514.734000', '091514.737000', '091514.739000', '091514.742000', '091514.745000', '091514.747000', '091514.750000', '091514.753000', '091514.755000', '091514.758000', '091514.760000', '091514.763000', '091514.766000', '091514.768000', '091514.771000', '091514.774000', '091514.776000', '091514.779000', '091514.782000', '091514.785000', '091514.787000', '091514.790000', '091514.793000', '091514.795000', '091514.798000', '091514.800000', '091514.803000', '091514.806000', '091514.808000', '091514.811000', '091534.698000', '091534.701000', '091534.704000', '091534.707000', '091534.709000', '091534.712000', '091534.714000', '091534.717000', '091534.720000', '091534.722000', '091534.725000', '091534.728000', '091534.730000', '091534.733000', '091534.736000', '091534.738000', '091534.741000', '091534.743000', '091534.746000', '091534.749000', '091534.751000', '091534.754000', '091534.757000', '091534.759000', '091534.762000', '091534.765000', '091534.767000', '091534.770000', '091534.772000', '091534.775000', '091534.778000', '091534.780000', '091534.783000', '091534.786000', '091534.788000', '091534.791000', '091534.793000', '091534.797000', '091534.800000', '091534.802000', '091534.805000', '091534.808000', '091534.810000', '091534.813000', '091554.632000', '091554.636000', '091554.638000', '091554.641000', '091554.644000', '091554.647000', '091554.650000', '091554.652000', '091554.655000', '091554.658000', '091554.661000', '091554.664000', '091554.666000', '091554.669000', '091554.680000', '091554.683000', '091554.686000', '091554.689000', '091554.692000', '091554.696000', '091554.699000', '091554.701000', '091554.704000', '091554.707000', '091554.709000', '091554.712000', '091554.715000', '091554.719000', '091554.722000', '091554.725000', '091554.729000', '091554.732000', '091554.734000', '091554.737000', '091554.740000', '091554.743000', '091554.750000', '091554.753000', '091554.756000', '091554.759000', '091554.765000', '091554.770000', '091554.772000', '091554.775000'], 'InstanceCreationTime': ['090934.755000', '090934.759000', '090934.762000', '090934.764000', '090934.767000', '090934.770000', '090934.780000', '090934.782000', '090934.785000', '090934.788000', '090934.790000', '090934.793000', '090934.795000', '090934.798000', '090934.801000', '090934.803000', '090934.806000', '090934.809000', '090934.811000', '090934.814000', '090934.817000', '090934.819000', '090934.822000', '090934.824000', '090934.827000', '090934.830000', '090934.832000', '090934.835000', '090934.838000', '090934.840000', '090934.843000', '090934.846000', '090934.848000', '090934.851000', '090934.853000', '090934.856000', '090934.859000', '090934.861000', '090934.864000', '090934.867000', '090934.869000', '090934.877000', '090934.880000', '090934.883000', '090934.885000', '090934.888000', '090954.700000', '090954.703000', '090954.705000', '090954.708000', '090954.710000', '090954.713000', '090954.715000', '090954.718000', '090954.721000', '090954.723000', '090954.726000', '090954.728000', '090954.731000', '090954.733000', '090954.736000', '090954.739000', '090954.741000', '090954.744000', '090954.746000', '090954.749000', '090954.752000', '090954.754000', '090954.757000', '090954.760000', '090954.762000', '090954.765000', '090954.768000', '090954.770000', '090954.773000', '090954.776000', '090954.778000', '090954.781000', '090954.784000', '090954.786000', '090954.789000', '090954.792000', '090954.794000', '090954.797000', '090954.800000', '090954.802000', '090954.805000', '090954.808000', '090954.810000', '091014.699000', '091014.702000', '091014.705000', '091014.707000', '091014.710000', '091014.713000', '091014.715000', '091014.718000', '091014.720000', '091014.723000', '091014.726000', '091014.728000', '091014.731000', '091014.734000', '091014.736000', '091014.739000', '091014.741000', '091014.744000', '091014.747000', '091014.749000', '091014.752000', '091014.755000', '091014.757000', '091014.760000', '091014.762000', '091014.765000', '091014.768000', '091014.770000', '091014.773000', '091014.775000', '091014.778000', '091014.781000', '091014.783000', '091014.786000', '091014.789000', '091014.791000', '091014.794000', '091014.796000', '091014.799000', '091014.802000', '091014.804000', '091014.807000', '091014.810000', '091014.812000', '091034.698000', '091034.701000', '091034.704000', '091034.707000', '091034.710000', '091034.712000', '091034.715000', '091034.717000', '091034.720000', '091034.723000', '091034.725000', '091034.728000', '091034.731000', '091034.733000', '091034.736000', '091034.738000', '091034.741000', '091034.743000', '091034.746000', '091034.749000', '091034.751000', '091034.754000', '091034.757000', '091034.759000', '091034.762000', '091034.764000', '091034.767000', '091034.770000', '091034.772000', '091034.775000', '091034.778000', '091034.780000', '091034.783000', '091034.785000', '091034.788000', '091034.791000', '091034.794000', '091034.796000', '091034.799000', '091034.801000', '091034.804000', '091034.807000', '091034.809000', '091054.699000', '091054.701000', '091054.704000', '091054.707000', '091054.709000', '091054.712000', '091054.714000', '091054.717000', '091054.720000', '091054.722000', '091054.725000', '091054.728000', '091054.730000', '091054.733000', '091054.736000', '091054.740000', '091054.742000', '091054.745000', '091054.748000', '091054.750000', '091054.753000', '091054.756000', '091054.758000', '091054.766000', '091054.769000', '091054.771000', '091054.774000', '091054.776000', '091054.779000', '091054.782000', '091054.784000', '091054.787000', '091054.790000', '091054.793000', '091054.796000', '091054.799000', '091054.801000', '091054.804000', '091054.806000', '091054.809000', '091054.812000', '091054.814000', '091054.817000', '091054.820000', '091114.698000', '091114.701000', '091114.704000', '091114.706000', '091114.709000', '091114.712000', '091114.714000', '091114.717000', '091114.719000', '091114.722000', '091114.725000', '091114.727000', '091114.730000', '091114.733000', '091114.735000', '091114.738000', '091114.740000', '091114.743000', '091114.746000', '091114.748000', '091114.751000', '091114.762000', '091114.764000', '091114.767000', '091114.769000', '091114.772000', '091114.775000', '091114.777000', '091114.780000', '091114.783000', '091114.785000', '091114.788000', '091114.790000', '091114.793000', '091114.806000', '091114.809000', '091114.811000', '091114.814000', '091114.817000', '091114.819000', '091114.822000', '091114.825000', '091114.827000', '091134.699000', '091134.702000', '091134.705000', '091134.708000', '091134.710000', '091134.713000', '091134.716000', '091134.718000', '091134.721000', '091134.724000', '091134.726000', '091134.729000', '091134.731000', '091134.734000', '091134.737000', '091134.739000', '091134.742000', '091134.745000', '091134.748000', '091134.750000', '091134.753000', '091134.755000', '091134.758000', '091134.761000', '091134.763000', '091134.766000', '091134.769000', '091134.771000', '091134.774000', '091134.776000', '091134.779000', '091134.782000', '091134.784000', '091134.787000', '091134.790000', '091134.792000', '091134.795000', '091134.798000', '091134.800000', '091134.803000', '091134.806000', '091134.808000', '091134.811000', '091154.699000', '091154.703000', '091154.705000', '091154.708000', '091154.711000', '091154.713000', '091154.716000', '091154.719000', '091154.721000', '091154.724000', '091154.727000', '091154.729000', '091154.732000', '091154.735000', '091154.737000', '091154.740000', '091154.743000', '091154.745000', '091154.748000', '091154.751000', '091154.753000', '091154.756000', '091154.759000', '091154.761000', '091154.764000', '091154.767000', '091154.769000', '091154.772000', '091154.774000', '091154.777000', '091154.780000', '091154.782000', '091154.785000', '091154.788000', '091154.790000', '091154.793000', '091154.796000', '091154.798000', '091154.801000', '091154.804000', '091154.806000', '091154.809000', '091154.812000', '091154.814000', '091214.699000', '091214.702000', '091214.705000', '091214.707000', '091214.710000', '091214.713000', '091214.715000', '091214.718000', '091214.720000', '091214.723000', '091214.726000', '091214.728000', '091214.731000', '091214.734000', '091214.736000', '091214.739000', '091214.742000', '091214.744000', '091214.747000', '091214.749000', '091214.752000', '091214.755000', '091214.757000', '091214.760000', '091214.762000', '091214.765000', '091214.767000', '091214.770000', '091214.773000', '091214.775000', '091214.779000', '091214.782000', '091214.785000', '091214.787000', '091214.790000', '091214.793000', '091214.795000', '091214.798000', '091214.800000', '091214.803000', '091214.806000', '091214.808000', '091214.811000', '091234.700000', '091234.703000', '091234.705000', '091234.708000', '091234.710000', '091234.713000', '091234.716000', '091234.718000', '091234.721000', '091234.723000', '091234.726000', '091234.729000', '091234.731000', '091234.734000', '091234.736000', '091234.739000', '091234.742000', '091234.745000', '091234.748000', '091234.750000', '091234.753000', '091234.755000', '091234.758000', '091234.761000', '091234.763000', '091234.766000', '091234.769000', '091234.771000', '091234.774000', '091234.776000', '091234.779000', '091234.782000', '091234.784000', '091234.787000', '091234.789000', '091234.792000', '091234.795000', '091234.797000', '091234.800000', '091234.802000', '091234.805000', '091234.807000', '091234.810000', '091234.813000', '091254.699000', '091254.701000', '091254.704000', '091254.707000', '091254.709000', '091254.712000', '091254.714000', '091254.717000', '091254.720000', '091254.722000', '091254.725000', '091254.727000', '091254.730000', '091254.733000', '091254.735000', '091254.738000', '091254.750000', '091254.753000', '091254.756000', '091254.758000', '091254.761000', '091254.763000', '091254.766000', '091254.769000', '091254.771000', '091254.774000', '091254.777000', '091254.789000', '091254.792000', '091254.795000', '091254.797000', '091254.800000', '091254.803000', '091254.805000', '091254.808000', '091254.810000', '091254.813000', '091254.816000', '091254.818000', '091254.821000', '091254.823000', '091254.826000', '091254.828000', '091314.698000', '091314.701000', '091314.704000', '091314.707000', '091314.709000', '091314.712000', '091314.714000', '091314.717000', '091314.720000', '091314.722000', '091314.725000', '091314.727000', '091314.730000', '091314.732000', '091314.735000', '091314.738000', '091314.740000', '091314.743000', '091314.746000', '091314.748000', '091314.751000', '091314.754000', '091314.756000', '091314.759000', '091314.761000', '091314.764000', '091314.766000', '091314.769000', '091314.772000', '091314.774000', '091314.777000', '091314.780000', '091314.782000', '091314.785000', '091314.787000', '091314.790000', '091314.793000', '091314.795000', '091314.798000', '091314.801000', '091314.803000', '091314.806000', '091314.809000', '091314.811000', '091334.698000', '091334.701000', '091334.704000', '091334.707000', '091334.709000', '091334.712000', '091334.715000', '091334.717000', '091334.720000', '091334.722000', '091334.725000', '091334.728000', '091334.730000', '091334.733000', '091334.736000', '091334.738000', '091334.741000', '091334.743000', '091334.746000', '091334.748000', '091334.751000', '091334.754000', '091334.756000', '091334.759000', '091334.761000', '091334.764000', '091334.767000', '091334.769000', '091334.772000', '091334.775000', '091334.777000', '091334.780000', '091334.783000', '091334.786000', '091334.788000', '091334.791000', '091334.793000', '091334.796000', '091334.800000', '091334.802000', '091334.805000', '091334.808000', '091334.811000', '091354.700000', '091354.702000', '091354.706000', '091354.708000', '091354.711000', '091354.713000', '091354.716000', '091354.719000', '091354.721000', '091354.724000', '091354.726000', '091354.729000', '091354.732000', '091354.734000', '091354.737000', '091354.740000', '091354.742000', '091354.745000', '091354.747000', '091354.750000', '091354.753000', '091354.755000', '091354.758000', '091354.760000', '091354.763000', '091354.766000', '091354.768000', '091354.771000', '091354.774000', '091354.776000', '091354.779000', '091354.782000', '091354.784000', '091354.787000', '091354.790000', '091354.792000', '091354.795000', '091354.798000', '091354.801000', '091354.803000', '091354.806000', '091354.808000', '091354.811000', '091354.814000', '091414.700000', '091414.703000', '091414.705000', '091414.708000', '091414.711000', '091414.713000', '091414.716000', '091414.718000', '091414.721000', '091414.724000', '091414.726000', '091414.729000', '091414.732000', '091414.734000', '091414.737000', '091414.740000', '091414.742000', '091414.745000', '091414.748000', '091414.750000', '091414.753000', '091414.755000', '091414.758000', '091414.761000', '091414.763000', '091414.766000', '091414.769000', '091414.771000', '091414.774000', '091414.776000', '091414.779000', '091414.782000', '091414.784000', '091414.787000', '091414.790000', '091414.793000', '091414.795000', '091414.798000', '091414.801000', '091414.803000', '091414.806000', '091414.838000', '091414.846000', '091434.699000', '091434.702000', '091434.705000', '091434.708000', '091434.710000', '091434.713000', '091434.715000', '091434.718000', '091434.721000', '091434.723000', '091434.726000', '091434.728000', '091434.731000', '091434.734000', '091434.736000', '091434.739000', '091434.742000', '091434.744000', '091434.747000', '091434.749000', '091434.752000', '091434.755000', '091434.757000', '091434.760000', '091434.762000', '091434.765000', '091434.768000', '091434.770000', '091434.773000', '091434.775000', '091434.778000', '091434.780000', '091434.783000', '091434.786000', '091434.788000', '091434.791000', '091434.793000', '091434.796000', '091434.799000', '091434.801000', '091434.804000', '091434.806000', '091434.809000', '091434.812000', '091454.700000', '091454.702000', '091454.705000', '091454.708000', '091454.710000', '091454.713000', '091454.716000', '091454.718000', '091454.721000', '091454.724000', '091454.726000', '091454.729000', '091454.731000', '091454.734000', '091454.743000', '091454.745000', '091454.748000', '091454.758000', '091454.761000', '091454.764000', '091454.766000', '091454.769000', '091454.772000', '091454.774000', '091454.777000', '091454.779000', '091454.782000', '091454.785000', '091454.787000', '091454.790000', '091454.793000', '091454.795000', '091454.798000', '091454.801000', '091454.804000', '091454.807000', '091454.810000', '091454.813000', '091454.815000', '091454.818000', '091454.820000', '091454.823000', '091454.826000', '091514.699000', '091514.702000', '091514.704000', '091514.707000', '091514.709000', '091514.712000', '091514.715000', '091514.718000', '091514.721000', '091514.724000', '091514.726000', '091514.729000', '091514.732000', '091514.734000', '091514.737000', '091514.739000', '091514.742000', '091514.745000', '091514.747000', '091514.750000', '091514.753000', '091514.755000', '091514.758000', '091514.760000', '091514.763000', '091514.766000', '091514.768000', '091514.771000', '091514.774000', '091514.776000', '091514.779000', '091514.782000', '091514.785000', '091514.787000', '091514.790000', '091514.793000', '091514.795000', '091514.798000', '091514.800000', '091514.803000', '091514.806000', '091514.808000', '091514.811000', '091534.698000', '091534.701000', '091534.704000', '091534.707000', '091534.709000', '091534.712000', '091534.714000', '091534.717000', '091534.720000', '091534.722000', '091534.725000', '091534.728000', '091534.730000', '091534.733000', '091534.736000', '091534.738000', '091534.741000', '091534.743000', '091534.746000', '091534.749000', '091534.751000', '091534.754000', '091534.757000', '091534.759000', '091534.762000', '091534.765000', '091534.767000', '091534.770000', '091534.772000', '091534.775000', '091534.778000', '091534.780000', '091534.783000', '091534.786000', '091534.788000', '091534.791000', '091534.793000', '091534.797000', '091534.800000', '091534.802000', '091534.805000', '091534.808000', '091534.810000', '091534.813000', '091554.632000', '091554.636000', '091554.638000', '091554.641000', '091554.644000', '091554.647000', '091554.650000', '091554.652000', '091554.655000', '091554.658000', '091554.661000', '091554.664000', '091554.666000', '091554.669000', '091554.680000', '091554.683000', '091554.686000', '091554.689000', '091554.692000', '091554.696000', '091554.699000', '091554.701000', '091554.704000', '091554.707000', '091554.709000', '091554.712000', '091554.715000', '091554.719000', '091554.722000', '091554.725000', '091554.729000', '091554.732000', '091554.734000', '091554.737000', '091554.740000', '091554.743000', '091554.750000', '091554.753000', '091554.756000', '091554.759000', '091554.765000', '091554.770000', '091554.772000', '091554.775000'], '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': [13045, 16800, 9840, 10686, 10045, 9804, 13115, 9269, 9810, 12200, 8639, 9330, 11044, 8325, 11880, 11081, 9520, 11461, 8489, 10446, 15236, 10247, 9737, 13498, 9031, 9603, 13217, 8022, 9580, 13624, 8942, 9154, 9503, 8541, 11859, 10604, 9006, 10825, 7976, 10026, 14241, 8233, 9818, 14187, 8916, 10170, 15313, 8911, 9914, 13640, 8444, 11074, 9808, 8941, 10734, 8133, 9850, 13987, 8663, 10883, 12047, 8487, 11895, 9628, 9548, 13330, 8378, 10415, 15136, 8750, 10989, 15476, 8975, 10374, 8263, 10238, 14301, 12290, 9544, 12477, 8327, 9943, 15012, 8313, 9983, 14299, 8804, 9623, 14498, 8277, 10861, 14207, 8543, 9771, 7959, 9525, 13483, 8818, 9792, 14453, 9249, 9982, 9698, 9960, 14106, 11177, 10351, 14681, 10773, 10707, 14988, 9117, 10846, 15918, 9428, 11251, 11761, 9256, 12926, 10186, 9676, 10727, 8635, 12010, 9633, 9644, 14008, 10045, 9665, 14415, 8513, 9966, 15721, 9413, 9528, 9217, 9393, 13178, 8963, 9902, 13503, 9050, 9358, 14306, 8331, 10003, 14449, 8885, 9445, 7944, 9304, 13631, 8332, 9821, 14697, 9111, 10850, 10327, 9764, 14078, 14755, 9905, 12919, 9561, 9706, 13919, 8541, 11081, 15153, 8893, 10915, 13449, 8401, 11399, 9566, 9954, 12503, 8426, 10256, 11141, 9352, 13004, 11756, 10253, 11732, 8415, 10119, 15724, 9028, 10298, 15279, 9738, 9627, 14543, 8119, 10243, 14741, 8558, 9191, 8179, 8757, 12467, 9406, 8956, 12109, 9171, 9177, 12463, 8131, 9305, 14459, 8582, 9330, 7833, 9194, 13349, 8898, 9778, 14108, 9652, 9962, 15570, 8976, 11126, 16308, 9228, 10328, 11929, 8851, 11844, 8714, 10142, 13585, 8681, 10013, 13620, 8506, 11002, 7980, 8195, 8003, 8714, 7565, 10348, 8331, 11688, 16544, 9975, 12784, 15033, 10418, 12093, 9143, 12096, 17128, 10201, 11960, 16239, 9366, 10584, 8665, 10409, 15185, 10840, 10501, 14926, 11055, 9572, 11063, 8557, 9593, 13500, 8554, 9179, 11290, 8157, 10760, 8244, 9130, 12783, 8878, 9638, 11789, 8705, 12384, 11946, 9261, 13763, 11777, 9405, 13336, 9703, 10322, 13706, 9030, 13025, 15033, 9064, 12705, 12538, 9316, 13090, 9587, 10029, 14055, 8734, 10282, 14837, 9197, 10330, 10849, 9014, 12800, 9471, 9292, 8113, 8989, 13004, 8752, 10402, 15278, 9086, 10531, 9483, 9377, 13727, 9037, 10192, 14938, 10247, 9721, 14750, 9336, 10536, 15483, 8939, 10402, 15146, 9229, 9734, 9593, 8711, 12720, 9384, 9109, 12778, 8527, 10221, 11040, 8434, 12631, 9749, 9374, 8975, 8938, 13718, 8768, 11325, 16342, 9394, 12769, 16838, 10203, 13461, 14842, 10782, 13036, 8646, 10854, 15765, 9252, 11701, 16753, 9283, 10709, 11635, 9049, 12550, 8835, 9856, 14680, 9017, 10423, 13596, 9060, 11736, 9530, 9570, 13496, 8783, 10065, 14988, 8780, 10460, 11733, 9788, 11623, 8323, 10813, 14077, 8891, 11515, 15848, 9423, 10761, 8815, 9732, 13664, 8890, 9929, 14036, 8982, 10410, 9044, 9001, 13520, 10115, 9437, 13792, 9859, 9885, 14851, 8877, 10772, 15606, 8970, 10419, 11339, 8925, 11359, 8370, 10011, 15173, 8862, 10773, 9871, 9551, 14257, 9060, 10770, 15481, 9281, 10564, 8813, 10081, 14475, 9047, 10943, 15648, 10775, 9872, 15482, 9023, 11478, 14618, 8946, 11389, 13305, 8923, 11665, 11293, 8857, 12838, 9670, 9599, 13863, 8902, 10246, 14655, 9433, 10519, 9502, 9104, 10307, 8833, 10735, 9349, 9794, 9404, 10024, 13724, 9538, 11065, 10112, 10026, 11409, 9379, 13426, 13742, 9649, 14151, 10090, 9965, 12511, 8889, 11137, 10996, 8493, 11669, 9180, 9517, 13637, 8832, 10475, 14506, 9156, 9999, 12439, 8936, 12220, 9567, 10236, 14446, 11101, 9980, 14152, 9383, 10165, 15512, 9339, 11161, 14698, 9251, 11777, 13145, 9328, 12459, 11066, 9201, 11865, 8451, 10012, 8386, 10430, 11239, 9834, 12559, 10556, 10299, 13903, 9381, 11780, 16223, 9399, 11236, 12502, 9557, 12556, 9997, 9739, 13894, 14139, 9555, 11555, 8927, 10178, 14062, 9681, 10219, 14145, 9039, 10561, 8649, 9231, 12710, 10177, 9190, 12269, 9519, 10171, 14305, 9822, 10088, 14264, 10543, 8713, 11536, 8918, 8440, 12313, 8898, 8870, 13565, 9873, 9355, 13507, 8781, 10543, 15261, 9460, 11089, 15502, 9332, 11665, 9318, 8673, 7601, 7838, 7537, 7613, 7552, 10793, 14439, 10137, 12319, 16714, 10971, 12453, 16484, 10656, 12323, 14098, 10104, 13389, 16290, 10729, 13016, 16779, 10392, 12189, 17244, 9760, 11228, 11309, 9313, 11728, 11089, 9135, 11432, 11554, 8993, 11482, 9181, 9445, 10782, 8547, 9656, 13268, 8620, 10756, 12464, 9056, 11343, 8535, 10210, 13819, 8619, 11189, 13921, 9097, 11542, 12750, 9107, 11697, 12062, 8388, 11216, 8870, 9329, 12518, 8787, 9847, 8218, 9197, 7427, 7910, 7524, 9156, 7528, 8817, 8425, 13007, 10078, 12161, 12540, 11166, 13593, 10109, 11357, 11007, 9469, 14018, 9692, 11453, 16077, 9696, 11694, 14808, 11311, 14844, 11595, 11124, 14928, 10412, 11474, 15065, 9590, 11399, 8528, 10800, 8385, 10003, 14057, 8838, 10202, 13980, 8846, 10239, 14514, 9188, 10207, 14529, 8888, 10153, 14441, 8688, 10183, 11175, 8447, 10789, 8045, 9678, 13598, 9024, 10119, 13498, 8851, 11261, 8365, 10790, 15244, 9312, 11511, 15796, 9162, 12335, 9764, 10110, 15520, 10462, 10571, 15867, 11478, 9749, 13900, 9387, 10139, 16226, 8784, 10565, 12552, 8372, 10978, 8757, 9473, 15005, 8612, 11136, 10006, 8983, 11618, 8191, 9815, 7729, 10166, 7962, 12060, 8854, 11468, 13254, 10366, 12793, 12159, 9736, 13673, 11010, 10667, 13798, 10239, 10835, 14636, 10124, 12874, 13232, 10810, 13523, 11868, 10587, 12720, 9170, 10329, 14316, 9186, 11355, 12161, 9527, 12800, 9039, 10149, 14139, 8972, 11357, 11391, 9097, 11801, 8477, 10184, 8992, 9219, 13229, 9649, 10870, 14529, 9938, 10698, 9625, 9602, 13691, 9008, 11207, 15274, 9718, 11312, 14359, 9560, 11775, 8819, 10103, 13842, 8859, 10126, 7860, 7901, 7738, 9024, 7821, 9859, 8242, 11855, 9263, 11977, 12031, 10785, 14416, 11034, 12130, 15392, 13293, 15896, 12656, 12040, 16361, 10399, 13206, 10225, 11340, 12479, 10268, 11758, 9030, 13439, 9504, 10986, 15639, 9330, 10658, 12003, 8076, 11952, 8364, 9200, 8140], 'WindowCenter': [4763.0, 4765.0, 4679.0, 4661.0, 4649.0, 4647.0, 4664.0, 4624.0, 4647.0, 4663.0, 4611.0, 4634.0, 4642.0, 4612.0, 4663.0, 4653.0, 4622.0, 4641.0, 4611.0, 4631.0, 4669.0, 4630.0, 4622.0, 4648.0, 4606.0, 4619.0, 4648.0, 4598.0, 4632.0, 4671.0, 4610.0, 4621.0, 4619.0, 4610.0, 4652.0, 4643.0, 4623.0, 4641.0, 4612.0, 4642.0, 4671.0, 4623.0, 4645.0, 4671.0, 4621.0, 4632.0, 4669.0, 4609.0, 4620.0, 4658.0, 4612.0, 4666.0, 4643.0, 4622.0, 4641.0, 4613.0, 4644.0, 4673.0, 4623.0, 4654.0, 4665.0, 4648.0, 4679.0, 4634.0, 4644.0, 4672.0, 4624.0, 4643.0, 4681.0, 4624.0, 4667.0, 4696.0, 4634.0, 4646.0, 4625.0, 4644.0, 4696.0, 4676.0, 4646.0, 4662.0, 4623.0, 4644.0, 4683.0, 4624.0, 4657.0, 4683.0, 4623.0, 4634.0, 4672.0, 4624.0, 4668.0, 4695.0, 4637.0, 4657.0, 4614.0, 4644.0, 4674.0, 4650.0, 4671.0, 4698.0, 4634.0, 4646.0, 4646.0, 4647.0, 4686.0, 4655.0, 4658.0, 4697.0, 4653.0, 4643.0, 4671.0, 4622.0, 4642.0, 4680.0, 4621.0, 4641.0, 4649.0, 4649.0, 4688.0, 4645.0, 4645.0, 4655.0, 4625.0, 4663.0, 4632.0, 4658.0, 4686.0, 4631.0, 4634.0, 4672.0, 4625.0, 4644.0, 4696.0, 4635.0, 4631.0, 4635.0, 4635.0, 4662.0, 4621.0, 4658.0, 4685.0, 4623.0, 4634.0, 4671.0, 4611.0, 4645.0, 4697.0, 4636.0, 4647.0, 4625.0, 4646.0, 4683.0, 4641.0, 4672.0, 4695.0, 4635.0, 4655.0, 4645.0, 4645.0, 4685.0, 4697.0, 4648.0, 4663.0, 4620.0, 4621.0, 4661.0, 4613.0, 4652.0, 4670.0, 4610.0, 4639.0, 4660.0, 4626.0, 4665.0, 4620.0, 4629.0, 4647.0, 4609.0, 4630.0, 4640.0, 4621.0, 4673.0, 4652.0, 4631.0, 4649.0, 4625.0, 4632.0, 4669.0, 4622.0, 4644.0, 4669.0, 4619.0, 4608.0, 4656.0, 4598.0, 4631.0, 4669.0, 4608.0, 4620.0, 4597.0, 4608.0, 4648.0, 4608.0, 4634.0, 4661.0, 4619.0, 4621.0, 4648.0, 4601.0, 4633.0, 4684.0, 4624.0, 4636.0, 4615.0, 4634.0, 4672.0, 4636.0, 4660.0, 4684.0, 4632.0, 4632.0, 4681.0, 4619.0, 4639.0, 4680.0, 4633.0, 4643.0, 4637.0, 4609.0, 4638.0, 4596.0, 4617.0, 4647.0, 4608.0, 4630.0, 4672.0, 4638.0, 4666.0, 4627.0, 4611.0, 4599.0, 4609.0, 4615.0, 4655.0, 4639.0, 4690.0, 4708.0, 4642.0, 4678.0, 4682.0, 4656.0, 4662.0, 4645.0, 4677.0, 4693.0, 4630.0, 4654.0, 4683.0, 4621.0, 4630.0, 4610.0, 4631.0, 4659.0, 4626.0, 4629.0, 4671.0, 4628.0, 4607.0, 4624.0, 4596.0, 4616.0, 4657.0, 4623.0, 4630.0, 4639.0, 4609.0, 4639.0, 4611.0, 4634.0, 4684.0, 4635.0, 4632.0, 4664.0, 4625.0, 4672.0, 4652.0, 4633.0, 4674.0, 4667.0, 4648.0, 4686.0, 4634.0, 4643.0, 4661.0, 4620.0, 4662.0, 4671.0, 4611.0, 4650.0, 4649.0, 4616.0, 4648.0, 4619.0, 4630.0, 4659.0, 4609.0, 4630.0, 4657.0, 4619.0, 4628.0, 4628.0, 4621.0, 4673.0, 4643.0, 4632.0, 4608.0, 4637.0, 4671.0, 4624.0, 4654.0, 4705.0, 4647.0, 4656.0, 4632.0, 4634.0, 4672.0, 4622.0, 4642.0, 4695.0, 4656.0, 4645.0, 4682.0, 4634.0, 4643.0, 4680.0, 4622.0, 4655.0, 4692.0, 4621.0, 4633.0, 4632.0, 4623.0, 4661.0, 4643.0, 4648.0, 4673.0, 4636.0, 4659.0, 4665.0, 4638.0, 4690.0, 4659.0, 4647.0, 4633.0, 4648.0, 4697.0, 4639.0, 4680.0, 4719.0, 4650.0, 4688.0, 4707.0, 4657.0, 4699.0, 4686.0, 4655.0, 4659.0, 4613.0, 4642.0, 4669.0, 4619.0, 4650.0, 4680.0, 4633.0, 4641.0, 4638.0, 4621.0, 4649.0, 4607.0, 4629.0, 4667.0, 4609.0, 4638.0, 4658.0, 4618.0, 4649.0, 4620.0, 4631.0, 4656.0, 4608.0, 4628.0, 4667.0, 4636.0, 4666.0, 4649.0, 4629.0, 4640.0, 4623.0, 4653.0, 4671.0, 4621.0, 4651.0, 4681.0, 4620.0, 4638.0, 4621.0, 4629.0, 4659.0, 4622.0, 4654.0, 4671.0, 4622.0, 4652.0, 4623.0, 4634.0, 4671.0, 4654.0, 4648.0, 4684.0, 4641.0, 4633.0, 4682.0, 4624.0, 4653.0, 4681.0, 4635.0, 4654.0, 4651.0, 4633.0, 4653.0, 4625.0, 4655.0, 4695.0, 4649.0, 4665.0, 4643.0, 4657.0, 4696.0, 4636.0, 4679.0, 4706.0, 4647.0, 4652.0, 4634.0, 4655.0, 4685.0, 4634.0, 4666.0, 4697.0, 4655.0, 4645.0, 4681.0, 4622.0, 4651.0, 4671.0, 4619.0, 4650.0, 4659.0, 4621.0, 4652.0, 4639.0, 4622.0, 4660.0, 4630.0, 4632.0, 4659.0, 4620.0, 4631.0, 4680.0, 4645.0, 4654.0, 4632.0, 4634.0, 4669.0, 4650.0, 4668.0, 4636.0, 4646.0, 4647.0, 4656.0, 4698.0, 4672.0, 4681.0, 4655.0, 4645.0, 4652.0, 4634.0, 4676.0, 4673.0, 4648.0, 4687.0, 4643.0, 4633.0, 4661.0, 4624.0, 4654.0, 4654.0, 4639.0, 4664.0, 4633.0, 4633.0, 4673.0, 4636.0, 4656.0, 4696.0, 4647.0, 4659.0, 4664.0, 4636.0, 4667.0, 4647.0, 4657.0, 4685.0, 4667.0, 4659.0, 4685.0, 4624.0, 4643.0, 4682.0, 4622.0, 4654.0, 4672.0, 4621.0, 4653.0, 4662.0, 4622.0, 4663.0, 4680.0, 4647.0, 4662.0, 4613.0, 4643.0, 4626.0, 4653.0, 4666.0, 4654.0, 4676.0, 4643.0, 4655.0, 4687.0, 4646.0, 4666.0, 4707.0, 4648.0, 4665.0, 4660.0, 4632.0, 4662.0, 4631.0, 4632.0, 4672.0, 4672.0, 4632.0, 4639.0, 4609.0, 4630.0, 4658.0, 4630.0, 4655.0, 4670.0, 4621.0, 4630.0, 4611.0, 4619.0, 4664.0, 4644.0, 4635.0, 4649.0, 4621.0, 4631.0, 4670.0, 4619.0, 4629.0, 4659.0, 4629.0, 4611.0, 4638.0, 4609.0, 4608.0, 4649.0, 4619.0, 4633.0, 4672.0, 4643.0, 4631.0, 4670.0, 4623.0, 4644.0, 4680.0, 4632.0, 4649.0, 4670.0, 4648.0, 4678.0, 4635.0, 4612.0, 4588.0, 4588.0, 4589.0, 4599.0, 4611.0, 4665.0, 4684.0, 4644.0, 4675.0, 4695.0, 4642.0, 4649.0, 4678.0, 4628.0, 4647.0, 4645.0, 4615.0, 4646.0, 4654.0, 4614.0, 4634.0, 4650.0, 4601.0, 4621.0, 4650.0, 4602.0, 4599.0, 4597.0, 4577.0, 4607.0, 4597.0, 4577.0, 4609.0, 4595.0, 4579.0, 4621.0, 4589.0, 4588.0, 4611.0, 4580.0, 4590.0, 4629.0, 4589.0, 4626.0, 4645.0, 4606.0, 4624.0, 4594.0, 4615.0, 4644.0, 4595.0, 4637.0, 4656.0, 4606.0, 4637.0, 4645.0, 4606.0, 4636.0, 4634.0, 4598.0, 4637.0, 4607.0, 4619.0, 4648.0, 4637.0, 4670.0, 4627.0, 4635.0, 4593.0, 4614.0, 4603.0, 4610.0, 4618.0, 4633.0, 4624.0, 4663.0, 4634.0, 4653.0, 4651.0, 4641.0, 4673.0, 4643.0, 4640.0, 4640.0, 4620.0, 4658.0, 4619.0, 4640.0, 4682.0, 4621.0, 4664.0, 4682.0, 4641.0, 4657.0, 4613.0, 4614.0, 4643.0, 4613.0, 4625.0, 4669.0, 4620.0, 4624.0, 4593.0, 4612.0, 4582.0, 4603.0, 4643.0, 4594.0, 4614.0, 4644.0, 4595.0, 4628.0, 4657.0, 4605.0, 4615.0, 4643.0, 4594.0, 4614.0, 4654.0, 4607.0, 4643.0, 4641.0, 4609.0, 4638.0, 4610.0, 4644.0, 4672.0, 4649.0, 4669.0, 4683.0, 4634.0, 4665.0, 4636.0, 4665.0, 4695.0, 4644.0, 4666.0, 4707.0, 4649.0, 4676.0, 4644.0, 4655.0, 4694.0, 4642.0, 4642.0, 4693.0, 4664.0, 4648.0, 4672.0, 4632.0, 4643.0, 4704.0, 4635.0, 4668.0, 4675.0, 4636.0, 4652.0, 4621.0, 4644.0, 4681.0, 4634.0, 4663.0, 4671.0, 4676.0, 4692.0, 4651.0, 4656.0, 4627.0, 4668.0, 4639.0, 4687.0, 4649.0, 4679.0, 4687.0, 4658.0, 4688.0, 4676.0, 4646.0, 4687.0, 4654.0, 4654.0, 4674.0, 4643.0, 4642.0, 4683.0, 4658.0, 4678.0, 4664.0, 4641.0, 4661.0, 4638.0, 4627.0, 4647.0, 4606.0, 4616.0, 4654.0, 4617.0, 4637.0, 4644.0, 4645.0, 4660.0, 4608.0, 4630.0, 4656.0, 4607.0, 4627.0, 4638.0, 4636.0, 4663.0, 4609.0, 4628.0, 4607.0, 4619.0, 4672.0, 4630.0, 4641.0, 4671.0, 4644.0, 4642.0, 4619.0, 4630.0, 4659.0, 4621.0, 4651.0, 4669.0, 4631.0, 4654.0, 4671.0, 4620.0, 4649.0, 4609.0, 4630.0, 4684.0, 4649.0, 4657.0, 4625.0, 4612.0, 4599.0, 4632.0, 4613.0, 4655.0, 4651.0, 4680.0, 4661.0, 4680.0, 4676.0, 4667.0, 4686.0, 4656.0, 4681.0, 4711.0, 4687.0, 4694.0, 4662.0, 4651.0, 4670.0, 4632.0, 4650.0, 4617.0, 4643.0, 4652.0, 4631.0, 4638.0, 4609.0, 4658.0, 4620.0, 4629.0, 4667.0, 4608.0, 4626.0, 4649.0, 4615.0, 4662.0, 4611.0, 4621.0, 4610.0], 'WindowWidth': [10417.0, 10401.0, 10264.0, 10224.0, 10203.0, 10194.0, 10209.0, 10156.0, 10193.0, 10207.0, 10133.0, 10168.0, 10174.0, 10133.0, 10208.0, 10192.0, 10147.0, 10170.0, 10131.0, 10157.0, 10207.0, 10155.0, 10147.0, 10176.0, 10117.0, 10136.0, 10177.0, 10109.0, 10162.0, 10212.0, 10127.0, 10144.0, 10140.0, 10129.0, 10190.0, 10179.0, 10150.0, 10170.0, 10136.0, 10176.0, 10212.0, 10152.0, 10184.0, 10211.0, 10147.0, 10159.0, 10205.0, 10126.0, 10140.0, 10191.0, 10135.0, 10215.0, 10181.0, 10150.0, 10172.0, 10137.0, 10180.0, 10217.0, 10151.0, 10195.0, 10212.0, 10198.0, 10239.0, 10169.0, 10182.0, 10216.0, 10153.0, 10179.0, 10228.0, 10155.0, 10219.0, 10257.0, 10168.0, 10188.0, 10158.0, 10181.0, 10257.0, 10229.0, 10188.0, 10203.0, 10154.0, 10180.0, 10233.0, 10157.0, 10207.0, 10235.0, 10153.0, 10169.0, 10216.0, 10153.0, 10220.0, 10257.0, 10176.0, 10204.0, 10143.0, 10183.0, 10222.0, 10202.0, 10232.0, 10261.0, 10170.0, 10186.0, 10189.0, 10190.0, 10239.0, 10197.0, 10207.0, 10257.0, 10192.0, 10175.0, 10211.0, 10146.0, 10173.0, 10224.0, 10144.0, 10171.0, 10182.0, 10200.0, 10252.0, 10185.0, 10183.0, 10202.0, 10157.0, 10203.0, 10162.0, 10209.0, 10243.0, 10161.0, 10168.0, 10215.0, 10158.0, 10182.0, 10257.0, 10172.0, 10159.0, 10173.0, 10170.0, 10202.0, 10147.0, 10210.0, 10240.0, 10152.0, 10168.0, 10214.0, 10133.0, 10184.0, 10263.0, 10174.0, 10193.0, 10162.0, 10187.0, 10233.0, 10191.0, 10235.0, 10253.0, 10173.0, 10200.0, 10184.0, 10182.0, 10238.0, 10259.0, 10193.0, 10205.0, 10143.0, 10144.0, 10197.0, 10136.0, 10188.0, 10210.0, 10127.0, 10165.0, 10196.0, 10163.0, 10212.0, 10144.0, 10153.0, 10174.0, 10124.0, 10153.0, 10168.0, 10145.0, 10218.0, 10191.0, 10158.0, 10179.0, 10158.0, 10160.0, 10205.0, 10149.0, 10183.0, 10208.0, 10139.0, 10122.0, 10182.0, 10108.0, 10160.0, 10209.0, 10123.0, 10143.0, 10109.0, 10122.0, 10176.0, 10122.0, 10170.0, 10202.0, 10140.0, 10145.0, 10179.0, 10118.0, 10164.0, 10238.0, 10155.0, 10175.0, 10146.0, 10166.0, 10214.0, 10175.0, 10215.0, 10238.0, 10162.0, 10161.0, 10228.0, 10141.0, 10166.0, 10225.0, 10166.0, 10177.0, 10161.0, 10122.0, 10160.0, 10103.0, 10131.0, 10170.0, 10121.0, 10153.0, 10218.0, 10183.0, 10218.0, 10166.0, 10134.0, 10111.0, 10126.0, 10146.0, 10202.0, 10186.0, 10256.0, 10275.0, 10179.0, 10234.0, 10234.0, 10198.0, 10202.0, 10186.0, 10232.0, 10247.0, 10155.0, 10191.0, 10232.0, 10141.0, 10153.0, 10126.0, 10154.0, 10191.0, 10141.0, 10151.0, 10214.0, 10149.0, 10115.0, 10136.0, 10102.0, 10130.0, 10187.0, 10154.0, 10159.0, 10168.0, 10129.0, 10167.0, 10131.0, 10171.0, 10240.0, 10171.0, 10163.0, 10207.0, 10158.0, 10217.0, 10190.0, 10165.0, 10221.0, 10218.0, 10196.0, 10241.0, 10165.0, 10176.0, 10198.0, 10143.0, 10199.0, 10211.0, 10129.0, 10181.0, 10178.0, 10133.0, 10175.0, 10136.0, 10153.0, 10189.0, 10123.0, 10152.0, 10186.0, 10138.0, 10148.0, 10150.0, 10146.0, 10220.0, 10181.0, 10162.0, 10126.0, 10179.0, 10216.0, 10155.0, 10196.0, 10270.0, 10194.0, 10200.0, 10163.0, 10168.0, 10219.0, 10150.0, 10177.0, 10252.0, 10202.0, 10184.0, 10230.0, 10169.0, 10178.0, 10225.0, 10149.0, 10202.0, 10247.0, 10146.0, 10165.0, 10164.0, 10153.0, 10202.0, 10184.0, 10197.0, 10222.0, 10174.0, 10211.0, 10215.0, 10182.0, 10257.0, 10214.0, 10192.0, 10170.0, 10194.0, 10258.0, 10183.0, 10240.0, 10293.0, 10198.0, 10249.0, 10274.0, 10205.0, 10264.0, 10241.0, 10195.0, 10195.0, 10135.0, 10173.0, 10208.0, 10139.0, 10182.0, 10226.0, 10165.0, 10174.0, 10164.0, 10143.0, 10177.0, 10121.0, 10152.0, 10200.0, 10126.0, 10165.0, 10190.0, 10138.0, 10179.0, 10140.0, 10157.0, 10187.0, 10124.0, 10151.0, 10204.0, 10178.0, 10217.0, 10185.0, 10155.0, 10168.0, 10152.0, 10190.0, 10215.0, 10145.0, 10186.0, 10228.0, 10143.0, 10166.0, 10146.0, 10155.0, 10193.0, 10151.0, 10198.0, 10215.0, 10149.0, 10191.0, 10153.0, 10168.0, 10215.0, 10198.0, 10197.0, 10238.0, 10173.0, 10164.0, 10230.0, 10154.0, 10191.0, 10228.0, 10173.0, 10199.0, 10189.0, 10166.0, 10194.0, 10161.0, 10200.0, 10255.0, 10198.0, 10212.0, 10183.0, 10208.0, 10258.0, 10178.0, 10240.0, 10274.0, 10192.0, 10193.0, 10169.0, 10198.0, 10240.0, 10171.0, 10216.0, 10258.0, 10198.0, 10181.0, 10229.0, 10148.0, 10185.0, 10212.0, 10140.0, 10182.0, 10193.0, 10145.0, 10186.0, 10167.0, 10148.0, 10196.0, 10156.0, 10162.0, 10195.0, 10142.0, 10159.0, 10227.0, 10191.0, 10199.0, 10165.0, 10169.0, 10226.0, 10199.0, 10219.0, 10172.0, 10184.0, 10188.0, 10200.0, 10263.0, 10238.0, 10245.0, 10199.0, 10182.0, 10187.0, 10167.0, 10225.0, 10219.0, 10194.0, 10244.0, 10178.0, 10163.0, 10199.0, 10154.0, 10193.0, 10197.0, 10183.0, 10209.0, 10165.0, 10165.0, 10220.0, 10172.0, 10199.0, 10257.0, 10195.0, 10209.0, 10207.0, 10170.0, 10215.0, 10190.0, 10202.0, 10238.0, 10218.0, 10209.0, 10235.0, 10152.0, 10177.0, 10229.0, 10148.0, 10191.0, 10216.0, 10144.0, 10188.0, 10199.0, 10146.0, 10205.0, 10243.0, 10192.0, 10202.0, 10139.0, 10182.0, 10163.0, 10196.0, 10218.0, 10201.0, 10228.0, 10179.0, 10199.0, 10249.0, 10187.0, 10212.0, 10276.0, 10196.0, 10211.0, 10197.0, 10160.0, 10201.0, 10158.0, 10159.0, 10218.0, 10218.0, 10160.0, 10165.0, 10127.0, 10156.0, 10191.0, 10157.0, 10201.0, 10210.0, 10143.0, 10156.0, 10132.0, 10143.0, 10207.0, 10184.0, 10172.0, 10181.0, 10144.0, 10156.0, 10209.0, 10137.0, 10151.0, 10190.0, 10152.0, 10132.0, 10162.0, 10123.0, 10123.0, 10178.0, 10139.0, 10167.0, 10219.0, 10177.0, 10159.0, 10210.0, 10150.0, 10179.0, 10224.0, 10161.0, 10180.0, 10210.0, 10194.0, 10236.0, 10175.0, 10134.0, 10093.0, 10091.0, 10096.0, 10114.0, 10137.0, 10216.0, 10240.0, 10184.0, 10227.0, 10257.0, 10177.0, 10179.0, 10219.0, 10147.0, 10172.0, 10167.0, 10126.0, 10169.0, 10180.0, 10122.0, 10149.0, 10170.0, 10100.0, 10129.0, 10168.0, 10104.0, 10094.0, 10087.0, 10061.0, 10102.0, 10089.0, 10063.0, 10105.0, 10085.0, 10071.0, 10129.0, 10083.0, 10080.0, 10113.0, 10073.0, 10086.0, 10138.0, 10085.0, 10145.0, 10171.0, 10118.0, 10139.0, 10097.0, 10126.0, 10164.0, 10102.0, 10160.0, 10186.0, 10118.0, 10161.0, 10167.0, 10117.0, 10155.0, 10152.0, 10108.0, 10159.0, 10120.0, 10141.0, 10178.0, 10182.0, 10230.0, 10164.0, 10168.0, 10106.0, 10136.0, 10116.0, 10122.0, 10150.0, 10166.0, 10152.0, 10203.0, 10165.0, 10189.0, 10183.0, 10170.0, 10217.0, 10175.0, 10168.0, 10167.0, 10138.0, 10190.0, 10139.0, 10166.0, 10231.0, 10144.0, 10208.0, 10232.0, 10170.0, 10184.0, 10119.0, 10118.0, 10156.0, 10118.0, 10139.0, 10211.0, 10142.0, 10137.0, 10095.0, 10116.0, 10077.0, 10108.0, 10160.0, 10096.0, 10124.0, 10163.0, 10100.0, 10150.0, 10186.0, 10113.0, 10126.0, 10161.0, 10098.0, 10124.0, 10178.0, 10120.0, 10181.0, 10172.0, 10129.0, 10165.0, 10132.0, 10183.0, 10220.0, 10203.0, 10228.0, 10237.0, 10171.0, 10215.0, 10178.0, 10213.0, 10253.0, 10185.0, 10215.0, 10274.0, 10199.0, 10227.0, 10183.0, 10198.0, 10249.0, 10178.0, 10176.0, 10247.0, 10212.0, 10195.0, 10216.0, 10164.0, 10181.0, 10267.0, 10174.0, 10223.0, 10230.0, 10177.0, 10191.0, 10149.0, 10181.0, 10230.0, 10170.0, 10209.0, 10231.0, 10251.0, 10264.0, 10204.0, 10200.0, 10167.0, 10226.0, 10186.0, 10247.0, 10199.0, 10240.0, 10247.0, 10207.0, 10251.0, 10231.0, 10189.0, 10248.0, 10197.0, 10194.0, 10225.0, 10180.0, 10176.0, 10236.0, 10208.0, 10235.0, 10209.0, 10171.0, 10202.0, 10165.0, 10146.0, 10175.0, 10116.0, 10129.0, 10180.0, 10137.0, 10163.0, 10170.0, 10189.0, 10196.0, 10123.0, 10157.0, 10187.0, 10119.0, 10147.0, 10164.0, 10178.0, 10210.0, 10128.0, 10149.0, 10122.0, 10141.0, 10219.0, 10158.0, 10171.0, 10216.0, 10182.0, 10177.0, 10141.0, 10157.0, 10193.0, 10145.0, 10187.0, 10209.0, 10160.0, 10197.0, 10213.0, 10142.0, 10179.0, 10127.0, 10156.0, 10240.0, 10202.0, 10205.0, 10158.0, 10137.0, 10116.0, 10162.0, 10140.0, 10199.0, 10205.0, 10241.0, 10216.0, 10239.0, 10228.0, 10214.0, 10242.0, 10202.0, 10244.0, 10287.0, 10246.0, 10252.0, 10200.0, 10183.0, 10206.0, 10158.0, 10180.0, 10132.0, 10175.0, 10185.0, 10155.0, 10161.0, 10124.0, 10188.0, 10140.0, 10150.0, 10200.0, 10120.0, 10143.0, 10180.0, 10146.0, 10204.0, 10131.0, 10145.0, 10132.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.008422603686635945</td></tr>
<tr><td colspan=3>aqi</td><td>0.033512279723502306</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.263933947439476</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.251399832998845</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1230108484313728</td></tr>
<tr><td colspan=3>efc</td><td>0.5012</td></tr>
<tr><td colspan=3>fber</td><td>5690.0732</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11863488531014735</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.483870967741936</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.562825197619963</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4820243953693817</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.743399389137716</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.463051808352792</td></tr>
<tr><td colspan=3>gcor</td><td>0.0131266</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014784988015890121</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.043179333209991455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.0989716292737715</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.8811</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5833</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>210.5419</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291323.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>1004.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>403.0246</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.931</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.7784</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3800.5653</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3947.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1532.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>962.9188</td></tr>
<tr><td colspan=3>tsnr</td><td>32.54253517091274</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>