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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0053_ses-03_task-social_acq-mb8_run-01_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-0053_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_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-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0053_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_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-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-03_task-social_acq-mb8_run-01_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-0053/ses-03/func/sub-0053_ses-03_task-social_acq-mb8_run-01_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>a8b4bff5bf08091b8157b93987fa9473</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:39:5.927500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996723, 0.0351561, -0.0728516, -0.0396841, 0.997308, -0.061667]</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-01_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.0812003</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7705, -7249, 466, -27, -18, -31, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 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>245.092</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ca90cee3-783b-455d-9960-9bed5e34a190||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6741349697113037, -0.10646944493055344, -0.1903161257505417, 119.3976058959961], [-0.0943213403224945, 2.675703287124634, -0.17376112937927246, -81.53611755371094], [-0.19545544683933258, 0.16544808447360992, 2.6876730918884277, -57.602256774902344], [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': ['163905.927500', '163906.387500', '163906.847500', '163907.307500', '163907.767500', '163908.227500', '163908.687500', '163909.147500', '163909.607500', '163910.067500', '163910.527500', '163910.987500', '163911.447500', '163911.907500', '163912.367500', '163912.827500', '163913.287500', '163913.747500', '163914.207500', '163914.667500', '163915.127500', '163915.587500', '163916.047500', '163916.507500', '163916.967500', '163917.427500', '163917.887500', '163918.347500', '163918.807500', '163919.267500', '163919.727500', '163920.187500', '163920.647500', '163921.107500', '163921.567500', '163922.027500', '163922.487500', '163922.947500', '163923.407500', '163923.867500', '163924.327500', '163924.787500', '163925.247500', '163925.707500', '163926.167500', '163926.627500', '163927.087500', '163927.547500', '163928.007500', '163928.467500', '163928.927500', '163929.387500', '163929.847500', '163930.307500', '163930.767500', '163931.227500', '163931.687500', '163932.147500', '163932.607500', '163933.067500', '163933.527500', '163933.987500', '163934.447500', '163934.907500', '163935.367500', '163935.827500', '163936.287500', '163936.747500', '163937.207500', '163937.667500', '163938.127500', '163938.587500', '163939.047500', '163939.507500', '163939.967500', '163940.427500', '163940.887500', '163941.347500', '163941.807500', '163942.267500', '163942.727500', '163943.187500', '163943.647500', '163944.107500', '163944.567500', '163945.027500', '163945.487500', '163945.947500', '163946.407500', '163946.867500', '163947.327500', '163947.787500', '163948.247500', '163948.707500', '163949.167500', '163949.627500', '163950.087500', '163950.547500', '163951.007500', '163951.467500', '163951.927500', '163952.387500', '163952.847500', '163953.307500', '163953.767500', '163954.227500', '163954.687500', '163955.147500', '163955.607500', '163956.067500', '163956.527500', '163956.987500', '163957.447500', '163957.907500', '163958.367500', '163958.827500', '163959.287500', '163959.747500', '164000.207500', '164000.667500', '164001.127500', '164001.587500', '164002.047500', '164002.507500', '164002.967500', '164003.427500', '164003.887500', '164004.347500', '164004.807500', '164005.267500', '164005.727500', '164006.187500', '164006.647500', '164007.107500', '164007.567500', '164008.027500', '164008.487500', '164008.947500', '164009.407500', '164009.867500', '164010.327500', '164010.787500', '164011.247500', '164011.707500', '164012.167500', '164012.627500', '164013.087500', '164013.547500', '164014.007500', '164014.467500', '164014.927500', '164015.387500', '164015.847500', '164016.307500', '164016.767500', '164017.227500', '164017.687500', '164018.147500', '164018.607500', '164019.067500', '164019.527500', '164019.987500', '164020.447500', '164020.907500', '164021.367500', '164021.827500', '164022.287500', '164022.747500', '164023.207500', '164023.667500', '164024.127500', '164024.587500', '164025.047500', '164025.507500', '164025.967500', '164026.427500', '164026.887500', '164027.347500', '164027.807500', '164028.267500', '164028.727500', '164029.187500', '164029.647500', '164030.107500', '164030.567500', '164031.027500', '164031.487500', '164031.947500', '164032.407500', '164032.867500', '164033.327500', '164033.787500', '164034.247500', '164034.707500', '164035.167500', '164035.627500', '164036.087500', '164036.547500', '164037.007500', '164037.467500', '164037.927500', '164038.387500', '164038.847500', '164039.307500', '164039.767500', '164040.227500', '164040.687500', '164041.147500', '164041.607500', '164042.067500', '164042.527500', '164042.987500', '164043.447500', '164043.907500', '164044.367500', '164044.827500', '164045.287500', '164045.747500', '164046.207500', '164046.667500', '164047.127500', '164047.587500', '164048.047500', '164048.507500', '164048.967500', '164049.427500', '164049.887500', '164050.347500', '164050.807500', '164051.267500', '164051.727500', '164052.187500', '164052.647500', '164053.107500', '164053.567500', '164054.027500', '164054.487500', '164054.947500', '164055.407500', '164055.867500', '164056.327500', '164056.787500', '164057.247500', '164057.707500', '164058.167500', '164058.627500', '164059.087500', '164059.547500', '164100.007500', '164100.467500', '164100.927500', '164101.387500', '164101.847500', '164102.307500', '164102.767500', '164103.227500', '164103.687500', '164104.147500', '164104.607500', '164105.067500', '164105.527500', '164105.987500', '164106.447500', '164106.907500', '164107.367500', '164107.827500', '164108.287500', '164108.747500', '164109.207500', '164109.667500', '164110.127500', '164110.587500', '164111.047500', '164111.507500', '164111.967500', '164112.427500', '164112.887500', '164113.347500', '164113.807500', '164114.267500', '164114.727500', '164115.187500', '164115.647500', '164116.107500', '164116.567500', '164117.027500', '164117.487500', '164117.947500', '164118.407500', '164118.867500', '164119.327500', '164119.787500', '164120.247500', '164120.707500', '164121.167500', '164121.627500', '164122.087500', '164122.547500', '164123.007500', '164123.467500', '164123.927500', '164124.387500', '164124.847500', '164125.307500', '164125.767500', '164126.227500', '164126.687500', '164127.147500', '164127.607500', '164128.067500', '164128.527500', '164128.987500', '164129.447500', '164129.907500', '164130.367500', '164130.827500', '164131.287500', '164131.747500', '164132.207500', '164132.667500', '164133.127500', '164133.587500', '164134.047500', '164134.507500', '164134.967500', '164135.427500', '164135.887500', '164136.347500', '164136.807500', '164137.267500', '164137.727500', '164138.187500', '164138.647500', '164139.107500', '164139.567500', '164140.027500', '164140.487500', '164140.947500', '164141.407500', '164141.867500', '164142.327500', '164142.787500', '164143.247500', '164143.707500', '164144.167500', '164144.627500', '164145.087500', '164145.547500', '164146.007500', '164146.467500', '164146.927500', '164147.387500', '164147.847500', '164148.307500', '164148.767500', '164149.227500', '164149.687500', '164150.147500', '164150.607500', '164151.067500', '164151.527500', '164151.987500', '164152.447500', '164152.907500', '164153.367500', '164153.827500', '164154.287500', '164154.747500', '164155.207500', '164155.667500', '164156.127500', '164156.587500', '164157.047500', '164157.507500', '164157.967500', '164158.427500', '164158.887500', '164159.347500', '164159.807500', '164200.267500', '164200.727500', '164201.187500', '164201.647500', '164202.107500', '164202.567500', '164203.027500', '164203.487500', '164203.947500', '164204.407500', '164204.867500', '164205.327500', '164205.787500', '164206.247500', '164206.707500', '164207.167500', '164207.627500', '164208.087500', '164208.547500', '164209.007500', '164209.467500', '164209.927500', '164210.387500', '164210.847500', '164211.307500', '164211.767500', '164212.227500', '164212.687500', '164213.147500', '164213.607500', '164214.067500', '164214.527500', '164214.987500', '164215.447500', '164215.907500', '164216.367500', '164216.827500', '164217.287500', '164217.747500', '164218.207500', '164218.667500', '164219.127500', '164219.587500', '164220.047500', '164220.507500', '164220.967500', '164221.427500', '164221.887500', '164222.347500', '164222.807500', '164223.267500', '164223.727500', '164224.187500', '164224.647500', '164225.107500', '164225.567500', '164226.027500', '164226.487500', '164226.947500', '164227.407500', '164227.867500', '164228.327500', '164228.787500', '164229.247500', '164229.707500', '164230.167500', '164230.627500', '164231.087500', '164231.547500', '164232.007500', '164232.467500', '164232.927500', '164233.387500', '164233.847500', '164234.307500', '164234.767500', '164235.227500', '164235.687500', '164236.147500', '164236.607500', '164237.067500', '164237.527500', '164237.987500', '164238.447500', '164238.907500', '164239.367500', '164239.827500', '164240.287500', '164240.747500', '164241.207500', '164241.667500', '164242.127500', '164242.587500', '164243.047500', '164243.507500', '164243.967500', '164244.427500', '164244.887500', '164245.347500', '164245.807500', '164246.267500', '164246.727500', '164247.187500', '164247.647500', '164248.107500', '164248.567500', '164249.027500', '164249.487500', '164249.947500', '164250.407500', '164250.867500', '164251.327500', '164251.787500', '164252.247500', '164252.707500', '164253.167500', '164253.627500', '164254.087500', '164254.547500', '164255.007500', '164255.467500', '164255.927500', '164256.387500', '164256.847500', '164257.307500', '164257.767500', '164258.227500', '164258.687500', '164259.147500', '164259.607500', '164300.067500', '164300.527500', '164300.987500', '164301.447500', '164301.907500', '164302.367500', '164302.827500', '164303.287500', '164303.747500', '164304.207500', '164304.667500', '164305.127500', '164305.587500', '164306.047500', '164306.507500', '164306.967500', '164307.427500', '164307.887500', '164308.347500', '164308.807500', '164309.267500', '164309.727500', '164310.187500', '164310.647500', '164311.107500', '164311.567500', '164312.027500', '164312.487500', '164312.947500', '164313.407500', '164313.867500', '164314.327500', '164314.787500', '164315.247500', '164315.707500', '164316.167500', '164316.627500', '164317.087500', '164317.547500', '164318.007500', '164318.467500', '164318.927500', '164319.387500', '164319.847500', '164320.307500', '164320.767500', '164321.227500', '164321.687500', '164322.147500', '164322.607500', '164323.067500', '164323.527500', '164323.987500', '164324.447500', '164324.907500', '164325.367500', '164325.827500', '164326.287500', '164326.747500', '164327.207500', '164327.667500', '164328.127500', '164328.587500', '164329.047500', '164329.507500', '164329.967500', '164330.427500', '164330.887500', '164331.347500', '164331.807500', '164332.267500', '164332.727500', '164333.187500', '164333.647500', '164334.107500', '164334.567500', '164335.027500', '164335.487500', '164335.947500', '164336.407500', '164336.867500', '164337.327500', '164337.787500', '164338.247500', '164338.707500', '164339.167500', '164339.627500', '164340.087500', '164340.547500', '164341.007500', '164341.467500', '164341.927500', '164342.387500', '164342.847500', '164343.307500', '164343.767500', '164344.227500', '164344.687500', '164345.147500', '164345.607500', '164346.067500', '164346.527500', '164346.987500', '164347.447500', '164347.907500', '164348.367500', '164348.827500', '164349.287500', '164349.747500', '164350.207500', '164350.667500', '164351.127500', '164351.587500', '164352.047500', '164352.507500', '164352.967500', '164353.427500', '164353.887500', '164354.347500', '164354.807500', '164355.267500', '164355.727500', '164356.187500', '164356.647500', '164357.107500', '164357.567500', '164358.027500', '164358.487500', '164358.947500', '164359.407500', '164359.867500', '164400.327500', '164400.787500', '164401.247500', '164401.707500', '164402.167500', '164402.627500', '164403.087500', '164403.547500', '164404.007500', '164404.467500', '164404.927500', '164405.387500', '164405.847500', '164406.307500', '164406.767500', '164407.227500', '164407.687500', '164408.147500', '164408.607500', '164409.067500', '164409.527500', '164409.987500', '164410.447500', '164410.907500', '164411.367500', '164411.827500', '164412.287500', '164412.747500', '164413.207500', '164413.667500', '164414.127500', '164414.587500', '164415.047500', '164415.507500', '164415.967500', '164416.427500', '164416.887500', '164417.347500', '164417.807500', '164418.267500', '164418.727500', '164419.187500', '164419.647500', '164420.107500', '164420.567500', '164421.027500', '164421.487500', '164421.947500', '164422.407500', '164422.867500', '164423.327500', '164423.787500', '164424.247500', '164424.707500', '164425.167500', '164425.627500', '164426.087500', '164426.547500', '164427.007500', '164427.467500', '164427.927500', '164428.387500', '164428.847500', '164429.307500', '164429.767500', '164430.227500', '164430.687500', '164431.147500', '164431.607500', '164432.067500', '164432.527500', '164432.987500', '164433.447500', '164433.907500', '164434.367500', '164434.827500', '164435.287500', '164435.747500', '164436.207500', '164436.667500', '164437.127500', '164437.587500', '164438.047500', '164438.507500', '164438.967500', '164439.427500', '164439.887500', '164440.347500', '164440.807500', '164441.267500', '164441.727500', '164442.187500', '164442.647500', '164443.107500', '164443.567500', '164444.027500', '164444.487500', '164444.947500', '164445.407500', '164445.867500', '164446.327500', '164446.787500', '164447.247500', '164447.707500', '164448.167500', '164448.627500', '164449.087500', '164449.547500', '164450.007500', '164450.467500', '164450.927500', '164451.387500', '164451.847500', '164452.307500', '164452.767500', '164453.227500', '164453.687500', '164454.147500', '164454.607500', '164455.067500', '164455.527500', '164455.987500', '164456.447500', '164456.907500', '164457.367500', '164457.827500', '164458.287500', '164458.747500', '164459.207500', '164459.667500', '164500.127500', '164500.587500', '164501.047500', '164501.507500', '164501.967500', '164502.427500', '164502.887500', '164503.347500', '164503.807500', '164504.267500', '164504.727500', '164505.187500', '164505.647500', '164506.107500', '164506.567500', '164507.027500', '164507.487500', '164507.947500', '164508.407500', '164508.867500', '164509.327500', '164509.787500', '164510.247500', '164510.707500', '164511.167500', '164511.627500', '164512.087500', '164512.547500', '164513.007500', '164513.467500', '164513.927500', '164514.387500', '164514.847500', '164515.307500', '164515.767500', '164516.227500', '164516.687500', '164517.147500', '164517.607500', '164518.067500', '164518.527500', '164518.987500', '164519.447500', '164519.907500', '164520.367500', '164520.827500', '164521.287500', '164521.747500', '164522.207500', '164522.667500', '164523.127500', '164523.587500', '164524.047500', '164524.507500', '164524.967500', '164525.427500', '164525.887500', '164526.347500', '164526.807500', '164527.267500', '164527.727500', '164528.187500', '164528.647500', '164529.107500', '164529.567500', '164530.027500', '164530.487500', '164530.947500', '164531.407500', '164531.867500', '164532.327500', '164532.787500', '164533.247500', '164533.707500', '164534.167500', '164534.627500', '164535.087500', '164535.547500', '164536.007500', '164536.467500', '164536.927500', '164537.387500', '164537.847500', '164538.307500', '164538.767500', '164539.227500', '164539.687500', '164540.147500', '164540.607500', '164541.067500', '164541.527500', '164541.987500', '164542.447500', '164542.907500', '164543.367500', '164543.827500', '164544.287500', '164544.747500', '164545.207500', '164545.667500', '164546.127500', '164546.587500'], 'ContentTime': ['163917.980000', '163917.983000', '163917.986000', '163917.995000', '163917.998000', '163918.000000', '163918.003000', '163918.005000', '163918.008000', '163918.011000', '163918.013000', '163918.016000', '163918.025000', '163918.028000', '163918.030000', '163918.033000', '163918.036000', '163918.038000', '163918.041000', '163918.043000', '163918.046000', '163918.048000', '163918.051000', '163918.053000', '163937.954000', '163937.957000', '163937.960000', '163937.962000', '163937.965000', '163937.971000', '163937.973000', '163937.976000', '163937.979000', '163937.981000', '163937.984000', '163937.986000', '163937.989000', '163937.991000', '163937.994000', '163937.996000', '163937.999000', '163938.002000', '163938.004000', '163938.007000', '163938.010000', '163938.012000', '163938.015000', '163938.017000', '163938.020000', '163938.022000', '163938.025000', '163938.028000', '163938.030000', '163938.033000', '163938.035000', '163938.038000', '163938.040000', '163938.043000', '163938.045000', '163938.048000', '163938.051000', '163938.053000', '163938.056000', '163938.058000', '163938.061000', '163938.064000', '163938.066000', '163938.069000', '163957.955000', '163957.958000', '163957.961000', '163957.963000', '163957.966000', '163957.969000', '163957.971000', '163957.974000', '163957.976000', '163957.979000', '163957.981000', '163957.984000', '163957.987000', '163957.989000', '163957.992000', '163957.994000', '163957.997000', '163958.001000', '163958.003000', '163958.006000', '163958.008000', '163958.011000', '163958.013000', '163958.016000', '163958.018000', '163958.021000', '163958.024000', '163958.026000', '163958.029000', '163958.031000', '163958.034000', '163958.037000', '163958.039000', '163958.042000', '163958.044000', '163958.047000', '163958.050000', '163958.052000', '163958.055000', '163958.057000', '163958.060000', '163958.062000', '163958.065000', '164017.955000', '164017.958000', '164017.961000', '164017.963000', '164017.966000', '164017.969000', '164017.971000', '164017.974000', '164017.976000', '164017.979000', '164017.982000', '164017.984000', '164017.987000', '164017.989000', '164017.992000', '164017.994000', '164017.997000', '164018.001000', '164018.003000', '164018.006000', '164018.008000', '164018.011000', '164018.014000', '164018.016000', '164018.019000', '164018.021000', '164018.024000', '164018.026000', '164018.029000', '164018.032000', '164018.034000', '164018.037000', '164018.039000', '164018.042000', '164018.045000', '164018.047000', '164018.050000', '164018.052000', '164018.055000', '164018.058000', '164018.060000', '164018.063000', '164018.065000', '164018.068000', '164037.955000', '164037.958000', '164037.961000', '164037.963000', '164037.966000', '164037.969000', '164037.971000', '164037.974000', '164037.976000', '164037.979000', '164037.981000', '164037.984000', '164037.986000', '164037.989000', '164037.992000', '164037.994000', '164037.997000', '164038.000000', '164038.002000', '164038.005000', '164038.007000', '164038.010000', '164038.012000', '164038.015000', '164038.017000', '164038.020000', '164038.022000', '164038.025000', '164038.028000', '164038.030000', '164038.033000', '164038.035000', '164038.038000', '164038.041000', '164038.043000', '164038.046000', '164038.048000', '164038.051000', '164038.053000', '164038.056000', '164038.058000', '164038.061000', '164038.064000', '164057.955000', '164057.957000', '164057.960000', '164057.963000', '164057.965000', '164057.968000', '164057.971000', '164057.974000', '164057.976000', '164057.979000', '164057.982000', '164057.984000', '164057.987000', '164058.006000', '164058.009000', '164058.011000', '164058.014000', '164058.017000', '164058.019000', '164058.022000', '164058.024000', '164058.027000', '164058.029000', '164058.032000', '164058.034000', '164058.037000', '164058.039000', '164058.042000', '164058.045000', '164058.047000', '164058.050000', '164058.052000', '164058.055000', '164058.057000', '164058.060000', '164058.063000', '164058.065000', '164058.068000', '164058.070000', '164058.073000', '164058.075000', '164058.078000', '164058.081000', '164058.083000', '164117.955000', '164117.957000', '164117.960000', '164117.963000', '164117.965000', '164117.968000', '164117.970000', '164117.973000', '164117.976000', '164117.978000', '164117.981000', '164117.983000', '164117.986000', '164117.989000', '164117.991000', '164117.994000', '164117.996000', '164117.999000', '164118.001000', '164118.004000', '164118.007000', '164118.009000', '164118.012000', '164118.014000', '164118.017000', '164118.020000', '164118.022000', '164118.025000', '164118.028000', '164118.030000', '164118.033000', '164118.035000', '164118.038000', '164118.041000', '164118.043000', '164118.046000', '164118.048000', '164118.051000', '164118.053000', '164118.056000', '164118.059000', '164118.061000', '164118.064000', '164137.955000', '164137.957000', '164137.960000', '164137.963000', '164137.965000', '164137.968000', '164137.971000', '164137.973000', '164137.976000', '164137.979000', '164137.981000', '164137.984000', '164137.987000', '164137.989000', '164137.992000', '164137.995000', '164137.997000', '164138.001000', '164138.004000', '164138.006000', '164138.009000', '164138.011000', '164138.014000', '164138.016000', '164138.019000', '164138.022000', '164138.024000', '164138.027000', '164138.029000', '164138.032000', '164138.035000', '164138.037000', '164138.040000', '164138.042000', '164138.045000', '164138.047000', '164138.050000', '164138.053000', '164138.055000', '164138.058000', '164138.060000', '164138.063000', '164138.066000', '164157.954000', '164157.957000', '164157.960000', '164157.962000', '164157.965000', '164157.968000', '164157.970000', '164157.973000', '164157.975000', '164157.978000', '164157.981000', '164157.983000', '164157.986000', '164157.989000', '164157.991000', '164157.994000', '164157.997000', '164158.000000', '164158.003000', '164158.005000', '164158.008000', '164158.010000', '164158.013000', '164158.016000', '164158.018000', '164158.021000', '164158.023000', '164158.026000', '164158.029000', '164158.031000', '164158.034000', '164158.036000', '164158.039000', '164158.041000', '164158.044000', '164158.047000', '164158.049000', '164158.052000', '164158.054000', '164158.057000', '164158.060000', '164158.062000', '164158.065000', '164158.067000', '164217.957000', '164217.961000', '164217.963000', '164217.966000', '164217.968000', '164217.971000', '164217.974000', '164217.976000', '164217.979000', '164217.981000', '164217.984000', '164217.987000', '164217.989000', '164217.992000', '164217.994000', '164217.997000', '164218.000000', '164218.002000', '164218.005000', '164218.007000', '164218.010000', '164218.013000', '164218.015000', '164218.018000', '164218.021000', '164218.023000', '164218.026000', '164218.028000', '164218.031000', '164218.034000', '164218.036000', '164218.039000', '164218.042000', '164218.044000', '164218.047000', '164218.049000', '164218.052000', '164218.054000', '164218.057000', '164218.060000', '164218.062000', '164218.065000', '164218.067000', '164237.955000', '164237.958000', '164237.961000', '164237.963000', '164237.966000', '164237.969000', '164237.971000', '164237.974000', '164237.976000', '164237.979000', '164237.981000', '164237.984000', '164237.987000', '164237.989000', '164237.992000', '164237.994000', '164237.997000', '164238.001000', '164238.003000', '164238.006000', '164238.008000', '164238.011000', '164238.013000', '164238.016000', '164238.019000', '164238.021000', '164238.024000', '164238.026000', '164238.029000', '164238.031000', '164238.034000', '164238.037000', '164238.039000', '164238.042000', '164238.044000', '164238.047000', '164238.049000', '164238.052000', '164238.055000', '164238.057000', '164238.060000', '164238.062000', '164238.065000', '164238.067000', '164257.956000', '164257.958000', '164257.961000', '164257.964000', '164257.966000', '164257.969000', '164257.971000', '164257.974000', '164257.977000', '164257.979000', '164257.982000', '164257.984000', '164257.987000', '164257.989000', '164257.992000', '164257.995000', '164257.997000', '164258.001000', '164258.003000', '164258.006000', '164258.009000', '164258.011000', '164258.014000', '164258.017000', '164258.019000', '164258.022000', '164258.024000', '164258.027000', '164258.030000', '164258.032000', '164258.035000', '164258.038000', '164258.040000', '164258.043000', '164258.045000', '164258.048000', '164258.051000', '164258.053000', '164258.056000', '164258.058000', '164258.061000', '164258.064000', '164258.066000', '164258.069000', '164317.955000', '164317.957000', '164317.960000', '164317.962000', '164317.965000', '164317.968000', '164317.970000', '164317.973000', '164317.976000', '164317.978000', '164317.981000', '164317.983000', '164317.986000', '164317.988000', '164317.991000', '164317.994000', '164317.996000', '164318.000000', '164318.002000', '164318.005000', '164318.008000', '164318.010000', '164318.013000', '164318.015000', '164318.018000', '164318.021000', '164318.023000', '164318.026000', '164318.028000', '164318.031000', '164318.033000', '164318.036000', '164318.039000', '164318.041000', '164318.044000', '164318.046000', '164318.049000', '164318.052000', '164318.054000', '164318.057000', '164318.059000', '164318.062000', '164318.065000', '164337.954000', '164337.957000', '164337.960000', '164337.962000', '164337.965000', '164337.968000', '164337.970000', '164337.973000', '164337.975000', '164337.978000', '164337.981000', '164337.983000', '164337.986000', '164337.988000', '164337.991000', '164337.994000', '164337.997000', '164338.000000', '164338.003000', '164338.006000', '164338.008000', '164338.011000', '164338.013000', '164338.016000', '164338.019000', '164338.021000', '164338.024000', '164338.026000', '164338.029000', '164338.032000', '164338.034000', '164338.037000', '164338.039000', '164338.042000', '164338.045000', '164338.047000', '164338.050000', '164338.053000', '164338.056000', '164338.058000', '164338.061000', '164338.063000', '164338.066000', '164357.954000', '164357.957000', '164357.960000', '164357.962000', '164357.965000', '164357.968000', '164357.970000', '164357.973000', '164357.976000', '164357.978000', '164357.981000', '164357.983000', '164357.986000', '164357.989000', '164357.991000', '164357.994000', '164357.996000', '164358.000000', '164358.003000', '164358.005000', '164358.019000', '164358.021000', '164358.024000', '164358.027000', '164358.029000', '164358.032000', '164358.035000', '164358.037000', '164358.040000', '164358.042000', '164358.045000', '164358.048000', '164358.050000', '164358.053000', '164358.055000', '164358.058000', '164358.061000', '164358.063000', '164358.066000', '164358.068000', '164358.071000', '164358.074000', '164358.076000', '164358.079000', '164417.955000', '164417.958000', '164417.960000', '164417.963000', '164417.965000', '164417.968000', '164417.971000', '164417.973000', '164417.976000', '164417.978000', '164417.981000', '164417.984000', '164417.986000', '164417.989000', '164417.991000', '164417.994000', '164417.996000', '164417.999000', '164418.002000', '164418.004000', '164418.007000', '164418.010000', '164418.012000', '164418.015000', '164418.017000', '164418.020000', '164418.022000', '164418.025000', '164418.028000', '164418.030000', '164418.033000', '164418.036000', '164418.038000', '164418.041000', '164418.044000', '164418.047000', '164418.049000', '164418.052000', '164418.055000', '164418.057000', '164418.060000', '164418.063000', '164418.065000', '164437.956000', '164437.958000', '164437.961000', '164437.964000', '164437.966000', '164437.969000', '164437.971000', '164437.974000', '164437.977000', '164437.979000', '164437.982000', '164437.984000', '164437.987000', '164437.990000', '164437.992000', '164437.995000', '164437.997000', '164438.000000', '164438.003000', '164438.005000', '164438.008000', '164438.011000', '164438.013000', '164438.016000', '164438.018000', '164438.021000', '164438.023000', '164438.026000', '164438.029000', '164438.031000', '164438.034000', '164438.036000', '164438.039000', '164438.041000', '164438.044000', '164438.047000', '164438.049000', '164438.052000', '164438.054000', '164438.057000', '164438.060000', '164438.062000', '164438.065000', '164438.067000', '164457.956000', '164457.958000', '164457.961000', '164457.964000', '164457.966000', '164457.969000', '164457.971000', '164457.974000', '164457.977000', '164457.979000', '164457.982000', '164457.984000', '164457.987000', '164457.990000', '164457.992000', '164457.995000', '164457.997000', '164458.001000', '164458.004000', '164458.006000', '164458.009000', '164458.011000', '164458.014000', '164458.017000', '164458.019000', '164458.022000', '164458.024000', '164458.027000', '164458.030000', '164458.032000', '164458.037000', '164458.040000', '164458.043000', '164458.045000', '164458.048000', '164458.051000', '164458.053000', '164458.056000', '164458.058000', '164458.061000', '164458.063000', '164458.066000', '164458.069000', '164517.955000', '164517.958000', '164517.961000', '164517.963000', '164517.966000', '164517.969000', '164517.971000', '164517.974000', '164517.976000', '164517.979000', '164517.981000', '164517.984000', '164517.987000', '164517.989000', '164517.992000', '164517.994000', '164517.997000', '164518.001000', '164518.003000', '164518.006000', '164518.009000', '164518.011000', '164518.014000', '164518.016000', '164518.019000', '164518.022000', '164518.024000', '164518.027000', '164518.030000', '164518.032000', '164518.035000', '164518.046000', '164518.048000', '164518.052000', '164518.055000', '164518.057000', '164518.060000', '164518.063000', '164518.065000', '164518.068000', '164518.070000', '164518.073000', '164518.076000', '164518.078000', '164537.954000', '164537.957000', '164537.960000', '164537.963000', '164537.965000', '164537.968000', '164537.970000', '164537.973000', '164537.975000', '164537.978000', '164537.981000', '164537.983000', '164537.986000', '164537.988000', '164537.991000', '164537.994000', '164537.996000', '164538.000000', '164538.002000', '164538.005000', '164538.007000', '164538.010000', '164538.013000', '164538.015000', '164538.018000', '164538.020000', '164538.023000', '164538.025000', '164538.028000', '164538.030000', '164538.034000', '164538.037000', '164538.039000', '164538.042000', '164538.045000', '164538.047000', '164538.050000', '164538.052000', '164538.055000', '164538.057000', '164538.060000', '164538.063000', '164538.065000', '164547.694000', '164547.697000', '164547.700000', '164547.702000', '164547.705000', '164547.708000', '164547.710000', '164547.713000', '164547.716000', '164547.718000', '164547.721000', '164547.724000', '164547.726000', '164547.732000', '164547.734000', '164547.737000', '164547.740000', '164547.748000', '164547.751000', '164547.755000', '164547.758000', '164547.765000'], 'InstanceCreationTime': ['163917.980000', '163917.983000', '163917.986000', '163917.995000', '163917.998000', '163918.000000', '163918.003000', '163918.005000', '163918.008000', '163918.011000', '163918.013000', '163918.016000', '163918.025000', '163918.028000', '163918.030000', '163918.033000', '163918.036000', '163918.038000', '163918.041000', '163918.043000', '163918.046000', '163918.048000', '163918.051000', '163918.053000', '163937.954000', '163937.957000', '163937.960000', '163937.962000', '163937.965000', '163937.971000', '163937.973000', '163937.976000', '163937.979000', '163937.981000', '163937.984000', '163937.986000', '163937.989000', '163937.991000', '163937.994000', '163937.996000', '163937.999000', '163938.002000', '163938.004000', '163938.007000', '163938.010000', '163938.012000', '163938.015000', '163938.017000', '163938.020000', '163938.022000', '163938.025000', '163938.028000', '163938.030000', '163938.033000', '163938.035000', '163938.038000', '163938.040000', '163938.043000', '163938.045000', '163938.048000', '163938.051000', '163938.053000', '163938.056000', '163938.058000', '163938.061000', '163938.064000', '163938.066000', '163938.069000', '163957.955000', '163957.958000', '163957.961000', '163957.963000', '163957.966000', '163957.969000', '163957.971000', '163957.974000', '163957.976000', '163957.979000', '163957.981000', '163957.984000', '163957.987000', '163957.989000', '163957.992000', '163957.994000', '163957.997000', '163958.001000', '163958.003000', '163958.006000', '163958.008000', '163958.011000', '163958.013000', '163958.016000', '163958.018000', '163958.021000', '163958.024000', '163958.026000', '163958.029000', '163958.031000', '163958.034000', '163958.037000', '163958.039000', '163958.042000', '163958.044000', '163958.047000', '163958.050000', '163958.052000', '163958.055000', '163958.057000', '163958.060000', '163958.062000', '163958.065000', '164017.955000', '164017.958000', '164017.961000', '164017.963000', '164017.966000', '164017.969000', '164017.971000', '164017.974000', '164017.976000', '164017.979000', '164017.982000', '164017.984000', '164017.987000', '164017.989000', '164017.992000', '164017.994000', '164017.997000', '164018.001000', '164018.003000', '164018.006000', '164018.008000', '164018.011000', '164018.014000', '164018.016000', '164018.019000', '164018.021000', '164018.024000', '164018.026000', '164018.029000', '164018.032000', '164018.034000', '164018.037000', '164018.039000', '164018.042000', '164018.045000', '164018.047000', '164018.050000', '164018.052000', '164018.055000', '164018.058000', '164018.060000', '164018.063000', '164018.065000', '164018.068000', '164037.955000', '164037.958000', '164037.961000', '164037.963000', '164037.966000', '164037.969000', '164037.971000', '164037.974000', '164037.976000', '164037.979000', '164037.981000', '164037.984000', '164037.986000', '164037.989000', '164037.992000', '164037.994000', '164037.997000', '164038.000000', '164038.002000', '164038.005000', '164038.007000', '164038.010000', '164038.012000', '164038.015000', '164038.017000', '164038.020000', '164038.022000', '164038.025000', '164038.028000', '164038.030000', '164038.033000', '164038.035000', '164038.038000', '164038.041000', '164038.043000', '164038.046000', '164038.048000', '164038.051000', '164038.053000', '164038.056000', '164038.058000', '164038.061000', '164038.064000', '164057.955000', '164057.957000', '164057.960000', '164057.963000', '164057.965000', '164057.968000', '164057.971000', '164057.974000', '164057.976000', '164057.979000', '164057.982000', '164057.984000', '164057.987000', '164058.006000', '164058.009000', '164058.011000', '164058.014000', '164058.017000', '164058.019000', '164058.022000', '164058.024000', '164058.027000', '164058.029000', '164058.032000', '164058.034000', '164058.037000', '164058.039000', '164058.042000', '164058.045000', '164058.047000', '164058.050000', '164058.052000', '164058.055000', '164058.057000', '164058.060000', '164058.063000', '164058.065000', '164058.068000', '164058.070000', '164058.073000', '164058.075000', '164058.078000', '164058.081000', '164058.083000', '164117.955000', '164117.957000', '164117.960000', '164117.963000', '164117.965000', '164117.968000', '164117.970000', '164117.973000', '164117.976000', '164117.978000', '164117.981000', '164117.983000', '164117.986000', '164117.989000', '164117.991000', '164117.994000', '164117.996000', '164117.999000', '164118.001000', '164118.004000', '164118.007000', '164118.009000', '164118.012000', '164118.014000', '164118.017000', '164118.020000', '164118.022000', '164118.025000', '164118.028000', '164118.030000', '164118.033000', '164118.035000', '164118.038000', '164118.041000', '164118.043000', '164118.046000', '164118.048000', '164118.051000', '164118.053000', '164118.056000', '164118.059000', '164118.061000', '164118.064000', '164137.955000', '164137.957000', '164137.960000', '164137.963000', '164137.965000', '164137.968000', '164137.971000', '164137.973000', '164137.976000', '164137.979000', '164137.981000', '164137.984000', '164137.987000', '164137.989000', '164137.992000', '164137.995000', '164137.997000', '164138.001000', '164138.004000', '164138.006000', '164138.009000', '164138.011000', '164138.014000', '164138.016000', '164138.019000', '164138.022000', '164138.024000', '164138.027000', '164138.029000', '164138.032000', '164138.035000', '164138.037000', '164138.040000', '164138.042000', '164138.045000', '164138.047000', '164138.050000', '164138.053000', '164138.055000', '164138.058000', '164138.060000', '164138.063000', '164138.066000', '164157.954000', '164157.957000', '164157.960000', '164157.962000', '164157.965000', '164157.968000', '164157.970000', '164157.973000', '164157.975000', '164157.978000', '164157.981000', '164157.983000', '164157.986000', '164157.989000', '164157.991000', '164157.994000', '164157.997000', '164158.000000', '164158.003000', '164158.005000', '164158.008000', '164158.010000', '164158.013000', '164158.016000', '164158.018000', '164158.021000', '164158.023000', '164158.026000', '164158.029000', '164158.031000', '164158.034000', '164158.036000', '164158.039000', '164158.041000', '164158.044000', '164158.047000', '164158.049000', '164158.052000', '164158.054000', '164158.057000', '164158.060000', '164158.062000', '164158.065000', '164158.067000', '164217.957000', '164217.961000', '164217.963000', '164217.966000', '164217.968000', '164217.971000', '164217.974000', '164217.976000', '164217.979000', '164217.981000', '164217.984000', '164217.987000', '164217.989000', '164217.992000', '164217.994000', '164217.997000', '164218.000000', '164218.002000', '164218.005000', '164218.007000', '164218.010000', '164218.013000', '164218.015000', '164218.018000', '164218.021000', '164218.023000', '164218.026000', '164218.028000', '164218.031000', '164218.034000', '164218.036000', '164218.039000', '164218.042000', '164218.044000', '164218.047000', '164218.049000', '164218.052000', '164218.054000', '164218.057000', '164218.060000', '164218.062000', '164218.065000', '164218.067000', '164237.955000', '164237.958000', '164237.961000', '164237.963000', '164237.966000', '164237.969000', '164237.971000', '164237.974000', '164237.976000', '164237.979000', '164237.981000', '164237.984000', '164237.987000', '164237.989000', '164237.992000', '164237.994000', '164237.997000', '164238.001000', '164238.003000', '164238.006000', '164238.008000', '164238.011000', '164238.013000', '164238.016000', '164238.019000', '164238.021000', '164238.024000', '164238.026000', '164238.029000', '164238.031000', '164238.034000', '164238.037000', '164238.039000', '164238.042000', '164238.044000', '164238.047000', '164238.049000', '164238.052000', '164238.055000', '164238.057000', '164238.060000', '164238.062000', '164238.065000', '164238.067000', '164257.956000', '164257.958000', '164257.961000', '164257.964000', '164257.966000', '164257.969000', '164257.971000', '164257.974000', '164257.977000', '164257.979000', '164257.982000', '164257.984000', '164257.987000', '164257.989000', '164257.992000', '164257.995000', '164257.997000', '164258.001000', '164258.003000', '164258.006000', '164258.009000', '164258.011000', '164258.014000', '164258.017000', '164258.019000', '164258.022000', '164258.024000', '164258.027000', '164258.030000', '164258.032000', '164258.035000', '164258.038000', '164258.040000', '164258.043000', '164258.045000', '164258.048000', '164258.051000', '164258.053000', '164258.056000', '164258.058000', '164258.061000', '164258.064000', '164258.066000', '164258.069000', '164317.955000', '164317.957000', '164317.960000', '164317.962000', '164317.965000', '164317.968000', '164317.970000', '164317.973000', '164317.976000', '164317.978000', '164317.981000', '164317.983000', '164317.986000', '164317.988000', '164317.991000', '164317.994000', '164317.996000', '164318.000000', '164318.002000', '164318.005000', '164318.008000', '164318.010000', '164318.013000', '164318.015000', '164318.018000', '164318.021000', '164318.023000', '164318.026000', '164318.028000', '164318.031000', '164318.033000', '164318.036000', '164318.039000', '164318.041000', '164318.044000', '164318.046000', '164318.049000', '164318.052000', '164318.054000', '164318.057000', '164318.059000', '164318.062000', '164318.065000', '164337.954000', '164337.957000', '164337.960000', '164337.962000', '164337.965000', '164337.968000', '164337.970000', '164337.973000', '164337.975000', '164337.978000', '164337.981000', '164337.983000', '164337.986000', '164337.988000', '164337.991000', '164337.994000', '164337.997000', '164338.000000', '164338.003000', '164338.006000', '164338.008000', '164338.011000', '164338.013000', '164338.016000', '164338.019000', '164338.021000', '164338.024000', '164338.026000', '164338.029000', '164338.032000', '164338.034000', '164338.037000', '164338.039000', '164338.042000', '164338.045000', '164338.047000', '164338.050000', '164338.053000', '164338.056000', '164338.058000', '164338.061000', '164338.063000', '164338.066000', '164357.954000', '164357.957000', '164357.960000', '164357.962000', '164357.965000', '164357.968000', '164357.970000', '164357.973000', '164357.976000', '164357.978000', '164357.981000', '164357.983000', '164357.986000', '164357.989000', '164357.991000', '164357.994000', '164357.996000', '164358.000000', '164358.003000', '164358.005000', '164358.019000', '164358.021000', '164358.024000', '164358.027000', '164358.029000', '164358.032000', '164358.035000', '164358.037000', '164358.040000', '164358.042000', '164358.045000', '164358.048000', '164358.050000', '164358.053000', '164358.055000', '164358.058000', '164358.061000', '164358.063000', '164358.066000', '164358.068000', '164358.071000', '164358.074000', '164358.076000', '164358.079000', '164417.955000', '164417.958000', '164417.960000', '164417.963000', '164417.965000', '164417.968000', '164417.971000', '164417.973000', '164417.976000', '164417.978000', '164417.981000', '164417.984000', '164417.986000', '164417.989000', '164417.991000', '164417.994000', '164417.996000', '164417.999000', '164418.002000', '164418.004000', '164418.007000', '164418.010000', '164418.012000', '164418.015000', '164418.017000', '164418.020000', '164418.022000', '164418.025000', '164418.028000', '164418.030000', '164418.033000', '164418.036000', '164418.038000', '164418.041000', '164418.044000', '164418.047000', '164418.049000', '164418.052000', '164418.055000', '164418.057000', '164418.060000', '164418.063000', '164418.065000', '164437.956000', '164437.958000', '164437.961000', '164437.964000', '164437.966000', '164437.969000', '164437.971000', '164437.974000', '164437.977000', '164437.979000', '164437.982000', '164437.984000', '164437.987000', '164437.990000', '164437.992000', '164437.995000', '164437.997000', '164438.000000', '164438.003000', '164438.005000', '164438.008000', '164438.011000', '164438.013000', '164438.016000', '164438.018000', '164438.021000', '164438.023000', '164438.026000', '164438.029000', '164438.031000', '164438.034000', '164438.036000', '164438.039000', '164438.041000', '164438.044000', '164438.047000', '164438.049000', '164438.052000', '164438.054000', '164438.057000', '164438.060000', '164438.062000', '164438.065000', '164438.067000', '164457.956000', '164457.958000', '164457.961000', '164457.964000', '164457.966000', '164457.969000', '164457.971000', '164457.974000', '164457.977000', '164457.979000', '164457.982000', '164457.984000', '164457.987000', '164457.990000', '164457.992000', '164457.995000', '164457.997000', '164458.001000', '164458.004000', '164458.006000', '164458.009000', '164458.011000', '164458.014000', '164458.017000', '164458.019000', '164458.022000', '164458.024000', '164458.027000', '164458.030000', '164458.032000', '164458.037000', '164458.040000', '164458.043000', '164458.045000', '164458.048000', '164458.051000', '164458.053000', '164458.056000', '164458.058000', '164458.061000', '164458.063000', '164458.066000', '164458.069000', '164517.955000', '164517.958000', '164517.961000', '164517.963000', '164517.966000', '164517.969000', '164517.971000', '164517.974000', '164517.976000', '164517.979000', '164517.981000', '164517.984000', '164517.987000', '164517.989000', '164517.992000', '164517.994000', '164517.997000', '164518.001000', '164518.003000', '164518.006000', '164518.009000', '164518.011000', '164518.014000', '164518.016000', '164518.019000', '164518.022000', '164518.024000', '164518.027000', '164518.030000', '164518.032000', '164518.035000', '164518.046000', '164518.048000', '164518.052000', '164518.055000', '164518.057000', '164518.060000', '164518.063000', '164518.065000', '164518.068000', '164518.070000', '164518.073000', '164518.076000', '164518.078000', '164537.954000', '164537.957000', '164537.960000', '164537.963000', '164537.965000', '164537.968000', '164537.970000', '164537.973000', '164537.975000', '164537.978000', '164537.981000', '164537.983000', '164537.986000', '164537.988000', '164537.991000', '164537.994000', '164537.996000', '164538.000000', '164538.002000', '164538.005000', '164538.007000', '164538.010000', '164538.013000', '164538.015000', '164538.018000', '164538.020000', '164538.023000', '164538.025000', '164538.028000', '164538.030000', '164538.034000', '164538.037000', '164538.039000', '164538.042000', '164538.045000', '164538.047000', '164538.050000', '164538.052000', '164538.055000', '164538.057000', '164538.060000', '164538.063000', '164538.065000', '164547.694000', '164547.697000', '164547.700000', '164547.702000', '164547.705000', '164547.708000', '164547.710000', '164547.713000', '164547.716000', '164547.718000', '164547.721000', '164547.724000', '164547.726000', '164547.732000', '164547.734000', '164547.737000', '164547.740000', '164547.748000', '164547.751000', '164547.755000', '164547.758000', '164547.765000'], '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': [7623, 10688, 7756, 10097, 6722, 7608, 8342, 7243, 9610, 6519, 8091, 6875, 7331, 6627, 8431, 7420, 9340, 7065, 8334, 10432, 7119, 9375, 10799, 7478, 11180, 7333, 7661, 8001, 7416, 10174, 7018, 7268, 6666, 7565, 9508, 6716, 7374, 6193, 7195, 8801, 7093, 9620, 6727, 8346, 6430, 7306, 11009, 6931, 9894, 6635, 7604, 7447, 7206, 9850, 6744, 9406, 6668, 7905, 8863, 7191, 10964, 7407, 9869, 7037, 9467, 6687, 8659, 6744, 9585, 6904, 9413, 6536, 7790, 10704, 7509, 9892, 8308, 7394, 10277, 7549, 9358, 6932, 7180, 6644, 7416, 8247, 7232, 7552, 7271, 9626, 6874, 9246, 6467, 7363, 11259, 7032, 9902, 6700, 7395, 9686, 6967, 10239, 6599, 7618, 7654, 7182, 9818, 6711, 8015, 6507, 6931, 9926, 7114, 9820, 6566, 7483, 7569, 7119, 10551, 6994, 8282, 6442, 7255, 10021, 6751, 8492, 7989, 7410, 10794, 7240, 9385, 6560, 7310, 10020, 6940, 9349, 8507, 7518, 11133, 7336, 9717, 6676, 7700, 9988, 7090, 10584, 7271, 9023, 6905, 7815, 10234, 7504, 10118, 6541, 8337, 10684, 7975, 10733, 7175, 8205, 8124, 7445, 11011, 6953, 8921, 8549, 7211, 11081, 7626, 7873, 6536, 8030, 9779, 6630, 9585, 7931, 7229, 6991, 6534, 7312, 7021, 8666, 6796, 7897, 6733, 6787, 10295, 7615, 8501, 7128, 9287, 7621, 10985, 7643, 9622, 7021, 7807, 11360, 6956, 7827, 10343, 7660, 9663, 7009, 7456, 6419, 7405, 9055, 6957, 8022, 6212, 7654, 7714, 7240, 9468, 6932, 7690, 7252, 7502, 10457, 7861, 10212, 7188, 7923, 7135, 7614, 11245, 7421, 9027, 9262, 7716, 11116, 7760, 9339, 7060, 8005, 10430, 7786, 10854, 7571, 7894, 6900, 7711, 10114, 7675, 8144, 7561, 8174, 11088, 7445, 8932, 8667, 7938, 11158, 7750, 9344, 7012, 7790, 11072, 7560, 9109, 8416, 7933, 11282, 7791, 7635, 6757, 7997, 10723, 8057, 8788, 7154, 7553, 6554, 8110, 9599, 7742, 9729, 7583, 8463, 10253, 7778, 10650, 7228, 8178, 9928, 7830, 10386, 7413, 8264, 7349, 7809, 9791, 7378, 7680, 7142, 7971, 9324, 7180, 10058, 7518, 7400, 7732, 7554, 8137, 9273, 7952, 9960, 8130, 10942, 7554, 8320, 11358, 7823, 9158, 7543, 8158, 11158, 7938, 9705, 7658, 7656, 10422, 7399, 9702, 8055, 6732, 8116, 8611, 8020, 10354, 7240, 8144, 10156, 7965, 7524, 8102, 7030, 8098, 10577, 8350, 9872, 6756, 7932, 11118, 7725, 7970, 6802, 7960, 10478, 7763, 8345, 6407, 6823, 6724, 7580, 6874, 6946, 7185, 9017, 7677, 7921, 10626, 7634, 8819, 6530, 8050, 10159, 8070, 10520, 7279, 8048, 6878, 8121, 9499, 7862, 10159, 7193, 8108, 9969, 8060, 10265, 7537, 8827, 9675, 7915, 10676, 7912, 8276, 7767, 8139, 9309, 7708, 10054, 7255, 8665, 8716, 8041, 10795, 7854, 8529, 8375, 7889, 10925, 7799, 8411, 6877, 7822, 10218, 7611, 7704, 6869, 7963, 10371, 7690, 8820, 7476, 8071, 6797, 7877, 9727, 7613, 8595, 7376, 7770, 9667, 7543, 8865, 6876, 7635, 10642, 6976, 8992, 7519, 7495, 7210, 7784, 7699, 10453, 7673, 7726, 10466, 7647, 9017, 7075, 8120, 10022, 7680, 9715, 6489, 7865, 6466, 7831, 9246, 7098, 8352, 6518, 7722, 9746, 7544, 10333, 6503, 7853, 9891, 7324, 9514, 7396, 7809, 10919, 6976, 7927, 6308, 7620, 9738, 6595, 7716, 7676, 7766, 10294, 7011, 7927, 6221, 7886, 9795, 7096, 9582, 6399, 7882, 6177, 7677, 10280, 7154, 9401, 7491, 7976, 9848, 7751, 10340, 7480, 8651, 6883, 8124, 10601, 7910, 9464, 6924, 7951, 9007, 7652, 10569, 7618, 8386, 8849, 8009, 10958, 7900, 7395, 7391, 7971, 10728, 7978, 9532, 7840, 7865, 9835, 7616, 9654, 6773, 8109, 9540, 8086, 10112, 6901, 7720, 8442, 7798, 9475, 6683, 7938, 7891, 7828, 10070, 7709, 7954, 6719, 7945, 9831, 7699, 10470, 7014, 8253, 6929, 8088, 10694, 8205, 9633, 7589, 8031, 10343, 7930, 10302, 8076, 7949, 7058, 7920, 11057, 8251, 9462, 8130, 7887, 10137, 7852, 9122, 7274, 7949, 9655, 7905, 9317, 6729, 7908, 7865, 7756, 8928, 6680, 8004, 8387, 7832, 10233, 7769, 8166, 6832, 7875, 9741, 7638, 9829, 6860, 7950, 9205, 7969, 10425, 7319, 8572, 6534, 7801, 6309, 7952, 10198, 7627, 9617, 7524, 8175, 9644, 7841, 9909, 7846, 8603, 6737, 8001, 9687, 8221, 9090, 7266, 8061, 9960, 7857, 9881, 7456, 8046, 6806, 7909, 9224, 7914, 9455, 7775, 8611, 7761, 8169, 10553, 8109, 10024, 7127, 8073, 9630, 8177, 9968, 8097, 7840, 9913, 7950, 8405, 7488, 8074, 9932, 7958, 9384, 6776, 6560, 6627, 7732, 6353, 7928, 6715, 8347, 7584, 8839, 6910, 8086, 11089, 7046, 8175, 10357, 8367, 10370, 7731, 7924, 7105, 8006, 8053, 7912, 9168, 7617, 8929, 7252, 6546, 7908, 6535, 8263, 6928, 9319, 10655, 8423, 9796, 6933, 8275, 8477, 8016, 11353, 8153, 10364, 7047, 8179, 7733, 8087, 9729, 8436, 10171, 6870, 8696, 7714, 8233, 10196, 8327, 9874, 7070, 8294, 9766, 8317, 10473, 7448, 8065, 9567, 8133, 9971, 7029, 8232, 8043, 8207, 9979, 7943, 8816, 6912, 8101, 8262, 8000, 10706, 7640, 8624, 7218, 8021, 10974, 7923, 8484, 7269, 8043, 10021, 8044, 9768, 7490, 8064, 7367, 8204, 9085, 7776, 9776, 7664, 8412, 6599, 8061, 6988, 7933, 10311, 7873, 9241, 7481, 8272, 7239, 8220, 10090, 7946, 9941, 7115, 8135, 9542, 7885, 10779, 7754, 8630, 7711, 8159, 9738, 8192, 9947, 7649, 8254, 7649, 8103, 10659, 8028, 9761, 7821, 8110, 9192, 8199, 10193, 6913, 8097, 9671, 8076, 10179, 7227, 8094, 6738, 7739, 9984, 7663, 8732, 6582, 7442, 6632, 8058, 6503, 6715, 7539, 9254, 7464, 9606, 6871, 8011, 11050, 7433, 8125, 9167, 7923, 10968, 7885, 9265, 6766, 8210, 7739, 8107, 9777, 7849, 10617, 7190, 8360, 6789, 8055, 10553, 7891, 8558, 8757, 8043, 10922, 7633, 8011, 7390, 7978, 7039, 8120, 10112, 7035, 8150, 9120, 8212, 10692, 8038, 9076, 7135, 7918, 7074, 8163, 7260, 8216, 11270, 8031, 9215, 9359, 7849, 10177, 7312, 7934, 11630], 'WindowCenter': [3777.0, 3800.0, 3757.0, 3785.0, 3721.0, 3742.0, 3753.0, 3731.0, 3761.0, 3711.0, 3752.0, 3734.0, 3743.0, 3732.0, 3753.0, 3744.0, 3775.0, 3744.0, 3758.0, 3773.0, 3732.0, 3762.0, 3775.0, 3732.0, 3770.0, 3728.0, 3729.0, 3741.0, 3731.0, 3760.0, 3730.0, 3732.0, 3719.0, 3741.0, 3773.0, 3737.0, 3741.0, 3711.0, 3734.0, 3764.0, 3732.0, 3775.0, 3733.0, 3755.0, 3726.0, 3745.0, 3784.0, 3733.0, 3776.0, 3735.0, 3745.0, 3734.0, 3744.0, 3775.0, 3737.0, 3762.0, 3725.0, 3758.0, 3763.0, 3733.0, 3772.0, 3731.0, 3776.0, 3733.0, 3763.0, 3720.0, 3751.0, 3722.0, 3762.0, 3733.0, 3764.0, 3723.0, 3743.0, 3777.0, 3735.0, 3766.0, 3740.0, 3729.0, 3761.0, 3729.0, 3764.0, 3717.0, 3719.0, 3708.0, 3729.0, 3751.0, 3742.0, 3742.0, 3743.0, 3773.0, 3733.0, 3779.0, 3723.0, 3744.0, 3786.0, 3732.0, 3776.0, 3732.0, 3743.0, 3762.0, 3732.0, 3778.0, 3723.0, 3744.0, 3742.0, 3733.0, 3775.0, 3722.0, 3757.0, 3727.0, 3745.0, 3777.0, 3733.0, 3786.0, 3734.0, 3746.0, 3745.0, 3736.0, 3790.0, 3746.0, 3754.0, 3723.0, 3746.0, 3775.0, 3734.0, 3766.0, 3754.0, 3745.0, 3786.0, 3747.0, 3765.0, 3723.0, 3747.0, 3774.0, 3734.0, 3765.0, 3754.0, 3734.0, 3784.0, 3730.0, 3761.0, 3719.0, 3741.0, 3762.0, 3729.0, 3771.0, 3730.0, 3756.0, 3718.0, 3740.0, 3772.0, 3732.0, 3772.0, 3712.0, 3752.0, 3772.0, 3742.0, 3773.0, 3718.0, 3744.0, 3742.0, 3730.0, 3769.0, 3719.0, 3749.0, 3753.0, 3728.0, 3772.0, 3728.0, 3740.0, 3707.0, 3742.0, 3776.0, 3734.0, 3763.0, 3766.0, 3756.0, 3748.0, 3724.0, 3744.0, 3744.0, 3768.0, 3740.0, 3755.0, 3734.0, 3737.0, 3787.0, 3746.0, 3764.0, 3732.0, 3764.0, 3744.0, 3774.0, 3744.0, 3767.0, 3721.0, 3731.0, 3772.0, 3719.0, 3729.0, 3759.0, 3727.0, 3750.0, 3719.0, 3730.0, 3707.0, 3733.0, 3751.0, 3735.0, 3742.0, 3711.0, 3748.0, 3742.0, 3745.0, 3776.0, 3734.0, 3748.0, 3745.0, 3747.0, 3775.0, 3747.0, 3776.0, 3734.0, 3743.0, 3720.0, 3743.0, 3773.0, 3732.0, 3755.0, 3752.0, 3731.0, 3771.0, 3732.0, 3752.0, 3718.0, 3729.0, 3761.0, 3738.0, 3760.0, 3728.0, 3730.0, 3718.0, 3729.0, 3761.0, 3730.0, 3739.0, 3729.0, 3741.0, 3772.0, 3730.0, 3754.0, 3738.0, 3730.0, 3772.0, 3729.0, 3751.0, 3717.0, 3729.0, 3770.0, 3730.0, 3752.0, 3739.0, 3726.0, 3770.0, 3728.0, 3726.0, 3705.0, 3736.0, 3761.0, 3740.0, 3751.0, 3717.0, 3741.0, 3709.0, 3744.0, 3761.0, 3731.0, 3761.0, 3731.0, 3752.0, 3762.0, 3730.0, 3773.0, 3738.0, 3741.0, 3752.0, 3729.0, 3758.0, 3720.0, 3739.0, 3728.0, 3730.0, 3759.0, 3729.0, 3732.0, 3718.0, 3742.0, 3765.0, 3731.0, 3773.0, 3748.0, 3756.0, 3757.0, 3754.0, 3758.0, 3778.0, 3762.0, 3778.0, 3757.0, 3789.0, 3745.0, 3755.0, 3774.0, 3735.0, 3755.0, 3729.0, 3731.0, 3772.0, 3730.0, 3748.0, 3728.0, 3729.0, 3760.0, 3728.0, 3762.0, 3743.0, 3720.0, 3743.0, 3765.0, 3755.0, 3776.0, 3733.0, 3744.0, 3773.0, 3741.0, 3745.0, 3742.0, 3731.0, 3758.0, 3777.0, 3743.0, 3763.0, 3720.0, 3744.0, 3774.0, 3732.0, 3740.0, 3708.0, 3741.0, 3770.0, 3742.0, 3741.0, 3709.0, 3721.0, 3722.0, 3754.0, 3733.0, 3734.0, 3748.0, 3780.0, 3759.0, 3759.0, 3791.0, 3749.0, 3766.0, 3711.0, 3747.0, 3766.0, 3743.0, 3775.0, 3732.0, 3742.0, 3710.0, 3742.0, 3759.0, 3741.0, 3765.0, 3720.0, 3741.0, 3763.0, 3742.0, 3763.0, 3730.0, 3750.0, 3753.0, 3729.0, 3763.0, 3728.0, 3741.0, 3729.0, 3741.0, 3753.0, 3728.0, 3762.0, 3722.0, 3740.0, 3740.0, 3729.0, 3771.0, 3731.0, 3739.0, 3731.0, 3738.0, 3774.0, 3731.0, 3741.0, 3706.0, 3730.0, 3763.0, 3728.0, 3728.0, 3709.0, 3742.0, 3772.0, 3743.0, 3752.0, 3730.0, 3753.0, 3725.0, 3753.0, 3765.0, 3743.0, 3756.0, 3735.0, 3748.0, 3772.0, 3742.0, 3768.0, 3724.0, 3757.0, 3778.0, 3732.0, 3776.0, 3749.0, 3748.0, 3746.0, 3757.0, 3758.0, 3792.0, 3743.0, 3745.0, 3779.0, 3743.0, 3753.0, 3723.0, 3741.0, 3764.0, 3743.0, 3763.0, 3712.0, 3741.0, 3715.0, 3747.0, 3768.0, 3734.0, 3755.0, 3724.0, 3757.0, 3780.0, 3745.0, 3791.0, 3725.0, 3760.0, 3778.0, 3743.0, 3779.0, 3733.0, 3744.0, 3787.0, 3733.0, 3744.0, 3723.0, 3744.0, 3761.0, 3731.0, 3748.0, 3742.0, 3748.0, 3776.0, 3735.0, 3754.0, 3715.0, 3759.0, 3778.0, 3750.0, 3778.0, 3725.0, 3757.0, 3726.0, 3758.0, 3791.0, 3751.0, 3779.0, 3754.0, 3758.0, 3775.0, 3760.0, 3792.0, 3749.0, 3766.0, 3734.0, 3756.0, 3789.0, 3757.0, 3779.0, 3736.0, 3744.0, 3764.0, 3742.0, 3774.0, 3742.0, 3743.0, 3751.0, 3747.0, 3774.0, 3746.0, 3731.0, 3734.0, 3742.0, 3772.0, 3745.0, 3763.0, 3740.0, 3743.0, 3771.0, 3742.0, 3762.0, 3709.0, 3745.0, 3759.0, 3744.0, 3771.0, 3720.0, 3741.0, 3743.0, 3731.0, 3765.0, 3719.0, 3743.0, 3743.0, 3744.0, 3775.0, 3744.0, 3743.0, 3725.0, 3753.0, 3774.0, 3742.0, 3775.0, 3732.0, 3757.0, 3732.0, 3746.0, 3776.0, 3740.0, 3765.0, 3734.0, 3742.0, 3769.0, 3730.0, 3761.0, 3729.0, 3743.0, 3722.0, 3740.0, 3769.0, 3739.0, 3770.0, 3730.0, 3744.0, 3761.0, 3729.0, 3753.0, 3721.0, 3740.0, 3748.0, 3741.0, 3751.0, 3720.0, 3745.0, 3739.0, 3743.0, 3754.0, 3721.0, 3743.0, 3751.0, 3743.0, 3777.0, 3744.0, 3757.0, 3720.0, 3747.0, 3761.0, 3743.0, 3773.0, 3726.0, 3756.0, 3764.0, 3743.0, 3776.0, 3733.0, 3753.0, 3711.0, 3747.0, 3723.0, 3755.0, 3777.0, 3744.0, 3776.0, 3747.0, 3755.0, 3765.0, 3747.0, 3775.0, 3743.0, 3753.0, 3719.0, 3742.0, 3763.0, 3756.0, 3756.0, 3735.0, 3744.0, 3761.0, 3742.0, 3762.0, 3731.0, 3744.0, 3722.0, 3746.0, 3766.0, 3743.0, 3771.0, 3742.0, 3752.0, 3743.0, 3763.0, 3777.0, 3743.0, 3776.0, 3723.0, 3742.0, 3761.0, 3741.0, 3760.0, 3728.0, 3733.0, 3759.0, 3728.0, 3737.0, 3716.0, 3739.0, 3758.0, 3738.0, 3762.0, 3721.0, 3726.0, 3720.0, 3756.0, 3724.0, 3754.0, 3737.0, 3754.0, 3759.0, 3781.0, 3739.0, 3755.0, 3787.0, 3732.0, 3756.0, 3774.0, 3743.0, 3773.0, 3732.0, 3741.0, 3718.0, 3745.0, 3745.0, 3746.0, 3766.0, 3745.0, 3753.0, 3742.0, 3724.0, 3765.0, 3724.0, 3767.0, 3748.0, 3792.0, 3793.0, 3760.0, 3777.0, 3735.0, 3757.0, 3742.0, 3743.0, 3776.0, 3747.0, 3777.0, 3721.0, 3747.0, 3735.0, 3743.0, 3766.0, 3746.0, 3770.0, 3710.0, 3750.0, 3740.0, 3746.0, 3763.0, 3744.0, 3762.0, 3720.0, 3745.0, 3761.0, 3743.0, 3781.0, 3719.0, 3732.0, 3751.0, 3730.0, 3752.0, 3709.0, 3740.0, 3727.0, 3744.0, 3763.0, 3741.0, 3754.0, 3722.0, 3742.0, 3738.0, 3744.0, 3773.0, 3735.0, 3753.0, 3739.0, 3746.0, 3776.0, 3744.0, 3755.0, 3720.0, 3742.0, 3765.0, 3745.0, 3763.0, 3735.0, 3741.0, 3736.0, 3757.0, 3752.0, 3743.0, 3762.0, 3742.0, 3753.0, 3726.0, 3745.0, 3731.0, 3746.0, 3775.0, 3745.0, 3769.0, 3741.0, 3755.0, 3737.0, 3755.0, 3772.0, 3751.0, 3763.0, 3724.0, 3746.0, 3767.0, 3744.0, 3778.0, 3736.0, 3754.0, 3731.0, 3744.0, 3761.0, 3742.0, 3766.0, 3732.0, 3742.0, 3730.0, 3745.0, 3775.0, 3746.0, 3766.0, 3730.0, 3742.0, 3766.0, 3753.0, 3776.0, 3723.0, 3745.0, 3765.0, 3741.0, 3760.0, 3731.0, 3746.0, 3709.0, 3730.0, 3762.0, 3732.0, 3753.0, 3723.0, 3736.0, 3726.0, 3757.0, 3745.0, 3735.0, 3765.0, 3780.0, 3747.0, 3779.0, 3739.0, 3758.0, 3788.0, 3737.0, 3745.0, 3765.0, 3751.0, 3773.0, 3746.0, 3773.0, 3726.0, 3756.0, 3743.0, 3744.0, 3775.0, 3745.0, 3774.0, 3722.0, 3754.0, 3725.0, 3743.0, 3776.0, 3745.0, 3756.0, 3741.0, 3742.0, 3777.0, 3730.0, 3731.0, 3732.0, 3740.0, 3720.0, 3743.0, 3774.0, 3720.0, 3742.0, 3762.0, 3754.0, 3773.0, 3744.0, 3756.0, 3724.0, 3746.0, 3722.0, 3757.0, 3736.0, 3757.0, 3786.0, 3742.0, 3763.0, 3764.0, 3746.0, 3762.0, 3722.0, 3741.0, 3771.0], 'WindowWidth': [8512.0, 8529.0, 8466.0, 8498.0, 8406.0, 8435.0, 8448.0, 8418.0, 8455.0, 8392.0, 8447.0, 8427.0, 8437.0, 8422.0, 8450.0, 8439.0, 8480.0, 8442.0, 8463.0, 8475.0, 8418.0, 8460.0, 8476.0, 8415.0, 8465.0, 8408.0, 8409.0, 8425.0, 8413.0, 8450.0, 8413.0, 8419.0, 8397.0, 8431.0, 8476.0, 8434.0, 8430.0, 8391.0, 8425.0, 8465.0, 8422.0, 8478.0, 8425.0, 8456.0, 8418.0, 8443.0, 8491.0, 8423.0, 8483.0, 8426.0, 8441.0, 8423.0, 8439.0, 8481.0, 8431.0, 8460.0, 8413.0, 8461.0, 8461.0, 8422.0, 8473.0, 8417.0, 8479.0, 8421.0, 8461.0, 8400.0, 8443.0, 8407.0, 8459.0, 8423.0, 8463.0, 8410.0, 8437.0, 8481.0, 8422.0, 8465.0, 8423.0, 8409.0, 8452.0, 8411.0, 8461.0, 8393.0, 8394.0, 8381.0, 8412.0, 8441.0, 8433.0, 8432.0, 8436.0, 8475.0, 8424.0, 8489.0, 8411.0, 8439.0, 8495.0, 8422.0, 8482.0, 8421.0, 8435.0, 8458.0, 8421.0, 8486.0, 8407.0, 8437.0, 8431.0, 8423.0, 8479.0, 8407.0, 8459.0, 8419.0, 8444.0, 8485.0, 8425.0, 8497.0, 8428.0, 8446.0, 8441.0, 8430.0, 8504.0, 8445.0, 8453.0, 8409.0, 8444.0, 8480.0, 8426.0, 8471.0, 8452.0, 8441.0, 8494.0, 8444.0, 8466.0, 8408.0, 8444.0, 8477.0, 8423.0, 8467.0, 8448.0, 8423.0, 8489.0, 8414.0, 8454.0, 8397.0, 8429.0, 8456.0, 8412.0, 8468.0, 8414.0, 8451.0, 8394.0, 8427.0, 8470.0, 8417.0, 8470.0, 8390.0, 8444.0, 8470.0, 8431.0, 8471.0, 8395.0, 8435.0, 8428.0, 8410.0, 8462.0, 8395.0, 8436.0, 8443.0, 8406.0, 8468.0, 8407.0, 8424.0, 8378.0, 8430.0, 8481.0, 8426.0, 8458.0, 8472.0, 8460.0, 8449.0, 8415.0, 8441.0, 8440.0, 8476.0, 8441.0, 8457.0, 8427.0, 8436.0, 8499.0, 8444.0, 8464.0, 8418.0, 8459.0, 8437.0, 8475.0, 8436.0, 8469.0, 8400.0, 8414.0, 8467.0, 8393.0, 8407.0, 8445.0, 8402.0, 8434.0, 8393.0, 8410.0, 8376.0, 8416.0, 8439.0, 8424.0, 8431.0, 8389.0, 8444.0, 8432.0, 8438.0, 8479.0, 8424.0, 8446.0, 8439.0, 8444.0, 8478.0, 8444.0, 8480.0, 8423.0, 8433.0, 8399.0, 8433.0, 8471.0, 8416.0, 8451.0, 8442.0, 8414.0, 8466.0, 8415.0, 8441.0, 8391.0, 8407.0, 8449.0, 8426.0, 8447.0, 8403.0, 8408.0, 8391.0, 8409.0, 8453.0, 8410.0, 8422.0, 8408.0, 8426.0, 8468.0, 8409.0, 8445.0, 8418.0, 8409.0, 8466.0, 8408.0, 8438.0, 8389.0, 8407.0, 8460.0, 8409.0, 8440.0, 8418.0, 8399.0, 8462.0, 8403.0, 8398.0, 8370.0, 8422.0, 8450.0, 8425.0, 8439.0, 8390.0, 8427.0, 8384.0, 8434.0, 8452.0, 8414.0, 8453.0, 8413.0, 8444.0, 8455.0, 8411.0, 8471.0, 8426.0, 8427.0, 8439.0, 8407.0, 8445.0, 8396.0, 8421.0, 8406.0, 8410.0, 8447.0, 8409.0, 8417.0, 8394.0, 8431.0, 8463.0, 8418.0, 8475.0, 8447.0, 8460.0, 8464.0, 8453.0, 8464.0, 8489.0, 8471.0, 8487.0, 8460.0, 8502.0, 8440.0, 8452.0, 8474.0, 8421.0, 8448.0, 8406.0, 8413.0, 8467.0, 8409.0, 8432.0, 8406.0, 8408.0, 8447.0, 8406.0, 8457.0, 8433.0, 8400.0, 8434.0, 8468.0, 8455.0, 8484.0, 8422.0, 8435.0, 8471.0, 8430.0, 8438.0, 8432.0, 8415.0, 8459.0, 8481.0, 8431.0, 8459.0, 8400.0, 8435.0, 8473.0, 8413.0, 8424.0, 8379.0, 8426.0, 8464.0, 8430.0, 8427.0, 8380.0, 8399.0, 8406.0, 8452.0, 8425.0, 8427.0, 8452.0, 8495.0, 8463.0, 8463.0, 8504.0, 8446.0, 8466.0, 8387.0, 8440.0, 8464.0, 8431.0, 8474.0, 8415.0, 8428.0, 8385.0, 8429.0, 8449.0, 8427.0, 8462.0, 8398.0, 8427.0, 8457.0, 8430.0, 8458.0, 8411.0, 8439.0, 8441.0, 8406.0, 8454.0, 8405.0, 8423.0, 8407.0, 8426.0, 8443.0, 8408.0, 8455.0, 8402.0, 8424.0, 8423.0, 8409.0, 8465.0, 8412.0, 8421.0, 8410.0, 8426.0, 8470.0, 8411.0, 8425.0, 8375.0, 8411.0, 8455.0, 8406.0, 8406.0, 8381.0, 8430.0, 8471.0, 8433.0, 8443.0, 8414.0, 8448.0, 8413.0, 8448.0, 8462.0, 8434.0, 8454.0, 8425.0, 8445.0, 8480.0, 8431.0, 8471.0, 8412.0, 8459.0, 8483.0, 8420.0, 8485.0, 8451.0, 8447.0, 8443.0, 8459.0, 8463.0, 8510.0, 8436.0, 8439.0, 8486.0, 8433.0, 8445.0, 8404.0, 8429.0, 8461.0, 8432.0, 8459.0, 8392.0, 8430.0, 8397.0, 8444.0, 8472.0, 8425.0, 8453.0, 8413.0, 8459.0, 8490.0, 8442.0, 8506.0, 8417.0, 8467.0, 8486.0, 8435.0, 8488.0, 8422.0, 8436.0, 8495.0, 8420.0, 8436.0, 8409.0, 8438.0, 8457.0, 8424.0, 8446.0, 8434.0, 8447.0, 8481.0, 8430.0, 8452.0, 8402.0, 8463.0, 8488.0, 8453.0, 8487.0, 8417.0, 8461.0, 8420.0, 8464.0, 8506.0, 8456.0, 8491.0, 8461.0, 8463.0, 8482.0, 8466.0, 8509.0, 8449.0, 8471.0, 8423.0, 8457.0, 8501.0, 8457.0, 8486.0, 8427.0, 8437.0, 8463.0, 8433.0, 8475.0, 8430.0, 8433.0, 8441.0, 8441.0, 8474.0, 8438.0, 8416.0, 8419.0, 8429.0, 8469.0, 8435.0, 8457.0, 8425.0, 8433.0, 8469.0, 8429.0, 8455.0, 8381.0, 8436.0, 8449.0, 8434.0, 8467.0, 8398.0, 8428.0, 8430.0, 8414.0, 8462.0, 8398.0, 8433.0, 8431.0, 8435.0, 8479.0, 8437.0, 8434.0, 8412.0, 8449.0, 8477.0, 8432.0, 8477.0, 8418.0, 8456.0, 8418.0, 8438.0, 8478.0, 8424.0, 8462.0, 8418.0, 8428.0, 8469.0, 8410.0, 8450.0, 8407.0, 8431.0, 8400.0, 8425.0, 8461.0, 8423.0, 8471.0, 8409.0, 8433.0, 8454.0, 8408.0, 8441.0, 8398.0, 8425.0, 8431.0, 8428.0, 8440.0, 8397.0, 8437.0, 8423.0, 8433.0, 8448.0, 8401.0, 8433.0, 8441.0, 8434.0, 8483.0, 8437.0, 8456.0, 8400.0, 8442.0, 8457.0, 8433.0, 8473.0, 8413.0, 8455.0, 8461.0, 8433.0, 8480.0, 8419.0, 8447.0, 8390.0, 8444.0, 8410.0, 8454.0, 8484.0, 8437.0, 8482.0, 8443.0, 8454.0, 8464.0, 8442.0, 8477.0, 8435.0, 8446.0, 8398.0, 8432.0, 8458.0, 8453.0, 8453.0, 8424.0, 8438.0, 8457.0, 8430.0, 8456.0, 8414.0, 8434.0, 8403.0, 8438.0, 8465.0, 8434.0, 8477.0, 8432.0, 8446.0, 8434.0, 8469.0, 8482.0, 8435.0, 8478.0, 8406.0, 8430.0, 8453.0, 8426.0, 8451.0, 8406.0, 8417.0, 8448.0, 8405.0, 8416.0, 8386.0, 8421.0, 8445.0, 8418.0, 8455.0, 8402.0, 8415.0, 8400.0, 8458.0, 8415.0, 8452.0, 8432.0, 8452.0, 8463.0, 8494.0, 8437.0, 8455.0, 8496.0, 8418.0, 8454.0, 8475.0, 8431.0, 8472.0, 8417.0, 8427.0, 8394.0, 8435.0, 8434.0, 8438.0, 8465.0, 8440.0, 8445.0, 8433.0, 8416.0, 8471.0, 8414.0, 8472.0, 8450.0, 8516.0, 8513.0, 8465.0, 8482.0, 8427.0, 8455.0, 8428.0, 8431.0, 8477.0, 8438.0, 8478.0, 8400.0, 8439.0, 8421.0, 8431.0, 8462.0, 8436.0, 8473.0, 8384.0, 8444.0, 8430.0, 8436.0, 8456.0, 8433.0, 8455.0, 8397.0, 8435.0, 8453.0, 8430.0, 8485.0, 8395.0, 8414.0, 8437.0, 8408.0, 8437.0, 8380.0, 8422.0, 8403.0, 8431.0, 8456.0, 8427.0, 8447.0, 8403.0, 8430.0, 8421.0, 8435.0, 8472.0, 8422.0, 8445.0, 8430.0, 8437.0, 8477.0, 8434.0, 8448.0, 8396.0, 8429.0, 8461.0, 8436.0, 8458.0, 8423.0, 8428.0, 8428.0, 8456.0, 8442.0, 8433.0, 8456.0, 8431.0, 8446.0, 8413.0, 8439.0, 8417.0, 8441.0, 8476.0, 8439.0, 8474.0, 8436.0, 8451.0, 8427.0, 8452.0, 8471.0, 8448.0, 8459.0, 8408.0, 8440.0, 8465.0, 8434.0, 8483.0, 8424.0, 8446.0, 8414.0, 8436.0, 8454.0, 8430.0, 8462.0, 8415.0, 8431.0, 8412.0, 8438.0, 8476.0, 8438.0, 8464.0, 8411.0, 8431.0, 8465.0, 8445.0, 8477.0, 8403.0, 8437.0, 8461.0, 8427.0, 8451.0, 8412.0, 8438.0, 8383.0, 8412.0, 8455.0, 8416.0, 8448.0, 8409.0, 8428.0, 8414.0, 8461.0, 8451.0, 8429.0, 8477.0, 8492.0, 8449.0, 8491.0, 8435.0, 8461.0, 8499.0, 8428.0, 8438.0, 8463.0, 8449.0, 8472.0, 8438.0, 8481.0, 8413.0, 8453.0, 8433.0, 8438.0, 8477.0, 8438.0, 8477.0, 8404.0, 8448.0, 8410.0, 8433.0, 8477.0, 8435.0, 8452.0, 8427.0, 8429.0, 8478.0, 8411.0, 8411.0, 8415.0, 8426.0, 8398.0, 8432.0, 8476.0, 8400.0, 8433.0, 8457.0, 8449.0, 8472.0, 8436.0, 8451.0, 8409.0, 8438.0, 8404.0, 8455.0, 8426.0, 8458.0, 8493.0, 8432.0, 8462.0, 8461.0, 8440.0, 8456.0, 8401.0, 8426.0, 8466.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.00040371986222732494</td></tr>
<tr><td colspan=3>aqi</td><td>0.02312691159586682</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.435556407344755</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1532177847931033</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9766599042643674</td></tr>
<tr><td colspan=3>efc</td><td>0.4769</td></tr>
<tr><td colspan=3>fber</td><td>4015.7156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0891210281064797</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>43</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.936854190585533</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.571849390279344</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5683405751296253</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.765203934072401</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.382003661636005</td></tr>
<tr><td colspan=3>gcor</td><td>0.00734636</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004617182072252035</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02129266783595085</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.631935861754981</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.7206</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.0466</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.3677</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300380.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>709.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>301.4694</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9464</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.8519</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2941.4507</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3112.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3940.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>856.8377</td></tr>
<tr><td colspan=3>tsnr</td><td>35.028451452206355</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>