ds005256-mriqc/sub-0086_ses-04_task-social_acq-mb8_run-03_bold.html
Felix Hoffstaedter b91b8aaa47 [DATALAD RUNCMD] Compute MRIQC for sub-0086
=== 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-0086 --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-0086",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 22:29:22 +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-0086_ses-04_task-social_acq-mb8_run-03_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0086_ses-04_task-social_acq-mb8_run-03_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-04_subject-0086_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-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_ses-04_task-social_acq-mb8_run-03_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0086/ses-04/func/sub-0086_ses-04_task-social_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c784941d11471dd26dc07fe15d68f19e</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:41:1.125000</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.999299, -0.0342807, 0.0150419, 0.0345471, 0.999244, -0.0178245]</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.103713</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7290, 589, -68, -161, -1, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.703</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>759edc52-89cc-4e1e-a340-2174a441e723||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.6810462474823, 0.09268734604120255, 0.03893275558948517, 106.62801361083984], [0.09197256714105606, 2.680898904800415, -0.049495380371809006, -97.31167602539062], [0.04035643860697746, 0.04782172664999962, 2.699265480041504, -80.82166290283203], [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': ['164101.125000', '164101.585000', '164102.045000', '164102.505000', '164102.965000', '164103.425000', '164103.885000', '164104.345000', '164104.805000', '164105.265000', '164105.725000', '164106.185000', '164106.645000', '164107.105000', '164107.565000', '164108.025000', '164108.485000', '164108.945000', '164109.405000', '164109.865000', '164110.325000', '164110.785000', '164111.245000', '164111.705000', '164112.165000', '164112.625000', '164113.085000', '164113.545000', '164114.005000', '164114.465000', '164114.925000', '164115.385000', '164115.845000', '164116.305000', '164116.765000', '164117.225000', '164117.685000', '164118.145000', '164118.605000', '164119.065000', '164119.525000', '164119.985000', '164120.445000', '164120.905000', '164121.365000', '164121.825000', '164122.285000', '164122.745000', '164123.205000', '164123.665000', '164124.125000', '164124.585000', '164125.045000', '164125.505000', '164125.965000', '164126.425000', '164126.885000', '164127.345000', '164127.805000', '164128.265000', '164128.725000', '164129.185000', '164129.645000', '164130.105000', '164130.565000', '164131.025000', '164131.485000', '164131.945000', '164132.405000', '164132.865000', '164133.325000', '164133.785000', '164134.245000', '164134.705000', '164135.165000', '164135.625000', '164136.085000', '164136.545000', '164137.005000', '164137.465000', '164137.925000', '164138.385000', '164138.845000', '164139.305000', '164139.765000', '164140.225000', '164140.685000', '164141.145000', '164141.605000', '164142.065000', '164142.525000', '164142.985000', '164143.445000', '164143.905000', '164144.365000', '164144.825000', '164145.285000', '164145.745000', '164146.205000', '164146.665000', '164147.125000', '164147.585000', '164148.045000', '164148.505000', '164148.965000', '164149.425000', '164149.885000', '164150.345000', '164150.805000', '164151.265000', '164151.725000', '164152.185000', '164152.645000', '164153.105000', '164153.565000', '164154.025000', '164154.485000', '164154.945000', '164155.405000', '164155.865000', '164156.325000', '164156.785000', '164157.245000', '164157.705000', '164158.165000', '164158.625000', '164159.085000', '164159.545000', '164200.005000', '164200.465000', '164200.925000', '164201.385000', '164201.845000', '164202.305000', '164202.765000', '164203.225000', '164203.685000', '164204.145000', '164204.605000', '164205.065000', '164205.525000', '164205.985000', '164206.445000', '164206.905000', '164207.365000', '164207.825000', '164208.285000', '164208.745000', '164209.205000', '164209.665000', '164210.125000', '164210.585000', '164211.045000', '164211.505000', '164211.965000', '164212.425000', '164212.885000', '164213.345000', '164213.805000', '164214.265000', '164214.725000', '164215.185000', '164215.645000', '164216.105000', '164216.565000', '164217.025000', '164217.485000', '164217.945000', '164218.405000', '164218.865000', '164219.325000', '164219.785000', '164220.245000', '164220.705000', '164221.165000', '164221.625000', '164222.085000', '164222.545000', '164223.005000', '164223.465000', '164223.925000', '164224.385000', '164224.845000', '164225.305000', '164225.765000', '164226.225000', '164226.685000', '164227.145000', '164227.605000', '164228.065000', '164228.525000', '164228.985000', '164229.445000', '164229.905000', '164230.365000', '164230.825000', '164231.285000', '164231.745000', '164232.205000', '164232.665000', '164233.125000', '164233.585000', '164234.045000', '164234.505000', '164234.965000', '164235.425000', '164235.885000', '164236.345000', '164236.805000', '164237.265000', '164237.725000', '164238.185000', '164238.645000', '164239.105000', '164239.565000', '164240.025000', '164240.485000', '164240.945000', '164241.405000', '164241.865000', '164242.325000', '164242.785000', '164243.245000', '164243.705000', '164244.165000', '164244.625000', '164245.085000', '164245.545000', '164246.005000', '164246.465000', '164246.925000', '164247.385000', '164247.845000', '164248.305000', '164248.765000', '164249.225000', '164249.685000', '164250.145000', '164250.605000', '164251.065000', '164251.525000', '164251.985000', '164252.445000', '164252.905000', '164253.365000', '164253.825000', '164254.285000', '164254.745000', '164255.205000', '164255.665000', '164256.125000', '164256.585000', '164257.045000', '164257.505000', '164257.965000', '164258.425000', '164258.885000', '164259.345000', '164259.805000', '164300.265000', '164300.725000', '164301.185000', '164301.645000', '164302.105000', '164302.565000', '164303.025000', '164303.485000', '164303.945000', '164304.405000', '164304.865000', '164305.325000', '164305.785000', '164306.245000', '164306.705000', '164307.165000', '164307.625000', '164308.085000', '164308.545000', '164309.005000', '164309.465000', '164309.925000', '164310.385000', '164310.845000', '164311.305000', '164311.765000', '164312.225000', '164312.685000', '164313.145000', '164313.605000', '164314.065000', '164314.525000', '164314.985000', '164315.445000', '164315.905000', '164316.365000', '164316.825000', '164317.285000', '164317.745000', '164318.205000', '164318.665000', '164319.125000', '164319.585000', '164320.045000', '164320.505000', '164320.965000', '164321.425000', '164321.885000', '164322.345000', '164322.805000', '164323.265000', '164323.725000', '164324.185000', '164324.645000', '164325.105000', '164325.565000', '164326.025000', '164326.485000', '164326.945000', '164327.405000', '164327.865000', '164328.325000', '164328.785000', '164329.245000', '164329.705000', '164330.165000', '164330.625000', '164331.085000', '164331.545000', '164332.005000', '164332.465000', '164332.925000', '164333.385000', '164333.845000', '164334.305000', '164334.765000', '164335.225000', '164335.685000', '164336.145000', '164336.605000', '164337.065000', '164337.525000', '164337.985000', '164338.445000', '164338.905000', '164339.365000', '164339.825000', '164340.285000', '164340.745000', '164341.205000', '164341.665000', '164342.125000', '164342.585000', '164343.045000', '164343.505000', '164343.965000', '164344.425000', '164344.885000', '164345.345000', '164345.805000', '164346.265000', '164346.725000', '164347.185000', '164347.645000', '164348.105000', '164348.565000', '164349.025000', '164349.485000', '164349.945000', '164350.405000', '164350.865000', '164351.325000', '164351.785000', '164352.245000', '164352.705000', '164353.165000', '164353.625000', '164354.085000', '164354.545000', '164355.005000', '164355.465000', '164355.925000', '164356.385000', '164356.845000', '164357.305000', '164357.765000', '164358.225000', '164358.685000', '164359.145000', '164359.605000', '164400.065000', '164400.525000', '164400.985000', '164401.445000', '164401.905000', '164402.365000', '164402.825000', '164403.285000', '164403.745000', '164404.205000', '164404.665000', '164405.125000', '164405.585000', '164406.045000', '164406.505000', '164406.965000', '164407.425000', '164407.885000', '164408.345000', '164408.805000', '164409.265000', '164409.725000', '164410.185000', '164410.645000', '164411.105000', '164411.565000', '164412.025000', '164412.485000', '164412.945000', '164413.405000', '164413.865000', '164414.325000', '164414.785000', '164415.245000', '164415.705000', '164416.165000', '164416.625000', '164417.085000', '164417.545000', '164418.005000', '164418.465000', '164418.925000', '164419.385000', '164419.845000', '164420.305000', '164420.765000', '164421.225000', '164421.685000', '164422.145000', '164422.605000', '164423.065000', '164423.525000', '164423.985000', '164424.445000', '164424.905000', '164425.365000', '164425.825000', '164426.285000', '164426.745000', '164427.205000', '164427.665000', '164428.125000', '164428.585000', '164429.045000', '164429.505000', '164429.965000', '164430.425000', '164430.885000', '164431.345000', '164431.805000', '164432.265000', '164432.725000', '164433.185000', '164433.645000', '164434.105000', '164434.565000', '164435.025000', '164435.485000', '164435.945000', '164436.405000', '164436.865000', '164437.325000', '164437.785000', '164438.245000', '164438.705000', '164439.165000', '164439.625000', '164440.085000', '164440.545000', '164441.005000', '164441.465000', '164441.925000', '164442.385000', '164442.845000', '164443.305000', '164443.765000', '164444.225000', '164444.685000', '164445.145000', '164445.605000', '164446.065000', '164446.525000', '164446.985000', '164447.445000', '164447.905000', '164448.365000', '164448.825000', '164449.285000', '164449.745000', '164450.205000', '164450.665000', '164451.125000', '164451.585000', '164452.045000', '164452.505000', '164452.965000', '164453.425000', '164453.885000', '164454.345000', '164454.805000', '164455.265000', '164455.725000', '164456.185000', '164456.645000', '164457.105000', '164457.565000', '164458.025000', '164458.485000', '164458.945000', '164459.405000', '164459.865000', '164500.325000', '164500.785000', '164501.245000', '164501.705000', '164502.165000', '164502.625000', '164503.085000', '164503.545000', '164504.005000', '164504.465000', '164504.925000', '164505.385000', '164505.845000', '164506.305000', '164506.765000', '164507.225000', '164507.685000', '164508.145000', '164508.605000', '164509.065000', '164509.525000', '164509.985000', '164510.445000', '164510.905000', '164511.365000', '164511.825000', '164512.285000', '164512.745000', '164513.205000', '164513.665000', '164514.125000', '164514.585000', '164515.045000', '164515.505000', '164515.965000', '164516.425000', '164516.885000', '164517.345000', '164517.805000', '164518.265000', '164518.725000', '164519.185000', '164519.645000', '164520.105000', '164520.565000', '164521.025000', '164521.485000', '164521.945000', '164522.405000', '164522.865000', '164523.325000', '164523.785000', '164524.245000', '164524.705000', '164525.165000', '164525.625000', '164526.085000', '164526.545000', '164527.005000', '164527.465000', '164527.925000', '164528.385000', '164528.845000', '164529.305000', '164529.765000', '164530.225000', '164530.685000', '164531.145000', '164531.605000', '164532.065000', '164532.525000', '164532.985000', '164533.445000', '164533.905000', '164534.365000', '164534.825000', '164535.285000', '164535.745000', '164536.205000', '164536.665000', '164537.125000', '164537.585000', '164538.045000', '164538.505000', '164538.965000', '164539.425000', '164539.885000', '164540.345000', '164540.805000', '164541.265000', '164541.725000', '164542.185000', '164542.645000', '164543.105000', '164543.565000', '164544.025000', '164544.485000', '164544.945000', '164545.405000', '164545.865000', '164546.325000', '164546.785000', '164547.245000', '164547.705000', '164548.165000', '164548.625000', '164549.085000', '164549.545000', '164550.005000', '164550.465000', '164550.925000', '164551.385000', '164551.845000', '164552.305000', '164552.765000', '164553.225000', '164553.685000', '164554.145000', '164554.605000', '164555.065000', '164555.525000', '164555.985000', '164556.445000', '164556.905000', '164557.365000', '164557.825000', '164558.285000', '164558.745000', '164559.205000', '164559.665000', '164600.125000', '164600.585000', '164601.045000', '164601.505000', '164601.965000', '164602.425000', '164602.885000', '164603.345000', '164603.805000', '164604.265000', '164604.725000', '164605.185000', '164605.645000', '164606.105000', '164606.565000', '164607.025000', '164607.485000', '164607.945000', '164608.405000', '164608.865000', '164609.325000', '164609.785000', '164610.245000', '164610.705000', '164611.165000', '164611.625000', '164612.085000', '164612.545000', '164613.005000', '164613.465000', '164613.925000', '164614.385000', '164614.845000', '164615.305000', '164615.765000', '164616.225000', '164616.685000', '164617.145000', '164617.605000', '164618.065000', '164618.525000', '164618.985000', '164619.445000', '164619.905000', '164620.365000', '164620.825000', '164621.285000', '164621.745000', '164622.205000', '164622.665000', '164623.125000', '164623.585000', '164624.045000', '164624.505000', '164624.965000', '164625.425000', '164625.885000', '164626.345000', '164626.805000', '164627.265000', '164627.725000', '164628.185000', '164628.645000', '164629.105000', '164629.565000', '164630.025000', '164630.485000', '164630.945000', '164631.405000', '164631.865000', '164632.325000', '164632.785000', '164633.245000', '164633.705000', '164634.165000', '164634.625000', '164635.085000', '164635.545000', '164636.005000', '164636.465000', '164636.925000', '164637.385000', '164637.845000', '164638.305000', '164638.765000', '164639.225000', '164639.685000', '164640.145000', '164640.605000', '164641.065000', '164641.525000', '164641.985000', '164642.445000', '164642.905000', '164643.365000', '164643.825000', '164644.285000', '164644.745000', '164645.205000', '164645.665000', '164646.125000', '164646.585000', '164647.045000', '164647.505000', '164647.965000', '164648.425000', '164648.885000', '164649.345000', '164649.805000', '164650.265000', '164650.725000', '164651.185000', '164651.645000', '164652.105000', '164652.565000', '164653.025000', '164653.485000', '164653.945000', '164654.405000', '164654.865000', '164655.325000', '164655.785000', '164656.245000', '164656.705000', '164657.165000', '164657.625000', '164658.085000', '164658.545000', '164659.005000', '164659.465000', '164659.925000', '164700.385000', '164700.845000', '164701.305000', '164701.765000', '164702.225000', '164702.685000', '164703.145000', '164703.605000', '164704.065000', '164704.525000', '164704.985000', '164705.445000', '164705.905000', '164706.365000', '164706.825000', '164707.285000', '164707.745000', '164708.205000', '164708.665000', '164709.125000', '164709.585000', '164710.045000', '164710.505000', '164710.965000', '164711.425000', '164711.885000', '164712.345000', '164712.805000', '164713.265000', '164713.725000', '164714.185000', '164714.645000', '164715.105000', '164715.565000', '164716.025000', '164716.485000', '164716.945000', '164717.405000', '164717.865000', '164718.325000', '164718.785000', '164719.245000', '164719.705000', '164720.165000', '164720.625000', '164721.085000', '164721.545000', '164722.005000', '164722.465000', '164722.925000', '164723.385000', '164723.845000', '164724.305000', '164724.765000', '164725.225000', '164725.685000', '164726.145000', '164726.605000', '164727.065000', '164727.525000', '164727.985000', '164728.445000', '164728.905000', '164729.365000', '164729.825000', '164730.285000', '164730.745000', '164731.205000', '164731.665000', '164732.125000', '164732.585000', '164733.045000', '164733.505000', '164733.965000', '164734.425000', '164734.885000', '164735.345000', '164735.805000', '164736.265000', '164736.725000', '164737.185000', '164737.645000', '164738.105000', '164738.565000', '164739.025000', '164739.485000', '164739.945000', '164740.405000', '164740.865000', '164741.325000', '164741.785000'], 'ContentTime': ['164128.578000', '164128.581000', '164128.584000', '164128.587000', '164128.590000', '164128.592000', '164128.595000', '164128.598000', '164128.600000', '164128.603000', '164128.605000', '164128.608000', '164128.610000', '164128.613000', '164128.616000', '164128.618000', '164128.621000', '164128.623000', '164128.626000', '164128.629000', '164128.631000', '164128.634000', '164128.636000', '164128.639000', '164128.641000', '164128.644000', '164128.647000', '164128.649000', '164128.655000', '164128.658000', '164128.660000', '164128.663000', '164128.665000', '164128.668000', '164128.671000', '164128.673000', '164128.676000', '164128.678000', '164128.681000', '164128.683000', '164128.686000', '164128.689000', '164128.691000', '164128.694000', '164128.696000', '164128.699000', '164128.708000', '164128.711000', '164128.713000', '164128.716000', '164128.719000', '164128.721000', '164128.724000', '164128.726000', '164128.729000', '164128.731000', '164128.734000', '164148.532000', '164148.534000', '164148.537000', '164148.540000', '164148.542000', '164148.545000', '164148.547000', '164148.550000', '164148.552000', '164148.555000', '164148.557000', '164148.560000', '164148.563000', '164148.565000', '164148.568000', '164148.571000', '164148.574000', '164148.577000', '164148.580000', '164148.582000', '164148.585000', '164148.587000', '164148.590000', '164148.593000', '164148.595000', '164148.604000', '164148.606000', '164148.609000', '164148.612000', '164148.614000', '164148.617000', '164148.619000', '164148.622000', '164148.625000', '164148.627000', '164148.630000', '164148.632000', '164148.635000', '164148.637000', '164148.640000', '164148.643000', '164148.645000', '164148.648000', '164208.531000', '164208.534000', '164208.537000', '164208.539000', '164208.542000', '164208.545000', '164208.547000', '164208.550000', '164208.552000', '164208.555000', '164208.557000', '164208.560000', '164208.563000', '164208.565000', '164208.568000', '164208.570000', '164208.573000', '164208.576000', '164208.578000', '164208.581000', '164208.583000', '164208.586000', '164208.589000', '164208.591000', '164208.594000', '164208.596000', '164208.599000', '164208.602000', '164208.604000', '164208.607000', '164208.609000', '164208.612000', '164208.615000', '164208.617000', '164208.620000', '164208.622000', '164208.625000', '164208.627000', '164208.630000', '164208.632000', '164208.635000', '164208.638000', '164208.640000', '164208.643000', '164228.531000', '164228.534000', '164228.537000', '164228.540000', '164228.542000', '164228.545000', '164228.547000', '164228.550000', '164228.552000', '164228.555000', '164228.558000', '164228.560000', '164228.564000', '164228.577000', '164228.580000', '164228.582000', '164228.585000', '164228.587000', '164228.590000', '164228.593000', '164228.595000', '164228.598000', '164228.601000', '164228.603000', '164228.606000', '164228.608000', '164228.611000', '164228.614000', '164228.616000', '164228.619000', '164228.621000', '164228.625000', '164228.628000', '164228.631000', '164228.633000', '164228.636000', '164228.639000', '164228.641000', '164228.644000', '164228.646000', '164228.649000', '164228.652000', '164228.654000', '164248.531000', '164248.534000', '164248.537000', '164248.539000', '164248.542000', '164248.545000', '164248.547000', '164248.550000', '164248.552000', '164248.555000', '164248.558000', '164248.560000', '164248.563000', '164248.565000', '164248.568000', '164248.570000', '164248.573000', '164248.576000', '164248.578000', '164248.581000', '164248.583000', '164248.586000', '164248.589000', '164248.591000', '164248.619000', '164248.621000', '164248.624000', '164248.626000', '164248.629000', '164248.632000', '164248.634000', '164248.637000', '164248.639000', '164248.642000', '164248.644000', '164248.647000', '164248.658000', '164248.661000', '164248.663000', '164248.666000', '164248.668000', '164248.671000', '164248.673000', '164248.676000', '164308.531000', '164308.534000', '164308.537000', '164308.539000', '164308.542000', '164308.545000', '164308.547000', '164308.550000', '164308.561000', '164308.564000', '164308.566000', '164308.569000', '164308.571000', '164308.574000', '164308.576000', '164308.579000', '164308.582000', '164308.585000', '164308.588000', '164308.591000', '164308.593000', '164308.596000', '164308.598000', '164308.601000', '164308.604000', '164308.606000', '164308.609000', '164308.611000', '164308.614000', '164308.617000', '164308.619000', '164308.622000', '164308.624000', '164308.627000', '164308.630000', '164308.632000', '164308.635000', '164308.637000', '164308.640000', '164308.643000', '164308.645000', '164308.648000', '164308.651000', '164328.531000', '164328.534000', '164328.537000', '164328.540000', '164328.542000', '164328.545000', '164328.547000', '164328.550000', '164328.552000', '164328.555000', '164328.558000', '164328.560000', '164328.563000', '164328.565000', '164328.568000', '164328.570000', '164328.573000', '164328.575000', '164328.578000', '164328.581000', '164328.583000', '164328.586000', '164328.589000', '164328.591000', '164328.594000', '164328.596000', '164328.599000', '164328.602000', '164328.604000', '164328.607000', '164328.609000', '164328.612000', '164328.615000', '164328.617000', '164328.620000', '164328.622000', '164328.625000', '164328.628000', '164328.630000', '164328.633000', '164328.635000', '164328.638000', '164328.641000', '164328.643000', '164348.531000', '164348.534000', '164348.537000', '164348.540000', '164348.542000', '164348.545000', '164348.547000', '164348.550000', '164348.552000', '164348.555000', '164348.558000', '164348.560000', '164348.563000', '164348.565000', '164348.568000', '164348.571000', '164348.573000', '164348.576000', '164348.578000', '164348.581000', '164348.583000', '164348.586000', '164348.589000', '164348.592000', '164348.594000', '164348.597000', '164348.599000', '164348.602000', '164348.605000', '164348.607000', '164348.610000', '164348.613000', '164348.616000', '164348.619000', '164348.622000', '164348.625000', '164348.627000', '164348.630000', '164348.633000', '164348.635000', '164348.638000', '164348.640000', '164348.643000', '164408.531000', '164408.534000', '164408.537000', '164408.539000', '164408.542000', '164408.545000', '164408.547000', '164408.550000', '164408.552000', '164408.555000', '164408.558000', '164408.560000', '164408.563000', '164408.565000', '164408.568000', '164408.571000', '164408.573000', '164408.576000', '164408.578000', '164408.581000', '164408.584000', '164408.586000', '164408.589000', '164408.592000', '164408.594000', '164408.597000', '164408.600000', '164408.602000', '164408.605000', '164408.607000', '164408.610000', '164408.613000', '164408.615000', '164408.618000', '164408.620000', '164408.623000', '164408.626000', '164408.628000', '164408.631000', '164408.633000', '164408.636000', '164408.639000', '164408.641000', '164408.644000', '164428.532000', '164428.534000', '164428.537000', '164428.540000', '164428.542000', '164428.557000', '164428.560000', '164428.563000', '164428.565000', '164428.575000', '164428.578000', '164428.581000', '164428.583000', '164428.586000', '164428.588000', '164428.591000', '164428.594000', '164428.596000', '164428.599000', '164428.601000', '164428.604000', '164428.607000', '164428.609000', '164428.612000', '164428.615000', '164428.617000', '164428.620000', '164428.622000', '164428.625000', '164428.628000', '164428.631000', '164428.633000', '164428.636000', '164428.638000', '164428.641000', '164428.644000', '164428.646000', '164428.649000', '164428.652000', '164428.655000', '164428.658000', '164428.661000', '164428.663000', '164448.532000', '164448.535000', '164448.537000', '164448.540000', '164448.542000', '164448.545000', '164448.548000', '164448.550000', '164448.553000', '164448.556000', '164448.558000', '164448.561000', '164448.563000', '164448.566000', '164448.568000', '164448.571000', '164448.574000', '164448.576000', '164448.579000', '164448.581000', '164448.584000', '164448.587000', '164448.589000', '164448.592000', '164448.594000', '164448.597000', '164448.600000', '164448.602000', '164448.605000', '164448.607000', '164448.610000', '164448.612000', '164448.615000', '164448.618000', '164448.620000', '164448.623000', '164448.626000', '164448.628000', '164448.631000', '164448.633000', '164448.636000', '164448.639000', '164448.641000', '164448.644000', '164508.531000', '164508.534000', '164508.537000', '164508.540000', '164508.542000', '164508.545000', '164508.548000', '164508.550000', '164508.553000', '164508.556000', '164508.558000', '164508.561000', '164508.563000', '164508.566000', '164508.569000', '164508.571000', '164508.574000', '164508.576000', '164508.579000', '164508.582000', '164508.585000', '164508.587000', '164508.598000', '164508.601000', '164508.604000', '164508.606000', '164508.609000', '164508.612000', '164508.614000', '164508.617000', '164508.620000', '164508.622000', '164508.625000', '164508.627000', '164508.630000', '164508.633000', '164508.635000', '164508.638000', '164508.641000', '164508.643000', '164508.646000', '164508.648000', '164508.651000', '164528.532000', '164528.534000', '164528.537000', '164528.540000', '164528.542000', '164528.545000', '164528.548000', '164528.550000', '164528.553000', '164528.555000', '164528.558000', '164528.561000', '164528.563000', '164528.566000', '164528.568000', '164528.571000', '164528.573000', '164528.576000', '164528.579000', '164528.581000', '164528.584000', '164528.586000', '164528.589000', '164528.592000', '164528.594000', '164528.597000', '164528.599000', '164528.602000', '164528.605000', '164528.607000', '164528.610000', '164528.612000', '164528.615000', '164528.618000', '164528.620000', '164528.623000', '164528.626000', '164528.628000', '164528.631000', '164528.633000', '164528.636000', '164528.638000', '164528.641000', '164528.644000', '164548.532000', '164548.535000', '164548.537000', '164548.540000', '164548.542000', '164548.545000', '164548.548000', '164548.550000', '164548.553000', '164548.555000', '164548.558000', '164548.561000', '164548.563000', '164548.566000', '164548.568000', '164548.571000', '164548.574000', '164548.576000', '164548.579000', '164548.582000', '164548.584000', '164548.587000', '164548.589000', '164548.592000', '164548.595000', '164548.597000', '164548.600000', '164548.602000', '164548.605000', '164548.608000', '164548.617000', '164548.620000', '164548.623000', '164548.625000', '164548.628000', '164548.630000', '164548.633000', '164548.636000', '164548.638000', '164548.641000', '164548.644000', '164548.646000', '164548.649000', '164608.531000', '164608.534000', '164608.536000', '164608.539000', '164608.542000', '164608.544000', '164608.547000', '164608.549000', '164608.552000', '164608.555000', '164608.557000', '164608.560000', '164608.563000', '164608.565000', '164608.568000', '164608.571000', '164608.573000', '164608.576000', '164608.578000', '164608.581000', '164608.583000', '164608.586000', '164608.589000', '164608.591000', '164608.594000', '164608.596000', '164608.599000', '164608.602000', '164608.604000', '164608.607000', '164608.610000', '164608.612000', '164608.615000', '164608.617000', '164608.620000', '164608.623000', '164608.625000', '164608.628000', '164608.630000', '164608.633000', '164608.635000', '164608.638000', '164608.641000', '164608.643000', '164628.532000', '164628.535000', '164628.537000', '164628.540000', '164628.542000', '164628.545000', '164628.548000', '164628.550000', '164628.553000', '164628.555000', '164628.558000', '164628.561000', '164628.563000', '164628.566000', '164628.569000', '164628.571000', '164628.574000', '164628.577000', '164628.579000', '164628.582000', '164628.584000', '164628.587000', '164628.590000', '164628.592000', '164628.595000', '164628.597000', '164628.600000', '164628.602000', '164628.605000', '164628.608000', '164628.610000', '164628.613000', '164628.616000', '164628.618000', '164628.621000', '164628.623000', '164628.626000', '164628.628000', '164628.631000', '164628.634000', '164628.636000', '164628.639000', '164628.641000', '164648.532000', '164648.535000', '164648.537000', '164648.540000', '164648.542000', '164648.545000', '164648.548000', '164648.550000', '164648.553000', '164648.555000', '164648.558000', '164648.561000', '164648.563000', '164648.566000', '164648.569000', '164648.571000', '164648.574000', '164648.576000', '164648.579000', '164648.582000', '164648.584000', '164648.587000', '164648.589000', '164648.592000', '164648.595000', '164648.597000', '164648.600000', '164648.603000', '164648.605000', '164648.608000', '164648.611000', '164648.613000', '164648.616000', '164648.618000', '164648.621000', '164648.624000', '164648.626000', '164648.630000', '164648.633000', '164648.636000', '164648.638000', '164648.641000', '164648.644000', '164648.646000', '164708.531000', '164708.534000', '164708.537000', '164708.540000', '164708.542000', '164708.545000', '164708.548000', '164708.550000', '164708.553000', '164708.555000', '164708.558000', '164708.561000', '164708.563000', '164708.566000', '164708.568000', '164708.571000', '164708.574000', '164708.576000', '164708.579000', '164708.581000', '164708.584000', '164708.587000', '164708.590000', '164708.592000', '164708.595000', '164708.598000', '164708.601000', '164708.603000', '164708.606000', '164708.609000', '164708.611000', '164708.614000', '164708.617000', '164708.619000', '164708.622000', '164708.624000', '164708.627000', '164708.630000', '164708.632000', '164708.635000', '164708.637000', '164708.663000', '164708.666000', '164728.532000', '164728.534000', '164728.537000', '164728.540000', '164728.542000', '164728.546000', '164728.549000', '164728.551000', '164728.554000', '164728.556000', '164728.559000', '164728.562000', '164728.564000', '164728.567000', '164728.569000', '164728.572000', '164728.575000', '164728.577000', '164728.580000', '164728.582000', '164728.585000', '164728.587000', '164728.590000', '164728.593000', '164728.595000', '164728.598000', '164728.601000', '164728.604000', '164728.606000', '164728.609000', '164728.612000', '164728.614000', '164728.617000', '164728.619000', '164728.622000', '164728.625000', '164728.627000', '164728.630000', '164728.632000', '164728.635000', '164728.637000', '164728.640000', '164728.643000', '164728.645000', '164743.207000', '164743.210000', '164743.213000', '164743.216000', '164743.218000', '164743.221000', '164743.224000', '164743.227000', '164743.230000', '164743.233000', '164743.236000', '164743.239000', '164743.242000', '164743.244000', '164743.247000', '164743.250000', '164743.254000', '164743.256000', '164743.259000', '164743.262000', '164743.265000', '164743.268000', '164743.270000', '164743.273000', '164743.276000', '164743.280000', '164743.283000', '164743.286000', '164743.289000', '164743.291000', '164743.294000', '164743.297000'], 'InstanceCreationTime': ['164128.578000', '164128.581000', '164128.584000', '164128.587000', '164128.590000', '164128.592000', '164128.595000', '164128.598000', '164128.600000', '164128.603000', '164128.605000', '164128.608000', '164128.610000', '164128.613000', '164128.616000', '164128.618000', '164128.621000', '164128.623000', '164128.626000', '164128.629000', '164128.631000', '164128.634000', '164128.636000', '164128.639000', '164128.641000', '164128.644000', '164128.647000', '164128.649000', '164128.655000', '164128.658000', '164128.660000', '164128.663000', '164128.665000', '164128.668000', '164128.671000', '164128.673000', '164128.676000', '164128.678000', '164128.681000', '164128.683000', '164128.686000', '164128.689000', '164128.691000', '164128.694000', '164128.696000', '164128.699000', '164128.708000', '164128.711000', '164128.713000', '164128.716000', '164128.719000', '164128.721000', '164128.724000', '164128.726000', '164128.729000', '164128.731000', '164128.734000', '164148.532000', '164148.534000', '164148.537000', '164148.540000', '164148.542000', '164148.545000', '164148.547000', '164148.550000', '164148.552000', '164148.555000', '164148.557000', '164148.560000', '164148.563000', '164148.565000', '164148.568000', '164148.571000', '164148.574000', '164148.577000', '164148.580000', '164148.582000', '164148.585000', '164148.587000', '164148.590000', '164148.593000', '164148.595000', '164148.604000', '164148.606000', '164148.609000', '164148.612000', '164148.614000', '164148.617000', '164148.619000', '164148.622000', '164148.625000', '164148.627000', '164148.630000', '164148.632000', '164148.635000', '164148.637000', '164148.640000', '164148.643000', '164148.645000', '164148.648000', '164208.531000', '164208.534000', '164208.537000', '164208.539000', '164208.542000', '164208.545000', '164208.547000', '164208.550000', '164208.552000', '164208.555000', '164208.557000', '164208.560000', '164208.563000', '164208.565000', '164208.568000', '164208.570000', '164208.573000', '164208.576000', '164208.578000', '164208.581000', '164208.583000', '164208.586000', '164208.589000', '164208.591000', '164208.594000', '164208.596000', '164208.599000', '164208.602000', '164208.604000', '164208.607000', '164208.609000', '164208.612000', '164208.615000', '164208.617000', '164208.620000', '164208.622000', '164208.625000', '164208.627000', '164208.630000', '164208.632000', '164208.635000', '164208.638000', '164208.640000', '164208.643000', '164228.531000', '164228.534000', '164228.537000', '164228.540000', '164228.542000', '164228.545000', '164228.547000', '164228.550000', '164228.552000', '164228.555000', '164228.558000', '164228.560000', '164228.564000', '164228.577000', '164228.580000', '164228.582000', '164228.585000', '164228.587000', '164228.590000', '164228.593000', '164228.595000', '164228.598000', '164228.601000', '164228.603000', '164228.606000', '164228.608000', '164228.611000', '164228.614000', '164228.616000', '164228.619000', '164228.621000', '164228.625000', '164228.628000', '164228.631000', '164228.633000', '164228.636000', '164228.639000', '164228.641000', '164228.644000', '164228.646000', '164228.649000', '164228.652000', '164228.654000', '164248.531000', '164248.534000', '164248.537000', '164248.539000', '164248.542000', '164248.545000', '164248.547000', '164248.550000', '164248.552000', '164248.555000', '164248.558000', '164248.560000', '164248.563000', '164248.565000', '164248.568000', '164248.570000', '164248.573000', '164248.576000', '164248.578000', '164248.581000', '164248.583000', '164248.586000', '164248.589000', '164248.591000', '164248.619000', '164248.621000', '164248.624000', '164248.626000', '164248.629000', '164248.632000', '164248.634000', '164248.637000', '164248.639000', '164248.642000', '164248.644000', '164248.647000', '164248.658000', '164248.661000', '164248.663000', '164248.666000', '164248.668000', '164248.671000', '164248.673000', '164248.676000', '164308.531000', '164308.534000', '164308.537000', '164308.539000', '164308.542000', '164308.545000', '164308.547000', '164308.550000', '164308.561000', '164308.564000', '164308.566000', '164308.569000', '164308.571000', '164308.574000', '164308.576000', '164308.579000', '164308.582000', '164308.585000', '164308.588000', '164308.591000', '164308.593000', '164308.596000', '164308.598000', '164308.601000', '164308.604000', '164308.606000', '164308.609000', '164308.611000', '164308.614000', '164308.617000', '164308.619000', '164308.622000', '164308.624000', '164308.627000', '164308.630000', '164308.632000', '164308.635000', '164308.637000', '164308.640000', '164308.643000', '164308.645000', '164308.648000', '164308.651000', '164328.531000', '164328.534000', '164328.537000', '164328.540000', '164328.542000', '164328.545000', '164328.547000', '164328.550000', '164328.552000', '164328.555000', '164328.558000', '164328.560000', '164328.563000', '164328.565000', '164328.568000', '164328.570000', '164328.573000', '164328.575000', '164328.578000', '164328.581000', '164328.583000', '164328.586000', '164328.589000', '164328.591000', '164328.594000', '164328.596000', '164328.599000', '164328.602000', '164328.604000', '164328.607000', '164328.609000', '164328.612000', '164328.615000', '164328.617000', '164328.620000', '164328.622000', '164328.625000', '164328.628000', '164328.630000', '164328.633000', '164328.635000', '164328.638000', '164328.641000', '164328.643000', '164348.531000', '164348.534000', '164348.537000', '164348.540000', '164348.542000', '164348.545000', '164348.547000', '164348.550000', '164348.552000', '164348.555000', '164348.558000', '164348.560000', '164348.563000', '164348.565000', '164348.568000', '164348.571000', '164348.573000', '164348.576000', '164348.578000', '164348.581000', '164348.583000', '164348.586000', '164348.589000', '164348.592000', '164348.594000', '164348.597000', '164348.599000', '164348.602000', '164348.605000', '164348.607000', '164348.610000', '164348.613000', '164348.616000', '164348.619000', '164348.622000', '164348.625000', '164348.627000', '164348.630000', '164348.633000', '164348.635000', '164348.638000', '164348.640000', '164348.643000', '164408.531000', '164408.534000', '164408.537000', '164408.539000', '164408.542000', '164408.545000', '164408.547000', '164408.550000', '164408.552000', '164408.555000', '164408.558000', '164408.560000', '164408.563000', '164408.565000', '164408.568000', '164408.571000', '164408.573000', '164408.576000', '164408.578000', '164408.581000', '164408.584000', '164408.586000', '164408.589000', '164408.592000', '164408.594000', '164408.597000', '164408.600000', '164408.602000', '164408.605000', '164408.607000', '164408.610000', '164408.613000', '164408.615000', '164408.618000', '164408.620000', '164408.623000', '164408.626000', '164408.628000', '164408.631000', '164408.633000', '164408.636000', '164408.639000', '164408.641000', '164408.644000', '164428.532000', '164428.534000', '164428.537000', '164428.540000', '164428.542000', '164428.557000', '164428.560000', '164428.563000', '164428.565000', '164428.575000', '164428.578000', '164428.581000', '164428.583000', '164428.586000', '164428.588000', '164428.591000', '164428.594000', '164428.596000', '164428.599000', '164428.601000', '164428.604000', '164428.607000', '164428.609000', '164428.612000', '164428.615000', '164428.617000', '164428.620000', '164428.622000', '164428.625000', '164428.628000', '164428.631000', '164428.633000', '164428.636000', '164428.638000', '164428.641000', '164428.644000', '164428.646000', '164428.649000', '164428.652000', '164428.655000', '164428.658000', '164428.661000', '164428.663000', '164448.532000', '164448.535000', '164448.537000', '164448.540000', '164448.542000', '164448.545000', '164448.548000', '164448.550000', '164448.553000', '164448.556000', '164448.558000', '164448.561000', '164448.563000', '164448.566000', '164448.568000', '164448.571000', '164448.574000', '164448.576000', '164448.579000', '164448.581000', '164448.584000', '164448.587000', '164448.589000', '164448.592000', '164448.594000', '164448.597000', '164448.600000', '164448.602000', '164448.605000', '164448.607000', '164448.610000', '164448.612000', '164448.615000', '164448.618000', '164448.620000', '164448.623000', '164448.626000', '164448.628000', '164448.631000', '164448.633000', '164448.636000', '164448.639000', '164448.641000', '164448.644000', '164508.531000', '164508.534000', '164508.537000', '164508.540000', '164508.542000', '164508.545000', '164508.548000', '164508.550000', '164508.553000', '164508.556000', '164508.558000', '164508.561000', '164508.563000', '164508.566000', '164508.569000', '164508.571000', '164508.574000', '164508.576000', '164508.579000', '164508.582000', '164508.585000', '164508.587000', '164508.598000', '164508.601000', '164508.604000', '164508.606000', '164508.609000', '164508.612000', '164508.614000', '164508.617000', '164508.620000', '164508.622000', '164508.625000', '164508.627000', '164508.630000', '164508.633000', '164508.635000', '164508.638000', '164508.641000', '164508.643000', '164508.646000', '164508.648000', '164508.651000', '164528.532000', '164528.534000', '164528.537000', '164528.540000', '164528.542000', '164528.545000', '164528.548000', '164528.550000', '164528.553000', '164528.555000', '164528.558000', '164528.561000', '164528.563000', '164528.566000', '164528.568000', '164528.571000', '164528.573000', '164528.576000', '164528.579000', '164528.581000', '164528.584000', '164528.586000', '164528.589000', '164528.592000', '164528.594000', '164528.597000', '164528.599000', '164528.602000', '164528.605000', '164528.607000', '164528.610000', '164528.612000', '164528.615000', '164528.618000', '164528.620000', '164528.623000', '164528.626000', '164528.628000', '164528.631000', '164528.633000', '164528.636000', '164528.638000', '164528.641000', '164528.644000', '164548.532000', '164548.535000', '164548.537000', '164548.540000', '164548.542000', '164548.545000', '164548.548000', '164548.550000', '164548.553000', '164548.555000', '164548.558000', '164548.561000', '164548.563000', '164548.566000', '164548.568000', '164548.571000', '164548.574000', '164548.576000', '164548.579000', '164548.582000', '164548.584000', '164548.587000', '164548.589000', '164548.592000', '164548.595000', '164548.597000', '164548.600000', '164548.602000', '164548.605000', '164548.608000', '164548.617000', '164548.620000', '164548.623000', '164548.625000', '164548.628000', '164548.630000', '164548.633000', '164548.636000', '164548.638000', '164548.641000', '164548.644000', '164548.646000', '164548.649000', '164608.531000', '164608.534000', '164608.536000', '164608.539000', '164608.542000', '164608.544000', '164608.547000', '164608.549000', '164608.552000', '164608.555000', '164608.557000', '164608.560000', '164608.563000', '164608.565000', '164608.568000', '164608.571000', '164608.573000', '164608.576000', '164608.578000', '164608.581000', '164608.583000', '164608.586000', '164608.589000', '164608.591000', '164608.594000', '164608.596000', '164608.599000', '164608.602000', '164608.604000', '164608.607000', '164608.610000', '164608.612000', '164608.615000', '164608.617000', '164608.620000', '164608.623000', '164608.625000', '164608.628000', '164608.630000', '164608.633000', '164608.635000', '164608.638000', '164608.641000', '164608.643000', '164628.532000', '164628.535000', '164628.537000', '164628.540000', '164628.542000', '164628.545000', '164628.548000', '164628.550000', '164628.553000', '164628.555000', '164628.558000', '164628.561000', '164628.563000', '164628.566000', '164628.569000', '164628.571000', '164628.574000', '164628.577000', '164628.579000', '164628.582000', '164628.584000', '164628.587000', '164628.590000', '164628.592000', '164628.595000', '164628.597000', '164628.600000', '164628.602000', '164628.605000', '164628.608000', '164628.610000', '164628.613000', '164628.616000', '164628.618000', '164628.621000', '164628.623000', '164628.626000', '164628.628000', '164628.631000', '164628.634000', '164628.636000', '164628.639000', '164628.641000', '164648.532000', '164648.535000', '164648.537000', '164648.540000', '164648.542000', '164648.545000', '164648.548000', '164648.550000', '164648.553000', '164648.555000', '164648.558000', '164648.561000', '164648.563000', '164648.566000', '164648.569000', '164648.571000', '164648.574000', '164648.576000', '164648.579000', '164648.582000', '164648.584000', '164648.587000', '164648.589000', '164648.592000', '164648.595000', '164648.597000', '164648.600000', '164648.603000', '164648.605000', '164648.608000', '164648.611000', '164648.613000', '164648.616000', '164648.618000', '164648.621000', '164648.624000', '164648.626000', '164648.630000', '164648.633000', '164648.636000', '164648.638000', '164648.641000', '164648.644000', '164648.646000', '164708.531000', '164708.534000', '164708.537000', '164708.540000', '164708.542000', '164708.545000', '164708.548000', '164708.550000', '164708.553000', '164708.555000', '164708.558000', '164708.561000', '164708.563000', '164708.566000', '164708.568000', '164708.571000', '164708.574000', '164708.576000', '164708.579000', '164708.581000', '164708.584000', '164708.587000', '164708.590000', '164708.592000', '164708.595000', '164708.598000', '164708.601000', '164708.603000', '164708.606000', '164708.609000', '164708.611000', '164708.614000', '164708.617000', '164708.619000', '164708.622000', '164708.624000', '164708.627000', '164708.630000', '164708.632000', '164708.635000', '164708.637000', '164708.663000', '164708.666000', '164728.532000', '164728.534000', '164728.537000', '164728.540000', '164728.542000', '164728.546000', '164728.549000', '164728.551000', '164728.554000', '164728.556000', '164728.559000', '164728.562000', '164728.564000', '164728.567000', '164728.569000', '164728.572000', '164728.575000', '164728.577000', '164728.580000', '164728.582000', '164728.585000', '164728.587000', '164728.590000', '164728.593000', '164728.595000', '164728.598000', '164728.601000', '164728.604000', '164728.606000', '164728.609000', '164728.612000', '164728.614000', '164728.617000', '164728.619000', '164728.622000', '164728.625000', '164728.627000', '164728.630000', '164728.632000', '164728.635000', '164728.637000', '164728.640000', '164728.643000', '164728.645000', '164743.207000', '164743.210000', '164743.213000', '164743.216000', '164743.218000', '164743.221000', '164743.224000', '164743.227000', '164743.230000', '164743.233000', '164743.236000', '164743.239000', '164743.242000', '164743.244000', '164743.247000', '164743.250000', '164743.254000', '164743.256000', '164743.259000', '164743.262000', '164743.265000', '164743.268000', '164743.270000', '164743.273000', '164743.276000', '164743.280000', '164743.283000', '164743.286000', '164743.289000', '164743.291000', '164743.294000', '164743.297000'], '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': [11656, 8813, 10691, 9045, 10729, 9056, 10742, 9064, 10190, 8618, 10921, 8829, 10787, 8933, 8422, 9123, 7568, 9480, 7485, 9948, 8165, 10330, 7813, 10070, 8095, 10339, 8464, 9948, 8764, 11056, 8949, 8100, 10204, 8076, 10722, 9038, 10824, 7742, 10048, 7489, 9977, 7613, 9808, 8374, 9657, 8758, 9927, 8538, 8704, 8944, 7747, 9614, 8380, 10364, 7697, 10106, 8221, 10411, 8620, 10954, 9246, 9775, 9629, 8340, 10130, 8583, 10439, 9606, 10923, 8875, 10891, 9016, 10974, 8933, 10153, 8714, 10174, 8305, 10340, 8307, 9586, 7626, 8879, 7700, 9580, 8669, 9655, 9310, 10365, 9254, 7457, 9646, 8804, 9948, 8329, 10202, 7941, 9738, 8923, 10368, 8470, 10644, 8497, 10841, 8493, 9861, 8967, 10160, 9192, 10907, 9552, 10384, 8997, 9828, 8140, 9488, 8089, 10380, 8517, 9211, 8742, 8290, 9202, 7768, 9437, 8186, 10099, 7810, 10203, 7181, 10189, 7526, 10601, 7788, 10438, 7955, 11062, 8266, 11038, 7940, 10684, 7453, 11207, 7740, 10375, 7471, 10328, 7973, 10294, 7539, 10189, 7632, 10395, 8173, 10112, 8125, 9963, 7871, 10348, 8174, 10066, 7647, 10051, 7710, 10001, 7792, 10872, 8018, 7258, 8563, 7393, 9624, 7378, 10229, 7563, 9913, 7510, 9967, 8566, 8918, 9479, 7933, 9976, 8103, 10825, 7833, 10387, 8340, 11799, 7718, 11221, 8105, 12530, 8238, 11290, 7742, 10608, 8100, 9791, 8749, 9766, 8905, 8971, 8331, 8331, 8466, 9221, 8968, 7585, 9850, 7282, 10340, 7889, 11484, 8219, 10517, 8154, 10550, 8605, 10116, 8687, 10243, 8755, 10669, 8837, 10147, 8944, 10255, 8829, 9934, 8985, 9699, 8877, 10057, 9381, 11198, 9609, 10827, 9606, 10407, 8923, 10198, 8301, 9998, 7840, 10055, 8648, 9749, 7411, 9548, 7516, 9030, 7575, 8867, 7339, 8933, 7542, 9075, 7413, 9008, 7345, 9210, 7655, 9692, 8546, 10717, 8755, 9249, 9135, 7949, 10162, 10162, 9478, 11503, 9349, 12320, 9017, 10446, 8700, 10614, 9053, 10718, 9118, 11019, 8870, 8971, 8797, 8996, 9513, 7965, 9509, 7622, 10350, 7993, 10310, 8444, 10281, 8421, 10121, 8594, 10356, 8547, 10249, 8298, 10786, 8171, 10476, 8208, 10270, 8253, 10240, 8880, 10522, 7684, 9238, 7715, 9235, 8455, 7597, 9316, 9179, 9567, 8611, 9661, 11425, 9452, 10837, 9306, 10464, 8616, 10619, 8098, 11018, 7493, 10289, 7406, 10144, 7344, 10537, 7228, 9886, 7450, 9682, 7668, 13307, 14284, 12464, 9429, 8093, 7627, 9114, 8211, 7501, 8765, 8584, 9201, 8512, 9714, 11256, 8873, 10063, 8465, 9989, 8017, 10098, 7566, 10063, 7182, 9709, 7081, 9992, 7369, 10091, 7281, 9385, 7340, 9686, 7630, 10078, 7273, 9898, 7590, 10354, 7374, 10133, 7466, 9247, 7359, 9696, 7611, 7915, 6744, 8383, 8120, 9964, 8846, 8089, 9306, 9298, 10150, 8518, 9991, 7675, 10607, 7658, 10405, 8062, 11268, 9598, 10591, 9768, 12305, 11235, 11537, 10719, 11014, 9378, 9810, 9053, 10156, 8203, 9663, 8928, 9243, 10607, 8647, 6635, 8835, 6586, 8526, 7065, 9245, 7379, 9176, 7952, 9712, 8679, 9669, 8511, 10050, 8872, 10286, 7937, 9805, 7454, 9226, 10611, 8813, 9994, 7748, 9689, 7062, 9289, 6827, 9689, 6898, 10112, 6836, 9406, 7750, 10015, 8030, 9635, 11509, 8743, 10316, 8883, 10584, 8458, 10162, 8761, 9202, 8782, 10340, 8813, 9036, 9069, 10292, 8917, 11240, 8830, 10585, 8446, 10702, 8407, 10317, 8361, 10389, 8286, 10766, 8040, 10616, 8214, 7292, 9077, 7226, 8986, 7853, 9238, 8272, 10087, 8343, 10248, 8663, 10378, 8454, 12249, 8530, 11084, 7652, 9995, 8418, 10397, 7881, 10504, 7781, 9860, 8993, 10272, 6967, 10301, 10267, 9155, 10390, 8395, 10517, 8037, 9245, 8102, 9553, 8183, 10076, 7688, 9524, 7677, 9622, 8044, 9238, 8089, 9760, 8253, 9992, 8740, 9400, 8859, 10188, 8909, 11437, 9343, 8666, 9294, 12312, 8711, 11494, 8782, 10767, 7979, 10696, 7512, 11208, 8068, 10082, 7785, 10163, 7887, 10363, 8326, 10961, 8092, 10258, 8768, 10305, 9730, 7106, 10361, 7282, 10497, 7382, 10811, 7177, 10413, 7621, 9934, 8058, 6818, 8780, 7360, 9750, 8147, 10649, 8325, 10450, 9051, 11101, 8373, 10702, 10818, 9521, 11757, 8688, 9943, 8230, 9701, 8548, 6755, 9100, 6959, 9840, 7480, 8693, 8361, 8818, 8543, 10227, 9473, 9233, 9699, 10192, 10232, 11932, 10205, 11465, 10113, 10258, 9653, 10133, 9430, 9337, 9154, 9335, 9512, 9056, 9474, 8533, 9725, 7316, 9986, 7965, 9952, 7752, 10207, 7928, 10133, 8180, 10231, 8390, 10287, 8013, 10393, 8328, 10728, 8605, 10308, 8794, 10529, 7930, 10432, 7907, 10241, 7859, 9946, 8221, 9339, 7772, 9448, 7575, 9367, 7933, 9246, 7550, 9120, 7290, 9455, 8400, 9511, 8227, 9693, 9316, 10366, 8418, 10327, 9170, 11013, 9182, 10428, 8182, 10575, 8439, 10681, 8952, 10253, 8704, 10135, 10219, 10298, 8816, 9878, 8401, 9726, 9102, 10085, 8729, 10150, 8247, 10117, 8243, 10055, 8121, 10102, 7897, 9465, 8604, 10182, 7861, 9285, 8256, 9245, 8028, 9421, 7716, 9512, 7573, 9475, 8109, 9753, 7871, 10495, 8567, 8438, 9602, 8297, 10129, 9368, 10734, 9793, 10900, 9139, 9907, 11472, 9532, 10994, 9596, 11406, 8576, 9779, 8113, 9619, 8471, 9735, 8030, 10081, 8098, 10586, 8539, 6995, 9508, 7066, 9368, 7360, 10042, 7156, 10266, 7180, 10356, 7377, 10636, 7295, 10362, 7386, 10659, 7708, 10536, 7664, 10494, 7755, 10834, 8428, 10699, 8184, 10647, 7860, 10994, 8398, 7686, 9098, 6833, 10180, 7507, 9472, 7452, 9678, 7985, 10368, 8850, 10697, 8802, 13230, 9264, 11800, 8058, 10542, 11966, 9351, 10436, 8761, 10123, 8171, 11081, 7587, 10793, 7214, 10067, 7111, 10235, 7423, 10346, 7302, 9948, 7782, 9948, 7833, 10014, 7634, 9758, 7533, 10344, 7919, 10174, 7650, 9982, 7731, 10105, 7598, 10070, 7684, 10471, 8563, 8405, 7919, 8640, 7941, 10002, 8111, 7096, 8359, 7026, 8816, 7909, 9755, 8407, 9985, 12265, 9287, 9863, 8131, 10125, 8136, 10073, 10381, 9118, 11581, 9390, 11141, 8316, 9876, 7932, 9568, 10546, 9022, 10564, 9070, 10622], 'WindowCenter': [4214.0, 4180.0, 4169.0, 4149.0, 4153.0, 4131.0, 4137.0, 4116.0, 4127.0, 4115.0, 4134.0, 4116.0, 4135.0, 4116.0, 4117.0, 4127.0, 4107.0, 4127.0, 4106.0, 4128.0, 4117.0, 4136.0, 4106.0, 4126.0, 4106.0, 4126.0, 4105.0, 4125.0, 4116.0, 4136.0, 4115.0, 4117.0, 4138.0, 4106.0, 4137.0, 4115.0, 4135.0, 4094.0, 4126.0, 4093.0, 4126.0, 4105.0, 4126.0, 4105.0, 4125.0, 4118.0, 4139.0, 4129.0, 4118.0, 4129.0, 4107.0, 4129.0, 4131.0, 4141.0, 4108.0, 4140.0, 4121.0, 4138.0, 4119.0, 4147.0, 4140.0, 4138.0, 4129.0, 4117.0, 4138.0, 4116.0, 4136.0, 4115.0, 4136.0, 4114.0, 4123.0, 4114.0, 4124.0, 4102.0, 4111.0, 4102.0, 4124.0, 4104.0, 4123.0, 4102.0, 4112.0, 4093.0, 4115.0, 4095.0, 4126.0, 4117.0, 4125.0, 4127.0, 4138.0, 4127.0, 4095.0, 4126.0, 4126.0, 4128.0, 4106.0, 4127.0, 4106.0, 4126.0, 4115.0, 4127.0, 4104.0, 4137.0, 4118.0, 4136.0, 4104.0, 4124.0, 4115.0, 4124.0, 4129.0, 4135.0, 4125.0, 4123.0, 4114.0, 4113.0, 4106.0, 4126.0, 4105.0, 4124.0, 4114.0, 4126.0, 4117.0, 4114.0, 4127.0, 4105.0, 4127.0, 4115.0, 4137.0, 4105.0, 4138.0, 4097.0, 4137.0, 4106.0, 4139.0, 4106.0, 4136.0, 4117.0, 4137.0, 4106.0, 4136.0, 4104.0, 4137.0, 4096.0, 4148.0, 4108.0, 4125.0, 4096.0, 4136.0, 4107.0, 4124.0, 4104.0, 4124.0, 4106.0, 4137.0, 4116.0, 4125.0, 4107.0, 4125.0, 4106.0, 4137.0, 4119.0, 4126.0, 4106.0, 4125.0, 4120.0, 4137.0, 4119.0, 4147.0, 4118.0, 4107.0, 4129.0, 4107.0, 4142.0, 4123.0, 4164.0, 4123.0, 4151.0, 4124.0, 4153.0, 4133.0, 4131.0, 4140.0, 4121.0, 4153.0, 4120.0, 4151.0, 4107.0, 4142.0, 4118.0, 4149.0, 4093.0, 4148.0, 4118.0, 4147.0, 4104.0, 4133.0, 4106.0, 4149.0, 4117.0, 4137.0, 4117.0, 4140.0, 4141.0, 4127.0, 4118.0, 4116.0, 4120.0, 4126.0, 4128.0, 4108.0, 4138.0, 4109.0, 4139.0, 4109.0, 4148.0, 4117.0, 4135.0, 4121.0, 4139.0, 4106.0, 4125.0, 4104.0, 4126.0, 4116.0, 4124.0, 4104.0, 4123.0, 4114.0, 4125.0, 4113.0, 4113.0, 4102.0, 4113.0, 4114.0, 4112.0, 4112.0, 4135.0, 4124.0, 4121.0, 4111.0, 4110.0, 4100.0, 4109.0, 4092.0, 4110.0, 4090.0, 4113.0, 4088.0, 4101.0, 4080.0, 4111.0, 4091.0, 4101.0, 4092.0, 4113.0, 4094.0, 4128.0, 4107.0, 4130.0, 4111.0, 4130.0, 4110.0, 4140.0, 4120.0, 4140.0, 4129.0, 4152.0, 4133.0, 4130.0, 4142.0, 4120.0, 4153.0, 4140.0, 4130.0, 4145.0, 4126.0, 4145.0, 4103.0, 4135.0, 4118.0, 4136.0, 4128.0, 4135.0, 4116.0, 4148.0, 4117.0, 4112.0, 4103.0, 4113.0, 4125.0, 4092.0, 4115.0, 4093.0, 4125.0, 4107.0, 4125.0, 4117.0, 4126.0, 4104.0, 4126.0, 4115.0, 4125.0, 4116.0, 4124.0, 4105.0, 4123.0, 4103.0, 4122.0, 4103.0, 4124.0, 4102.0, 4126.0, 4114.0, 4124.0, 4095.0, 4115.0, 4106.0, 4126.0, 4118.0, 4106.0, 4141.0, 4140.0, 4155.0, 4129.0, 4129.0, 4137.0, 4128.0, 4138.0, 4128.0, 4125.0, 4116.0, 4125.0, 4106.0, 4136.0, 4095.0, 4125.0, 4094.0, 4136.0, 4096.0, 4135.0, 4096.0, 4125.0, 4107.0, 4154.0, 4119.0, 4176.0, 4174.0, 4162.0, 4128.0, 4119.0, 4120.0, 4129.0, 4130.0, 4108.0, 4131.0, 4131.0, 4130.0, 4117.0, 4126.0, 4136.0, 4117.0, 4124.0, 4105.0, 4113.0, 4094.0, 4124.0, 4094.0, 4112.0, 4083.0, 4113.0, 4082.0, 4125.0, 4095.0, 4125.0, 4093.0, 4115.0, 4096.0, 4127.0, 4107.0, 4139.0, 4107.0, 4127.0, 4106.0, 4138.0, 4107.0, 4137.0, 4109.0, 4140.0, 4108.0, 4099.0, 4097.0, 4084.0, 4062.0, 4095.0, 4087.0, 4104.0, 4094.0, 4084.0, 4108.0, 4107.0, 4130.0, 4107.0, 4131.0, 4099.0, 4127.0, 4083.0, 4112.0, 4083.0, 4113.0, 4101.0, 4112.0, 4127.0, 4123.0, 4111.0, 4109.0, 4099.0, 4099.0, 4088.0, 4100.0, 4090.0, 4101.0, 4079.0, 4102.0, 4089.0, 4100.0, 4109.0, 4091.0, 4059.0, 4100.0, 4059.0, 4103.0, 4083.0, 4115.0, 4097.0, 4116.0, 4106.0, 4127.0, 4131.0, 4128.0, 4117.0, 4127.0, 4116.0, 4126.0, 4093.0, 4114.0, 4083.0, 4115.0, 4125.0, 4105.0, 4112.0, 4082.0, 4101.0, 4083.0, 4115.0, 4085.0, 4115.0, 4085.0, 4139.0, 4085.0, 4115.0, 4093.0, 4127.0, 4094.0, 4115.0, 4135.0, 4106.0, 4113.0, 4103.0, 4123.0, 4105.0, 4124.0, 4104.0, 4103.0, 4105.0, 4125.0, 4116.0, 4113.0, 4118.0, 4126.0, 4117.0, 4136.0, 4117.0, 4126.0, 4107.0, 4138.0, 4117.0, 4126.0, 4107.0, 4126.0, 4107.0, 4135.0, 4120.0, 4149.0, 4120.0, 4110.0, 4130.0, 4109.0, 4144.0, 4134.0, 4143.0, 4134.0, 4141.0, 4121.0, 4141.0, 4131.0, 4142.0, 4120.0, 4149.0, 4118.0, 4139.0, 4097.0, 4128.0, 4107.0, 4127.0, 4094.0, 4125.0, 4093.0, 4114.0, 4103.0, 4113.0, 4084.0, 4138.0, 4125.0, 4115.0, 4113.0, 4093.0, 4112.0, 4092.0, 4112.0, 4094.0, 4114.0, 4094.0, 4114.0, 4093.0, 4115.0, 4106.0, 4126.0, 4107.0, 4128.0, 4119.0, 4127.0, 4118.0, 4126.0, 4117.0, 4115.0, 4116.0, 4127.0, 4131.0, 4151.0, 4127.0, 4105.0, 4116.0, 4147.0, 4119.0, 4148.0, 4117.0, 4124.0, 4104.0, 4123.0, 4095.0, 4137.0, 4105.0, 4125.0, 4093.0, 4125.0, 4105.0, 4136.0, 4117.0, 4137.0, 4106.0, 4136.0, 4129.0, 4150.0, 4141.0, 4098.0, 4139.0, 4109.0, 4151.0, 4122.0, 4164.0, 4112.0, 4152.0, 4133.0, 4154.0, 4147.0, 4114.0, 4142.0, 4123.0, 4154.0, 4121.0, 4151.0, 4120.0, 4152.0, 4128.0, 4153.0, 4118.0, 4140.0, 4138.0, 4128.0, 4081.0, 4096.0, 4090.0, 4068.0, 4079.0, 4067.0, 4035.0, 4078.0, 4058.0, 4088.0, 4058.0, 4077.0, 4080.0, 4090.0, 4106.0, 4111.0, 4101.0, 4087.0, 4088.0, 4100.0, 4087.0, 4096.0, 4085.0, 4084.0, 4085.0, 4075.0, 4074.0, 4074.0, 4064.0, 4063.0, 4077.0, 4076.0, 4078.0, 4064.0, 4075.0, 4066.0, 4088.0, 4056.0, 4087.0, 4067.0, 4087.0, 4057.0, 4089.0, 4057.0, 4086.0, 4065.0, 4087.0, 4069.0, 4101.0, 4069.0, 4086.0, 4078.0, 4097.0, 4081.0, 4088.0, 4077.0, 4098.0, 4070.0, 4101.0, 4069.0, 4100.0, 4069.0, 4102.0, 4082.0, 4090.0, 4069.0, 4101.0, 4068.0, 4101.0, 4081.0, 4102.0, 4083.0, 4103.0, 4084.0, 4115.0, 4095.0, 4114.0, 4093.0, 4129.0, 4129.0, 4126.0, 4106.0, 4126.0, 4117.0, 4127.0, 4117.0, 4128.0, 4106.0, 4128.0, 4107.0, 4127.0, 4120.0, 4140.0, 4121.0, 4140.0, 4139.0, 4127.0, 4117.0, 4115.0, 4108.0, 4129.0, 4131.0, 4139.0, 4118.0, 4128.0, 4119.0, 4139.0, 4120.0, 4130.0, 4108.0, 4128.0, 4108.0, 4131.0, 4120.0, 4141.0, 4108.0, 4129.0, 4118.0, 4130.0, 4120.0, 4130.0, 4109.0, 4131.0, 4122.0, 4144.0, 4134.0, 4144.0, 4134.0, 4164.0, 4145.0, 4133.0, 4144.0, 4121.0, 4154.0, 4132.0, 4154.0, 4142.0, 4142.0, 4119.0, 4131.0, 4150.0, 4131.0, 4152.0, 4129.0, 4135.0, 4103.0, 4114.0, 4106.0, 4116.0, 4106.0, 4114.0, 4108.0, 4138.0, 4120.0, 4151.0, 4132.0, 4098.0, 4129.0, 4098.0, 4131.0, 4108.0, 4140.0, 4099.0, 4140.0, 4110.0, 4153.0, 4112.0, 4152.0, 4110.0, 4141.0, 4112.0, 4151.0, 4120.0, 4151.0, 4110.0, 4140.0, 4122.0, 4153.0, 4132.0, 4151.0, 4131.0, 4152.0, 4134.0, 4151.0, 4135.0, 4124.0, 4145.0, 4116.0, 4166.0, 4125.0, 4154.0, 4121.0, 4143.0, 4132.0, 4150.0, 4130.0, 4140.0, 4129.0, 4160.0, 4128.0, 4138.0, 4094.0, 4125.0, 4123.0, 4103.0, 4111.0, 4089.0, 4100.0, 4080.0, 4111.0, 4081.0, 4111.0, 4069.0, 4100.0, 4071.0, 4113.0, 4083.0, 4113.0, 4082.0, 4111.0, 4093.0, 4113.0, 4095.0, 4114.0, 4095.0, 4115.0, 4096.0, 4126.0, 4107.0, 4126.0, 4094.0, 4126.0, 4108.0, 4127.0, 4097.0, 4127.0, 4106.0, 4137.0, 4103.0, 4133.0, 4108.0, 4129.0, 4121.0, 4139.0, 4119.0, 4110.0, 4130.0, 4110.0, 4142.0, 4120.0, 4140.0, 4131.0, 4154.0, 4160.0, 4129.0, 4127.0, 4106.0, 4126.0, 4094.0, 4125.0, 4113.0, 4102.0, 4122.0, 4102.0, 4122.0, 4091.0, 4100.0, 4078.0, 4112.0, 4121.0, 4101.0, 4121.0, 4101.0, 4121.0], 'WindowWidth': [9372.0, 9309.0, 9275.0, 9246.0, 9236.0, 9202.0, 9203.0, 9171.0, 9185.0, 9169.0, 9192.0, 9170.0, 9192.0, 9171.0, 9171.0, 9185.0, 9160.0, 9187.0, 9159.0, 9187.0, 9173.0, 9197.0, 9154.0, 9184.0, 9156.0, 9180.0, 9154.0, 9179.0, 9170.0, 9196.0, 9165.0, 9172.0, 9203.0, 9157.0, 9198.0, 9164.0, 9192.0, 9137.0, 9183.0, 9135.0, 9184.0, 9154.0, 9180.0, 9153.0, 9180.0, 9175.0, 9205.0, 9193.0, 9175.0, 9190.0, 9160.0, 9190.0, 9199.0, 9211.0, 9161.0, 9208.0, 9185.0, 9200.0, 9178.0, 9214.0, 9207.0, 9203.0, 9190.0, 9172.0, 9200.0, 9170.0, 9197.0, 9165.0, 9194.0, 9161.0, 9173.0, 9164.0, 9173.0, 9143.0, 9153.0, 9142.0, 9175.0, 9150.0, 9172.0, 9144.0, 9156.0, 9133.0, 9165.0, 9140.0, 9180.0, 9172.0, 9181.0, 9186.0, 9201.0, 9185.0, 9142.0, 9184.0, 9184.0, 9187.0, 9156.0, 9185.0, 9156.0, 9183.0, 9166.0, 9185.0, 9151.0, 9198.0, 9175.0, 9194.0, 9150.0, 9176.0, 9167.0, 9176.0, 9192.0, 9194.0, 9178.0, 9171.0, 9161.0, 9159.0, 9156.0, 9184.0, 9152.0, 9177.0, 9165.0, 9181.0, 9174.0, 9166.0, 9185.0, 9154.0, 9185.0, 9168.0, 9198.0, 9154.0, 9201.0, 9145.0, 9200.0, 9158.0, 9205.0, 9156.0, 9195.0, 9174.0, 9198.0, 9154.0, 9194.0, 9151.0, 9199.0, 9144.0, 9216.0, 9161.0, 9179.0, 9144.0, 9197.0, 9158.0, 9175.0, 9150.0, 9175.0, 9156.0, 9198.0, 9170.0, 9178.0, 9156.0, 9178.0, 9156.0, 9199.0, 9176.0, 9181.0, 9157.0, 9182.0, 9184.0, 9201.0, 9181.0, 9215.0, 9176.0, 9160.0, 9191.0, 9162.0, 9215.0, 9193.0, 9247.0, 9190.0, 9227.0, 9194.0, 9231.0, 9204.0, 9198.0, 9210.0, 9186.0, 9232.0, 9183.0, 9224.0, 9161.0, 9214.0, 9176.0, 9218.0, 9135.0, 9215.0, 9178.0, 9212.0, 9150.0, 9184.0, 9156.0, 9217.0, 9173.0, 9199.0, 9172.0, 9208.0, 9212.0, 9190.0, 9175.0, 9169.0, 9180.0, 9181.0, 9188.0, 9162.0, 9201.0, 9167.0, 9205.0, 9163.0, 9217.0, 9172.0, 9195.0, 9186.0, 9203.0, 9153.0, 9176.0, 9148.0, 9182.0, 9169.0, 9176.0, 9147.0, 9172.0, 9162.0, 9178.0, 9160.0, 9158.0, 9143.0, 9160.0, 9163.0, 9158.0, 9156.0, 9191.0, 9178.0, 9166.0, 9156.0, 9151.0, 9136.0, 9146.0, 9130.0, 9149.0, 9124.0, 9158.0, 9118.0, 9137.0, 9109.0, 9153.0, 9129.0, 9141.0, 9131.0, 9161.0, 9136.0, 9189.0, 9161.0, 9194.0, 9172.0, 9193.0, 9169.0, 9210.0, 9181.0, 9207.0, 9194.0, 9227.0, 9204.0, 9196.0, 9215.0, 9182.0, 9232.0, 9210.0, 9193.0, 9209.0, 9185.0, 9206.0, 9146.0, 9194.0, 9174.0, 9196.0, 9189.0, 9194.0, 9170.0, 9215.0, 9173.0, 9157.0, 9145.0, 9161.0, 9181.0, 9131.0, 9165.0, 9133.0, 9177.0, 9158.0, 9180.0, 9170.0, 9180.0, 9150.0, 9182.0, 9167.0, 9180.0, 9170.0, 9177.0, 9152.0, 9173.0, 9144.0, 9168.0, 9147.0, 9174.0, 9144.0, 9182.0, 9163.0, 9172.0, 9138.0, 9165.0, 9156.0, 9181.0, 9174.0, 9159.0, 9213.0, 9211.0, 9239.0, 9192.0, 9189.0, 9198.0, 9188.0, 9202.0, 9186.0, 9179.0, 9169.0, 9180.0, 9156.0, 9196.0, 9139.0, 9177.0, 9136.0, 9196.0, 9142.0, 9193.0, 9141.0, 9180.0, 9159.0, 9233.0, 9183.0, 9270.0, 9265.0, 9239.0, 9189.0, 9179.0, 9183.0, 9191.0, 9196.0, 9164.0, 9199.0, 9199.0, 9193.0, 9171.0, 9182.0, 9196.0, 9169.0, 9178.0, 9152.0, 9159.0, 9136.0, 9172.0, 9135.0, 9156.0, 9117.0, 9157.0, 9116.0, 9176.0, 9138.0, 9178.0, 9135.0, 9164.0, 9143.0, 9184.0, 9160.0, 9203.0, 9160.0, 9185.0, 9159.0, 9202.0, 9161.0, 9199.0, 9164.0, 9209.0, 9164.0, 9129.0, 9141.0, 9113.0, 9082.0, 9129.0, 9121.0, 9138.0, 9126.0, 9114.0, 9149.0, 9149.0, 9184.0, 9147.0, 9190.0, 9144.0, 9178.0, 9113.0, 9149.0, 9114.0, 9151.0, 9133.0, 9148.0, 9182.0, 9169.0, 9148.0, 9143.0, 9127.0, 9127.0, 9112.0, 9131.0, 9118.0, 9135.0, 9101.0, 9139.0, 9116.0, 9133.0, 9144.0, 9122.0, 9077.0, 9133.0, 9077.0, 9142.0, 9117.0, 9162.0, 9142.0, 9165.0, 9155.0, 9182.0, 9196.0, 9187.0, 9169.0, 9183.0, 9167.0, 9177.0, 9130.0, 9157.0, 9118.0, 9163.0, 9174.0, 9150.0, 9154.0, 9111.0, 9137.0, 9117.0, 9161.0, 9124.0, 9164.0, 9124.0, 9202.0, 9125.0, 9162.0, 9132.0, 9180.0, 9132.0, 9163.0, 9189.0, 9153.0, 9156.0, 9143.0, 9170.0, 9149.0, 9171.0, 9145.0, 9142.0, 9149.0, 9177.0, 9165.0, 9158.0, 9170.0, 9179.0, 9168.0, 9193.0, 9168.0, 9178.0, 9157.0, 9200.0, 9174.0, 9180.0, 9157.0, 9178.0, 9155.0, 9192.0, 9179.0, 9218.0, 9180.0, 9166.0, 9193.0, 9164.0, 9219.0, 9208.0, 9216.0, 9207.0, 9209.0, 9184.0, 9209.0, 9196.0, 9210.0, 9179.0, 9218.0, 9173.0, 9204.0, 9143.0, 9188.0, 9158.0, 9183.0, 9133.0, 9178.0, 9130.0, 9161.0, 9145.0, 9157.0, 9121.0, 9200.0, 9178.0, 9164.0, 9159.0, 9129.0, 9153.0, 9129.0, 9155.0, 9136.0, 9161.0, 9135.0, 9158.0, 9133.0, 9164.0, 9155.0, 9183.0, 9160.0, 9187.0, 9178.0, 9185.0, 9172.0, 9181.0, 9168.0, 9162.0, 9167.0, 9183.0, 9198.0, 9222.0, 9185.0, 9150.0, 9165.0, 9208.0, 9177.0, 9214.0, 9171.0, 9175.0, 9148.0, 9172.0, 9137.0, 9195.0, 9153.0, 9177.0, 9134.0, 9176.0, 9153.0, 9195.0, 9174.0, 9198.0, 9157.0, 9196.0, 9192.0, 9221.0, 9212.0, 9149.0, 9204.0, 9165.0, 9224.0, 9188.0, 9247.0, 9173.0, 9228.0, 9207.0, 9237.0, 9232.0, 9182.0, 9214.0, 9193.0, 9235.0, 9185.0, 9224.0, 9182.0, 9228.0, 9191.0, 9230.0, 9173.0, 9205.0, 9199.0, 9186.0, 9085.0, 9132.0, 9112.0, 9081.0, 9095.0, 9077.0, 9033.0, 9094.0, 9068.0, 9109.0, 9068.0, 9094.0, 9103.0, 9116.0, 9147.0, 9148.0, 9132.0, 9109.0, 9111.0, 9129.0, 9108.0, 9116.0, 9100.0, 9096.0, 9098.0, 9084.0, 9082.0, 9081.0, 9070.0, 9067.0, 9092.0, 9090.0, 9094.0, 9071.0, 9086.0, 9077.0, 9109.0, 9065.0, 9108.0, 9079.0, 9107.0, 9068.0, 9112.0, 9065.0, 9104.0, 9073.0, 9106.0, 9086.0, 9130.0, 9085.0, 9106.0, 9097.0, 9121.0, 9103.0, 9109.0, 9095.0, 9123.0, 9090.0, 9130.0, 9088.0, 9127.0, 9088.0, 9135.0, 9110.0, 9116.0, 9087.0, 9133.0, 9084.0, 9132.0, 9106.0, 9138.0, 9115.0, 9142.0, 9116.0, 9159.0, 9134.0, 9155.0, 9129.0, 9184.0, 9187.0, 9176.0, 9148.0, 9176.0, 9165.0, 9178.0, 9164.0, 9183.0, 9151.0, 9181.0, 9152.0, 9178.0, 9176.0, 9203.0, 9179.0, 9205.0, 9201.0, 9181.0, 9165.0, 9162.0, 9156.0, 9187.0, 9194.0, 9199.0, 9171.0, 9184.0, 9173.0, 9201.0, 9177.0, 9190.0, 9158.0, 9185.0, 9158.0, 9193.0, 9177.0, 9206.0, 9157.0, 9188.0, 9172.0, 9192.0, 9177.0, 9191.0, 9163.0, 9194.0, 9186.0, 9219.0, 9205.0, 9221.0, 9209.0, 9249.0, 9222.0, 9204.0, 9219.0, 9183.0, 9230.0, 9198.0, 9232.0, 9210.0, 9210.0, 9174.0, 9194.0, 9218.0, 9196.0, 9227.0, 9188.0, 9189.0, 9145.0, 9158.0, 9154.0, 9166.0, 9154.0, 9160.0, 9159.0, 9199.0, 9180.0, 9222.0, 9200.0, 9147.0, 9191.0, 9147.0, 9195.0, 9161.0, 9206.0, 9150.0, 9205.0, 9169.0, 9231.0, 9173.0, 9228.0, 9168.0, 9210.0, 9174.0, 9224.0, 9180.0, 9222.0, 9167.0, 9207.0, 9188.0, 9228.0, 9200.0, 9222.0, 9197.0, 9226.0, 9208.0, 9225.0, 9210.0, 9193.0, 9225.0, 9188.0, 9255.0, 9197.0, 9235.0, 9186.0, 9217.0, 9202.0, 9223.0, 9197.0, 9207.0, 9191.0, 9235.0, 9189.0, 9202.0, 9137.0, 9176.0, 9172.0, 9142.0, 9151.0, 9120.0, 9132.0, 9106.0, 9149.0, 9113.0, 9150.0, 9093.0, 9134.0, 9101.0, 9156.0, 9120.0, 9156.0, 9115.0, 9153.0, 9132.0, 9157.0, 9136.0, 9160.0, 9138.0, 9162.0, 9141.0, 9182.0, 9158.0, 9180.0, 9136.0, 9181.0, 9162.0, 9183.0, 9143.0, 9182.0, 9157.0, 9198.0, 9148.0, 9204.0, 9162.0, 9191.0, 9185.0, 9206.0, 9177.0, 9170.0, 9197.0, 9170.0, 9213.0, 9181.0, 9209.0, 9196.0, 9233.0, 9236.0, 9190.0, 9185.0, 9155.0, 9180.0, 9136.0, 9178.0, 9158.0, 9142.0, 9168.0, 9142.0, 9169.0, 9126.0, 9135.0, 9104.0, 9153.0, 9167.0, 9140.0, 9166.0, 9141.0, 9165.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.025937707373271893</td></tr>
<tr><td colspan=3>aqi</td><td>0.07858779769585254</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.213342747877746</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3322323151441757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3299818175432534</td></tr>
<tr><td colspan=3>efc</td><td>0.4974</td></tr>
<tr><td colspan=3>fber</td><td>5776.7456</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1552644315572889</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>154</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.741935483870968</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5967087502097383</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.503169213047068</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7818089336765066</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5051481039056407</td></tr>
<tr><td colspan=3>gcor</td><td>0.011994</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012263690121471882</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04582053795456886</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.360703688555176</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>24.5183</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.2548</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.3901</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292692.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>803.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.2029</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9558</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.1575</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3304.9877</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1499.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>781.7499</td></tr>
<tr><td colspan=3>tsnr</td><td>22.49688844382763</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>