ds005256-mriqc/sub-0128_ses-01_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter 212d70bc63 [DATALAD RUNCMD] Compute MRIQC for sub-0128
=== 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-0128 --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-0128",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 16:44:34 +02:00

616 lines
No EOL
105 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-0128_ses-01_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0128_ses-01_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-01_subject-0128_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-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0128/figures/sub-0128_ses-01_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-01/func/sub-0128_ses-01_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>61fa5cf33ecd096aab9d53d25b7eb3d3</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>20:02:57.857500</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.998662, -0.027073, 0.0440709, 0.0179548, 0.980541, 0.195492]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.084234</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4245, -7815, -7248, 321, -167, -33, 118, 99]</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>219.13</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fc145876-c41e-4fec-a52c-250cf749f9ee||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.679335832595825, 0.04817129671573639, 0.13096588850021362, 104.93226623535156], [0.0726349875330925, 2.6307196617126465, 0.5249849557876587, -101.50318908691406], [0.11823901534080505, -0.524490237236023, 2.6452295780181885, -46.44853973388672], [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': ['200257.857500', '200258.317500', '200258.777500', '200259.237500', '200259.697500', '200300.157500', '200300.617500', '200301.077500', '200301.537500', '200301.997500', '200302.457500', '200302.917500', '200303.377500', '200303.837500', '200304.297500', '200304.757500', '200305.217500', '200305.677500', '200306.137500', '200306.597500', '200307.057500', '200307.517500', '200307.977500', '200308.437500', '200308.897500', '200309.357500', '200309.817500', '200310.277500', '200310.737500', '200311.197500', '200311.657500', '200312.117500', '200312.577500', '200313.037500', '200313.497500', '200313.957500', '200314.417500', '200314.877500', '200315.337500', '200315.797500', '200316.257500', '200316.717500', '200317.177500', '200317.637500', '200318.097500', '200318.557500', '200319.017500', '200319.477500', '200319.937500', '200320.397500', '200320.857500', '200321.317500', '200321.777500', '200322.237500', '200322.697500', '200323.157500', '200323.617500', '200324.077500', '200324.537500', '200324.997500', '200325.457500', '200325.917500', '200326.377500', '200326.837500', '200327.297500', '200327.757500', '200328.217500', '200328.677500', '200329.137500', '200329.597500', '200330.057500', '200330.517500', '200330.977500', '200331.437500', '200331.897500', '200332.357500', '200332.817500', '200333.277500', '200333.737500', '200334.197500', '200334.657500', '200335.117500', '200335.577500', '200336.037500', '200336.497500', '200336.957500', '200337.417500', '200337.877500', '200338.337500', '200338.797500', '200339.257500', '200339.717500', '200340.177500', '200340.637500', '200341.097500', '200341.557500', '200342.017500', '200342.477500', '200342.937500', '200343.397500', '200343.857500', '200344.317500', '200344.777500', '200345.237500', '200345.697500', '200346.157500', '200346.617500', '200347.077500', '200347.537500', '200347.997500', '200348.457500', '200348.917500', '200349.377500', '200349.837500', '200350.297500', '200350.757500', '200351.217500', '200351.677500', '200352.137500', '200352.597500', '200353.057500', '200353.517500', '200353.977500', '200354.437500', '200354.897500', '200355.357500', '200355.817500', '200356.277500', '200356.737500', '200357.197500', '200357.657500', '200358.117500', '200358.577500', '200359.037500', '200359.497500', '200359.957500', '200400.417500', '200400.877500', '200401.337500', '200401.797500', '200402.257500', '200402.717500', '200403.177500', '200403.637500', '200404.097500', '200404.557500', '200405.017500', '200405.477500', '200405.937500', '200406.397500', '200406.857500', '200407.317500', '200407.777500', '200408.237500', '200408.697500', '200409.157500', '200409.617500', '200410.077500', '200410.537500', '200410.997500', '200411.457500', '200411.917500', '200412.377500', '200412.837500', '200413.297500', '200413.757500', '200414.217500', '200414.677500', '200415.137500', '200415.597500', '200416.057500', '200416.517500', '200416.977500', '200417.437500', '200417.897500', '200418.357500', '200418.817500', '200419.277500', '200419.737500', '200420.197500', '200420.657500', '200421.117500', '200421.577500', '200422.037500', '200422.497500', '200422.957500', '200423.417500', '200423.877500', '200424.337500', '200424.797500', '200425.257500', '200425.717500', '200426.177500', '200426.637500', '200427.097500', '200427.557500', '200428.017500', '200428.477500', '200428.937500', '200429.397500', '200429.857500', '200430.317500', '200430.777500', '200431.237500', '200431.697500', '200432.157500', '200432.617500', '200433.077500', '200433.537500', '200433.997500', '200434.457500', '200434.917500', '200435.377500', '200435.837500', '200436.297500', '200436.757500', '200437.217500', '200437.677500', '200438.137500', '200438.597500', '200439.057500', '200439.517500', '200439.977500', '200440.437500', '200440.897500', '200441.357500', '200441.817500', '200442.277500', '200442.737500', '200443.197500', '200443.657500', '200444.117500', '200444.577500', '200445.037500', '200445.497500', '200445.957500', '200446.417500', '200446.877500', '200447.337500', '200447.797500', '200448.257500', '200448.717500', '200449.177500', '200449.637500', '200450.097500', '200450.557500', '200451.017500', '200451.477500', '200451.937500', '200452.397500', '200452.857500', '200453.317500', '200453.777500', '200454.237500', '200454.697500', '200455.157500', '200455.617500', '200456.077500', '200456.537500', '200456.997500', '200457.457500', '200457.917500', '200458.377500', '200458.837500', '200459.297500', '200459.757500', '200500.217500', '200500.677500', '200501.137500', '200501.597500', '200502.057500', '200502.517500', '200502.977500', '200503.437500', '200503.897500', '200504.357500', '200504.817500', '200505.277500', '200505.737500', '200506.197500', '200506.657500', '200507.117500', '200507.577500', '200508.037500', '200508.497500', '200508.957500', '200509.417500', '200509.877500', '200510.337500', '200510.797500', '200511.257500', '200511.717500', '200512.177500', '200512.637500', '200513.097500', '200513.557500', '200514.017500', '200514.477500', '200514.937500', '200515.397500', '200515.857500', '200516.317500', '200516.777500', '200517.237500', '200517.697500', '200518.157500', '200518.617500', '200519.077500', '200519.537500', '200519.997500', '200520.457500', '200520.917500', '200521.377500', '200521.837500', '200522.297500', '200522.757500', '200523.217500', '200523.677500', '200524.137500', '200524.597500', '200525.057500', '200525.517500', '200525.977500', '200526.437500', '200526.897500', '200527.357500', '200527.817500', '200528.277500', '200528.737500', '200529.197500', '200529.657500', '200530.117500', '200530.577500', '200531.037500', '200531.497500', '200531.957500', '200532.417500', '200532.877500', '200533.337500', '200533.797500', '200534.257500', '200534.717500', '200535.177500', '200535.637500', '200536.097500', '200536.557500', '200537.017500', '200537.477500', '200537.937500', '200538.397500', '200538.857500', '200539.317500', '200539.777500', '200540.237500', '200540.697500', '200541.157500', '200541.617500', '200542.077500', '200542.537500', '200542.997500', '200543.457500', '200543.917500', '200544.377500', '200544.837500', '200545.297500', '200545.757500', '200546.217500', '200546.677500', '200547.137500', '200547.597500', '200548.057500', '200548.517500', '200548.977500', '200549.437500', '200549.897500', '200550.357500', '200550.817500', '200551.277500', '200551.737500', '200552.197500', '200552.657500', '200553.117500', '200553.577500', '200554.037500', '200554.497500', '200554.957500', '200555.417500', '200555.877500', '200556.337500', '200556.797500', '200557.257500', '200557.717500', '200558.177500', '200558.637500', '200559.097500', '200559.557500', '200600.017500', '200600.477500', '200600.937500', '200601.397500', '200601.857500', '200602.317500', '200602.777500', '200603.237500', '200603.697500', '200604.157500', '200604.617500', '200605.077500', '200605.537500', '200605.997500', '200606.457500', '200606.917500', '200607.377500', '200607.837500', '200608.297500', '200608.757500', '200609.217500', '200609.677500', '200610.137500', '200610.597500', '200611.057500', '200611.517500', '200611.977500', '200612.437500', '200612.897500', '200613.357500', '200613.817500', '200614.277500', '200614.737500', '200615.197500', '200615.657500', '200616.117500', '200616.577500', '200617.037500', '200617.497500', '200617.957500', '200618.417500', '200618.877500', '200619.337500', '200619.797500', '200620.257500', '200620.717500', '200621.177500', '200621.637500', '200622.097500', '200622.557500', '200623.017500', '200623.477500', '200623.937500', '200624.397500', '200624.857500', '200625.317500', '200625.777500', '200626.237500', '200626.697500', '200627.157500', '200627.617500', '200628.077500', '200628.537500', '200628.997500', '200629.457500', '200629.917500', '200630.377500', '200630.837500', '200631.297500', '200631.757500', '200632.217500', '200632.677500', '200633.137500', '200633.597500', '200634.057500', '200634.517500', '200634.977500', '200635.437500', '200635.897500', '200636.357500', '200636.817500', '200637.277500', '200637.737500', '200638.197500', '200638.657500', '200639.117500', '200639.577500', '200640.037500', '200640.497500', '200640.957500', '200641.417500', '200641.877500', '200642.337500', '200642.797500', '200643.257500', '200643.717500', '200644.177500', '200644.637500', '200645.097500', '200645.557500', '200646.017500', '200646.477500', '200646.937500', '200647.397500', '200647.857500', '200648.317500', '200648.777500', '200649.237500', '200649.697500', '200650.157500', '200650.617500', '200651.077500', '200651.537500', '200651.997500', '200652.457500', '200652.917500', '200653.377500', '200653.837500', '200654.297500', '200654.757500', '200655.217500', '200655.677500', '200656.137500', '200656.597500', '200657.057500', '200657.517500', '200657.977500', '200658.437500', '200658.897500', '200659.357500', '200659.817500', '200700.277500', '200700.737500', '200701.197500', '200701.657500', '200702.117500', '200702.577500', '200703.037500', '200703.497500', '200703.957500', '200704.417500', '200704.877500', '200705.337500', '200705.797500', '200706.257500', '200706.717500', '200707.177500', '200707.637500', '200708.097500', '200708.557500', '200709.017500', '200709.477500', '200709.937500', '200710.397500', '200710.857500', '200711.317500', '200711.777500', '200712.237500', '200712.697500', '200713.157500', '200713.617500', '200714.077500', '200714.537500', '200714.997500', '200715.457500', '200715.917500', '200716.377500', '200716.837500', '200717.297500', '200717.757500', '200718.217500', '200718.677500', '200719.137500', '200719.597500', '200720.057500', '200720.517500', '200720.977500', '200721.437500', '200721.897500', '200722.357500', '200722.817500', '200723.277500', '200723.737500', '200724.197500', '200724.657500', '200725.117500', '200725.577500', '200726.037500', '200726.497500', '200726.957500', '200727.417500', '200727.877500', '200728.337500', '200728.797500', '200729.257500', '200729.717500', '200730.177500', '200730.637500', '200731.097500', '200731.557500', '200732.017500', '200732.477500', '200732.937500', '200733.397500', '200733.857500', '200734.317500', '200734.777500', '200735.237500', '200735.697500', '200736.157500', '200736.617500', '200737.077500', '200737.537500', '200737.997500', '200738.457500', '200738.917500', '200739.377500', '200739.837500', '200740.297500', '200740.757500', '200741.217500', '200741.677500', '200742.137500', '200742.597500', '200743.057500', '200743.517500', '200743.977500', '200744.437500', '200744.897500', '200745.357500', '200745.817500', '200746.277500', '200746.737500', '200747.197500', '200747.657500', '200748.117500', '200748.577500', '200749.037500', '200749.497500', '200749.957500', '200750.417500', '200750.877500', '200751.337500', '200751.797500', '200752.257500', '200752.717500', '200753.177500', '200753.637500', '200754.097500', '200754.557500', '200755.017500', '200755.477500', '200755.937500', '200756.397500', '200756.857500', '200757.317500', '200757.777500', '200758.237500', '200758.697500', '200759.157500', '200759.617500', '200800.077500', '200800.537500', '200800.997500', '200801.457500', '200801.917500', '200802.377500', '200802.837500', '200803.297500', '200803.757500', '200804.217500', '200804.677500', '200805.137500', '200805.597500', '200806.057500', '200806.517500', '200806.977500', '200807.437500', '200807.897500', '200808.357500', '200808.817500', '200809.277500', '200809.737500', '200810.197500', '200810.657500', '200811.117500', '200811.577500', '200812.037500', '200812.497500', '200812.957500', '200813.417500', '200813.877500', '200814.337500', '200814.797500', '200815.257500', '200815.717500', '200816.177500', '200816.637500', '200817.097500', '200817.557500', '200818.017500', '200818.477500', '200818.937500', '200819.397500', '200819.857500', '200820.317500', '200820.777500', '200821.237500', '200821.697500', '200822.157500', '200822.617500', '200823.077500', '200823.537500', '200823.997500', '200824.457500', '200824.917500', '200825.377500', '200825.837500', '200826.297500', '200826.757500', '200827.217500', '200827.677500', '200828.137500', '200828.597500', '200829.057500', '200829.517500', '200829.977500', '200830.437500', '200830.897500', '200831.357500', '200831.817500', '200832.277500', '200832.737500', '200833.197500', '200833.657500', '200834.117500', '200834.577500', '200835.037500', '200835.497500', '200835.957500', '200836.417500', '200836.877500', '200837.337500', '200837.797500', '200838.257500', '200838.717500', '200839.177500', '200839.637500', '200840.097500', '200840.557500', '200841.017500', '200841.477500', '200841.937500', '200842.397500', '200842.857500', '200843.317500', '200843.777500', '200844.237500', '200844.697500', '200845.157500', '200845.617500', '200846.077500', '200846.537500', '200846.997500', '200847.457500', '200847.917500', '200848.377500', '200848.837500', '200849.297500', '200849.757500', '200850.217500', '200850.677500', '200851.137500', '200851.597500', '200852.057500', '200852.517500', '200852.977500', '200853.437500', '200853.897500', '200854.357500', '200854.817500', '200855.277500', '200855.737500', '200856.197500', '200856.657500', '200857.117500', '200857.577500', '200858.037500', '200858.497500', '200858.957500', '200859.417500', '200859.877500', '200900.337500', '200900.797500', '200901.257500', '200901.717500', '200902.177500', '200902.637500', '200903.097500', '200903.557500', '200904.017500', '200904.477500', '200904.937500', '200905.397500', '200905.857500', '200906.317500', '200906.777500', '200907.237500', '200907.697500', '200908.157500', '200908.617500', '200909.077500', '200909.537500', '200909.997500', '200910.457500', '200910.917500', '200911.377500', '200911.837500', '200912.297500', '200912.757500', '200913.217500', '200913.677500', '200914.137500', '200914.597500', '200915.057500', '200915.517500', '200915.977500', '200916.437500', '200916.897500', '200917.357500', '200917.817500', '200918.277500', '200918.737500', '200919.197500', '200919.657500', '200920.117500', '200920.577500', '200921.037500', '200921.497500', '200921.957500', '200922.417500', '200922.877500', '200923.337500', '200923.797500', '200924.257500', '200924.717500', '200925.177500', '200925.637500', '200926.097500', '200926.557500', '200927.017500', '200927.477500', '200927.937500', '200928.397500', '200928.857500', '200929.317500', '200929.777500', '200930.237500', '200930.697500', '200931.157500', '200931.617500', '200932.077500', '200932.537500', '200932.997500', '200933.457500', '200933.917500', '200934.377500', '200934.837500', '200935.297500', '200935.757500', '200936.217500', '200936.677500', '200937.137500', '200937.597500', '200938.057500', '200938.517500'], 'ContentTime': ['200309.066000', '200309.069000', '200309.072000', '200309.075000', '200309.077000', '200309.080000', '200309.083000', '200309.085000', '200309.088000', '200309.098000', '200309.100000', '200309.103000', '200309.105000', '200309.115000', '200309.118000', '200309.135000', '200309.138000', '200309.140000', '200309.143000', '200309.146000', '200309.148000', '200309.151000', '200329.039000', '200329.042000', '200329.045000', '200329.047000', '200329.050000', '200329.085000', '200329.088000', '200329.090000', '200329.093000', '200329.095000', '200329.098000', '200329.100000', '200329.103000', '200329.105000', '200329.108000', '200329.110000', '200329.113000', '200329.115000', '200329.118000', '200329.121000', '200329.123000', '200329.126000', '200329.129000', '200329.131000', '200329.134000', '200329.136000', '200329.139000', '200329.141000', '200329.144000', '200329.155000', '200329.158000', '200329.161000', '200329.163000', '200329.166000', '200329.168000', '200329.171000', '200329.174000', '200329.176000', '200329.179000', '200329.181000', '200329.184000', '200329.186000', '200329.189000', '200329.191000', '200349.040000', '200349.043000', '200349.046000', '200349.048000', '200349.051000', '200349.054000', '200349.056000', '200349.059000', '200349.061000', '200349.064000', '200349.066000', '200349.069000', '200349.071000', '200349.074000', '200349.076000', '200349.079000', '200349.081000', '200349.084000', '200349.087000', '200349.089000', '200349.092000', '200349.094000', '200349.097000', '200349.099000', '200349.102000', '200349.104000', '200349.107000', '200349.109000', '200349.112000', '200349.115000', '200349.117000', '200349.120000', '200349.122000', '200349.125000', '200349.127000', '200349.130000', '200349.132000', '200349.136000', '200349.139000', '200349.141000', '200349.144000', '200349.146000', '200349.149000', '200409.040000', '200409.043000', '200409.046000', '200409.048000', '200409.051000', '200409.054000', '200409.056000', '200409.059000', '200409.061000', '200409.064000', '200409.066000', '200409.069000', '200409.072000', '200409.074000', '200409.077000', '200409.079000', '200409.082000', '200409.085000', '200409.087000', '200409.090000', '200409.092000', '200409.095000', '200409.098000', '200409.100000', '200409.103000', '200409.105000', '200409.108000', '200409.110000', '200409.113000', '200409.116000', '200409.118000', '200409.121000', '200409.123000', '200409.126000', '200409.129000', '200409.131000', '200409.134000', '200409.136000', '200409.139000', '200409.142000', '200409.144000', '200409.147000', '200409.149000', '200409.152000', '200429.040000', '200429.043000', '200429.046000', '200429.048000', '200429.051000', '200429.054000', '200429.056000', '200429.059000', '200429.061000', '200429.064000', '200429.066000', '200429.069000', '200429.071000', '200429.074000', '200429.076000', '200429.079000', '200429.082000', '200429.084000', '200429.087000', '200429.090000', '200429.092000', '200429.095000', '200429.097000', '200429.100000', '200429.102000', '200429.105000', '200429.107000', '200429.110000', '200429.112000', '200429.115000', '200429.118000', '200429.120000', '200429.123000', '200429.125000', '200429.128000', '200429.131000', '200429.133000', '200429.136000', '200429.138000', '200429.141000', '200429.143000', '200429.146000', '200429.149000', '200449.040000', '200449.043000', '200449.046000', '200449.048000', '200449.051000', '200449.054000', '200449.056000', '200449.059000', '200449.061000', '200449.064000', '200449.066000', '200449.069000', '200449.072000', '200449.074000', '200449.077000', '200449.079000', '200449.082000', '200449.084000', '200449.087000', '200449.089000', '200449.092000', '200449.094000', '200449.097000', '200449.099000', '200449.102000', '200449.105000', '200449.107000', '200449.110000', '200449.112000', '200449.115000', '200449.128000', '200449.131000', '200449.134000', '200449.136000', '200449.139000', '200449.141000', '200449.144000', '200449.146000', '200449.149000', '200449.152000', '200449.154000', '200449.157000', '200449.159000', '200449.162000', '200509.041000', '200509.043000', '200509.046000', '200509.048000', '200509.051000', '200509.054000', '200509.056000', '200509.059000', '200509.061000', '200509.072000', '200509.074000', '200509.077000', '200509.080000', '200509.082000', '200509.085000', '200509.087000', '200509.090000', '200509.092000', '200509.095000', '200509.098000', '200509.100000', '200509.103000', '200509.105000', '200509.108000', '200509.110000', '200509.113000', '200509.115000', '200509.118000', '200509.121000', '200509.123000', '200509.126000', '200509.128000', '200509.131000', '200509.133000', '200509.136000', '200509.139000', '200509.141000', '200509.144000', '200509.146000', '200509.149000', '200509.152000', '200509.154000', '200509.157000', '200529.041000', '200529.043000', '200529.046000', '200529.048000', '200529.051000', '200529.054000', '200529.056000', '200529.059000', '200529.061000', '200529.064000', '200529.067000', '200529.069000', '200529.072000', '200529.074000', '200529.077000', '200529.080000', '200529.082000', '200529.085000', '200529.087000', '200529.090000', '200529.092000', '200529.095000', '200529.098000', '200529.100000', '200529.103000', '200529.106000', '200529.108000', '200529.111000', '200529.113000', '200529.116000', '200529.119000', '200529.121000', '200529.124000', '200529.126000', '200529.129000', '200529.131000', '200529.134000', '200529.137000', '200529.139000', '200529.142000', '200529.144000', '200529.147000', '200529.150000', '200529.152000', '200549.040000', '200549.042000', '200549.045000', '200549.047000', '200549.050000', '200549.053000', '200549.055000', '200549.058000', '200549.060000', '200549.063000', '200549.065000', '200549.068000', '200549.071000', '200549.073000', '200549.076000', '200549.078000', '200549.081000', '200549.083000', '200549.086000', '200549.089000', '200549.091000', '200549.094000', '200549.097000', '200549.099000', '200549.102000', '200549.104000', '200549.107000', '200549.110000', '200549.112000', '200549.115000', '200549.117000', '200549.120000', '200549.123000', '200549.125000', '200549.128000', '200549.130000', '200549.133000', '200549.135000', '200549.138000', '200549.141000', '200549.143000', '200549.146000', '200549.148000', '200609.040000', '200609.043000', '200609.046000', '200609.048000', '200609.051000', '200609.054000', '200609.056000', '200609.059000', '200609.061000', '200609.064000', '200609.067000', '200609.069000', '200609.072000', '200609.075000', '200609.077000', '200609.080000', '200609.082000', '200609.085000', '200609.087000', '200609.090000', '200609.092000', '200609.095000', '200609.098000', '200609.100000', '200609.103000', '200609.105000', '200609.108000', '200609.110000', '200609.113000', '200609.116000', '200609.118000', '200609.121000', '200609.123000', '200609.126000', '200609.128000', '200609.131000', '200609.134000', '200609.145000', '200609.148000', '200609.150000', '200609.153000', '200609.156000', '200609.158000', '200609.161000', '200629.040000', '200629.043000', '200629.046000', '200629.048000', '200629.051000', '200629.054000', '200629.056000', '200629.059000', '200629.061000', '200629.064000', '200629.066000', '200629.069000', '200629.072000', '200629.074000', '200629.077000', '200629.079000', '200629.082000', '200629.084000', '200629.087000', '200629.089000', '200629.092000', '200629.094000', '200629.097000', '200629.100000', '200629.102000', '200629.114000', '200629.116000', '200629.119000', '200629.121000', '200629.124000', '200629.127000', '200629.129000', '200629.132000', '200629.134000', '200629.137000', '200629.139000', '200629.142000', '200629.144000', '200629.147000', '200629.150000', '200629.152000', '200629.165000', '200629.167000', '200649.040000', '200649.043000', '200649.046000', '200649.048000', '200649.051000', '200649.054000', '200649.056000', '200649.059000', '200649.062000', '200649.064000', '200649.067000', '200649.069000', '200649.072000', '200649.074000', '200649.077000', '200649.080000', '200649.082000', '200649.085000', '200649.087000', '200649.090000', '200649.093000', '200649.095000', '200649.098000', '200649.100000', '200649.103000', '200649.106000', '200649.108000', '200649.111000', '200649.113000', '200649.116000', '200649.118000', '200649.121000', '200649.123000', '200649.126000', '200649.128000', '200649.131000', '200649.134000', '200649.136000', '200649.139000', '200649.141000', '200649.144000', '200649.146000', '200649.149000', '200709.041000', '200709.043000', '200709.046000', '200709.049000', '200709.051000', '200709.054000', '200709.056000', '200709.059000', '200709.061000', '200709.064000', '200709.067000', '200709.069000', '200709.072000', '200709.074000', '200709.077000', '200709.079000', '200709.082000', '200709.085000', '200709.087000', '200709.090000', '200709.092000', '200709.095000', '200709.098000', '200709.100000', '200709.103000', '200709.105000', '200709.108000', '200709.111000', '200709.113000', '200709.116000', '200709.118000', '200709.121000', '200709.123000', '200709.126000', '200709.129000', '200709.131000', '200709.134000', '200709.136000', '200709.139000', '200709.142000', '200709.144000', '200709.147000', '200709.149000', '200709.152000', '200729.041000', '200729.044000', '200729.047000', '200729.050000', '200729.053000', '200729.055000', '200729.058000', '200729.061000', '200729.063000', '200729.066000', '200729.068000', '200729.071000', '200729.073000', '200729.076000', '200729.079000', '200729.081000', '200729.084000', '200729.086000', '200729.089000', '200729.091000', '200729.094000', '200729.097000', '200729.099000', '200729.102000', '200729.104000', '200729.107000', '200729.110000', '200729.112000', '200729.115000', '200729.117000', '200729.120000', '200729.122000', '200729.125000', '200729.128000', '200729.130000', '200729.133000', '200729.135000', '200729.138000', '200729.141000', '200729.143000', '200729.146000', '200729.148000', '200729.151000', '200749.041000', '200749.044000', '200749.046000', '200749.049000', '200749.051000', '200749.054000', '200749.056000', '200749.059000', '200749.062000', '200749.064000', '200749.067000', '200749.070000', '200749.072000', '200749.075000', '200749.077000', '200749.080000', '200749.083000', '200749.085000', '200749.088000', '200749.090000', '200749.093000', '200749.095000', '200749.098000', '200749.101000', '200749.103000', '200749.106000', '200749.108000', '200749.111000', '200749.114000', '200749.116000', '200749.119000', '200749.121000', '200749.124000', '200749.126000', '200749.129000', '200749.131000', '200749.134000', '200749.137000', '200749.139000', '200749.142000', '200749.144000', '200749.147000', '200749.149000', '200749.152000', '200809.039000', '200809.042000', '200809.045000', '200809.047000', '200809.050000', '200809.052000', '200809.055000', '200809.071000', '200809.074000', '200809.076000', '200809.079000', '200809.081000', '200809.084000', '200809.087000', '200809.089000', '200809.092000', '200809.094000', '200809.097000', '200809.099000', '200809.102000', '200809.105000', '200809.107000', '200809.110000', '200809.112000', '200809.115000', '200809.117000', '200809.120000', '200809.122000', '200809.125000', '200809.128000', '200809.130000', '200809.133000', '200809.135000', '200809.138000', '200809.140000', '200809.143000', '200809.146000', '200809.148000', '200809.151000', '200809.153000', '200809.156000', '200809.158000', '200809.161000', '200829.041000', '200829.053000', '200829.056000', '200829.058000', '200829.061000', '200829.063000', '200829.066000', '200829.069000', '200829.071000', '200829.074000', '200829.076000', '200829.079000', '200829.082000', '200829.084000', '200829.087000', '200829.089000', '200829.092000', '200829.095000', '200829.097000', '200829.100000', '200829.102000', '200829.105000', '200829.107000', '200829.110000', '200829.113000', '200829.115000', '200829.118000', '200829.120000', '200829.123000', '200829.125000', '200829.128000', '200829.130000', '200829.133000', '200829.135000', '200829.138000', '200829.141000', '200829.143000', '200829.146000', '200829.148000', '200829.151000', '200829.153000', '200829.156000', '200829.158000', '200829.161000', '200849.040000', '200849.043000', '200849.046000', '200849.048000', '200849.051000', '200849.054000', '200849.057000', '200849.060000', '200849.063000', '200849.065000', '200849.068000', '200849.071000', '200849.073000', '200849.076000', '200849.079000', '200849.082000', '200849.085000', '200849.088000', '200849.090000', '200849.093000', '200849.096000', '200849.098000', '200849.101000', '200849.103000', '200849.106000', '200849.109000', '200849.111000', '200849.114000', '200849.116000', '200849.119000', '200849.121000', '200849.124000', '200849.127000', '200849.129000', '200849.132000', '200849.134000', '200849.138000', '200849.140000', '200849.143000', '200849.145000', '200849.148000', '200849.150000', '200849.154000', '200909.040000', '200909.043000', '200909.046000', '200909.050000', '200909.053000', '200909.055000', '200909.058000', '200909.061000', '200909.063000', '200909.066000', '200909.068000', '200909.071000', '200909.073000', '200909.076000', '200909.079000', '200909.081000', '200909.084000', '200909.087000', '200909.089000', '200909.092000', '200909.094000', '200909.097000', '200909.099000', '200909.102000', '200909.105000', '200909.107000', '200909.110000', '200909.112000', '200909.115000', '200909.117000', '200909.120000', '200909.122000', '200909.125000', '200909.127000', '200909.130000', '200909.133000', '200909.135000', '200909.138000', '200909.140000', '200909.143000', '200909.145000', '200909.148000', '200909.150000', '200909.153000', '200929.041000', '200929.044000', '200929.046000', '200929.049000', '200929.051000', '200929.054000', '200929.056000', '200929.059000', '200929.061000', '200929.064000', '200929.067000', '200929.069000', '200929.072000', '200929.074000', '200929.077000', '200929.079000', '200929.082000', '200929.097000', '200929.100000', '200929.102000', '200929.105000', '200929.107000', '200929.110000', '200929.113000', '200929.115000', '200929.118000', '200929.120000', '200929.123000', '200929.125000', '200929.128000', '200929.131000', '200929.134000', '200929.136000', '200929.139000', '200929.142000', '200929.145000', '200929.148000', '200929.150000', '200929.153000', '200929.156000', '200929.168000', '200929.171000', '200929.173000', '200939.649000', '200939.652000', '200939.655000', '200939.658000', '200939.660000', '200939.663000', '200939.666000', '200939.668000', '200939.671000', '200939.674000', '200939.677000', '200939.680000', '200939.683000', '200939.686000', '200939.689000', '200939.691000', '200939.694000', '200939.697000', '200939.700000', '200939.702000', '200939.705000', '200939.708000', '200939.711000', '200939.714000'], 'InstanceCreationTime': ['200309.066000', '200309.069000', '200309.072000', '200309.075000', '200309.077000', '200309.080000', '200309.083000', '200309.085000', '200309.088000', '200309.098000', '200309.100000', '200309.103000', '200309.105000', '200309.115000', '200309.118000', '200309.135000', '200309.138000', '200309.140000', '200309.143000', '200309.146000', '200309.148000', '200309.151000', '200329.039000', '200329.042000', '200329.045000', '200329.047000', '200329.050000', '200329.085000', '200329.088000', '200329.090000', '200329.093000', '200329.095000', '200329.098000', '200329.100000', '200329.103000', '200329.105000', '200329.108000', '200329.110000', '200329.113000', '200329.115000', '200329.118000', '200329.121000', '200329.123000', '200329.126000', '200329.129000', '200329.131000', '200329.134000', '200329.136000', '200329.139000', '200329.141000', '200329.144000', '200329.155000', '200329.158000', '200329.161000', '200329.163000', '200329.166000', '200329.168000', '200329.171000', '200329.174000', '200329.176000', '200329.179000', '200329.181000', '200329.184000', '200329.186000', '200329.189000', '200329.191000', '200349.040000', '200349.043000', '200349.046000', '200349.048000', '200349.051000', '200349.054000', '200349.056000', '200349.059000', '200349.061000', '200349.064000', '200349.066000', '200349.069000', '200349.071000', '200349.074000', '200349.076000', '200349.079000', '200349.081000', '200349.084000', '200349.087000', '200349.089000', '200349.092000', '200349.094000', '200349.097000', '200349.099000', '200349.102000', '200349.104000', '200349.107000', '200349.109000', '200349.112000', '200349.115000', '200349.117000', '200349.120000', '200349.122000', '200349.125000', '200349.127000', '200349.130000', '200349.132000', '200349.136000', '200349.139000', '200349.141000', '200349.144000', '200349.146000', '200349.149000', '200409.040000', '200409.043000', '200409.046000', '200409.048000', '200409.051000', '200409.054000', '200409.056000', '200409.059000', '200409.061000', '200409.064000', '200409.066000', '200409.069000', '200409.072000', '200409.074000', '200409.077000', '200409.079000', '200409.082000', '200409.085000', '200409.087000', '200409.090000', '200409.092000', '200409.095000', '200409.098000', '200409.100000', '200409.103000', '200409.105000', '200409.108000', '200409.110000', '200409.113000', '200409.116000', '200409.118000', '200409.121000', '200409.123000', '200409.126000', '200409.129000', '200409.131000', '200409.134000', '200409.136000', '200409.139000', '200409.142000', '200409.144000', '200409.147000', '200409.149000', '200409.152000', '200429.040000', '200429.043000', '200429.046000', '200429.048000', '200429.051000', '200429.054000', '200429.056000', '200429.059000', '200429.061000', '200429.064000', '200429.066000', '200429.069000', '200429.071000', '200429.074000', '200429.076000', '200429.079000', '200429.082000', '200429.084000', '200429.087000', '200429.090000', '200429.092000', '200429.095000', '200429.097000', '200429.100000', '200429.102000', '200429.105000', '200429.107000', '200429.110000', '200429.112000', '200429.115000', '200429.118000', '200429.120000', '200429.123000', '200429.125000', '200429.128000', '200429.131000', '200429.133000', '200429.136000', '200429.138000', '200429.141000', '200429.143000', '200429.146000', '200429.149000', '200449.040000', '200449.043000', '200449.046000', '200449.048000', '200449.051000', '200449.054000', '200449.056000', '200449.059000', '200449.061000', '200449.064000', '200449.066000', '200449.069000', '200449.072000', '200449.074000', '200449.077000', '200449.079000', '200449.082000', '200449.084000', '200449.087000', '200449.089000', '200449.092000', '200449.094000', '200449.097000', '200449.099000', '200449.102000', '200449.105000', '200449.107000', '200449.110000', '200449.112000', '200449.115000', '200449.128000', '200449.131000', '200449.134000', '200449.136000', '200449.139000', '200449.141000', '200449.144000', '200449.146000', '200449.149000', '200449.152000', '200449.154000', '200449.157000', '200449.159000', '200449.162000', '200509.041000', '200509.043000', '200509.046000', '200509.048000', '200509.051000', '200509.054000', '200509.056000', '200509.059000', '200509.061000', '200509.072000', '200509.074000', '200509.077000', '200509.080000', '200509.082000', '200509.085000', '200509.087000', '200509.090000', '200509.092000', '200509.095000', '200509.098000', '200509.100000', '200509.103000', '200509.105000', '200509.108000', '200509.110000', '200509.113000', '200509.115000', '200509.118000', '200509.121000', '200509.123000', '200509.126000', '200509.128000', '200509.131000', '200509.133000', '200509.136000', '200509.139000', '200509.141000', '200509.144000', '200509.146000', '200509.149000', '200509.152000', '200509.154000', '200509.157000', '200529.041000', '200529.043000', '200529.046000', '200529.048000', '200529.051000', '200529.054000', '200529.056000', '200529.059000', '200529.061000', '200529.064000', '200529.067000', '200529.069000', '200529.072000', '200529.074000', '200529.077000', '200529.080000', '200529.082000', '200529.085000', '200529.087000', '200529.090000', '200529.092000', '200529.095000', '200529.098000', '200529.100000', '200529.103000', '200529.106000', '200529.108000', '200529.111000', '200529.113000', '200529.116000', '200529.119000', '200529.121000', '200529.124000', '200529.126000', '200529.129000', '200529.131000', '200529.134000', '200529.137000', '200529.139000', '200529.142000', '200529.144000', '200529.147000', '200529.150000', '200529.152000', '200549.040000', '200549.042000', '200549.045000', '200549.047000', '200549.050000', '200549.053000', '200549.055000', '200549.058000', '200549.060000', '200549.063000', '200549.065000', '200549.068000', '200549.071000', '200549.073000', '200549.076000', '200549.078000', '200549.081000', '200549.083000', '200549.086000', '200549.089000', '200549.091000', '200549.094000', '200549.097000', '200549.099000', '200549.102000', '200549.104000', '200549.107000', '200549.110000', '200549.112000', '200549.115000', '200549.117000', '200549.120000', '200549.123000', '200549.125000', '200549.128000', '200549.130000', '200549.133000', '200549.135000', '200549.138000', '200549.141000', '200549.143000', '200549.146000', '200549.148000', '200609.040000', '200609.043000', '200609.046000', '200609.048000', '200609.051000', '200609.054000', '200609.056000', '200609.059000', '200609.061000', '200609.064000', '200609.067000', '200609.069000', '200609.072000', '200609.075000', '200609.077000', '200609.080000', '200609.082000', '200609.085000', '200609.087000', '200609.090000', '200609.092000', '200609.095000', '200609.098000', '200609.100000', '200609.103000', '200609.105000', '200609.108000', '200609.110000', '200609.113000', '200609.116000', '200609.118000', '200609.121000', '200609.123000', '200609.126000', '200609.128000', '200609.131000', '200609.134000', '200609.145000', '200609.148000', '200609.150000', '200609.153000', '200609.156000', '200609.158000', '200609.161000', '200629.040000', '200629.043000', '200629.046000', '200629.048000', '200629.051000', '200629.054000', '200629.056000', '200629.059000', '200629.061000', '200629.064000', '200629.066000', '200629.069000', '200629.072000', '200629.074000', '200629.077000', '200629.079000', '200629.082000', '200629.084000', '200629.087000', '200629.089000', '200629.092000', '200629.094000', '200629.097000', '200629.100000', '200629.102000', '200629.114000', '200629.116000', '200629.119000', '200629.121000', '200629.124000', '200629.127000', '200629.129000', '200629.132000', '200629.134000', '200629.137000', '200629.139000', '200629.142000', '200629.144000', '200629.147000', '200629.150000', '200629.152000', '200629.165000', '200629.167000', '200649.040000', '200649.043000', '200649.046000', '200649.048000', '200649.051000', '200649.054000', '200649.056000', '200649.059000', '200649.062000', '200649.064000', '200649.067000', '200649.069000', '200649.072000', '200649.074000', '200649.077000', '200649.080000', '200649.082000', '200649.085000', '200649.087000', '200649.090000', '200649.093000', '200649.095000', '200649.098000', '200649.100000', '200649.103000', '200649.106000', '200649.108000', '200649.111000', '200649.113000', '200649.116000', '200649.118000', '200649.121000', '200649.123000', '200649.126000', '200649.128000', '200649.131000', '200649.134000', '200649.136000', '200649.139000', '200649.141000', '200649.144000', '200649.146000', '200649.149000', '200709.041000', '200709.043000', '200709.046000', '200709.049000', '200709.051000', '200709.054000', '200709.056000', '200709.059000', '200709.061000', '200709.064000', '200709.067000', '200709.069000', '200709.072000', '200709.074000', '200709.077000', '200709.079000', '200709.082000', '200709.085000', '200709.087000', '200709.090000', '200709.092000', '200709.095000', '200709.098000', '200709.100000', '200709.103000', '200709.105000', '200709.108000', '200709.111000', '200709.113000', '200709.116000', '200709.118000', '200709.121000', '200709.123000', '200709.126000', '200709.129000', '200709.131000', '200709.134000', '200709.136000', '200709.139000', '200709.142000', '200709.144000', '200709.147000', '200709.149000', '200709.152000', '200729.041000', '200729.044000', '200729.047000', '200729.050000', '200729.053000', '200729.055000', '200729.058000', '200729.061000', '200729.063000', '200729.066000', '200729.068000', '200729.071000', '200729.073000', '200729.076000', '200729.079000', '200729.081000', '200729.084000', '200729.086000', '200729.089000', '200729.091000', '200729.094000', '200729.097000', '200729.099000', '200729.102000', '200729.104000', '200729.107000', '200729.110000', '200729.112000', '200729.115000', '200729.117000', '200729.120000', '200729.122000', '200729.125000', '200729.128000', '200729.130000', '200729.133000', '200729.135000', '200729.138000', '200729.141000', '200729.143000', '200729.146000', '200729.148000', '200729.151000', '200749.041000', '200749.044000', '200749.046000', '200749.049000', '200749.051000', '200749.054000', '200749.056000', '200749.059000', '200749.062000', '200749.064000', '200749.067000', '200749.070000', '200749.072000', '200749.075000', '200749.077000', '200749.080000', '200749.083000', '200749.085000', '200749.088000', '200749.090000', '200749.093000', '200749.095000', '200749.098000', '200749.101000', '200749.103000', '200749.106000', '200749.108000', '200749.111000', '200749.114000', '200749.116000', '200749.119000', '200749.121000', '200749.124000', '200749.126000', '200749.129000', '200749.131000', '200749.134000', '200749.137000', '200749.139000', '200749.142000', '200749.144000', '200749.147000', '200749.149000', '200749.152000', '200809.039000', '200809.042000', '200809.045000', '200809.047000', '200809.050000', '200809.052000', '200809.055000', '200809.071000', '200809.074000', '200809.076000', '200809.079000', '200809.081000', '200809.084000', '200809.087000', '200809.089000', '200809.092000', '200809.094000', '200809.097000', '200809.099000', '200809.102000', '200809.105000', '200809.107000', '200809.110000', '200809.112000', '200809.115000', '200809.117000', '200809.120000', '200809.122000', '200809.125000', '200809.128000', '200809.130000', '200809.133000', '200809.135000', '200809.138000', '200809.140000', '200809.143000', '200809.146000', '200809.148000', '200809.151000', '200809.153000', '200809.156000', '200809.158000', '200809.161000', '200829.041000', '200829.053000', '200829.056000', '200829.058000', '200829.061000', '200829.063000', '200829.066000', '200829.069000', '200829.071000', '200829.074000', '200829.076000', '200829.079000', '200829.082000', '200829.084000', '200829.087000', '200829.089000', '200829.092000', '200829.095000', '200829.097000', '200829.100000', '200829.102000', '200829.105000', '200829.107000', '200829.110000', '200829.113000', '200829.115000', '200829.118000', '200829.120000', '200829.123000', '200829.125000', '200829.128000', '200829.130000', '200829.133000', '200829.135000', '200829.138000', '200829.141000', '200829.143000', '200829.146000', '200829.148000', '200829.151000', '200829.153000', '200829.156000', '200829.158000', '200829.161000', '200849.040000', '200849.043000', '200849.046000', '200849.048000', '200849.051000', '200849.054000', '200849.057000', '200849.060000', '200849.063000', '200849.065000', '200849.068000', '200849.071000', '200849.073000', '200849.076000', '200849.079000', '200849.082000', '200849.085000', '200849.088000', '200849.090000', '200849.093000', '200849.096000', '200849.098000', '200849.101000', '200849.103000', '200849.106000', '200849.109000', '200849.111000', '200849.114000', '200849.116000', '200849.119000', '200849.121000', '200849.124000', '200849.127000', '200849.129000', '200849.132000', '200849.134000', '200849.138000', '200849.140000', '200849.143000', '200849.145000', '200849.148000', '200849.150000', '200849.154000', '200909.040000', '200909.043000', '200909.046000', '200909.050000', '200909.053000', '200909.055000', '200909.058000', '200909.061000', '200909.063000', '200909.066000', '200909.068000', '200909.071000', '200909.073000', '200909.076000', '200909.079000', '200909.081000', '200909.084000', '200909.087000', '200909.089000', '200909.092000', '200909.094000', '200909.097000', '200909.099000', '200909.102000', '200909.105000', '200909.107000', '200909.110000', '200909.112000', '200909.115000', '200909.117000', '200909.120000', '200909.122000', '200909.125000', '200909.127000', '200909.130000', '200909.133000', '200909.135000', '200909.138000', '200909.140000', '200909.143000', '200909.145000', '200909.148000', '200909.150000', '200909.153000', '200929.041000', '200929.044000', '200929.046000', '200929.049000', '200929.051000', '200929.054000', '200929.056000', '200929.059000', '200929.061000', '200929.064000', '200929.067000', '200929.069000', '200929.072000', '200929.074000', '200929.077000', '200929.079000', '200929.082000', '200929.097000', '200929.100000', '200929.102000', '200929.105000', '200929.107000', '200929.110000', '200929.113000', '200929.115000', '200929.118000', '200929.120000', '200929.123000', '200929.125000', '200929.128000', '200929.131000', '200929.134000', '200929.136000', '200929.139000', '200929.142000', '200929.145000', '200929.148000', '200929.150000', '200929.153000', '200929.156000', '200929.168000', '200929.171000', '200929.173000', '200939.649000', '200939.652000', '200939.655000', '200939.658000', '200939.660000', '200939.663000', '200939.666000', '200939.668000', '200939.671000', '200939.674000', '200939.677000', '200939.680000', '200939.683000', '200939.686000', '200939.689000', '200939.691000', '200939.694000', '200939.697000', '200939.700000', '200939.702000', '200939.705000', '200939.708000', '200939.711000', '200939.714000'], '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': [8862, 8393, 9069, 8296, 7833, 8577, 8110, 8486, 8407, 8041, 8120, 9411, 8449, 10244, 8558, 8412, 7546, 8336, 7916, 8982, 8095, 8174, 7964, 8157, 8665, 8287, 8124, 8517, 10077, 8562, 8102, 7953, 8403, 8367, 13786, 9612, 8540, 11357, 8184, 8094, 8275, 8167, 8140, 8105, 7877, 8291, 7966, 8141, 8420, 8397, 8217, 8316, 10251, 8106, 8472, 8235, 8359, 8544, 9263, 8111, 8147, 9288, 8020, 7858, 8360, 8288, 7543, 8602, 8207, 8283, 8896, 8332, 8065, 8309, 8326, 8220, 7915, 8441, 8330, 8175, 8802, 8313, 8338, 8580, 8248, 9047, 8142, 7787, 8814, 8457, 9400, 8389, 7905, 8711, 8132, 7899, 9190, 8136, 8153, 8636, 8384, 8969, 8497, 8488, 14543, 8420, 11104, 8555, 8241, 8941, 8211, 8154, 8667, 8549, 8634, 8384, 8447, 10103, 8283, 8032, 8542, 8369, 7719, 8677, 8207, 9168, 8929, 9566, 8427, 8308, 8477, 7810, 8779, 8111, 8899, 8497, 8035, 9112, 8350, 8072, 9008, 8560, 10974, 8732, 10415, 8441, 7816, 8765, 7819, 8772, 8171, 8416, 8309, 7897, 8048, 8969, 8329, 8912, 9627, 9214, 8340, 12988, 8398, 8261, 12797, 11494, 11923, 12410, 9934, 8319, 8372, 8520, 8594, 8235, 9451, 8193, 8060, 8589, 8080, 8640, 8488, 8428, 8237, 8832, 8856, 8160, 8432, 8364, 8439, 8420, 8990, 8260, 9688, 8421, 9143, 8610, 8422, 8362, 8505, 8407, 8407, 8190, 7990, 8155, 7636, 8139, 8172, 8378, 9195, 8264, 8968, 8025, 8009, 8312, 8063, 8888, 9346, 8745, 11353, 8537, 8728, 8461, 7981, 8233, 8026, 8361, 8979, 8500, 9766, 8169, 7894, 8254, 7757, 7988, 8214, 8241, 8165, 8229, 8687, 7652, 8328, 7635, 8403, 9654, 8892, 10605, 8652, 8413, 8408, 7893, 8848, 7875, 8725, 9249, 8911, 11230, 8472, 9086, 8421, 7815, 8391, 7777, 8874, 10812, 8606, 9922, 8487, 8050, 8072, 8238, 8169, 8157, 8381, 8227, 8404, 9284, 8402, 8193, 8510, 8626, 8966, 8285, 9515, 8183, 8486, 8654, 8524, 8389, 8152, 8409, 8921, 8412, 8406, 7939, 8077, 7982, 7770, 8221, 7808, 8630, 7779, 9264, 8452, 10101, 8380, 9703, 8169, 8547, 11066, 8552, 7869, 8880, 7474, 8468, 8159, 8868, 8046, 9147, 8577, 8414, 9012, 8447, 8300, 10662, 13782, 10196, 12227, 9295, 8666, 8165, 7838, 7507, 8130, 10119, 8303, 8602, 8145, 7552, 8036, 7806, 8494, 7732, 8680, 8244, 8455, 8484, 8594, 10568, 8398, 10621, 8768, 11963, 8594, 11599, 8724, 9130, 8453, 8284, 8689, 8550, 8473, 8177, 8552, 12489, 8590, 9896, 8495, 10196, 8553, 9024, 8479, 7968, 8006, 8121, 8331, 7640, 8565, 7834, 8648, 11133, 8589, 9337, 8180, 8588, 7512, 8806, 7970, 8582, 8303, 8925, 10640, 8440, 12953, 8669, 8343, 8439, 7907, 8269, 7820, 8591, 8648, 9474, 8659, 7891, 8747, 7516, 8873, 10261, 8353, 8321, 8261, 8177, 9467, 8515, 9548, 8512, 7980, 8052, 8216, 7690, 8492, 7763, 8630, 9293, 8730, 7978, 8968, 7556, 8682, 7952, 10107, 8194, 8112, 8649, 8484, 10261, 8695, 11862, 8363, 12909, 8485, 11332, 8421, 8865, 8554, 8164, 8230, 8501, 8164, 8477, 8057, 7971, 8378, 8621, 11185, 11624, 10012, 12570, 8691, 8130, 8650, 8201, 8657, 8291, 9084, 8465, 7849, 8383, 7792, 8750, 7951, 8549, 9614, 8972, 7966, 8759, 7949, 8422, 8145, 8431, 9364, 8641, 8001, 8152, 8360, 9206, 8389, 9145, 8002, 8254, 8075, 8618, 8081, 8149, 8059, 8815, 8350, 10220, 8369, 9543, 8597, 7932, 8128, 8056, 8309, 9843, 8348, 9988, 8410, 8018, 8198, 7746, 8333, 8127, 8600, 8410, 8876, 8308, 9364, 8809, 8463, 8421, 8277, 8372, 9165, 8273, 10818, 8465, 8409, 8286, 7589, 8134, 7804, 8326, 9598, 8402, 8317, 8475, 7748, 8752, 8349, 8782, 8490, 10295, 8472, 9692, 8272, 9321, 8390, 10793, 8481, 10019, 8473, 8016, 8278, 7973, 8193, 8244, 8278, 7928, 8684, 8007, 8381, 8457, 9455, 11451, 8334, 12981, 8805, 9135, 8210, 8877, 8487, 8062, 8455, 7667, 8304, 7802, 8479, 8174, 8342, 8618, 8883, 8408, 8952, 8376, 9599, 8365, 9154, 8346, 8319, 8526, 8191, 8306, 8287, 8680, 8554, 8710, 8307, 7811, 8075, 7729, 8336, 8261, 9094, 8366, 8468, 9173, 8084, 11179, 8194, 11915, 8063, 8174, 7974, 8262, 8042, 8183, 8023, 7924, 8387, 7968, 8748, 8289, 9081, 8112, 8309, 9784, 8702, 8127, 8302, 8436, 10162, 8529, 11233, 8533, 10645, 8303, 8602, 8261, 8729, 8298, 9774, 8174, 12123, 8274, 10229, 8174, 7994, 8240, 7945, 8666, 8893, 8718, 8105, 8658, 8042, 8131, 8239, 8867, 8024, 8296, 10857, 8197, 9034, 8494, 7771, 8237, 7783, 8438, 9740, 8259, 9585, 8356, 8228, 8152, 7919, 8167, 8136, 8158, 8755, 8394, 9318, 8482, 8150, 8174, 8873, 8334, 9337, 8396, 8045, 10363, 8523, 8031, 8501, 8144, 8275, 9206, 8174, 8008, 8551, 8141, 8154, 8223, 9611, 11244, 8271, 13003, 8170, 7943, 8162, 8051, 8064, 9798, 8180, 8518, 8351, 7750, 8143, 8074, 8178, 10267, 8142, 8694, 8399, 8138, 8165, 8231, 8342, 8234, 8482, 9117, 8229, 8260, 8504, 8141, 10075, 8125, 8425, 8450, 8308, 9779, 8185, 8313, 8070, 14985, 8450, 9280, 8379, 7980, 8226, 8239, 8315, 8559, 8294, 8230, 8425, 8388, 7904, 8023, 9003, 7852, 9659, 7943, 10958, 8092, 8408, 8139, 8101, 7930, 8435, 8498, 8821, 8988, 8333, 10010, 8773, 8054, 10997, 8146, 14322, 10217, 11104, 11931, 8097, 8191, 8437, 8236, 8317, 7973, 7974, 9235, 8295, 9483, 8853, 8366, 10216, 8309, 11574, 8193, 14230, 10267, 10295, 8049, 8005, 8023, 8011, 8206, 8196, 8174, 8188, 8024, 8112, 7913, 8422, 8068, 7879, 10738, 8154, 9475, 7967, 8740, 8059, 8122, 8258, 7857, 8155, 8150, 8105, 8176, 8138, 8099, 10679, 8044, 9343, 8069, 8118, 8192, 8052, 9167, 14852, 8754, 12210, 8975, 8283, 7650, 7908, 7902, 8182, 7779, 8577, 7868, 8253, 7860, 8393, 8041, 13312, 8476, 9126, 7851, 7842, 7924, 7913, 7627, 8221, 8297, 7936, 8842, 7773, 8055, 8275, 8044], 'WindowCenter': [4427.0, 4416.0, 4423.0, 4401.0, 4376.0, 4385.0, 4376.0, 4383.0, 4373.0, 4373.0, 4374.0, 4396.0, 4388.0, 4392.0, 4372.0, 4372.0, 4373.0, 4384.0, 4374.0, 4393.0, 4374.0, 4373.0, 4373.0, 4374.0, 4384.0, 4384.0, 4386.0, 4388.0, 4393.0, 4374.0, 4373.0, 4361.0, 4373.0, 4374.0, 4424.0, 4384.0, 4370.0, 4390.0, 4360.0, 4357.0, 4358.0, 4360.0, 4360.0, 4361.0, 4361.0, 4359.0, 4360.0, 4370.0, 4370.0, 4371.0, 4374.0, 4373.0, 4393.0, 4362.0, 4359.0, 4360.0, 4369.0, 4371.0, 4381.0, 4372.0, 4372.0, 4381.0, 4360.0, 4361.0, 4359.0, 4369.0, 4361.0, 4370.0, 4370.0, 4380.0, 4383.0, 4373.0, 4375.0, 4383.0, 4396.0, 4387.0, 4374.0, 4383.0, 4384.0, 4383.0, 4394.0, 4397.0, 4397.0, 4386.0, 4385.0, 4395.0, 4385.0, 4376.0, 4398.0, 4386.0, 4383.0, 4385.0, 4373.0, 4385.0, 4386.0, 4387.0, 4395.0, 4375.0, 4372.0, 4384.0, 4374.0, 4384.0, 4386.0, 4383.0, 4413.0, 4361.0, 4389.0, 4371.0, 4361.0, 4369.0, 4371.0, 4360.0, 4370.0, 4370.0, 4369.0, 4371.0, 4371.0, 4392.0, 4372.0, 4362.0, 4371.0, 4371.0, 4359.0, 4372.0, 4370.0, 4384.0, 4386.0, 4383.0, 4360.0, 4360.0, 4372.0, 4359.0, 4371.0, 4384.0, 4394.0, 4394.0, 4385.0, 4394.0, 4385.0, 4385.0, 4396.0, 4398.0, 4418.0, 4386.0, 4394.0, 4399.0, 4374.0, 4384.0, 4386.0, 4397.0, 4386.0, 4374.0, 4384.0, 4384.0, 4400.0, 4408.0, 4398.0, 4407.0, 4410.0, 4409.0, 4387.0, 4427.0, 4387.0, 4374.0, 4416.0, 4403.0, 4404.0, 4402.0, 4371.0, 4359.0, 4360.0, 4358.0, 4358.0, 4360.0, 4379.0, 4360.0, 4347.0, 4359.0, 4360.0, 4368.0, 4370.0, 4360.0, 4372.0, 4369.0, 4370.0, 4357.0, 4358.0, 4358.0, 4358.0, 4370.0, 4370.0, 4372.0, 4380.0, 4371.0, 4368.0, 4371.0, 4358.0, 4359.0, 4358.0, 4359.0, 4371.0, 4372.0, 4359.0, 4361.0, 4359.0, 4372.0, 4371.0, 4384.0, 4393.0, 4385.0, 4395.0, 4374.0, 4372.0, 4383.0, 4373.0, 4396.0, 4394.0, 4386.0, 4406.0, 4384.0, 4375.0, 4373.0, 4361.0, 4372.0, 4371.0, 4384.0, 4382.0, 4385.0, 4394.0, 4372.0, 4362.0, 4372.0, 4362.0, 4372.0, 4384.0, 4384.0, 4374.0, 4369.0, 4372.0, 4360.0, 4373.0, 4361.0, 4374.0, 4392.0, 4385.0, 4392.0, 4371.0, 4361.0, 4371.0, 4360.0, 4384.0, 4362.0, 4374.0, 4381.0, 4373.0, 4404.0, 4375.0, 4371.0, 4372.0, 4360.0, 4372.0, 4360.0, 4384.0, 4401.0, 4372.0, 4382.0, 4371.0, 4361.0, 4349.0, 4359.0, 4360.0, 4359.0, 4359.0, 4358.0, 4370.0, 4380.0, 4372.0, 4371.0, 4372.0, 4371.0, 4382.0, 4373.0, 4381.0, 4371.0, 4371.0, 4359.0, 4359.0, 4358.0, 4358.0, 4372.0, 4380.0, 4371.0, 4384.0, 4372.0, 4372.0, 4371.0, 4360.0, 4383.0, 4373.0, 4397.0, 4388.0, 4409.0, 4387.0, 4406.0, 4386.0, 4397.0, 4375.0, 4386.0, 4402.0, 4373.0, 4360.0, 4372.0, 4362.0, 4373.0, 4374.0, 4396.0, 4386.0, 4394.0, 4387.0, 4396.0, 4396.0, 4387.0, 4387.0, 4419.0, 4425.0, 4393.0, 4403.0, 4370.0, 4359.0, 4348.0, 4349.0, 4337.0, 4349.0, 4368.0, 4360.0, 4357.0, 4348.0, 4346.0, 4359.0, 4359.0, 4373.0, 4374.0, 4397.0, 4399.0, 4399.0, 4398.0, 4389.0, 4396.0, 4386.0, 4394.0, 4375.0, 4403.0, 4384.0, 4403.0, 4374.0, 4371.0, 4371.0, 4360.0, 4372.0, 4370.0, 4374.0, 4370.0, 4385.0, 4402.0, 4374.0, 4380.0, 4373.0, 4390.0, 4372.0, 4382.0, 4371.0, 4372.0, 4385.0, 4374.0, 4372.0, 4360.0, 4383.0, 4384.0, 4397.0, 4416.0, 4384.0, 4396.0, 4385.0, 4385.0, 4364.0, 4385.0, 4373.0, 4384.0, 4374.0, 4385.0, 4393.0, 4373.0, 4402.0, 4361.0, 4358.0, 4359.0, 4360.0, 4359.0, 4361.0, 4370.0, 4372.0, 4379.0, 4371.0, 4358.0, 4381.0, 4361.0, 4394.0, 4405.0, 4385.0, 4385.0, 4372.0, 4372.0, 4380.0, 4372.0, 4381.0, 4383.0, 4374.0, 4361.0, 4371.0, 4361.0, 4384.0, 4361.0, 4384.0, 4394.0, 4384.0, 4370.0, 4384.0, 4372.0, 4384.0, 4385.0, 4404.0, 4386.0, 4372.0, 4384.0, 4384.0, 4393.0, 4382.0, 4403.0, 4374.0, 4401.0, 4372.0, 4390.0, 4360.0, 4369.0, 4371.0, 4358.0, 4371.0, 4382.0, 4370.0, 4373.0, 4374.0, 4373.0, 4373.0, 4383.0, 4405.0, 4403.0, 4381.0, 4389.0, 4358.0, 4346.0, 4358.0, 4357.0, 4358.0, 4370.0, 4381.0, 4370.0, 4358.0, 4372.0, 4372.0, 4384.0, 4382.0, 4395.0, 4391.0, 4383.0, 4372.0, 4385.0, 4372.0, 4384.0, 4372.0, 4386.0, 4392.0, 4383.0, 4372.0, 4373.0, 4384.0, 4395.0, 4385.0, 4395.0, 4374.0, 4385.0, 4373.0, 4383.0, 4373.0, 4383.0, 4385.0, 4394.0, 4386.0, 4408.0, 4386.0, 4397.0, 4374.0, 4362.0, 4362.0, 4360.0, 4372.0, 4391.0, 4373.0, 4394.0, 4373.0, 4359.0, 4372.0, 4360.0, 4372.0, 4372.0, 4384.0, 4372.0, 4384.0, 4373.0, 4384.0, 4371.0, 4370.0, 4371.0, 4369.0, 4370.0, 4378.0, 4372.0, 4402.0, 4372.0, 4359.0, 4359.0, 4347.0, 4371.0, 4361.0, 4383.0, 4394.0, 4384.0, 4370.0, 4373.0, 4371.0, 4385.0, 4382.0, 4397.0, 4396.0, 4405.0, 4374.0, 4384.0, 4375.0, 4383.0, 4372.0, 4392.0, 4382.0, 4392.0, 4361.0, 4358.0, 4360.0, 4360.0, 4371.0, 4382.0, 4396.0, 4386.0, 4385.0, 4384.0, 4397.0, 4385.0, 4408.0, 4404.0, 4375.0, 4414.0, 4372.0, 4370.0, 4360.0, 4368.0, 4370.0, 4362.0, 4360.0, 4348.0, 4361.0, 4361.0, 4372.0, 4372.0, 4373.0, 4383.0, 4395.0, 4385.0, 4384.0, 4376.0, 4382.0, 4374.0, 4380.0, 4371.0, 4360.0, 4371.0, 4359.0, 4359.0, 4361.0, 4372.0, 4383.0, 4371.0, 4371.0, 4361.0, 4386.0, 4374.0, 4383.0, 4384.0, 4384.0, 4386.0, 4387.0, 4394.0, 4385.0, 4403.0, 4372.0, 4403.0, 4361.0, 4361.0, 4361.0, 4374.0, 4362.0, 4372.0, 4362.0, 4370.0, 4373.0, 4374.0, 4397.0, 4397.0, 4399.0, 4387.0, 4399.0, 4407.0, 4387.0, 4374.0, 4386.0, 4384.0, 4405.0, 4384.0, 4405.0, 4374.0, 4392.0, 4361.0, 4372.0, 4371.0, 4371.0, 4370.0, 4380.0, 4371.0, 4399.0, 4360.0, 4378.0, 4359.0, 4348.0, 4360.0, 4347.0, 4371.0, 4370.0, 4372.0, 4358.0, 4360.0, 4358.0, 4358.0, 4360.0, 4380.0, 4361.0, 4371.0, 4391.0, 4371.0, 4370.0, 4370.0, 4349.0, 4371.0, 4359.0, 4385.0, 4381.0, 4384.0, 4395.0, 4374.0, 4373.0, 4371.0, 4373.0, 4373.0, 4373.0, 4374.0, 4385.0, 4385.0, 4394.0, 4385.0, 4374.0, 4386.0, 4395.0, 4385.0, 4396.0, 4385.0, 4376.0, 4392.0, 4373.0, 4360.0, 4373.0, 4372.0, 4372.0, 4392.0, 4385.0, 4372.0, 4384.0, 4373.0, 4375.0, 4375.0, 4397.0, 4405.0, 4373.0, 4412.0, 4360.0, 4358.0, 4371.0, 4360.0, 4371.0, 4382.0, 4374.0, 4383.0, 4372.0, 4361.0, 4374.0, 4372.0, 4385.0, 4404.0, 4373.0, 4373.0, 4361.0, 4362.0, 4360.0, 4371.0, 4358.0, 4372.0, 4372.0, 4372.0, 4372.0, 4372.0, 4373.0, 4371.0, 4394.0, 4374.0, 4383.0, 4374.0, 4375.0, 4392.0, 4372.0, 4370.0, 4373.0, 4422.0, 4372.0, 4370.0, 4359.0, 4359.0, 4369.0, 4369.0, 4372.0, 4370.0, 4382.0, 4382.0, 4383.0, 4372.0, 4374.0, 4384.0, 4393.0, 4388.0, 4394.0, 4387.0, 4416.0, 4374.0, 4372.0, 4373.0, 4373.0, 4373.0, 4385.0, 4395.0, 4396.0, 4398.0, 4399.0, 4406.0, 4399.0, 4388.0, 4417.0, 4376.0, 4426.0, 4393.0, 4394.0, 4390.0, 4349.0, 4359.0, 4359.0, 4370.0, 4370.0, 4373.0, 4374.0, 4395.0, 4385.0, 4394.0, 4386.0, 4375.0, 4395.0, 4374.0, 4402.0, 4375.0, 4412.0, 4381.0, 4380.0, 4360.0, 4361.0, 4359.0, 4360.0, 4358.0, 4360.0, 4358.0, 4361.0, 4361.0, 4371.0, 4374.0, 4373.0, 4376.0, 4377.0, 4393.0, 4362.0, 4381.0, 4362.0, 4371.0, 4371.0, 4373.0, 4372.0, 4374.0, 4371.0, 4373.0, 4370.0, 4385.0, 4371.0, 4374.0, 4405.0, 4376.0, 4382.0, 4374.0, 4371.0, 4384.0, 4373.0, 4396.0, 4424.0, 4373.0, 4402.0, 4360.0, 4359.0, 4346.0, 4358.0, 4358.0, 4359.0, 4362.0, 4371.0, 4361.0, 4360.0, 4362.0, 4358.0, 4360.0, 4401.0, 4357.0, 4369.0, 4347.0, 4347.0, 4346.0, 4347.0, 4346.0, 4359.0, 4356.0, 4359.0, 4369.0, 4360.0, 4356.0, 4369.0, 4361.0], 'WindowWidth': [9761.0, 9740.0, 9745.0, 9707.0, 9662.0, 9672.0, 9658.0, 9663.0, 9650.0, 9652.0, 9652.0, 9688.0, 9677.0, 9672.0, 9644.0, 9647.0, 9650.0, 9667.0, 9654.0, 9679.0, 9653.0, 9650.0, 9650.0, 9655.0, 9667.0, 9668.0, 9674.0, 9677.0, 9679.0, 9650.0, 9650.0, 9631.0, 9648.0, 9651.0, 9721.0, 9665.0, 9638.0, 9666.0, 9623.0, 9616.0, 9620.0, 9626.0, 9627.0, 9630.0, 9628.0, 9624.0, 9628.0, 9643.0, 9642.0, 9645.0, 9654.0, 9649.0, 9677.0, 9633.0, 9624.0, 9626.0, 9638.0, 9643.0, 9657.0, 9648.0, 9644.0, 9656.0, 9627.0, 9627.0, 9624.0, 9638.0, 9629.0, 9641.0, 9640.0, 9658.0, 9667.0, 9650.0, 9656.0, 9666.0, 9690.0, 9676.0, 9652.0, 9666.0, 9666.0, 9663.0, 9682.0, 9692.0, 9693.0, 9673.0, 9669.0, 9684.0, 9673.0, 9660.0, 9695.0, 9674.0, 9666.0, 9668.0, 9650.0, 9670.0, 9674.0, 9675.0, 9685.0, 9656.0, 9649.0, 9667.0, 9654.0, 9666.0, 9672.0, 9663.0, 9704.0, 9628.0, 9664.0, 9640.0, 9626.0, 9638.0, 9643.0, 9628.0, 9640.0, 9640.0, 9638.0, 9642.0, 9642.0, 9673.0, 9649.0, 9632.0, 9643.0, 9643.0, 9625.0, 9645.0, 9640.0, 9667.0, 9672.0, 9663.0, 9625.0, 9624.0, 9643.0, 9624.0, 9645.0, 9667.0, 9684.0, 9683.0, 9669.0, 9682.0, 9673.0, 9671.0, 9690.0, 9693.0, 9723.0, 9673.0, 9679.0, 9695.0, 9655.0, 9668.0, 9674.0, 9691.0, 9674.0, 9654.0, 9667.0, 9669.0, 9701.0, 9711.0, 9698.0, 9707.0, 9713.0, 9711.0, 9677.0, 9731.0, 9675.0, 9652.0, 9712.0, 9689.0, 9692.0, 9683.0, 9638.0, 9619.0, 9623.0, 9618.0, 9618.0, 9625.0, 9650.0, 9624.0, 9603.0, 9621.0, 9624.0, 9635.0, 9641.0, 9626.0, 9647.0, 9636.0, 9638.0, 9616.0, 9620.0, 9619.0, 9619.0, 9639.0, 9640.0, 9647.0, 9655.0, 9644.0, 9635.0, 9641.0, 9620.0, 9624.0, 9619.0, 9622.0, 9644.0, 9645.0, 9625.0, 9630.0, 9625.0, 9647.0, 9644.0, 9668.0, 9681.0, 9671.0, 9684.0, 9656.0, 9649.0, 9665.0, 9652.0, 9688.0, 9682.0, 9674.0, 9699.0, 9668.0, 9654.0, 9650.0, 9629.0, 9646.0, 9644.0, 9666.0, 9661.0, 9671.0, 9681.0, 9647.0, 9631.0, 9646.0, 9633.0, 9648.0, 9667.0, 9668.0, 9652.0, 9639.0, 9645.0, 9627.0, 9649.0, 9629.0, 9654.0, 9675.0, 9668.0, 9674.0, 9644.0, 9629.0, 9644.0, 9627.0, 9665.0, 9632.0, 9652.0, 9657.0, 9648.0, 9693.0, 9655.0, 9645.0, 9646.0, 9626.0, 9645.0, 9629.0, 9667.0, 9686.0, 9646.0, 9659.0, 9642.0, 9628.0, 9609.0, 9623.0, 9623.0, 9623.0, 9624.0, 9622.0, 9641.0, 9655.0, 9647.0, 9642.0, 9645.0, 9644.0, 9660.0, 9650.0, 9660.0, 9645.0, 9644.0, 9623.0, 9622.0, 9619.0, 9621.0, 9646.0, 9655.0, 9644.0, 9667.0, 9650.0, 9648.0, 9645.0, 9630.0, 9667.0, 9653.0, 9691.0, 9683.0, 9712.0, 9678.0, 9701.0, 9673.0, 9690.0, 9655.0, 9671.0, 9688.0, 9650.0, 9628.0, 9645.0, 9630.0, 9648.0, 9654.0, 9687.0, 9674.0, 9681.0, 9677.0, 9690.0, 9687.0, 9677.0, 9676.0, 9726.0, 9722.0, 9677.0, 9687.0, 9637.0, 9618.0, 9602.0, 9608.0, 9587.0, 9605.0, 9630.0, 9624.0, 9615.0, 9606.0, 9599.0, 9622.0, 9625.0, 9649.0, 9653.0, 9690.0, 9699.0, 9698.0, 9692.0, 9681.0, 9684.0, 9672.0, 9678.0, 9653.0, 9690.0, 9666.0, 9690.0, 9650.0, 9641.0, 9643.0, 9625.0, 9645.0, 9639.0, 9650.0, 9640.0, 9667.0, 9688.0, 9650.0, 9654.0, 9647.0, 9667.0, 9646.0, 9659.0, 9643.0, 9648.0, 9670.0, 9654.0, 9646.0, 9629.0, 9667.0, 9670.0, 9694.0, 9717.0, 9668.0, 9687.0, 9670.0, 9671.0, 9642.0, 9669.0, 9651.0, 9666.0, 9653.0, 9671.0, 9676.0, 9648.0, 9688.0, 9630.0, 9618.0, 9623.0, 9625.0, 9623.0, 9629.0, 9640.0, 9647.0, 9653.0, 9641.0, 9621.0, 9658.0, 9632.0, 9682.0, 9698.0, 9670.0, 9668.0, 9644.0, 9647.0, 9655.0, 9646.0, 9658.0, 9665.0, 9656.0, 9629.0, 9642.0, 9628.0, 9667.0, 9631.0, 9667.0, 9681.0, 9667.0, 9643.0, 9667.0, 9649.0, 9669.0, 9672.0, 9698.0, 9674.0, 9650.0, 9668.0, 9666.0, 9678.0, 9663.0, 9693.0, 9652.0, 9683.0, 9644.0, 9666.0, 9626.0, 9636.0, 9645.0, 9622.0, 9643.0, 9661.0, 9644.0, 9649.0, 9653.0, 9651.0, 9653.0, 9664.0, 9702.0, 9690.0, 9658.0, 9662.0, 9617.0, 9600.0, 9618.0, 9616.0, 9622.0, 9642.0, 9657.0, 9644.0, 9622.0, 9647.0, 9648.0, 9669.0, 9664.0, 9686.0, 9674.0, 9664.0, 9650.0, 9672.0, 9648.0, 9667.0, 9647.0, 9673.0, 9678.0, 9664.0, 9647.0, 9651.0, 9668.0, 9685.0, 9671.0, 9688.0, 9655.0, 9671.0, 9651.0, 9664.0, 9650.0, 9666.0, 9670.0, 9683.0, 9676.0, 9708.0, 9678.0, 9692.0, 9654.0, 9634.0, 9633.0, 9628.0, 9648.0, 9673.0, 9651.0, 9681.0, 9649.0, 9625.0, 9646.0, 9628.0, 9648.0, 9647.0, 9666.0, 9646.0, 9669.0, 9650.0, 9666.0, 9642.0, 9641.0, 9643.0, 9639.0, 9642.0, 9652.0, 9648.0, 9688.0, 9646.0, 9624.0, 9623.0, 9604.0, 9644.0, 9629.0, 9665.0, 9681.0, 9667.0, 9643.0, 9650.0, 9647.0, 9671.0, 9665.0, 9694.0, 9688.0, 9699.0, 9654.0, 9665.0, 9655.0, 9664.0, 9647.0, 9674.0, 9661.0, 9676.0, 9628.0, 9620.0, 9625.0, 9628.0, 9645.0, 9663.0, 9690.0, 9675.0, 9672.0, 9668.0, 9690.0, 9671.0, 9707.0, 9694.0, 9657.0, 9707.0, 9644.0, 9636.0, 9626.0, 9634.0, 9638.0, 9630.0, 9626.0, 9608.0, 9628.0, 9627.0, 9648.0, 9646.0, 9651.0, 9664.0, 9685.0, 9671.0, 9668.0, 9658.0, 9662.0, 9653.0, 9656.0, 9644.0, 9626.0, 9641.0, 9622.0, 9624.0, 9628.0, 9646.0, 9662.0, 9642.0, 9645.0, 9631.0, 9673.0, 9652.0, 9665.0, 9668.0, 9668.0, 9674.0, 9674.0, 9682.0, 9672.0, 9693.0, 9650.0, 9690.0, 9631.0, 9630.0, 9630.0, 9652.0, 9631.0, 9646.0, 9631.0, 9641.0, 9650.0, 9653.0, 9690.0, 9691.0, 9696.0, 9678.0, 9697.0, 9703.0, 9675.0, 9654.0, 9672.0, 9667.0, 9698.0, 9666.0, 9699.0, 9653.0, 9674.0, 9628.0, 9644.0, 9643.0, 9642.0, 9641.0, 9656.0, 9644.0, 9676.0, 9626.0, 9646.0, 9622.0, 9605.0, 9624.0, 9603.0, 9642.0, 9642.0, 9644.0, 9620.0, 9625.0, 9618.0, 9621.0, 9625.0, 9656.0, 9629.0, 9644.0, 9670.0, 9643.0, 9640.0, 9638.0, 9611.0, 9642.0, 9624.0, 9669.0, 9660.0, 9667.0, 9683.0, 9654.0, 9649.0, 9644.0, 9649.0, 9649.0, 9650.0, 9652.0, 9672.0, 9673.0, 9681.0, 9670.0, 9653.0, 9673.0, 9684.0, 9672.0, 9689.0, 9670.0, 9660.0, 9672.0, 9647.0, 9626.0, 9648.0, 9645.0, 9647.0, 9676.0, 9669.0, 9650.0, 9666.0, 9650.0, 9657.0, 9655.0, 9690.0, 9696.0, 9651.0, 9699.0, 9626.0, 9621.0, 9642.0, 9626.0, 9645.0, 9660.0, 9653.0, 9663.0, 9647.0, 9631.0, 9653.0, 9647.0, 9670.0, 9695.0, 9649.0, 9649.0, 9628.0, 9630.0, 9625.0, 9642.0, 9621.0, 9644.0, 9644.0, 9645.0, 9646.0, 9645.0, 9648.0, 9645.0, 9680.0, 9655.0, 9666.0, 9655.0, 9653.0, 9674.0, 9648.0, 9642.0, 9649.0, 9718.0, 9646.0, 9641.0, 9622.0, 9621.0, 9638.0, 9637.0, 9647.0, 9641.0, 9664.0, 9664.0, 9665.0, 9649.0, 9654.0, 9669.0, 9680.0, 9678.0, 9681.0, 9677.0, 9715.0, 9652.0, 9647.0, 9649.0, 9649.0, 9649.0, 9668.0, 9686.0, 9687.0, 9690.0, 9696.0, 9703.0, 9696.0, 9680.0, 9717.0, 9661.0, 9729.0, 9674.0, 9679.0, 9664.0, 9607.0, 9619.0, 9622.0, 9639.0, 9641.0, 9651.0, 9655.0, 9684.0, 9672.0, 9680.0, 9672.0, 9654.0, 9683.0, 9652.0, 9689.0, 9654.0, 9702.0, 9656.0, 9652.0, 9625.0, 9630.0, 9623.0, 9625.0, 9620.0, 9625.0, 9618.0, 9626.0, 9627.0, 9645.0, 9651.0, 9652.0, 9658.0, 9662.0, 9677.0, 9632.0, 9656.0, 9631.0, 9645.0, 9643.0, 9649.0, 9647.0, 9652.0, 9644.0, 9648.0, 9643.0, 9671.0, 9646.0, 9653.0, 9697.0, 9658.0, 9663.0, 9652.0, 9645.0, 9666.0, 9649.0, 9686.0, 9722.0, 9650.0, 9684.0, 9623.0, 9619.0, 9601.0, 9620.0, 9621.0, 9623.0, 9631.0, 9642.0, 9629.0, 9626.0, 9631.0, 9621.0, 9627.0, 9682.0, 9618.0, 9635.0, 9603.0, 9602.0, 9597.0, 9602.0, 9600.0, 9623.0, 9614.0, 9626.0, 9638.0, 9625.0, 9615.0, 9637.0, 9628.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.0010292741935483871</td></tr>
<tr><td colspan=3>aqi</td><td>0.030449913364055302</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.49695997005765</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1759445491003462</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9782325374279133</td></tr>
<tr><td colspan=3>efc</td><td>0.4436</td></tr>
<tr><td colspan=3>fber</td><td>8753.374</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08619951736252134</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.6129032258064515</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4952017802413735</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395831215606205</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8014963877525756</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.288277737365339</td></tr>
<tr><td colspan=3>gcor</td><td>0.00847543</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012742825783789158</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015043066814541817</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>3.708731450690263</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>27.6077</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.7437</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>172.6309</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>879.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.8776</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9946</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>584.7474</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3630.1763</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3892.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4781.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1049.4076</td></tr>
<tr><td colspan=3>tsnr</td><td>36.18449541926384</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>