ds005256-mriqc/sub-0016_ses-03_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter aba5ac81ab [DATALAD RUNCMD] Compute MRIQC for sub-0016
=== 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-0016 --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-0016",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:54 +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-0016_ses-03_task-social_acq-mb8_run-04_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-0016_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0016_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_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-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_ses-03_task-social_acq-mb8_run-04_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-0016/ses-03/func/sub-0016_ses-03_task-social_acq-mb8_run-04_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>d9608cf51b632b037ae6d39fe852047a</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>13:02:8.867500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999801, 0.019733, 0.00300109, -0.0193717, 0.995539, -0.0923379]</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-04_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.0857559</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7765, -7267, 598, -89, -152, -43, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.495</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fbb81bfb-e98b-4d4f-81df-5e0acdde0bf4||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6823923587799072, -0.051972970366477966, 0.012986474670469761, 112.72062683105469], [-0.05294225364923477, 2.670958995819092, -0.24910582602024078, -75.48970031738281], [0.008051693439483643, 0.24773596227169037, 2.68845272064209, -85.81053924560547], [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': ['130208.867500', '130209.327500', '130209.787500', '130210.247500', '130210.707500', '130211.167500', '130211.627500', '130212.087500', '130212.547500', '130213.007500', '130213.467500', '130213.927500', '130214.387500', '130214.847500', '130215.307500', '130215.767500', '130216.227500', '130216.687500', '130217.147500', '130217.607500', '130218.067500', '130218.527500', '130218.987500', '130219.447500', '130219.907500', '130220.367500', '130220.827500', '130221.287500', '130221.747500', '130222.207500', '130222.667500', '130223.127500', '130223.587500', '130224.047500', '130224.507500', '130224.967500', '130225.427500', '130225.887500', '130226.347500', '130226.807500', '130227.267500', '130227.727500', '130228.187500', '130228.647500', '130229.107500', '130229.567500', '130230.027500', '130230.487500', '130230.947500', '130231.407500', '130231.867500', '130232.327500', '130232.787500', '130233.247500', '130233.707500', '130234.167500', '130234.627500', '130235.087500', '130235.547500', '130236.007500', '130236.467500', '130236.927500', '130237.387500', '130237.847500', '130238.307500', '130238.767500', '130239.227500', '130239.687500', '130240.147500', '130240.607500', '130241.067500', '130241.527500', '130241.987500', '130242.447500', '130242.907500', '130243.367500', '130243.827500', '130244.287500', '130244.747500', '130245.207500', '130245.667500', '130246.127500', '130246.587500', '130247.047500', '130247.507500', '130247.967500', '130248.427500', '130248.887500', '130249.347500', '130249.807500', '130250.267500', '130250.727500', '130251.187500', '130251.647500', '130252.107500', '130252.567500', '130253.027500', '130253.487500', '130253.947500', '130254.407500', '130254.867500', '130255.327500', '130255.787500', '130256.247500', '130256.707500', '130257.167500', '130257.627500', '130258.087500', '130258.547500', '130259.007500', '130259.467500', '130259.927500', '130300.387500', '130300.847500', '130301.307500', '130301.767500', '130302.227500', '130302.687500', '130303.147500', '130303.607500', '130304.067500', '130304.527500', '130304.987500', '130305.447500', '130305.907500', '130306.367500', '130306.827500', '130307.287500', '130307.747500', '130308.207500', '130308.667500', '130309.127500', '130309.587500', '130310.047500', '130310.507500', '130310.967500', '130311.427500', '130311.887500', '130312.347500', '130312.807500', '130313.267500', '130313.727500', '130314.187500', '130314.647500', '130315.107500', '130315.567500', '130316.027500', '130316.487500', '130316.947500', '130317.407500', '130317.867500', '130318.327500', '130318.787500', '130319.247500', '130319.707500', '130320.167500', '130320.627500', '130321.087500', '130321.547500', '130322.007500', '130322.467500', '130322.927500', '130323.387500', '130323.847500', '130324.307500', '130324.767500', '130325.227500', '130325.687500', '130326.147500', '130326.607500', '130327.067500', '130327.527500', '130327.987500', '130328.447500', '130328.907500', '130329.367500', '130329.827500', '130330.287500', '130330.747500', '130331.207500', '130331.667500', '130332.127500', '130332.587500', '130333.047500', '130333.507500', '130333.967500', '130334.427500', '130334.887500', '130335.347500', '130335.807500', '130336.267500', '130336.727500', '130337.187500', '130337.647500', '130338.107500', '130338.567500', '130339.027500', '130339.487500', '130339.947500', '130340.407500', '130340.867500', '130341.327500', '130341.787500', '130342.247500', '130342.707500', '130343.167500', '130343.627500', '130344.087500', '130344.547500', '130345.007500', '130345.467500', '130345.927500', '130346.387500', '130346.847500', '130347.307500', '130347.767500', '130348.227500', '130348.687500', '130349.147500', '130349.607500', '130350.067500', '130350.527500', '130350.987500', '130351.447500', '130351.907500', '130352.367500', '130352.827500', '130353.287500', '130353.747500', '130354.207500', '130354.667500', '130355.127500', '130355.587500', '130356.047500', '130356.507500', '130356.967500', '130357.427500', '130357.887500', '130358.347500', '130358.807500', '130359.267500', '130359.727500', '130400.187500', '130400.647500', '130401.107500', '130401.567500', '130402.027500', '130402.487500', '130402.947500', '130403.407500', '130403.867500', '130404.327500', '130404.787500', '130405.247500', '130405.707500', '130406.167500', '130406.627500', '130407.087500', '130407.547500', '130408.007500', '130408.467500', '130408.927500', '130409.387500', '130409.847500', '130410.307500', '130410.767500', '130411.227500', '130411.687500', '130412.147500', '130412.607500', '130413.067500', '130413.527500', '130413.987500', '130414.447500', '130414.907500', '130415.367500', '130415.827500', '130416.287500', '130416.747500', '130417.207500', '130417.667500', '130418.127500', '130418.587500', '130419.047500', '130419.507500', '130419.967500', '130420.427500', '130420.887500', '130421.347500', '130421.807500', '130422.267500', '130422.727500', '130423.187500', '130423.647500', '130424.107500', '130424.567500', '130425.027500', '130425.487500', '130425.947500', '130426.407500', '130426.867500', '130427.327500', '130427.787500', '130428.247500', '130428.707500', '130429.167500', '130429.627500', '130430.087500', '130430.547500', '130431.007500', '130431.467500', '130431.927500', '130432.387500', '130432.847500', '130433.307500', '130433.767500', '130434.227500', '130434.687500', '130435.147500', '130435.607500', '130436.067500', '130436.527500', '130436.987500', '130437.447500', '130437.907500', '130438.367500', '130438.827500', '130439.287500', '130439.747500', '130440.207500', '130440.667500', '130441.127500', '130441.587500', '130442.047500', '130442.507500', '130442.967500', '130443.427500', '130443.887500', '130444.347500', '130444.807500', '130445.267500', '130445.727500', '130446.187500', '130446.647500', '130447.107500', '130447.567500', '130448.027500', '130448.487500', '130448.947500', '130449.407500', '130449.867500', '130450.327500', '130450.787500', '130451.247500', '130451.707500', '130452.167500', '130452.627500', '130453.087500', '130453.547500', '130454.007500', '130454.467500', '130454.927500', '130455.387500', '130455.847500', '130456.307500', '130456.767500', '130457.227500', '130457.687500', '130458.147500', '130458.607500', '130459.067500', '130459.527500', '130459.987500', '130500.447500', '130500.907500', '130501.367500', '130501.827500', '130502.287500', '130502.747500', '130503.207500', '130503.667500', '130504.127500', '130504.587500', '130505.047500', '130505.507500', '130505.967500', '130506.427500', '130506.887500', '130507.347500', '130507.807500', '130508.267500', '130508.727500', '130509.187500', '130509.647500', '130510.107500', '130510.567500', '130511.027500', '130511.487500', '130511.947500', '130512.407500', '130512.867500', '130513.327500', '130513.787500', '130514.247500', '130514.707500', '130515.167500', '130515.627500', '130516.087500', '130516.547500', '130517.007500', '130517.467500', '130517.927500', '130518.387500', '130518.847500', '130519.307500', '130519.767500', '130520.227500', '130520.687500', '130521.147500', '130521.607500', '130522.067500', '130522.527500', '130522.987500', '130523.447500', '130523.907500', '130524.367500', '130524.827500', '130525.287500', '130525.747500', '130526.207500', '130526.667500', '130527.127500', '130527.587500', '130528.047500', '130528.507500', '130528.967500', '130529.427500', '130529.887500', '130530.347500', '130530.807500', '130531.267500', '130531.727500', '130532.187500', '130532.647500', '130533.107500', '130533.567500', '130534.027500', '130534.487500', '130534.947500', '130535.407500', '130535.867500', '130536.327500', '130536.787500', '130537.247500', '130537.707500', '130538.167500', '130538.627500', '130539.087500', '130539.547500', '130540.007500', '130540.467500', '130540.927500', '130541.387500', '130541.847500', '130542.307500', '130542.767500', '130543.227500', '130543.687500', '130544.147500', '130544.607500', '130545.067500', '130545.527500', '130545.987500', '130546.447500', '130546.907500', '130547.367500', '130547.827500', '130548.287500', '130548.747500', '130549.207500', '130549.667500', '130550.127500', '130550.587500', '130551.047500', '130551.507500', '130551.967500', '130552.427500', '130552.887500', '130553.347500', '130553.807500', '130554.267500', '130554.727500', '130555.187500', '130555.647500', '130556.107500', '130556.567500', '130557.027500', '130557.487500', '130557.947500', '130558.407500', '130558.867500', '130559.327500', '130559.787500', '130600.247500', '130600.707500', '130601.167500', '130601.627500', '130602.087500', '130602.547500', '130603.007500', '130603.467500', '130603.927500', '130604.387500', '130604.847500', '130605.307500', '130605.767500', '130606.227500', '130606.687500', '130607.147500', '130607.607500', '130608.067500', '130608.527500', '130608.987500', '130609.447500', '130609.907500', '130610.367500', '130610.827500', '130611.287500', '130611.747500', '130612.207500', '130612.667500', '130613.127500', '130613.587500', '130614.047500', '130614.507500', '130614.967500', '130615.427500', '130615.887500', '130616.347500', '130616.807500', '130617.267500', '130617.727500', '130618.187500', '130618.647500', '130619.107500', '130619.567500', '130620.027500', '130620.487500', '130620.947500', '130621.407500', '130621.867500', '130622.327500', '130622.787500', '130623.247500', '130623.707500', '130624.167500', '130624.627500', '130625.087500', '130625.547500', '130626.007500', '130626.467500', '130626.927500', '130627.387500', '130627.847500', '130628.307500', '130628.767500', '130629.227500', '130629.687500', '130630.147500', '130630.607500', '130631.067500', '130631.527500', '130631.987500', '130632.447500', '130632.907500', '130633.367500', '130633.827500', '130634.287500', '130634.747500', '130635.207500', '130635.667500', '130636.127500', '130636.587500', '130637.047500', '130637.507500', '130637.967500', '130638.427500', '130638.887500', '130639.347500', '130639.807500', '130640.267500', '130640.727500', '130641.187500', '130641.647500', '130642.107500', '130642.567500', '130643.027500', '130643.487500', '130643.947500', '130644.407500', '130644.867500', '130645.327500', '130645.787500', '130646.247500', '130646.707500', '130647.167500', '130647.627500', '130648.087500', '130648.547500', '130649.007500', '130649.467500', '130649.927500', '130650.387500', '130650.847500', '130651.307500', '130651.767500', '130652.227500', '130652.687500', '130653.147500', '130653.607500', '130654.067500', '130654.527500', '130654.987500', '130655.447500', '130655.907500', '130656.367500', '130656.827500', '130657.287500', '130657.747500', '130658.207500', '130658.667500', '130659.127500', '130659.587500', '130700.047500', '130700.507500', '130700.967500', '130701.427500', '130701.887500', '130702.347500', '130702.807500', '130703.267500', '130703.727500', '130704.187500', '130704.647500', '130705.107500', '130705.567500', '130706.027500', '130706.487500', '130706.947500', '130707.407500', '130707.867500', '130708.327500', '130708.787500', '130709.247500', '130709.707500', '130710.167500', '130710.627500', '130711.087500', '130711.547500', '130712.007500', '130712.467500', '130712.927500', '130713.387500', '130713.847500', '130714.307500', '130714.767500', '130715.227500', '130715.687500', '130716.147500', '130716.607500', '130717.067500', '130717.527500', '130717.987500', '130718.447500', '130718.907500', '130719.367500', '130719.827500', '130720.287500', '130720.747500', '130721.207500', '130721.667500', '130722.127500', '130722.587500', '130723.047500', '130723.507500', '130723.967500', '130724.427500', '130724.887500', '130725.347500', '130725.807500', '130726.267500', '130726.727500', '130727.187500', '130727.647500', '130728.107500', '130728.567500', '130729.027500', '130729.487500', '130729.947500', '130730.407500', '130730.867500', '130731.327500', '130731.787500', '130732.247500', '130732.707500', '130733.167500', '130733.627500', '130734.087500', '130734.547500', '130735.007500', '130735.467500', '130735.927500', '130736.387500', '130736.847500', '130737.307500', '130737.767500', '130738.227500', '130738.687500', '130739.147500', '130739.607500', '130740.067500', '130740.527500', '130740.987500', '130741.447500', '130741.907500', '130742.367500', '130742.827500', '130743.287500', '130743.747500', '130744.207500', '130744.667500', '130745.127500', '130745.587500', '130746.047500', '130746.507500', '130746.967500', '130747.427500', '130747.887500', '130748.347500', '130748.807500', '130749.267500', '130749.727500', '130750.187500', '130750.647500', '130751.107500', '130751.567500', '130752.027500', '130752.487500', '130752.947500', '130753.407500', '130753.867500', '130754.327500', '130754.787500', '130755.247500', '130755.707500', '130756.167500', '130756.627500', '130757.087500', '130757.547500', '130758.007500', '130758.467500', '130758.927500', '130759.387500', '130759.847500', '130800.307500', '130800.767500', '130801.227500', '130801.687500', '130802.147500', '130802.607500', '130803.067500', '130803.527500', '130803.987500', '130804.447500', '130804.907500', '130805.367500', '130805.827500', '130806.287500', '130806.747500', '130807.207500', '130807.667500', '130808.127500', '130808.587500', '130809.047500', '130809.507500', '130809.967500', '130810.427500', '130810.887500', '130811.347500', '130811.807500', '130812.267500', '130812.727500', '130813.187500', '130813.647500', '130814.107500', '130814.567500', '130815.027500', '130815.487500', '130815.947500', '130816.407500', '130816.867500', '130817.327500', '130817.787500', '130818.247500', '130818.707500', '130819.167500', '130819.627500', '130820.087500', '130820.547500', '130821.007500', '130821.467500', '130821.927500', '130822.387500', '130822.847500', '130823.307500', '130823.767500', '130824.227500', '130824.687500', '130825.147500', '130825.607500', '130826.067500', '130826.527500', '130826.987500', '130827.447500', '130827.907500', '130828.367500', '130828.827500', '130829.287500', '130829.747500', '130830.207500', '130830.667500', '130831.127500', '130831.587500', '130832.047500', '130832.507500', '130832.967500', '130833.427500', '130833.887500', '130834.347500', '130834.807500', '130835.267500', '130835.727500', '130836.187500', '130836.647500', '130837.107500', '130837.567500', '130838.027500', '130838.487500', '130838.947500', '130839.407500', '130839.867500', '130840.327500', '130840.787500', '130841.247500', '130841.707500', '130842.167500', '130842.627500', '130843.087500', '130843.547500', '130844.007500', '130844.467500', '130844.927500', '130845.387500', '130845.847500', '130846.307500', '130846.767500', '130847.227500', '130847.687500', '130848.147500', '130848.607500', '130849.067500', '130849.527500'], 'ContentTime': ['130223.607000', '130223.617000', '130223.620000', '130223.622000', '130223.625000', '130223.628000', '130223.631000', '130223.634000', '130223.637000', '130223.639000', '130223.642000', '130223.645000', '130223.648000', '130223.670000', '130223.673000', '130223.676000', '130223.684000', '130223.687000', '130223.690000', '130223.693000', '130223.696000', '130223.699000', '130223.702000', '130223.704000', '130223.707000', '130223.710000', '130223.713000', '130223.716000', '130223.719000', '130223.722000', '130243.562000', '130243.565000', '130243.568000', '130243.571000', '130243.573000', '130243.576000', '130243.579000', '130243.582000', '130243.585000', '130243.588000', '130243.590000', '130243.593000', '130243.596000', '130243.599000', '130243.602000', '130243.605000', '130243.608000', '130243.610000', '130243.613000', '130243.616000', '130243.619000', '130243.622000', '130243.625000', '130243.627000', '130243.630000', '130243.633000', '130243.636000', '130243.639000', '130243.642000', '130243.645000', '130243.647000', '130243.650000', '130243.653000', '130243.656000', '130243.659000', '130243.662000', '130243.664000', '130243.667000', '130243.675000', '130243.678000', '130243.681000', '130243.684000', '130243.687000', '130243.689000', '130303.562000', '130303.565000', '130303.568000', '130303.571000', '130303.574000', '130303.577000', '130303.580000', '130303.583000', '130303.586000', '130303.589000', '130303.592000', '130303.594000', '130303.597000', '130303.600000', '130303.603000', '130303.606000', '130303.609000', '130303.612000', '130303.614000', '130303.617000', '130303.620000', '130303.623000', '130303.626000', '130303.629000', '130303.631000', '130303.634000', '130303.637000', '130303.640000', '130303.643000', '130303.646000', '130303.648000', '130303.651000', '130303.654000', '130303.657000', '130303.666000', '130303.669000', '130303.672000', '130303.675000', '130303.678000', '130303.680000', '130303.683000', '130303.686000', '130303.689000', '130323.562000', '130323.565000', '130323.568000', '130323.571000', '130323.574000', '130323.576000', '130323.579000', '130323.582000', '130323.585000', '130323.588000', '130323.591000', '130323.594000', '130323.597000', '130323.599000', '130323.602000', '130323.605000', '130323.608000', '130323.611000', '130323.614000', '130323.617000', '130323.619000', '130323.622000', '130323.625000', '130323.628000', '130323.631000', '130323.634000', '130323.637000', '130323.640000', '130323.642000', '130323.645000', '130323.648000', '130323.651000', '130323.654000', '130323.657000', '130323.659000', '130323.662000', '130323.665000', '130323.668000', '130323.671000', '130323.674000', '130323.677000', '130323.680000', '130323.683000', '130323.685000', '130343.562000', '130343.567000', '130343.570000', '130343.573000', '130343.576000', '130343.579000', '130343.582000', '130343.585000', '130343.588000', '130343.591000', '130343.593000', '130343.596000', '130343.599000', '130343.602000', '130343.605000', '130343.608000', '130343.610000', '130343.613000', '130343.616000', '130343.619000', '130343.622000', '130343.625000', '130343.628000', '130343.630000', '130343.633000', '130343.636000', '130343.639000', '130343.642000', '130343.645000', '130343.647000', '130343.650000', '130343.653000', '130343.656000', '130343.659000', '130343.662000', '130343.665000', '130343.668000', '130343.670000', '130343.673000', '130343.676000', '130343.679000', '130343.682000', '130343.685000', '130403.562000', '130403.565000', '130403.568000', '130403.571000', '130403.574000', '130403.577000', '130403.579000', '130403.582000', '130403.585000', '130403.588000', '130403.591000', '130403.594000', '130403.597000', '130403.599000', '130403.602000', '130403.605000', '130403.608000', '130403.611000', '130403.613000', '130403.616000', '130403.619000', '130403.622000', '130403.644000', '130403.647000', '130403.650000', '130403.652000', '130403.655000', '130403.658000', '130403.661000', '130403.664000', '130403.667000', '130403.670000', '130403.673000', '130403.675000', '130403.678000', '130403.681000', '130403.684000', '130403.687000', '130403.690000', '130403.693000', '130403.695000', '130403.698000', '130403.701000', '130403.704000', '130423.562000', '130423.565000', '130423.568000', '130423.571000', '130423.574000', '130423.577000', '130423.580000', '130423.583000', '130423.585000', '130423.588000', '130423.591000', '130423.594000', '130423.597000', '130423.600000', '130423.603000', '130423.606000', '130423.609000', '130423.612000', '130423.615000', '130423.618000', '130423.621000', '130423.624000', '130423.626000', '130423.629000', '130423.632000', '130423.635000', '130423.638000', '130423.641000', '130423.643000', '130423.646000', '130423.649000', '130423.652000', '130423.655000', '130423.658000', '130423.661000', '130423.664000', '130423.667000', '130423.669000', '130423.672000', '130423.675000', '130423.678000', '130423.681000', '130423.684000', '130443.562000', '130443.565000', '130443.568000', '130443.571000', '130443.574000', '130443.577000', '130443.579000', '130443.582000', '130443.585000', '130443.588000', '130443.591000', '130443.594000', '130443.597000', '130443.600000', '130443.603000', '130443.605000', '130443.608000', '130443.611000', '130443.614000', '130443.617000', '130443.620000', '130443.623000', '130443.626000', '130443.629000', '130443.631000', '130443.634000', '130443.637000', '130443.640000', '130443.643000', '130443.646000', '130443.649000', '130443.652000', '130443.654000', '130443.657000', '130443.660000', '130443.663000', '130443.666000', '130443.669000', '130443.672000', '130443.675000', '130443.678000', '130443.680000', '130443.683000', '130443.686000', '130503.562000', '130503.565000', '130503.568000', '130503.571000', '130503.574000', '130503.577000', '130503.580000', '130503.583000', '130503.585000', '130503.588000', '130503.591000', '130503.594000', '130503.597000', '130503.600000', '130503.603000', '130503.606000', '130503.609000', '130503.612000', '130503.615000', '130503.617000', '130503.620000', '130503.623000', '130503.626000', '130503.629000', '130503.632000', '130503.635000', '130503.638000', '130503.640000', '130503.643000', '130503.646000', '130503.649000', '130503.652000', '130503.655000', '130503.658000', '130503.661000', '130503.664000', '130503.666000', '130503.669000', '130503.672000', '130503.675000', '130503.678000', '130503.681000', '130503.683000', '130523.562000', '130523.565000', '130523.568000', '130523.571000', '130523.574000', '130523.577000', '130523.580000', '130523.582000', '130523.585000', '130523.588000', '130523.591000', '130523.594000', '130523.597000', '130523.600000', '130523.602000', '130523.605000', '130523.608000', '130523.611000', '130523.614000', '130523.617000', '130523.620000', '130523.623000', '130523.626000', '130523.628000', '130523.631000', '130523.634000', '130523.637000', '130523.640000', '130523.643000', '130523.646000', '130523.649000', '130523.651000', '130523.654000', '130523.657000', '130523.660000', '130523.663000', '130523.666000', '130523.669000', '130523.672000', '130523.674000', '130523.677000', '130523.680000', '130523.683000', '130523.686000', '130543.562000', '130543.565000', '130543.574000', '130543.577000', '130543.580000', '130543.583000', '130543.586000', '130543.589000', '130543.591000', '130543.594000', '130543.597000', '130543.600000', '130543.603000', '130543.606000', '130543.609000', '130543.612000', '130543.615000', '130543.617000', '130543.620000', '130543.623000', '130543.626000', '130543.629000', '130543.632000', '130543.635000', '130543.638000', '130543.641000', '130543.644000', '130543.647000', '130543.649000', '130543.652000', '130543.655000', '130543.658000', '130543.661000', '130543.664000', '130543.667000', '130543.670000', '130543.672000', '130543.675000', '130543.678000', '130543.681000', '130543.684000', '130543.687000', '130543.690000', '130603.562000', '130603.565000', '130603.568000', '130603.571000', '130603.574000', '130603.577000', '130603.580000', '130603.583000', '130603.585000', '130603.588000', '130603.591000', '130603.594000', '130603.597000', '130603.600000', '130603.603000', '130603.606000', '130603.609000', '130603.612000', '130603.614000', '130603.617000', '130603.620000', '130603.623000', '130603.626000', '130603.629000', '130603.632000', '130603.635000', '130603.637000', '130603.640000', '130603.643000', '130603.646000', '130603.649000', '130603.652000', '130603.655000', '130603.658000', '130603.661000', '130603.663000', '130603.666000', '130603.669000', '130603.672000', '130603.675000', '130603.678000', '130603.681000', '130603.683000', '130603.686000', '130623.562000', '130623.565000', '130623.568000', '130623.571000', '130623.574000', '130623.577000', '130623.580000', '130623.582000', '130623.586000', '130623.589000', '130623.592000', '130623.595000', '130623.598000', '130623.601000', '130623.604000', '130623.607000', '130623.609000', '130623.612000', '130623.615000', '130623.618000', '130623.621000', '130623.624000', '130623.627000', '130623.630000', '130623.633000', '130623.636000', '130623.638000', '130623.641000', '130623.644000', '130623.647000', '130623.650000', '130623.653000', '130623.656000', '130623.659000', '130623.662000', '130623.665000', '130623.668000', '130623.671000', '130623.674000', '130623.677000', '130623.680000', '130623.683000', '130623.686000', '130643.562000', '130643.565000', '130643.568000', '130643.571000', '130643.574000', '130643.577000', '130643.580000', '130643.582000', '130643.585000', '130643.588000', '130643.591000', '130643.594000', '130643.597000', '130643.600000', '130643.603000', '130643.606000', '130643.608000', '130643.611000', '130643.614000', '130643.617000', '130643.620000', '130643.623000', '130643.626000', '130643.629000', '130643.631000', '130643.634000', '130643.637000', '130643.640000', '130643.643000', '130643.646000', '130643.649000', '130643.652000', '130643.654000', '130643.657000', '130643.660000', '130643.663000', '130643.666000', '130643.669000', '130643.672000', '130643.675000', '130643.677000', '130643.680000', '130643.683000', '130643.686000', '130703.562000', '130703.565000', '130703.568000', '130703.571000', '130703.574000', '130703.577000', '130703.579000', '130703.582000', '130703.585000', '130703.588000', '130703.591000', '130703.594000', '130703.597000', '130703.600000', '130703.602000', '130703.605000', '130703.608000', '130703.611000', '130703.614000', '130703.617000', '130703.620000', '130703.623000', '130703.625000', '130703.628000', '130703.631000', '130703.634000', '130703.637000', '130703.652000', '130703.655000', '130703.657000', '130703.662000', '130703.666000', '130703.670000', '130703.672000', '130703.675000', '130703.678000', '130703.681000', '130703.684000', '130703.687000', '130703.690000', '130703.693000', '130703.695000', '130703.698000', '130723.562000', '130723.565000', '130723.568000', '130723.571000', '130723.574000', '130723.577000', '130723.579000', '130723.582000', '130723.585000', '130723.588000', '130723.591000', '130723.594000', '130723.597000', '130723.600000', '130723.603000', '130723.606000', '130723.608000', '130723.611000', '130723.614000', '130723.617000', '130723.620000', '130723.623000', '130723.626000', '130723.628000', '130723.631000', '130723.634000', '130723.637000', '130723.640000', '130723.643000', '130723.646000', '130723.649000', '130723.652000', '130723.654000', '130723.657000', '130723.660000', '130723.663000', '130723.666000', '130723.669000', '130723.672000', '130723.675000', '130723.678000', '130723.681000', '130723.683000', '130723.686000', '130743.562000', '130743.565000', '130743.568000', '130743.571000', '130743.574000', '130743.577000', '130743.580000', '130743.582000', '130743.585000', '130743.588000', '130743.591000', '130743.594000', '130743.597000', '130743.600000', '130743.602000', '130743.605000', '130743.608000', '130743.611000', '130743.614000', '130743.617000', '130743.620000', '130743.622000', '130743.626000', '130743.629000', '130743.632000', '130743.635000', '130743.638000', '130743.641000', '130743.644000', '130743.647000', '130743.650000', '130743.653000', '130743.656000', '130743.659000', '130743.662000', '130743.664000', '130743.667000', '130743.670000', '130743.673000', '130743.676000', '130743.679000', '130743.682000', '130743.685000', '130803.562000', '130803.565000', '130803.568000', '130803.571000', '130803.574000', '130803.577000', '130803.580000', '130803.583000', '130803.585000', '130803.588000', '130803.591000', '130803.594000', '130803.597000', '130803.600000', '130803.603000', '130803.606000', '130803.609000', '130803.612000', '130803.614000', '130803.617000', '130803.620000', '130803.623000', '130803.626000', '130803.629000', '130803.632000', '130803.635000', '130803.637000', '130803.640000', '130803.643000', '130803.646000', '130803.649000', '130803.652000', '130803.655000', '130803.658000', '130803.661000', '130803.663000', '130803.666000', '130803.669000', '130803.672000', '130803.675000', '130803.684000', '130803.688000', '130803.691000', '130803.694000', '130823.562000', '130823.565000', '130823.568000', '130823.571000', '130823.574000', '130823.576000', '130823.579000', '130823.582000', '130823.585000', '130823.588000', '130823.591000', '130823.594000', '130823.597000', '130823.600000', '130823.603000', '130823.605000', '130823.608000', '130823.611000', '130823.614000', '130823.617000', '130823.620000', '130823.623000', '130823.626000', '130823.628000', '130823.631000', '130823.634000', '130823.637000', '130823.640000', '130823.643000', '130823.646000', '130823.649000', '130823.652000', '130823.654000', '130823.657000', '130823.660000', '130823.663000', '130823.666000', '130823.669000', '130823.677000', '130823.680000', '130823.683000', '130823.686000', '130823.688000', '130843.562000', '130843.565000', '130843.568000', '130843.571000', '130843.574000', '130843.577000', '130843.580000', '130843.583000', '130843.586000', '130843.588000', '130843.591000', '130843.594000', '130843.597000', '130843.600000', '130843.603000', '130843.606000', '130843.609000', '130843.611000', '130843.614000', '130843.617000', '130843.620000', '130843.623000', '130843.626000', '130843.637000', '130843.640000', '130843.643000', '130843.646000', '130843.648000', '130843.651000', '130843.654000', '130843.657000', '130843.660000', '130843.663000', '130843.666000', '130843.669000', '130843.671000', '130843.674000', '130843.677000', '130843.680000', '130843.683000', '130843.686000', '130843.689000', '130843.692000', '130843.695000', '130850.452000', '130850.456000', '130850.459000', '130850.463000', '130850.466000', '130850.470000', '130850.473000', '130850.476000', '130850.479000', '130850.482000', '130850.485000', '130850.493000', '130850.496000', '130850.499000', '130850.502000'], 'InstanceCreationTime': ['130223.607000', '130223.617000', '130223.620000', '130223.622000', '130223.625000', '130223.628000', '130223.631000', '130223.634000', '130223.637000', '130223.639000', '130223.642000', '130223.645000', '130223.648000', '130223.670000', '130223.673000', '130223.676000', '130223.684000', '130223.687000', '130223.690000', '130223.693000', '130223.696000', '130223.699000', '130223.702000', '130223.704000', '130223.707000', '130223.710000', '130223.713000', '130223.716000', '130223.719000', '130223.722000', '130243.562000', '130243.565000', '130243.568000', '130243.571000', '130243.573000', '130243.576000', '130243.579000', '130243.582000', '130243.585000', '130243.588000', '130243.590000', '130243.593000', '130243.596000', '130243.599000', '130243.602000', '130243.605000', '130243.608000', '130243.610000', '130243.613000', '130243.616000', '130243.619000', '130243.622000', '130243.625000', '130243.627000', '130243.630000', '130243.633000', '130243.636000', '130243.639000', '130243.642000', '130243.645000', '130243.647000', '130243.650000', '130243.653000', '130243.656000', '130243.659000', '130243.662000', '130243.664000', '130243.667000', '130243.675000', '130243.678000', '130243.681000', '130243.684000', '130243.687000', '130243.689000', '130303.562000', '130303.565000', '130303.568000', '130303.571000', '130303.574000', '130303.577000', '130303.580000', '130303.583000', '130303.586000', '130303.589000', '130303.592000', '130303.594000', '130303.597000', '130303.600000', '130303.603000', '130303.606000', '130303.609000', '130303.612000', '130303.614000', '130303.617000', '130303.620000', '130303.623000', '130303.626000', '130303.629000', '130303.631000', '130303.634000', '130303.637000', '130303.640000', '130303.643000', '130303.646000', '130303.648000', '130303.651000', '130303.654000', '130303.657000', '130303.666000', '130303.669000', '130303.672000', '130303.675000', '130303.678000', '130303.680000', '130303.683000', '130303.686000', '130303.689000', '130323.562000', '130323.565000', '130323.568000', '130323.571000', '130323.574000', '130323.576000', '130323.579000', '130323.582000', '130323.585000', '130323.588000', '130323.591000', '130323.594000', '130323.597000', '130323.599000', '130323.602000', '130323.605000', '130323.608000', '130323.611000', '130323.614000', '130323.617000', '130323.619000', '130323.622000', '130323.625000', '130323.628000', '130323.631000', '130323.634000', '130323.637000', '130323.640000', '130323.642000', '130323.645000', '130323.648000', '130323.651000', '130323.654000', '130323.657000', '130323.659000', '130323.662000', '130323.665000', '130323.668000', '130323.671000', '130323.674000', '130323.677000', '130323.680000', '130323.683000', '130323.685000', '130343.562000', '130343.567000', '130343.570000', '130343.573000', '130343.576000', '130343.579000', '130343.582000', '130343.585000', '130343.588000', '130343.591000', '130343.593000', '130343.596000', '130343.599000', '130343.602000', '130343.605000', '130343.608000', '130343.610000', '130343.613000', '130343.616000', '130343.619000', '130343.622000', '130343.625000', '130343.628000', '130343.630000', '130343.633000', '130343.636000', '130343.639000', '130343.642000', '130343.645000', '130343.647000', '130343.650000', '130343.653000', '130343.656000', '130343.659000', '130343.662000', '130343.665000', '130343.668000', '130343.670000', '130343.673000', '130343.676000', '130343.679000', '130343.682000', '130343.685000', '130403.562000', '130403.565000', '130403.568000', '130403.571000', '130403.574000', '130403.577000', '130403.579000', '130403.582000', '130403.585000', '130403.588000', '130403.591000', '130403.594000', '130403.597000', '130403.599000', '130403.602000', '130403.605000', '130403.608000', '130403.611000', '130403.613000', '130403.616000', '130403.619000', '130403.622000', '130403.644000', '130403.647000', '130403.650000', '130403.652000', '130403.655000', '130403.658000', '130403.661000', '130403.664000', '130403.667000', '130403.670000', '130403.673000', '130403.675000', '130403.678000', '130403.681000', '130403.684000', '130403.687000', '130403.690000', '130403.693000', '130403.695000', '130403.698000', '130403.701000', '130403.704000', '130423.562000', '130423.565000', '130423.568000', '130423.571000', '130423.574000', '130423.577000', '130423.580000', '130423.583000', '130423.585000', '130423.588000', '130423.591000', '130423.594000', '130423.597000', '130423.600000', '130423.603000', '130423.606000', '130423.609000', '130423.612000', '130423.615000', '130423.618000', '130423.621000', '130423.624000', '130423.626000', '130423.629000', '130423.632000', '130423.635000', '130423.638000', '130423.641000', '130423.643000', '130423.646000', '130423.649000', '130423.652000', '130423.655000', '130423.658000', '130423.661000', '130423.664000', '130423.667000', '130423.669000', '130423.672000', '130423.675000', '130423.678000', '130423.681000', '130423.684000', '130443.562000', '130443.565000', '130443.568000', '130443.571000', '130443.574000', '130443.577000', '130443.579000', '130443.582000', '130443.585000', '130443.588000', '130443.591000', '130443.594000', '130443.597000', '130443.600000', '130443.603000', '130443.605000', '130443.608000', '130443.611000', '130443.614000', '130443.617000', '130443.620000', '130443.623000', '130443.626000', '130443.629000', '130443.631000', '130443.634000', '130443.637000', '130443.640000', '130443.643000', '130443.646000', '130443.649000', '130443.652000', '130443.654000', '130443.657000', '130443.660000', '130443.663000', '130443.666000', '130443.669000', '130443.672000', '130443.675000', '130443.678000', '130443.680000', '130443.683000', '130443.686000', '130503.562000', '130503.565000', '130503.568000', '130503.571000', '130503.574000', '130503.577000', '130503.580000', '130503.583000', '130503.585000', '130503.588000', '130503.591000', '130503.594000', '130503.597000', '130503.600000', '130503.603000', '130503.606000', '130503.609000', '130503.612000', '130503.615000', '130503.617000', '130503.620000', '130503.623000', '130503.626000', '130503.629000', '130503.632000', '130503.635000', '130503.638000', '130503.640000', '130503.643000', '130503.646000', '130503.649000', '130503.652000', '130503.655000', '130503.658000', '130503.661000', '130503.664000', '130503.666000', '130503.669000', '130503.672000', '130503.675000', '130503.678000', '130503.681000', '130503.683000', '130523.562000', '130523.565000', '130523.568000', '130523.571000', '130523.574000', '130523.577000', '130523.580000', '130523.582000', '130523.585000', '130523.588000', '130523.591000', '130523.594000', '130523.597000', '130523.600000', '130523.602000', '130523.605000', '130523.608000', '130523.611000', '130523.614000', '130523.617000', '130523.620000', '130523.623000', '130523.626000', '130523.628000', '130523.631000', '130523.634000', '130523.637000', '130523.640000', '130523.643000', '130523.646000', '130523.649000', '130523.651000', '130523.654000', '130523.657000', '130523.660000', '130523.663000', '130523.666000', '130523.669000', '130523.672000', '130523.674000', '130523.677000', '130523.680000', '130523.683000', '130523.686000', '130543.562000', '130543.565000', '130543.574000', '130543.577000', '130543.580000', '130543.583000', '130543.586000', '130543.589000', '130543.591000', '130543.594000', '130543.597000', '130543.600000', '130543.603000', '130543.606000', '130543.609000', '130543.612000', '130543.615000', '130543.617000', '130543.620000', '130543.623000', '130543.626000', '130543.629000', '130543.632000', '130543.635000', '130543.638000', '130543.641000', '130543.644000', '130543.647000', '130543.649000', '130543.652000', '130543.655000', '130543.658000', '130543.661000', '130543.664000', '130543.667000', '130543.670000', '130543.672000', '130543.675000', '130543.678000', '130543.681000', '130543.684000', '130543.687000', '130543.690000', '130603.562000', '130603.565000', '130603.568000', '130603.571000', '130603.574000', '130603.577000', '130603.580000', '130603.583000', '130603.585000', '130603.588000', '130603.591000', '130603.594000', '130603.597000', '130603.600000', '130603.603000', '130603.606000', '130603.609000', '130603.612000', '130603.614000', '130603.617000', '130603.620000', '130603.623000', '130603.626000', '130603.629000', '130603.632000', '130603.635000', '130603.637000', '130603.640000', '130603.643000', '130603.646000', '130603.649000', '130603.652000', '130603.655000', '130603.658000', '130603.661000', '130603.663000', '130603.666000', '130603.669000', '130603.672000', '130603.675000', '130603.678000', '130603.681000', '130603.683000', '130603.686000', '130623.562000', '130623.565000', '130623.568000', '130623.571000', '130623.574000', '130623.577000', '130623.580000', '130623.582000', '130623.586000', '130623.589000', '130623.592000', '130623.595000', '130623.598000', '130623.601000', '130623.604000', '130623.607000', '130623.609000', '130623.612000', '130623.615000', '130623.618000', '130623.621000', '130623.624000', '130623.627000', '130623.630000', '130623.633000', '130623.636000', '130623.638000', '130623.641000', '130623.644000', '130623.647000', '130623.650000', '130623.653000', '130623.656000', '130623.659000', '130623.662000', '130623.665000', '130623.668000', '130623.671000', '130623.674000', '130623.677000', '130623.680000', '130623.683000', '130623.686000', '130643.562000', '130643.565000', '130643.568000', '130643.571000', '130643.574000', '130643.577000', '130643.580000', '130643.582000', '130643.585000', '130643.588000', '130643.591000', '130643.594000', '130643.597000', '130643.600000', '130643.603000', '130643.606000', '130643.608000', '130643.611000', '130643.614000', '130643.617000', '130643.620000', '130643.623000', '130643.626000', '130643.629000', '130643.631000', '130643.634000', '130643.637000', '130643.640000', '130643.643000', '130643.646000', '130643.649000', '130643.652000', '130643.654000', '130643.657000', '130643.660000', '130643.663000', '130643.666000', '130643.669000', '130643.672000', '130643.675000', '130643.677000', '130643.680000', '130643.683000', '130643.686000', '130703.562000', '130703.565000', '130703.568000', '130703.571000', '130703.574000', '130703.577000', '130703.579000', '130703.582000', '130703.585000', '130703.588000', '130703.591000', '130703.594000', '130703.597000', '130703.600000', '130703.602000', '130703.605000', '130703.608000', '130703.611000', '130703.614000', '130703.617000', '130703.620000', '130703.623000', '130703.625000', '130703.628000', '130703.631000', '130703.634000', '130703.637000', '130703.652000', '130703.655000', '130703.657000', '130703.662000', '130703.666000', '130703.670000', '130703.672000', '130703.675000', '130703.678000', '130703.681000', '130703.684000', '130703.687000', '130703.690000', '130703.693000', '130703.695000', '130703.698000', '130723.562000', '130723.565000', '130723.568000', '130723.571000', '130723.574000', '130723.577000', '130723.579000', '130723.582000', '130723.585000', '130723.588000', '130723.591000', '130723.594000', '130723.597000', '130723.600000', '130723.603000', '130723.606000', '130723.608000', '130723.611000', '130723.614000', '130723.617000', '130723.620000', '130723.623000', '130723.626000', '130723.628000', '130723.631000', '130723.634000', '130723.637000', '130723.640000', '130723.643000', '130723.646000', '130723.649000', '130723.652000', '130723.654000', '130723.657000', '130723.660000', '130723.663000', '130723.666000', '130723.669000', '130723.672000', '130723.675000', '130723.678000', '130723.681000', '130723.683000', '130723.686000', '130743.562000', '130743.565000', '130743.568000', '130743.571000', '130743.574000', '130743.577000', '130743.580000', '130743.582000', '130743.585000', '130743.588000', '130743.591000', '130743.594000', '130743.597000', '130743.600000', '130743.602000', '130743.605000', '130743.608000', '130743.611000', '130743.614000', '130743.617000', '130743.620000', '130743.622000', '130743.626000', '130743.629000', '130743.632000', '130743.635000', '130743.638000', '130743.641000', '130743.644000', '130743.647000', '130743.650000', '130743.653000', '130743.656000', '130743.659000', '130743.662000', '130743.664000', '130743.667000', '130743.670000', '130743.673000', '130743.676000', '130743.679000', '130743.682000', '130743.685000', '130803.562000', '130803.565000', '130803.568000', '130803.571000', '130803.574000', '130803.577000', '130803.580000', '130803.583000', '130803.585000', '130803.588000', '130803.591000', '130803.594000', '130803.597000', '130803.600000', '130803.603000', '130803.606000', '130803.609000', '130803.612000', '130803.614000', '130803.617000', '130803.620000', '130803.623000', '130803.626000', '130803.629000', '130803.632000', '130803.635000', '130803.637000', '130803.640000', '130803.643000', '130803.646000', '130803.649000', '130803.652000', '130803.655000', '130803.658000', '130803.661000', '130803.663000', '130803.666000', '130803.669000', '130803.672000', '130803.675000', '130803.684000', '130803.688000', '130803.691000', '130803.694000', '130823.562000', '130823.565000', '130823.568000', '130823.571000', '130823.574000', '130823.576000', '130823.579000', '130823.582000', '130823.585000', '130823.588000', '130823.591000', '130823.594000', '130823.597000', '130823.600000', '130823.603000', '130823.605000', '130823.608000', '130823.611000', '130823.614000', '130823.617000', '130823.620000', '130823.623000', '130823.626000', '130823.628000', '130823.631000', '130823.634000', '130823.637000', '130823.640000', '130823.643000', '130823.646000', '130823.649000', '130823.652000', '130823.654000', '130823.657000', '130823.660000', '130823.663000', '130823.666000', '130823.669000', '130823.677000', '130823.680000', '130823.683000', '130823.686000', '130823.688000', '130843.562000', '130843.565000', '130843.568000', '130843.571000', '130843.574000', '130843.577000', '130843.580000', '130843.583000', '130843.586000', '130843.588000', '130843.591000', '130843.594000', '130843.597000', '130843.600000', '130843.603000', '130843.606000', '130843.609000', '130843.611000', '130843.614000', '130843.617000', '130843.620000', '130843.623000', '130843.626000', '130843.637000', '130843.640000', '130843.643000', '130843.646000', '130843.648000', '130843.651000', '130843.654000', '130843.657000', '130843.660000', '130843.663000', '130843.666000', '130843.669000', '130843.671000', '130843.674000', '130843.677000', '130843.680000', '130843.683000', '130843.686000', '130843.689000', '130843.692000', '130843.695000', '130850.452000', '130850.456000', '130850.459000', '130850.463000', '130850.466000', '130850.470000', '130850.473000', '130850.476000', '130850.479000', '130850.482000', '130850.485000', '130850.493000', '130850.496000', '130850.499000', '130850.502000'], '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': [9097, 8769, 8566, 8789, 8423, 9073, 8978, 9074, 9114, 9157, 9366, 10773, 9315, 9804, 9335, 9359, 9429, 8718, 9468, 8302, 9223, 8400, 9197, 8522, 9236, 8043, 8813, 8128, 8983, 8605, 8941, 8678, 9058, 8738, 8889, 8720, 8949, 8981, 9098, 8846, 9028, 8914, 9135, 9168, 9367, 9119, 9336, 9395, 9543, 9561, 10591, 9296, 10602, 10649, 9021, 11018, 9123, 11452, 9231, 9690, 9441, 8986, 9364, 8348, 9211, 8583, 8934, 8871, 8897, 9179, 8978, 8827, 9118, 9164, 9439, 8632, 8946, 9143, 8731, 9100, 9076, 8992, 8964, 8792, 8898, 10114, 9065, 9618, 9524, 9519, 11398, 9416, 10421, 9680, 9572, 9513, 9248, 9454, 8805, 9377, 9042, 9239, 9150, 9511, 9038, 9389, 8844, 9321, 9210, 9168, 8625, 9107, 9377, 9294, 9185, 9184, 9360, 8880, 9123, 9145, 8878, 9036, 8595, 8957, 8980, 9015, 9281, 8913, 9464, 8872, 9511, 9243, 9111, 9223, 8978, 8862, 8279, 8828, 9133, 8909, 9851, 11123, 9763, 9981, 9790, 8873, 9552, 8697, 9427, 9312, 8957, 9597, 8877, 9143, 8829, 9204, 8772, 8779, 8830, 9448, 8926, 9547, 10076, 9612, 9685, 9520, 8735, 9175, 8805, 8913, 8744, 8830, 8699, 9056, 9620, 9352, 8878, 9246, 9098, 8890, 9559, 8573, 9258, 8660, 9490, 8716, 8272, 8802, 8515, 9007, 9017, 9191, 9514, 9061, 9613, 10490, 9545, 9480, 9462, 8987, 9465, 10734, 9345, 10236, 9541, 8949, 9605, 8709, 9349, 8830, 9443, 8751, 9244, 9110, 9374, 8648, 9638, 8839, 9413, 8806, 9006, 8986, 8691, 8520, 8821, 8213, 8812, 8716, 9039, 8603, 9159, 9040, 8852, 8690, 8598, 9561, 8711, 9371, 8795, 9593, 9103, 9419, 10117, 9461, 10835, 9496, 9480, 9306, 8749, 9176, 8849, 9283, 8882, 9204, 9112, 9418, 8820, 9620, 10252, 8954, 9094, 8835, 8803, 8839, 9297, 8947, 9335, 9186, 9461, 9410, 9153, 8415, 9074, 9304, 8897, 9636, 9426, 9741, 9280, 9699, 9157, 9692, 11295, 9575, 10628, 9204, 9799, 9270, 8875, 9115, 8697, 9305, 8612, 9164, 9527, 9771, 9519, 8894, 8771, 8840, 8520, 8813, 9086, 9050, 9177, 9057, 9351, 9758, 9309, 9644, 9129, 9498, 10712, 9179, 10736, 9196, 10113, 9558, 11062, 9630, 9186, 9759, 8883, 9442, 8752, 9063, 8884, 9263, 8971, 9332, 8936, 9325, 9347, 9653, 8702, 9295, 8630, 9539, 8496, 9573, 8424, 9669, 8783, 9795, 8465, 9294, 8630, 8996, 8884, 8521, 8794, 9106, 9008, 9179, 9130, 9865, 10739, 9577, 10556, 9524, 9315, 9610, 8698, 9547, 11662, 10063, 9522, 9853, 8898, 9247, 9056, 9018, 8732, 9457, 8622, 9555, 8875, 9346, 10701, 9516, 8805, 9454, 8866, 9270, 9100, 8799, 8829, 9063, 8749, 9361, 8737, 9254, 9265, 9364, 9704, 9274, 9513, 9208, 9395, 8950, 9131, 8725, 9405, 8996, 9507, 9757, 9609, 8712, 9218, 8821, 9061, 8942, 9421, 9303, 8933, 8388, 8890, 8471, 8642, 8737, 8917, 9433, 8734, 9308, 8649, 9546, 9807, 9623, 10023, 9664, 10945, 9740, 11221, 9948, 10336, 10072, 9400, 9914, 8901, 10142, 9682, 9663, 9254, 9799, 9513, 9704, 9380, 9344, 9332, 8923, 9084, 9076, 8889, 8919, 8744, 8905, 9494, 9144, 9594, 8961, 9025, 8910, 9010, 8835, 9050, 9558, 9289, 9974, 9740, 8869, 9520, 9042, 9632, 8723, 9337, 8860, 9512, 8922, 9094, 9852, 8887, 8753, 8928, 8509, 8815, 8921, 9107, 9304, 9361, 8797, 9407, 8713, 9499, 9051, 8786, 9919, 8881, 9192, 8807, 8630, 8805, 8596, 8818, 8860, 8932, 8526, 9262, 8751, 9222, 9075, 9189, 9867, 8763, 8547, 8822, 10262, 8833, 8612, 9040, 8961, 9325, 8941, 9096, 9351, 8882, 9459, 8815, 8583, 8660, 8725, 8492, 9142, 8880, 8738, 8885, 6999, 8762, 8288, 8754, 9175, 8801, 8792, 8986, 8575, 9204, 9591, 9429, 9755, 8982, 9513, 8686, 8601, 9140, 8352, 9227, 10429, 9375, 8788, 9325, 9294, 9685, 10483, 8851, 8772, 9474, 9825, 9527, 10027, 9731, 10469, 9662, 9879, 9606, 9890, 9680, 8828, 8911, 8982, 8687, 8990, 8924, 9302, 8637, 9286, 8764, 9333, 8999, 9224, 8942, 9301, 9026, 8467, 9176, 8762, 9517, 8825, 9548, 8715, 9239, 9165, 9263, 9010, 8429, 8819, 8667, 8952, 8585, 9297, 8454, 9013, 9369, 9141, 8901, 10628, 8613, 9810, 8942, 10490, 8924, 9744, 9009, 8946, 8898, 9626, 9116, 8145, 9682, 8353, 9755, 8711, 9871, 9317, 9469, 8622, 9664, 8639, 9732, 8782, 9881, 9001, 9821, 11420, 9565, 11182, 9390, 8834, 9670, 8720, 8725, 8718, 10788, 8680, 9659, 9376, 9590, 8865, 9543, 9604, 9322, 10359, 9702, 8548, 9610, 8244, 9735, 8130, 9148, 8453, 9035, 8529, 9196, 8773, 9479, 8545, 9601, 10003, 9021, 9120, 8872, 8835, 9014, 8622, 8993, 8440, 9354, 8460, 9514, 8182, 9149, 8588, 8762, 8714, 9070, 8315, 9156, 8794, 9427, 9473, 9550, 10069, 9626, 9528, 9367, 9334, 9246, 8909, 9807, 8774, 10279, 8852, 10230, 9062, 10123, 8910, 9118, 8956, 8656, 8841, 8657, 9007, 8335, 9195, 8482, 9514, 8253, 8912, 9157, 8946, 8705, 8921, 8369, 9485, 8985, 9338, 8667, 9612, 9045, 9007, 8868, 9113, 8939, 9079, 8906, 9063, 10779, 9570, 9188, 9244, 9632, 9228, 9111, 9002, 9564, 8779, 8721, 8940, 8688, 8963, 8635, 8967, 9667, 8868, 10464, 8933, 9545, 8995, 9496, 8872, 9217, 9225, 8985, 9116, 8850, 8563, 9058, 9007, 9358, 8698, 9460, 8665, 9308, 9268, 9021, 9094, 8978, 8463, 8961, 8365, 9022, 8150, 9490, 8470, 8711, 8514, 9091, 8803, 9062, 8301, 8808, 8393, 8934, 9085, 8883, 8752, 8432, 9028, 8459, 9007, 8770, 8964, 8548, 9158, 8461, 9895, 8588, 9751, 9315, 9882, 9003, 10154, 8471, 10152, 10000, 9966, 9339, 10044, 9695, 9727, 9975, 9601, 9832, 9761, 10101, 9869, 9922, 9454, 9823, 11636, 9953, 9700, 9965, 8619, 10097, 8018, 9779, 8026, 9595, 8146, 8847, 8545, 8730, 8434, 8940, 8456, 8999, 8804, 9046, 8506, 9210, 8149, 9364, 8492, 9269, 8265, 9235, 8389, 9404, 8408, 8856, 8318, 8801, 8172], 'WindowCenter': [3945.0, 3916.0, 3889.0, 3887.0, 3874.0, 3884.0, 3886.0, 3882.0, 3883.0, 3881.0, 3882.0, 3890.0, 3870.0, 3879.0, 3869.0, 3883.0, 3894.0, 3871.0, 3879.0, 3858.0, 3868.0, 3858.0, 3868.0, 3883.0, 3881.0, 3871.0, 3883.0, 3871.0, 3882.0, 3871.0, 3881.0, 3870.0, 3869.0, 3868.0, 3868.0, 3857.0, 3856.0, 3868.0, 3868.0, 3881.0, 3870.0, 3884.0, 3881.0, 3883.0, 3879.0, 3871.0, 3868.0, 3867.0, 3856.0, 3855.0, 3865.0, 3842.0, 3853.0, 3851.0, 3830.0, 3849.0, 3840.0, 3848.0, 3837.0, 3838.0, 3840.0, 3841.0, 3855.0, 3842.0, 3853.0, 3855.0, 3866.0, 3855.0, 3855.0, 3853.0, 3868.0, 3880.0, 3881.0, 3879.0, 3880.0, 3869.0, 3884.0, 3894.0, 3894.0, 3893.0, 3894.0, 3881.0, 3879.0, 3869.0, 3882.0, 3894.0, 3882.0, 3893.0, 3879.0, 3881.0, 3890.0, 3870.0, 3880.0, 3879.0, 3881.0, 3893.0, 3883.0, 3881.0, 3869.0, 3868.0, 3856.0, 3868.0, 3866.0, 3880.0, 3869.0, 3869.0, 3870.0, 3869.0, 3880.0, 3869.0, 3870.0, 3869.0, 3869.0, 3880.0, 3881.0, 3892.0, 3883.0, 3882.0, 3883.0, 3881.0, 3881.0, 3880.0, 3870.0, 3881.0, 3882.0, 3882.0, 3894.0, 3895.0, 3908.0, 3883.0, 3894.0, 3896.0, 3898.0, 3907.0, 3896.0, 3884.0, 3873.0, 3883.0, 3892.0, 3881.0, 3907.0, 3916.0, 3906.0, 3892.0, 3892.0, 3880.0, 3882.0, 3871.0, 3882.0, 3895.0, 3895.0, 3894.0, 3882.0, 3869.0, 3867.0, 3868.0, 3858.0, 3869.0, 3869.0, 3880.0, 3869.0, 3880.0, 3880.0, 3882.0, 3880.0, 3881.0, 3870.0, 3894.0, 3894.0, 3884.0, 3871.0, 3882.0, 3869.0, 3883.0, 3882.0, 3883.0, 3881.0, 3881.0, 3871.0, 3871.0, 3881.0, 3882.0, 3895.0, 3883.0, 3895.0, 3883.0, 3886.0, 3884.0, 3884.0, 3894.0, 3897.0, 3894.0, 3905.0, 3899.0, 3907.0, 3908.0, 3895.0, 3882.0, 3879.0, 3870.0, 3881.0, 3891.0, 3883.0, 3881.0, 3880.0, 3871.0, 3882.0, 3870.0, 3895.0, 3895.0, 3893.0, 3872.0, 3882.0, 3882.0, 3884.0, 3883.0, 3892.0, 3881.0, 3882.0, 3884.0, 3884.0, 3896.0, 3883.0, 3883.0, 3881.0, 3870.0, 3881.0, 3883.0, 3892.0, 3885.0, 3895.0, 3895.0, 3884.0, 3885.0, 3895.0, 3907.0, 3883.0, 3883.0, 3871.0, 3893.0, 3870.0, 3883.0, 3890.0, 3882.0, 3893.0, 3895.0, 3895.0, 3893.0, 3872.0, 3882.0, 3879.0, 3882.0, 3882.0, 3884.0, 3881.0, 3883.0, 3882.0, 3895.0, 3907.0, 3884.0, 3883.0, 3882.0, 3868.0, 3881.0, 3895.0, 3882.0, 3881.0, 3883.0, 3881.0, 3882.0, 3898.0, 3885.0, 3882.0, 3883.0, 3880.0, 3880.0, 3881.0, 3881.0, 3881.0, 3892.0, 3881.0, 3895.0, 3918.0, 3895.0, 3892.0, 3879.0, 3879.0, 3870.0, 3868.0, 3881.0, 3883.0, 3882.0, 3870.0, 3881.0, 3894.0, 3891.0, 3907.0, 3897.0, 3885.0, 3894.0, 3883.0, 3882.0, 3895.0, 3881.0, 3909.0, 3897.0, 3896.0, 3896.0, 3882.0, 3895.0, 3896.0, 3897.0, 3895.0, 3880.0, 3890.0, 3869.0, 3877.0, 3880.0, 3890.0, 3882.0, 3879.0, 3882.0, 3869.0, 3891.0, 3884.0, 3883.0, 3871.0, 3882.0, 3869.0, 3894.0, 3880.0, 3882.0, 3881.0, 3893.0, 3882.0, 3895.0, 3885.0, 3895.0, 3886.0, 3894.0, 3872.0, 3891.0, 3871.0, 3892.0, 3897.0, 3909.0, 3896.0, 3895.0, 3881.0, 3884.0, 3881.0, 3884.0, 3880.0, 3896.0, 3882.0, 3896.0, 3893.0, 3894.0, 3905.0, 3896.0, 3884.0, 3881.0, 3870.0, 3880.0, 3889.0, 3895.0, 3881.0, 3892.0, 3880.0, 3895.0, 3883.0, 3884.0, 3869.0, 3881.0, 3869.0, 3882.0, 3871.0, 3882.0, 3891.0, 3884.0, 3871.0, 3883.0, 3880.0, 3893.0, 3883.0, 3883.0, 3868.0, 3870.0, 3859.0, 3880.0, 3869.0, 3882.0, 3879.0, 3871.0, 3880.0, 3870.0, 3880.0, 3883.0, 3883.0, 3882.0, 3880.0, 3867.0, 3879.0, 3870.0, 3893.0, 3880.0, 3882.0, 3872.0, 3893.0, 3883.0, 3883.0, 3884.0, 3882.0, 3882.0, 3871.0, 3869.0, 3882.0, 3870.0, 3883.0, 3870.0, 3868.0, 3881.0, 3880.0, 3893.0, 3882.0, 3895.0, 3893.0, 3892.0, 3881.0, 3881.0, 3879.0, 3869.0, 3877.0, 3866.0, 3864.0, 3854.0, 3841.0, 3851.0, 3840.0, 3851.0, 3841.0, 3839.0, 3841.0, 3850.0, 3851.0, 3865.0, 3865.0, 3855.0, 3854.0, 3855.0, 3854.0, 3855.0, 3865.0, 3868.0, 3870.0, 3870.0, 3892.0, 3881.0, 3892.0, 3883.0, 3896.0, 3884.0, 3884.0, 3882.0, 3880.0, 3880.0, 3883.0, 3882.0, 3892.0, 3883.0, 3882.0, 3870.0, 3880.0, 3871.0, 3881.0, 3870.0, 3881.0, 3881.0, 3882.0, 3907.0, 3885.0, 3882.0, 3881.0, 3883.0, 3884.0, 3881.0, 3895.0, 3883.0, 3894.0, 3881.0, 3882.0, 3872.0, 3883.0, 3883.0, 3884.0, 3895.0, 3885.0, 3880.0, 3871.0, 3871.0, 3882.0, 3871.0, 3883.0, 3881.0, 3883.0, 3884.0, 3884.0, 3884.0, 3882.0, 3883.0, 3880.0, 3893.0, 3885.0, 3885.0, 3882.0, 3893.0, 3881.0, 3869.0, 3869.0, 3870.0, 3883.0, 3882.0, 3882.0, 3882.0, 3879.0, 3894.0, 3895.0, 3873.0, 3882.0, 3881.0, 3885.0, 3897.0, 3883.0, 3883.0, 3894.0, 3862.0, 3910.0, 3897.0, 3900.0, 3906.0, 3906.0, 3882.0, 3893.0, 3897.0, 3894.0, 3895.0, 3880.0, 3892.0, 3886.0, 3909.0, 3888.0, 3884.0, 3884.0, 3872.0, 3882.0, 3895.0, 3896.0, 3886.0, 3896.0, 3894.0, 3893.0, 3905.0, 3884.0, 3870.0, 3880.0, 3879.0, 3879.0, 3880.0, 3880.0, 3880.0, 3869.0, 3866.0, 3868.0, 3866.0, 3867.0, 3883.0, 3871.0, 3871.0, 3857.0, 3870.0, 3870.0, 3881.0, 3871.0, 3882.0, 3871.0, 3881.0, 3871.0, 3882.0, 3896.0, 3896.0, 3885.0, 3873.0, 3897.0, 3895.0, 3907.0, 3883.0, 3891.0, 3893.0, 3909.0, 3895.0, 3893.0, 3894.0, 3884.0, 3883.0, 3882.0, 3882.0, 3884.0, 3895.0, 3873.0, 3897.0, 3896.0, 3897.0, 3882.0, 3905.0, 3883.0, 3894.0, 3882.0, 3903.0, 3871.0, 3883.0, 3885.0, 3884.0, 3879.0, 3882.0, 3867.0, 3870.0, 3894.0, 3870.0, 3893.0, 3882.0, 3894.0, 3910.0, 3909.0, 3898.0, 3907.0, 3885.0, 3896.0, 3885.0, 3896.0, 3883.0, 3892.0, 3890.0, 3883.0, 3904.0, 3895.0, 3884.0, 3892.0, 3870.0, 3868.0, 3870.0, 3893.0, 3869.0, 3883.0, 3880.0, 3883.0, 3870.0, 3882.0, 3893.0, 3881.0, 3879.0, 3894.0, 3872.0, 3892.0, 3872.0, 3892.0, 3873.0, 3895.0, 3884.0, 3894.0, 3881.0, 3894.0, 3884.0, 3906.0, 3884.0, 3895.0, 3895.0, 3897.0, 3896.0, 3884.0, 3882.0, 3882.0, 3870.0, 3885.0, 3872.0, 3882.0, 3872.0, 3894.0, 3872.0, 3897.0, 3895.0, 3896.0, 3883.0, 3884.0, 3871.0, 3880.0, 3872.0, 3895.0, 3892.0, 3895.0, 3892.0, 3893.0, 3895.0, 3896.0, 3895.0, 3883.0, 3871.0, 3881.0, 3870.0, 3891.0, 3870.0, 3893.0, 3869.0, 3892.0, 3897.0, 3885.0, 3883.0, 3882.0, 3881.0, 3871.0, 3883.0, 3873.0, 3895.0, 3883.0, 3894.0, 3872.0, 3896.0, 3897.0, 3896.0, 3869.0, 3883.0, 3873.0, 3905.0, 3883.0, 3880.0, 3872.0, 3894.0, 3895.0, 3897.0, 3897.0, 3885.0, 3882.0, 3883.0, 3870.0, 3872.0, 3881.0, 3881.0, 3868.0, 3869.0, 3869.0, 3869.0, 3869.0, 3870.0, 3892.0, 3870.0, 3868.0, 3883.0, 3870.0, 3881.0, 3869.0, 3882.0, 3879.0, 3871.0, 3892.0, 3870.0, 3881.0, 3868.0, 3882.0, 3882.0, 3895.0, 3883.0, 3883.0, 3870.0, 3879.0, 3870.0, 3883.0, 3869.0, 3883.0, 3871.0, 3883.0, 3869.0, 3881.0, 3882.0, 3885.0, 3882.0, 3882.0, 3857.0, 3871.0, 3870.0, 3883.0, 3873.0, 3895.0, 3873.0, 3884.0, 3897.0, 3898.0, 3894.0, 3883.0, 3873.0, 3882.0, 3872.0, 3883.0, 3895.0, 3897.0, 3885.0, 3887.0, 3895.0, 3882.0, 3883.0, 3880.0, 3894.0, 3893.0, 3884.0, 3870.0, 3891.0, 3868.0, 3893.0, 3882.0, 3896.0, 3885.0, 3906.0, 3885.0, 3905.0, 3892.0, 3893.0, 3883.0, 3894.0, 3869.0, 3869.0, 3868.0, 3867.0, 3853.0, 3853.0, 3852.0, 3850.0, 3852.0, 3840.0, 3850.0, 3861.0, 3850.0, 3840.0, 3850.0, 3841.0, 3863.0, 3831.0, 3853.0, 3832.0, 3854.0, 3857.0, 3869.0, 3856.0, 3867.0, 3857.0, 3868.0, 3856.0, 3866.0, 3865.0, 3870.0, 3870.0, 3882.0, 3859.0, 3883.0, 3870.0, 3882.0, 3870.0, 3882.0, 3872.0, 3895.0, 3884.0, 3882.0, 3873.0, 3883.0, 3884.0], 'WindowWidth': [8840.0, 8780.0, 8728.0, 8719.0, 8696.0, 8707.0, 8713.0, 8699.0, 8702.0, 8696.0, 8699.0, 8706.0, 8680.0, 8689.0, 8675.0, 8701.0, 8719.0, 8682.0, 8688.0, 8656.0, 8672.0, 8657.0, 8671.0, 8702.0, 8695.0, 8683.0, 8704.0, 8686.0, 8699.0, 8681.0, 8696.0, 8676.0, 8676.0, 8671.0, 8671.0, 8656.0, 8652.0, 8674.0, 8671.0, 8694.0, 8678.0, 8703.0, 8695.0, 8701.0, 8691.0, 8679.0, 8672.0, 8667.0, 8651.0, 8646.0, 8661.0, 8623.0, 8640.0, 8632.0, 8605.0, 8627.0, 8616.0, 8626.0, 8611.0, 8612.0, 8618.0, 8621.0, 8649.0, 8626.0, 8645.0, 8649.0, 8668.0, 8649.0, 8649.0, 8644.0, 8674.0, 8692.0, 8696.0, 8688.0, 8692.0, 8677.0, 8705.0, 8716.0, 8720.0, 8717.0, 8720.0, 8696.0, 8691.0, 8676.0, 8698.0, 8717.0, 8701.0, 8716.0, 8688.0, 8691.0, 8701.0, 8676.0, 8689.0, 8687.0, 8693.0, 8714.0, 8702.0, 8696.0, 8674.0, 8672.0, 8651.0, 8671.0, 8665.0, 8689.0, 8673.0, 8676.0, 8677.0, 8675.0, 8691.0, 8675.0, 8676.0, 8674.0, 8674.0, 8691.0, 8697.0, 8715.0, 8700.0, 8698.0, 8702.0, 8698.0, 8694.0, 8692.0, 8680.0, 8696.0, 8699.0, 8698.0, 8720.0, 8725.0, 8744.0, 8702.0, 8719.0, 8726.0, 8732.0, 8743.0, 8725.0, 8705.0, 8688.0, 8701.0, 8713.0, 8696.0, 8741.0, 8750.0, 8737.0, 8711.0, 8712.0, 8693.0, 8698.0, 8681.0, 8696.0, 8721.0, 8723.0, 8718.0, 8697.0, 8674.0, 8669.0, 8671.0, 8658.0, 8676.0, 8673.0, 8692.0, 8674.0, 8693.0, 8691.0, 8696.0, 8692.0, 8693.0, 8679.0, 8720.0, 8720.0, 8705.0, 8684.0, 8698.0, 8677.0, 8701.0, 8696.0, 8701.0, 8696.0, 8696.0, 8684.0, 8680.0, 8696.0, 8699.0, 8719.0, 8706.0, 8722.0, 8701.0, 8711.0, 8706.0, 8705.0, 8719.0, 8728.0, 8719.0, 8737.0, 8736.0, 8743.0, 8742.0, 8719.0, 8695.0, 8688.0, 8676.0, 8694.0, 8706.0, 8699.0, 8694.0, 8692.0, 8680.0, 8698.0, 8681.0, 8721.0, 8722.0, 8717.0, 8684.0, 8698.0, 8697.0, 8704.0, 8703.0, 8713.0, 8695.0, 8697.0, 8703.0, 8706.0, 8725.0, 8704.0, 8699.0, 8694.0, 8679.0, 8697.0, 8702.0, 8716.0, 8708.0, 8721.0, 8722.0, 8705.0, 8709.0, 8726.0, 8740.0, 8703.0, 8702.0, 8682.0, 8715.0, 8678.0, 8700.0, 8705.0, 8699.0, 8712.0, 8721.0, 8722.0, 8714.0, 8684.0, 8697.0, 8689.0, 8698.0, 8697.0, 8705.0, 8696.0, 8701.0, 8698.0, 8721.0, 8739.0, 8706.0, 8702.0, 8696.0, 8675.0, 8694.0, 8724.0, 8697.0, 8695.0, 8700.0, 8695.0, 8699.0, 8729.0, 8707.0, 8698.0, 8701.0, 8692.0, 8693.0, 8693.0, 8695.0, 8693.0, 8711.0, 8695.0, 8719.0, 8756.0, 8721.0, 8713.0, 8690.0, 8688.0, 8675.0, 8672.0, 8696.0, 8703.0, 8697.0, 8679.0, 8693.0, 8715.0, 8708.0, 8740.0, 8728.0, 8710.0, 8718.0, 8704.0, 8700.0, 8722.0, 8700.0, 8747.0, 8728.0, 8724.0, 8723.0, 8699.0, 8718.0, 8725.0, 8726.0, 8720.0, 8693.0, 8702.0, 8674.0, 8684.0, 8693.0, 8705.0, 8697.0, 8689.0, 8696.0, 8676.0, 8712.0, 8706.0, 8702.0, 8679.0, 8695.0, 8676.0, 8717.0, 8693.0, 8698.0, 8695.0, 8714.0, 8701.0, 8721.0, 8706.0, 8721.0, 8711.0, 8718.0, 8683.0, 8710.0, 8683.0, 8713.0, 8730.0, 8748.0, 8727.0, 8721.0, 8699.0, 8703.0, 8696.0, 8704.0, 8696.0, 8723.0, 8698.0, 8722.0, 8713.0, 8716.0, 8737.0, 8725.0, 8703.0, 8694.0, 8677.0, 8692.0, 8702.0, 8720.0, 8695.0, 8711.0, 8693.0, 8719.0, 8704.0, 8704.0, 8678.0, 8695.0, 8676.0, 8698.0, 8680.0, 8698.0, 8708.0, 8702.0, 8682.0, 8700.0, 8693.0, 8717.0, 8703.0, 8703.0, 8674.0, 8677.0, 8660.0, 8692.0, 8674.0, 8695.0, 8689.0, 8679.0, 8693.0, 8676.0, 8691.0, 8700.0, 8702.0, 8698.0, 8691.0, 8670.0, 8691.0, 8678.0, 8713.0, 8693.0, 8698.0, 8685.0, 8718.0, 8702.0, 8705.0, 8706.0, 8696.0, 8696.0, 8681.0, 8677.0, 8697.0, 8678.0, 8701.0, 8680.0, 8674.0, 8697.0, 8694.0, 8717.0, 8700.0, 8722.0, 8715.0, 8712.0, 8695.0, 8693.0, 8688.0, 8673.0, 8680.0, 8665.0, 8659.0, 8643.0, 8624.0, 8636.0, 8618.0, 8634.0, 8620.0, 8615.0, 8620.0, 8632.0, 8634.0, 8663.0, 8663.0, 8649.0, 8648.0, 8648.0, 8646.0, 8648.0, 8663.0, 8670.0, 8679.0, 8678.0, 8711.0, 8696.0, 8712.0, 8702.0, 8722.0, 8707.0, 8704.0, 8697.0, 8694.0, 8693.0, 8701.0, 8698.0, 8714.0, 8700.0, 8697.0, 8678.0, 8691.0, 8680.0, 8693.0, 8679.0, 8694.0, 8694.0, 8702.0, 8739.0, 8706.0, 8698.0, 8697.0, 8701.0, 8704.0, 8696.0, 8720.0, 8703.0, 8719.0, 8698.0, 8700.0, 8685.0, 8700.0, 8700.0, 8707.0, 8721.0, 8709.0, 8693.0, 8682.0, 8679.0, 8697.0, 8680.0, 8700.0, 8696.0, 8702.0, 8706.0, 8704.0, 8702.0, 8698.0, 8700.0, 8692.0, 8714.0, 8706.0, 8708.0, 8701.0, 8713.0, 8694.0, 8674.0, 8677.0, 8679.0, 8699.0, 8697.0, 8698.0, 8698.0, 8690.0, 8718.0, 8723.0, 8687.0, 8698.0, 8698.0, 8708.0, 8727.0, 8703.0, 8702.0, 8719.0, 8675.0, 8751.0, 8730.0, 8735.0, 8742.0, 8740.0, 8702.0, 8715.0, 8727.0, 8720.0, 8720.0, 8692.0, 8711.0, 8710.0, 8747.0, 8716.0, 8705.0, 8704.0, 8683.0, 8697.0, 8719.0, 8721.0, 8708.0, 8724.0, 8720.0, 8713.0, 8733.0, 8704.0, 8680.0, 8691.0, 8687.0, 8687.0, 8691.0, 8691.0, 8688.0, 8674.0, 8666.0, 8672.0, 8665.0, 8667.0, 8700.0, 8681.0, 8681.0, 8656.0, 8678.0, 8677.0, 8695.0, 8682.0, 8698.0, 8681.0, 8695.0, 8682.0, 8698.0, 8725.0, 8722.0, 8706.0, 8687.0, 8727.0, 8723.0, 8743.0, 8702.0, 8712.0, 8721.0, 8746.0, 8724.0, 8717.0, 8718.0, 8704.0, 8703.0, 8698.0, 8702.0, 8704.0, 8721.0, 8688.0, 8727.0, 8727.0, 8726.0, 8700.0, 8732.0, 8701.0, 8719.0, 8699.0, 8728.0, 8681.0, 8700.0, 8707.0, 8705.0, 8690.0, 8696.0, 8673.0, 8682.0, 8718.0, 8680.0, 8713.0, 8697.0, 8717.0, 8749.0, 8748.0, 8732.0, 8741.0, 8709.0, 8722.0, 8705.0, 8724.0, 8700.0, 8712.0, 8706.0, 8698.0, 8728.0, 8719.0, 8706.0, 8712.0, 8680.0, 8674.0, 8678.0, 8711.0, 8677.0, 8702.0, 8692.0, 8699.0, 8679.0, 8697.0, 8713.0, 8694.0, 8689.0, 8715.0, 8684.0, 8714.0, 8686.0, 8711.0, 8691.0, 8723.0, 8707.0, 8718.0, 8697.0, 8720.0, 8704.0, 8736.0, 8705.0, 8721.0, 8722.0, 8729.0, 8726.0, 8706.0, 8699.0, 8699.0, 8679.0, 8706.0, 8684.0, 8699.0, 8683.0, 8717.0, 8685.0, 8728.0, 8724.0, 8726.0, 8702.0, 8703.0, 8682.0, 8694.0, 8684.0, 8721.0, 8712.0, 8720.0, 8711.0, 8714.0, 8720.0, 8725.0, 8720.0, 8699.0, 8681.0, 8693.0, 8679.0, 8707.0, 8678.0, 8711.0, 8677.0, 8712.0, 8726.0, 8707.0, 8705.0, 8698.0, 8696.0, 8682.0, 8703.0, 8690.0, 8720.0, 8701.0, 8718.0, 8685.0, 8724.0, 8729.0, 8724.0, 8677.0, 8705.0, 8689.0, 8736.0, 8701.0, 8694.0, 8685.0, 8717.0, 8723.0, 8729.0, 8728.0, 8709.0, 8699.0, 8699.0, 8678.0, 8682.0, 8692.0, 8692.0, 8673.0, 8674.0, 8674.0, 8673.0, 8673.0, 8678.0, 8713.0, 8679.0, 8673.0, 8701.0, 8679.0, 8694.0, 8676.0, 8697.0, 8692.0, 8681.0, 8710.0, 8679.0, 8696.0, 8674.0, 8695.0, 8698.0, 8721.0, 8703.0, 8702.0, 8678.0, 8690.0, 8678.0, 8701.0, 8678.0, 8701.0, 8683.0, 8701.0, 8678.0, 8695.0, 8699.0, 8707.0, 8699.0, 8696.0, 8658.0, 8681.0, 8678.0, 8701.0, 8686.0, 8719.0, 8687.0, 8705.0, 8729.0, 8733.0, 8718.0, 8702.0, 8687.0, 8699.0, 8686.0, 8701.0, 8723.0, 8729.0, 8709.0, 8713.0, 8723.0, 8703.0, 8700.0, 8694.0, 8717.0, 8719.0, 8704.0, 8679.0, 8708.0, 8672.0, 8713.0, 8698.0, 8721.0, 8706.0, 8737.0, 8708.0, 8733.0, 8711.0, 8713.0, 8703.0, 8716.0, 8674.0, 8675.0, 8670.0, 8666.0, 8642.0, 8640.0, 8638.0, 8632.0, 8637.0, 8617.0, 8632.0, 8647.0, 8632.0, 8619.0, 8632.0, 8622.0, 8654.0, 8610.0, 8641.0, 8611.0, 8644.0, 8657.0, 8677.0, 8652.0, 8669.0, 8654.0, 8671.0, 8653.0, 8669.0, 8665.0, 8677.0, 8676.0, 8698.0, 8662.0, 8700.0, 8679.0, 8698.0, 8680.0, 8700.0, 8684.0, 8725.0, 8709.0, 8701.0, 8688.0, 8702.0, 8704.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.0015545862068965517</td></tr>
<tr><td colspan=3>aqi</td><td>0.02145371896551724</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.444328641760634</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2619136030264653</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0251240629459155</td></tr>
<tr><td colspan=3>efc</td><td>0.4585</td></tr>
<tr><td colspan=3>fber</td><td>6263.853</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10720400759908116</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.459770114942529</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5924806973364376</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.597267938076307</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7839297518077606</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3962444021252454</td></tr>
<tr><td colspan=3>gcor</td><td>0.0197765</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0077670239843428135</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019238092005252838</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7969262963609998</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>38.4439</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5123</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.6294</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304861.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>665.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.0606</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1949</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>502.8494</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3101.947</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71683.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>975.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>865.6942</td></tr>
<tr><td colspan=3>tsnr</td><td>40.08688948606141</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>