ds005256-mriqc/sub-0019_ses-04_task-social_acq-mb8_run-05_bold.html
Felix Hoffstaedter 90ea8304f4 [DATALAD RUNCMD] Compute MRIQC for sub-0019
=== 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-0019 --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-0019",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:16:20 +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-0019_ses-04_task-social_acq-mb8_run-05_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-0019_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_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-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0019_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_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-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0019/figures/sub-0019_ses-04_task-social_acq-mb8_run-05_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-0019/ses-04/func/sub-0019_ses-04_task-social_acq-mb8_run-05_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>34602ff559544a2bd37dc93a2176f4bc</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:20:43.795000</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_VE11C_LATEST_20160120</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.995038, 0.0980108, 0.0171137, -0.0994935, 0.979852, 0.173182]</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-05_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.0834549</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4155, -7777, -7250, 557, 55, -228, 94, -3]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</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>237.359</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7bb36d9d-ab2c-4f98-aec9-789e62724d7a||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669614791870117, -0.2669336497783661, -0.0005529859336093068, 133.8319091796875], [-0.2629557251930237, 2.6288700103759766, 0.46986839175224304, -102.70856475830078], [0.045914798974990845, -0.46463441848754883, 2.6588010787963867, -48.75532150268555], [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': ['162043.795000', '162044.255000', '162044.715000', '162045.175000', '162045.635000', '162046.095000', '162046.555000', '162047.015000', '162047.475000', '162047.935000', '162048.395000', '162048.855000', '162049.315000', '162049.775000', '162050.235000', '162050.695000', '162051.155000', '162051.615000', '162052.075000', '162052.535000', '162052.995000', '162053.455000', '162053.915000', '162054.375000', '162054.835000', '162055.295000', '162055.755000', '162056.215000', '162056.675000', '162057.135000', '162057.595000', '162058.055000', '162058.515000', '162058.975000', '162059.435000', '162059.895000', '162100.355000', '162100.815000', '162101.275000', '162101.735000', '162102.195000', '162102.655000', '162103.115000', '162103.575000', '162104.035000', '162104.495000', '162104.955000', '162105.415000', '162105.875000', '162106.335000', '162106.795000', '162107.255000', '162107.715000', '162108.175000', '162108.635000', '162109.095000', '162109.555000', '162110.015000', '162110.475000', '162110.935000', '162111.395000', '162111.855000', '162112.315000', '162112.775000', '162113.235000', '162113.695000', '162114.155000', '162114.615000', '162115.075000', '162115.535000', '162115.995000', '162116.455000', '162116.915000', '162117.375000', '162117.835000', '162118.295000', '162118.755000', '162119.215000', '162119.675000', '162120.135000', '162120.595000', '162121.055000', '162121.515000', '162121.975000', '162122.435000', '162122.895000', '162123.355000', '162123.815000', '162124.275000', '162124.735000', '162125.195000', '162125.655000', '162126.115000', '162126.575000', '162127.035000', '162127.495000', '162127.955000', '162128.415000', '162128.875000', '162129.335000', '162129.795000', '162130.255000', '162130.715000', '162131.175000', '162131.635000', '162132.095000', '162132.555000', '162133.015000', '162133.475000', '162133.935000', '162134.395000', '162134.855000', '162135.315000', '162135.775000', '162136.235000', '162136.695000', '162137.155000', '162137.615000', '162138.075000', '162138.535000', '162138.995000', '162139.455000', '162139.915000', '162140.375000', '162140.835000', '162141.295000', '162141.755000', '162142.215000', '162142.675000', '162143.135000', '162143.595000', '162144.055000', '162144.515000', '162144.975000', '162145.435000', '162145.895000', '162146.355000', '162146.815000', '162147.275000', '162147.735000', '162148.195000', '162148.655000', '162149.115000', '162149.575000', '162150.035000', '162150.495000', '162150.955000', '162151.415000', '162151.875000', '162152.335000', '162152.795000', '162153.255000', '162153.715000', '162154.175000', '162154.635000', '162155.095000', '162155.555000', '162156.015000', '162156.475000', '162156.935000', '162157.395000', '162157.855000', '162158.315000', '162158.775000', '162159.235000', '162159.695000', '162200.155000', '162200.615000', '162201.075000', '162201.535000', '162201.995000', '162202.455000', '162202.915000', '162203.375000', '162203.835000', '162204.295000', '162204.755000', '162205.215000', '162205.675000', '162206.135000', '162206.595000', '162207.055000', '162207.515000', '162207.975000', '162208.435000', '162208.895000', '162209.355000', '162209.815000', '162210.275000', '162210.735000', '162211.195000', '162211.655000', '162212.115000', '162212.575000', '162213.035000', '162213.495000', '162213.955000', '162214.415000', '162214.875000', '162215.335000', '162215.795000', '162216.255000', '162216.715000', '162217.175000', '162217.635000', '162218.095000', '162218.555000', '162219.015000', '162219.475000', '162219.935000', '162220.395000', '162220.855000', '162221.315000', '162221.775000', '162222.235000', '162222.695000', '162223.155000', '162223.615000', '162224.075000', '162224.535000', '162224.995000', '162225.455000', '162225.915000', '162226.375000', '162226.835000', '162227.295000', '162227.755000', '162228.215000', '162228.675000', '162229.135000', '162229.595000', '162230.055000', '162230.515000', '162230.975000', '162231.435000', '162231.895000', '162232.355000', '162232.815000', '162233.275000', '162233.735000', '162234.195000', '162234.655000', '162235.115000', '162235.575000', '162236.035000', '162236.495000', '162236.955000', '162237.415000', '162237.875000', '162238.335000', '162238.795000', '162239.255000', '162239.715000', '162240.175000', '162240.635000', '162241.095000', '162241.555000', '162242.015000', '162242.475000', '162242.935000', '162243.395000', '162243.855000', '162244.315000', '162244.775000', '162245.235000', '162245.695000', '162246.155000', '162246.615000', '162247.075000', '162247.535000', '162247.995000', '162248.455000', '162248.915000', '162249.375000', '162249.835000', '162250.295000', '162250.755000', '162251.215000', '162251.675000', '162252.135000', '162252.595000', '162253.055000', '162253.515000', '162253.975000', '162254.435000', '162254.895000', '162255.355000', '162255.815000', '162256.275000', '162256.735000', '162257.195000', '162257.655000', '162258.115000', '162258.575000', '162259.035000', '162259.495000', '162259.955000', '162300.415000', '162300.875000', '162301.335000', '162301.795000', '162302.255000', '162302.715000', '162303.175000', '162303.635000', '162304.095000', '162304.555000', '162305.015000', '162305.475000', '162305.935000', '162306.395000', '162306.855000', '162307.315000', '162307.775000', '162308.235000', '162308.695000', '162309.155000', '162309.615000', '162310.075000', '162310.535000', '162310.995000', '162311.455000', '162311.915000', '162312.375000', '162312.835000', '162313.295000', '162313.755000', '162314.215000', '162314.675000', '162315.135000', '162315.595000', '162316.055000', '162316.515000', '162316.975000', '162317.435000', '162317.895000', '162318.355000', '162318.815000', '162319.275000', '162319.735000', '162320.195000', '162320.655000', '162321.115000', '162321.575000', '162322.035000', '162322.495000', '162322.955000', '162323.415000', '162323.875000', '162324.335000', '162324.795000', '162325.255000', '162325.715000', '162326.175000', '162326.635000', '162327.095000', '162327.555000', '162328.015000', '162328.475000', '162328.935000', '162329.395000', '162329.855000', '162330.315000', '162330.775000', '162331.235000', '162331.695000', '162332.155000', '162332.615000', '162333.075000', '162333.535000', '162333.995000', '162334.455000', '162334.915000', '162335.375000', '162335.835000', '162336.295000', '162336.755000', '162337.215000', '162337.675000', '162338.135000', '162338.595000', '162339.055000', '162339.515000', '162339.975000', '162340.435000', '162340.895000', '162341.355000', '162341.815000', '162342.275000', '162342.735000', '162343.195000', '162343.655000', '162344.115000', '162344.575000', '162345.035000', '162345.495000', '162345.955000', '162346.415000', '162346.875000', '162347.335000', '162347.795000', '162348.255000', '162348.715000', '162349.175000', '162349.635000', '162350.095000', '162350.555000', '162351.015000', '162351.475000', '162351.935000', '162352.395000', '162352.855000', '162353.315000', '162353.775000', '162354.235000', '162354.695000', '162355.155000', '162355.615000', '162356.075000', '162356.535000', '162356.995000', '162357.455000', '162357.915000', '162358.375000', '162358.835000', '162359.295000', '162359.755000', '162400.215000', '162400.675000', '162401.135000', '162401.595000', '162402.055000', '162402.515000', '162402.975000', '162403.435000', '162403.895000', '162404.355000', '162404.815000', '162405.275000', '162405.735000', '162406.195000', '162406.655000', '162407.115000', '162407.575000', '162408.035000', '162408.495000', '162408.955000', '162409.415000', '162409.875000', '162410.335000', '162410.795000', '162411.255000', '162411.715000', '162412.175000', '162412.635000', '162413.095000', '162413.555000', '162414.015000', '162414.475000', '162414.935000', '162415.395000', '162415.855000', '162416.315000', '162416.775000', '162417.235000', '162417.695000', '162418.155000', '162418.615000', '162419.075000', '162419.535000', '162419.995000', '162420.455000', '162420.915000', '162421.375000', '162421.835000', '162422.295000', '162422.755000', '162423.215000', '162423.675000', '162424.135000', '162424.595000', '162425.055000', '162425.515000', '162425.975000', '162426.435000', '162426.895000', '162427.355000', '162427.815000', '162428.275000', '162428.735000', '162429.195000', '162429.655000', '162430.115000', '162430.575000', '162431.035000', '162431.495000', '162431.955000', '162432.415000', '162432.875000', '162433.335000', '162433.795000', '162434.255000', '162434.715000', '162435.175000', '162435.635000', '162436.095000', '162436.555000', '162437.015000', '162437.475000', '162437.935000', '162438.395000', '162438.855000', '162439.315000', '162439.775000', '162440.235000', '162440.695000', '162441.155000', '162441.615000', '162442.075000', '162442.535000', '162442.995000', '162443.455000', '162443.915000', '162444.375000', '162444.835000', '162445.295000', '162445.755000', '162446.215000', '162446.675000', '162447.135000', '162447.595000', '162448.055000', '162448.515000', '162448.975000', '162449.435000', '162449.895000', '162450.355000', '162450.815000', '162451.275000', '162451.735000', '162452.195000', '162452.655000', '162453.115000', '162453.575000', '162454.035000', '162454.495000', '162454.955000', '162455.415000', '162455.875000', '162456.335000', '162456.795000', '162457.255000', '162457.715000', '162458.175000', '162458.635000', '162459.095000', '162459.555000', '162500.015000', '162500.475000', '162500.935000', '162501.395000', '162501.855000', '162502.315000', '162502.775000', '162503.235000', '162503.695000', '162504.155000', '162504.615000', '162505.075000', '162505.535000', '162505.995000', '162506.455000', '162506.915000', '162507.375000', '162507.835000', '162508.295000', '162508.755000', '162509.215000', '162509.675000', '162510.135000', '162510.595000', '162511.055000', '162511.515000', '162511.975000', '162512.435000', '162512.895000', '162513.355000', '162513.815000', '162514.275000', '162514.735000', '162515.195000', '162515.655000', '162516.115000', '162516.575000', '162517.035000', '162517.495000', '162517.955000', '162518.415000', '162518.875000', '162519.335000', '162519.795000', '162520.255000', '162520.715000', '162521.175000', '162521.635000', '162522.095000', '162522.555000', '162523.015000', '162523.475000', '162523.935000', '162524.395000', '162524.855000', '162525.315000', '162525.775000', '162526.235000', '162526.695000', '162527.155000', '162527.615000', '162528.075000', '162528.535000', '162528.995000', '162529.455000', '162529.915000', '162530.375000', '162530.835000', '162531.295000', '162531.755000', '162532.215000', '162532.675000', '162533.135000', '162533.595000', '162534.055000', '162534.515000', '162534.975000', '162535.435000', '162535.895000', '162536.355000', '162536.815000', '162537.275000', '162537.735000', '162538.195000', '162538.655000', '162539.115000', '162539.575000', '162540.035000', '162540.495000', '162540.955000', '162541.415000', '162541.875000', '162542.335000', '162542.795000', '162543.255000', '162543.715000', '162544.175000', '162544.635000', '162545.095000', '162545.555000', '162546.015000', '162546.475000', '162546.935000', '162547.395000', '162547.855000', '162548.315000', '162548.775000', '162549.235000', '162549.695000', '162550.155000', '162550.615000', '162551.075000', '162551.535000', '162551.995000', '162552.455000', '162552.915000', '162553.375000', '162553.835000', '162554.295000', '162554.755000', '162555.215000', '162555.675000', '162556.135000', '162556.595000', '162557.055000', '162557.515000', '162557.975000', '162558.435000', '162558.895000', '162559.355000', '162559.815000', '162600.275000', '162600.735000', '162601.195000', '162601.655000', '162602.115000', '162602.575000', '162603.035000', '162603.495000', '162603.955000', '162604.415000', '162604.875000', '162605.335000', '162605.795000', '162606.255000', '162606.715000', '162607.175000', '162607.635000', '162608.095000', '162608.555000', '162609.015000', '162609.475000', '162609.935000', '162610.395000', '162610.855000', '162611.315000', '162611.775000', '162612.235000', '162612.695000', '162613.155000', '162613.615000', '162614.075000', '162614.535000', '162614.995000', '162615.455000', '162615.915000', '162616.375000', '162616.835000', '162617.295000', '162617.755000', '162618.215000', '162618.675000', '162619.135000', '162619.595000', '162620.055000', '162620.515000', '162620.975000', '162621.435000', '162621.895000', '162622.355000', '162622.815000', '162623.275000', '162623.735000', '162624.195000', '162624.655000', '162625.115000', '162625.575000', '162626.035000', '162626.495000', '162626.955000', '162627.415000', '162627.875000', '162628.335000', '162628.795000', '162629.255000', '162629.715000', '162630.175000', '162630.635000', '162631.095000', '162631.555000', '162632.015000', '162632.475000', '162632.935000', '162633.395000', '162633.855000', '162634.315000', '162634.775000', '162635.235000', '162635.695000', '162636.155000', '162636.615000', '162637.075000', '162637.535000', '162637.995000', '162638.455000', '162638.915000', '162639.375000', '162639.835000', '162640.295000', '162640.755000', '162641.215000', '162641.675000', '162642.135000', '162642.595000', '162643.055000', '162643.515000', '162643.975000', '162644.435000', '162644.895000', '162645.355000', '162645.815000', '162646.275000', '162646.735000', '162647.195000', '162647.655000', '162648.115000', '162648.575000', '162649.035000', '162649.495000', '162649.955000', '162650.415000', '162650.875000', '162651.335000', '162651.795000', '162652.255000', '162652.715000', '162653.175000', '162653.635000', '162654.095000', '162654.555000', '162655.015000', '162655.475000', '162655.935000', '162656.395000', '162656.855000', '162657.315000', '162657.775000', '162658.235000', '162658.695000', '162659.155000', '162659.615000', '162700.075000', '162700.535000', '162700.995000', '162701.455000', '162701.915000', '162702.375000', '162702.835000', '162703.295000', '162703.755000', '162704.215000', '162704.675000', '162705.135000', '162705.595000', '162706.055000', '162706.515000', '162706.975000', '162707.435000', '162707.895000', '162708.355000', '162708.815000', '162709.275000', '162709.735000', '162710.195000', '162710.655000', '162711.115000', '162711.575000', '162712.035000', '162712.495000', '162712.955000', '162713.415000', '162713.875000', '162714.335000', '162714.795000', '162715.255000', '162715.715000', '162716.175000', '162716.635000', '162717.095000', '162717.555000', '162718.015000', '162718.475000', '162718.935000', '162719.395000', '162719.855000', '162720.315000', '162720.775000', '162721.235000', '162721.695000', '162722.155000', '162722.615000', '162723.075000', '162723.535000', '162723.995000', '162724.455000'], 'ContentTime': ['162104.021000', '162104.024000', '162104.027000', '162104.030000', '162104.033000', '162104.036000', '162104.039000', '162104.042000', '162104.045000', '162104.048000', '162104.050000', '162104.053000', '162104.056000', '162104.066000', '162104.069000', '162104.072000', '162104.075000', '162104.078000', '162104.081000', '162104.084000', '162104.086000', '162104.089000', '162104.092000', '162104.095000', '162104.098000', '162104.101000', '162104.104000', '162104.112000', '162104.114000', '162104.118000', '162104.120000', '162104.123000', '162104.126000', '162104.129000', '162104.132000', '162104.135000', '162104.138000', '162104.140000', '162104.143000', '162104.146000', '162104.149000', '162123.984000', '162123.987000', '162123.995000', '162123.998000', '162124.002000', '162124.004000', '162124.007000', '162124.010000', '162124.013000', '162124.025000', '162124.028000', '162124.031000', '162124.033000', '162124.036000', '162124.039000', '162124.042000', '162124.045000', '162124.048000', '162124.051000', '162124.054000', '162124.056000', '162124.059000', '162124.062000', '162124.065000', '162124.068000', '162124.071000', '162124.073000', '162124.076000', '162124.079000', '162124.082000', '162124.085000', '162124.088000', '162124.091000', '162124.094000', '162124.096000', '162124.099000', '162124.102000', '162124.105000', '162124.108000', '162124.116000', '162124.119000', '162124.122000', '162124.125000', '162124.145000', '162143.984000', '162143.987000', '162143.990000', '162143.993000', '162143.996000', '162144.000000', '162144.002000', '162144.005000', '162144.008000', '162144.011000', '162144.014000', '162144.017000', '162144.019000', '162144.022000', '162144.025000', '162144.028000', '162144.031000', '162144.034000', '162144.037000', '162144.040000', '162144.043000', '162144.046000', '162144.048000', '162144.051000', '162144.054000', '162144.057000', '162144.060000', '162144.063000', '162144.066000', '162144.070000', '162144.073000', '162144.076000', '162144.079000', '162144.082000', '162144.085000', '162144.088000', '162144.091000', '162144.099000', '162144.102000', '162144.105000', '162144.107000', '162144.111000', '162144.113000', '162203.984000', '162203.987000', '162203.990000', '162203.993000', '162203.996000', '162203.998000', '162204.002000', '162204.005000', '162204.008000', '162204.011000', '162204.014000', '162204.017000', '162204.020000', '162204.023000', '162204.026000', '162204.028000', '162204.031000', '162204.034000', '162204.037000', '162204.040000', '162204.043000', '162204.046000', '162204.049000', '162204.052000', '162204.054000', '162204.057000', '162204.060000', '162204.063000', '162204.066000', '162204.069000', '162204.072000', '162204.075000', '162204.078000', '162204.081000', '162204.084000', '162204.086000', '162204.089000', '162204.092000', '162204.095000', '162204.098000', '162204.101000', '162204.104000', '162204.107000', '162204.110000', '162223.984000', '162223.987000', '162223.990000', '162223.993000', '162223.996000', '162224.000000', '162224.002000', '162224.005000', '162224.014000', '162224.016000', '162224.019000', '162224.022000', '162224.025000', '162224.028000', '162224.031000', '162224.034000', '162224.037000', '162224.040000', '162224.042000', '162224.045000', '162224.048000', '162224.051000', '162224.054000', '162224.057000', '162224.060000', '162224.063000', '162224.066000', '162224.068000', '162224.072000', '162224.074000', '162224.077000', '162224.080000', '162224.083000', '162224.086000', '162224.089000', '162224.091000', '162224.095000', '162224.097000', '162224.100000', '162224.103000', '162224.106000', '162224.109000', '162224.112000', '162243.985000', '162243.988000', '162243.991000', '162243.994000', '162243.997000', '162244.001000', '162244.003000', '162244.006000', '162244.009000', '162244.012000', '162244.015000', '162244.018000', '162244.021000', '162244.024000', '162244.027000', '162244.030000', '162244.032000', '162244.035000', '162244.038000', '162244.041000', '162244.044000', '162244.047000', '162244.050000', '162244.053000', '162244.055000', '162244.058000', '162244.061000', '162244.064000', '162244.067000', '162244.070000', '162244.073000', '162244.076000', '162244.079000', '162244.082000', '162244.084000', '162244.087000', '162244.090000', '162244.093000', '162244.096000', '162244.099000', '162244.102000', '162244.105000', '162244.108000', '162244.110000', '162303.984000', '162303.987000', '162303.990000', '162303.993000', '162303.996000', '162304.000000', '162304.003000', '162304.006000', '162304.008000', '162304.011000', '162304.014000', '162304.017000', '162304.020000', '162304.023000', '162304.026000', '162304.029000', '162304.032000', '162304.035000', '162304.037000', '162304.040000', '162304.043000', '162304.046000', '162304.049000', '162304.052000', '162304.055000', '162304.058000', '162304.061000', '162304.064000', '162304.067000', '162304.070000', '162304.072000', '162304.075000', '162304.078000', '162304.081000', '162304.084000', '162304.087000', '162304.090000', '162304.093000', '162304.108000', '162304.112000', '162304.114000', '162304.117000', '162304.120000', '162323.984000', '162323.987000', '162323.990000', '162323.993000', '162323.996000', '162323.998000', '162324.002000', '162324.005000', '162324.008000', '162324.011000', '162324.014000', '162324.017000', '162324.020000', '162324.023000', '162324.026000', '162324.028000', '162324.031000', '162324.034000', '162324.037000', '162324.040000', '162324.043000', '162324.046000', '162324.049000', '162324.051000', '162324.054000', '162324.057000', '162324.060000', '162324.063000', '162324.066000', '162324.069000', '162324.072000', '162324.075000', '162324.078000', '162324.081000', '162324.084000', '162324.086000', '162324.090000', '162324.092000', '162324.095000', '162324.098000', '162324.101000', '162324.104000', '162324.107000', '162324.110000', '162343.984000', '162343.987000', '162343.990000', '162343.993000', '162343.996000', '162343.998000', '162344.003000', '162344.006000', '162344.008000', '162344.011000', '162344.014000', '162344.017000', '162344.020000', '162344.023000', '162344.026000', '162344.029000', '162344.032000', '162344.034000', '162344.037000', '162344.040000', '162344.043000', '162344.046000', '162344.049000', '162344.052000', '162344.055000', '162344.058000', '162344.061000', '162344.063000', '162344.066000', '162344.069000', '162344.072000', '162344.075000', '162344.078000', '162344.081000', '162344.084000', '162344.087000', '162344.089000', '162344.092000', '162344.095000', '162344.098000', '162344.101000', '162344.104000', '162344.107000', '162403.984000', '162403.987000', '162403.990000', '162403.993000', '162403.996000', '162403.998000', '162404.002000', '162404.005000', '162404.008000', '162404.011000', '162404.014000', '162404.017000', '162404.020000', '162404.023000', '162404.026000', '162404.035000', '162404.038000', '162404.040000', '162404.043000', '162404.046000', '162404.049000', '162404.052000', '162404.055000', '162404.058000', '162404.061000', '162404.064000', '162404.067000', '162404.070000', '162404.073000', '162404.075000', '162404.078000', '162404.081000', '162404.084000', '162404.087000', '162404.090000', '162404.093000', '162404.096000', '162404.099000', '162404.102000', '162404.105000', '162404.107000', '162404.110000', '162404.113000', '162404.116000', '162423.984000', '162423.987000', '162423.990000', '162423.993000', '162424.001000', '162424.004000', '162424.007000', '162424.010000', '162424.013000', '162424.016000', '162424.019000', '162424.022000', '162424.025000', '162424.028000', '162424.031000', '162424.033000', '162424.036000', '162424.039000', '162424.042000', '162424.045000', '162424.048000', '162424.051000', '162424.054000', '162424.057000', '162424.059000', '162424.062000', '162424.065000', '162424.068000', '162424.071000', '162424.074000', '162424.077000', '162424.080000', '162424.083000', '162424.086000', '162424.089000', '162424.092000', '162424.094000', '162424.097000', '162424.100000', '162424.103000', '162424.106000', '162424.109000', '162424.112000', '162443.984000', '162443.987000', '162443.990000', '162443.993000', '162443.996000', '162444.000000', '162444.003000', '162444.006000', '162444.009000', '162444.012000', '162444.015000', '162444.018000', '162444.021000', '162444.023000', '162444.027000', '162444.029000', '162444.032000', '162444.035000', '162444.038000', '162444.041000', '162444.058000', '162444.061000', '162444.074000', '162444.077000', '162444.080000', '162444.083000', '162444.086000', '162444.089000', '162444.091000', '162444.094000', '162444.097000', '162444.100000', '162444.103000', '162444.106000', '162444.109000', '162444.112000', '162444.115000', '162444.118000', '162444.121000', '162444.124000', '162444.126000', '162444.129000', '162444.132000', '162503.985000', '162503.988000', '162503.991000', '162503.994000', '162503.997000', '162504.001000', '162504.004000', '162504.007000', '162504.010000', '162504.013000', '162504.015000', '162504.018000', '162504.021000', '162504.024000', '162504.027000', '162504.030000', '162504.033000', '162504.036000', '162504.039000', '162504.042000', '162504.045000', '162504.048000', '162504.051000', '162504.054000', '162504.056000', '162504.059000', '162504.062000', '162504.065000', '162504.068000', '162504.071000', '162504.074000', '162504.077000', '162504.080000', '162504.083000', '162504.086000', '162504.089000', '162504.092000', '162504.095000', '162504.097000', '162504.100000', '162504.103000', '162504.106000', '162504.109000', '162504.112000', '162523.984000', '162523.987000', '162523.990000', '162523.993000', '162523.996000', '162524.000000', '162524.003000', '162524.006000', '162524.009000', '162524.012000', '162524.015000', '162524.018000', '162524.021000', '162524.024000', '162524.027000', '162524.030000', '162524.032000', '162524.035000', '162524.038000', '162524.041000', '162524.044000', '162524.047000', '162524.050000', '162524.053000', '162524.056000', '162524.059000', '162524.062000', '162524.064000', '162524.067000', '162524.070000', '162524.073000', '162524.076000', '162524.079000', '162524.082000', '162524.085000', '162524.088000', '162524.091000', '162524.094000', '162524.097000', '162524.099000', '162524.102000', '162524.105000', '162524.108000', '162543.984000', '162543.987000', '162543.990000', '162543.993000', '162543.996000', '162544.000000', '162544.003000', '162544.005000', '162544.009000', '162544.011000', '162544.014000', '162544.017000', '162544.020000', '162544.023000', '162544.026000', '162544.029000', '162544.032000', '162544.035000', '162544.038000', '162544.041000', '162544.044000', '162544.047000', '162544.050000', '162544.052000', '162544.055000', '162544.058000', '162544.061000', '162544.064000', '162544.073000', '162544.076000', '162544.079000', '162544.082000', '162544.085000', '162544.088000', '162544.091000', '162544.093000', '162544.097000', '162544.099000', '162544.102000', '162544.105000', '162544.108000', '162544.111000', '162544.114000', '162544.117000', '162603.984000', '162603.987000', '162603.990000', '162603.993000', '162603.996000', '162604.000000', '162604.003000', '162604.006000', '162604.009000', '162604.011000', '162604.015000', '162604.017000', '162604.020000', '162604.023000', '162604.026000', '162604.031000', '162604.034000', '162604.037000', '162604.040000', '162604.043000', '162604.046000', '162604.049000', '162604.052000', '162604.055000', '162604.058000', '162604.061000', '162604.064000', '162604.067000', '162604.070000', '162604.073000', '162604.075000', '162604.078000', '162604.081000', '162604.084000', '162604.087000', '162604.090000', '162604.093000', '162604.096000', '162604.099000', '162604.101000', '162604.104000', '162604.107000', '162604.110000', '162623.984000', '162623.987000', '162623.990000', '162623.993000', '162623.996000', '162624.000000', '162624.003000', '162624.011000', '162624.014000', '162624.016000', '162624.019000', '162624.022000', '162624.025000', '162624.028000', '162624.031000', '162624.035000', '162624.037000', '162624.040000', '162624.043000', '162624.046000', '162624.049000', '162624.052000', '162624.055000', '162624.058000', '162624.061000', '162624.063000', '162624.066000', '162624.069000', '162624.072000', '162624.075000', '162624.078000', '162624.083000', '162624.086000', '162624.089000', '162624.092000', '162624.095000', '162624.098000', '162624.101000', '162624.103000', '162624.106000', '162624.109000', '162624.112000', '162624.115000', '162624.118000', '162643.984000', '162643.987000', '162643.990000', '162643.993000', '162643.996000', '162644.000000', '162644.003000', '162644.006000', '162644.009000', '162644.012000', '162644.015000', '162644.018000', '162644.020000', '162644.023000', '162644.026000', '162644.029000', '162644.032000', '162644.035000', '162644.038000', '162644.041000', '162644.045000', '162644.049000', '162644.053000', '162644.056000', '162644.059000', '162644.061000', '162644.064000', '162644.067000', '162644.070000', '162644.073000', '162644.076000', '162644.079000', '162644.082000', '162644.085000', '162644.088000', '162644.091000', '162644.093000', '162644.096000', '162644.099000', '162644.102000', '162644.105000', '162644.108000', '162644.111000', '162703.984000', '162703.987000', '162703.990000', '162703.993000', '162703.996000', '162704.000000', '162704.003000', '162704.006000', '162704.009000', '162704.011000', '162704.014000', '162704.017000', '162704.020000', '162704.023000', '162704.026000', '162704.029000', '162704.032000', '162704.035000', '162704.038000', '162704.041000', '162704.044000', '162704.046000', '162704.049000', '162704.052000', '162704.055000', '162704.058000', '162704.061000', '162704.064000', '162704.067000', '162704.070000', '162704.073000', '162704.076000', '162704.079000', '162704.082000', '162704.085000', '162704.087000', '162704.090000', '162704.093000', '162704.096000', '162704.099000', '162704.102000', '162704.105000', '162704.108000', '162704.111000', '162723.984000', '162723.987000', '162723.990000', '162723.993000', '162724.003000', '162724.006000', '162724.009000', '162724.012000', '162724.015000', '162724.017000', '162724.020000', '162724.023000', '162724.026000', '162724.029000', '162724.032000', '162724.035000', '162724.038000', '162724.041000', '162724.044000', '162724.046000', '162724.050000', '162724.052000', '162724.055000', '162724.058000', '162724.061000', '162724.064000', '162724.069000', '162724.073000', '162724.076000', '162724.079000', '162724.082000', '162724.085000', '162724.088000', '162724.090000', '162724.093000', '162724.096000', '162724.099000', '162724.102000', '162724.105000', '162724.108000', '162724.111000', '162724.114000', '162724.117000', '162725.970000', '162725.973000', '162725.976000', '162725.979000', '162725.982000'], 'InstanceCreationTime': ['162104.021000', '162104.024000', '162104.027000', '162104.030000', '162104.033000', '162104.036000', '162104.039000', '162104.042000', '162104.045000', '162104.048000', '162104.050000', '162104.053000', '162104.056000', '162104.066000', '162104.069000', '162104.072000', '162104.075000', '162104.078000', '162104.081000', '162104.084000', '162104.086000', '162104.089000', '162104.092000', '162104.095000', '162104.098000', '162104.101000', '162104.104000', '162104.112000', '162104.114000', '162104.118000', '162104.120000', '162104.123000', '162104.126000', '162104.129000', '162104.132000', '162104.135000', '162104.138000', '162104.140000', '162104.143000', '162104.146000', '162104.149000', '162123.984000', '162123.987000', '162123.995000', '162123.998000', '162124.002000', '162124.004000', '162124.007000', '162124.010000', '162124.013000', '162124.025000', '162124.028000', '162124.031000', '162124.033000', '162124.036000', '162124.039000', '162124.042000', '162124.045000', '162124.048000', '162124.051000', '162124.054000', '162124.056000', '162124.059000', '162124.062000', '162124.065000', '162124.068000', '162124.071000', '162124.073000', '162124.076000', '162124.079000', '162124.082000', '162124.085000', '162124.088000', '162124.091000', '162124.094000', '162124.096000', '162124.099000', '162124.102000', '162124.105000', '162124.108000', '162124.116000', '162124.119000', '162124.122000', '162124.125000', '162124.145000', '162143.984000', '162143.987000', '162143.990000', '162143.993000', '162143.996000', '162144.000000', '162144.002000', '162144.005000', '162144.008000', '162144.011000', '162144.014000', '162144.017000', '162144.019000', '162144.022000', '162144.025000', '162144.028000', '162144.031000', '162144.034000', '162144.037000', '162144.040000', '162144.043000', '162144.046000', '162144.048000', '162144.051000', '162144.054000', '162144.057000', '162144.060000', '162144.063000', '162144.066000', '162144.070000', '162144.073000', '162144.076000', '162144.079000', '162144.082000', '162144.085000', '162144.088000', '162144.091000', '162144.099000', '162144.102000', '162144.105000', '162144.107000', '162144.111000', '162144.113000', '162203.984000', '162203.987000', '162203.990000', '162203.993000', '162203.996000', '162203.998000', '162204.002000', '162204.005000', '162204.008000', '162204.011000', '162204.014000', '162204.017000', '162204.020000', '162204.023000', '162204.026000', '162204.028000', '162204.031000', '162204.034000', '162204.037000', '162204.040000', '162204.043000', '162204.046000', '162204.049000', '162204.052000', '162204.054000', '162204.057000', '162204.060000', '162204.063000', '162204.066000', '162204.069000', '162204.072000', '162204.075000', '162204.078000', '162204.081000', '162204.084000', '162204.086000', '162204.089000', '162204.092000', '162204.095000', '162204.098000', '162204.101000', '162204.104000', '162204.107000', '162204.110000', '162223.984000', '162223.987000', '162223.990000', '162223.993000', '162223.996000', '162224.000000', '162224.002000', '162224.005000', '162224.014000', '162224.016000', '162224.019000', '162224.022000', '162224.025000', '162224.028000', '162224.031000', '162224.034000', '162224.037000', '162224.040000', '162224.042000', '162224.045000', '162224.048000', '162224.051000', '162224.054000', '162224.057000', '162224.060000', '162224.063000', '162224.066000', '162224.068000', '162224.072000', '162224.074000', '162224.077000', '162224.080000', '162224.083000', '162224.086000', '162224.089000', '162224.091000', '162224.095000', '162224.097000', '162224.100000', '162224.103000', '162224.106000', '162224.109000', '162224.112000', '162243.985000', '162243.988000', '162243.991000', '162243.994000', '162243.997000', '162244.001000', '162244.003000', '162244.006000', '162244.009000', '162244.012000', '162244.015000', '162244.018000', '162244.021000', '162244.024000', '162244.027000', '162244.030000', '162244.032000', '162244.035000', '162244.038000', '162244.041000', '162244.044000', '162244.047000', '162244.050000', '162244.053000', '162244.055000', '162244.058000', '162244.061000', '162244.064000', '162244.067000', '162244.070000', '162244.073000', '162244.076000', '162244.079000', '162244.082000', '162244.084000', '162244.087000', '162244.090000', '162244.093000', '162244.096000', '162244.099000', '162244.102000', '162244.105000', '162244.108000', '162244.110000', '162303.984000', '162303.987000', '162303.990000', '162303.993000', '162303.996000', '162304.000000', '162304.003000', '162304.006000', '162304.008000', '162304.011000', '162304.014000', '162304.017000', '162304.020000', '162304.023000', '162304.026000', '162304.029000', '162304.032000', '162304.035000', '162304.037000', '162304.040000', '162304.043000', '162304.046000', '162304.049000', '162304.052000', '162304.055000', '162304.058000', '162304.061000', '162304.064000', '162304.067000', '162304.070000', '162304.072000', '162304.075000', '162304.078000', '162304.081000', '162304.084000', '162304.087000', '162304.090000', '162304.093000', '162304.108000', '162304.112000', '162304.114000', '162304.117000', '162304.120000', '162323.984000', '162323.987000', '162323.990000', '162323.993000', '162323.996000', '162323.998000', '162324.002000', '162324.005000', '162324.008000', '162324.011000', '162324.014000', '162324.017000', '162324.020000', '162324.023000', '162324.026000', '162324.028000', '162324.031000', '162324.034000', '162324.037000', '162324.040000', '162324.043000', '162324.046000', '162324.049000', '162324.051000', '162324.054000', '162324.057000', '162324.060000', '162324.063000', '162324.066000', '162324.069000', '162324.072000', '162324.075000', '162324.078000', '162324.081000', '162324.084000', '162324.086000', '162324.090000', '162324.092000', '162324.095000', '162324.098000', '162324.101000', '162324.104000', '162324.107000', '162324.110000', '162343.984000', '162343.987000', '162343.990000', '162343.993000', '162343.996000', '162343.998000', '162344.003000', '162344.006000', '162344.008000', '162344.011000', '162344.014000', '162344.017000', '162344.020000', '162344.023000', '162344.026000', '162344.029000', '162344.032000', '162344.034000', '162344.037000', '162344.040000', '162344.043000', '162344.046000', '162344.049000', '162344.052000', '162344.055000', '162344.058000', '162344.061000', '162344.063000', '162344.066000', '162344.069000', '162344.072000', '162344.075000', '162344.078000', '162344.081000', '162344.084000', '162344.087000', '162344.089000', '162344.092000', '162344.095000', '162344.098000', '162344.101000', '162344.104000', '162344.107000', '162403.984000', '162403.987000', '162403.990000', '162403.993000', '162403.996000', '162403.998000', '162404.002000', '162404.005000', '162404.008000', '162404.011000', '162404.014000', '162404.017000', '162404.020000', '162404.023000', '162404.026000', '162404.035000', '162404.038000', '162404.040000', '162404.043000', '162404.046000', '162404.049000', '162404.052000', '162404.055000', '162404.058000', '162404.061000', '162404.064000', '162404.067000', '162404.070000', '162404.073000', '162404.075000', '162404.078000', '162404.081000', '162404.084000', '162404.087000', '162404.090000', '162404.093000', '162404.096000', '162404.099000', '162404.102000', '162404.105000', '162404.107000', '162404.110000', '162404.113000', '162404.116000', '162423.984000', '162423.987000', '162423.990000', '162423.993000', '162424.001000', '162424.004000', '162424.007000', '162424.010000', '162424.013000', '162424.016000', '162424.019000', '162424.022000', '162424.025000', '162424.028000', '162424.031000', '162424.033000', '162424.036000', '162424.039000', '162424.042000', '162424.045000', '162424.048000', '162424.051000', '162424.054000', '162424.057000', '162424.059000', '162424.062000', '162424.065000', '162424.068000', '162424.071000', '162424.074000', '162424.077000', '162424.080000', '162424.083000', '162424.086000', '162424.089000', '162424.092000', '162424.094000', '162424.097000', '162424.100000', '162424.103000', '162424.106000', '162424.109000', '162424.112000', '162443.984000', '162443.987000', '162443.990000', '162443.993000', '162443.996000', '162444.000000', '162444.003000', '162444.006000', '162444.009000', '162444.012000', '162444.015000', '162444.018000', '162444.021000', '162444.023000', '162444.027000', '162444.029000', '162444.032000', '162444.035000', '162444.038000', '162444.041000', '162444.058000', '162444.061000', '162444.074000', '162444.077000', '162444.080000', '162444.083000', '162444.086000', '162444.089000', '162444.091000', '162444.094000', '162444.097000', '162444.100000', '162444.103000', '162444.106000', '162444.109000', '162444.112000', '162444.115000', '162444.118000', '162444.121000', '162444.124000', '162444.126000', '162444.129000', '162444.132000', '162503.985000', '162503.988000', '162503.991000', '162503.994000', '162503.997000', '162504.001000', '162504.004000', '162504.007000', '162504.010000', '162504.013000', '162504.015000', '162504.018000', '162504.021000', '162504.024000', '162504.027000', '162504.030000', '162504.033000', '162504.036000', '162504.039000', '162504.042000', '162504.045000', '162504.048000', '162504.051000', '162504.054000', '162504.056000', '162504.059000', '162504.062000', '162504.065000', '162504.068000', '162504.071000', '162504.074000', '162504.077000', '162504.080000', '162504.083000', '162504.086000', '162504.089000', '162504.092000', '162504.095000', '162504.097000', '162504.100000', '162504.103000', '162504.106000', '162504.109000', '162504.112000', '162523.984000', '162523.987000', '162523.990000', '162523.993000', '162523.996000', '162524.000000', '162524.003000', '162524.006000', '162524.009000', '162524.012000', '162524.015000', '162524.018000', '162524.021000', '162524.024000', '162524.027000', '162524.030000', '162524.032000', '162524.035000', '162524.038000', '162524.041000', '162524.044000', '162524.047000', '162524.050000', '162524.053000', '162524.056000', '162524.059000', '162524.062000', '162524.064000', '162524.067000', '162524.070000', '162524.073000', '162524.076000', '162524.079000', '162524.082000', '162524.085000', '162524.088000', '162524.091000', '162524.094000', '162524.097000', '162524.099000', '162524.102000', '162524.105000', '162524.108000', '162543.984000', '162543.987000', '162543.990000', '162543.993000', '162543.996000', '162544.000000', '162544.003000', '162544.005000', '162544.009000', '162544.011000', '162544.014000', '162544.017000', '162544.020000', '162544.023000', '162544.026000', '162544.029000', '162544.032000', '162544.035000', '162544.038000', '162544.041000', '162544.044000', '162544.047000', '162544.050000', '162544.052000', '162544.055000', '162544.058000', '162544.061000', '162544.064000', '162544.073000', '162544.076000', '162544.079000', '162544.082000', '162544.085000', '162544.088000', '162544.091000', '162544.093000', '162544.097000', '162544.099000', '162544.102000', '162544.105000', '162544.108000', '162544.111000', '162544.114000', '162544.117000', '162603.984000', '162603.987000', '162603.990000', '162603.993000', '162603.996000', '162604.000000', '162604.003000', '162604.006000', '162604.009000', '162604.011000', '162604.015000', '162604.017000', '162604.020000', '162604.023000', '162604.026000', '162604.031000', '162604.034000', '162604.037000', '162604.040000', '162604.043000', '162604.046000', '162604.049000', '162604.052000', '162604.055000', '162604.058000', '162604.061000', '162604.064000', '162604.067000', '162604.070000', '162604.073000', '162604.075000', '162604.078000', '162604.081000', '162604.084000', '162604.087000', '162604.090000', '162604.093000', '162604.096000', '162604.099000', '162604.101000', '162604.104000', '162604.107000', '162604.110000', '162623.984000', '162623.987000', '162623.990000', '162623.993000', '162623.996000', '162624.000000', '162624.003000', '162624.011000', '162624.014000', '162624.016000', '162624.019000', '162624.022000', '162624.025000', '162624.028000', '162624.031000', '162624.035000', '162624.037000', '162624.040000', '162624.043000', '162624.046000', '162624.049000', '162624.052000', '162624.055000', '162624.058000', '162624.061000', '162624.063000', '162624.066000', '162624.069000', '162624.072000', '162624.075000', '162624.078000', '162624.083000', '162624.086000', '162624.089000', '162624.092000', '162624.095000', '162624.098000', '162624.101000', '162624.103000', '162624.106000', '162624.109000', '162624.112000', '162624.115000', '162624.118000', '162643.984000', '162643.987000', '162643.990000', '162643.993000', '162643.996000', '162644.000000', '162644.003000', '162644.006000', '162644.009000', '162644.012000', '162644.015000', '162644.018000', '162644.020000', '162644.023000', '162644.026000', '162644.029000', '162644.032000', '162644.035000', '162644.038000', '162644.041000', '162644.045000', '162644.049000', '162644.053000', '162644.056000', '162644.059000', '162644.061000', '162644.064000', '162644.067000', '162644.070000', '162644.073000', '162644.076000', '162644.079000', '162644.082000', '162644.085000', '162644.088000', '162644.091000', '162644.093000', '162644.096000', '162644.099000', '162644.102000', '162644.105000', '162644.108000', '162644.111000', '162703.984000', '162703.987000', '162703.990000', '162703.993000', '162703.996000', '162704.000000', '162704.003000', '162704.006000', '162704.009000', '162704.011000', '162704.014000', '162704.017000', '162704.020000', '162704.023000', '162704.026000', '162704.029000', '162704.032000', '162704.035000', '162704.038000', '162704.041000', '162704.044000', '162704.046000', '162704.049000', '162704.052000', '162704.055000', '162704.058000', '162704.061000', '162704.064000', '162704.067000', '162704.070000', '162704.073000', '162704.076000', '162704.079000', '162704.082000', '162704.085000', '162704.087000', '162704.090000', '162704.093000', '162704.096000', '162704.099000', '162704.102000', '162704.105000', '162704.108000', '162704.111000', '162723.984000', '162723.987000', '162723.990000', '162723.993000', '162724.003000', '162724.006000', '162724.009000', '162724.012000', '162724.015000', '162724.017000', '162724.020000', '162724.023000', '162724.026000', '162724.029000', '162724.032000', '162724.035000', '162724.038000', '162724.041000', '162724.044000', '162724.046000', '162724.050000', '162724.052000', '162724.055000', '162724.058000', '162724.061000', '162724.064000', '162724.069000', '162724.073000', '162724.076000', '162724.079000', '162724.082000', '162724.085000', '162724.088000', '162724.090000', '162724.093000', '162724.096000', '162724.099000', '162724.102000', '162724.105000', '162724.108000', '162724.111000', '162724.114000', '162724.117000', '162725.970000', '162725.973000', '162725.976000', '162725.979000', '162725.982000'], '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': [11315, 9126, 11778, 8436, 14330, 9676, 15310, 10513, 9194, 13697, 9113, 15883, 9946, 13732, 11120, 8488, 15165, 9055, 14185, 9663, 9141, 12637, 9076, 15476, 9849, 10105, 10943, 8346, 15080, 9586, 13937, 10179, 9017, 11739, 8490, 15152, 9547, 15440, 11182, 8396, 12202, 8831, 15325, 9929, 12517, 10669, 8409, 15488, 8829, 14331, 10414, 7953, 13074, 8866, 14504, 10092, 8204, 11703, 8918, 13533, 8972, 9332, 10534, 8543, 13836, 8999, 13407, 9843, 14125, 9268, 14465, 9388, 14295, 10400, 10863, 9684, 11740, 10183, 12145, 11041, 8474, 14854, 8616, 14638, 8909, 14607, 9053, 14980, 9717, 15188, 9503, 12191, 8987, 10534, 9439, 8032, 13714, 8405, 13832, 8991, 14547, 9511, 15552, 10356, 10111, 10228, 7949, 12809, 8104, 14334, 9102, 15686, 10180, 15225, 10450, 10517, 9722, 7786, 12111, 8040, 14607, 8969, 15524, 9585, 15001, 10010, 10057, 9841, 7880, 11818, 8185, 13817, 8996, 14318, 9231, 13611, 9170, 14082, 9833, 9454, 9731, 8517, 10621, 9999, 10584, 9567, 11587, 8295, 13967, 8700, 13429, 8884, 13783, 9144, 14829, 9939, 8549, 9734, 7863, 12147, 8041, 13335, 9122, 15466, 9900, 13362, 9434, 10279, 9975, 8527, 14188, 8734, 15746, 9514, 14838, 9765, 13308, 10953, 9004, 12381, 8226, 14147, 8797, 14968, 9513, 15434, 9917, 14489, 11067, 9631, 10200, 7744, 11875, 8057, 12773, 8391, 14092, 9347, 14168, 9061, 12767, 9325, 11975, 9611, 9839, 12773, 8184, 14520, 8724, 14002, 9138, 14261, 9149, 14937, 10295, 8822, 10132, 7998, 12467, 8733, 14773, 9457, 15896, 10018, 10917, 9603, 8200, 11656, 8153, 15293, 9288, 15162, 9248, 13366, 9503, 9085, 11790, 8641, 15297, 9105, 10642, 9387, 7846, 12429, 8618, 15272, 9651, 15099, 10539, 11967, 11164, 9016, 11695, 8364, 15103, 8754, 14539, 9155, 14146, 9255, 12060, 9198, 8197, 10710, 8092, 12051, 8246, 13180, 8604, 14055, 8738, 15308, 8900, 14158, 8825, 13930, 8704, 8932, 8457, 8091, 10110, 8614, 13323, 9216, 12092, 10952, 8220, 14748, 8287, 15048, 9166, 14766, 11258, 9204, 10351, 8337, 12398, 8133, 13770, 8580, 9168, 9081, 8371, 11622, 8289, 8663, 10397, 8448, 14553, 8440, 16002, 9880, 8375, 14193, 9237, 15589, 9486, 7708, 11670, 8705, 14265, 9431, 13568, 10539, 7975, 12474, 8896, 14681, 9400, 16335, 10579, 13320, 12354, 8820, 13972, 8469, 13543, 8635, 13580, 9051, 13554, 9095, 10778, 9579, 8032, 11133, 8046, 11492, 8222, 12751, 7963, 13847, 8561, 13434, 8598, 14085, 8767, 15240, 9471, 13606, 8866, 9349, 9196, 8174, 10774, 8155, 14938, 8596, 14168, 8911, 13426, 9233, 10947, 10106, 8048, 11011, 8438, 13247, 8811, 15380, 11264, 10762, 9622, 8243, 11839, 8467, 13975, 8922, 15332, 9629, 14445, 9366, 10910, 9401, 8857, 9933, 7965, 12880, 8444, 13223, 8554, 13123, 8672, 13627, 9335, 10781, 9131, 8089, 9973, 8345, 11236, 8484, 12253, 8344, 12483, 8695, 13890, 9088, 13776, 8670, 12143, 8738, 13090, 8402, 14049, 8459, 12069, 8456, 13034, 8556, 13932, 9255, 8490, 8576, 8356, 9699, 8032, 10631, 8028, 12284, 8313, 13386, 8252, 13100, 8464, 13813, 9129, 14580, 10007, 9302, 9275, 8104, 10390, 8126, 12343, 8290, 13779, 8330, 12325, 8487, 13281, 8930, 14012, 10377, 8225, 9224, 8272, 10868, 8226, 12183, 8473, 14531, 8714, 14535, 8812, 12929, 9917, 10858, 10614, 7971, 11309, 8213, 11451, 8374, 12175, 8365, 12616, 8574, 13328, 9171, 10955, 8617, 9033, 8585, 10221, 9215, 10274, 10883, 8343, 11408, 8389, 11907, 8313, 12446, 8409, 14361, 8561, 13255, 8510, 10427, 8753, 8648, 9571, 8726, 10385, 8911, 12866, 8756, 13473, 8615, 8595, 9882, 9057, 12751, 8948, 14219, 10863, 8677, 10459, 8695, 13474, 8874, 15114, 11704, 8279, 11253, 8698, 13109, 8843, 11773, 8982, 8391, 13152, 8391, 14078, 8632, 10944, 9784, 8108, 11162, 8493, 12924, 8797, 13416, 8842, 13828, 8895, 9134, 8754, 8338, 10327, 8742, 12859, 8622, 13286, 8567, 12592, 8641, 12746, 8693, 12032, 8813, 13490, 8994, 12219, 8921, 11649, 8829, 8981, 8451, 8553, 9874, 8528, 12450, 8565, 14334, 8602, 15374, 10114, 10737, 11776, 9020, 12170, 9165, 10563, 9090, 11553, 9306, 14303, 10527, 10323, 9562, 8830, 10855, 9014, 12625, 9037, 14262, 9039, 14402, 8885, 13085, 8971, 12263, 9086, 13354, 8964, 14046, 9187, 13942, 8912, 11924, 8968, 9430, 8906, 8620, 8865, 8701, 9296, 8983, 10204, 9175, 11419, 9269, 11107, 9257, 11778, 9218, 10737, 9182, 11376, 9275, 10588, 9295, 11555, 9218, 12248, 9209, 13700, 9119, 10054, 8942, 9717, 8838, 9532, 9641, 8629, 13265, 9061, 13407, 9310, 13520, 8952, 14554, 9371, 14657, 10570, 12402, 8814, 8806, 9013, 8640, 11601, 8854, 14282, 8891, 11026, 8842, 9997, 8383, 9407, 10805, 9240, 10517, 9320, 9344, 12024, 9214, 14831, 9227, 8888, 9968, 9248, 11528, 8951, 13779, 8947, 9365, 10728, 8663, 12853, 8958, 13129, 9022, 11139, 8802, 8643, 9934, 8785, 12315, 8941, 13146, 8831, 13080, 9232, 13302, 8946, 8956, 9048, 9043, 9499, 9462, 9481, 9337, 11518, 9530, 10843, 9125, 11821, 9085, 12712, 9084, 14166, 8889, 11248, 9033, 11414, 9014, 13054, 9126, 13388, 8958, 9916, 8965, 9059, 10583, 9238, 12925, 8996, 12686, 9173, 14107, 9079, 12732, 10359, 8773, 10745, 9212, 11092, 9123, 12909, 9142, 13596, 9705, 13546, 10147, 8782, 8970, 8719, 9635, 9002, 10498, 9063, 12130, 8786, 12501, 9030, 11331, 8913, 11976, 8785, 10808, 8994, 8722, 8979, 8964, 9476, 8886, 11628, 9141, 10974, 8995, 11549, 9070, 13200, 9119, 13761, 9051, 10144, 9091, 9478, 8833, 8634, 11461, 8911, 11974, 9075, 11442, 9140, 12480, 9050, 14069, 9127, 11610, 9003, 9369, 9023, 8945, 11536, 9061, 11753, 9028, 11982, 8905, 9904, 9848, 8994, 10629, 9123, 12220, 9120, 13461, 9131, 13230, 10238, 9031, 9149, 8853, 9440, 8779, 10569, 8836, 13624, 8847, 12193, 8985, 11856, 8971, 9439, 9095, 8891, 11509, 9046, 13091, 8915, 13006, 9254, 13185, 8991, 11936, 9062, 8937, 9668, 9372, 9824, 9278, 10847, 9172, 12106, 9158, 14164, 8982], 'WindowCenter': [4363.0, 4317.0, 4332.0, 4291.0, 4339.0, 4298.0, 4326.0, 4306.0, 4285.0, 4326.0, 4285.0, 4323.0, 4284.0, 4312.0, 4293.0, 4262.0, 4312.0, 4272.0, 4312.0, 4282.0, 4270.0, 4301.0, 4274.0, 4322.0, 4282.0, 4282.0, 4291.0, 4273.0, 4323.0, 4283.0, 4312.0, 4292.0, 4273.0, 4303.0, 4262.0, 4312.0, 4272.0, 4311.0, 4290.0, 4250.0, 4289.0, 4259.0, 4309.0, 4280.0, 4300.0, 4280.0, 4250.0, 4310.0, 4260.0, 4300.0, 4280.0, 4250.0, 4300.0, 4261.0, 4311.0, 4280.0, 4260.0, 4292.0, 4273.0, 4325.0, 4286.0, 4286.0, 4309.0, 4289.0, 4338.0, 4298.0, 4328.0, 4310.0, 4338.0, 4298.0, 4326.0, 4297.0, 4327.0, 4308.0, 4306.0, 4296.0, 4306.0, 4296.0, 4316.0, 4307.0, 4274.0, 4325.0, 4273.0, 4313.0, 4273.0, 4312.0, 4272.0, 4313.0, 4284.0, 4311.0, 4284.0, 4303.0, 4274.0, 4291.0, 4283.0, 4252.0, 4313.0, 4261.0, 4312.0, 4271.0, 4311.0, 4282.0, 4323.0, 4293.0, 4282.0, 4282.0, 4249.0, 4301.0, 4252.0, 4311.0, 4271.0, 4311.0, 4281.0, 4309.0, 4279.0, 4268.0, 4268.0, 4238.0, 4289.0, 4238.0, 4298.0, 4258.0, 4307.0, 4269.0, 4298.0, 4268.0, 4266.0, 4267.0, 4236.0, 4277.0, 4247.0, 4297.0, 4258.0, 4299.0, 4273.0, 4325.0, 4270.0, 4310.0, 4280.0, 4281.0, 4282.0, 4261.0, 4291.0, 4280.0, 4294.0, 4281.0, 4292.0, 4261.0, 4312.0, 4272.0, 4313.0, 4273.0, 4312.0, 4284.0, 4323.0, 4293.0, 4272.0, 4284.0, 4262.0, 4304.0, 4263.0, 4324.0, 4284.0, 4324.0, 4294.0, 4312.0, 4285.0, 4293.0, 4284.0, 4272.0, 4323.0, 4274.0, 4324.0, 4283.0, 4311.0, 4282.0, 4301.0, 4291.0, 4259.0, 4289.0, 4248.0, 4300.0, 4259.0, 4308.0, 4270.0, 4309.0, 4270.0, 4297.0, 4279.0, 4257.0, 4268.0, 4227.0, 4276.0, 4237.0, 4288.0, 4248.0, 4300.0, 4269.0, 4300.0, 4272.0, 4301.0, 4282.0, 4301.0, 4294.0, 4295.0, 4316.0, 4263.0, 4311.0, 4260.0, 4310.0, 4272.0, 4310.0, 4272.0, 4311.0, 4283.0, 4260.0, 4281.0, 4251.0, 4300.0, 4261.0, 4311.0, 4283.0, 4321.0, 4282.0, 4281.0, 4271.0, 4249.0, 4290.0, 4250.0, 4311.0, 4271.0, 4309.0, 4270.0, 4299.0, 4281.0, 4271.0, 4302.0, 4260.0, 4312.0, 4271.0, 4279.0, 4270.0, 4249.0, 4300.0, 4260.0, 4311.0, 4271.0, 4311.0, 4282.0, 4288.0, 4280.0, 4248.0, 4288.0, 4247.0, 4297.0, 4247.0, 4296.0, 4257.0, 4296.0, 4257.0, 4286.0, 4268.0, 4249.0, 4279.0, 4249.0, 4300.0, 4261.0, 4311.0, 4261.0, 4313.0, 4272.0, 4311.0, 4273.0, 4311.0, 4272.0, 4325.0, 4298.0, 4283.0, 4272.0, 4286.0, 4305.0, 4286.0, 4325.0, 4284.0, 4314.0, 4305.0, 4276.0, 4324.0, 4264.0, 4312.0, 4272.0, 4310.0, 4293.0, 4270.0, 4282.0, 4261.0, 4301.0, 4251.0, 4300.0, 4290.0, 4279.0, 4247.0, 4227.0, 4253.0, 4221.0, 4209.0, 4240.0, 4235.0, 4284.0, 4274.0, 4334.0, 4306.0, 4275.0, 4313.0, 4258.0, 4298.0, 4255.0, 4225.0, 4288.0, 4260.0, 4311.0, 4285.0, 4313.0, 4295.0, 4262.0, 4302.0, 4259.0, 4298.0, 4259.0, 4307.0, 4280.0, 4290.0, 4290.0, 4259.0, 4300.0, 4250.0, 4288.0, 4247.0, 4287.0, 4257.0, 4287.0, 4260.0, 4279.0, 4282.0, 4251.0, 4293.0, 4263.0, 4314.0, 4274.0, 4315.0, 4252.0, 4314.0, 4263.0, 4302.0, 4261.0, 4312.0, 4273.0, 4323.0, 4283.0, 4311.0, 4271.0, 4271.0, 4270.0, 4250.0, 4291.0, 4252.0, 4313.0, 4272.0, 4313.0, 4274.0, 4313.0, 4284.0, 4292.0, 4294.0, 4253.0, 4293.0, 4262.0, 4301.0, 4271.0, 4313.0, 4293.0, 4293.0, 4271.0, 4251.0, 4291.0, 4250.0, 4299.0, 4261.0, 4300.0, 4269.0, 4298.0, 4257.0, 4267.0, 4257.0, 4245.0, 4267.0, 4237.0, 4288.0, 4247.0, 4287.0, 4247.0, 4287.0, 4258.0, 4297.0, 4258.0, 4277.0, 4259.0, 4238.0, 4270.0, 4249.0, 4290.0, 4260.0, 4290.0, 4262.0, 4302.0, 4275.0, 4312.0, 4273.0, 4311.0, 4260.0, 4301.0, 4263.0, 4301.0, 4263.0, 4312.0, 4262.0, 4301.0, 4261.0, 4301.0, 4273.0, 4313.0, 4283.0, 4273.0, 4274.0, 4261.0, 4284.0, 4251.0, 4293.0, 4264.0, 4303.0, 4264.0, 4314.0, 4263.0, 4301.0, 4262.0, 4313.0, 4284.0, 4313.0, 4284.0, 4271.0, 4272.0, 4250.0, 4281.0, 4251.0, 4302.0, 4261.0, 4301.0, 4249.0, 4290.0, 4260.0, 4299.0, 4271.0, 4301.0, 4282.0, 4249.0, 4271.0, 4249.0, 4280.0, 4249.0, 4289.0, 4261.0, 4311.0, 4260.0, 4301.0, 4260.0, 4289.0, 4269.0, 4279.0, 4269.0, 4237.0, 4279.0, 4248.0, 4279.0, 4249.0, 4288.0, 4249.0, 4289.0, 4261.0, 4302.0, 4283.0, 4291.0, 4263.0, 4262.0, 4262.0, 4280.0, 4273.0, 4294.0, 4295.0, 4261.0, 4292.0, 4250.0, 4292.0, 4261.0, 4300.0, 4263.0, 4311.0, 4272.0, 4311.0, 4276.0, 4305.0, 4275.0, 4272.0, 4284.0, 4273.0, 4297.0, 4274.0, 4313.0, 4274.0, 4325.0, 4297.0, 4286.0, 4307.0, 4296.0, 4325.0, 4285.0, 4314.0, 4306.0, 4273.0, 4293.0, 4263.0, 4303.0, 4272.0, 4311.0, 4292.0, 4252.0, 4281.0, 4261.0, 4299.0, 4260.0, 4289.0, 4260.0, 4249.0, 4301.0, 4251.0, 4299.0, 4261.0, 4279.0, 4271.0, 4239.0, 4279.0, 4248.0, 4289.0, 4248.0, 4288.0, 4258.0, 4288.0, 4259.0, 4259.0, 4250.0, 4250.0, 4282.0, 4262.0, 4303.0, 4262.0, 4303.0, 4273.0, 4301.0, 4263.0, 4302.0, 4262.0, 4304.0, 4274.0, 4314.0, 4285.0, 4302.0, 4285.0, 4307.0, 4252.0, 4238.0, 4227.0, 4239.0, 4271.0, 4264.0, 4303.0, 4299.0, 4360.0, 4299.0, 4359.0, 4332.0, 4330.0, 4316.0, 4273.0, 4303.0, 4286.0, 4294.0, 4287.0, 4305.0, 4288.0, 4325.0, 4296.0, 4294.0, 4284.0, 4262.0, 4281.0, 4260.0, 4289.0, 4259.0, 4300.0, 4260.0, 4300.0, 4260.0, 4299.0, 4260.0, 4288.0, 4259.0, 4287.0, 4259.0, 4299.0, 4270.0, 4298.0, 4260.0, 4288.0, 4270.0, 4258.0, 4260.0, 4248.0, 4260.0, 4258.0, 4272.0, 4273.0, 4294.0, 4271.0, 4304.0, 4273.0, 4293.0, 4272.0, 4302.0, 4272.0, 4304.0, 4285.0, 4305.0, 4284.0, 4294.0, 4283.0, 4291.0, 4272.0, 4304.0, 4285.0, 4313.0, 4273.0, 4295.0, 4286.0, 4283.0, 4273.0, 4283.0, 4283.0, 4273.0, 4304.0, 4272.0, 4301.0, 4271.0, 4299.0, 4260.0, 4301.0, 4271.0, 4299.0, 4281.0, 4288.0, 4257.0, 4247.0, 4258.0, 4247.0, 4278.0, 4257.0, 4297.0, 4261.0, 4290.0, 4285.0, 4278.0, 4219.0, 4230.0, 4253.0, 4236.0, 4257.0, 4257.0, 4275.0, 4303.0, 4282.0, 4324.0, 4280.0, 4258.0, 4268.0, 4255.0, 4275.0, 4257.0, 4298.0, 4261.0, 4272.0, 4293.0, 4272.0, 4314.0, 4274.0, 4302.0, 4272.0, 4278.0, 4261.0, 4262.0, 4272.0, 4262.0, 4304.0, 4273.0, 4304.0, 4275.0, 4314.0, 4284.0, 4302.0, 4272.0, 4262.0, 4271.0, 4272.0, 4284.0, 4298.0, 4310.0, 4284.0, 4305.0, 4284.0, 4305.0, 4283.0, 4305.0, 4272.0, 4304.0, 4272.0, 4312.0, 4271.0, 4291.0, 4262.0, 4290.0, 4273.0, 4302.0, 4273.0, 4301.0, 4271.0, 4271.0, 4273.0, 4271.0, 4294.0, 4271.0, 4301.0, 4273.0, 4302.0, 4271.0, 4300.0, 4273.0, 4302.0, 4284.0, 4261.0, 4282.0, 4270.0, 4279.0, 4259.0, 4288.0, 4259.0, 4288.0, 4272.0, 4300.0, 4269.0, 4247.0, 4259.0, 4247.0, 4257.0, 4247.0, 4267.0, 4258.0, 4288.0, 4259.0, 4289.0, 4273.0, 4289.0, 4271.0, 4291.0, 4263.0, 4281.0, 4271.0, 4260.0, 4272.0, 4261.0, 4283.0, 4272.0, 4291.0, 4272.0, 4292.0, 4272.0, 4290.0, 4272.0, 4302.0, 4272.0, 4310.0, 4272.0, 4280.0, 4271.0, 4269.0, 4260.0, 4258.0, 4290.0, 4260.0, 4292.0, 4272.0, 4289.0, 4271.0, 4288.0, 4261.0, 4300.0, 4270.0, 4290.0, 4261.0, 4259.0, 4272.0, 4259.0, 4290.0, 4260.0, 4290.0, 4271.0, 4291.0, 4272.0, 4282.0, 4283.0, 4271.0, 4292.0, 4272.0, 4301.0, 4272.0, 4301.0, 4274.0, 4301.0, 4283.0, 4260.0, 4272.0, 4260.0, 4270.0, 4247.0, 4280.0, 4258.0, 4299.0, 4259.0, 4290.0, 4261.0, 4290.0, 4260.0, 4269.0, 4270.0, 4271.0, 4292.0, 4272.0, 4301.0, 4272.0, 4301.0, 4272.0, 4301.0, 4271.0, 4289.0, 4272.0, 4270.0, 4284.0, 4282.0, 4283.0, 4284.0, 4293.0, 4283.0, 4329.0, 4299.0, 4326.0, 4285.0], 'WindowWidth': [9627.0, 9547.0, 9556.0, 9495.0, 9554.0, 9498.0, 9531.0, 9504.0, 9474.0, 9531.0, 9473.0, 9523.0, 9470.0, 9504.0, 9479.0, 9436.0, 9504.0, 9451.0, 9502.0, 9464.0, 9446.0, 9489.0, 9455.0, 9519.0, 9464.0, 9463.0, 9476.0, 9453.0, 9521.0, 9469.0, 9506.0, 9478.0, 9453.0, 9492.0, 9434.0, 9503.0, 9449.0, 9500.0, 9470.0, 9416.0, 9467.0, 9428.0, 9494.0, 9457.0, 9483.0, 9456.0, 9416.0, 9497.0, 9432.0, 9482.0, 9455.0, 9416.0, 9481.0, 9434.0, 9497.0, 9457.0, 9431.0, 9475.0, 9453.0, 9529.0, 9478.0, 9476.0, 9511.0, 9486.0, 9550.0, 9497.0, 9537.0, 9517.0, 9550.0, 9496.0, 9532.0, 9495.0, 9534.0, 9509.0, 9503.0, 9491.0, 9501.0, 9489.0, 9516.0, 9504.0, 9456.0, 9527.0, 9453.0, 9506.0, 9454.0, 9503.0, 9451.0, 9505.0, 9468.0, 9501.0, 9468.0, 9492.0, 9456.0, 9475.0, 9466.0, 9424.0, 9507.0, 9436.0, 9503.0, 9448.0, 9501.0, 9465.0, 9518.0, 9480.0, 9464.0, 9462.0, 9416.0, 9486.0, 9422.0, 9500.0, 9446.0, 9500.0, 9460.0, 9494.0, 9453.0, 9437.0, 9436.0, 9396.0, 9465.0, 9395.0, 9476.0, 9422.0, 9488.0, 9439.0, 9476.0, 9436.0, 9432.0, 9435.0, 9391.0, 9446.0, 9407.0, 9474.0, 9424.0, 9479.0, 9454.0, 9528.0, 9445.0, 9498.0, 9460.0, 9462.0, 9464.0, 9433.0, 9475.0, 9458.0, 9482.0, 9461.0, 9478.0, 9435.0, 9505.0, 9452.0, 9504.0, 9455.0, 9505.0, 9470.0, 9520.0, 9482.0, 9452.0, 9470.0, 9439.0, 9496.0, 9440.0, 9524.0, 9473.0, 9523.0, 9484.0, 9505.0, 9471.0, 9480.0, 9470.0, 9452.0, 9522.0, 9455.0, 9522.0, 9465.0, 9500.0, 9463.0, 9487.0, 9474.0, 9427.0, 9468.0, 9411.0, 9481.0, 9427.0, 9491.0, 9441.0, 9491.0, 9441.0, 9475.0, 9452.0, 9419.0, 9436.0, 9379.0, 9445.0, 9392.0, 9462.0, 9412.0, 9482.0, 9441.0, 9483.0, 9450.0, 9485.0, 9464.0, 9490.0, 9486.0, 9487.0, 9515.0, 9439.0, 9501.0, 9432.0, 9498.0, 9448.0, 9498.0, 9452.0, 9501.0, 9464.0, 9429.0, 9459.0, 9417.0, 9485.0, 9433.0, 9502.0, 9468.0, 9515.0, 9463.0, 9458.0, 9447.0, 9414.0, 9470.0, 9417.0, 9499.0, 9445.0, 9494.0, 9444.0, 9479.0, 9461.0, 9448.0, 9490.0, 9433.0, 9502.0, 9447.0, 9454.0, 9444.0, 9415.0, 9484.0, 9431.0, 9499.0, 9447.0, 9500.0, 9460.0, 9465.0, 9456.0, 9408.0, 9463.0, 9407.0, 9475.0, 9406.0, 9470.0, 9420.0, 9469.0, 9421.0, 9458.0, 9438.0, 9412.0, 9453.0, 9414.0, 9484.0, 9432.0, 9499.0, 9434.0, 9505.0, 9451.0, 9501.0, 9451.0, 9499.0, 9451.0, 9527.0, 9504.0, 9473.0, 9456.0, 9481.0, 9503.0, 9479.0, 9527.0, 9474.0, 9511.0, 9500.0, 9463.0, 9527.0, 9443.0, 9503.0, 9451.0, 9498.0, 9477.0, 9443.0, 9462.0, 9432.0, 9484.0, 9419.0, 9482.0, 9491.0, 9468.0, 9404.0, 9369.0, 9397.0, 9353.0, 9335.0, 9377.0, 9382.0, 9448.0, 9459.0, 9540.0, 9507.0, 9459.0, 9504.0, 9421.0, 9474.0, 9411.0, 9373.0, 9464.0, 9430.0, 9500.0, 9471.0, 9508.0, 9487.0, 9436.0, 9487.0, 9426.0, 9474.0, 9425.0, 9487.0, 9456.0, 9467.0, 9469.0, 9424.0, 9483.0, 9413.0, 9461.0, 9408.0, 9458.0, 9420.0, 9459.0, 9428.0, 9454.0, 9462.0, 9420.0, 9478.0, 9439.0, 9512.0, 9457.0, 9512.0, 9423.0, 9507.0, 9436.0, 9488.0, 9433.0, 9502.0, 9453.0, 9519.0, 9466.0, 9499.0, 9446.0, 9443.0, 9443.0, 9416.0, 9474.0, 9421.0, 9506.0, 9451.0, 9505.0, 9456.0, 9505.0, 9468.0, 9477.0, 9481.0, 9425.0, 9479.0, 9437.0, 9488.0, 9447.0, 9505.0, 9479.0, 9476.0, 9447.0, 9418.0, 9470.0, 9413.0, 9479.0, 9431.0, 9481.0, 9438.0, 9474.0, 9421.0, 9430.0, 9419.0, 9399.0, 9433.0, 9391.0, 9461.0, 9406.0, 9458.0, 9408.0, 9458.0, 9424.0, 9472.0, 9424.0, 9447.0, 9425.0, 9395.0, 9442.0, 9412.0, 9468.0, 9429.0, 9469.0, 9435.0, 9489.0, 9458.0, 9503.0, 9453.0, 9501.0, 9432.0, 9486.0, 9440.0, 9487.0, 9439.0, 9501.0, 9437.0, 9486.0, 9434.0, 9485.0, 9452.0, 9505.0, 9467.0, 9451.0, 9454.0, 9433.0, 9466.0, 9420.0, 9478.0, 9440.0, 9494.0, 9440.0, 9506.0, 9438.0, 9486.0, 9436.0, 9506.0, 9469.0, 9505.0, 9466.0, 9446.0, 9448.0, 9416.0, 9460.0, 9418.0, 9489.0, 9430.0, 9485.0, 9413.0, 9467.0, 9428.0, 9481.0, 9447.0, 9486.0, 9462.0, 9413.0, 9443.0, 9410.0, 9455.0, 9410.0, 9467.0, 9432.0, 9498.0, 9431.0, 9483.0, 9430.0, 9466.0, 9440.0, 9450.0, 9438.0, 9392.0, 9450.0, 9408.0, 9451.0, 9414.0, 9463.0, 9413.0, 9466.0, 9434.0, 9489.0, 9467.0, 9473.0, 9440.0, 9434.0, 9435.0, 9456.0, 9451.0, 9483.0, 9484.0, 9431.0, 9475.0, 9416.0, 9474.0, 9433.0, 9484.0, 9438.0, 9499.0, 9449.0, 9500.0, 9460.0, 9501.0, 9459.0, 9448.0, 9468.0, 9452.0, 9493.0, 9455.0, 9505.0, 9456.0, 9527.0, 9496.0, 9480.0, 9508.0, 9492.0, 9529.0, 9476.0, 9509.0, 9503.0, 9453.0, 9478.0, 9438.0, 9492.0, 9451.0, 9500.0, 9476.0, 9419.0, 9458.0, 9429.0, 9479.0, 9428.0, 9464.0, 9428.0, 9412.0, 9484.0, 9416.0, 9480.0, 9431.0, 9450.0, 9443.0, 9397.0, 9451.0, 9406.0, 9464.0, 9409.0, 9459.0, 9422.0, 9461.0, 9424.0, 9422.0, 9413.0, 9414.0, 9461.0, 9435.0, 9491.0, 9437.0, 9490.0, 9451.0, 9485.0, 9436.0, 9488.0, 9435.0, 9494.0, 9457.0, 9509.0, 9472.0, 9488.0, 9474.0, 9503.0, 9415.0, 9386.0, 9371.0, 9389.0, 9439.0, 9435.0, 9490.0, 9502.0, 9588.0, 9505.0, 9583.0, 9552.0, 9545.0, 9516.0, 9452.0, 9492.0, 9474.0, 9480.0, 9476.0, 9498.0, 9479.0, 9525.0, 9488.0, 9480.0, 9467.0, 9432.0, 9457.0, 9425.0, 9466.0, 9425.0, 9481.0, 9427.0, 9482.0, 9429.0, 9478.0, 9428.0, 9461.0, 9423.0, 9458.0, 9425.0, 9478.0, 9442.0, 9475.0, 9428.0, 9463.0, 9443.0, 9422.0, 9428.0, 9409.0, 9429.0, 9425.0, 9450.0, 9452.0, 9484.0, 9448.0, 9495.0, 9450.0, 9477.0, 9449.0, 9489.0, 9449.0, 9499.0, 9472.0, 9501.0, 9471.0, 9481.0, 9464.0, 9475.0, 9449.0, 9496.0, 9471.0, 9504.0, 9454.0, 9486.0, 9478.0, 9467.0, 9454.0, 9465.0, 9467.0, 9452.0, 9495.0, 9449.0, 9487.0, 9446.0, 9481.0, 9428.0, 9484.0, 9445.0, 9479.0, 9456.0, 9462.0, 9419.0, 9406.0, 9421.0, 9405.0, 9451.0, 9421.0, 9475.0, 9432.0, 9473.0, 9477.0, 9452.0, 9355.0, 9367.0, 9401.0, 9380.0, 9414.0, 9420.0, 9456.0, 9492.0, 9464.0, 9523.0, 9458.0, 9420.0, 9435.0, 9413.0, 9438.0, 9418.0, 9474.0, 9431.0, 9445.0, 9478.0, 9450.0, 9507.0, 9456.0, 9487.0, 9447.0, 9448.0, 9430.0, 9431.0, 9448.0, 9431.0, 9493.0, 9449.0, 9492.0, 9454.0, 9508.0, 9468.0, 9487.0, 9447.0, 9433.0, 9447.0, 9448.0, 9470.0, 9494.0, 9515.0, 9471.0, 9499.0, 9469.0, 9499.0, 9466.0, 9497.0, 9448.0, 9495.0, 9449.0, 9503.0, 9447.0, 9471.0, 9434.0, 9468.0, 9453.0, 9487.0, 9451.0, 9486.0, 9446.0, 9443.0, 9449.0, 9445.0, 9481.0, 9446.0, 9487.0, 9450.0, 9487.0, 9447.0, 9482.0, 9453.0, 9488.0, 9466.0, 9430.0, 9461.0, 9442.0, 9451.0, 9426.0, 9461.0, 9425.0, 9462.0, 9446.0, 9480.0, 9439.0, 9407.0, 9425.0, 9405.0, 9420.0, 9404.0, 9432.0, 9422.0, 9463.0, 9428.0, 9467.0, 9450.0, 9467.0, 9447.0, 9470.0, 9439.0, 9458.0, 9447.0, 9429.0, 9448.0, 9431.0, 9465.0, 9448.0, 9474.0, 9446.0, 9474.0, 9448.0, 9469.0, 9449.0, 9487.0, 9450.0, 9498.0, 9449.0, 9457.0, 9444.0, 9438.0, 9430.0, 9424.0, 9472.0, 9428.0, 9473.0, 9447.0, 9466.0, 9443.0, 9463.0, 9431.0, 9480.0, 9442.0, 9467.0, 9431.0, 9425.0, 9447.0, 9427.0, 9470.0, 9429.0, 9470.0, 9445.0, 9470.0, 9451.0, 9461.0, 9465.0, 9447.0, 9475.0, 9449.0, 9485.0, 9449.0, 9486.0, 9456.0, 9485.0, 9463.0, 9428.0, 9446.0, 9425.0, 9441.0, 9405.0, 9454.0, 9422.0, 9480.0, 9425.0, 9467.0, 9431.0, 9467.0, 9429.0, 9440.0, 9443.0, 9444.0, 9474.0, 9447.0, 9486.0, 9450.0, 9487.0, 9449.0, 9485.0, 9445.0, 9469.0, 9450.0, 9444.0, 9469.0, 9463.0, 9465.0, 9468.0, 9480.0, 9467.0, 9538.0, 9502.0, 9528.0, 9472.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.002625357142857143</td></tr>
<tr><td colspan=3>aqi</td><td>0.026653364400921656</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.24476139100345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2004308491349482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0151474463667822</td></tr>
<tr><td colspan=3>efc</td><td>0.4546</td></tr>
<tr><td colspan=3>fber</td><td>5248.6001</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09536563441911039</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>54</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.221198156682028</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.347341923876393</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.294777399833698</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5473224847216445</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1999258870738365</td></tr>
<tr><td colspan=3>gcor</td><td>0.0115636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018546538427472115</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01705033704638481</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.965695925883845</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>37.0712</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4448</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.2319</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308696.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>764.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>359.4201</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>535.1588</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3550.7889</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1211.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>946.8634</td></tr>
<tr><td colspan=3>tsnr</td><td>37.95607496262528</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>