ds005256-mriqc/sub-0077_ses-01_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter f7ba70ace4 [DATALAD RUNCMD] Compute MRIQC for sub-0077
=== 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-0077 --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-0077",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:24:42 +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-0077_ses-01_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0077_ses-01_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-01/func/sub-0077_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>9062d20720349aa3ab476af24b69cb11</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>16:28:52.660000</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.999679, -0.018177, 0.0176326, 0.0179731, 0.999771, 0.0116516]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0821419</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7723, -7241, 703, -47, -90, -63, 23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 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>232.593</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a58e25d9-eaaf-48f1-8530-4e979fc50261||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.6820664405822754, 0.04822053760290146, 0.04816905036568642, 108.258056640625], [0.048767462372779846, 2.6823112964630127, 0.030593503266572952, -89.70439910888672], [0.0473070964217186, -0.031260330229997635, 2.699396848678589, -64.2834701538086], [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': ['162852.660000', '162853.120000', '162853.580000', '162854.040000', '162854.500000', '162854.960000', '162855.420000', '162855.880000', '162856.340000', '162856.800000', '162857.260000', '162857.720000', '162858.180000', '162858.640000', '162859.100000', '162859.560000', '162900.020000', '162900.480000', '162900.940000', '162901.400000', '162901.860000', '162902.320000', '162902.780000', '162903.240000', '162903.700000', '162904.160000', '162904.620000', '162905.080000', '162905.540000', '162906.000000', '162906.460000', '162906.920000', '162907.380000', '162907.840000', '162908.300000', '162908.760000', '162909.220000', '162909.680000', '162910.140000', '162910.600000', '162911.060000', '162911.520000', '162911.980000', '162912.440000', '162912.900000', '162913.360000', '162913.820000', '162914.280000', '162914.740000', '162915.200000', '162915.660000', '162916.120000', '162916.580000', '162917.040000', '162917.500000', '162917.960000', '162918.420000', '162918.880000', '162919.340000', '162919.800000', '162920.260000', '162920.720000', '162921.180000', '162921.640000', '162922.100000', '162922.560000', '162923.020000', '162923.480000', '162923.940000', '162924.400000', '162924.860000', '162925.320000', '162925.780000', '162926.240000', '162926.700000', '162927.160000', '162927.620000', '162928.080000', '162928.540000', '162929.000000', '162929.460000', '162929.920000', '162930.380000', '162930.840000', '162931.300000', '162931.760000', '162932.220000', '162932.680000', '162933.140000', '162933.600000', '162934.060000', '162934.520000', '162934.980000', '162935.440000', '162935.900000', '162936.360000', '162936.820000', '162937.280000', '162937.740000', '162938.200000', '162938.660000', '162939.120000', '162939.580000', '162940.040000', '162940.500000', '162940.960000', '162941.420000', '162941.880000', '162942.340000', '162942.800000', '162943.260000', '162943.720000', '162944.180000', '162944.640000', '162945.100000', '162945.560000', '162946.020000', '162946.480000', '162946.940000', '162947.400000', '162947.860000', '162948.320000', '162948.780000', '162949.240000', '162949.700000', '162950.160000', '162950.620000', '162951.080000', '162951.540000', '162952.000000', '162952.460000', '162952.920000', '162953.380000', '162953.840000', '162954.300000', '162954.760000', '162955.220000', '162955.680000', '162956.140000', '162956.600000', '162957.060000', '162957.520000', '162957.980000', '162958.440000', '162958.900000', '162959.360000', '162959.820000', '163000.280000', '163000.740000', '163001.200000', '163001.660000', '163002.120000', '163002.580000', '163003.040000', '163003.500000', '163003.960000', '163004.420000', '163004.880000', '163005.340000', '163005.800000', '163006.260000', '163006.720000', '163007.180000', '163007.640000', '163008.100000', '163008.560000', '163009.020000', '163009.480000', '163009.940000', '163010.400000', '163010.860000', '163011.320000', '163011.780000', '163012.240000', '163012.700000', '163013.160000', '163013.620000', '163014.080000', '163014.540000', '163015.000000', '163015.460000', '163015.920000', '163016.380000', '163016.840000', '163017.300000', '163017.760000', '163018.220000', '163018.680000', '163019.140000', '163019.600000', '163020.060000', '163020.520000', '163020.980000', '163021.440000', '163021.900000', '163022.360000', '163022.820000', '163023.280000', '163023.740000', '163024.200000', '163024.660000', '163025.120000', '163025.580000', '163026.040000', '163026.500000', '163026.960000', '163027.420000', '163027.880000', '163028.340000', '163028.800000', '163029.260000', '163029.720000', '163030.180000', '163030.640000', '163031.100000', '163031.560000', '163032.020000', '163032.480000', '163032.940000', '163033.400000', '163033.860000', '163034.320000', '163034.780000', '163035.240000', '163035.700000', '163036.160000', '163036.620000', '163037.080000', '163037.540000', '163038.000000', '163038.460000', '163038.920000', '163039.380000', '163039.840000', '163040.300000', '163040.760000', '163041.220000', '163041.680000', '163042.140000', '163042.600000', '163043.060000', '163043.520000', '163043.980000', '163044.440000', '163044.900000', '163045.360000', '163045.820000', '163046.280000', '163046.740000', '163047.200000', '163047.660000', '163048.120000', '163048.580000', '163049.040000', '163049.500000', '163049.960000', '163050.420000', '163050.880000', '163051.340000', '163051.800000', '163052.260000', '163052.720000', '163053.180000', '163053.640000', '163054.100000', '163054.560000', '163055.020000', '163055.480000', '163055.940000', '163056.400000', '163056.860000', '163057.320000', '163057.780000', '163058.240000', '163058.700000', '163059.160000', '163059.620000', '163100.080000', '163100.540000', '163101.000000', '163101.460000', '163101.920000', '163102.380000', '163102.840000', '163103.300000', '163103.760000', '163104.220000', '163104.680000', '163105.140000', '163105.600000', '163106.060000', '163106.520000', '163106.980000', '163107.440000', '163107.900000', '163108.360000', '163108.820000', '163109.280000', '163109.740000', '163110.200000', '163110.660000', '163111.120000', '163111.580000', '163112.040000', '163112.500000', '163112.960000', '163113.420000', '163113.880000', '163114.340000', '163114.800000', '163115.260000', '163115.720000', '163116.180000', '163116.640000', '163117.100000', '163117.560000', '163118.020000', '163118.480000', '163118.940000', '163119.400000', '163119.860000', '163120.320000', '163120.780000', '163121.240000', '163121.700000', '163122.160000', '163122.620000', '163123.080000', '163123.540000', '163124.000000', '163124.460000', '163124.920000', '163125.380000', '163125.840000', '163126.300000', '163126.760000', '163127.220000', '163127.680000', '163128.140000', '163128.600000', '163129.060000', '163129.520000', '163129.980000', '163130.440000', '163130.900000', '163131.360000', '163131.820000', '163132.280000', '163132.740000', '163133.200000', '163133.660000', '163134.120000', '163134.580000', '163135.040000', '163135.500000', '163135.960000', '163136.420000', '163136.880000', '163137.340000', '163137.800000', '163138.260000', '163138.720000', '163139.180000', '163139.640000', '163140.100000', '163140.560000', '163141.020000', '163141.480000', '163141.940000', '163142.400000', '163142.860000', '163143.320000', '163143.780000', '163144.240000', '163144.700000', '163145.160000', '163145.620000', '163146.080000', '163146.540000', '163147.000000', '163147.460000', '163147.920000', '163148.380000', '163148.840000', '163149.300000', '163149.760000', '163150.220000', '163150.680000', '163151.140000', '163151.600000', '163152.060000', '163152.520000', '163152.980000', '163153.440000', '163153.900000', '163154.360000', '163154.820000', '163155.280000', '163155.740000', '163156.200000', '163156.660000', '163157.120000', '163157.580000', '163158.040000', '163158.500000', '163158.960000', '163159.420000', '163159.880000', '163200.340000', '163200.800000', '163201.260000', '163201.720000', '163202.180000', '163202.640000', '163203.100000', '163203.560000', '163204.020000', '163204.480000', '163204.940000', '163205.400000', '163205.860000', '163206.320000', '163206.780000', '163207.240000', '163207.700000', '163208.160000', '163208.620000', '163209.080000', '163209.540000', '163210.000000', '163210.460000', '163210.920000', '163211.380000', '163211.840000', '163212.300000', '163212.760000', '163213.220000', '163213.680000', '163214.140000', '163214.600000', '163215.060000', '163215.520000', '163215.980000', '163216.440000', '163216.900000', '163217.360000', '163217.820000', '163218.280000', '163218.740000', '163219.200000', '163219.660000', '163220.120000', '163220.580000', '163221.040000', '163221.500000', '163221.960000', '163222.420000', '163222.880000', '163223.340000', '163223.800000', '163224.260000', '163224.720000', '163225.180000', '163225.640000', '163226.100000', '163226.560000', '163227.020000', '163227.480000', '163227.940000', '163228.400000', '163228.860000', '163229.320000', '163229.780000', '163230.240000', '163230.700000', '163231.160000', '163231.620000', '163232.080000', '163232.540000', '163233.000000', '163233.460000', '163233.920000', '163234.380000', '163234.840000', '163235.300000', '163235.760000', '163236.220000', '163236.680000', '163237.140000', '163237.600000', '163238.060000', '163238.520000', '163238.980000', '163239.440000', '163239.900000', '163240.360000', '163240.820000', '163241.280000', '163241.740000', '163242.200000', '163242.660000', '163243.120000', '163243.580000', '163244.040000', '163244.500000', '163244.960000', '163245.420000', '163245.880000', '163246.340000', '163246.800000', '163247.260000', '163247.720000', '163248.180000', '163248.640000', '163249.100000', '163249.560000', '163250.020000', '163250.480000', '163250.940000', '163251.400000', '163251.860000', '163252.320000', '163252.780000', '163253.240000', '163253.700000', '163254.160000', '163254.620000', '163255.080000', '163255.540000', '163256.000000', '163256.460000', '163256.920000', '163257.380000', '163257.840000', '163258.300000', '163258.760000', '163259.220000', '163259.680000', '163300.140000', '163300.600000', '163301.060000', '163301.520000', '163301.980000', '163302.440000', '163302.900000', '163303.360000', '163303.820000', '163304.280000', '163304.740000', '163305.200000', '163305.660000', '163306.120000', '163306.580000', '163307.040000', '163307.500000', '163307.960000', '163308.420000', '163308.880000', '163309.340000', '163309.800000', '163310.260000', '163310.720000', '163311.180000', '163311.640000', '163312.100000', '163312.560000', '163313.020000', '163313.480000', '163313.940000', '163314.400000', '163314.860000', '163315.320000', '163315.780000', '163316.240000', '163316.700000', '163317.160000', '163317.620000', '163318.080000', '163318.540000', '163319.000000', '163319.460000', '163319.920000', '163320.380000', '163320.840000', '163321.300000', '163321.760000', '163322.220000', '163322.680000', '163323.140000', '163323.600000', '163324.060000', '163324.520000', '163324.980000', '163325.440000', '163325.900000', '163326.360000', '163326.820000', '163327.280000', '163327.740000', '163328.200000', '163328.660000', '163329.120000', '163329.580000', '163330.040000', '163330.500000', '163330.960000', '163331.420000', '163331.880000', '163332.340000', '163332.800000', '163333.260000', '163333.720000', '163334.180000', '163334.640000', '163335.100000', '163335.560000', '163336.020000', '163336.480000', '163336.940000', '163337.400000', '163337.860000', '163338.320000', '163338.780000', '163339.240000', '163339.700000', '163340.160000', '163340.620000', '163341.080000', '163341.540000', '163342.000000', '163342.460000', '163342.920000', '163343.380000', '163343.840000', '163344.300000', '163344.760000', '163345.220000', '163345.680000', '163346.140000', '163346.600000', '163347.060000', '163347.520000', '163347.980000', '163348.440000', '163348.900000', '163349.360000', '163349.820000', '163350.280000', '163350.740000', '163351.200000', '163351.660000', '163352.120000', '163352.580000', '163353.040000', '163353.500000', '163353.960000', '163354.420000', '163354.880000', '163355.340000', '163355.800000', '163356.260000', '163356.720000', '163357.180000', '163357.640000', '163358.100000', '163358.560000', '163359.020000', '163359.480000', '163359.940000', '163400.400000', '163400.860000', '163401.320000', '163401.780000', '163402.240000', '163402.700000', '163403.160000', '163403.620000', '163404.080000', '163404.540000', '163405.000000', '163405.460000', '163405.920000', '163406.380000', '163406.840000', '163407.300000', '163407.760000', '163408.220000', '163408.680000', '163409.140000', '163409.600000', '163410.060000', '163410.520000', '163410.980000', '163411.440000', '163411.900000', '163412.360000', '163412.820000', '163413.280000', '163413.740000', '163414.200000', '163414.660000', '163415.120000', '163415.580000', '163416.040000', '163416.500000', '163416.960000', '163417.420000', '163417.880000', '163418.340000', '163418.800000', '163419.260000', '163419.720000', '163420.180000', '163420.640000', '163421.100000', '163421.560000', '163422.020000', '163422.480000', '163422.940000', '163423.400000', '163423.860000', '163424.320000', '163424.780000', '163425.240000', '163425.700000', '163426.160000', '163426.620000', '163427.080000', '163427.540000', '163428.000000', '163428.460000', '163428.920000', '163429.380000', '163429.840000', '163430.300000', '163430.760000', '163431.220000', '163431.680000', '163432.140000', '163432.600000', '163433.060000', '163433.520000', '163433.980000', '163434.440000', '163434.900000', '163435.360000', '163435.820000', '163436.280000', '163436.740000', '163437.200000', '163437.660000', '163438.120000', '163438.580000', '163439.040000', '163439.500000', '163439.960000', '163440.420000', '163440.880000', '163441.340000', '163441.800000', '163442.260000', '163442.720000', '163443.180000', '163443.640000', '163444.100000', '163444.560000', '163445.020000', '163445.480000', '163445.940000', '163446.400000', '163446.860000', '163447.320000', '163447.780000', '163448.240000', '163448.700000', '163449.160000', '163449.620000', '163450.080000', '163450.540000', '163451.000000', '163451.460000', '163451.920000', '163452.380000', '163452.840000', '163453.300000', '163453.760000', '163454.220000', '163454.680000', '163455.140000', '163455.600000', '163456.060000', '163456.520000', '163456.980000', '163457.440000', '163457.900000', '163458.360000', '163458.820000', '163459.280000', '163459.740000', '163500.200000', '163500.660000', '163501.120000', '163501.580000', '163502.040000', '163502.500000', '163502.960000', '163503.420000', '163503.880000', '163504.340000', '163504.800000', '163505.260000', '163505.720000', '163506.180000', '163506.640000', '163507.100000', '163507.560000', '163508.020000', '163508.480000', '163508.940000', '163509.400000', '163509.860000', '163510.320000', '163510.780000', '163511.240000', '163511.700000', '163512.160000', '163512.620000', '163513.080000', '163513.540000', '163514.000000', '163514.460000', '163514.920000', '163515.380000', '163515.840000', '163516.300000', '163516.760000', '163517.220000', '163517.680000', '163518.140000', '163518.600000', '163519.060000', '163519.520000', '163519.980000', '163520.440000', '163520.900000', '163521.360000', '163521.820000', '163522.280000', '163522.740000', '163523.200000', '163523.660000', '163524.120000', '163524.580000', '163525.040000', '163525.500000', '163525.960000', '163526.420000', '163526.880000', '163527.340000', '163527.800000', '163528.260000', '163528.720000', '163529.180000', '163529.640000', '163530.100000', '163530.560000', '163531.020000', '163531.480000', '163531.940000', '163532.400000', '163532.860000', '163533.320000'], 'ContentTime': ['162915.373000', '162915.377000', '162915.380000', '162915.382000', '162915.385000', '162915.388000', '162915.390000', '162915.393000', '162915.395000', '162915.398000', '162915.401000', '162915.404000', '162915.407000', '162915.409000', '162915.412000', '162915.415000', '162915.418000', '162915.421000', '162915.423000', '162915.426000', '162915.428000', '162915.431000', '162915.433000', '162915.436000', '162915.439000', '162915.441000', '162915.444000', '162915.446000', '162915.449000', '162915.451000', '162915.454000', '162915.457000', '162915.459000', '162915.462000', '162915.464000', '162915.467000', '162915.469000', '162915.472000', '162915.475000', '162915.477000', '162915.480000', '162915.482000', '162915.485000', '162915.487000', '162915.490000', '162915.493000', '162935.339000', '162935.342000', '162935.345000', '162935.348000', '162935.350000', '162935.353000', '162935.356000', '162935.358000', '162935.361000', '162935.364000', '162935.366000', '162935.369000', '162935.371000', '162935.374000', '162935.377000', '162935.379000', '162935.382000', '162935.384000', '162935.387000', '162935.390000', '162935.392000', '162935.395000', '162935.398000', '162935.400000', '162935.403000', '162935.405000', '162935.408000', '162935.410000', '162935.413000', '162935.416000', '162935.418000', '162935.421000', '162935.423000', '162935.426000', '162935.428000', '162935.431000', '162935.433000', '162935.436000', '162935.439000', '162935.441000', '162935.451000', '162935.454000', '162935.457000', '162935.459000', '162955.339000', '162955.342000', '162955.345000', '162955.347000', '162955.350000', '162955.353000', '162955.355000', '162955.358000', '162955.360000', '162955.363000', '162955.366000', '162955.368000', '162955.371000', '162955.374000', '162955.376000', '162955.379000', '162955.381000', '162955.384000', '162955.386000', '162955.389000', '162955.392000', '162955.394000', '162955.397000', '162955.399000', '162955.402000', '162955.405000', '162955.408000', '162955.411000', '162955.414000', '162955.417000', '162955.420000', '162955.422000', '162955.425000', '162955.427000', '162955.430000', '162955.433000', '162955.435000', '162955.438000', '162955.446000', '162955.448000', '162955.451000', '162955.454000', '162955.457000', '163015.339000', '163015.343000', '163015.345000', '163015.348000', '163015.350000', '163015.353000', '163015.355000', '163015.358000', '163015.361000', '163015.363000', '163015.366000', '163015.369000', '163015.371000', '163015.374000', '163015.377000', '163015.379000', '163015.382000', '163015.384000', '163015.387000', '163015.389000', '163015.392000', '163015.395000', '163015.397000', '163015.400000', '163015.403000', '163015.405000', '163015.408000', '163015.410000', '163015.413000', '163015.416000', '163015.426000', '163015.428000', '163015.431000', '163015.433000', '163015.436000', '163015.439000', '163015.441000', '163015.444000', '163015.446000', '163015.449000', '163015.452000', '163015.454000', '163015.457000', '163015.459000', '163035.340000', '163035.342000', '163035.345000', '163035.348000', '163035.351000', '163035.353000', '163035.356000', '163035.358000', '163035.361000', '163035.364000', '163035.367000', '163035.370000', '163035.372000', '163035.376000', '163035.379000', '163035.381000', '163035.384000', '163035.387000', '163035.389000', '163035.392000', '163035.394000', '163035.397000', '163035.400000', '163035.402000', '163035.405000', '163035.408000', '163035.410000', '163035.413000', '163035.415000', '163035.418000', '163035.421000', '163035.423000', '163035.426000', '163035.428000', '163035.431000', '163035.434000', '163035.436000', '163035.439000', '163035.449000', '163035.452000', '163035.454000', '163035.457000', '163035.460000', '163055.340000', '163055.343000', '163055.346000', '163055.349000', '163055.351000', '163055.354000', '163055.357000', '163055.359000', '163055.362000', '163055.364000', '163055.367000', '163055.370000', '163055.372000', '163055.375000', '163055.377000', '163055.380000', '163055.383000', '163055.385000', '163055.388000', '163055.390000', '163055.393000', '163055.396000', '163055.398000', '163055.401000', '163055.404000', '163055.406000', '163055.409000', '163055.411000', '163055.414000', '163055.417000', '163055.419000', '163055.422000', '163055.425000', '163055.427000', '163055.430000', '163055.432000', '163055.435000', '163055.438000', '163055.440000', '163055.443000', '163055.445000', '163055.448000', '163055.451000', '163055.453000', '163115.339000', '163115.342000', '163115.345000', '163115.348000', '163115.378000', '163115.380000', '163115.383000', '163115.386000', '163115.388000', '163115.391000', '163115.393000', '163115.396000', '163115.399000', '163115.401000', '163115.404000', '163115.406000', '163115.409000', '163115.412000', '163115.414000', '163115.417000', '163115.420000', '163115.422000', '163115.425000', '163115.427000', '163115.430000', '163115.432000', '163115.435000', '163115.438000', '163115.440000', '163115.443000', '163115.446000', '163115.448000', '163115.451000', '163115.454000', '163115.457000', '163115.459000', '163115.462000', '163115.464000', '163115.467000', '163115.469000', '163115.472000', '163115.475000', '163115.477000', '163135.339000', '163135.342000', '163135.345000', '163135.348000', '163135.350000', '163135.353000', '163135.355000', '163135.358000', '163135.361000', '163135.363000', '163135.366000', '163135.368000', '163135.371000', '163135.373000', '163135.376000', '163135.379000', '163135.381000', '163135.384000', '163135.386000', '163135.389000', '163135.391000', '163135.394000', '163135.396000', '163135.399000', '163135.402000', '163135.404000', '163135.407000', '163135.409000', '163135.412000', '163135.415000', '163135.417000', '163135.420000', '163135.423000', '163135.425000', '163135.428000', '163135.431000', '163135.433000', '163135.436000', '163135.438000', '163135.441000', '163135.444000', '163135.446000', '163135.449000', '163135.452000', '163155.339000', '163155.342000', '163155.345000', '163155.348000', '163155.350000', '163155.353000', '163155.356000', '163155.358000', '163155.361000', '163155.363000', '163155.366000', '163155.369000', '163155.371000', '163155.374000', '163155.376000', '163155.379000', '163155.382000', '163155.384000', '163155.387000', '163155.390000', '163155.392000', '163155.395000', '163155.397000', '163155.400000', '163155.403000', '163155.405000', '163155.408000', '163155.410000', '163155.413000', '163155.416000', '163155.418000', '163155.421000', '163155.424000', '163155.426000', '163155.429000', '163155.431000', '163155.434000', '163155.437000', '163155.439000', '163155.442000', '163155.445000', '163155.447000', '163155.450000', '163215.340000', '163215.342000', '163215.345000', '163215.348000', '163215.351000', '163215.353000', '163215.356000', '163215.358000', '163215.361000', '163215.364000', '163215.366000', '163215.369000', '163215.372000', '163215.374000', '163215.377000', '163215.380000', '163215.382000', '163215.385000', '163215.387000', '163215.390000', '163215.393000', '163215.395000', '163215.398000', '163215.400000', '163215.403000', '163215.406000', '163215.408000', '163215.411000', '163215.413000', '163215.416000', '163215.419000', '163215.421000', '163215.424000', '163215.427000', '163215.429000', '163215.432000', '163215.434000', '163215.437000', '163215.440000', '163215.443000', '163215.445000', '163215.448000', '163215.450000', '163215.453000', '163235.339000', '163235.342000', '163235.345000', '163235.348000', '163235.350000', '163235.353000', '163235.356000', '163235.358000', '163235.361000', '163235.363000', '163235.366000', '163235.369000', '163235.371000', '163235.374000', '163235.377000', '163235.379000', '163235.382000', '163235.384000', '163235.387000', '163235.390000', '163235.392000', '163235.395000', '163235.398000', '163235.400000', '163235.403000', '163235.405000', '163235.408000', '163235.411000', '163235.413000', '163235.422000', '163235.425000', '163235.427000', '163235.430000', '163235.433000', '163235.435000', '163235.438000', '163235.440000', '163235.443000', '163235.446000', '163235.448000', '163235.451000', '163235.453000', '163235.456000', '163255.340000', '163255.343000', '163255.345000', '163255.348000', '163255.350000', '163255.353000', '163255.356000', '163255.358000', '163255.361000', '163255.364000', '163255.366000', '163255.369000', '163255.371000', '163255.374000', '163255.377000', '163255.380000', '163255.382000', '163255.385000', '163255.387000', '163255.390000', '163255.393000', '163255.395000', '163255.398000', '163255.401000', '163255.403000', '163255.406000', '163255.408000', '163255.411000', '163255.413000', '163255.416000', '163255.419000', '163255.421000', '163255.424000', '163255.427000', '163255.429000', '163255.432000', '163255.434000', '163255.437000', '163255.440000', '163255.442000', '163255.445000', '163255.447000', '163255.450000', '163255.453000', '163315.341000', '163315.343000', '163315.346000', '163315.349000', '163315.351000', '163315.354000', '163315.356000', '163315.359000', '163315.362000', '163315.364000', '163315.367000', '163315.370000', '163315.372000', '163315.375000', '163315.378000', '163315.380000', '163315.383000', '163315.386000', '163315.388000', '163315.391000', '163315.393000', '163315.396000', '163315.399000', '163315.401000', '163315.404000', '163315.406000', '163315.409000', '163315.412000', '163315.414000', '163315.417000', '163315.419000', '163315.422000', '163315.425000', '163315.427000', '163315.430000', '163315.432000', '163315.435000', '163315.437000', '163315.440000', '163315.442000', '163315.445000', '163315.447000', '163315.450000', '163335.340000', '163335.342000', '163335.345000', '163335.348000', '163335.350000', '163335.353000', '163335.355000', '163335.358000', '163335.361000', '163335.363000', '163335.366000', '163335.368000', '163335.371000', '163335.374000', '163335.376000', '163335.379000', '163335.382000', '163335.384000', '163335.387000', '163335.389000', '163335.392000', '163335.395000', '163335.397000', '163335.400000', '163335.403000', '163335.405000', '163335.408000', '163335.411000', '163335.413000', '163335.416000', '163335.418000', '163335.421000', '163335.424000', '163335.426000', '163335.429000', '163335.431000', '163335.434000', '163335.436000', '163335.439000', '163335.442000', '163335.444000', '163335.447000', '163335.450000', '163335.452000', '163355.339000', '163355.342000', '163355.345000', '163355.348000', '163355.350000', '163355.353000', '163355.355000', '163355.358000', '163355.361000', '163355.363000', '163355.366000', '163355.368000', '163355.371000', '163355.374000', '163355.376000', '163355.379000', '163355.382000', '163355.384000', '163355.387000', '163355.389000', '163355.392000', '163355.395000', '163355.397000', '163355.400000', '163355.402000', '163355.405000', '163355.408000', '163355.410000', '163355.413000', '163355.415000', '163355.418000', '163355.421000', '163355.423000', '163355.426000', '163355.429000', '163355.431000', '163355.434000', '163355.436000', '163355.439000', '163355.442000', '163355.444000', '163355.447000', '163355.450000', '163415.340000', '163415.343000', '163415.345000', '163415.348000', '163415.351000', '163415.353000', '163415.356000', '163415.358000', '163415.361000', '163415.364000', '163415.366000', '163415.369000', '163415.372000', '163415.374000', '163415.377000', '163415.379000', '163415.382000', '163415.385000', '163415.387000', '163415.390000', '163415.393000', '163415.395000', '163415.398000', '163415.401000', '163415.403000', '163415.406000', '163415.408000', '163415.411000', '163415.414000', '163415.416000', '163415.419000', '163415.422000', '163415.424000', '163415.427000', '163415.429000', '163415.432000', '163415.435000', '163415.437000', '163415.440000', '163415.442000', '163415.445000', '163415.448000', '163415.450000', '163415.453000', '163435.339000', '163435.342000', '163435.345000', '163435.348000', '163435.350000', '163435.353000', '163435.355000', '163435.358000', '163435.361000', '163435.363000', '163435.366000', '163435.368000', '163435.371000', '163435.374000', '163435.376000', '163435.379000', '163435.381000', '163435.384000', '163435.386000', '163435.389000', '163435.392000', '163435.394000', '163435.397000', '163435.399000', '163435.402000', '163435.404000', '163435.407000', '163435.409000', '163435.412000', '163435.415000', '163435.417000', '163435.420000', '163435.422000', '163435.425000', '163435.428000', '163435.430000', '163435.433000', '163435.436000', '163435.438000', '163435.441000', '163435.443000', '163435.446000', '163435.449000', '163455.340000', '163455.342000', '163455.345000', '163455.348000', '163455.350000', '163455.353000', '163455.355000', '163455.358000', '163455.361000', '163455.364000', '163455.366000', '163455.369000', '163455.372000', '163455.374000', '163455.379000', '163455.381000', '163455.384000', '163455.387000', '163455.389000', '163455.392000', '163455.395000', '163455.397000', '163455.400000', '163455.403000', '163455.405000', '163455.408000', '163455.410000', '163455.413000', '163455.416000', '163455.418000', '163455.421000', '163455.423000', '163455.426000', '163455.429000', '163455.432000', '163455.434000', '163455.437000', '163455.439000', '163455.442000', '163455.446000', '163455.449000', '163455.451000', '163455.454000', '163515.340000', '163515.343000', '163515.345000', '163515.348000', '163515.350000', '163515.353000', '163515.355000', '163515.358000', '163515.361000', '163515.363000', '163515.366000', '163515.368000', '163515.371000', '163515.373000', '163515.376000', '163515.379000', '163515.381000', '163515.384000', '163515.386000', '163515.389000', '163515.392000', '163515.394000', '163515.397000', '163515.399000', '163515.402000', '163515.404000', '163515.407000', '163515.410000', '163515.412000', '163515.415000', '163515.417000', '163515.420000', '163515.422000', '163515.425000', '163515.428000', '163515.430000', '163515.433000', '163515.435000', '163515.438000', '163515.440000', '163515.443000', '163515.446000', '163515.448000', '163515.451000', '163534.898000', '163534.901000', '163534.904000', '163534.907000', '163534.910000', '163534.913000', '163534.916000', '163534.920000', '163534.941000', '163534.943000', '163534.946000', '163534.950000', '163534.952000', '163534.955000', '163534.958000', '163534.961000', '163534.964000', '163534.967000', '163534.970000', '163534.972000', '163534.975000', '163534.977000', '163534.983000', '163534.986000', '163534.989000', '163534.992000', '163534.995000', '163534.997000', '163535.000000', '163535.003000', '163535.005000', '163535.008000', '163535.011000', '163535.013000', '163535.016000', '163535.019000', '163535.028000', '163535.031000', '163535.033000', '163535.036000', '163535.039000', '163535.042000', '163535.045000'], 'InstanceCreationTime': ['162915.373000', '162915.377000', '162915.380000', '162915.382000', '162915.385000', '162915.388000', '162915.390000', '162915.393000', '162915.395000', '162915.398000', '162915.401000', '162915.404000', '162915.407000', '162915.409000', '162915.412000', '162915.415000', '162915.418000', '162915.421000', '162915.423000', '162915.426000', '162915.428000', '162915.431000', '162915.433000', '162915.436000', '162915.439000', '162915.441000', '162915.444000', '162915.446000', '162915.449000', '162915.451000', '162915.454000', '162915.457000', '162915.459000', '162915.462000', '162915.464000', '162915.467000', '162915.469000', '162915.472000', '162915.475000', '162915.477000', '162915.480000', '162915.482000', '162915.485000', '162915.487000', '162915.490000', '162915.493000', '162935.339000', '162935.342000', '162935.345000', '162935.348000', '162935.350000', '162935.353000', '162935.356000', '162935.358000', '162935.361000', '162935.364000', '162935.366000', '162935.369000', '162935.371000', '162935.374000', '162935.377000', '162935.379000', '162935.382000', '162935.384000', '162935.387000', '162935.390000', '162935.392000', '162935.395000', '162935.398000', '162935.400000', '162935.403000', '162935.405000', '162935.408000', '162935.410000', '162935.413000', '162935.416000', '162935.418000', '162935.421000', '162935.423000', '162935.426000', '162935.428000', '162935.431000', '162935.433000', '162935.436000', '162935.439000', '162935.441000', '162935.451000', '162935.454000', '162935.457000', '162935.459000', '162955.339000', '162955.342000', '162955.345000', '162955.347000', '162955.350000', '162955.353000', '162955.355000', '162955.358000', '162955.360000', '162955.363000', '162955.366000', '162955.368000', '162955.371000', '162955.374000', '162955.376000', '162955.379000', '162955.381000', '162955.384000', '162955.386000', '162955.389000', '162955.392000', '162955.394000', '162955.397000', '162955.399000', '162955.402000', '162955.405000', '162955.408000', '162955.411000', '162955.414000', '162955.417000', '162955.420000', '162955.422000', '162955.425000', '162955.427000', '162955.430000', '162955.433000', '162955.435000', '162955.438000', '162955.446000', '162955.448000', '162955.451000', '162955.454000', '162955.457000', '163015.339000', '163015.343000', '163015.345000', '163015.348000', '163015.350000', '163015.353000', '163015.355000', '163015.358000', '163015.361000', '163015.363000', '163015.366000', '163015.369000', '163015.371000', '163015.374000', '163015.377000', '163015.379000', '163015.382000', '163015.384000', '163015.387000', '163015.389000', '163015.392000', '163015.395000', '163015.397000', '163015.400000', '163015.403000', '163015.405000', '163015.408000', '163015.410000', '163015.413000', '163015.416000', '163015.426000', '163015.428000', '163015.431000', '163015.433000', '163015.436000', '163015.439000', '163015.441000', '163015.444000', '163015.446000', '163015.449000', '163015.452000', '163015.454000', '163015.457000', '163015.459000', '163035.340000', '163035.342000', '163035.345000', '163035.348000', '163035.351000', '163035.353000', '163035.356000', '163035.358000', '163035.361000', '163035.364000', '163035.367000', '163035.370000', '163035.372000', '163035.376000', '163035.379000', '163035.381000', '163035.384000', '163035.387000', '163035.389000', '163035.392000', '163035.394000', '163035.397000', '163035.400000', '163035.402000', '163035.405000', '163035.408000', '163035.410000', '163035.413000', '163035.415000', '163035.418000', '163035.421000', '163035.423000', '163035.426000', '163035.428000', '163035.431000', '163035.434000', '163035.436000', '163035.439000', '163035.449000', '163035.452000', '163035.454000', '163035.457000', '163035.460000', '163055.340000', '163055.343000', '163055.346000', '163055.349000', '163055.351000', '163055.354000', '163055.357000', '163055.359000', '163055.362000', '163055.364000', '163055.367000', '163055.370000', '163055.372000', '163055.375000', '163055.377000', '163055.380000', '163055.383000', '163055.385000', '163055.388000', '163055.390000', '163055.393000', '163055.396000', '163055.398000', '163055.401000', '163055.404000', '163055.406000', '163055.409000', '163055.411000', '163055.414000', '163055.417000', '163055.419000', '163055.422000', '163055.425000', '163055.427000', '163055.430000', '163055.432000', '163055.435000', '163055.438000', '163055.440000', '163055.443000', '163055.445000', '163055.448000', '163055.451000', '163055.453000', '163115.339000', '163115.342000', '163115.345000', '163115.348000', '163115.378000', '163115.380000', '163115.383000', '163115.386000', '163115.388000', '163115.391000', '163115.393000', '163115.396000', '163115.399000', '163115.401000', '163115.404000', '163115.406000', '163115.409000', '163115.412000', '163115.414000', '163115.417000', '163115.420000', '163115.422000', '163115.425000', '163115.427000', '163115.430000', '163115.432000', '163115.435000', '163115.438000', '163115.440000', '163115.443000', '163115.446000', '163115.448000', '163115.451000', '163115.454000', '163115.457000', '163115.459000', '163115.462000', '163115.464000', '163115.467000', '163115.469000', '163115.472000', '163115.475000', '163115.477000', '163135.339000', '163135.342000', '163135.345000', '163135.348000', '163135.350000', '163135.353000', '163135.355000', '163135.358000', '163135.361000', '163135.363000', '163135.366000', '163135.368000', '163135.371000', '163135.373000', '163135.376000', '163135.379000', '163135.381000', '163135.384000', '163135.386000', '163135.389000', '163135.391000', '163135.394000', '163135.396000', '163135.399000', '163135.402000', '163135.404000', '163135.407000', '163135.409000', '163135.412000', '163135.415000', '163135.417000', '163135.420000', '163135.423000', '163135.425000', '163135.428000', '163135.431000', '163135.433000', '163135.436000', '163135.438000', '163135.441000', '163135.444000', '163135.446000', '163135.449000', '163135.452000', '163155.339000', '163155.342000', '163155.345000', '163155.348000', '163155.350000', '163155.353000', '163155.356000', '163155.358000', '163155.361000', '163155.363000', '163155.366000', '163155.369000', '163155.371000', '163155.374000', '163155.376000', '163155.379000', '163155.382000', '163155.384000', '163155.387000', '163155.390000', '163155.392000', '163155.395000', '163155.397000', '163155.400000', '163155.403000', '163155.405000', '163155.408000', '163155.410000', '163155.413000', '163155.416000', '163155.418000', '163155.421000', '163155.424000', '163155.426000', '163155.429000', '163155.431000', '163155.434000', '163155.437000', '163155.439000', '163155.442000', '163155.445000', '163155.447000', '163155.450000', '163215.340000', '163215.342000', '163215.345000', '163215.348000', '163215.351000', '163215.353000', '163215.356000', '163215.358000', '163215.361000', '163215.364000', '163215.366000', '163215.369000', '163215.372000', '163215.374000', '163215.377000', '163215.380000', '163215.382000', '163215.385000', '163215.387000', '163215.390000', '163215.393000', '163215.395000', '163215.398000', '163215.400000', '163215.403000', '163215.406000', '163215.408000', '163215.411000', '163215.413000', '163215.416000', '163215.419000', '163215.421000', '163215.424000', '163215.427000', '163215.429000', '163215.432000', '163215.434000', '163215.437000', '163215.440000', '163215.443000', '163215.445000', '163215.448000', '163215.450000', '163215.453000', '163235.339000', '163235.342000', '163235.345000', '163235.348000', '163235.350000', '163235.353000', '163235.356000', '163235.358000', '163235.361000', '163235.363000', '163235.366000', '163235.369000', '163235.371000', '163235.374000', '163235.377000', '163235.379000', '163235.382000', '163235.384000', '163235.387000', '163235.390000', '163235.392000', '163235.395000', '163235.398000', '163235.400000', '163235.403000', '163235.405000', '163235.408000', '163235.411000', '163235.413000', '163235.422000', '163235.425000', '163235.427000', '163235.430000', '163235.433000', '163235.435000', '163235.438000', '163235.440000', '163235.443000', '163235.446000', '163235.448000', '163235.451000', '163235.453000', '163235.456000', '163255.340000', '163255.343000', '163255.345000', '163255.348000', '163255.350000', '163255.353000', '163255.356000', '163255.358000', '163255.361000', '163255.364000', '163255.366000', '163255.369000', '163255.371000', '163255.374000', '163255.377000', '163255.380000', '163255.382000', '163255.385000', '163255.387000', '163255.390000', '163255.393000', '163255.395000', '163255.398000', '163255.401000', '163255.403000', '163255.406000', '163255.408000', '163255.411000', '163255.413000', '163255.416000', '163255.419000', '163255.421000', '163255.424000', '163255.427000', '163255.429000', '163255.432000', '163255.434000', '163255.437000', '163255.440000', '163255.442000', '163255.445000', '163255.447000', '163255.450000', '163255.453000', '163315.341000', '163315.343000', '163315.346000', '163315.349000', '163315.351000', '163315.354000', '163315.356000', '163315.359000', '163315.362000', '163315.364000', '163315.367000', '163315.370000', '163315.372000', '163315.375000', '163315.378000', '163315.380000', '163315.383000', '163315.386000', '163315.388000', '163315.391000', '163315.393000', '163315.396000', '163315.399000', '163315.401000', '163315.404000', '163315.406000', '163315.409000', '163315.412000', '163315.414000', '163315.417000', '163315.419000', '163315.422000', '163315.425000', '163315.427000', '163315.430000', '163315.432000', '163315.435000', '163315.437000', '163315.440000', '163315.442000', '163315.445000', '163315.447000', '163315.450000', '163335.340000', '163335.342000', '163335.345000', '163335.348000', '163335.350000', '163335.353000', '163335.355000', '163335.358000', '163335.361000', '163335.363000', '163335.366000', '163335.368000', '163335.371000', '163335.374000', '163335.376000', '163335.379000', '163335.382000', '163335.384000', '163335.387000', '163335.389000', '163335.392000', '163335.395000', '163335.397000', '163335.400000', '163335.403000', '163335.405000', '163335.408000', '163335.411000', '163335.413000', '163335.416000', '163335.418000', '163335.421000', '163335.424000', '163335.426000', '163335.429000', '163335.431000', '163335.434000', '163335.436000', '163335.439000', '163335.442000', '163335.444000', '163335.447000', '163335.450000', '163335.452000', '163355.339000', '163355.342000', '163355.345000', '163355.348000', '163355.350000', '163355.353000', '163355.355000', '163355.358000', '163355.361000', '163355.363000', '163355.366000', '163355.368000', '163355.371000', '163355.374000', '163355.376000', '163355.379000', '163355.382000', '163355.384000', '163355.387000', '163355.389000', '163355.392000', '163355.395000', '163355.397000', '163355.400000', '163355.402000', '163355.405000', '163355.408000', '163355.410000', '163355.413000', '163355.415000', '163355.418000', '163355.421000', '163355.423000', '163355.426000', '163355.429000', '163355.431000', '163355.434000', '163355.436000', '163355.439000', '163355.442000', '163355.444000', '163355.447000', '163355.450000', '163415.340000', '163415.343000', '163415.345000', '163415.348000', '163415.351000', '163415.353000', '163415.356000', '163415.358000', '163415.361000', '163415.364000', '163415.366000', '163415.369000', '163415.372000', '163415.374000', '163415.377000', '163415.379000', '163415.382000', '163415.385000', '163415.387000', '163415.390000', '163415.393000', '163415.395000', '163415.398000', '163415.401000', '163415.403000', '163415.406000', '163415.408000', '163415.411000', '163415.414000', '163415.416000', '163415.419000', '163415.422000', '163415.424000', '163415.427000', '163415.429000', '163415.432000', '163415.435000', '163415.437000', '163415.440000', '163415.442000', '163415.445000', '163415.448000', '163415.450000', '163415.453000', '163435.339000', '163435.342000', '163435.345000', '163435.348000', '163435.350000', '163435.353000', '163435.355000', '163435.358000', '163435.361000', '163435.363000', '163435.366000', '163435.368000', '163435.371000', '163435.374000', '163435.376000', '163435.379000', '163435.381000', '163435.384000', '163435.386000', '163435.389000', '163435.392000', '163435.394000', '163435.397000', '163435.399000', '163435.402000', '163435.404000', '163435.407000', '163435.409000', '163435.412000', '163435.415000', '163435.417000', '163435.420000', '163435.422000', '163435.425000', '163435.428000', '163435.430000', '163435.433000', '163435.436000', '163435.438000', '163435.441000', '163435.443000', '163435.446000', '163435.449000', '163455.340000', '163455.342000', '163455.345000', '163455.348000', '163455.350000', '163455.353000', '163455.355000', '163455.358000', '163455.361000', '163455.364000', '163455.366000', '163455.369000', '163455.372000', '163455.374000', '163455.379000', '163455.381000', '163455.384000', '163455.387000', '163455.389000', '163455.392000', '163455.395000', '163455.397000', '163455.400000', '163455.403000', '163455.405000', '163455.408000', '163455.410000', '163455.413000', '163455.416000', '163455.418000', '163455.421000', '163455.423000', '163455.426000', '163455.429000', '163455.432000', '163455.434000', '163455.437000', '163455.439000', '163455.442000', '163455.446000', '163455.449000', '163455.451000', '163455.454000', '163515.340000', '163515.343000', '163515.345000', '163515.348000', '163515.350000', '163515.353000', '163515.355000', '163515.358000', '163515.361000', '163515.363000', '163515.366000', '163515.368000', '163515.371000', '163515.373000', '163515.376000', '163515.379000', '163515.381000', '163515.384000', '163515.386000', '163515.389000', '163515.392000', '163515.394000', '163515.397000', '163515.399000', '163515.402000', '163515.404000', '163515.407000', '163515.410000', '163515.412000', '163515.415000', '163515.417000', '163515.420000', '163515.422000', '163515.425000', '163515.428000', '163515.430000', '163515.433000', '163515.435000', '163515.438000', '163515.440000', '163515.443000', '163515.446000', '163515.448000', '163515.451000', '163534.898000', '163534.901000', '163534.904000', '163534.907000', '163534.910000', '163534.913000', '163534.916000', '163534.920000', '163534.941000', '163534.943000', '163534.946000', '163534.950000', '163534.952000', '163534.955000', '163534.958000', '163534.961000', '163534.964000', '163534.967000', '163534.970000', '163534.972000', '163534.975000', '163534.977000', '163534.983000', '163534.986000', '163534.989000', '163534.992000', '163534.995000', '163534.997000', '163535.000000', '163535.003000', '163535.005000', '163535.008000', '163535.011000', '163535.013000', '163535.016000', '163535.019000', '163535.028000', '163535.031000', '163535.033000', '163535.036000', '163535.039000', '163535.042000', '163535.045000'], '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': [17377, 12571, 19587, 16359, 16088, 10379, 12729, 11239, 13613, 13156, 15501, 8383, 11848, 7333, 14627, 18347, 16072, 19646, 13761, 15284, 11550, 15660, 12454, 16851, 10172, 12596, 15637, 11290, 18489, 14892, 14459, 10862, 13183, 9436, 15807, 18370, 15443, 16107, 10928, 13006, 10638, 15214, 11204, 14565, 9755, 9496, 17497, 13426, 15764, 11030, 13661, 8835, 11507, 14379, 13741, 20430, 15552, 15560, 11419, 11988, 9870, 15727, 16641, 13560, 17369, 11257, 16579, 13145, 16240, 11431, 14359, 9435, 14348, 17334, 14346, 15716, 11493, 15755, 11604, 16644, 12111, 16706, 10829, 13964, 9364, 12646, 17555, 14605, 17048, 12263, 15856, 11065, 16335, 11521, 16476, 10641, 14421, 9319, 14567, 18233, 15766, 16600, 13204, 12323, 9936, 13395, 10413, 15481, 9465, 11119, 13703, 10689, 17970, 12099, 15501, 10377, 16081, 12730, 16489, 10968, 14630, 10454, 13697, 19855, 16271, 16185, 12482, 12371, 9397, 15627, 20658, 16057, 14695, 11692, 11887, 10703, 15467, 11533, 15477, 9321, 13283, 15119, 14267, 18669, 15785, 15211, 10839, 12628, 13001, 15203, 14127, 13324, 12135, 9661, 18269, 14864, 16344, 11415, 14268, 9170, 11952, 18721, 15207, 13672, 9785, 11632, 12418, 9996, 17024, 13777, 14946, 10140, 12150, 16348, 13159, 17465, 14288, 14432, 9902, 11876, 14556, 12473, 17940, 14435, 14648, 11369, 13542, 9833, 15870, 13684, 15877, 9690, 10852, 9809, 12840, 17695, 15224, 15078, 11702, 17906, 12326, 17931, 13977, 14933, 9590, 11195, 9643, 13902, 17338, 14938, 14347, 11638, 17714, 11935, 16419, 12712, 14567, 8889, 11887, 9746, 14990, 17198, 14740, 12143, 9928, 18121, 14445, 17229, 14769, 15258, 10619, 13304, 14289, 14697, 18139, 15008, 12910, 10990, 11045, 8860, 15519, 12479, 15004, 9937, 9739, 19185, 13982, 16549, 11455, 13255, 8580, 9792, 15355, 11355, 17155, 14650, 13624, 10548, 12625, 10325, 15191, 11121, 15355, 8886, 11410, 9700, 13041, 18628, 15346, 17505, 11457, 13801, 10172, 15785, 14651, 14536, 10466, 9736, 18911, 13349, 17926, 12839, 15072, 9675, 10160, 18594, 13705, 17014, 11608, 13376, 8742, 10622, 8543, 14625, 16768, 16014, 11863, 10740, 18406, 14009, 15544, 15820, 13185, 17675, 11661, 11683, 9894, 12413, 15384, 12977, 11974, 10074, 10369, 9770, 13404, 11738, 15370, 11334, 14257, 10603, 16037, 16690, 16450, 15136, 10946, 17031, 12594, 16758, 14705, 15351, 11471, 9276, 18030, 13343, 16322, 11690, 13367, 9168, 9108, 19890, 14186, 15794, 12047, 13925, 10695, 10035, 18771, 15148, 14834, 10614, 12795, 12873, 9426, 16600, 12204, 14217, 12315, 14015, 13504, 10040, 14004, 11006, 14236, 12325, 13551, 10154, 11696, 9004, 14803, 11657, 16128, 8817, 10683, 10074, 14314, 16369, 15999, 9727, 12048, 18597, 13528, 13938, 17821, 13917, 14722, 10857, 10044, 8817, 13971, 18137, 15394, 15230, 11852, 13271, 10858, 16227, 14201, 15464, 11750, 9427, 18001, 13398, 15271, 12510, 12019, 15256, 9289, 12830, 10535, 13223, 10942, 14727, 8815, 9813, 17579, 13908, 16355, 14645, 12983, 10497, 12144, 12533, 14148, 14281, 12768, 16151, 10881, 15062, 10446, 14272, 9823, 9878, 18266, 14085, 16198, 12365, 14024, 9155, 10532, 17883, 14443, 16024, 13916, 13331, 9562, 10493, 9242, 15390, 11001, 14629, 11747, 11173, 17676, 15398, 16327, 11046, 13318, 12948, 10123, 16534, 13073, 14536, 12239, 12899, 9953, 11956, 8781, 14623, 11231, 14315, 10547, 10613, 17816, 15256, 16481, 14342, 13512, 9393, 11496, 12068, 12087, 19549, 14863, 15979, 10820, 13130, 10517, 15912, 13978, 14768, 10391, 13023, 13388, 13586, 17860, 14950, 12220, 9693, 10107, 16920, 12721, 14872, 13090, 12406, 9758, 10507, 9183, 13226, 11944, 15301, 10741, 14405, 10532, 15901, 12530, 16672, 10406, 13033, 16438, 12416, 18568, 15574, 14186, 11290, 10820, 8298, 11462, 14276, 12265, 18495, 14775, 14052, 10587, 15752, 10402, 16797, 14811, 16838, 11979, 15317, 11526, 16159, 17375, 14747, 18555, 11097, 12891, 9935, 14238, 17366, 12376, 15560, 10261, 11902, 9641, 13903, 9447, 13520, 10532, 9666, 16443, 12267, 15692, 13435, 14277, 11152, 12561, 9413, 12024, 13983, 12602, 17212, 13688, 15908, 10908, 16364, 13664, 15796, 10889, 14361, 13248, 10690, 17914, 15088, 14260, 11355, 13092, 9632, 16439, 14906, 16529, 10568, 11550, 18301, 13682, 17451, 14350, 14678, 9693, 11090, 15927, 11204, 18030, 15346, 14481, 11673, 12702, 10369, 15396, 17625, 14170, 16806, 11459, 12570, 9571, 14565, 16966, 14723, 18540, 11324, 13136, 10183, 14253, 13202, 14412, 14276, 9829, 17473, 12078, 13727, 14444, 12846, 17467, 12880, 14653, 11451, 13713, 11007, 15455, 10214, 13741, 13436, 11858, 20092, 14305, 17457, 11515, 16117, 12005, 15737, 12368, 15551, 11012, 13561, 18331, 13700, 16048, 11382, 13412, 16409, 12447, 12267, 10108, 13991, 10975, 13141, 10519, 13653, 9175, 11011, 9963, 10795, 16895, 13890, 14875, 13215, 13432, 10760, 12573, 9277, 13717, 16199, 15066, 15265, 12688, 14637, 12065, 14133, 11251, 14450, 11168, 13574, 9520, 13529, 11036, 16692, 11436, 16255, 13277, 14180, 19280, 16284, 16523, 12414, 13293, 14506, 14422, 18316, 15192, 15710, 11496, 14512, 11083, 15313, 12348, 10756, 18930, 15201, 16305, 13714, 14341, 10164, 14501, 8716, 15879, 12716, 15663, 14515, 10045, 9410, 18002, 15305, 14890, 11716, 14744, 10362, 16234, 12412, 15224, 8825, 12832, 12034, 13236, 16310, 14459, 15944, 10769, 14851, 11805, 14621, 10684, 13306, 8219, 13876, 10852, 17300, 10217, 11299, 9267, 12645, 9823, 8050, 16105, 19281, 15566, 16702, 13869, 14868, 14488, 10370, 19558, 13786, 17719, 15574, 14067, 18702, 10458, 13758, 9037, 12792, 15467, 13489, 15115, 10167, 11479, 8777, 12337, 14813, 11762, 17472, 13255, 15160, 9938, 14196, 11563, 15092, 8492, 10406, 8154, 12487, 18007, 15494, 16115, 13455, 13275, 8950, 11819, 16691, 13842, 19083, 13916, 17456, 11354, 16639, 10932, 14515, 9198, 9863, 14530, 13330, 16655, 13849, 13933, 10064, 18107, 13886, 17062, 11616, 13678, 14631, 10484, 18626, 15356, 14279, 9732, 11262, 16703, 13122, 16263, 11845, 12627, 8384, 10974, 15717, 12620, 14782, 10603, 13503, 9357, 14909, 16513, 13709, 15976, 11126, 11378, 9834, 13541, 12002, 10951, 19289, 12954, 14770, 10886, 13941, 10078, 14274, 8541, 11118, 14932, 11553, 17441, 14678], 'WindowCenter': [4050.0, 4015.0, 4032.0, 4010.0, 3997.0, 3975.0, 3985.0, 3973.0, 3996.0, 3984.0, 4008.0, 3967.0, 3998.0, 3956.0, 4008.0, 4006.0, 4008.0, 4006.0, 3996.0, 3995.0, 3984.0, 3995.0, 3984.0, 3995.0, 3963.0, 3984.0, 3993.0, 3973.0, 4003.0, 3994.0, 3983.0, 3974.0, 3984.0, 3951.0, 3995.0, 3993.0, 3994.0, 3991.0, 3962.0, 3981.0, 3973.0, 3994.0, 3973.0, 3983.0, 3962.0, 3963.0, 3993.0, 3984.0, 3994.0, 3975.0, 3983.0, 3964.0, 3985.0, 3993.0, 3995.0, 4005.0, 3994.0, 3993.0, 3973.0, 3972.0, 3961.0, 3994.0, 3994.0, 3983.0, 3993.0, 3973.0, 3993.0, 3983.0, 3993.0, 3973.0, 3994.0, 3963.0, 3995.0, 3994.0, 3995.0, 3994.0, 3977.0, 3994.0, 3974.0, 3994.0, 3984.0, 3995.0, 3973.0, 3995.0, 3962.0, 3985.0, 4005.0, 3995.0, 3994.0, 3985.0, 3994.0, 3974.0, 3995.0, 3974.0, 3995.0, 3974.0, 3995.0, 3964.0, 3996.0, 4005.0, 3995.0, 3994.0, 3984.0, 3984.0, 3962.0, 3984.0, 3975.0, 3996.0, 3977.0, 3988.0, 3996.0, 3976.0, 4006.0, 3986.0, 4007.0, 3977.0, 4007.0, 3997.0, 4007.0, 3976.0, 4008.0, 3975.0, 3996.0, 4007.0, 3996.0, 3994.0, 3986.0, 3986.0, 3952.0, 4007.0, 4004.0, 3994.0, 3982.0, 3973.0, 3971.0, 3973.0, 3994.0, 3973.0, 3994.0, 3964.0, 3995.0, 3994.0, 3995.0, 4006.0, 3994.0, 3993.0, 3962.0, 3972.0, 3982.0, 3993.0, 3982.0, 3983.0, 3972.0, 3963.0, 3993.0, 3994.0, 3993.0, 3972.0, 3983.0, 3952.0, 3986.0, 4004.0, 3992.0, 3982.0, 3961.0, 3972.0, 3970.0, 3962.0, 3994.0, 3986.0, 3994.0, 3963.0, 3984.0, 3993.0, 3984.0, 3994.0, 3983.0, 3983.0, 3962.0, 3973.0, 3982.0, 3984.0, 3993.0, 3986.0, 3982.0, 3977.0, 3983.0, 3963.0, 3995.0, 3983.0, 3995.0, 3963.0, 3974.0, 3963.0, 3986.0, 4006.0, 3997.0, 3995.0, 3986.0, 4005.0, 3986.0, 4006.0, 3995.0, 3994.0, 3964.0, 3974.0, 3963.0, 3996.0, 4005.0, 3996.0, 3994.0, 3985.0, 4005.0, 3984.0, 4005.0, 3985.0, 3993.0, 3964.0, 3985.0, 3964.0, 3996.0, 4005.0, 3996.0, 3985.0, 3975.0, 4005.0, 3996.0, 3995.0, 3995.0, 3994.0, 3963.0, 3983.0, 3983.0, 3994.0, 3993.0, 3983.0, 3972.0, 3972.0, 3972.0, 3952.0, 3994.0, 3983.0, 3994.0, 3962.0, 3966.0, 4004.0, 3983.0, 3994.0, 3974.0, 3972.0, 3952.0, 3963.0, 3993.0, 3974.0, 4005.0, 3995.0, 3984.0, 3975.0, 3984.0, 3974.0, 3996.0, 3975.0, 3996.0, 3964.0, 3985.0, 3964.0, 3997.0, 4006.0, 3996.0, 4005.0, 3985.0, 3995.0, 3964.0, 4006.0, 3994.0, 3995.0, 3974.0, 3965.0, 4005.0, 3996.0, 4006.0, 3984.0, 3994.0, 3962.0, 3963.0, 3993.0, 3983.0, 3996.0, 3973.0, 3983.0, 3953.0, 3974.0, 3953.0, 3996.0, 4005.0, 3996.0, 3974.0, 3975.0, 3994.0, 3983.0, 3994.0, 3982.0, 3972.0, 3992.0, 3961.0, 3971.0, 3950.0, 3983.0, 3993.0, 3984.0, 3973.0, 3975.0, 3976.0, 3977.0, 3996.0, 3998.0, 4008.0, 3987.0, 3997.0, 3979.0, 4010.0, 4008.0, 4008.0, 3996.0, 3976.0, 3994.0, 3984.0, 3995.0, 3982.0, 3984.0, 3972.0, 3952.0, 3992.0, 3982.0, 3993.0, 3972.0, 3983.0, 3950.0, 3951.0, 4003.0, 3983.0, 3982.0, 3972.0, 3983.0, 3961.0, 3961.0, 3991.0, 3982.0, 3982.0, 3961.0, 3972.0, 3971.0, 3951.0, 3991.0, 3971.0, 3982.0, 3971.0, 3982.0, 3981.0, 3962.0, 3981.0, 3973.0, 3984.0, 3984.0, 3983.0, 3975.0, 3984.0, 3965.0, 3997.0, 3985.0, 3996.0, 3967.0, 3976.0, 3975.0, 3997.0, 4007.0, 4008.0, 3977.0, 3998.0, 4007.0, 3985.0, 3996.0, 4005.0, 3984.0, 3983.0, 3974.0, 3964.0, 3963.0, 3996.0, 4005.0, 3996.0, 3994.0, 3974.0, 3984.0, 3974.0, 3995.0, 3984.0, 3994.0, 3972.0, 3952.0, 3993.0, 3983.0, 3993.0, 3971.0, 3972.0, 3992.0, 3962.0, 3982.0, 3973.0, 3984.0, 3973.0, 3994.0, 3963.0, 3964.0, 4004.0, 3995.0, 3994.0, 3994.0, 3984.0, 3974.0, 3983.0, 3983.0, 3994.0, 3994.0, 3998.0, 4007.0, 3975.0, 3995.0, 3972.0, 3984.0, 3962.0, 3964.0, 4004.0, 3995.0, 3995.0, 3973.0, 3983.0, 3963.0, 3974.0, 3993.0, 3994.0, 3994.0, 3984.0, 3981.0, 3962.0, 3962.0, 3952.0, 3995.0, 3973.0, 3995.0, 3984.0, 3974.0, 3994.0, 3995.0, 3994.0, 3972.0, 3983.0, 3971.0, 3962.0, 3992.0, 3983.0, 3993.0, 3984.0, 3984.0, 3974.0, 3984.0, 3954.0, 3996.0, 3974.0, 3997.0, 3975.0, 3976.0, 4006.0, 3997.0, 3996.0, 3995.0, 3985.0, 3964.0, 3974.0, 3973.0, 3998.0, 4016.0, 3995.0, 4005.0, 3975.0, 3984.0, 3976.0, 4006.0, 3997.0, 3996.0, 3976.0, 3996.0, 3995.0, 3995.0, 4006.0, 3996.0, 3985.0, 3965.0, 3975.0, 4005.0, 3996.0, 3995.0, 3999.0, 3996.0, 3977.0, 3986.0, 3977.0, 3999.0, 4000.0, 4009.0, 4000.0, 4009.0, 3989.0, 4010.0, 3999.0, 4009.0, 3988.0, 3998.0, 4007.0, 3986.0, 4007.0, 3996.0, 3984.0, 3975.0, 3976.0, 3966.0, 3986.0, 3995.0, 3987.0, 4016.0, 4009.0, 3997.0, 3988.0, 4007.0, 3987.0, 4007.0, 4009.0, 4007.0, 3987.0, 4006.0, 3986.0, 4006.0, 4006.0, 3985.0, 4005.0, 3973.0, 3972.0, 3962.0, 3983.0, 3992.0, 3972.0, 3993.0, 3963.0, 3972.0, 3964.0, 3984.0, 3963.0, 3985.0, 3974.0, 3966.0, 4007.0, 3987.0, 4008.0, 3999.0, 3997.0, 3988.0, 3986.0, 3966.0, 3998.0, 3998.0, 4000.0, 4018.0, 4009.0, 4007.0, 3988.0, 4007.0, 3997.0, 4008.0, 3976.0, 3998.0, 3986.0, 3976.0, 4006.0, 3996.0, 3995.0, 3976.0, 3986.0, 3964.0, 4007.0, 3996.0, 3996.0, 3975.0, 3986.0, 4005.0, 3985.0, 3995.0, 3984.0, 3983.0, 3963.0, 3975.0, 4007.0, 3975.0, 4004.0, 3995.0, 3983.0, 3973.0, 3985.0, 3975.0, 3996.0, 3994.0, 3984.0, 3993.0, 3973.0, 3972.0, 3951.0, 3994.0, 3993.0, 3983.0, 3992.0, 3973.0, 3982.0, 3961.0, 3983.0, 3982.0, 3983.0, 3983.0, 3964.0, 4004.0, 3972.0, 3983.0, 3982.0, 3984.0, 4003.0, 3984.0, 3994.0, 3974.0, 3995.0, 3974.0, 3995.0, 3974.0, 3997.0, 3996.0, 3986.0, 4016.0, 3996.0, 4005.0, 3986.0, 3995.0, 3985.0, 3996.0, 3984.0, 3996.0, 3973.0, 3998.0, 4007.0, 3996.0, 3995.0, 3973.0, 3984.0, 3994.0, 3984.0, 3983.0, 3974.0, 3995.0, 3975.0, 3986.0, 3976.0, 3997.0, 3966.0, 3988.0, 3990.0, 4002.0, 4020.0, 4012.0, 4011.0, 4000.0, 3999.0, 3991.0, 4001.0, 3979.0, 4012.0, 4011.0, 4012.0, 4010.0, 4001.0, 4011.0, 4002.0, 4024.0, 4016.0, 4023.0, 4001.0, 4011.0, 3991.0, 4012.0, 4002.0, 4035.0, 4002.0, 4023.0, 4000.0, 4012.0, 4022.0, 4021.0, 4009.0, 3999.0, 3998.0, 3997.0, 3998.0, 4019.0, 3998.0, 4007.0, 3986.0, 3997.0, 3976.0, 3997.0, 3985.0, 3976.0, 4006.0, 3996.0, 3996.0, 3986.0, 3996.0, 3978.0, 3998.0, 3970.0, 4009.0, 3999.0, 4008.0, 3999.0, 3991.0, 3980.0, 4009.0, 3998.0, 3996.0, 3976.0, 3984.0, 3965.0, 3997.0, 3986.0, 3995.0, 3954.0, 3985.0, 3974.0, 3986.0, 3994.0, 3985.0, 3983.0, 3963.0, 3983.0, 3974.0, 3984.0, 3964.0, 3985.0, 3955.0, 3997.0, 3988.0, 4021.0, 3977.0, 3975.0, 3967.0, 3987.0, 3978.0, 3959.0, 4012.0, 4010.0, 3997.0, 3998.0, 3986.0, 3986.0, 3984.0, 3954.0, 3994.0, 3972.0, 3983.0, 3971.0, 3971.0, 3980.0, 3938.0, 3959.0, 3938.0, 3960.0, 3969.0, 3960.0, 3969.0, 3950.0, 3960.0, 3938.0, 3972.0, 3980.0, 3962.0, 3993.0, 3973.0, 3982.0, 3952.0, 3972.0, 3962.0, 3983.0, 3942.0, 3963.0, 3942.0, 3985.0, 3996.0, 3996.0, 3994.0, 3985.0, 3984.0, 3953.0, 3986.0, 3996.0, 3986.0, 4005.0, 3985.0, 3996.0, 3975.0, 3996.0, 3962.0, 3983.0, 3952.0, 3953.0, 3982.0, 3986.0, 3995.0, 3986.0, 3985.0, 3966.0, 4006.0, 3985.0, 3996.0, 3962.0, 3974.0, 3984.0, 3963.0, 3994.0, 3983.0, 3972.0, 3951.0, 3962.0, 3981.0, 3972.0, 3982.0, 3962.0, 3972.0, 3941.0, 3963.0, 3982.0, 3973.0, 3983.0, 3963.0, 3984.0, 3953.0, 3996.0, 3994.0, 3984.0, 3983.0, 3963.0, 3973.0, 3952.0, 3985.0, 3974.0, 3976.0, 4006.0, 3985.0, 3994.0, 3975.0, 3986.0, 3965.0, 3996.0, 3954.0, 3988.0, 3997.0, 3987.0, 4008.0, 3998.0], 'WindowWidth': [8998.0, 8940.0, 8959.0, 8921.0, 8897.0, 8864.0, 8877.0, 8859.0, 8893.0, 8874.0, 8916.0, 8859.0, 8903.0, 8844.0, 8915.0, 8910.0, 8913.0, 8909.0, 8893.0, 8890.0, 8875.0, 8890.0, 8873.0, 8891.0, 8843.0, 8875.0, 8883.0, 8858.0, 8898.0, 8886.0, 8870.0, 8860.0, 8873.0, 8826.0, 8890.0, 8885.0, 8886.0, 8878.0, 8841.0, 8865.0, 8857.0, 8888.0, 8855.0, 8871.0, 8839.0, 8846.0, 8885.0, 8874.0, 8888.0, 8860.0, 8872.0, 8847.0, 8876.0, 8885.0, 8890.0, 8905.0, 8888.0, 8883.0, 8857.0, 8854.0, 8839.0, 8888.0, 8888.0, 8871.0, 8885.0, 8855.0, 8883.0, 8870.0, 8883.0, 8858.0, 8887.0, 8844.0, 8891.0, 8887.0, 8888.0, 8885.0, 8868.0, 8888.0, 8860.0, 8889.0, 8874.0, 8889.0, 8857.0, 8888.0, 8843.0, 8877.0, 8903.0, 8891.0, 8887.0, 8875.0, 8889.0, 8862.0, 8891.0, 8861.0, 8889.0, 8861.0, 8891.0, 8849.0, 8894.0, 8904.0, 8892.0, 8886.0, 8873.0, 8873.0, 8843.0, 8875.0, 8863.0, 8894.0, 8870.0, 8887.0, 8895.0, 8867.0, 8908.0, 8881.0, 8911.0, 8870.0, 8913.0, 8898.0, 8912.0, 8868.0, 8912.0, 8863.0, 8894.0, 8912.0, 8895.0, 8886.0, 8879.0, 8878.0, 8827.0, 8910.0, 8903.0, 8887.0, 8867.0, 8859.0, 8852.0, 8858.0, 8888.0, 8858.0, 8887.0, 8847.0, 8890.0, 8886.0, 8890.0, 8909.0, 8889.0, 8883.0, 8840.0, 8853.0, 8866.0, 8885.0, 8867.0, 8871.0, 8855.0, 8843.0, 8885.0, 8886.0, 8886.0, 8854.0, 8869.0, 8830.0, 8881.0, 8902.0, 8882.0, 8867.0, 8836.0, 8853.0, 8850.0, 8842.0, 8887.0, 8878.0, 8887.0, 8844.0, 8875.0, 8883.0, 8872.0, 8887.0, 8872.0, 8869.0, 8842.0, 8859.0, 8868.0, 8873.0, 8886.0, 8877.0, 8868.0, 8867.0, 8872.0, 8844.0, 8891.0, 8871.0, 8889.0, 8844.0, 8861.0, 8844.0, 8881.0, 8907.0, 8895.0, 8891.0, 8880.0, 8905.0, 8879.0, 8908.0, 8890.0, 8886.0, 8848.0, 8862.0, 8845.0, 8894.0, 8906.0, 8895.0, 8888.0, 8878.0, 8907.0, 8874.0, 8905.0, 8876.0, 8885.0, 8849.0, 8877.0, 8848.0, 8895.0, 8905.0, 8892.0, 8876.0, 8863.0, 8905.0, 8892.0, 8890.0, 8888.0, 8886.0, 8844.0, 8870.0, 8869.0, 8887.0, 8886.0, 8869.0, 8852.0, 8855.0, 8853.0, 8827.0, 8886.0, 8869.0, 8886.0, 8841.0, 8850.0, 8901.0, 8872.0, 8887.0, 8858.0, 8855.0, 8826.0, 8842.0, 8883.0, 8860.0, 8903.0, 8891.0, 8873.0, 8864.0, 8874.0, 8862.0, 8895.0, 8862.0, 8892.0, 8849.0, 8878.0, 8846.0, 8896.0, 8908.0, 8895.0, 8905.0, 8878.0, 8890.0, 8846.0, 8907.0, 8886.0, 8890.0, 8859.0, 8850.0, 8905.0, 8892.0, 8909.0, 8873.0, 8886.0, 8841.0, 8844.0, 8886.0, 8871.0, 8891.0, 8855.0, 8868.0, 8832.0, 8859.0, 8830.0, 8893.0, 8904.0, 8893.0, 8859.0, 8862.0, 8889.0, 8871.0, 8888.0, 8868.0, 8852.0, 8880.0, 8838.0, 8851.0, 8821.0, 8871.0, 8884.0, 8875.0, 8857.0, 8863.0, 8869.0, 8870.0, 8895.0, 8901.0, 8913.0, 8885.0, 8899.0, 8875.0, 8920.0, 8913.0, 8913.0, 8894.0, 8865.0, 8889.0, 8872.0, 8891.0, 8868.0, 8871.0, 8853.0, 8827.0, 8881.0, 8866.0, 8884.0, 8854.0, 8867.0, 8821.0, 8824.0, 8897.0, 8869.0, 8866.0, 8853.0, 8868.0, 8836.0, 8838.0, 8880.0, 8866.0, 8866.0, 8836.0, 8852.0, 8850.0, 8823.0, 8877.0, 8851.0, 8867.0, 8851.0, 8867.0, 8864.0, 8842.0, 8865.0, 8858.0, 8872.0, 8875.0, 8872.0, 8863.0, 8875.0, 8851.0, 8896.0, 8877.0, 8894.0, 8857.0, 8867.0, 8863.0, 8899.0, 8911.0, 8912.0, 8869.0, 8899.0, 8914.0, 8876.0, 8891.0, 8903.0, 8873.0, 8870.0, 8862.0, 8848.0, 8845.0, 8894.0, 8905.0, 8892.0, 8887.0, 8862.0, 8872.0, 8860.0, 8892.0, 8871.0, 8887.0, 8855.0, 8829.0, 8884.0, 8869.0, 8885.0, 8851.0, 8852.0, 8880.0, 8842.0, 8866.0, 8857.0, 8875.0, 8858.0, 8888.0, 8845.0, 8847.0, 8901.0, 8892.0, 8889.0, 8888.0, 8872.0, 8859.0, 8872.0, 8870.0, 8887.0, 8885.0, 8899.0, 8912.0, 8863.0, 8890.0, 8855.0, 8872.0, 8842.0, 8845.0, 8900.0, 8889.0, 8890.0, 8857.0, 8871.0, 8844.0, 8858.0, 8883.0, 8888.0, 8886.0, 8872.0, 8864.0, 8843.0, 8840.0, 8829.0, 8891.0, 8858.0, 8891.0, 8874.0, 8860.0, 8888.0, 8889.0, 8886.0, 8854.0, 8869.0, 8852.0, 8839.0, 8880.0, 8870.0, 8884.0, 8874.0, 8873.0, 8863.0, 8874.0, 8833.0, 8894.0, 8861.0, 8895.0, 8864.0, 8867.0, 8907.0, 8896.0, 8893.0, 8890.0, 8876.0, 8848.0, 8860.0, 8857.0, 8901.0, 8924.0, 8891.0, 8903.0, 8864.0, 8873.0, 8866.0, 8907.0, 8896.0, 8893.0, 8868.0, 8894.0, 8890.0, 8891.0, 8908.0, 8892.0, 8875.0, 8850.0, 8865.0, 8903.0, 8893.0, 8892.0, 8905.0, 8895.0, 8873.0, 8882.0, 8873.0, 8903.0, 8907.0, 8918.0, 8908.0, 8917.0, 8891.0, 8922.0, 8901.0, 8918.0, 8886.0, 8899.0, 8909.0, 8879.0, 8911.0, 8893.0, 8874.0, 8863.0, 8867.0, 8854.0, 8880.0, 8892.0, 8883.0, 8924.0, 8917.0, 8897.0, 8888.0, 8910.0, 8885.0, 8912.0, 8916.0, 8913.0, 8884.0, 8908.0, 8879.0, 8910.0, 8906.0, 8875.0, 8905.0, 8857.0, 8854.0, 8839.0, 8870.0, 8882.0, 8853.0, 8883.0, 8844.0, 8855.0, 8846.0, 8874.0, 8843.0, 8874.0, 8860.0, 8853.0, 8909.0, 8883.0, 8914.0, 8903.0, 8894.0, 8886.0, 8879.0, 8853.0, 8900.0, 8900.0, 8905.0, 8929.0, 8917.0, 8913.0, 8886.0, 8911.0, 8896.0, 8914.0, 8866.0, 8899.0, 8879.0, 8865.0, 8907.0, 8893.0, 8888.0, 8866.0, 8879.0, 8847.0, 8909.0, 8892.0, 8893.0, 8861.0, 8879.0, 8905.0, 8875.0, 8890.0, 8874.0, 8870.0, 8843.0, 8863.0, 8910.0, 8863.0, 8901.0, 8890.0, 8869.0, 8857.0, 8876.0, 8864.0, 8895.0, 8888.0, 8872.0, 8882.0, 8857.0, 8854.0, 8825.0, 8885.0, 8883.0, 8869.0, 8882.0, 8857.0, 8868.0, 8839.0, 8869.0, 8867.0, 8870.0, 8871.0, 8846.0, 8900.0, 8855.0, 8871.0, 8868.0, 8873.0, 8899.0, 8875.0, 8887.0, 8860.0, 8889.0, 8861.0, 8891.0, 8860.0, 8897.0, 8894.0, 8879.0, 8923.0, 8893.0, 8906.0, 8881.0, 8891.0, 8877.0, 8896.0, 8875.0, 8892.0, 8858.0, 8900.0, 8911.0, 8892.0, 8891.0, 8855.0, 8872.0, 8888.0, 8873.0, 8868.0, 8861.0, 8887.0, 8864.0, 8881.0, 8866.0, 8895.0, 8853.0, 8886.0, 8892.0, 8912.0, 8936.0, 8927.0, 8922.0, 8907.0, 8903.0, 8894.0, 8910.0, 8878.0, 8926.0, 8923.0, 8924.0, 8920.0, 8910.0, 8921.0, 8912.0, 8949.0, 8940.0, 8945.0, 8912.0, 8922.0, 8898.0, 8929.0, 8915.0, 8964.0, 8913.0, 8943.0, 8907.0, 8925.0, 8941.0, 8937.0, 8915.0, 8903.0, 8900.0, 8896.0, 8898.0, 8930.0, 8897.0, 8908.0, 8879.0, 8897.0, 8864.0, 8895.0, 8876.0, 8866.0, 8907.0, 8892.0, 8892.0, 8879.0, 8892.0, 8873.0, 8897.0, 8864.0, 8917.0, 8900.0, 8911.0, 8902.0, 8896.0, 8879.0, 8915.0, 8897.0, 8891.0, 8864.0, 8871.0, 8849.0, 8894.0, 8877.0, 8888.0, 8831.0, 8873.0, 8857.0, 8875.0, 8885.0, 8872.0, 8869.0, 8842.0, 8869.0, 8857.0, 8870.0, 8845.0, 8874.0, 8835.0, 8895.0, 8885.0, 8935.0, 8868.0, 8859.0, 8853.0, 8881.0, 8871.0, 8848.0, 8923.0, 8921.0, 8894.0, 8897.0, 8875.0, 8875.0, 8869.0, 8828.0, 8886.0, 8850.0, 8868.0, 8845.0, 8843.0, 8859.0, 8796.0, 8826.0, 8798.0, 8830.0, 8840.0, 8829.0, 8841.0, 8817.0, 8829.0, 8800.0, 8849.0, 8857.0, 8838.0, 8879.0, 8852.0, 8865.0, 8823.0, 8852.0, 8837.0, 8868.0, 8812.0, 8841.0, 8812.0, 8875.0, 8892.0, 8891.0, 8884.0, 8872.0, 8872.0, 8831.0, 8877.0, 8890.0, 8876.0, 8903.0, 8873.0, 8891.0, 8860.0, 8889.0, 8837.0, 8867.0, 8822.0, 8827.0, 8866.0, 8878.0, 8888.0, 8875.0, 8872.0, 8850.0, 8906.0, 8874.0, 8891.0, 8839.0, 8855.0, 8869.0, 8840.0, 8885.0, 8867.0, 8851.0, 8822.0, 8836.0, 8862.0, 8849.0, 8863.0, 8836.0, 8851.0, 8808.0, 8840.0, 8865.0, 8854.0, 8866.0, 8841.0, 8872.0, 8826.0, 8889.0, 8885.0, 8869.0, 8867.0, 8840.0, 8855.0, 8825.0, 8873.0, 8859.0, 8863.0, 8907.0, 8874.0, 8886.0, 8862.0, 8879.0, 8847.0, 8892.0, 8833.0, 8883.0, 8894.0, 8880.0, 8912.0, 8898.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.010760287686996549</td></tr>
<tr><td colspan=3>aqi</td><td>0.029384893901035675</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.28553458192401</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2574896617396305</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1607941852188934</td></tr>
<tr><td colspan=3>efc</td><td>0.4433</td></tr>
<tr><td colspan=3>fber</td><td>7509.2749</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08192586100671825</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.9562715765247412</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5822523731707974</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4679613957046698</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.909169839730895</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.369625884076827</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112136</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020909635350108147</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02067871019244194</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.891044364663434</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>61.9434</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>29.8209</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.0141</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308797.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>303.1531</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3762</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.7277</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3213.1582</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67747.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1030.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.0189</td></tr>
<tr><td colspan=3>tsnr</td><td>38.41699611325748</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>