ds005256-mriqc/sub-0035_ses-04_task-social_acq-mb8_run-06_bold.html
Felix Hoffstaedter 58fea0b9b9 [DATALAD RUNCMD] Compute MRIQC for sub-0035
=== 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-0035 --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-0035",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:49:27 +02:00

616 lines
No EOL
106 KiB (Stored with Git Annex)
HTML

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0035_ses-04_task-social_acq-mb8_run-06_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0035_ses-04_task-social_acq-mb8_run-06_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-04_subject-0035_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-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-04_task-social_acq-mb8_run-06_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0035/ses-04/func/sub-0035_ses-04_task-social_acq-mb8_run-06_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>a3d72687b2cf723b34d487d1997cf153</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>12:11:41.547500</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.991749, -0.0432748, 0.12067, 0.0282218, 0.991909, 0.123773]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0886593</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7743, -7276, 651, -48, -146, 95, 79]</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>246.838</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>76b17424-99da-4d2a-ab6d-469a91773a7a||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.660789966583252, 0.07571690529584885, 0.3376350402832031, 101.01716613769531], [0.11610306799411774, 2.661219596862793, 0.322236031293869, -106.7984848022461], [0.32374897599220276, -0.3320751190185547, 2.6593546867370605, -78.444580078125], [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': ['121141.547500', '121142.007500', '121142.467500', '121142.927500', '121143.387500', '121143.847500', '121144.307500', '121144.767500', '121145.227500', '121145.687500', '121146.147500', '121146.607500', '121147.067500', '121147.527500', '121147.987500', '121148.447500', '121148.907500', '121149.367500', '121149.827500', '121150.287500', '121150.747500', '121151.207500', '121151.667500', '121152.127500', '121152.587500', '121153.047500', '121153.507500', '121153.967500', '121154.427500', '121154.887500', '121155.347500', '121155.807500', '121156.267500', '121156.727500', '121157.187500', '121157.647500', '121158.107500', '121158.567500', '121159.027500', '121159.487500', '121159.947500', '121200.407500', '121200.867500', '121201.327500', '121201.787500', '121202.247500', '121202.707500', '121203.167500', '121203.627500', '121204.087500', '121204.547500', '121205.007500', '121205.467500', '121205.927500', '121206.387500', '121206.847500', '121207.307500', '121207.767500', '121208.227500', '121208.687500', '121209.147500', '121209.607500', '121210.067500', '121210.527500', '121210.987500', '121211.447500', '121211.907500', '121212.367500', '121212.827500', '121213.287500', '121213.747500', '121214.207500', '121214.667500', '121215.127500', '121215.587500', '121216.047500', '121216.507500', '121216.967500', '121217.427500', '121217.887500', '121218.347500', '121218.807500', '121219.267500', '121219.727500', '121220.187500', '121220.647500', '121221.107500', '121221.567500', '121222.027500', '121222.487500', '121222.947500', '121223.407500', '121223.867500', '121224.327500', '121224.787500', '121225.247500', '121225.707500', '121226.167500', '121226.627500', '121227.087500', '121227.547500', '121228.007500', '121228.467500', '121228.927500', '121229.387500', '121229.847500', '121230.307500', '121230.767500', '121231.227500', '121231.687500', '121232.147500', '121232.607500', '121233.067500', '121233.527500', '121233.987500', '121234.447500', '121234.907500', '121235.367500', '121235.827500', '121236.287500', '121236.747500', '121237.207500', '121237.667500', '121238.127500', '121238.587500', '121239.047500', '121239.507500', '121239.967500', '121240.427500', '121240.887500', '121241.347500', '121241.807500', '121242.267500', '121242.727500', '121243.187500', '121243.647500', '121244.107500', '121244.567500', '121245.027500', '121245.487500', '121245.947500', '121246.407500', '121246.867500', '121247.327500', '121247.787500', '121248.247500', '121248.707500', '121249.167500', '121249.627500', '121250.087500', '121250.547500', '121251.007500', '121251.467500', '121251.927500', '121252.387500', '121252.847500', '121253.307500', '121253.767500', '121254.227500', '121254.687500', '121255.147500', '121255.607500', '121256.067500', '121256.527500', '121256.987500', '121257.447500', '121257.907500', '121258.367500', '121258.827500', '121259.287500', '121259.747500', '121300.207500', '121300.667500', '121301.127500', '121301.587500', '121302.047500', '121302.507500', '121302.967500', '121303.427500', '121303.887500', '121304.347500', '121304.807500', '121305.267500', '121305.727500', '121306.187500', '121306.647500', '121307.107500', '121307.567500', '121308.027500', '121308.487500', '121308.947500', '121309.407500', '121309.867500', '121310.327500', '121310.787500', '121311.247500', '121311.707500', '121312.167500', '121312.627500', '121313.087500', '121313.547500', '121314.007500', '121314.467500', '121314.927500', '121315.387500', '121315.847500', '121316.307500', '121316.767500', '121317.227500', '121317.687500', '121318.147500', '121318.607500', '121319.067500', '121319.527500', '121319.987500', '121320.447500', '121320.907500', '121321.367500', '121321.827500', '121322.287500', '121322.747500', '121323.207500', '121323.667500', '121324.127500', '121324.587500', '121325.047500', '121325.507500', '121325.967500', '121326.427500', '121326.887500', '121327.347500', '121327.807500', '121328.267500', '121328.727500', '121329.187500', '121329.647500', '121330.107500', '121330.567500', '121331.027500', '121331.487500', '121331.947500', '121332.407500', '121332.867500', '121333.327500', '121333.787500', '121334.247500', '121334.707500', '121335.167500', '121335.627500', '121336.087500', '121336.547500', '121337.007500', '121337.467500', '121337.927500', '121338.387500', '121338.847500', '121339.307500', '121339.767500', '121340.227500', '121340.687500', '121341.147500', '121341.607500', '121342.067500', '121342.527500', '121342.987500', '121343.447500', '121343.907500', '121344.367500', '121344.827500', '121345.287500', '121345.747500', '121346.207500', '121346.667500', '121347.127500', '121347.587500', '121348.047500', '121348.507500', '121348.967500', '121349.427500', '121349.887500', '121350.347500', '121350.807500', '121351.267500', '121351.727500', '121352.187500', '121352.647500', '121353.107500', '121353.567500', '121354.027500', '121354.487500', '121354.947500', '121355.407500', '121355.867500', '121356.327500', '121356.787500', '121357.247500', '121357.707500', '121358.167500', '121358.627500', '121359.087500', '121359.547500', '121400.007500', '121400.467500', '121400.927500', '121401.387500', '121401.847500', '121402.307500', '121402.767500', '121403.227500', '121403.687500', '121404.147500', '121404.607500', '121405.067500', '121405.527500', '121405.987500', '121406.447500', '121406.907500', '121407.367500', '121407.827500', '121408.287500', '121408.747500', '121409.207500', '121409.667500', '121410.127500', '121410.587500', '121411.047500', '121411.507500', '121411.967500', '121412.427500', '121412.887500', '121413.347500', '121413.807500', '121414.267500', '121414.727500', '121415.187500', '121415.647500', '121416.107500', '121416.567500', '121417.027500', '121417.487500', '121417.947500', '121418.407500', '121418.867500', '121419.327500', '121419.787500', '121420.247500', '121420.707500', '121421.167500', '121421.627500', '121422.087500', '121422.547500', '121423.007500', '121423.467500', '121423.927500', '121424.387500', '121424.847500', '121425.307500', '121425.767500', '121426.227500', '121426.687500', '121427.147500', '121427.607500', '121428.067500', '121428.527500', '121428.987500', '121429.447500', '121429.907500', '121430.367500', '121430.827500', '121431.287500', '121431.747500', '121432.207500', '121432.667500', '121433.127500', '121433.587500', '121434.047500', '121434.507500', '121434.967500', '121435.427500', '121435.887500', '121436.347500', '121436.807500', '121437.267500', '121437.727500', '121438.187500', '121438.647500', '121439.107500', '121439.567500', '121440.027500', '121440.487500', '121440.947500', '121441.407500', '121441.867500', '121442.327500', '121442.787500', '121443.247500', '121443.707500', '121444.167500', '121444.627500', '121445.087500', '121445.547500', '121446.007500', '121446.467500', '121446.927500', '121447.387500', '121447.847500', '121448.307500', '121448.767500', '121449.227500', '121449.687500', '121450.147500', '121450.607500', '121451.067500', '121451.527500', '121451.987500', '121452.447500', '121452.907500', '121453.367500', '121453.827500', '121454.287500', '121454.747500', '121455.207500', '121455.667500', '121456.127500', '121456.587500', '121457.047500', '121457.507500', '121457.967500', '121458.427500', '121458.887500', '121459.347500', '121459.807500', '121500.267500', '121500.727500', '121501.187500', '121501.647500', '121502.107500', '121502.567500', '121503.027500', '121503.487500', '121503.947500', '121504.407500', '121504.867500', '121505.327500', '121505.787500', '121506.247500', '121506.707500', '121507.167500', '121507.627500', '121508.087500', '121508.547500', '121509.007500', '121509.467500', '121509.927500', '121510.387500', '121510.847500', '121511.307500', '121511.767500', '121512.227500', '121512.687500', '121513.147500', '121513.607500', '121514.067500', '121514.527500', '121514.987500', '121515.447500', '121515.907500', '121516.367500', '121516.827500', '121517.287500', '121517.747500', '121518.207500', '121518.667500', '121519.127500', '121519.587500', '121520.047500', '121520.507500', '121520.967500', '121521.427500', '121521.887500', '121522.347500', '121522.807500', '121523.267500', '121523.727500', '121524.187500', '121524.647500', '121525.107500', '121525.567500', '121526.027500', '121526.487500', '121526.947500', '121527.407500', '121527.867500', '121528.327500', '121528.787500', '121529.247500', '121529.707500', '121530.167500', '121530.627500', '121531.087500', '121531.547500', '121532.007500', '121532.467500', '121532.927500', '121533.387500', '121533.847500', '121534.307500', '121534.767500', '121535.227500', '121535.687500', '121536.147500', '121536.607500', '121537.067500', '121537.527500', '121537.987500', '121538.447500', '121538.907500', '121539.367500', '121539.827500', '121540.287500', '121540.747500', '121541.207500', '121541.667500', '121542.127500', '121542.587500', '121543.047500', '121543.507500', '121543.967500', '121544.427500', '121544.887500', '121545.347500', '121545.807500', '121546.267500', '121546.727500', '121547.187500', '121547.647500', '121548.107500', '121548.567500', '121549.027500', '121549.487500', '121549.947500', '121550.407500', '121550.867500', '121551.327500', '121551.787500', '121552.247500', '121552.707500', '121553.167500', '121553.627500', '121554.087500', '121554.547500', '121555.007500', '121555.467500', '121555.927500', '121556.387500', '121556.847500', '121557.307500', '121557.767500', '121558.227500', '121558.687500', '121559.147500', '121559.607500', '121600.067500', '121600.527500', '121600.987500', '121601.447500', '121601.907500', '121602.367500', '121602.827500', '121603.287500', '121603.747500', '121604.207500', '121604.667500', '121605.127500', '121605.587500', '121606.047500', '121606.507500', '121606.967500', '121607.427500', '121607.887500', '121608.347500', '121608.807500', '121609.267500', '121609.727500', '121610.187500', '121610.647500', '121611.107500', '121611.567500', '121612.027500', '121612.487500', '121612.947500', '121613.407500', '121613.867500', '121614.327500', '121614.787500', '121615.247500', '121615.707500', '121616.167500', '121616.627500', '121617.087500', '121617.547500', '121618.007500', '121618.467500', '121618.927500', '121619.387500', '121619.847500', '121620.307500', '121620.767500', '121621.227500', '121621.687500', '121622.147500', '121622.607500', '121623.067500', '121623.527500', '121623.987500', '121624.447500', '121624.907500', '121625.367500', '121625.827500', '121626.287500', '121626.747500', '121627.207500', '121627.667500', '121628.127500', '121628.587500', '121629.047500', '121629.507500', '121629.967500', '121630.427500', '121630.887500', '121631.347500', '121631.807500', '121632.267500', '121632.727500', '121633.187500', '121633.647500', '121634.107500', '121634.567500', '121635.027500', '121635.487500', '121635.947500', '121636.407500', '121636.867500', '121637.327500', '121637.787500', '121638.247500', '121638.707500', '121639.167500', '121639.627500', '121640.087500', '121640.547500', '121641.007500', '121641.467500', '121641.927500', '121642.387500', '121642.847500', '121643.307500', '121643.767500', '121644.227500', '121644.687500', '121645.147500', '121645.607500', '121646.067500', '121646.527500', '121646.987500', '121647.447500', '121647.907500', '121648.367500', '121648.827500', '121649.287500', '121649.747500', '121650.207500', '121650.667500', '121651.127500', '121651.587500', '121652.047500', '121652.507500', '121652.967500', '121653.427500', '121653.887500', '121654.347500', '121654.807500', '121655.267500', '121655.727500', '121656.187500', '121656.647500', '121657.107500', '121657.567500', '121658.027500', '121658.487500', '121658.947500', '121659.407500', '121659.867500', '121700.327500', '121700.787500', '121701.247500', '121701.707500', '121702.167500', '121702.627500', '121703.087500', '121703.547500', '121704.007500', '121704.467500', '121704.927500', '121705.387500', '121705.847500', '121706.307500', '121706.767500', '121707.227500', '121707.687500', '121708.147500', '121708.607500', '121709.067500', '121709.527500', '121709.987500', '121710.447500', '121710.907500', '121711.367500', '121711.827500', '121712.287500', '121712.747500', '121713.207500', '121713.667500', '121714.127500', '121714.587500', '121715.047500', '121715.507500', '121715.967500', '121716.427500', '121716.887500', '121717.347500', '121717.807500', '121718.267500', '121718.727500', '121719.187500', '121719.647500', '121720.107500', '121720.567500', '121721.027500', '121721.487500', '121721.947500', '121722.407500', '121722.867500', '121723.327500', '121723.787500', '121724.247500', '121724.707500', '121725.167500', '121725.627500', '121726.087500', '121726.547500', '121727.007500', '121727.467500', '121727.927500', '121728.387500', '121728.847500', '121729.307500', '121729.767500', '121730.227500', '121730.687500', '121731.147500', '121731.607500', '121732.067500', '121732.527500', '121732.987500', '121733.447500', '121733.907500', '121734.367500', '121734.827500', '121735.287500', '121735.747500', '121736.207500', '121736.667500', '121737.127500', '121737.587500', '121738.047500', '121738.507500', '121738.967500', '121739.427500', '121739.887500', '121740.347500', '121740.807500', '121741.267500', '121741.727500', '121742.187500', '121742.647500', '121743.107500', '121743.567500', '121744.027500', '121744.487500', '121744.947500', '121745.407500', '121745.867500', '121746.327500', '121746.787500', '121747.247500', '121747.707500', '121748.167500', '121748.627500', '121749.087500', '121749.547500', '121750.007500', '121750.467500', '121750.927500', '121751.387500', '121751.847500', '121752.307500', '121752.767500', '121753.227500', '121753.687500', '121754.147500', '121754.607500', '121755.067500', '121755.527500', '121755.987500', '121756.447500', '121756.907500', '121757.367500', '121757.827500', '121758.287500', '121758.747500', '121759.207500', '121759.667500', '121800.127500', '121800.587500', '121801.047500', '121801.507500', '121801.967500', '121802.427500', '121802.887500', '121803.347500', '121803.807500', '121804.267500', '121804.727500', '121805.187500', '121805.647500', '121806.107500', '121806.567500', '121807.027500', '121807.487500', '121807.947500', '121808.407500', '121808.867500', '121809.327500', '121809.787500', '121810.247500', '121810.707500', '121811.167500', '121811.627500', '121812.087500', '121812.547500', '121813.007500', '121813.467500', '121813.927500', '121814.387500', '121814.847500', '121815.307500', '121815.767500', '121816.227500', '121816.687500', '121817.147500', '121817.607500', '121818.067500', '121818.527500', '121818.987500', '121819.447500', '121819.907500', '121820.367500', '121820.827500', '121821.287500', '121821.747500', '121822.207500'], 'ContentTime': ['121152.902000', '121152.905000', '121152.908000', '121152.911000', '121152.913000', '121152.916000', '121152.918000', '121152.921000', '121152.924000', '121152.926000', '121152.929000', '121152.931000', '121152.934000', '121152.937000', '121152.939000', '121152.947000', '121152.950000', '121152.953000', '121152.955000', '121152.958000', '121152.960000', '121152.963000', '121152.965000', '121212.858000', '121212.861000', '121212.864000', '121212.866000', '121212.869000', '121212.872000', '121212.874000', '121212.877000', '121212.879000', '121212.882000', '121212.884000', '121212.887000', '121212.890000', '121212.892000', '121212.895000', '121212.897000', '121212.900000', '121212.902000', '121212.905000', '121212.908000', '121212.910000', '121212.913000', '121212.915000', '121212.918000', '121212.920000', '121212.923000', '121212.925000', '121212.928000', '121212.931000', '121212.934000', '121212.937000', '121212.940000', '121212.942000', '121212.945000', '121212.947000', '121212.950000', '121212.953000', '121212.955000', '121212.958000', '121212.960000', '121212.963000', '121212.965000', '121212.968000', '121232.859000', '121232.861000', '121232.864000', '121232.867000', '121232.869000', '121232.872000', '121232.875000', '121232.877000', '121232.880000', '121232.882000', '121232.885000', '121232.887000', '121232.890000', '121232.892000', '121232.895000', '121232.898000', '121232.900000', '121232.903000', '121232.906000', '121232.908000', '121232.911000', '121232.913000', '121232.916000', '121232.918000', '121232.921000', '121232.924000', '121232.926000', '121232.929000', '121232.931000', '121232.934000', '121232.937000', '121232.939000', '121232.942000', '121232.944000', '121232.947000', '121232.950000', '121232.952000', '121232.955000', '121232.957000', '121232.960000', '121232.962000', '121232.971000', '121232.973000', '121232.976000', '121252.859000', '121252.862000', '121252.872000', '121252.874000', '121252.877000', '121252.880000', '121252.882000', '121252.885000', '121252.887000', '121252.890000', '121252.893000', '121252.895000', '121252.898000', '121252.900000', '121252.903000', '121252.907000', '121252.910000', '121252.912000', '121252.915000', '121252.918000', '121252.920000', '121252.923000', '121252.925000', '121252.928000', '121252.930000', '121252.933000', '121252.936000', '121252.938000', '121252.941000', '121252.943000', '121252.946000', '121252.948000', '121252.951000', '121252.954000', '121252.956000', '121252.959000', '121252.961000', '121252.964000', '121252.966000', '121252.969000', '121252.971000', '121252.974000', '121252.977000', '121312.859000', '121312.862000', '121312.869000', '121312.872000', '121312.875000', '121312.877000', '121312.880000', '121312.882000', '121312.885000', '121312.888000', '121312.890000', '121312.893000', '121312.895000', '121312.898000', '121312.901000', '121312.903000', '121312.906000', '121312.908000', '121312.911000', '121312.914000', '121312.916000', '121312.919000', '121312.921000', '121312.924000', '121312.927000', '121312.929000', '121312.932000', '121312.934000', '121312.937000', '121312.939000', '121312.942000', '121312.945000', '121312.947000', '121312.950000', '121312.952000', '121312.955000', '121312.958000', '121312.960000', '121312.963000', '121312.965000', '121312.968000', '121312.970000', '121312.973000', '121312.976000', '121332.860000', '121332.862000', '121332.865000', '121332.868000', '121332.870000', '121332.873000', '121332.875000', '121332.878000', '121332.881000', '121332.883000', '121332.886000', '121332.888000', '121332.891000', '121332.900000', '121332.903000', '121332.905000', '121332.908000', '121332.910000', '121332.913000', '121332.916000', '121332.918000', '121332.921000', '121332.923000', '121332.926000', '121332.928000', '121332.931000', '121332.934000', '121332.936000', '121332.939000', '121332.941000', '121332.944000', '121332.947000', '121332.950000', '121332.953000', '121332.956000', '121332.959000', '121332.961000', '121332.964000', '121332.966000', '121332.969000', '121332.972000', '121332.974000', '121332.977000', '121352.859000', '121352.862000', '121352.865000', '121352.868000', '121352.870000', '121352.873000', '121352.875000', '121352.878000', '121352.880000', '121352.883000', '121352.886000', '121352.888000', '121352.891000', '121352.893000', '121352.896000', '121352.899000', '121352.901000', '121352.904000', '121352.906000', '121352.909000', '121352.912000', '121352.914000', '121352.917000', '121352.919000', '121352.922000', '121352.925000', '121352.930000', '121352.933000', '121352.936000', '121352.938000', '121352.941000', '121352.944000', '121352.946000', '121352.949000', '121352.952000', '121352.954000', '121352.957000', '121352.959000', '121352.962000', '121352.965000', '121352.967000', '121352.970000', '121352.972000', '121352.975000', '121412.858000', '121412.868000', '121412.871000', '121412.874000', '121412.876000', '121412.879000', '121412.881000', '121412.884000', '121412.886000', '121412.889000', '121412.892000', '121412.894000', '121412.897000', '121412.899000', '121412.902000', '121412.905000', '121412.907000', '121412.910000', '121412.912000', '121412.915000', '121412.918000', '121412.920000', '121412.923000', '121412.925000', '121412.928000', '121412.930000', '121412.933000', '121412.936000', '121412.938000', '121412.941000', '121412.943000', '121412.946000', '121412.949000', '121412.951000', '121412.954000', '121412.956000', '121412.959000', '121412.961000', '121412.964000', '121412.966000', '121412.970000', '121412.984000', '121412.986000', '121432.859000', '121432.862000', '121432.864000', '121432.867000', '121432.869000', '121432.872000', '121432.875000', '121432.877000', '121432.880000', '121432.882000', '121432.885000', '121432.887000', '121432.890000', '121432.893000', '121432.895000', '121432.898000', '121432.901000', '121432.903000', '121432.906000', '121432.909000', '121432.911000', '121432.915000', '121432.917000', '121432.920000', '121432.923000', '121432.925000', '121432.928000', '121432.931000', '121432.933000', '121432.936000', '121432.939000', '121432.941000', '121432.944000', '121432.947000', '121432.949000', '121432.952000', '121432.954000', '121432.957000', '121432.959000', '121432.962000', '121432.964000', '121432.967000', '121432.970000', '121432.972000', '121452.858000', '121452.861000', '121452.864000', '121452.867000', '121452.870000', '121452.872000', '121452.875000', '121452.878000', '121452.880000', '121452.883000', '121452.885000', '121452.888000', '121452.891000', '121452.893000', '121452.896000', '121452.899000', '121452.901000', '121452.904000', '121452.906000', '121452.909000', '121452.912000', '121452.914000', '121452.917000', '121452.919000', '121452.922000', '121452.925000', '121452.927000', '121452.930000', '121452.932000', '121452.935000', '121452.938000', '121452.940000', '121452.943000', '121452.945000', '121452.948000', '121452.950000', '121452.953000', '121452.956000', '121452.958000', '121452.961000', '121452.963000', '121452.966000', '121452.969000', '121512.859000', '121512.958000', '121512.960000', '121512.963000', '121512.965000', '121512.968000', '121512.971000', '121512.973000', '121512.976000', '121512.978000', '121512.981000', '121512.984000', '121512.986000', '121512.989000', '121512.991000', '121512.994000', '121512.997000', '121512.999000', '121513.002000', '121513.005000', '121513.007000', '121513.010000', '121513.012000', '121513.015000', '121513.017000', '121513.020000', '121513.023000', '121513.025000', '121513.028000', '121513.030000', '121513.033000', '121513.036000', '121513.038000', '121513.041000', '121513.043000', '121513.046000', '121513.048000', '121513.051000', '121513.054000', '121513.056000', '121513.059000', '121513.061000', '121513.064000', '121513.067000', '121532.859000', '121532.862000', '121532.865000', '121532.868000', '121532.870000', '121532.873000', '121532.876000', '121532.878000', '121532.881000', '121532.884000', '121532.886000', '121532.889000', '121532.892000', '121532.894000', '121532.897000', '121532.899000', '121532.902000', '121532.904000', '121532.907000', '121532.910000', '121532.912000', '121532.915000', '121532.917000', '121532.920000', '121532.923000', '121532.925000', '121532.928000', '121532.930000', '121532.933000', '121532.935000', '121532.938000', '121532.941000', '121532.943000', '121532.946000', '121532.948000', '121532.951000', '121532.954000', '121532.956000', '121532.959000', '121532.962000', '121532.964000', '121532.967000', '121532.969000', '121552.859000', '121552.862000', '121552.865000', '121552.867000', '121552.870000', '121552.873000', '121552.875000', '121552.878000', '121552.880000', '121552.883000', '121552.886000', '121552.888000', '121552.891000', '121552.894000', '121552.896000', '121552.899000', '121552.902000', '121552.904000', '121552.907000', '121552.910000', '121552.912000', '121552.915000', '121552.917000', '121552.920000', '121552.923000', '121552.925000', '121552.928000', '121552.931000', '121552.933000', '121552.936000', '121552.938000', '121552.941000', '121552.943000', '121552.946000', '121552.949000', '121552.951000', '121552.954000', '121552.964000', '121552.967000', '121552.970000', '121552.972000', '121552.975000', '121552.977000', '121552.980000', '121612.859000', '121612.871000', '121612.874000', '121612.876000', '121612.879000', '121612.881000', '121612.884000', '121612.887000', '121612.889000', '121612.892000', '121612.894000', '121612.897000', '121612.900000', '121612.902000', '121612.905000', '121612.907000', '121612.910000', '121612.913000', '121612.915000', '121612.918000', '121612.920000', '121612.923000', '121612.925000', '121612.928000', '121612.931000', '121612.934000', '121612.936000', '121612.939000', '121612.941000', '121612.944000', '121612.947000', '121612.949000', '121612.952000', '121612.955000', '121612.957000', '121612.960000', '121612.962000', '121612.965000', '121612.968000', '121612.970000', '121612.973000', '121612.976000', '121612.978000', '121632.859000', '121632.863000', '121632.865000', '121632.868000', '121632.871000', '121632.873000', '121632.876000', '121632.879000', '121632.881000', '121632.884000', '121632.887000', '121632.889000', '121632.892000', '121632.894000', '121632.897000', '121632.900000', '121632.902000', '121632.905000', '121632.908000', '121632.910000', '121632.913000', '121632.916000', '121632.919000', '121632.921000', '121632.924000', '121632.927000', '121632.929000', '121632.932000', '121632.934000', '121632.937000', '121632.940000', '121632.942000', '121632.945000', '121632.947000', '121632.950000', '121632.953000', '121632.955000', '121632.958000', '121632.961000', '121632.963000', '121632.966000', '121632.968000', '121632.971000', '121632.974000', '121652.858000', '121652.861000', '121652.864000', '121652.866000', '121652.869000', '121652.872000', '121652.874000', '121652.877000', '121652.880000', '121652.882000', '121652.885000', '121652.887000', '121652.890000', '121652.893000', '121652.895000', '121652.898000', '121652.900000', '121652.903000', '121652.905000', '121652.908000', '121652.911000', '121652.913000', '121652.916000', '121652.918000', '121652.921000', '121652.924000', '121652.926000', '121652.929000', '121652.931000', '121652.934000', '121652.937000', '121652.939000', '121652.942000', '121652.944000', '121652.947000', '121652.950000', '121652.952000', '121652.955000', '121652.957000', '121652.960000', '121652.962000', '121652.965000', '121652.968000', '121712.859000', '121712.876000', '121712.879000', '121712.881000', '121712.884000', '121712.886000', '121712.889000', '121712.892000', '121712.894000', '121712.897000', '121712.899000', '121712.902000', '121712.905000', '121712.907000', '121712.910000', '121712.912000', '121712.915000', '121712.918000', '121712.921000', '121712.923000', '121712.926000', '121712.929000', '121712.931000', '121712.934000', '121712.936000', '121712.939000', '121712.942000', '121712.944000', '121712.947000', '121712.950000', '121712.952000', '121712.955000', '121712.958000', '121712.960000', '121712.963000', '121712.966000', '121712.968000', '121712.971000', '121712.974000', '121712.976000', '121712.979000', '121712.984000', '121712.986000', '121732.860000', '121732.863000', '121732.865000', '121732.868000', '121732.871000', '121732.888000', '121732.891000', '121732.893000', '121732.896000', '121732.899000', '121732.902000', '121732.904000', '121732.907000', '121732.910000', '121732.912000', '121732.915000', '121732.917000', '121732.920000', '121732.923000', '121732.925000', '121732.928000', '121732.931000', '121732.933000', '121732.936000', '121732.939000', '121732.941000', '121732.944000', '121732.946000', '121732.949000', '121732.952000', '121732.954000', '121732.957000', '121732.960000', '121732.962000', '121732.965000', '121732.967000', '121732.970000', '121732.973000', '121732.975000', '121732.978000', '121732.981000', '121732.983000', '121732.986000', '121732.989000', '121752.860000', '121752.862000', '121752.865000', '121752.868000', '121752.870000', '121752.873000', '121752.876000', '121752.879000', '121752.882000', '121752.886000', '121752.889000', '121752.891000', '121752.894000', '121752.897000', '121752.900000', '121752.903000', '121752.906000', '121752.909000', '121752.911000', '121752.914000', '121752.917000', '121752.919000', '121752.922000', '121752.924000', '121752.927000', '121752.930000', '121752.932000', '121752.935000', '121752.938000', '121752.940000', '121752.943000', '121752.946000', '121752.948000', '121752.951000', '121752.954000', '121752.956000', '121752.959000', '121752.962000', '121752.964000', '121752.967000', '121752.970000', '121752.972000', '121752.975000', '121812.859000', '121812.868000', '121812.870000', '121812.873000', '121812.876000', '121812.878000', '121812.881000', '121812.884000', '121812.886000', '121812.889000', '121812.891000', '121812.894000', '121812.897000', '121812.899000', '121812.902000', '121812.905000', '121812.907000', '121812.910000', '121812.913000', '121812.915000', '121812.918000', '121812.920000', '121812.923000', '121812.926000', '121812.928000', '121812.931000', '121812.934000', '121812.936000', '121812.939000', '121812.942000', '121812.944000', '121812.947000', '121812.950000', '121812.952000', '121812.955000', '121812.958000', '121812.960000', '121812.963000', '121812.965000', '121812.968000', '121812.971000', '121812.973000', '121812.976000', '121812.978000', '121823.197000', '121823.200000', '121823.202000', '121823.205000', '121823.208000', '121823.210000', '121823.213000', '121823.216000', '121823.218000', '121823.221000', '121823.223000', '121823.226000', '121823.229000', '121823.231000', '121823.234000', '121823.236000', '121823.239000', '121823.242000', '121823.244000', '121823.247000', '121823.249000', '121823.252000', '121823.255000'], 'InstanceCreationTime': ['121152.902000', '121152.905000', '121152.908000', '121152.911000', '121152.913000', '121152.916000', '121152.918000', '121152.921000', '121152.924000', '121152.926000', '121152.929000', '121152.931000', '121152.934000', '121152.937000', '121152.939000', '121152.947000', '121152.950000', '121152.953000', '121152.955000', '121152.958000', '121152.960000', '121152.963000', '121152.965000', '121212.858000', '121212.861000', '121212.864000', '121212.866000', '121212.869000', '121212.872000', '121212.874000', '121212.877000', '121212.879000', '121212.882000', '121212.884000', '121212.887000', '121212.890000', '121212.892000', '121212.895000', '121212.897000', '121212.900000', '121212.902000', '121212.905000', '121212.908000', '121212.910000', '121212.913000', '121212.915000', '121212.918000', '121212.920000', '121212.923000', '121212.925000', '121212.928000', '121212.931000', '121212.934000', '121212.937000', '121212.940000', '121212.942000', '121212.945000', '121212.947000', '121212.950000', '121212.953000', '121212.955000', '121212.958000', '121212.960000', '121212.963000', '121212.965000', '121212.968000', '121232.859000', '121232.861000', '121232.864000', '121232.867000', '121232.869000', '121232.872000', '121232.875000', '121232.877000', '121232.880000', '121232.882000', '121232.885000', '121232.887000', '121232.890000', '121232.892000', '121232.895000', '121232.898000', '121232.900000', '121232.903000', '121232.906000', '121232.908000', '121232.911000', '121232.913000', '121232.916000', '121232.918000', '121232.921000', '121232.924000', '121232.926000', '121232.929000', '121232.931000', '121232.934000', '121232.937000', '121232.939000', '121232.942000', '121232.944000', '121232.947000', '121232.950000', '121232.952000', '121232.955000', '121232.957000', '121232.960000', '121232.962000', '121232.971000', '121232.973000', '121232.976000', '121252.859000', '121252.862000', '121252.872000', '121252.874000', '121252.877000', '121252.880000', '121252.882000', '121252.885000', '121252.887000', '121252.890000', '121252.893000', '121252.895000', '121252.898000', '121252.900000', '121252.903000', '121252.907000', '121252.910000', '121252.912000', '121252.915000', '121252.918000', '121252.920000', '121252.923000', '121252.925000', '121252.928000', '121252.930000', '121252.933000', '121252.936000', '121252.938000', '121252.941000', '121252.943000', '121252.946000', '121252.948000', '121252.951000', '121252.954000', '121252.956000', '121252.959000', '121252.961000', '121252.964000', '121252.966000', '121252.969000', '121252.971000', '121252.974000', '121252.977000', '121312.859000', '121312.862000', '121312.869000', '121312.872000', '121312.875000', '121312.877000', '121312.880000', '121312.882000', '121312.885000', '121312.888000', '121312.890000', '121312.893000', '121312.895000', '121312.898000', '121312.901000', '121312.903000', '121312.906000', '121312.908000', '121312.911000', '121312.914000', '121312.916000', '121312.919000', '121312.921000', '121312.924000', '121312.927000', '121312.929000', '121312.932000', '121312.934000', '121312.937000', '121312.939000', '121312.942000', '121312.945000', '121312.947000', '121312.950000', '121312.952000', '121312.955000', '121312.958000', '121312.960000', '121312.963000', '121312.965000', '121312.968000', '121312.970000', '121312.973000', '121312.976000', '121332.860000', '121332.862000', '121332.865000', '121332.868000', '121332.870000', '121332.873000', '121332.875000', '121332.878000', '121332.881000', '121332.883000', '121332.886000', '121332.888000', '121332.891000', '121332.900000', '121332.903000', '121332.905000', '121332.908000', '121332.910000', '121332.913000', '121332.916000', '121332.918000', '121332.921000', '121332.923000', '121332.926000', '121332.928000', '121332.931000', '121332.934000', '121332.936000', '121332.939000', '121332.941000', '121332.944000', '121332.947000', '121332.950000', '121332.953000', '121332.956000', '121332.959000', '121332.961000', '121332.964000', '121332.966000', '121332.969000', '121332.972000', '121332.974000', '121332.977000', '121352.859000', '121352.862000', '121352.865000', '121352.868000', '121352.870000', '121352.873000', '121352.875000', '121352.878000', '121352.880000', '121352.883000', '121352.886000', '121352.888000', '121352.891000', '121352.893000', '121352.896000', '121352.899000', '121352.901000', '121352.904000', '121352.906000', '121352.909000', '121352.912000', '121352.914000', '121352.917000', '121352.919000', '121352.922000', '121352.925000', '121352.930000', '121352.933000', '121352.936000', '121352.938000', '121352.941000', '121352.944000', '121352.946000', '121352.949000', '121352.952000', '121352.954000', '121352.957000', '121352.959000', '121352.962000', '121352.965000', '121352.967000', '121352.970000', '121352.972000', '121352.975000', '121412.858000', '121412.868000', '121412.871000', '121412.874000', '121412.876000', '121412.879000', '121412.881000', '121412.884000', '121412.886000', '121412.889000', '121412.892000', '121412.894000', '121412.897000', '121412.899000', '121412.902000', '121412.905000', '121412.907000', '121412.910000', '121412.912000', '121412.915000', '121412.918000', '121412.920000', '121412.923000', '121412.925000', '121412.928000', '121412.930000', '121412.933000', '121412.936000', '121412.938000', '121412.941000', '121412.943000', '121412.946000', '121412.949000', '121412.951000', '121412.954000', '121412.956000', '121412.959000', '121412.961000', '121412.964000', '121412.966000', '121412.970000', '121412.984000', '121412.986000', '121432.859000', '121432.862000', '121432.864000', '121432.867000', '121432.869000', '121432.872000', '121432.875000', '121432.877000', '121432.880000', '121432.882000', '121432.885000', '121432.887000', '121432.890000', '121432.893000', '121432.895000', '121432.898000', '121432.901000', '121432.903000', '121432.906000', '121432.909000', '121432.911000', '121432.915000', '121432.917000', '121432.920000', '121432.923000', '121432.925000', '121432.928000', '121432.931000', '121432.933000', '121432.936000', '121432.939000', '121432.941000', '121432.944000', '121432.947000', '121432.949000', '121432.952000', '121432.954000', '121432.957000', '121432.959000', '121432.962000', '121432.964000', '121432.967000', '121432.970000', '121432.972000', '121452.858000', '121452.861000', '121452.864000', '121452.867000', '121452.870000', '121452.872000', '121452.875000', '121452.878000', '121452.880000', '121452.883000', '121452.885000', '121452.888000', '121452.891000', '121452.893000', '121452.896000', '121452.899000', '121452.901000', '121452.904000', '121452.906000', '121452.909000', '121452.912000', '121452.914000', '121452.917000', '121452.919000', '121452.922000', '121452.925000', '121452.927000', '121452.930000', '121452.932000', '121452.935000', '121452.938000', '121452.940000', '121452.943000', '121452.945000', '121452.948000', '121452.950000', '121452.953000', '121452.956000', '121452.958000', '121452.961000', '121452.963000', '121452.966000', '121452.969000', '121512.859000', '121512.958000', '121512.960000', '121512.963000', '121512.965000', '121512.968000', '121512.971000', '121512.973000', '121512.976000', '121512.978000', '121512.981000', '121512.984000', '121512.986000', '121512.989000', '121512.991000', '121512.994000', '121512.997000', '121512.999000', '121513.002000', '121513.005000', '121513.007000', '121513.010000', '121513.012000', '121513.015000', '121513.017000', '121513.020000', '121513.023000', '121513.025000', '121513.028000', '121513.030000', '121513.033000', '121513.036000', '121513.038000', '121513.041000', '121513.043000', '121513.046000', '121513.048000', '121513.051000', '121513.054000', '121513.056000', '121513.059000', '121513.061000', '121513.064000', '121513.067000', '121532.859000', '121532.862000', '121532.865000', '121532.868000', '121532.870000', '121532.873000', '121532.876000', '121532.878000', '121532.881000', '121532.884000', '121532.886000', '121532.889000', '121532.892000', '121532.894000', '121532.897000', '121532.899000', '121532.902000', '121532.904000', '121532.907000', '121532.910000', '121532.912000', '121532.915000', '121532.917000', '121532.920000', '121532.923000', '121532.925000', '121532.928000', '121532.930000', '121532.933000', '121532.935000', '121532.938000', '121532.941000', '121532.943000', '121532.946000', '121532.948000', '121532.951000', '121532.954000', '121532.956000', '121532.959000', '121532.962000', '121532.964000', '121532.967000', '121532.969000', '121552.859000', '121552.862000', '121552.865000', '121552.867000', '121552.870000', '121552.873000', '121552.875000', '121552.878000', '121552.880000', '121552.883000', '121552.886000', '121552.888000', '121552.891000', '121552.894000', '121552.896000', '121552.899000', '121552.902000', '121552.904000', '121552.907000', '121552.910000', '121552.912000', '121552.915000', '121552.917000', '121552.920000', '121552.923000', '121552.925000', '121552.928000', '121552.931000', '121552.933000', '121552.936000', '121552.938000', '121552.941000', '121552.943000', '121552.946000', '121552.949000', '121552.951000', '121552.954000', '121552.964000', '121552.967000', '121552.970000', '121552.972000', '121552.975000', '121552.977000', '121552.980000', '121612.859000', '121612.871000', '121612.874000', '121612.876000', '121612.879000', '121612.881000', '121612.884000', '121612.887000', '121612.889000', '121612.892000', '121612.894000', '121612.897000', '121612.900000', '121612.902000', '121612.905000', '121612.907000', '121612.910000', '121612.913000', '121612.915000', '121612.918000', '121612.920000', '121612.923000', '121612.925000', '121612.928000', '121612.931000', '121612.934000', '121612.936000', '121612.939000', '121612.941000', '121612.944000', '121612.947000', '121612.949000', '121612.952000', '121612.955000', '121612.957000', '121612.960000', '121612.962000', '121612.965000', '121612.968000', '121612.970000', '121612.973000', '121612.976000', '121612.978000', '121632.859000', '121632.863000', '121632.865000', '121632.868000', '121632.871000', '121632.873000', '121632.876000', '121632.879000', '121632.881000', '121632.884000', '121632.887000', '121632.889000', '121632.892000', '121632.894000', '121632.897000', '121632.900000', '121632.902000', '121632.905000', '121632.908000', '121632.910000', '121632.913000', '121632.916000', '121632.919000', '121632.921000', '121632.924000', '121632.927000', '121632.929000', '121632.932000', '121632.934000', '121632.937000', '121632.940000', '121632.942000', '121632.945000', '121632.947000', '121632.950000', '121632.953000', '121632.955000', '121632.958000', '121632.961000', '121632.963000', '121632.966000', '121632.968000', '121632.971000', '121632.974000', '121652.858000', '121652.861000', '121652.864000', '121652.866000', '121652.869000', '121652.872000', '121652.874000', '121652.877000', '121652.880000', '121652.882000', '121652.885000', '121652.887000', '121652.890000', '121652.893000', '121652.895000', '121652.898000', '121652.900000', '121652.903000', '121652.905000', '121652.908000', '121652.911000', '121652.913000', '121652.916000', '121652.918000', '121652.921000', '121652.924000', '121652.926000', '121652.929000', '121652.931000', '121652.934000', '121652.937000', '121652.939000', '121652.942000', '121652.944000', '121652.947000', '121652.950000', '121652.952000', '121652.955000', '121652.957000', '121652.960000', '121652.962000', '121652.965000', '121652.968000', '121712.859000', '121712.876000', '121712.879000', '121712.881000', '121712.884000', '121712.886000', '121712.889000', '121712.892000', '121712.894000', '121712.897000', '121712.899000', '121712.902000', '121712.905000', '121712.907000', '121712.910000', '121712.912000', '121712.915000', '121712.918000', '121712.921000', '121712.923000', '121712.926000', '121712.929000', '121712.931000', '121712.934000', '121712.936000', '121712.939000', '121712.942000', '121712.944000', '121712.947000', '121712.950000', '121712.952000', '121712.955000', '121712.958000', '121712.960000', '121712.963000', '121712.966000', '121712.968000', '121712.971000', '121712.974000', '121712.976000', '121712.979000', '121712.984000', '121712.986000', '121732.860000', '121732.863000', '121732.865000', '121732.868000', '121732.871000', '121732.888000', '121732.891000', '121732.893000', '121732.896000', '121732.899000', '121732.902000', '121732.904000', '121732.907000', '121732.910000', '121732.912000', '121732.915000', '121732.917000', '121732.920000', '121732.923000', '121732.925000', '121732.928000', '121732.931000', '121732.933000', '121732.936000', '121732.939000', '121732.941000', '121732.944000', '121732.946000', '121732.949000', '121732.952000', '121732.954000', '121732.957000', '121732.960000', '121732.962000', '121732.965000', '121732.967000', '121732.970000', '121732.973000', '121732.975000', '121732.978000', '121732.981000', '121732.983000', '121732.986000', '121732.989000', '121752.860000', '121752.862000', '121752.865000', '121752.868000', '121752.870000', '121752.873000', '121752.876000', '121752.879000', '121752.882000', '121752.886000', '121752.889000', '121752.891000', '121752.894000', '121752.897000', '121752.900000', '121752.903000', '121752.906000', '121752.909000', '121752.911000', '121752.914000', '121752.917000', '121752.919000', '121752.922000', '121752.924000', '121752.927000', '121752.930000', '121752.932000', '121752.935000', '121752.938000', '121752.940000', '121752.943000', '121752.946000', '121752.948000', '121752.951000', '121752.954000', '121752.956000', '121752.959000', '121752.962000', '121752.964000', '121752.967000', '121752.970000', '121752.972000', '121752.975000', '121812.859000', '121812.868000', '121812.870000', '121812.873000', '121812.876000', '121812.878000', '121812.881000', '121812.884000', '121812.886000', '121812.889000', '121812.891000', '121812.894000', '121812.897000', '121812.899000', '121812.902000', '121812.905000', '121812.907000', '121812.910000', '121812.913000', '121812.915000', '121812.918000', '121812.920000', '121812.923000', '121812.926000', '121812.928000', '121812.931000', '121812.934000', '121812.936000', '121812.939000', '121812.942000', '121812.944000', '121812.947000', '121812.950000', '121812.952000', '121812.955000', '121812.958000', '121812.960000', '121812.963000', '121812.965000', '121812.968000', '121812.971000', '121812.973000', '121812.976000', '121812.978000', '121823.197000', '121823.200000', '121823.202000', '121823.205000', '121823.208000', '121823.210000', '121823.213000', '121823.216000', '121823.218000', '121823.221000', '121823.223000', '121823.226000', '121823.229000', '121823.231000', '121823.234000', '121823.236000', '121823.239000', '121823.242000', '121823.244000', '121823.247000', '121823.249000', '121823.252000', '121823.255000'], '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': [10213, 10840, 14137, 11051, 16482, 9164, 13330, 9562, 9912, 8053, 9243, 7997, 8875, 8419, 8846, 10368, 8908, 13632, 9402, 12863, 9244, 11363, 8946, 10688, 9185, 12130, 9066, 11671, 9049, 11445, 8679, 11201, 10780, 12367, 10739, 9357, 15627, 9122, 14800, 10604, 11772, 9025, 11516, 8436, 9432, 7723, 9358, 7918, 10271, 8817, 10720, 10641, 8609, 12581, 9817, 16409, 12614, 14318, 11594, 10271, 12747, 9077, 18735, 11351, 16507, 11185, 16457, 11324, 15953, 12134, 12937, 15927, 9639, 15606, 9583, 11160, 10219, 8461, 12409, 8865, 9534, 7981, 8453, 12611, 8682, 9381, 7875, 8440, 11472, 8073, 9652, 7719, 8993, 8597, 7942, 11714, 9447, 8716, 14903, 8245, 11174, 9366, 8678, 16461, 9174, 12627, 8907, 12287, 8281, 8634, 10880, 8961, 11397, 11001, 8318, 9920, 8893, 15488, 8958, 14458, 16554, 12334, 11448, 9353, 9941, 8589, 11053, 8500, 13387, 10287, 16156, 11754, 16096, 13959, 14924, 13326, 14052, 12899, 14600, 10463, 14557, 8863, 16485, 8949, 11705, 9328, 10097, 8351, 8954, 7923, 9016, 8048, 8654, 7648, 8378, 10015, 8483, 14305, 9166, 11034, 12840, 8741, 14310, 9027, 10236, 8362, 8500, 9772, 8601, 10451, 8605, 8196, 8286, 7402, 8465, 7633, 9647, 8109, 9076, 15300, 10550, 13677, 14438, 11370, 15287, 10551, 12713, 11699, 9642, 12974, 8095, 13439, 8879, 12570, 9151, 11183, 8091, 10570, 7955, 9006, 10854, 9073, 12579, 8248, 14565, 8802, 15096, 11311, 12916, 11092, 8895, 14786, 8258, 13598, 9839, 11444, 8885, 9683, 7797, 9282, 8004, 9698, 8030, 8653, 15095, 8461, 13389, 14647, 10354, 15292, 10438, 10365, 17118, 8745, 13224, 8495, 10080, 8913, 8468, 11214, 8119, 13115, 8441, 12080, 8575, 10922, 8722, 11321, 8633, 12763, 8931, 12212, 8959, 15970, 12346, 11912, 15312, 8317, 16976, 13696, 10000, 17109, 10163, 13409, 8631, 10748, 8456, 11160, 9226, 9347, 7704, 9153, 7811, 10462, 8015, 9508, 7730, 10576, 12062, 8696, 16882, 8349, 13000, 9239, 13400, 9119, 12493, 9288, 10054, 8321, 9945, 13101, 9052, 13160, 8241, 14519, 8739, 15311, 13486, 11356, 14228, 8285, 14131, 8872, 11285, 10237, 8996, 12350, 7895, 12562, 8137, 10273, 10869, 8629, 14121, 8236, 11712, 8319, 10117, 11096, 8730, 12464, 8019, 12469, 8462, 12870, 9313, 15131, 10821, 9767, 12083, 8402, 14917, 8146, 12832, 12132, 9461, 13132, 8299, 14460, 8901, 13873, 9223, 14785, 10807, 12705, 11848, 9520, 15634, 11963, 16511, 14316, 17105, 14166, 13069, 10328, 11711, 8963, 13183, 9794, 15846, 8499, 11131, 8713, 11195, 8907, 10253, 16005, 10027, 16793, 8801, 11883, 8377, 10105, 8550, 8543, 12806, 8241, 11326, 8129, 9506, 7700, 8418, 13290, 7825, 10870, 7744, 9205, 12812, 8472, 12342, 8515, 10077, 16375, 8664, 12380, 15862, 9167, 14986, 11666, 9208, 14381, 9886, 11062, 14564, 8504, 14308, 8231, 10608, 8534, 8300, 13283, 8831, 11682, 9293, 8459, 13713, 8413, 11739, 11222, 9110, 17870, 8344, 12093, 10541, 8551, 13696, 9176, 11321, 8308, 9671, 7968, 8247, 13252, 8659, 12100, 11897, 8425, 13553, 9134, 12706, 8685, 11831, 8483, 9522, 14313, 9024, 11494, 8186, 13932, 8485, 14963, 12039, 11702, 12011, 8431, 16983, 8862, 13856, 11234, 12402, 9903, 11429, 9870, 10785, 9797, 9154, 12235, 8639, 11869, 9783, 14510, 12422, 15922, 13993, 15129, 13090, 17536, 14787, 17110, 12214, 15038, 10670, 15550, 10257, 10222, 8890, 9488, 7879, 9025, 7935, 9411, 8407, 8633, 9858, 8305, 12549, 8625, 13535, 9419, 12361, 9153, 10643, 8883, 8532, 14762, 8652, 13085, 8728, 11198, 8418, 8913, 10675, 8113, 11653, 8082, 9823, 8207, 7597, 8206, 7424, 10096, 8368, 13672, 9651, 14557, 10467, 13675, 14774, 9487, 16135, 11127, 13583, 14404, 10840, 18838, 10048, 15688, 10733, 15780, 12072, 12299, 16650, 8809, 16481, 10617, 11076, 14231, 8419, 15805, 8676, 10278, 9361, 8559, 13512, 8168, 10996, 8606, 9839, 8785, 10151, 8651, 10401, 8568, 8098, 8635, 7453, 9464, 8081, 12586, 10331, 10751, 12711, 9001, 17132, 9340, 15128, 11886, 14825, 10498, 9441, 9980, 8823, 9208, 10071, 8452, 11532, 8156, 11219, 8420, 8477, 11115, 9272, 15877, 12301, 17424, 9730, 15707, 9355, 15113, 9203, 17255, 9005, 18622, 10916, 16767, 10971, 18213, 13278, 16109, 10001, 14328, 8563, 15190, 8416, 15739, 8743, 12828, 9154, 13252, 9071, 10172, 8921, 10257, 8989, 10814, 8813, 10156, 7931, 9130, 8694, 8137, 13072, 8789, 13677, 8322, 10849, 8512, 11258, 9005, 12051, 9259, 11595, 9005, 11406, 9029, 12323, 9259, 15069, 11634, 12080, 12406, 10095, 14329, 9240, 13241, 9556, 14472, 10966, 13537, 8625, 9647, 9910, 10904, 9541, 8022, 10178, 8386, 10708, 9287, 11291, 14998, 11775, 16126, 12036, 17618, 13087, 19062, 12330, 13770, 11724, 8964, 14890, 11572, 17596, 14432, 17363, 14190, 16574, 14006, 16373, 11334, 15732, 8789, 14945, 8891, 16103, 9380, 13056, 9403, 12083, 9188, 11157, 9458, 10660, 9198, 10489, 8858, 10536, 9015, 10891, 8346, 10976, 8246, 10610, 8199, 11712, 8446, 12081, 8369, 9296, 9024, 8793, 10901, 8641, 11808, 8537, 12895, 8814, 12915, 9339, 15509, 9164, 13858, 9088, 12095, 9263, 11651, 8994, 11611, 8571, 11507, 8723, 12354, 9849, 9450, 15007, 8581, 15914, 8403, 13101, 8463, 10400, 8224, 9527, 8290, 10889, 8404, 16011, 8547, 12327, 8952, 10481, 13724, 9192, 14871, 8145, 14207, 8249, 11848, 8734, 11583, 8614, 10108, 8083, 8958, 9440, 8845, 13026, 8421, 15649, 8519, 13757, 9031, 12735, 9100, 7961, 9164, 8190, 9302, 10437, 9116, 14047, 12600, 10151, 14454, 11006, 18333, 14933, 14932, 14364, 11800, 15501, 12021, 17466, 12634, 17610, 12357, 16645, 12158, 13077, 11134, 11475, 13117, 9474, 11739, 8653, 8432, 8628, 7736, 9440, 7977, 9543, 8566, 8360, 9607, 8604, 11832, 8985, 13056, 10183, 9648, 15527, 8644, 14854, 10353, 10904, 15484, 8445, 14067, 8794, 9998, 8346, 9695, 8392, 9962, 8609, 10122, 8764, 10704, 8786, 14521, 8811, 12556, 12071, 10205, 16022, 12376, 13162, 14522, 11527, 9534, 8414, 7823, 8105, 7259, 9091, 7853, 10776, 8083, 10260, 8602], 'WindowCenter': [4539.0, 4532.0, 4537.0, 4491.0, 4527.0, 4455.0, 4494.0, 4453.0, 4462.0, 4444.0, 4465.0, 4434.0, 4453.0, 4444.0, 4457.0, 4478.0, 4467.0, 4519.0, 4482.0, 4507.0, 4480.0, 4498.0, 4470.0, 4501.0, 4495.0, 4513.0, 4485.0, 4527.0, 4498.0, 4525.0, 4498.0, 4531.0, 4515.0, 4523.0, 4501.0, 4481.0, 4530.0, 4480.0, 4523.0, 4488.0, 4498.0, 4468.0, 4512.0, 4472.0, 4494.0, 4464.0, 4485.0, 4466.0, 4468.0, 4460.0, 4490.0, 4507.0, 4486.0, 4540.0, 4507.0, 4558.0, 4527.0, 4539.0, 4518.0, 4494.0, 4508.0, 4468.0, 4540.0, 4487.0, 4532.0, 4475.0, 4504.0, 4473.0, 4504.0, 4471.0, 4485.0, 4500.0, 4436.0, 4487.0, 4427.0, 4445.0, 4434.0, 4414.0, 4454.0, 4425.0, 4434.0, 4417.0, 4416.0, 4467.0, 4429.0, 4439.0, 4432.0, 4435.0, 4469.0, 4431.0, 4451.0, 4434.0, 4454.0, 4443.0, 4446.0, 4500.0, 4477.0, 4460.0, 4531.0, 4458.0, 4499.0, 4468.0, 4482.0, 4541.0, 4483.0, 4510.0, 4469.0, 4509.0, 4460.0, 4486.0, 4515.0, 4497.0, 4526.0, 4517.0, 4472.0, 4492.0, 4473.0, 4544.0, 4498.0, 4557.0, 4532.0, 4543.0, 4543.0, 4497.0, 4506.0, 4490.0, 4515.0, 4473.0, 4523.0, 4493.0, 4531.0, 4512.0, 4530.0, 4506.0, 4518.0, 4494.0, 4492.0, 4469.0, 4477.0, 4437.0, 4467.0, 4416.0, 4486.0, 4413.0, 4443.0, 4424.0, 4433.0, 4417.0, 4424.0, 4416.0, 4437.0, 4418.0, 4440.0, 4432.0, 4457.0, 4463.0, 4443.0, 4503.0, 4452.0, 4475.0, 4482.0, 4445.0, 4493.0, 4442.0, 4451.0, 4430.0, 4442.0, 4463.0, 4459.0, 4486.0, 4468.0, 4473.0, 4472.0, 4463.0, 4474.0, 4464.0, 4492.0, 4462.0, 4483.0, 4533.0, 4490.0, 4524.0, 4534.0, 4500.0, 4519.0, 4475.0, 4498.0, 4495.0, 4466.0, 4507.0, 4446.0, 4506.0, 4467.0, 4498.0, 4467.0, 4485.0, 4457.0, 4486.0, 4446.0, 4471.0, 4489.0, 4468.0, 4508.0, 4458.0, 4522.0, 4468.0, 4518.0, 4490.0, 4496.0, 4485.0, 4455.0, 4506.0, 4446.0, 4506.0, 4475.0, 4485.0, 4453.0, 4467.0, 4435.0, 4467.0, 4449.0, 4467.0, 4458.0, 4468.0, 4518.0, 4459.0, 4535.0, 4516.0, 4468.0, 4518.0, 4465.0, 4462.0, 4513.0, 4444.0, 4483.0, 4441.0, 4463.0, 4440.0, 4444.0, 4471.0, 4445.0, 4494.0, 4445.0, 4486.0, 4458.0, 4485.0, 4468.0, 4512.0, 4470.0, 4508.0, 4471.0, 4498.0, 4467.0, 4531.0, 4500.0, 4500.0, 4515.0, 4447.0, 4527.0, 4494.0, 4468.0, 4528.0, 4463.0, 4495.0, 4444.0, 4475.0, 4444.0, 4486.0, 4463.0, 4464.0, 4435.0, 4468.0, 4447.0, 4487.0, 4456.0, 4479.0, 4446.0, 4488.0, 4508.0, 4471.0, 4526.0, 4444.0, 4505.0, 4468.0, 4507.0, 4454.0, 4495.0, 4464.0, 4465.0, 4443.0, 4474.0, 4497.0, 4456.0, 4507.0, 4446.0, 4504.0, 4443.0, 4515.0, 4495.0, 4472.0, 4490.0, 4432.0, 4479.0, 4429.0, 4461.0, 4448.0, 4431.0, 4471.0, 4418.0, 4468.0, 4419.0, 4463.0, 4461.0, 4443.0, 4490.0, 4433.0, 4474.0, 4433.0, 4465.0, 4471.0, 4446.0, 4495.0, 4444.0, 4496.0, 4445.0, 4497.0, 4467.0, 4520.0, 4474.0, 4465.0, 4495.0, 4470.0, 4541.0, 4462.0, 4511.0, 4509.0, 4506.0, 4533.0, 4483.0, 4556.0, 4508.0, 4547.0, 4510.0, 4555.0, 4526.0, 4534.0, 4524.0, 4504.0, 4540.0, 4509.0, 4541.0, 4518.0, 4526.0, 4507.0, 4495.0, 4465.0, 4471.0, 4444.0, 4492.0, 4464.0, 4513.0, 4444.0, 4472.0, 4441.0, 4459.0, 4440.0, 4462.0, 4499.0, 4452.0, 4501.0, 4438.0, 4467.0, 4419.0, 4449.0, 4427.0, 4428.0, 4481.0, 4430.0, 4473.0, 4430.0, 4454.0, 4434.0, 4444.0, 4497.0, 4434.0, 4475.0, 4448.0, 4467.0, 4510.0, 4457.0, 4510.0, 4457.0, 4479.0, 4528.0, 4457.0, 4502.0, 4516.0, 4468.0, 4517.0, 4484.0, 4457.0, 4505.0, 4478.0, 4487.0, 4518.0, 4455.0, 4508.0, 4446.0, 4477.0, 4455.0, 4459.0, 4509.0, 4456.0, 4499.0, 4466.0, 4459.0, 4508.0, 4448.0, 4486.0, 4488.0, 4455.0, 4539.0, 4446.0, 4487.0, 4474.0, 4456.0, 4508.0, 4454.0, 4476.0, 4444.0, 4466.0, 4446.0, 4461.0, 4508.0, 4458.0, 4502.0, 4496.0, 4461.0, 4519.0, 4484.0, 4510.0, 4467.0, 4515.0, 4498.0, 4508.0, 4533.0, 4469.0, 4499.0, 4471.0, 4534.0, 4484.0, 4545.0, 4512.0, 4499.0, 4512.0, 4461.0, 4530.0, 4467.0, 4522.0, 4502.0, 4513.0, 4481.0, 4499.0, 4505.0, 4526.0, 4501.0, 4503.0, 4535.0, 4499.0, 4524.0, 4493.0, 4530.0, 4510.0, 4531.0, 4511.0, 4508.0, 4496.0, 4515.0, 4490.0, 4504.0, 4460.0, 4480.0, 4438.0, 4476.0, 4435.0, 4433.0, 4415.0, 4423.0, 4406.0, 4426.0, 4415.0, 4438.0, 4430.0, 4431.0, 4451.0, 4430.0, 4472.0, 4442.0, 4480.0, 4454.0, 4480.0, 4443.0, 4463.0, 4439.0, 4432.0, 4492.0, 4430.0, 4482.0, 4431.0, 4460.0, 4432.0, 4443.0, 4473.0, 4447.0, 4485.0, 4449.0, 4452.0, 4449.0, 4437.0, 4449.0, 4450.0, 4493.0, 4489.0, 4539.0, 4512.0, 4547.0, 4493.0, 4524.0, 4522.0, 4471.0, 4518.0, 4476.0, 4497.0, 4494.0, 4474.0, 4526.0, 4456.0, 4502.0, 4461.0, 4503.0, 4471.0, 4472.0, 4490.0, 4429.0, 4488.0, 4435.0, 4447.0, 4466.0, 4405.0, 4473.0, 4404.0, 4434.0, 4415.0, 4414.0, 4457.0, 4414.0, 4444.0, 4417.0, 4437.0, 4431.0, 4462.0, 4457.0, 4475.0, 4470.0, 4460.0, 4472.0, 4451.0, 4484.0, 4465.0, 4515.0, 4483.0, 4491.0, 4510.0, 4460.0, 4531.0, 4459.0, 4507.0, 4487.0, 4507.0, 4466.0, 4457.0, 4453.0, 4473.0, 4470.0, 4482.0, 4447.0, 4487.0, 4463.0, 4490.0, 4446.0, 4459.0, 4504.0, 4485.0, 4559.0, 4512.0, 4541.0, 4480.0, 4517.0, 4455.0, 4507.0, 4454.0, 4514.0, 4443.0, 4524.0, 4473.0, 4503.0, 4462.0, 4524.0, 4482.0, 4490.0, 4449.0, 4478.0, 4427.0, 4476.0, 4418.0, 4487.0, 4416.0, 4480.0, 4427.0, 4467.0, 4426.0, 4434.0, 4426.0, 4435.0, 4428.0, 4461.0, 4439.0, 4449.0, 4430.0, 4454.0, 4442.0, 4446.0, 4511.0, 4459.0, 4505.0, 4447.0, 4477.0, 4458.0, 4487.0, 4472.0, 4510.0, 4484.0, 4499.0, 4471.0, 4490.0, 4472.0, 4500.0, 4472.0, 4520.0, 4491.0, 4500.0, 4497.0, 4467.0, 4508.0, 4455.0, 4497.0, 4466.0, 4508.0, 4477.0, 4497.0, 4458.0, 4469.0, 4490.0, 4491.0, 4469.0, 4449.0, 4491.0, 4461.0, 4477.0, 4468.0, 4490.0, 4532.0, 4516.0, 4544.0, 4525.0, 4565.0, 4546.0, 4574.0, 4522.0, 4531.0, 4498.0, 4471.0, 4519.0, 4486.0, 4530.0, 4504.0, 4511.0, 4479.0, 4498.0, 4477.0, 4485.0, 4447.0, 4474.0, 4414.0, 4473.0, 4414.0, 4472.0, 4424.0, 4454.0, 4411.0, 4441.0, 4424.0, 4446.0, 4425.0, 4443.0, 4436.0, 4447.0, 4438.0, 4459.0, 4442.0, 4460.0, 4431.0, 4461.0, 4431.0, 4462.0, 4458.0, 4486.0, 4448.0, 4499.0, 4472.0, 4480.0, 4471.0, 4457.0, 4500.0, 4470.0, 4514.0, 4471.0, 4507.0, 4469.0, 4498.0, 4468.0, 4516.0, 4466.0, 4506.0, 4456.0, 4486.0, 4466.0, 4488.0, 4458.0, 4485.0, 4457.0, 4486.0, 4457.0, 4496.0, 4465.0, 4467.0, 4516.0, 4447.0, 4514.0, 4446.0, 4493.0, 4444.0, 4477.0, 4446.0, 4468.0, 4459.0, 4488.0, 4462.0, 4529.0, 4461.0, 4499.0, 4460.0, 4478.0, 4507.0, 4468.0, 4506.0, 4446.0, 4506.0, 4445.0, 4487.0, 4458.0, 4491.0, 4458.0, 4477.0, 4450.0, 4468.0, 4478.0, 4472.0, 4512.0, 4462.0, 4529.0, 4459.0, 4521.0, 4472.0, 4525.0, 4483.0, 4463.0, 4484.0, 4465.0, 4487.0, 4492.0, 4472.0, 4523.0, 4528.0, 4497.0, 4535.0, 4518.0, 4567.0, 4543.0, 4546.0, 4520.0, 4487.0, 4518.0, 4485.0, 4526.0, 4487.0, 4513.0, 4471.0, 4501.0, 4457.0, 4457.0, 4433.0, 4436.0, 4440.0, 4412.0, 4429.0, 4401.0, 4403.0, 4417.0, 4418.0, 4447.0, 4431.0, 4450.0, 4455.0, 4441.0, 4450.0, 4442.0, 4483.0, 4457.0, 4496.0, 4465.0, 4454.0, 4502.0, 4432.0, 4490.0, 4438.0, 4448.0, 4489.0, 4417.0, 4477.0, 4417.0, 4439.0, 4418.0, 4451.0, 4442.0, 4465.0, 4458.0, 4478.0, 4468.0, 4487.0, 4459.0, 4518.0, 4473.0, 4499.0, 4485.0, 4468.0, 4532.0, 4486.0, 4495.0, 4507.0, 4484.0, 4466.0, 4444.0, 4433.0, 4435.0, 4423.0, 4459.0, 4449.0, 4489.0, 4460.0, 4490.0, 4462.0], 'WindowWidth': [9991.0, 9966.0, 9960.0, 9883.0, 9926.0, 9825.0, 9877.0, 9816.0, 9827.0, 9807.0, 9839.0, 9789.0, 9816.0, 9806.0, 9826.0, 9854.0, 9843.0, 9920.0, 9867.0, 9898.0, 9864.0, 9885.0, 9851.0, 9897.0, 9894.0, 9914.0, 9880.0, 9940.0, 9902.0, 9937.0, 9904.0, 9956.0, 9922.0, 9929.0, 9895.0, 9868.0, 9934.0, 9862.0, 9927.0, 9873.0, 9887.0, 9846.0, 9911.0, 9859.0, 9893.0, 9852.0, 9879.0, 9848.0, 9840.0, 9830.0, 9874.0, 9912.0, 9884.0, 9965.0, 9912.0, 9988.0, 9938.0, 9956.0, 9927.0, 9892.0, 9899.0, 9845.0, 9952.0, 9867.0, 9940.0, 9846.0, 9887.0, 9840.0, 9887.0, 9833.0, 9855.0, 9876.0, 9779.0, 9852.0, 9766.0, 9789.0, 9772.0, 9746.0, 9803.0, 9763.0, 9775.0, 9754.0, 9754.0, 9825.0, 9773.0, 9790.0, 9785.0, 9790.0, 9832.0, 9783.0, 9810.0, 9790.0, 9818.0, 9804.0, 9812.0, 9891.0, 9854.0, 9835.0, 9933.0, 9833.0, 9889.0, 9844.0, 9871.0, 9951.0, 9870.0, 9905.0, 9849.0, 9903.0, 9837.0, 9881.0, 9924.0, 9900.0, 9938.0, 9925.0, 9856.0, 9882.0, 9856.0, 9959.0, 9902.0, 9986.0, 9943.0, 9979.0, 9972.0, 9902.0, 9913.0, 9891.0, 9920.0, 9860.0, 9927.0, 9885.0, 9939.0, 9911.0, 9934.0, 9890.0, 9912.0, 9872.0, 9864.0, 9828.0, 9836.0, 9778.0, 9820.0, 9748.0, 9850.0, 9743.0, 9785.0, 9761.0, 9772.0, 9751.0, 9761.0, 9753.0, 9784.0, 9760.0, 9791.0, 9787.0, 9826.0, 9829.0, 9801.0, 9883.0, 9812.0, 9848.0, 9850.0, 9803.0, 9872.0, 9799.0, 9808.0, 9779.0, 9797.0, 9831.0, 9832.0, 9866.0, 9847.0, 9859.0, 9862.0, 9853.0, 9863.0, 9849.0, 9887.0, 9844.0, 9873.0, 9945.0, 9879.0, 9938.0, 9943.0, 9889.0, 9920.0, 9848.0, 9885.0, 9877.0, 9837.0, 9894.0, 9811.0, 9897.0, 9842.0, 9885.0, 9842.0, 9865.0, 9829.0, 9867.0, 9812.0, 9853.0, 9875.0, 9844.0, 9899.0, 9831.0, 9925.0, 9845.0, 9916.0, 9874.0, 9881.0, 9862.0, 9820.0, 9892.0, 9808.0, 9894.0, 9850.0, 9862.0, 9816.0, 9837.0, 9797.0, 9844.0, 9819.0, 9841.0, 9832.0, 9846.0, 9916.0, 9834.0, 9950.0, 9906.0, 9839.0, 9912.0, 9831.0, 9826.0, 9902.0, 9803.0, 9857.0, 9794.0, 9826.0, 9794.0, 9803.0, 9837.0, 9807.0, 9876.0, 9809.0, 9863.0, 9830.0, 9863.0, 9846.0, 9914.0, 9855.0, 9903.0, 9852.0, 9887.0, 9844.0, 9935.0, 9889.0, 9888.0, 9905.0, 9811.0, 9925.0, 9871.0, 9842.0, 9931.0, 9829.0, 9874.0, 9802.0, 9846.0, 9807.0, 9864.0, 9830.0, 9833.0, 9795.0, 9843.0, 9815.0, 9870.0, 9828.0, 9861.0, 9814.0, 9875.0, 9900.0, 9855.0, 9926.0, 9807.0, 9893.0, 9844.0, 9898.0, 9822.0, 9879.0, 9832.0, 9836.0, 9804.0, 9847.0, 9878.0, 9823.0, 9894.0, 9810.0, 9891.0, 9803.0, 9905.0, 9870.0, 9839.0, 9861.0, 9783.0, 9847.0, 9774.0, 9819.0, 9799.0, 9778.0, 9835.0, 9761.0, 9827.0, 9763.0, 9826.0, 9819.0, 9799.0, 9864.0, 9785.0, 9842.0, 9785.0, 9833.0, 9837.0, 9808.0, 9874.0, 9805.0, 9879.0, 9809.0, 9880.0, 9844.0, 9916.0, 9846.0, 9835.0, 9876.0, 9852.0, 9951.0, 9840.0, 9906.0, 9902.0, 9910.0, 9944.0, 9878.0, 9985.0, 9919.0, 9973.0, 9926.0, 9978.0, 9940.0, 9947.0, 9934.0, 9906.0, 9950.0, 9902.0, 9954.0, 9911.0, 9923.0, 9891.0, 9872.0, 9831.0, 9836.0, 9801.0, 9868.0, 9828.0, 9896.0, 9801.0, 9837.0, 9796.0, 9817.0, 9790.0, 9823.0, 9869.0, 9807.0, 9878.0, 9786.0, 9825.0, 9760.0, 9800.0, 9770.0, 9774.0, 9850.0, 9779.0, 9839.0, 9781.0, 9816.0, 9790.0, 9807.0, 9879.0, 9792.0, 9847.0, 9817.0, 9841.0, 9902.0, 9828.0, 9906.0, 9829.0, 9859.0, 9927.0, 9828.0, 9894.0, 9905.0, 9843.0, 9909.0, 9859.0, 9823.0, 9894.0, 9854.0, 9868.0, 9907.0, 9819.0, 9896.0, 9809.0, 9850.0, 9822.0, 9832.0, 9900.0, 9826.0, 9886.0, 9837.0, 9829.0, 9898.0, 9815.0, 9867.0, 9865.0, 9822.0, 9942.0, 9808.0, 9866.0, 9844.0, 9824.0, 9899.0, 9819.0, 9848.0, 9807.0, 9839.0, 9812.0, 9838.0, 9901.0, 9831.0, 9896.0, 9879.0, 9836.0, 9919.0, 9873.0, 9903.0, 9843.0, 9921.0, 9904.0, 9917.0, 9941.0, 9848.0, 9889.0, 9854.0, 9945.0, 9878.0, 9963.0, 9908.0, 9889.0, 9908.0, 9837.0, 9934.0, 9841.0, 9926.0, 9898.0, 9914.0, 9864.0, 9889.0, 9910.0, 9942.0, 9900.0, 9909.0, 9953.0, 9906.0, 9932.0, 9886.0, 9932.0, 9905.0, 9933.0, 9908.0, 9894.0, 9876.0, 9904.0, 9860.0, 9890.0, 9814.0, 9846.0, 9781.0, 9832.0, 9772.0, 9768.0, 9745.0, 9755.0, 9733.0, 9762.0, 9748.0, 9783.0, 9774.0, 9777.0, 9804.0, 9777.0, 9836.0, 9794.0, 9846.0, 9813.0, 9847.0, 9797.0, 9824.0, 9789.0, 9780.0, 9864.0, 9776.0, 9850.0, 9778.0, 9818.0, 9781.0, 9797.0, 9841.0, 9809.0, 9862.0, 9817.0, 9811.0, 9815.0, 9800.0, 9816.0, 9823.0, 9884.0, 9888.0, 9957.0, 9923.0, 9967.0, 9884.0, 9929.0, 9920.0, 9846.0, 9912.0, 9847.0, 9881.0, 9869.0, 9840.0, 9922.0, 9818.0, 9879.0, 9817.0, 9877.0, 9828.0, 9831.0, 9857.0, 9767.0, 9853.0, 9772.0, 9790.0, 9813.0, 9729.0, 9823.0, 9726.0, 9771.0, 9743.0, 9743.0, 9803.0, 9744.0, 9784.0, 9752.0, 9781.0, 9780.0, 9822.0, 9823.0, 9849.0, 9850.0, 9837.0, 9854.0, 9824.0, 9871.0, 9849.0, 9917.0, 9866.0, 9877.0, 9902.0, 9832.0, 9932.0, 9828.0, 9897.0, 9861.0, 9890.0, 9833.0, 9822.0, 9812.0, 9855.0, 9846.0, 9868.0, 9811.0, 9867.0, 9844.0, 9874.0, 9808.0, 9832.0, 9900.0, 9877.0, 9989.0, 9911.0, 9953.0, 9860.0, 9907.0, 9820.0, 9889.0, 9814.0, 9895.0, 9799.0, 9912.0, 9839.0, 9883.0, 9822.0, 9910.0, 9846.0, 9857.0, 9799.0, 9837.0, 9768.0, 9832.0, 9752.0, 9849.0, 9751.0, 9847.0, 9768.0, 9817.0, 9763.0, 9771.0, 9764.0, 9775.0, 9770.0, 9815.0, 9788.0, 9801.0, 9777.0, 9812.0, 9795.0, 9810.0, 9907.0, 9831.0, 9886.0, 9810.0, 9851.0, 9826.0, 9866.0, 9853.0, 9903.0, 9870.0, 9884.0, 9848.0, 9873.0, 9850.0, 9885.0, 9850.0, 9917.0, 9872.0, 9887.0, 9877.0, 9838.0, 9890.0, 9818.0, 9878.0, 9836.0, 9893.0, 9853.0, 9877.0, 9826.0, 9844.0, 9879.0, 9875.0, 9844.0, 9818.0, 9876.0, 9836.0, 9853.0, 9841.0, 9874.0, 9937.0, 9920.0, 9959.0, 9933.0, 9998.0, 9969.0, 10003.0, 9928.0, 9937.0, 9886.0, 9852.0, 9913.0, 9862.0, 9934.0, 9884.0, 9890.0, 9843.0, 9867.0, 9834.0, 9844.0, 9790.0, 9826.0, 9745.0, 9825.0, 9744.0, 9825.0, 9755.0, 9798.0, 9737.0, 9777.0, 9758.0, 9789.0, 9762.0, 9785.0, 9781.0, 9796.0, 9786.0, 9815.0, 9797.0, 9819.0, 9780.0, 9823.0, 9782.0, 9824.0, 9828.0, 9864.0, 9815.0, 9886.0, 9858.0, 9863.0, 9848.0, 9827.0, 9891.0, 9847.0, 9916.0, 9851.0, 9894.0, 9846.0, 9883.0, 9841.0, 9906.0, 9837.0, 9890.0, 9825.0, 9864.0, 9838.0, 9868.0, 9827.0, 9862.0, 9827.0, 9863.0, 9826.0, 9878.0, 9832.0, 9837.0, 9904.0, 9809.0, 9899.0, 9807.0, 9868.0, 9803.0, 9851.0, 9809.0, 9841.0, 9833.0, 9872.0, 9840.0, 9932.0, 9837.0, 9888.0, 9833.0, 9857.0, 9894.0, 9841.0, 9891.0, 9808.0, 9894.0, 9808.0, 9865.0, 9830.0, 9875.0, 9826.0, 9854.0, 9819.0, 9842.0, 9857.0, 9852.0, 9906.0, 9837.0, 9931.0, 9831.0, 9921.0, 9855.0, 9933.0, 9872.0, 9845.0, 9869.0, 9843.0, 9878.0, 9880.0, 9851.0, 9922.0, 9940.0, 9892.0, 9945.0, 9930.0, 10003.0, 9954.0, 9963.0, 9918.0, 9866.0, 9913.0, 9861.0, 9923.0, 9864.0, 9898.0, 9833.0, 9875.0, 9806.0, 9805.0, 9766.0, 9771.0, 9771.0, 9731.0, 9752.0, 9716.0, 9725.0, 9752.0, 9757.0, 9798.0, 9781.0, 9807.0, 9821.0, 9796.0, 9805.0, 9797.0, 9851.0, 9819.0, 9873.0, 9830.0, 9814.0, 9877.0, 9779.0, 9856.0, 9782.0, 9796.0, 9851.0, 9752.0, 9834.0, 9752.0, 9784.0, 9756.0, 9806.0, 9798.0, 9828.0, 9826.0, 9855.0, 9844.0, 9869.0, 9831.0, 9912.0, 9853.0, 9887.0, 9859.0, 9837.0, 9942.0, 9862.0, 9874.0, 9889.0, 9857.0, 9838.0, 9804.0, 9786.0, 9791.0, 9775.0, 9828.0, 9817.0, 9872.0, 9837.0, 9876.0, 9838.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.006114518348623853</td></tr>
<tr><td colspan=3>aqi</td><td>0.03715043096330275</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.40772139590119</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2952403103214691</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0587991641102186</td></tr>
<tr><td colspan=3>efc</td><td>0.5078</td></tr>
<tr><td colspan=3>fber</td><td>3600.4236</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12725523907672445</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>109</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.5</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.471339076156318</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.356042580191204</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6861932086834357</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.371781439594314</td></tr>
<tr><td colspan=3>gcor</td><td>0.0235598</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02388736605644226</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04738245904445648</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.034508225385539</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>16.2352</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.4699</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>235.6834</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294557.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1117.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.9075</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5303</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>580.6205</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3663.6645</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3844.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81987.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1359.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4789.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.7745</td></tr>
<tr><td colspan=3>tsnr</td><td>31.3313680998981</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>