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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0020_ses-04_task-social_acq-mb8_run-05_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0020_ses-04_task-social_acq-mb8_run-05_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-04_subject-0020_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-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-05_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-04/func/sub-0020_ses-04_task-social_acq-mb8_run-05_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>3e0fbf2cff629971ed07acc716fe5a56</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>12:05:0.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.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0974472</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d7a62ee5-de1c-4a95-ad4f-7580e32e7ccd||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.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [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': ['120500.867500', '120501.327500', '120501.787500', '120502.247500', '120502.707500', '120503.167500', '120503.627500', '120504.087500', '120504.547500', '120505.007500', '120505.467500', '120505.927500', '120506.387500', '120506.847500', '120507.307500', '120507.767500', '120508.227500', '120508.687500', '120509.147500', '120509.607500', '120510.067500', '120510.527500', '120510.987500', '120511.447500', '120511.907500', '120512.367500', '120512.827500', '120513.287500', '120513.747500', '120514.207500', '120514.667500', '120515.127500', '120515.587500', '120516.047500', '120516.507500', '120516.967500', '120517.427500', '120517.887500', '120518.347500', '120518.807500', '120519.267500', '120519.727500', '120520.187500', '120520.647500', '120521.107500', '120521.567500', '120522.027500', '120522.487500', '120522.947500', '120523.407500', '120523.867500', '120524.327500', '120524.787500', '120525.247500', '120525.707500', '120526.167500', '120526.627500', '120527.087500', '120527.547500', '120528.007500', '120528.467500', '120528.927500', '120529.387500', '120529.847500', '120530.307500', '120530.767500', '120531.227500', '120531.687500', '120532.147500', '120532.607500', '120533.067500', '120533.527500', '120533.987500', '120534.447500', '120534.907500', '120535.367500', '120535.827500', '120536.287500', '120536.747500', '120537.207500', '120537.667500', '120538.127500', '120538.587500', '120539.047500', '120539.507500', '120539.967500', '120540.427500', '120540.887500', '120541.347500', '120541.807500', '120542.267500', '120542.727500', '120543.187500', '120543.647500', '120544.107500', '120544.567500', '120545.027500', '120545.487500', '120545.947500', '120546.407500', '120546.867500', '120547.327500', '120547.787500', '120548.247500', '120548.707500', '120549.167500', '120549.627500', '120550.087500', '120550.547500', '120551.007500', '120551.467500', '120551.927500', '120552.387500', '120552.847500', '120553.307500', '120553.767500', '120554.227500', '120554.687500', '120555.147500', '120555.607500', '120556.067500', '120556.527500', '120556.987500', '120557.447500', '120557.907500', '120558.367500', '120558.827500', '120559.287500', '120559.747500', '120600.207500', '120600.667500', '120601.127500', '120601.587500', '120602.047500', '120602.507500', '120602.967500', '120603.427500', '120603.887500', '120604.347500', '120604.807500', '120605.267500', '120605.727500', '120606.187500', '120606.647500', '120607.107500', '120607.567500', '120608.027500', '120608.487500', '120608.947500', '120609.407500', '120609.867500', '120610.327500', '120610.787500', '120611.247500', '120611.707500', '120612.167500', '120612.627500', '120613.087500', '120613.547500', '120614.007500', '120614.467500', '120614.927500', '120615.387500', '120615.847500', '120616.307500', '120616.767500', '120617.227500', '120617.687500', '120618.147500', '120618.607500', '120619.067500', '120619.527500', '120619.987500', '120620.447500', '120620.907500', '120621.367500', '120621.827500', '120622.287500', '120622.747500', '120623.207500', '120623.667500', '120624.127500', '120624.587500', '120625.047500', '120625.507500', '120625.967500', '120626.427500', '120626.887500', '120627.347500', '120627.807500', '120628.267500', '120628.727500', '120629.187500', '120629.647500', '120630.107500', '120630.567500', '120631.027500', '120631.487500', '120631.947500', '120632.407500', '120632.867500', '120633.327500', '120633.787500', '120634.247500', '120634.707500', '120635.167500', '120635.627500', '120636.087500', '120636.547500', '120637.007500', '120637.467500', '120637.927500', '120638.387500', '120638.847500', '120639.307500', '120639.767500', '120640.227500', '120640.687500', '120641.147500', '120641.607500', '120642.067500', '120642.527500', '120642.987500', '120643.447500', '120643.907500', '120644.367500', '120644.827500', '120645.287500', '120645.747500', '120646.207500', '120646.667500', '120647.127500', '120647.587500', '120648.047500', '120648.507500', '120648.967500', '120649.427500', '120649.887500', '120650.347500', '120650.807500', '120651.267500', '120651.727500', '120652.187500', '120652.647500', '120653.107500', '120653.567500', '120654.027500', '120654.487500', '120654.947500', '120655.407500', '120655.867500', '120656.327500', '120656.787500', '120657.247500', '120657.707500', '120658.167500', '120658.627500', '120659.087500', '120659.547500', '120700.007500', '120700.467500', '120700.927500', '120701.387500', '120701.847500', '120702.307500', '120702.767500', '120703.227500', '120703.687500', '120704.147500', '120704.607500', '120705.067500', '120705.527500', '120705.987500', '120706.447500', '120706.907500', '120707.367500', '120707.827500', '120708.287500', '120708.747500', '120709.207500', '120709.667500', '120710.127500', '120710.587500', '120711.047500', '120711.507500', '120711.967500', '120712.427500', '120712.887500', '120713.347500', '120713.807500', '120714.267500', '120714.727500', '120715.187500', '120715.647500', '120716.107500', '120716.567500', '120717.027500', '120717.487500', '120717.947500', '120718.407500', '120718.867500', '120719.327500', '120719.787500', '120720.247500', '120720.707500', '120721.167500', '120721.627500', '120722.087500', '120722.547500', '120723.007500', '120723.467500', '120723.927500', '120724.387500', '120724.847500', '120725.307500', '120725.767500', '120726.227500', '120726.687500', '120727.147500', '120727.607500', '120728.067500', '120728.527500', '120728.987500', '120729.447500', '120729.907500', '120730.367500', '120730.827500', '120731.287500', '120731.747500', '120732.207500', '120732.667500', '120733.127500', '120733.587500', '120734.047500', '120734.507500', '120734.967500', '120735.427500', '120735.887500', '120736.347500', '120736.807500', '120737.267500', '120737.727500', '120738.187500', '120738.647500', '120739.107500', '120739.567500', '120740.027500', '120740.487500', '120740.947500', '120741.407500', '120741.867500', '120742.327500', '120742.787500', '120743.247500', '120743.707500', '120744.167500', '120744.627500', '120745.087500', '120745.547500', '120746.007500', '120746.467500', '120746.927500', '120747.387500', '120747.847500', '120748.307500', '120748.767500', '120749.227500', '120749.687500', '120750.147500', '120750.607500', '120751.067500', '120751.527500', '120751.987500', '120752.447500', '120752.907500', '120753.367500', '120753.827500', '120754.287500', '120754.747500', '120755.207500', '120755.667500', '120756.127500', '120756.587500', '120757.047500', '120757.507500', '120757.967500', '120758.427500', '120758.887500', '120759.347500', '120759.807500', '120800.267500', '120800.727500', '120801.187500', '120801.647500', '120802.107500', '120802.567500', '120803.027500', '120803.487500', '120803.947500', '120804.407500', '120804.867500', '120805.327500', '120805.787500', '120806.247500', '120806.707500', '120807.167500', '120807.627500', '120808.087500', '120808.547500', '120809.007500', '120809.467500', '120809.927500', '120810.387500', '120810.847500', '120811.307500', '120811.767500', '120812.227500', '120812.687500', '120813.147500', '120813.607500', '120814.067500', '120814.527500', '120814.987500', '120815.447500', '120815.907500', '120816.367500', '120816.827500', '120817.287500', '120817.747500', '120818.207500', '120818.667500', '120819.127500', '120819.587500', '120820.047500', '120820.507500', '120820.967500', '120821.427500', '120821.887500', '120822.347500', '120822.807500', '120823.267500', '120823.727500', '120824.187500', '120824.647500', '120825.107500', '120825.567500', '120826.027500', '120826.487500', '120826.947500', '120827.407500', '120827.867500', '120828.327500', '120828.787500', '120829.247500', '120829.707500', '120830.167500', '120830.627500', '120831.087500', '120831.547500', '120832.007500', '120832.467500', '120832.927500', '120833.387500', '120833.847500', '120834.307500', '120834.767500', '120835.227500', '120835.687500', '120836.147500', '120836.607500', '120837.067500', '120837.527500', '120837.987500', '120838.447500', '120838.907500', '120839.367500', '120839.827500', '120840.287500', '120840.747500', '120841.207500', '120841.667500', '120842.127500', '120842.587500', '120843.047500', '120843.507500', '120843.967500', '120844.427500', '120844.887500', '120845.347500', '120845.807500', '120846.267500', '120846.727500', '120847.187500', '120847.647500', '120848.107500', '120848.567500', '120849.027500', '120849.487500', '120849.947500', '120850.407500', '120850.867500', '120851.327500', '120851.787500', '120852.247500', '120852.707500', '120853.167500', '120853.627500', '120854.087500', '120854.547500', '120855.007500', '120855.467500', '120855.927500', '120856.387500', '120856.847500', '120857.307500', '120857.767500', '120858.227500', '120858.687500', '120859.147500', '120859.607500', '120900.067500', '120900.527500', '120900.987500', '120901.447500', '120901.907500', '120902.367500', '120902.827500', '120903.287500', '120903.747500', '120904.207500', '120904.667500', '120905.127500', '120905.587500', '120906.047500', '120906.507500', '120906.967500', '120907.427500', '120907.887500', '120908.347500', '120908.807500', '120909.267500', '120909.727500', '120910.187500', '120910.647500', '120911.107500', '120911.567500', '120912.027500', '120912.487500', '120912.947500', '120913.407500', '120913.867500', '120914.327500', '120914.787500', '120915.247500', '120915.707500', '120916.167500', '120916.627500', '120917.087500', '120917.547500', '120918.007500', '120918.467500', '120918.927500', '120919.387500', '120919.847500', '120920.307500', '120920.767500', '120921.227500', '120921.687500', '120922.147500', '120922.607500', '120923.067500', '120923.527500', '120923.987500', '120924.447500', '120924.907500', '120925.367500', '120925.827500', '120926.287500', '120926.747500', '120927.207500', '120927.667500', '120928.127500', '120928.587500', '120929.047500', '120929.507500', '120929.967500', '120930.427500', '120930.887500', '120931.347500', '120931.807500', '120932.267500', '120932.727500', '120933.187500', '120933.647500', '120934.107500', '120934.567500', '120935.027500', '120935.487500', '120935.947500', '120936.407500', '120936.867500', '120937.327500', '120937.787500', '120938.247500', '120938.707500', '120939.167500', '120939.627500', '120940.087500', '120940.547500', '120941.007500', '120941.467500', '120941.927500', '120942.387500', '120942.847500', '120943.307500', '120943.767500', '120944.227500', '120944.687500', '120945.147500', '120945.607500', '120946.067500', '120946.527500', '120946.987500', '120947.447500', '120947.907500', '120948.367500', '120948.827500', '120949.287500', '120949.747500', '120950.207500', '120950.667500', '120951.127500', '120951.587500', '120952.047500', '120952.507500', '120952.967500', '120953.427500', '120953.887500', '120954.347500', '120954.807500', '120955.267500', '120955.727500', '120956.187500', '120956.647500', '120957.107500', '120957.567500', '120958.027500', '120958.487500', '120958.947500', '120959.407500', '120959.867500', '121000.327500', '121000.787500', '121001.247500', '121001.707500', '121002.167500', '121002.627500', '121003.087500', '121003.547500', '121004.007500', '121004.467500', '121004.927500', '121005.387500', '121005.847500', '121006.307500', '121006.767500', '121007.227500', '121007.687500', '121008.147500', '121008.607500', '121009.067500', '121009.527500', '121009.987500', '121010.447500', '121010.907500', '121011.367500', '121011.827500', '121012.287500', '121012.747500', '121013.207500', '121013.667500', '121014.127500', '121014.587500', '121015.047500', '121015.507500', '121015.967500', '121016.427500', '121016.887500', '121017.347500', '121017.807500', '121018.267500', '121018.727500', '121019.187500', '121019.647500', '121020.107500', '121020.567500', '121021.027500', '121021.487500', '121021.947500', '121022.407500', '121022.867500', '121023.327500', '121023.787500', '121024.247500', '121024.707500', '121025.167500', '121025.627500', '121026.087500', '121026.547500', '121027.007500', '121027.467500', '121027.927500', '121028.387500', '121028.847500', '121029.307500', '121029.767500', '121030.227500', '121030.687500', '121031.147500', '121031.607500', '121032.067500', '121032.527500', '121032.987500', '121033.447500', '121033.907500', '121034.367500', '121034.827500', '121035.287500', '121035.747500', '121036.207500', '121036.667500', '121037.127500', '121037.587500', '121038.047500', '121038.507500', '121038.967500', '121039.427500', '121039.887500', '121040.347500', '121040.807500', '121041.267500', '121041.727500', '121042.187500', '121042.647500', '121043.107500', '121043.567500', '121044.027500', '121044.487500', '121044.947500', '121045.407500', '121045.867500', '121046.327500', '121046.787500', '121047.247500', '121047.707500', '121048.167500', '121048.627500', '121049.087500', '121049.547500', '121050.007500', '121050.467500', '121050.927500', '121051.387500', '121051.847500', '121052.307500', '121052.767500', '121053.227500', '121053.687500', '121054.147500', '121054.607500', '121055.067500', '121055.527500', '121055.987500', '121056.447500', '121056.907500', '121057.367500', '121057.827500', '121058.287500', '121058.747500', '121059.207500', '121059.667500', '121100.127500', '121100.587500', '121101.047500', '121101.507500', '121101.967500', '121102.427500', '121102.887500', '121103.347500', '121103.807500', '121104.267500', '121104.727500', '121105.187500', '121105.647500', '121106.107500', '121106.567500', '121107.027500', '121107.487500', '121107.947500', '121108.407500', '121108.867500', '121109.327500', '121109.787500', '121110.247500', '121110.707500', '121111.167500', '121111.627500', '121112.087500', '121112.547500', '121113.007500', '121113.467500', '121113.927500', '121114.387500', '121114.847500', '121115.307500', '121115.767500', '121116.227500', '121116.687500', '121117.147500', '121117.607500', '121118.067500', '121118.527500', '121118.987500', '121119.447500', '121119.907500', '121120.367500', '121120.827500', '121121.287500', '121121.747500', '121122.207500', '121122.667500', '121123.127500', '121123.587500', '121124.047500', '121124.507500', '121124.967500', '121125.427500', '121125.887500', '121126.347500', '121126.807500', '121127.267500', '121127.727500', '121128.187500', '121128.647500', '121129.107500', '121129.567500', '121130.027500', '121130.487500', '121130.947500', '121131.407500', '121131.867500', '121132.327500', '121132.787500', '121133.247500', '121133.707500', '121134.167500', '121134.627500', '121135.087500', '121135.547500', '121136.007500', '121136.467500', '121136.927500', '121137.387500', '121137.847500', '121138.307500', '121138.767500', '121139.227500', '121139.687500', '121140.147500', '121140.607500', '121141.067500', '121141.527500'], 'ContentTime': ['120526.319000', '120526.322000', '120526.325000', '120526.328000', '120526.331000', '120526.334000', '120526.336000', '120526.339000', '120526.342000', '120526.345000', '120526.348000', '120526.351000', '120526.353000', '120526.356000', '120526.359000', '120526.362000', '120526.365000', '120526.368000', '120526.370000', '120526.373000', '120526.376000', '120526.385000', '120526.388000', '120526.390000', '120526.393000', '120526.396000', '120526.399000', '120526.402000', '120526.404000', '120526.407000', '120526.410000', '120526.413000', '120526.416000', '120526.419000', '120526.422000', '120526.424000', '120526.427000', '120526.430000', '120526.433000', '120526.436000', '120526.439000', '120526.441000', '120526.444000', '120526.447000', '120526.450000', '120526.453000', '120526.455000', '120526.458000', '120526.461000', '120526.464000', '120526.466000', '120526.469000', '120526.472000', '120546.271000', '120546.274000', '120546.277000', '120546.280000', '120546.282000', '120546.285000', '120546.288000', '120546.297000', '120546.300000', '120546.303000', '120546.306000', '120546.309000', '120546.311000', '120546.314000', '120546.317000', '120546.320000', '120546.323000', '120546.325000', '120546.328000', '120546.338000', '120546.341000', '120546.344000', '120546.347000', '120546.349000', '120546.352000', '120546.355000', '120546.358000', '120546.361000', '120546.364000', '120546.366000', '120546.369000', '120546.372000', '120546.375000', '120546.378000', '120546.381000', '120546.383000', '120546.386000', '120546.389000', '120546.392000', '120546.395000', '120546.397000', '120546.400000', '120546.403000', '120606.271000', '120606.274000', '120606.277000', '120606.279000', '120606.282000', '120606.285000', '120606.288000', '120606.291000', '120606.293000', '120606.296000', '120606.299000', '120606.302000', '120606.305000', '120606.307000', '120606.310000', '120606.313000', '120606.316000', '120606.319000', '120606.321000', '120606.324000', '120606.327000', '120606.330000', '120606.333000', '120606.335000', '120606.338000', '120606.341000', '120606.344000', '120606.347000', '120606.349000', '120606.352000', '120606.372000', '120606.375000', '120606.378000', '120606.380000', '120606.383000', '120606.386000', '120606.389000', '120606.392000', '120606.395000', '120606.397000', '120606.400000', '120606.403000', '120606.406000', '120606.409000', '120626.271000', '120626.274000', '120626.277000', '120626.279000', '120626.282000', '120626.285000', '120626.288000', '120626.291000', '120626.294000', '120626.296000', '120626.299000', '120626.302000', '120626.305000', '120626.308000', '120626.310000', '120626.313000', '120626.316000', '120626.319000', '120626.322000', '120626.325000', '120626.328000', '120626.330000', '120626.333000', '120626.336000', '120626.339000', '120626.342000', '120626.344000', '120626.347000', '120626.350000', '120626.353000', '120626.356000', '120626.359000', '120626.361000', '120626.364000', '120626.367000', '120626.370000', '120626.373000', '120626.375000', '120626.378000', '120626.381000', '120626.386000', '120626.389000', '120626.392000', '120646.271000', '120646.274000', '120646.277000', '120646.280000', '120646.283000', '120646.286000', '120646.290000', '120646.294000', '120646.297000', '120646.299000', '120646.302000', '120646.305000', '120646.308000', '120646.311000', '120646.314000', '120646.316000', '120646.319000', '120646.322000', '120646.325000', '120646.328000', '120646.331000', '120646.333000', '120646.336000', '120646.339000', '120646.351000', '120646.354000', '120646.357000', '120646.360000', '120646.363000', '120646.365000', '120646.368000', '120646.371000', '120646.374000', '120646.377000', '120646.379000', '120646.382000', '120646.385000', '120646.388000', '120646.391000', '120646.393000', '120646.396000', '120646.399000', '120646.402000', '120706.271000', '120706.274000', '120706.277000', '120706.280000', '120706.282000', '120706.285000', '120706.288000', '120706.291000', '120706.294000', '120706.297000', '120706.299000', '120706.302000', '120706.305000', '120706.308000', '120706.311000', '120706.313000', '120706.316000', '120706.319000', '120706.322000', '120706.325000', '120706.336000', '120706.338000', '120706.341000', '120706.344000', '120706.347000', '120706.350000', '120706.353000', '120706.355000', '120706.358000', '120706.361000', '120706.364000', '120706.367000', '120706.370000', '120706.372000', '120706.375000', '120706.378000', '120706.381000', '120706.384000', '120706.387000', '120706.389000', '120706.392000', '120706.395000', '120706.398000', '120706.401000', '120726.271000', '120726.274000', '120726.277000', '120726.280000', '120726.283000', '120726.285000', '120726.288000', '120726.291000', '120726.296000', '120726.300000', '120726.303000', '120726.306000', '120726.309000', '120726.312000', '120726.315000', '120726.318000', '120726.320000', '120726.323000', '120726.326000', '120726.329000', '120726.332000', '120726.334000', '120726.337000', '120726.340000', '120726.343000', '120726.346000', '120726.348000', '120726.351000', '120726.354000', '120726.357000', '120726.360000', '120726.363000', '120726.365000', '120726.368000', '120726.371000', '120726.374000', '120726.377000', '120726.379000', '120726.382000', '120726.385000', '120726.388000', '120726.391000', '120726.394000', '120746.271000', '120746.274000', '120746.277000', '120746.280000', '120746.282000', '120746.285000', '120746.288000', '120746.291000', '120746.294000', '120746.297000', '120746.300000', '120746.302000', '120746.305000', '120746.308000', '120746.316000', '120746.319000', '120746.322000', '120746.325000', '120746.328000', '120746.331000', '120746.333000', '120746.336000', '120746.339000', '120746.342000', '120746.345000', '120746.347000', '120746.362000', '120746.365000', '120746.368000', '120746.371000', '120746.374000', '120746.377000', '120746.379000', '120746.382000', '120746.385000', '120746.388000', '120746.391000', '120746.394000', '120746.396000', '120746.399000', '120746.402000', '120746.405000', '120746.408000', '120746.411000', '120806.271000', '120806.274000', '120806.277000', '120806.280000', '120806.282000', '120806.285000', '120806.288000', '120806.291000', '120806.294000', '120806.296000', '120806.299000', '120806.302000', '120806.305000', '120806.308000', '120806.311000', '120806.314000', '120806.317000', '120806.320000', '120806.322000', '120806.325000', '120806.328000', '120806.331000', '120806.334000', '120806.337000', '120806.340000', '120806.343000', '120806.346000', '120806.349000', '120806.351000', '120806.354000', '120806.357000', '120806.360000', '120806.363000', '120806.365000', '120806.368000', '120806.371000', '120806.374000', '120806.377000', '120806.380000', '120806.383000', '120806.385000', '120806.388000', '120806.391000', '120826.271000', '120826.274000', '120826.277000', '120826.280000', '120826.282000', '120826.285000', '120826.288000', '120826.291000', '120826.294000', '120826.297000', '120826.300000', '120826.302000', '120826.305000', '120826.308000', '120826.311000', '120826.314000', '120826.316000', '120826.319000', '120826.322000', '120826.325000', '120826.328000', '120826.331000', '120826.333000', '120826.336000', '120826.339000', '120826.342000', '120826.345000', '120826.348000', '120826.351000', '120826.353000', '120826.356000', '120826.359000', '120826.362000', '120826.364000', '120826.367000', '120826.370000', '120826.373000', '120826.376000', '120826.378000', '120826.381000', '120826.384000', '120826.387000', '120826.390000', '120826.393000', '120846.271000', '120846.274000', '120846.277000', '120846.280000', '120846.283000', '120846.285000', '120846.288000', '120846.291000', '120846.294000', '120846.297000', '120846.300000', '120846.302000', '120846.305000', '120846.308000', '120846.311000', '120846.314000', '120846.317000', '120846.319000', '120846.322000', '120846.325000', '120846.328000', '120846.331000', '120846.333000', '120846.336000', '120846.339000', '120846.342000', '120846.345000', '120846.348000', '120846.351000', '120846.354000', '120846.357000', '120846.359000', '120846.362000', '120846.365000', '120846.368000', '120846.371000', '120846.373000', '120846.376000', '120846.379000', '120846.382000', '120846.385000', '120846.388000', '120846.390000', '120906.271000', '120906.274000', '120906.277000', '120906.280000', '120906.282000', '120906.285000', '120906.288000', '120906.291000', '120906.294000', '120906.297000', '120906.299000', '120906.302000', '120906.305000', '120906.308000', '120906.311000', '120906.314000', '120906.317000', '120906.319000', '120906.322000', '120906.325000', '120906.328000', '120906.331000', '120906.333000', '120906.336000', '120906.339000', '120906.342000', '120906.345000', '120906.348000', '120906.351000', '120906.353000', '120906.356000', '120906.359000', '120906.362000', '120906.365000', '120906.368000', '120906.370000', '120906.373000', '120906.376000', '120906.379000', '120906.382000', '120906.385000', '120906.387000', '120906.390000', '120906.393000', '120926.271000', '120926.274000', '120926.277000', '120926.280000', '120926.283000', '120926.285000', '120926.288000', '120926.307000', '120926.317000', '120926.320000', '120926.323000', '120926.326000', '120926.329000', '120926.331000', '120926.334000', '120926.337000', '120926.340000', '120926.343000', '120926.346000', '120926.349000', '120926.352000', '120926.355000', '120926.357000', '120926.360000', '120926.363000', '120926.366000', '120926.369000', '120926.372000', '120926.374000', '120926.377000', '120926.380000', '120926.383000', '120926.386000', '120926.389000', '120926.393000', '120926.396000', '120926.399000', '120926.402000', '120926.405000', '120926.407000', '120926.410000', '120926.413000', '120926.416000', '120946.271000', '120946.274000', '120946.277000', '120946.280000', '120946.282000', '120946.285000', '120946.288000', '120946.291000', '120946.294000', '120946.297000', '120946.299000', '120946.302000', '120946.305000', '120946.308000', '120946.311000', '120946.314000', '120946.317000', '120946.319000', '120946.322000', '120946.325000', '120946.328000', '120946.331000', '120946.334000', '120946.336000', '120946.339000', '120946.342000', '120946.345000', '120946.348000', '120946.350000', '120946.353000', '120946.356000', '120946.359000', '120946.362000', '120946.365000', '120946.368000', '120946.370000', '120946.373000', '120946.376000', '120946.379000', '120946.382000', '120946.384000', '120946.387000', '120946.390000', '120946.393000', '121006.271000', '121006.274000', '121006.277000', '121006.280000', '121006.282000', '121006.285000', '121006.288000', '121006.291000', '121006.294000', '121006.297000', '121006.300000', '121006.302000', '121006.305000', '121006.308000', '121006.311000', '121006.314000', '121006.317000', '121006.319000', '121006.322000', '121006.325000', '121006.328000', '121006.331000', '121006.333000', '121006.336000', '121006.339000', '121006.342000', '121006.345000', '121006.348000', '121006.350000', '121006.353000', '121006.356000', '121006.359000', '121006.362000', '121006.365000', '121006.368000', '121006.370000', '121006.373000', '121006.376000', '121006.379000', '121006.383000', '121006.388000', '121006.391000', '121006.394000', '121026.271000', '121026.274000', '121026.277000', '121026.280000', '121026.282000', '121026.285000', '121026.288000', '121026.291000', '121026.294000', '121026.297000', '121026.299000', '121026.302000', '121026.305000', '121026.308000', '121026.311000', '121026.314000', '121026.316000', '121026.319000', '121026.322000', '121026.325000', '121026.328000', '121026.331000', '121026.333000', '121026.336000', '121026.339000', '121026.342000', '121026.345000', '121026.347000', '121026.350000', '121026.353000', '121026.356000', '121026.359000', '121026.362000', '121026.364000', '121026.367000', '121026.370000', '121026.373000', '121026.376000', '121026.379000', '121026.382000', '121026.385000', '121026.387000', '121026.390000', '121026.393000', '121046.271000', '121046.274000', '121046.277000', '121046.280000', '121046.283000', '121046.285000', '121046.288000', '121046.291000', '121046.294000', '121046.297000', '121046.300000', '121046.302000', '121046.305000', '121046.308000', '121046.311000', '121046.314000', '121046.317000', '121046.321000', '121046.324000', '121046.327000', '121046.330000', '121046.333000', '121046.338000', '121046.341000', '121046.343000', '121046.346000', '121046.349000', '121046.352000', '121046.355000', '121046.358000', '121046.361000', '121046.363000', '121046.378000', '121046.381000', '121046.384000', '121046.387000', '121046.390000', '121046.393000', '121046.396000', '121046.399000', '121046.402000', '121046.404000', '121046.407000', '121106.271000', '121106.274000', '121106.277000', '121106.280000', '121106.283000', '121106.285000', '121106.288000', '121106.291000', '121106.294000', '121106.297000', '121106.300000', '121106.303000', '121106.305000', '121106.308000', '121106.311000', '121106.314000', '121106.317000', '121106.320000', '121106.322000', '121106.325000', '121106.328000', '121106.331000', '121106.334000', '121106.336000', '121106.339000', '121106.342000', '121106.345000', '121106.348000', '121106.351000', '121106.353000', '121106.356000', '121106.359000', '121106.362000', '121106.365000', '121106.368000', '121106.371000', '121106.373000', '121106.376000', '121106.379000', '121106.382000', '121106.385000', '121106.387000', '121106.390000', '121106.393000', '121126.271000', '121126.274000', '121126.277000', '121126.280000', '121126.283000', '121126.285000', '121126.288000', '121126.291000', '121126.294000', '121126.297000', '121126.300000', '121126.302000', '121126.305000', '121126.308000', '121126.311000', '121126.314000', '121126.317000', '121126.320000', '121126.322000', '121126.325000', '121126.328000', '121126.331000', '121126.334000', '121126.337000', '121126.339000', '121126.342000', '121126.345000', '121126.348000', '121126.351000', '121126.354000', '121126.357000', '121126.360000', '121126.362000', '121126.365000', '121126.368000', '121126.371000', '121126.374000', '121126.377000', '121126.379000', '121126.382000', '121126.385000', '121126.388000', '121126.391000', '121143.043000', '121143.055000', '121143.059000', '121143.062000', '121143.065000', '121143.068000', '121143.071000', '121143.074000', '121143.077000', '121143.079000', '121143.082000', '121143.085000', '121143.088000', '121143.091000', '121143.094000', '121143.097000', '121143.100000', '121143.103000', '121143.106000', '121143.109000', '121143.112000', '121143.115000', '121143.118000', '121143.121000', '121143.123000', '121143.126000', '121143.129000', '121143.132000', '121143.135000', '121143.138000', '121143.141000', '121143.143000', '121143.146000', '121143.159000', '121143.161000', '121143.164000', '121143.167000'], 'InstanceCreationTime': ['120526.319000', '120526.322000', '120526.325000', '120526.328000', '120526.331000', '120526.334000', '120526.336000', '120526.339000', '120526.342000', '120526.345000', '120526.348000', '120526.351000', '120526.353000', '120526.356000', '120526.359000', '120526.362000', '120526.365000', '120526.368000', '120526.370000', '120526.373000', '120526.376000', '120526.385000', '120526.388000', '120526.390000', '120526.393000', '120526.396000', '120526.399000', '120526.402000', '120526.404000', '120526.407000', '120526.410000', '120526.413000', '120526.416000', '120526.419000', '120526.422000', '120526.424000', '120526.427000', '120526.430000', '120526.433000', '120526.436000', '120526.439000', '120526.441000', '120526.444000', '120526.447000', '120526.450000', '120526.453000', '120526.455000', '120526.458000', '120526.461000', '120526.464000', '120526.466000', '120526.469000', '120526.472000', '120546.271000', '120546.274000', '120546.277000', '120546.280000', '120546.282000', '120546.285000', '120546.288000', '120546.297000', '120546.300000', '120546.303000', '120546.306000', '120546.309000', '120546.311000', '120546.314000', '120546.317000', '120546.320000', '120546.323000', '120546.325000', '120546.328000', '120546.338000', '120546.341000', '120546.344000', '120546.347000', '120546.349000', '120546.352000', '120546.355000', '120546.358000', '120546.361000', '120546.364000', '120546.366000', '120546.369000', '120546.372000', '120546.375000', '120546.378000', '120546.381000', '120546.383000', '120546.386000', '120546.389000', '120546.392000', '120546.395000', '120546.397000', '120546.400000', '120546.403000', '120606.271000', '120606.274000', '120606.277000', '120606.279000', '120606.282000', '120606.285000', '120606.288000', '120606.291000', '120606.293000', '120606.296000', '120606.299000', '120606.302000', '120606.305000', '120606.307000', '120606.310000', '120606.313000', '120606.316000', '120606.319000', '120606.321000', '120606.324000', '120606.327000', '120606.330000', '120606.333000', '120606.335000', '120606.338000', '120606.341000', '120606.344000', '120606.347000', '120606.349000', '120606.352000', '120606.372000', '120606.375000', '120606.378000', '120606.380000', '120606.383000', '120606.386000', '120606.389000', '120606.392000', '120606.395000', '120606.397000', '120606.400000', '120606.403000', '120606.406000', '120606.409000', '120626.271000', '120626.274000', '120626.277000', '120626.279000', '120626.282000', '120626.285000', '120626.288000', '120626.291000', '120626.294000', '120626.296000', '120626.299000', '120626.302000', '120626.305000', '120626.308000', '120626.310000', '120626.313000', '120626.316000', '120626.319000', '120626.322000', '120626.325000', '120626.328000', '120626.330000', '120626.333000', '120626.336000', '120626.339000', '120626.342000', '120626.344000', '120626.347000', '120626.350000', '120626.353000', '120626.356000', '120626.359000', '120626.361000', '120626.364000', '120626.367000', '120626.370000', '120626.373000', '120626.375000', '120626.378000', '120626.381000', '120626.386000', '120626.389000', '120626.392000', '120646.271000', '120646.274000', '120646.277000', '120646.280000', '120646.283000', '120646.286000', '120646.290000', '120646.294000', '120646.297000', '120646.299000', '120646.302000', '120646.305000', '120646.308000', '120646.311000', '120646.314000', '120646.316000', '120646.319000', '120646.322000', '120646.325000', '120646.328000', '120646.331000', '120646.333000', '120646.336000', '120646.339000', '120646.351000', '120646.354000', '120646.357000', '120646.360000', '120646.363000', '120646.365000', '120646.368000', '120646.371000', '120646.374000', '120646.377000', '120646.379000', '120646.382000', '120646.385000', '120646.388000', '120646.391000', '120646.393000', '120646.396000', '120646.399000', '120646.402000', '120706.271000', '120706.274000', '120706.277000', '120706.280000', '120706.282000', '120706.285000', '120706.288000', '120706.291000', '120706.294000', '120706.297000', '120706.299000', '120706.302000', '120706.305000', '120706.308000', '120706.311000', '120706.313000', '120706.316000', '120706.319000', '120706.322000', '120706.325000', '120706.336000', '120706.338000', '120706.341000', '120706.344000', '120706.347000', '120706.350000', '120706.353000', '120706.355000', '120706.358000', '120706.361000', '120706.364000', '120706.367000', '120706.370000', '120706.372000', '120706.375000', '120706.378000', '120706.381000', '120706.384000', '120706.387000', '120706.389000', '120706.392000', '120706.395000', '120706.398000', '120706.401000', '120726.271000', '120726.274000', '120726.277000', '120726.280000', '120726.283000', '120726.285000', '120726.288000', '120726.291000', '120726.296000', '120726.300000', '120726.303000', '120726.306000', '120726.309000', '120726.312000', '120726.315000', '120726.318000', '120726.320000', '120726.323000', '120726.326000', '120726.329000', '120726.332000', '120726.334000', '120726.337000', '120726.340000', '120726.343000', '120726.346000', '120726.348000', '120726.351000', '120726.354000', '120726.357000', '120726.360000', '120726.363000', '120726.365000', '120726.368000', '120726.371000', '120726.374000', '120726.377000', '120726.379000', '120726.382000', '120726.385000', '120726.388000', '120726.391000', '120726.394000', '120746.271000', '120746.274000', '120746.277000', '120746.280000', '120746.282000', '120746.285000', '120746.288000', '120746.291000', '120746.294000', '120746.297000', '120746.300000', '120746.302000', '120746.305000', '120746.308000', '120746.316000', '120746.319000', '120746.322000', '120746.325000', '120746.328000', '120746.331000', '120746.333000', '120746.336000', '120746.339000', '120746.342000', '120746.345000', '120746.347000', '120746.362000', '120746.365000', '120746.368000', '120746.371000', '120746.374000', '120746.377000', '120746.379000', '120746.382000', '120746.385000', '120746.388000', '120746.391000', '120746.394000', '120746.396000', '120746.399000', '120746.402000', '120746.405000', '120746.408000', '120746.411000', '120806.271000', '120806.274000', '120806.277000', '120806.280000', '120806.282000', '120806.285000', '120806.288000', '120806.291000', '120806.294000', '120806.296000', '120806.299000', '120806.302000', '120806.305000', '120806.308000', '120806.311000', '120806.314000', '120806.317000', '120806.320000', '120806.322000', '120806.325000', '120806.328000', '120806.331000', '120806.334000', '120806.337000', '120806.340000', '120806.343000', '120806.346000', '120806.349000', '120806.351000', '120806.354000', '120806.357000', '120806.360000', '120806.363000', '120806.365000', '120806.368000', '120806.371000', '120806.374000', '120806.377000', '120806.380000', '120806.383000', '120806.385000', '120806.388000', '120806.391000', '120826.271000', '120826.274000', '120826.277000', '120826.280000', '120826.282000', '120826.285000', '120826.288000', '120826.291000', '120826.294000', '120826.297000', '120826.300000', '120826.302000', '120826.305000', '120826.308000', '120826.311000', '120826.314000', '120826.316000', '120826.319000', '120826.322000', '120826.325000', '120826.328000', '120826.331000', '120826.333000', '120826.336000', '120826.339000', '120826.342000', '120826.345000', '120826.348000', '120826.351000', '120826.353000', '120826.356000', '120826.359000', '120826.362000', '120826.364000', '120826.367000', '120826.370000', '120826.373000', '120826.376000', '120826.378000', '120826.381000', '120826.384000', '120826.387000', '120826.390000', '120826.393000', '120846.271000', '120846.274000', '120846.277000', '120846.280000', '120846.283000', '120846.285000', '120846.288000', '120846.291000', '120846.294000', '120846.297000', '120846.300000', '120846.302000', '120846.305000', '120846.308000', '120846.311000', '120846.314000', '120846.317000', '120846.319000', '120846.322000', '120846.325000', '120846.328000', '120846.331000', '120846.333000', '120846.336000', '120846.339000', '120846.342000', '120846.345000', '120846.348000', '120846.351000', '120846.354000', '120846.357000', '120846.359000', '120846.362000', '120846.365000', '120846.368000', '120846.371000', '120846.373000', '120846.376000', '120846.379000', '120846.382000', '120846.385000', '120846.388000', '120846.390000', '120906.271000', '120906.274000', '120906.277000', '120906.280000', '120906.282000', '120906.285000', '120906.288000', '120906.291000', '120906.294000', '120906.297000', '120906.299000', '120906.302000', '120906.305000', '120906.308000', '120906.311000', '120906.314000', '120906.317000', '120906.319000', '120906.322000', '120906.325000', '120906.328000', '120906.331000', '120906.333000', '120906.336000', '120906.339000', '120906.342000', '120906.345000', '120906.348000', '120906.351000', '120906.353000', '120906.356000', '120906.359000', '120906.362000', '120906.365000', '120906.368000', '120906.370000', '120906.373000', '120906.376000', '120906.379000', '120906.382000', '120906.385000', '120906.387000', '120906.390000', '120906.393000', '120926.271000', '120926.274000', '120926.277000', '120926.280000', '120926.283000', '120926.285000', '120926.288000', '120926.307000', '120926.317000', '120926.320000', '120926.323000', '120926.326000', '120926.329000', '120926.331000', '120926.334000', '120926.337000', '120926.340000', '120926.343000', '120926.346000', '120926.349000', '120926.352000', '120926.355000', '120926.357000', '120926.360000', '120926.363000', '120926.366000', '120926.369000', '120926.372000', '120926.374000', '120926.377000', '120926.380000', '120926.383000', '120926.386000', '120926.389000', '120926.393000', '120926.396000', '120926.399000', '120926.402000', '120926.405000', '120926.407000', '120926.410000', '120926.413000', '120926.416000', '120946.271000', '120946.274000', '120946.277000', '120946.280000', '120946.282000', '120946.285000', '120946.288000', '120946.291000', '120946.294000', '120946.297000', '120946.299000', '120946.302000', '120946.305000', '120946.308000', '120946.311000', '120946.314000', '120946.317000', '120946.319000', '120946.322000', '120946.325000', '120946.328000', '120946.331000', '120946.334000', '120946.336000', '120946.339000', '120946.342000', '120946.345000', '120946.348000', '120946.350000', '120946.353000', '120946.356000', '120946.359000', '120946.362000', '120946.365000', '120946.368000', '120946.370000', '120946.373000', '120946.376000', '120946.379000', '120946.382000', '120946.384000', '120946.387000', '120946.390000', '120946.393000', '121006.271000', '121006.274000', '121006.277000', '121006.280000', '121006.282000', '121006.285000', '121006.288000', '121006.291000', '121006.294000', '121006.297000', '121006.300000', '121006.302000', '121006.305000', '121006.308000', '121006.311000', '121006.314000', '121006.317000', '121006.319000', '121006.322000', '121006.325000', '121006.328000', '121006.331000', '121006.333000', '121006.336000', '121006.339000', '121006.342000', '121006.345000', '121006.348000', '121006.350000', '121006.353000', '121006.356000', '121006.359000', '121006.362000', '121006.365000', '121006.368000', '121006.370000', '121006.373000', '121006.376000', '121006.379000', '121006.383000', '121006.388000', '121006.391000', '121006.394000', '121026.271000', '121026.274000', '121026.277000', '121026.280000', '121026.282000', '121026.285000', '121026.288000', '121026.291000', '121026.294000', '121026.297000', '121026.299000', '121026.302000', '121026.305000', '121026.308000', '121026.311000', '121026.314000', '121026.316000', '121026.319000', '121026.322000', '121026.325000', '121026.328000', '121026.331000', '121026.333000', '121026.336000', '121026.339000', '121026.342000', '121026.345000', '121026.347000', '121026.350000', '121026.353000', '121026.356000', '121026.359000', '121026.362000', '121026.364000', '121026.367000', '121026.370000', '121026.373000', '121026.376000', '121026.379000', '121026.382000', '121026.385000', '121026.387000', '121026.390000', '121026.393000', '121046.271000', '121046.274000', '121046.277000', '121046.280000', '121046.283000', '121046.285000', '121046.288000', '121046.291000', '121046.294000', '121046.297000', '121046.300000', '121046.302000', '121046.305000', '121046.308000', '121046.311000', '121046.314000', '121046.317000', '121046.321000', '121046.324000', '121046.327000', '121046.330000', '121046.333000', '121046.338000', '121046.341000', '121046.343000', '121046.346000', '121046.349000', '121046.352000', '121046.355000', '121046.358000', '121046.361000', '121046.363000', '121046.378000', '121046.381000', '121046.384000', '121046.387000', '121046.390000', '121046.393000', '121046.396000', '121046.399000', '121046.402000', '121046.404000', '121046.407000', '121106.271000', '121106.274000', '121106.277000', '121106.280000', '121106.283000', '121106.285000', '121106.288000', '121106.291000', '121106.294000', '121106.297000', '121106.300000', '121106.303000', '121106.305000', '121106.308000', '121106.311000', '121106.314000', '121106.317000', '121106.320000', '121106.322000', '121106.325000', '121106.328000', '121106.331000', '121106.334000', '121106.336000', '121106.339000', '121106.342000', '121106.345000', '121106.348000', '121106.351000', '121106.353000', '121106.356000', '121106.359000', '121106.362000', '121106.365000', '121106.368000', '121106.371000', '121106.373000', '121106.376000', '121106.379000', '121106.382000', '121106.385000', '121106.387000', '121106.390000', '121106.393000', '121126.271000', '121126.274000', '121126.277000', '121126.280000', '121126.283000', '121126.285000', '121126.288000', '121126.291000', '121126.294000', '121126.297000', '121126.300000', '121126.302000', '121126.305000', '121126.308000', '121126.311000', '121126.314000', '121126.317000', '121126.320000', '121126.322000', '121126.325000', '121126.328000', '121126.331000', '121126.334000', '121126.337000', '121126.339000', '121126.342000', '121126.345000', '121126.348000', '121126.351000', '121126.354000', '121126.357000', '121126.360000', '121126.362000', '121126.365000', '121126.368000', '121126.371000', '121126.374000', '121126.377000', '121126.379000', '121126.382000', '121126.385000', '121126.388000', '121126.391000', '121143.043000', '121143.055000', '121143.059000', '121143.062000', '121143.065000', '121143.068000', '121143.071000', '121143.074000', '121143.077000', '121143.079000', '121143.082000', '121143.085000', '121143.088000', '121143.091000', '121143.094000', '121143.097000', '121143.100000', '121143.103000', '121143.106000', '121143.109000', '121143.112000', '121143.115000', '121143.118000', '121143.121000', '121143.123000', '121143.126000', '121143.129000', '121143.132000', '121143.135000', '121143.138000', '121143.141000', '121143.143000', '121143.146000', '121143.159000', '121143.161000', '121143.164000', '121143.167000'], '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': [9161, 13301, 8926, 12052, 9572, 12727, 10099, 11814, 9243, 11429, 9442, 12101, 10517, 12245, 9598, 12173, 9293, 12862, 9209, 13185, 8177, 10351, 9116, 11262, 8878, 11210, 9247, 11245, 8714, 10008, 11005, 8742, 13447, 10611, 12545, 8691, 11629, 8494, 11708, 9055, 11647, 8531, 12195, 8141, 12002, 8411, 14240, 9676, 11340, 8266, 9267, 8815, 9763, 14428, 10648, 13501, 8190, 11514, 8536, 11762, 10653, 12179, 9063, 12537, 9204, 13620, 12061, 11310, 11470, 8964, 13290, 9343, 13864, 8637, 12676, 13236, 11292, 18882, 16507, 15165, 8110, 10071, 7922, 8891, 13479, 8488, 9085, 8020, 9492, 8198, 11898, 9228, 8565, 9051, 8245, 8383, 8359, 10051, 8770, 11133, 9059, 9530, 14805, 10252, 13372, 17123, 14822, 13658, 9010, 11668, 9803, 10466, 8982, 11017, 8359, 9877, 7690, 11193, 9831, 11935, 9380, 11833, 8973, 11979, 12722, 13502, 11190, 9804, 9366, 8868, 9496, 10264, 8345, 11098, 8268, 9605, 7880, 9412, 13492, 10083, 13871, 11392, 14442, 10910, 15321, 9049, 13878, 9247, 10650, 7658, 9595, 14320, 10155, 12687, 8076, 10996, 8134, 10203, 8557, 10958, 8305, 9689, 7559, 8933, 7763, 8265, 14225, 10946, 9912, 8183, 9004, 8789, 10084, 8396, 8216, 8893, 7655, 10505, 7886, 12438, 9221, 11451, 12864, 11829, 16754, 12720, 17130, 13020, 13750, 12288, 8727, 9241, 8905, 10525, 9266, 10275, 9274, 9295, 12001, 9302, 16398, 12842, 16428, 10566, 11449, 8908, 11642, 8813, 8767, 9245, 9482, 8558, 11189, 8346, 12200, 8365, 9525, 8928, 8968, 10814, 8725, 11515, 9055, 11650, 8903, 10399, 8933, 12899, 10411, 12172, 9774, 13241, 9693, 13586, 9824, 11256, 13020, 12745, 9667, 9634, 9160, 8797, 9542, 9501, 10316, 11456, 9927, 11352, 10136, 12166, 10666, 13322, 16236, 14215, 14989, 15739, 13478, 15826, 9135, 11824, 9136, 9406, 9678, 9421, 10001, 10324, 9445, 10990, 9717, 10300, 14852, 9470, 12280, 8384, 11501, 8476, 9307, 8230, 9091, 8737, 11122, 8910, 11958, 8864, 12322, 10331, 12398, 8720, 13492, 10561, 14787, 12055, 14287, 12779, 13192, 12396, 11027, 11513, 9629, 11485, 10176, 8556, 8564, 8398, 8742, 9075, 7982, 10056, 9065, 9887, 8070, 8862, 9924, 14649, 11719, 14780, 10536, 10929, 8654, 9970, 8352, 9453, 8290, 10310, 8077, 10219, 8298, 8090, 9062, 8118, 11139, 8858, 11695, 8309, 8042, 9441, 8440, 11167, 9015, 9365, 13779, 8536, 14127, 9067, 13587, 9175, 15906, 10333, 15943, 8617, 10922, 8468, 11772, 8609, 11027, 8549, 10537, 8741, 11424, 8622, 10397, 8728, 9619, 8506, 11972, 8648, 11865, 8525, 10257, 8480, 10165, 8396, 10251, 8809, 9698, 8643, 10125, 11831, 10256, 13190, 9062, 13195, 10395, 16584, 12486, 9880, 9487, 8580, 9613, 7924, 9921, 8119, 11162, 8099, 11920, 8120, 12383, 8343, 13061, 8564, 10457, 8641, 11725, 8791, 13064, 9990, 14352, 11068, 11027, 9971, 10803, 10079, 12719, 11097, 17031, 14399, 13137, 10631, 8545, 10714, 8357, 11267, 8674, 11228, 8723, 10716, 8589, 10451, 9214, 9850, 11116, 9336, 12723, 8781, 12016, 8765, 9555, 8872, 7993, 8604, 8145, 8727, 8200, 8716, 12057, 8839, 12460, 8686, 11522, 8575, 11418, 8558, 8618, 8486, 9097, 8161, 10280, 8374, 8673, 14754, 9691, 12826, 9266, 12741, 8412, 8421, 16610, 8828, 12324, 8255, 9797, 8286, 8403, 11937, 8646, 11783, 8605, 11144, 8394, 8418, 13476, 8699, 11729, 8424, 10582, 8277, 8958, 8300, 9322, 8383, 10187, 8151, 9180, 8008, 8755, 8219, 11819, 8344, 9291, 8389, 8680, 16666, 13098, 17790, 10211, 11013, 8724, 9110, 8996, 8414, 12732, 9427, 11272, 8411, 9825, 8561, 11413, 8201, 12980, 8415, 11661, 8400, 10784, 16491, 12913, 8890, 9152, 7872, 8762, 9411, 9310, 9913, 9879, 8080, 9023, 8575, 10377, 8787, 12193, 10029, 11867, 8603, 7882, 9086, 12798, 10292, 12716, 9443, 11466, 7695, 11486, 8034, 11048, 8474, 11199, 8788, 12766, 8434, 12384, 8302, 12913, 8029, 12129, 8211, 11881, 9091, 11333, 7965, 11140, 8067, 12061, 8225, 12647, 9576, 8729, 8814, 7885, 8575, 8104, 8014, 8687, 8075, 10128, 8013, 8534, 10181, 8660, 13046, 8836, 13032, 14190, 11633, 15717, 12246, 15597, 7868, 9872, 8572, 8698, 8998, 8646, 12144, 8825, 8664, 8876, 8118, 9441, 8510, 9173, 8185, 8675, 8274, 8996, 15343, 12220, 10698, 8545, 10707, 8204, 10977, 7972, 11282, 8013, 9547, 7521, 9438, 8090, 12077, 7914, 10136, 8259, 10904, 13575, 12947, 8191, 10328, 9114, 10775, 11648, 15103, 9073, 10662, 9276, 10685, 9124, 11259, 9129, 10045, 8824, 10189, 8559, 10321, 8646, 9246, 8675, 9853, 8801, 10854, 8888, 11833, 8704, 10371, 8537, 9470, 15014, 9250, 11812, 9242, 8905, 9292, 8873, 10539, 8551, 8725, 9404, 8710, 8211, 8958, 11371, 9160, 11069, 9143, 11292, 8680, 11598, 8702, 12261, 8862, 11287, 8637, 12719, 12105, 14633, 8641, 9394, 9415, 8991, 12464, 10126, 8119, 8788, 8572, 8715, 8750, 10099, 8757, 9413, 16711, 12998, 14014, 9268, 12268, 8773, 13897, 8753, 10328, 9129, 9292, 8432, 8881, 8698, 8501, 8716, 8539, 13038, 8556, 10316, 8062, 8784, 7983, 8616, 8299, 8773, 8372, 11931, 8667, 11106, 8608, 11792, 8732, 13393, 9353, 12846, 11251, 9261, 15454, 9852, 12681, 11279, 9333, 13425, 8656, 10373, 8589, 10534, 8411, 10453, 8218, 8701, 8582, 9320, 8677, 10797, 8745, 12404, 8759, 10767, 8717, 9516, 8516, 9231, 16650, 14172, 14763, 10355, 13376, 11442, 16279, 11788, 14094, 8913, 11553, 8863, 10329, 8521, 9461, 8368, 8660, 8162, 8733, 11902, 9928, 11555, 8462, 9706, 8468, 9018, 7993, 8827, 8218, 8716, 11855, 8683, 12621, 10806, 10374, 8914, 11034, 8837, 11123, 8744, 10778, 8826, 10346, 8393, 11830, 9473, 14804, 12575, 8306, 8685, 7796, 8654, 14304, 9129, 12906, 14386, 11541, 10433, 9299, 10561, 9172, 10890, 9580, 8322, 11519, 8601, 15365, 10074, 17852, 10892, 15476, 10309, 11945, 8844, 11751, 8448, 11321, 8718, 10720, 8478, 10736, 8528, 10934, 9519, 10845, 8728, 12887, 8480, 10751, 8681, 11510, 8830, 12135, 8798, 12273, 8708, 12174, 8653, 12068, 8676, 12181], 'WindowCenter': [4552.0, 4576.0, 4527.0, 4581.0, 4551.0, 4563.0, 4535.0, 4540.0, 4510.0, 4529.0, 4512.0, 4539.0, 4523.0, 4542.0, 4511.0, 4541.0, 4511.0, 4553.0, 4524.0, 4564.0, 4489.0, 4522.0, 4498.0, 4517.0, 4486.0, 4517.0, 4496.0, 4517.0, 4499.0, 4522.0, 4530.0, 4488.0, 4534.0, 4517.0, 4526.0, 4488.0, 4527.0, 4499.0, 4540.0, 4511.0, 4530.0, 4501.0, 4539.0, 4490.0, 4540.0, 4488.0, 4547.0, 4508.0, 4531.0, 4489.0, 4508.0, 4498.0, 4521.0, 4559.0, 4531.0, 4561.0, 4503.0, 4541.0, 4513.0, 4543.0, 4532.0, 4540.0, 4511.0, 4550.0, 4508.0, 4560.0, 4541.0, 4530.0, 4529.0, 4500.0, 4552.0, 4512.0, 4549.0, 4487.0, 4537.0, 4535.0, 4515.0, 4578.0, 4555.0, 4534.0, 4462.0, 4492.0, 4462.0, 4484.0, 4533.0, 4484.0, 4482.0, 4476.0, 4509.0, 4516.0, 4565.0, 4525.0, 4515.0, 4527.0, 4515.0, 4516.0, 4503.0, 4523.0, 4502.0, 4533.0, 4511.0, 4512.0, 4560.0, 4509.0, 4550.0, 4556.0, 4536.0, 4523.0, 4474.0, 4540.0, 4509.0, 4517.0, 4485.0, 4501.0, 4474.0, 4504.0, 4477.0, 4526.0, 4519.0, 4528.0, 4510.0, 4541.0, 4512.0, 4542.0, 4539.0, 4539.0, 4504.0, 4481.0, 4481.0, 4484.0, 4504.0, 4516.0, 4487.0, 4529.0, 4498.0, 4509.0, 4488.0, 4509.0, 4549.0, 4517.0, 4546.0, 4515.0, 4533.0, 4504.0, 4544.0, 4483.0, 4532.0, 4482.0, 4502.0, 4449.0, 4479.0, 4533.0, 4503.0, 4509.0, 4460.0, 4499.0, 4461.0, 4502.0, 4482.0, 4512.0, 4482.0, 4492.0, 4463.0, 4493.0, 4463.0, 4485.0, 4544.0, 4530.0, 4503.0, 4484.0, 4508.0, 4500.0, 4531.0, 4502.0, 4499.0, 4523.0, 4491.0, 4541.0, 4501.0, 4563.0, 4523.0, 4552.0, 4562.0, 4553.0, 4582.0, 4551.0, 4581.0, 4553.0, 4548.0, 4540.0, 4498.0, 4509.0, 4499.0, 4518.0, 4512.0, 4521.0, 4511.0, 4498.0, 4523.0, 4497.0, 4558.0, 4524.0, 4530.0, 4478.0, 4489.0, 4458.0, 4486.0, 4458.0, 4458.0, 4469.0, 4469.0, 4485.0, 4531.0, 4478.0, 4525.0, 4490.0, 4520.0, 4499.0, 4510.0, 4529.0, 4501.0, 4538.0, 4512.0, 4540.0, 4514.0, 4532.0, 4523.0, 4560.0, 4542.0, 4548.0, 4521.0, 4548.0, 4508.0, 4547.0, 4508.0, 4545.0, 4551.0, 4523.0, 4483.0, 4492.0, 4494.0, 4501.0, 4521.0, 4532.0, 4546.0, 4552.0, 4533.0, 4555.0, 4545.0, 4554.0, 4532.0, 4562.0, 4569.0, 4548.0, 4562.0, 4557.0, 4536.0, 4555.0, 4498.0, 4525.0, 4496.0, 4480.0, 4493.0, 4481.0, 4505.0, 4516.0, 4519.0, 4529.0, 4507.0, 4514.0, 4555.0, 4506.0, 4562.0, 4512.0, 4538.0, 4497.0, 4492.0, 4497.0, 4509.0, 4510.0, 4539.0, 4522.0, 4560.0, 4535.0, 4563.0, 4557.0, 4577.0, 4525.0, 4585.0, 4541.0, 4570.0, 4536.0, 4558.0, 4536.0, 4546.0, 4536.0, 4516.0, 4526.0, 4520.0, 4528.0, 4519.0, 4498.0, 4499.0, 4499.0, 4501.0, 4512.0, 4489.0, 4521.0, 4499.0, 4509.0, 4493.0, 4503.0, 4498.0, 4536.0, 4516.0, 4535.0, 4494.0, 4505.0, 4474.0, 4480.0, 4461.0, 4481.0, 4474.0, 4504.0, 4488.0, 4514.0, 4488.0, 4489.0, 4510.0, 4503.0, 4552.0, 4524.0, 4564.0, 4515.0, 4503.0, 4524.0, 4515.0, 4554.0, 4528.0, 4537.0, 4577.0, 4517.0, 4589.0, 4526.0, 4562.0, 4523.0, 4572.0, 4520.0, 4581.0, 4500.0, 4529.0, 4502.0, 4541.0, 4501.0, 4530.0, 4501.0, 4530.0, 4513.0, 4552.0, 4511.0, 4534.0, 4513.0, 4534.0, 4525.0, 4553.0, 4511.0, 4552.0, 4500.0, 4531.0, 4512.0, 4529.0, 4499.0, 4520.0, 4510.0, 4521.0, 4499.0, 4519.0, 4536.0, 4519.0, 4548.0, 4499.0, 4547.0, 4519.0, 4566.0, 4539.0, 4507.0, 4505.0, 4498.0, 4534.0, 4501.0, 4520.0, 4489.0, 4528.0, 4488.0, 4539.0, 4490.0, 4553.0, 4501.0, 4549.0, 4499.0, 4516.0, 4499.0, 4538.0, 4512.0, 4550.0, 4507.0, 4543.0, 4527.0, 4529.0, 4533.0, 4542.0, 4519.0, 4536.0, 4525.0, 4566.0, 4544.0, 4533.0, 4504.0, 4471.0, 4503.0, 4474.0, 4514.0, 4484.0, 4514.0, 4482.0, 4513.0, 4483.0, 4512.0, 4492.0, 4504.0, 4511.0, 4494.0, 4533.0, 4510.0, 4535.0, 4482.0, 4518.0, 4510.0, 4488.0, 4500.0, 4502.0, 4514.0, 4513.0, 4514.0, 4564.0, 4510.0, 4537.0, 4498.0, 4527.0, 4498.0, 4541.0, 4499.0, 4510.0, 4497.0, 4509.0, 4512.0, 4530.0, 4501.0, 4510.0, 4570.0, 4521.0, 4551.0, 4509.0, 4546.0, 4486.0, 4487.0, 4564.0, 4496.0, 4535.0, 4487.0, 4505.0, 4487.0, 4498.0, 4537.0, 4497.0, 4536.0, 4497.0, 4527.0, 4485.0, 4487.0, 4545.0, 4497.0, 4526.0, 4497.0, 4527.0, 4499.0, 4509.0, 4498.0, 4509.0, 4499.0, 4530.0, 4500.0, 4522.0, 4490.0, 4510.0, 4500.0, 4551.0, 4499.0, 4522.0, 4500.0, 4510.0, 4570.0, 4575.0, 4593.0, 4530.0, 4528.0, 4497.0, 4497.0, 4508.0, 4498.0, 4550.0, 4510.0, 4540.0, 4500.0, 4506.0, 4498.0, 4526.0, 4488.0, 4547.0, 4486.0, 4527.0, 4487.0, 4517.0, 4564.0, 4533.0, 4480.0, 4481.0, 4460.0, 4482.0, 4493.0, 4481.0, 4490.0, 4503.0, 4473.0, 4493.0, 4498.0, 4519.0, 4488.0, 4539.0, 4507.0, 4525.0, 4487.0, 4477.0, 4498.0, 4535.0, 4504.0, 4524.0, 4495.0, 4515.0, 4475.0, 4525.0, 4475.0, 4527.0, 4487.0, 4515.0, 4484.0, 4523.0, 4471.0, 4509.0, 4472.0, 4523.0, 4463.0, 4512.0, 4472.0, 4510.0, 4470.0, 4499.0, 4460.0, 4498.0, 4462.0, 4512.0, 4498.0, 4536.0, 4505.0, 4485.0, 4495.0, 4486.0, 4482.0, 4486.0, 4488.0, 4510.0, 4504.0, 4544.0, 4516.0, 4527.0, 4560.0, 4539.0, 4576.0, 4511.0, 4564.0, 4585.0, 4542.0, 4569.0, 4525.0, 4555.0, 4473.0, 4492.0, 4471.0, 4482.0, 4481.0, 4484.0, 4534.0, 4509.0, 4499.0, 4501.0, 4489.0, 4521.0, 4500.0, 4510.0, 4503.0, 4514.0, 4501.0, 4514.0, 4572.0, 4553.0, 4532.0, 4501.0, 4530.0, 4490.0, 4517.0, 4490.0, 4530.0, 4491.0, 4522.0, 4491.0, 4523.0, 4503.0, 4564.0, 4504.0, 4532.0, 4500.0, 4542.0, 4550.0, 4550.0, 4500.0, 4545.0, 4498.0, 4518.0, 4524.0, 4556.0, 4495.0, 4516.0, 4493.0, 4527.0, 4507.0, 4526.0, 4495.0, 4506.0, 4493.0, 4514.0, 4483.0, 4504.0, 4485.0, 4506.0, 4497.0, 4518.0, 4510.0, 4539.0, 4524.0, 4551.0, 4512.0, 4543.0, 4511.0, 4521.0, 4568.0, 4508.0, 4537.0, 4506.0, 4506.0, 4505.0, 4507.0, 4527.0, 4509.0, 4511.0, 4531.0, 4510.0, 4511.0, 4523.0, 4553.0, 4534.0, 4552.0, 4533.0, 4540.0, 4524.0, 4554.0, 4512.0, 4552.0, 4509.0, 4539.0, 4496.0, 4549.0, 4536.0, 4558.0, 4497.0, 4497.0, 4504.0, 4507.0, 4535.0, 4517.0, 4486.0, 4498.0, 4497.0, 4509.0, 4497.0, 4519.0, 4509.0, 4524.0, 4566.0, 4547.0, 4544.0, 4495.0, 4523.0, 4484.0, 4534.0, 4483.0, 4503.0, 4493.0, 4506.0, 4485.0, 4494.0, 4486.0, 4496.0, 4495.0, 4495.0, 4547.0, 4496.0, 4518.0, 4485.0, 4498.0, 4488.0, 4499.0, 4498.0, 4509.0, 4511.0, 4554.0, 4523.0, 4552.0, 4514.0, 4551.0, 4512.0, 4562.0, 4510.0, 4550.0, 4527.0, 4508.0, 4556.0, 4515.0, 4546.0, 4525.0, 4495.0, 4543.0, 4496.0, 4515.0, 4497.0, 4526.0, 4510.0, 4530.0, 4500.0, 4511.0, 4513.0, 4519.0, 4509.0, 4540.0, 4523.0, 4561.0, 4511.0, 4541.0, 4511.0, 4520.0, 4498.0, 4509.0, 4567.0, 4559.0, 4555.0, 4516.0, 4547.0, 4540.0, 4566.0, 4526.0, 4544.0, 4494.0, 4514.0, 4493.0, 4504.0, 4483.0, 4503.0, 4484.0, 4496.0, 4484.0, 4494.0, 4526.0, 4517.0, 4539.0, 4496.0, 4506.0, 4485.0, 4495.0, 4487.0, 4509.0, 4496.0, 4498.0, 4538.0, 4511.0, 4548.0, 4529.0, 4517.0, 4508.0, 4526.0, 4508.0, 4528.0, 4499.0, 4527.0, 4508.0, 4518.0, 4513.0, 4550.0, 4520.0, 4571.0, 4539.0, 4476.0, 4487.0, 4488.0, 4511.0, 4570.0, 4508.0, 4548.0, 4546.0, 4526.0, 4517.0, 4508.0, 4516.0, 4496.0, 4527.0, 4506.0, 4486.0, 4526.0, 4485.0, 4556.0, 4507.0, 4566.0, 4505.0, 4543.0, 4493.0, 4511.0, 4478.0, 4500.0, 4459.0, 4499.0, 4469.0, 4499.0, 4470.0, 4514.0, 4483.0, 4513.0, 4505.0, 4526.0, 4484.0, 4533.0, 4496.0, 4513.0, 4495.0, 4523.0, 4497.0, 4537.0, 4500.0, 4550.0, 4500.0, 4537.0, 4499.0, 4537.0, 4498.0, 4537.0], 'WindowWidth': [10012.0, 10032.0, 9965.0, 10044.0, 10002.0, 10003.0, 9966.0, 9964.0, 9923.0, 9947.0, 9929.0, 9963.0, 9944.0, 9969.0, 9929.0, 9968.0, 9928.0, 9988.0, 9951.0, 10005.0, 9896.0, 9942.0, 9904.0, 9928.0, 9882.0, 9927.0, 9899.0, 9926.0, 9910.0, 9946.0, 9952.0, 9893.0, 9949.0, 9928.0, 9938.0, 9891.0, 9940.0, 9908.0, 9965.0, 9930.0, 9950.0, 9912.0, 9961.0, 9896.0, 9963.0, 9889.0, 9968.0, 9918.0, 9953.0, 9895.0, 9920.0, 9907.0, 9942.0, 9992.0, 9955.0, 9996.0, 9922.0, 9969.0, 9934.0, 9973.0, 9959.0, 9966.0, 9929.0, 9980.0, 9920.0, 9994.0, 9970.0, 9953.0, 9950.0, 9912.0, 9985.0, 9932.0, 9977.0, 9887.0, 9954.0, 9948.0, 9922.0, 10016.0, 9977.0, 9944.0, 9845.0, 9884.0, 9845.0, 9878.0, 9943.0, 9878.0, 9876.0, 9874.0, 9923.0, 9946.0, 10011.0, 9955.0, 9941.0, 9961.0, 9942.0, 9944.0, 9921.0, 9948.0, 9917.0, 9959.0, 9927.0, 9928.0, 9992.0, 9919.0, 9976.0, 9981.0, 9951.0, 9928.0, 9863.0, 9967.0, 9920.0, 9928.0, 9880.0, 9895.0, 9865.0, 9906.0, 9875.0, 9940.0, 9936.0, 9946.0, 9924.0, 9969.0, 9931.0, 9970.0, 9957.0, 9958.0, 9900.0, 9862.0, 9866.0, 9877.0, 9907.0, 9927.0, 9892.0, 9951.0, 9908.0, 9923.0, 9894.0, 9924.0, 9977.0, 9930.0, 9968.0, 9922.0, 9944.0, 9906.0, 9960.0, 9875.0, 9941.0, 9872.0, 9900.0, 9826.0, 9867.0, 9947.0, 9905.0, 9903.0, 9839.0, 9891.0, 9845.0, 9902.0, 9879.0, 9917.0, 9878.0, 9891.0, 9853.0, 9894.0, 9851.0, 9884.0, 9961.0, 9952.0, 9902.0, 9882.0, 9922.0, 9913.0, 9956.0, 9919.0, 9913.0, 9951.0, 9907.0, 9972.0, 9921.0, 10006.0, 9949.0, 9989.0, 10002.0, 9992.0, 10032.0, 9984.0, 10026.0, 9991.0, 9975.0, 9968.0, 9907.0, 9925.0, 9909.0, 9933.0, 9932.0, 9942.0, 9931.0, 9907.0, 9933.0, 9905.0, 9991.0, 9933.0, 9934.0, 9857.0, 9872.0, 9829.0, 9862.0, 9832.0, 9831.0, 9848.0, 9848.0, 9884.0, 9955.0, 9877.0, 9936.0, 9898.0, 9940.0, 9910.0, 9926.0, 9949.0, 9915.0, 9962.0, 9931.0, 9967.0, 9938.0, 9960.0, 9949.0, 9997.0, 9976.0, 9977.0, 9943.0, 9975.0, 9921.0, 9973.0, 9918.0, 9981.0, 9983.0, 9928.0, 9874.0, 9887.0, 9894.0, 9917.0, 9944.0, 9963.0, 9987.0, 9988.0, 9968.0, 9998.0, 9985.0, 9993.0, 9958.0, 10000.0, 10005.0, 9972.0, 9999.0, 9984.0, 9951.0, 9982.0, 9907.0, 9939.0, 9904.0, 9870.0, 9894.0, 9872.0, 9915.0, 9932.0, 9940.0, 9952.0, 9921.0, 9925.0, 9982.0, 9917.0, 10004.0, 9938.0, 9964.0, 9906.0, 9893.0, 9907.0, 9927.0, 9933.0, 9971.0, 9953.0, 10000.0, 9973.0, 10008.0, 10007.0, 10034.0, 9961.0, 10042.0, 9973.0, 10012.0, 9961.0, 9991.0, 9958.0, 9972.0, 9957.0, 9930.0, 9943.0, 9943.0, 9948.0, 9938.0, 9910.0, 9912.0, 9912.0, 9918.0, 9932.0, 9899.0, 9943.0, 9906.0, 9919.0, 9909.0, 9917.0, 9899.0, 9950.0, 9920.0, 9947.0, 9888.0, 9907.0, 9864.0, 9865.0, 9844.0, 9869.0, 9867.0, 9909.0, 9894.0, 9925.0, 9896.0, 9898.0, 9930.0, 9925.0, 9989.0, 9955.0, 10009.0, 9945.0, 9924.0, 9951.0, 9941.0, 9995.0, 9966.0, 9976.0, 10028.0, 9948.0, 10051.0, 9958.0, 10002.0, 9950.0, 10015.0, 9941.0, 10026.0, 9913.0, 9948.0, 9920.0, 9969.0, 9915.0, 9953.0, 9916.0, 9952.0, 9938.0, 9988.0, 9933.0, 9965.0, 9939.0, 9966.0, 9958.0, 9992.0, 9931.0, 9988.0, 9912.0, 9958.0, 9934.0, 9952.0, 9911.0, 9941.0, 9926.0, 9943.0, 9911.0, 9936.0, 9956.0, 9936.0, 9974.0, 9908.0, 9972.0, 9937.0, 9999.0, 9964.0, 9916.0, 9913.0, 9909.0, 9971.0, 9921.0, 9941.0, 9899.0, 9950.0, 9895.0, 9963.0, 9899.0, 9988.0, 9917.0, 9979.0, 9907.0, 9929.0, 9912.0, 9961.0, 9935.0, 9981.0, 9916.0, 9958.0, 9945.0, 9949.0, 9962.0, 9974.0, 9938.0, 9952.0, 9938.0, 9997.0, 9962.0, 9944.0, 9907.0, 9860.0, 9904.0, 9867.0, 9922.0, 9879.0, 9920.0, 9876.0, 9918.0, 9880.0, 9919.0, 9890.0, 9906.0, 9915.0, 9895.0, 9947.0, 9927.0, 9953.0, 9875.0, 9938.0, 9929.0, 9896.0, 9914.0, 9921.0, 9941.0, 9937.0, 9941.0, 10010.0, 9928.0, 9959.0, 9909.0, 9944.0, 9909.0, 9969.0, 9912.0, 9928.0, 9908.0, 9927.0, 9934.0, 9957.0, 9917.0, 9930.0, 10011.0, 9945.0, 9985.0, 9925.0, 9971.0, 9888.0, 9891.0, 9993.0, 9902.0, 9952.0, 9890.0, 9913.0, 9890.0, 9908.0, 9958.0, 9908.0, 9958.0, 9906.0, 9944.0, 9887.0, 9891.0, 9967.0, 9903.0, 9943.0, 9907.0, 9948.0, 9913.0, 9924.0, 9909.0, 9927.0, 9915.0, 9955.0, 9916.0, 9947.0, 9902.0, 9929.0, 9915.0, 9985.0, 9913.0, 9946.0, 9913.0, 9927.0, 10008.0, 10026.0, 10048.0, 9956.0, 9947.0, 9906.0, 9905.0, 9923.0, 9909.0, 9982.0, 9928.0, 9968.0, 9913.0, 9915.0, 9906.0, 9944.0, 9892.0, 9972.0, 9889.0, 9944.0, 9890.0, 9930.0, 9990.0, 9945.0, 9871.0, 9873.0, 9843.0, 9876.0, 9893.0, 9869.0, 9880.0, 9904.0, 9865.0, 9892.0, 9906.0, 9937.0, 9892.0, 9961.0, 9915.0, 9935.0, 9890.0, 9876.0, 9909.0, 9950.0, 9908.0, 9933.0, 9895.0, 9922.0, 9872.0, 9937.0, 9871.0, 9944.0, 9891.0, 9924.0, 9882.0, 9932.0, 9856.0, 9905.0, 9860.0, 9931.0, 9850.0, 9915.0, 9863.0, 9909.0, 9855.0, 9891.0, 9842.0, 9889.0, 9846.0, 9913.0, 9909.0, 9956.0, 9909.0, 9885.0, 9902.0, 9889.0, 9878.0, 9890.0, 9896.0, 9930.0, 9927.0, 9981.0, 9949.0, 9964.0, 10013.0, 9985.0, 10029.0, 9932.0, 10008.0, 10040.0, 9973.0, 10007.0, 9937.0, 9979.0, 9864.0, 9888.0, 9859.0, 9877.0, 9873.0, 9882.0, 9949.0, 9925.0, 9908.0, 9915.0, 9897.0, 9940.0, 9912.0, 9924.0, 9922.0, 9938.0, 9916.0, 9937.0, 10014.0, 9986.0, 9960.0, 9916.0, 9951.0, 9898.0, 9930.0, 9900.0, 9951.0, 9902.0, 9944.0, 9902.0, 9949.0, 9922.0, 10006.0, 9925.0, 9958.0, 9913.0, 9974.0, 9978.0, 9979.0, 9913.0, 9982.0, 9907.0, 9932.0, 9938.0, 9985.0, 9901.0, 9928.0, 9895.0, 9945.0, 9920.0, 9940.0, 9897.0, 9913.0, 9894.0, 9922.0, 9881.0, 9909.0, 9885.0, 9915.0, 9905.0, 9934.0, 9931.0, 9968.0, 9953.0, 9985.0, 9934.0, 9981.0, 9933.0, 9946.0, 10005.0, 9924.0, 9959.0, 9914.0, 9917.0, 9915.0, 9921.0, 9946.0, 9929.0, 9935.0, 9963.0, 9931.0, 9932.0, 9951.0, 9991.0, 9971.0, 9989.0, 9966.0, 9971.0, 9955.0, 9995.0, 9937.0, 9989.0, 9927.0, 9965.0, 9904.0, 9978.0, 9957.0, 9989.0, 9904.0, 9905.0, 9911.0, 9920.0, 9955.0, 9932.0, 9891.0, 9909.0, 9907.0, 9926.0, 9908.0, 9937.0, 9925.0, 9955.0, 10001.0, 9972.0, 9964.0, 9897.0, 9934.0, 9883.0, 9949.0, 9879.0, 9906.0, 9892.0, 9917.0, 9888.0, 9897.0, 9887.0, 9902.0, 9901.0, 9902.0, 9971.0, 9904.0, 9935.0, 9887.0, 9909.0, 9896.0, 9911.0, 9912.0, 9928.0, 9932.0, 9994.0, 9954.0, 9989.0, 9939.0, 9985.0, 9936.0, 10003.0, 9927.0, 9982.0, 9946.0, 9922.0, 9985.0, 9927.0, 9971.0, 9940.0, 9899.0, 9961.0, 9902.0, 9925.0, 9905.0, 9943.0, 9932.0, 9955.0, 9918.0, 9932.0, 9937.0, 9940.0, 9927.0, 9967.0, 9955.0, 10000.0, 9931.0, 9972.0, 9931.0, 9942.0, 9909.0, 9925.0, 10001.0, 9992.0, 9982.0, 9930.0, 9972.0, 9968.0, 9999.0, 9941.0, 9961.0, 9896.0, 9921.0, 9895.0, 9910.0, 9882.0, 9907.0, 9883.0, 9902.0, 9886.0, 9901.0, 9943.0, 9933.0, 9968.0, 9905.0, 9917.0, 9886.0, 9901.0, 9893.0, 9924.0, 9904.0, 9910.0, 9963.0, 9930.0, 9976.0, 9951.0, 9933.0, 9922.0, 9944.0, 9922.0, 9950.0, 9912.0, 9947.0, 9923.0, 9935.0, 9937.0, 9982.0, 9942.0, 10010.0, 9963.0, 9871.0, 9888.0, 9896.0, 9933.0, 10010.0, 9922.0, 9973.0, 9966.0, 9943.0, 9931.0, 9922.0, 9927.0, 9900.0, 9946.0, 9917.0, 9887.0, 9941.0, 9887.0, 9983.0, 9916.0, 9997.0, 9907.0, 9960.0, 9889.0, 9911.0, 9865.0, 9893.0, 9837.0, 9890.0, 9850.0, 9891.0, 9856.0, 9921.0, 9877.0, 9917.0, 9915.0, 9944.0, 9883.0, 9945.0, 9901.0, 9923.0, 9899.0, 9935.0, 9905.0, 9960.0, 9916.0, 9981.0, 9914.0, 9960.0, 9912.0, 9960.0, 9906.0, 9959.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.002266073478760046</td></tr>
<tr><td colspan=3>aqi</td><td>0.035076387830080366</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.12304778270117</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1608247882643674</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0218488197126434</td></tr>
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
<tr><td colspan=3>fber</td><td>3733.0615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14340154028785604</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.82893226176808</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7256358459307655</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.708087208161442</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.949375929681398</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5194443999494553</td></tr>
<tr><td colspan=3>gcor</td><td>0.0124836</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016044117510318756</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026015087962150574</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6889568714637453</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>26.4596</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.9034</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>220.8804</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295345.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1007.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>392.2319</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9795</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.0506</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3651.139</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3901.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81199.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1057.474</td></tr>
<tr><td colspan=3>tsnr</td><td>31.39440910308622</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>