ds005256-mriqc/sub-0020_ses-04_task-social_acq-mb8_run-06_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-06_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-06_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-06_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-06_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-06_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_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-06_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-06_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_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-06_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-06_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_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-06_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-06_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_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-06_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-06_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-06_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_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-06_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-06_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-06_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_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-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_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-06_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-social_acq-mb8_run-06_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-06_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>646030c0d000090e8802d6e4df631e7a</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:14:0.005000</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-06_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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</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.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ffb8b09f-35d5-4d3a-a1fa-5004cc4fc2be||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': ['121400.005000', '121400.465000', '121400.925000', '121401.385000', '121401.845000', '121402.305000', '121402.765000', '121403.225000', '121403.685000', '121404.145000', '121404.605000', '121405.065000', '121405.525000', '121405.985000', '121406.445000', '121406.905000', '121407.365000', '121407.825000', '121408.285000', '121408.745000', '121409.205000', '121409.665000', '121410.125000', '121410.585000', '121411.045000', '121411.505000', '121411.965000', '121412.425000', '121412.885000', '121413.345000', '121413.805000', '121414.265000', '121414.725000', '121415.185000', '121415.645000', '121416.105000', '121416.565000', '121417.025000', '121417.485000', '121417.945000', '121418.405000', '121418.865000', '121419.325000', '121419.785000', '121420.245000', '121420.705000', '121421.165000', '121421.625000', '121422.085000', '121422.545000', '121423.005000', '121423.465000', '121423.925000', '121424.385000', '121424.845000', '121425.305000', '121425.765000', '121426.225000', '121426.685000', '121427.145000', '121427.605000', '121428.065000', '121428.525000', '121428.985000', '121429.445000', '121429.905000', '121430.365000', '121430.825000', '121431.285000', '121431.745000', '121432.205000', '121432.665000', '121433.125000', '121433.585000', '121434.045000', '121434.505000', '121434.965000', '121435.425000', '121435.885000', '121436.345000', '121436.805000', '121437.265000', '121437.725000', '121438.185000', '121438.645000', '121439.105000', '121439.565000', '121440.025000', '121440.485000', '121440.945000', '121441.405000', '121441.865000', '121442.325000', '121442.785000', '121443.245000', '121443.705000', '121444.165000', '121444.625000', '121445.085000', '121445.545000', '121446.005000', '121446.465000', '121446.925000', '121447.385000', '121447.845000', '121448.305000', '121448.765000', '121449.225000', '121449.685000', '121450.145000', '121450.605000', '121451.065000', '121451.525000', '121451.985000', '121452.445000', '121452.905000', '121453.365000', '121453.825000', '121454.285000', '121454.745000', '121455.205000', '121455.665000', '121456.125000', '121456.585000', '121457.045000', '121457.505000', '121457.965000', '121458.425000', '121458.885000', '121459.345000', '121459.805000', '121500.265000', '121500.725000', '121501.185000', '121501.645000', '121502.105000', '121502.565000', '121503.025000', '121503.485000', '121503.945000', '121504.405000', '121504.865000', '121505.325000', '121505.785000', '121506.245000', '121506.705000', '121507.165000', '121507.625000', '121508.085000', '121508.545000', '121509.005000', '121509.465000', '121509.925000', '121510.385000', '121510.845000', '121511.305000', '121511.765000', '121512.225000', '121512.685000', '121513.145000', '121513.605000', '121514.065000', '121514.525000', '121514.985000', '121515.445000', '121515.905000', '121516.365000', '121516.825000', '121517.285000', '121517.745000', '121518.205000', '121518.665000', '121519.125000', '121519.585000', '121520.045000', '121520.505000', '121520.965000', '121521.425000', '121521.885000', '121522.345000', '121522.805000', '121523.265000', '121523.725000', '121524.185000', '121524.645000', '121525.105000', '121525.565000', '121526.025000', '121526.485000', '121526.945000', '121527.405000', '121527.865000', '121528.325000', '121528.785000', '121529.245000', '121529.705000', '121530.165000', '121530.625000', '121531.085000', '121531.545000', '121532.005000', '121532.465000', '121532.925000', '121533.385000', '121533.845000', '121534.305000', '121534.765000', '121535.225000', '121535.685000', '121536.145000', '121536.605000', '121537.065000', '121537.525000', '121537.985000', '121538.445000', '121538.905000', '121539.365000', '121539.825000', '121540.285000', '121540.745000', '121541.205000', '121541.665000', '121542.125000', '121542.585000', '121543.045000', '121543.505000', '121543.965000', '121544.425000', '121544.885000', '121545.345000', '121545.805000', '121546.265000', '121546.725000', '121547.185000', '121547.645000', '121548.105000', '121548.565000', '121549.025000', '121549.485000', '121549.945000', '121550.405000', '121550.865000', '121551.325000', '121551.785000', '121552.245000', '121552.705000', '121553.165000', '121553.625000', '121554.085000', '121554.545000', '121555.005000', '121555.465000', '121555.925000', '121556.385000', '121556.845000', '121557.305000', '121557.765000', '121558.225000', '121558.685000', '121559.145000', '121559.605000', '121600.065000', '121600.525000', '121600.985000', '121601.445000', '121601.905000', '121602.365000', '121602.825000', '121603.285000', '121603.745000', '121604.205000', '121604.665000', '121605.125000', '121605.585000', '121606.045000', '121606.505000', '121606.965000', '121607.425000', '121607.885000', '121608.345000', '121608.805000', '121609.265000', '121609.725000', '121610.185000', '121610.645000', '121611.105000', '121611.565000', '121612.025000', '121612.485000', '121612.945000', '121613.405000', '121613.865000', '121614.325000', '121614.785000', '121615.245000', '121615.705000', '121616.165000', '121616.625000', '121617.085000', '121617.545000', '121618.005000', '121618.465000', '121618.925000', '121619.385000', '121619.845000', '121620.305000', '121620.765000', '121621.225000', '121621.685000', '121622.145000', '121622.605000', '121623.065000', '121623.525000', '121623.985000', '121624.445000', '121624.905000', '121625.365000', '121625.825000', '121626.285000', '121626.745000', '121627.205000', '121627.665000', '121628.125000', '121628.585000', '121629.045000', '121629.505000', '121629.965000', '121630.425000', '121630.885000', '121631.345000', '121631.805000', '121632.265000', '121632.725000', '121633.185000', '121633.645000', '121634.105000', '121634.565000', '121635.025000', '121635.485000', '121635.945000', '121636.405000', '121636.865000', '121637.325000', '121637.785000', '121638.245000', '121638.705000', '121639.165000', '121639.625000', '121640.085000', '121640.545000', '121641.005000', '121641.465000', '121641.925000', '121642.385000', '121642.845000', '121643.305000', '121643.765000', '121644.225000', '121644.685000', '121645.145000', '121645.605000', '121646.065000', '121646.525000', '121646.985000', '121647.445000', '121647.905000', '121648.365000', '121648.825000', '121649.285000', '121649.745000', '121650.205000', '121650.665000', '121651.125000', '121651.585000', '121652.045000', '121652.505000', '121652.965000', '121653.425000', '121653.885000', '121654.345000', '121654.805000', '121655.265000', '121655.725000', '121656.185000', '121656.645000', '121657.105000', '121657.565000', '121658.025000', '121658.485000', '121658.945000', '121659.405000', '121659.865000', '121700.325000', '121700.785000', '121701.245000', '121701.705000', '121702.165000', '121702.625000', '121703.085000', '121703.545000', '121704.005000', '121704.465000', '121704.925000', '121705.385000', '121705.845000', '121706.305000', '121706.765000', '121707.225000', '121707.685000', '121708.145000', '121708.605000', '121709.065000', '121709.525000', '121709.985000', '121710.445000', '121710.905000', '121711.365000', '121711.825000', '121712.285000', '121712.745000', '121713.205000', '121713.665000', '121714.125000', '121714.585000', '121715.045000', '121715.505000', '121715.965000', '121716.425000', '121716.885000', '121717.345000', '121717.805000', '121718.265000', '121718.725000', '121719.185000', '121719.645000', '121720.105000', '121720.565000', '121721.025000', '121721.485000', '121721.945000', '121722.405000', '121722.865000', '121723.325000', '121723.785000', '121724.245000', '121724.705000', '121725.165000', '121725.625000', '121726.085000', '121726.545000', '121727.005000', '121727.465000', '121727.925000', '121728.385000', '121728.845000', '121729.305000', '121729.765000', '121730.225000', '121730.685000', '121731.145000', '121731.605000', '121732.065000', '121732.525000', '121732.985000', '121733.445000', '121733.905000', '121734.365000', '121734.825000', '121735.285000', '121735.745000', '121736.205000', '121736.665000', '121737.125000', '121737.585000', '121738.045000', '121738.505000', '121738.965000', '121739.425000', '121739.885000', '121740.345000', '121740.805000', '121741.265000', '121741.725000', '121742.185000', '121742.645000', '121743.105000', '121743.565000', '121744.025000', '121744.485000', '121744.945000', '121745.405000', '121745.865000', '121746.325000', '121746.785000', '121747.245000', '121747.705000', '121748.165000', '121748.625000', '121749.085000', '121749.545000', '121750.005000', '121750.465000', '121750.925000', '121751.385000', '121751.845000', '121752.305000', '121752.765000', '121753.225000', '121753.685000', '121754.145000', '121754.605000', '121755.065000', '121755.525000', '121755.985000', '121756.445000', '121756.905000', '121757.365000', '121757.825000', '121758.285000', '121758.745000', '121759.205000', '121759.665000', '121800.125000', '121800.585000', '121801.045000', '121801.505000', '121801.965000', '121802.425000', '121802.885000', '121803.345000', '121803.805000', '121804.265000', '121804.725000', '121805.185000', '121805.645000', '121806.105000', '121806.565000', '121807.025000', '121807.485000', '121807.945000', '121808.405000', '121808.865000', '121809.325000', '121809.785000', '121810.245000', '121810.705000', '121811.165000', '121811.625000', '121812.085000', '121812.545000', '121813.005000', '121813.465000', '121813.925000', '121814.385000', '121814.845000', '121815.305000', '121815.765000', '121816.225000', '121816.685000', '121817.145000', '121817.605000', '121818.065000', '121818.525000', '121818.985000', '121819.445000', '121819.905000', '121820.365000', '121820.825000', '121821.285000', '121821.745000', '121822.205000', '121822.665000', '121823.125000', '121823.585000', '121824.045000', '121824.505000', '121824.965000', '121825.425000', '121825.885000', '121826.345000', '121826.805000', '121827.265000', '121827.725000', '121828.185000', '121828.645000', '121829.105000', '121829.565000', '121830.025000', '121830.485000', '121830.945000', '121831.405000', '121831.865000', '121832.325000', '121832.785000', '121833.245000', '121833.705000', '121834.165000', '121834.625000', '121835.085000', '121835.545000', '121836.005000', '121836.465000', '121836.925000', '121837.385000', '121837.845000', '121838.305000', '121838.765000', '121839.225000', '121839.685000', '121840.145000', '121840.605000', '121841.065000', '121841.525000', '121841.985000', '121842.445000', '121842.905000', '121843.365000', '121843.825000', '121844.285000', '121844.745000', '121845.205000', '121845.665000', '121846.125000', '121846.585000', '121847.045000', '121847.505000', '121847.965000', '121848.425000', '121848.885000', '121849.345000', '121849.805000', '121850.265000', '121850.725000', '121851.185000', '121851.645000', '121852.105000', '121852.565000', '121853.025000', '121853.485000', '121853.945000', '121854.405000', '121854.865000', '121855.325000', '121855.785000', '121856.245000', '121856.705000', '121857.165000', '121857.625000', '121858.085000', '121858.545000', '121859.005000', '121859.465000', '121859.925000', '121900.385000', '121900.845000', '121901.305000', '121901.765000', '121902.225000', '121902.685000', '121903.145000', '121903.605000', '121904.065000', '121904.525000', '121904.985000', '121905.445000', '121905.905000', '121906.365000', '121906.825000', '121907.285000', '121907.745000', '121908.205000', '121908.665000', '121909.125000', '121909.585000', '121910.045000', '121910.505000', '121910.965000', '121911.425000', '121911.885000', '121912.345000', '121912.805000', '121913.265000', '121913.725000', '121914.185000', '121914.645000', '121915.105000', '121915.565000', '121916.025000', '121916.485000', '121916.945000', '121917.405000', '121917.865000', '121918.325000', '121918.785000', '121919.245000', '121919.705000', '121920.165000', '121920.625000', '121921.085000', '121921.545000', '121922.005000', '121922.465000', '121922.925000', '121923.385000', '121923.845000', '121924.305000', '121924.765000', '121925.225000', '121925.685000', '121926.145000', '121926.605000', '121927.065000', '121927.525000', '121927.985000', '121928.445000', '121928.905000', '121929.365000', '121929.825000', '121930.285000', '121930.745000', '121931.205000', '121931.665000', '121932.125000', '121932.585000', '121933.045000', '121933.505000', '121933.965000', '121934.425000', '121934.885000', '121935.345000', '121935.805000', '121936.265000', '121936.725000', '121937.185000', '121937.645000', '121938.105000', '121938.565000', '121939.025000', '121939.485000', '121939.945000', '121940.405000', '121940.865000', '121941.325000', '121941.785000', '121942.245000', '121942.705000', '121943.165000', '121943.625000', '121944.085000', '121944.545000', '121945.005000', '121945.465000', '121945.925000', '121946.385000', '121946.845000', '121947.305000', '121947.765000', '121948.225000', '121948.685000', '121949.145000', '121949.605000', '121950.065000', '121950.525000', '121950.985000', '121951.445000', '121951.905000', '121952.365000', '121952.825000', '121953.285000', '121953.745000', '121954.205000', '121954.665000', '121955.125000', '121955.585000', '121956.045000', '121956.505000', '121956.965000', '121957.425000', '121957.885000', '121958.345000', '121958.805000', '121959.265000', '121959.725000', '122000.185000', '122000.645000', '122001.105000', '122001.565000', '122002.025000', '122002.485000', '122002.945000', '122003.405000', '122003.865000', '122004.325000', '122004.785000', '122005.245000', '122005.705000', '122006.165000', '122006.625000', '122007.085000', '122007.545000', '122008.005000', '122008.465000', '122008.925000', '122009.385000', '122009.845000', '122010.305000', '122010.765000', '122011.225000', '122011.685000', '122012.145000', '122012.605000', '122013.065000', '122013.525000', '122013.985000', '122014.445000', '122014.905000', '122015.365000', '122015.825000', '122016.285000', '122016.745000', '122017.205000', '122017.665000', '122018.125000', '122018.585000', '122019.045000', '122019.505000', '122019.965000', '122020.425000', '122020.885000', '122021.345000', '122021.805000', '122022.265000', '122022.725000', '122023.185000', '122023.645000', '122024.105000', '122024.565000', '122025.025000', '122025.485000', '122025.945000', '122026.405000', '122026.865000', '122027.325000', '122027.785000', '122028.245000', '122028.705000', '122029.165000', '122029.625000', '122030.085000', '122030.545000', '122031.005000', '122031.465000', '122031.925000', '122032.385000', '122032.845000', '122033.305000', '122033.765000', '122034.225000', '122034.685000', '122035.145000', '122035.605000', '122036.065000', '122036.525000', '122036.985000', '122037.445000', '122037.905000', '122038.365000', '122038.825000', '122039.285000', '122039.745000', '122040.205000', '122040.665000'], 'ContentTime': ['121406.382000', '121406.385000', '121406.388000', '121406.391000', '121406.394000', '121406.408000', '121406.411000', '121406.414000', '121406.417000', '121406.419000', '121406.422000', '121406.425000', '121406.428000', '121426.343000', '121426.346000', '121426.349000', '121426.351000', '121426.354000', '121426.357000', '121426.360000', '121426.362000', '121426.365000', '121426.388000', '121426.391000', '121426.394000', '121426.397000', '121426.399000', '121426.402000', '121426.405000', '121426.408000', '121426.411000', '121426.413000', '121426.416000', '121426.419000', '121426.422000', '121426.425000', '121426.427000', '121426.430000', '121426.433000', '121426.436000', '121426.439000', '121426.441000', '121426.444000', '121426.447000', '121426.450000', '121426.453000', '121426.455000', '121426.458000', '121426.461000', '121426.464000', '121426.466000', '121426.469000', '121426.472000', '121426.475000', '121426.478000', '121426.481000', '121446.343000', '121446.346000', '121446.349000', '121446.351000', '121446.354000', '121446.357000', '121446.360000', '121446.363000', '121446.366000', '121446.368000', '121446.371000', '121446.374000', '121446.377000', '121446.380000', '121446.382000', '121446.385000', '121446.388000', '121446.391000', '121446.394000', '121446.397000', '121446.399000', '121446.402000', '121446.405000', '121446.408000', '121446.411000', '121446.414000', '121446.416000', '121446.419000', '121446.422000', '121446.425000', '121446.428000', '121446.431000', '121446.433000', '121446.436000', '121446.439000', '121446.442000', '121446.453000', '121446.456000', '121446.458000', '121446.461000', '121446.464000', '121446.467000', '121446.470000', '121446.473000', '121506.343000', '121506.346000', '121506.349000', '121506.351000', '121506.354000', '121506.357000', '121506.360000', '121506.363000', '121506.366000', '121506.368000', '121506.371000', '121506.381000', '121506.383000', '121506.386000', '121506.389000', '121506.392000', '121506.395000', '121506.398000', '121506.400000', '121506.403000', '121506.406000', '121506.409000', '121506.412000', '121506.415000', '121506.418000', '121506.421000', '121506.424000', '121506.427000', '121506.429000', '121506.432000', '121506.435000', '121506.438000', '121506.441000', '121506.443000', '121506.446000', '121506.449000', '121506.452000', '121506.455000', '121506.458000', '121506.460000', '121506.463000', '121506.466000', '121506.476000', '121526.343000', '121526.346000', '121526.349000', '121526.351000', '121526.354000', '121526.357000', '121526.360000', '121526.363000', '121526.366000', '121526.368000', '121526.371000', '121526.374000', '121526.388000', '121526.391000', '121526.394000', '121526.397000', '121526.400000', '121526.403000', '121526.405000', '121526.408000', '121526.411000', '121526.414000', '121526.417000', '121526.420000', '121526.422000', '121526.425000', '121526.428000', '121526.431000', '121526.434000', '121526.437000', '121526.439000', '121526.442000', '121526.445000', '121526.448000', '121526.451000', '121526.454000', '121526.456000', '121526.459000', '121526.462000', '121526.465000', '121526.468000', '121526.471000', '121526.474000', '121526.476000', '121546.343000', '121546.346000', '121546.349000', '121546.352000', '121546.356000', '121546.361000', '121546.364000', '121546.366000', '121546.369000', '121546.372000', '121546.375000', '121546.378000', '121546.381000', '121546.384000', '121546.387000', '121546.389000', '121546.392000', '121546.395000', '121546.398000', '121546.401000', '121546.404000', '121546.407000', '121546.410000', '121546.413000', '121546.416000', '121546.419000', '121546.421000', '121546.424000', '121546.427000', '121546.430000', '121546.433000', '121546.436000', '121546.439000', '121546.442000', '121546.444000', '121546.447000', '121546.450000', '121546.453000', '121546.456000', '121546.459000', '121546.462000', '121546.464000', '121546.467000', '121606.343000', '121606.346000', '121606.349000', '121606.352000', '121606.354000', '121606.357000', '121606.360000', '121606.440000', '121606.443000', '121606.446000', '121606.449000', '121606.452000', '121606.455000', '121606.457000', '121606.460000', '121606.463000', '121606.466000', '121606.469000', '121606.472000', '121606.475000', '121606.477000', '121606.480000', '121606.483000', '121606.486000', '121606.489000', '121606.492000', '121606.495000', '121606.498000', '121606.501000', '121606.503000', '121606.506000', '121606.509000', '121606.512000', '121606.515000', '121606.518000', '121606.520000', '121606.523000', '121606.526000', '121606.529000', '121606.532000', '121606.535000', '121606.537000', '121606.540000', '121606.543000', '121626.343000', '121626.346000', '121626.349000', '121626.352000', '121626.354000', '121626.357000', '121626.360000', '121626.363000', '121626.366000', '121626.369000', '121626.371000', '121626.374000', '121626.377000', '121626.380000', '121626.383000', '121626.386000', '121626.388000', '121626.391000', '121626.394000', '121626.397000', '121626.400000', '121626.403000', '121626.405000', '121626.408000', '121626.411000', '121626.414000', '121626.417000', '121626.420000', '121626.423000', '121626.425000', '121626.428000', '121626.431000', '121626.434000', '121626.437000', '121626.440000', '121626.443000', '121626.446000', '121626.449000', '121626.477000', '121626.480000', '121626.483000', '121626.485000', '121626.488000', '121646.343000', '121646.346000', '121646.349000', '121646.351000', '121646.354000', '121646.357000', '121646.360000', '121646.363000', '121646.366000', '121646.376000', '121646.380000', '121646.383000', '121646.385000', '121646.388000', '121646.391000', '121646.394000', '121646.397000', '121646.400000', '121646.402000', '121646.405000', '121646.408000', '121646.411000', '121646.414000', '121646.417000', '121646.420000', '121646.423000', '121646.426000', '121646.428000', '121646.431000', '121646.434000', '121646.437000', '121646.440000', '121646.443000', '121646.445000', '121646.448000', '121646.451000', '121646.454000', '121646.457000', '121646.460000', '121646.462000', '121646.465000', '121646.468000', '121646.471000', '121646.474000', '121706.343000', '121706.346000', '121706.349000', '121706.352000', '121706.355000', '121706.357000', '121706.360000', '121706.370000', '121706.373000', '121706.376000', '121706.379000', '121706.382000', '121706.384000', '121706.387000', '121706.390000', '121706.393000', '121706.397000', '121706.401000', '121706.403000', '121706.406000', '121706.409000', '121706.412000', '121706.415000', '121706.418000', '121706.420000', '121706.423000', '121706.426000', '121706.429000', '121706.432000', '121706.435000', '121706.437000', '121706.440000', '121706.443000', '121706.446000', '121706.449000', '121706.454000', '121706.457000', '121706.460000', '121706.463000', '121706.466000', '121706.469000', '121706.472000', '121706.475000', '121726.343000', '121726.346000', '121726.349000', '121726.352000', '121726.355000', '121726.357000', '121726.360000', '121726.363000', '121726.366000', '121726.369000', '121726.372000', '121726.380000', '121726.383000', '121726.385000', '121726.388000', '121726.391000', '121726.394000', '121726.397000', '121726.400000', '121726.403000', '121726.405000', '121726.408000', '121726.411000', '121726.414000', '121726.417000', '121726.420000', '121726.422000', '121726.425000', '121726.428000', '121726.431000', '121726.434000', '121726.437000', '121726.444000', '121726.447000', '121726.450000', '121726.453000', '121726.456000', '121726.458000', '121726.461000', '121726.464000', '121726.467000', '121726.470000', '121726.473000', '121726.476000', '121746.343000', '121746.346000', '121746.349000', '121746.352000', '121746.354000', '121746.357000', '121746.360000', '121746.363000', '121746.366000', '121746.369000', '121746.372000', '121746.375000', '121746.377000', '121746.380000', '121746.383000', '121746.386000', '121746.389000', '121746.392000', '121746.395000', '121746.398000', '121746.401000', '121746.404000', '121746.407000', '121746.410000', '121746.412000', '121746.415000', '121746.418000', '121746.421000', '121746.424000', '121746.427000', '121746.429000', '121746.432000', '121746.435000', '121746.438000', '121746.448000', '121746.451000', '121746.454000', '121746.457000', '121746.460000', '121746.462000', '121746.465000', '121746.468000', '121746.471000', '121806.343000', '121806.346000', '121806.349000', '121806.352000', '121806.355000', '121806.358000', '121806.360000', '121806.363000', '121806.366000', '121806.369000', '121806.372000', '121806.375000', '121806.377000', '121806.380000', '121806.383000', '121806.386000', '121806.389000', '121806.392000', '121806.394000', '121806.397000', '121806.400000', '121806.403000', '121806.406000', '121806.409000', '121806.412000', '121806.414000', '121806.417000', '121806.420000', '121806.431000', '121806.433000', '121806.436000', '121806.439000', '121806.442000', '121806.445000', '121806.448000', '121806.451000', '121806.453000', '121806.456000', '121806.459000', '121806.462000', '121806.465000', '121806.467000', '121806.470000', '121806.473000', '121826.343000', '121826.346000', '121826.349000', '121826.352000', '121826.355000', '121826.374000', '121826.376000', '121826.379000', '121826.382000', '121826.385000', '121826.388000', '121826.391000', '121826.393000', '121826.396000', '121826.399000', '121826.402000', '121826.405000', '121826.408000', '121826.411000', '121826.413000', '121826.416000', '121826.419000', '121826.422000', '121826.425000', '121826.428000', '121826.431000', '121826.435000', '121826.438000', '121826.441000', '121826.444000', '121826.446000', '121826.449000', '121826.464000', '121826.467000', '121826.470000', '121826.472000', '121826.475000', '121826.478000', '121826.481000', '121826.484000', '121826.486000', '121826.489000', '121826.492000', '121846.343000', '121846.346000', '121846.349000', '121846.352000', '121846.354000', '121846.357000', '121846.360000', '121846.363000', '121846.366000', '121846.369000', '121846.371000', '121846.374000', '121846.377000', '121846.380000', '121846.383000', '121846.385000', '121846.388000', '121846.391000', '121846.394000', '121846.397000', '121846.400000', '121846.403000', '121846.406000', '121846.409000', '121846.412000', '121846.414000', '121846.417000', '121846.420000', '121846.423000', '121846.426000', '121846.429000', '121846.432000', '121846.435000', '121846.438000', '121846.441000', '121846.444000', '121846.447000', '121846.450000', '121846.452000', '121846.455000', '121846.458000', '121846.461000', '121846.464000', '121846.467000', '121906.343000', '121906.346000', '121906.349000', '121906.352000', '121906.355000', '121906.357000', '121906.360000', '121906.363000', '121906.366000', '121906.369000', '121906.372000', '121906.380000', '121906.382000', '121906.385000', '121906.388000', '121906.391000', '121906.394000', '121906.397000', '121906.400000', '121906.403000', '121906.405000', '121906.408000', '121906.411000', '121906.414000', '121906.417000', '121906.420000', '121906.422000', '121906.425000', '121906.428000', '121906.431000', '121906.434000', '121906.437000', '121906.440000', '121906.443000', '121906.446000', '121906.449000', '121906.452000', '121906.454000', '121906.457000', '121906.460000', '121906.463000', '121906.466000', '121906.469000', '121926.343000', '121926.346000', '121926.349000', '121926.352000', '121926.355000', '121926.357000', '121926.360000', '121926.363000', '121926.366000', '121926.369000', '121926.372000', '121926.375000', '121926.377000', '121926.380000', '121926.383000', '121926.386000', '121926.389000', '121926.392000', '121926.394000', '121926.397000', '121926.400000', '121926.403000', '121926.406000', '121926.409000', '121926.421000', '121926.424000', '121926.427000', '121926.429000', '121926.432000', '121926.435000', '121926.438000', '121926.441000', '121926.444000', '121926.447000', '121926.450000', '121926.452000', '121926.455000', '121926.458000', '121926.461000', '121926.464000', '121926.467000', '121926.470000', '121926.472000', '121926.475000', '121946.343000', '121946.346000', '121946.349000', '121946.352000', '121946.355000', '121946.357000', '121946.360000', '121946.363000', '121946.366000', '121946.369000', '121946.371000', '121946.374000', '121946.377000', '121946.380000', '121946.383000', '121946.386000', '121946.389000', '121946.392000', '121946.395000', '121946.397000', '121946.409000', '121946.411000', '121946.414000', '121946.417000', '121946.420000', '121946.423000', '121946.426000', '121946.428000', '121946.431000', '121946.434000', '121946.437000', '121946.440000', '121946.443000', '121946.446000', '121946.449000', '121946.452000', '121946.455000', '121946.457000', '121946.460000', '121946.463000', '121946.466000', '121946.469000', '121946.488000', '122006.343000', '122006.346000', '122006.349000', '122006.352000', '122006.355000', '122006.357000', '122006.360000', '122006.363000', '122006.366000', '122006.369000', '122006.372000', '122006.375000', '122006.377000', '122006.380000', '122006.383000', '122006.386000', '122006.389000', '122006.392000', '122006.394000', '122006.397000', '122006.400000', '122006.403000', '122006.406000', '122006.409000', '122006.412000', '122006.415000', '122006.418000', '122006.421000', '122006.424000', '122006.427000', '122006.429000', '122006.432000', '122006.435000', '122006.438000', '122006.441000', '122006.444000', '122006.447000', '122006.449000', '122006.452000', '122006.455000', '122006.458000', '122006.461000', '122006.464000', '122006.467000', '122026.343000', '122026.346000', '122026.349000', '122026.352000', '122026.355000', '122026.357000', '122026.360000', '122026.363000', '122026.366000', '122026.369000', '122026.372000', '122026.374000', '122026.377000', '122026.380000', '122026.383000', '122026.386000', '122026.389000', '122026.391000', '122026.394000', '122026.397000', '122026.400000', '122026.403000', '122026.406000', '122026.408000', '122026.411000', '122026.414000', '122026.417000', '122026.420000', '122026.423000', '122026.425000', '122026.428000', '122026.431000', '122026.434000', '122026.437000', '122026.440000', '122026.443000', '122026.445000', '122026.448000', '122026.451000', '122026.454000', '122026.457000', '122026.460000', '122026.462000', '122041.394000', '122041.397000', '122041.401000', '122041.404000', '122041.407000', '122041.411000', '122041.414000', '122041.418000', '122041.421000', '122041.425000', '122041.428000', '122041.432000', '122041.436000', '122041.439000', '122041.442000', '122041.445000', '122041.448000', '122041.454000', '122041.458000', '122041.461000', '122041.464000', '122041.467000', '122041.471000', '122041.474000', '122041.477000', '122041.480000', '122041.483000', '122041.486000', '122041.489000', '122041.492000', '122041.495000', '122041.498000', '122041.501000'], 'InstanceCreationTime': ['121406.382000', '121406.385000', '121406.388000', '121406.391000', '121406.394000', '121406.408000', '121406.411000', '121406.414000', '121406.417000', '121406.419000', '121406.422000', '121406.425000', '121406.428000', '121426.343000', '121426.346000', '121426.349000', '121426.351000', '121426.354000', '121426.357000', '121426.360000', '121426.362000', '121426.365000', '121426.388000', '121426.391000', '121426.394000', '121426.397000', '121426.399000', '121426.402000', '121426.405000', '121426.408000', '121426.411000', '121426.413000', '121426.416000', '121426.419000', '121426.422000', '121426.425000', '121426.427000', '121426.430000', '121426.433000', '121426.436000', '121426.439000', '121426.441000', '121426.444000', '121426.447000', '121426.450000', '121426.453000', '121426.455000', '121426.458000', '121426.461000', '121426.464000', '121426.466000', '121426.469000', '121426.472000', '121426.475000', '121426.478000', '121426.481000', '121446.343000', '121446.346000', '121446.349000', '121446.351000', '121446.354000', '121446.357000', '121446.360000', '121446.363000', '121446.366000', '121446.368000', '121446.371000', '121446.374000', '121446.377000', '121446.380000', '121446.382000', '121446.385000', '121446.388000', '121446.391000', '121446.394000', '121446.397000', '121446.399000', '121446.402000', '121446.405000', '121446.408000', '121446.411000', '121446.414000', '121446.416000', '121446.419000', '121446.422000', '121446.425000', '121446.428000', '121446.431000', '121446.433000', '121446.436000', '121446.439000', '121446.442000', '121446.453000', '121446.456000', '121446.458000', '121446.461000', '121446.464000', '121446.467000', '121446.470000', '121446.473000', '121506.343000', '121506.346000', '121506.349000', '121506.351000', '121506.354000', '121506.357000', '121506.360000', '121506.363000', '121506.366000', '121506.368000', '121506.371000', '121506.381000', '121506.383000', '121506.386000', '121506.389000', '121506.392000', '121506.395000', '121506.398000', '121506.400000', '121506.403000', '121506.406000', '121506.409000', '121506.412000', '121506.415000', '121506.418000', '121506.421000', '121506.424000', '121506.427000', '121506.429000', '121506.432000', '121506.435000', '121506.438000', '121506.441000', '121506.443000', '121506.446000', '121506.449000', '121506.452000', '121506.455000', '121506.458000', '121506.460000', '121506.463000', '121506.466000', '121506.476000', '121526.343000', '121526.346000', '121526.349000', '121526.351000', '121526.354000', '121526.357000', '121526.360000', '121526.363000', '121526.366000', '121526.368000', '121526.371000', '121526.374000', '121526.388000', '121526.391000', '121526.394000', '121526.397000', '121526.400000', '121526.403000', '121526.405000', '121526.408000', '121526.411000', '121526.414000', '121526.417000', '121526.420000', '121526.422000', '121526.425000', '121526.428000', '121526.431000', '121526.434000', '121526.437000', '121526.439000', '121526.442000', '121526.445000', '121526.448000', '121526.451000', '121526.454000', '121526.456000', '121526.459000', '121526.462000', '121526.465000', '121526.468000', '121526.471000', '121526.474000', '121526.476000', '121546.343000', '121546.346000', '121546.349000', '121546.352000', '121546.356000', '121546.361000', '121546.364000', '121546.366000', '121546.369000', '121546.372000', '121546.375000', '121546.378000', '121546.381000', '121546.384000', '121546.387000', '121546.389000', '121546.392000', '121546.395000', '121546.398000', '121546.401000', '121546.404000', '121546.407000', '121546.410000', '121546.413000', '121546.416000', '121546.419000', '121546.421000', '121546.424000', '121546.427000', '121546.430000', '121546.433000', '121546.436000', '121546.439000', '121546.442000', '121546.444000', '121546.447000', '121546.450000', '121546.453000', '121546.456000', '121546.459000', '121546.462000', '121546.464000', '121546.467000', '121606.343000', '121606.346000', '121606.349000', '121606.352000', '121606.354000', '121606.357000', '121606.360000', '121606.440000', '121606.443000', '121606.446000', '121606.449000', '121606.452000', '121606.455000', '121606.457000', '121606.460000', '121606.463000', '121606.466000', '121606.469000', '121606.472000', '121606.475000', '121606.477000', '121606.480000', '121606.483000', '121606.486000', '121606.489000', '121606.492000', '121606.495000', '121606.498000', '121606.501000', '121606.503000', '121606.506000', '121606.509000', '121606.512000', '121606.515000', '121606.518000', '121606.520000', '121606.523000', '121606.526000', '121606.529000', '121606.532000', '121606.535000', '121606.537000', '121606.540000', '121606.543000', '121626.343000', '121626.346000', '121626.349000', '121626.352000', '121626.354000', '121626.357000', '121626.360000', '121626.363000', '121626.366000', '121626.369000', '121626.371000', '121626.374000', '121626.377000', '121626.380000', '121626.383000', '121626.386000', '121626.388000', '121626.391000', '121626.394000', '121626.397000', '121626.400000', '121626.403000', '121626.405000', '121626.408000', '121626.411000', '121626.414000', '121626.417000', '121626.420000', '121626.423000', '121626.425000', '121626.428000', '121626.431000', '121626.434000', '121626.437000', '121626.440000', '121626.443000', '121626.446000', '121626.449000', '121626.477000', '121626.480000', '121626.483000', '121626.485000', '121626.488000', '121646.343000', '121646.346000', '121646.349000', '121646.351000', '121646.354000', '121646.357000', '121646.360000', '121646.363000', '121646.366000', '121646.376000', '121646.380000', '121646.383000', '121646.385000', '121646.388000', '121646.391000', '121646.394000', '121646.397000', '121646.400000', '121646.402000', '121646.405000', '121646.408000', '121646.411000', '121646.414000', '121646.417000', '121646.420000', '121646.423000', '121646.426000', '121646.428000', '121646.431000', '121646.434000', '121646.437000', '121646.440000', '121646.443000', '121646.445000', '121646.448000', '121646.451000', '121646.454000', '121646.457000', '121646.460000', '121646.462000', '121646.465000', '121646.468000', '121646.471000', '121646.474000', '121706.343000', '121706.346000', '121706.349000', '121706.352000', '121706.355000', '121706.357000', '121706.360000', '121706.370000', '121706.373000', '121706.376000', '121706.379000', '121706.382000', '121706.384000', '121706.387000', '121706.390000', '121706.393000', '121706.397000', '121706.401000', '121706.403000', '121706.406000', '121706.409000', '121706.412000', '121706.415000', '121706.418000', '121706.420000', '121706.423000', '121706.426000', '121706.429000', '121706.432000', '121706.435000', '121706.437000', '121706.440000', '121706.443000', '121706.446000', '121706.449000', '121706.454000', '121706.457000', '121706.460000', '121706.463000', '121706.466000', '121706.469000', '121706.472000', '121706.475000', '121726.343000', '121726.346000', '121726.349000', '121726.352000', '121726.355000', '121726.357000', '121726.360000', '121726.363000', '121726.366000', '121726.369000', '121726.372000', '121726.380000', '121726.383000', '121726.385000', '121726.388000', '121726.391000', '121726.394000', '121726.397000', '121726.400000', '121726.403000', '121726.405000', '121726.408000', '121726.411000', '121726.414000', '121726.417000', '121726.420000', '121726.422000', '121726.425000', '121726.428000', '121726.431000', '121726.434000', '121726.437000', '121726.444000', '121726.447000', '121726.450000', '121726.453000', '121726.456000', '121726.458000', '121726.461000', '121726.464000', '121726.467000', '121726.470000', '121726.473000', '121726.476000', '121746.343000', '121746.346000', '121746.349000', '121746.352000', '121746.354000', '121746.357000', '121746.360000', '121746.363000', '121746.366000', '121746.369000', '121746.372000', '121746.375000', '121746.377000', '121746.380000', '121746.383000', '121746.386000', '121746.389000', '121746.392000', '121746.395000', '121746.398000', '121746.401000', '121746.404000', '121746.407000', '121746.410000', '121746.412000', '121746.415000', '121746.418000', '121746.421000', '121746.424000', '121746.427000', '121746.429000', '121746.432000', '121746.435000', '121746.438000', '121746.448000', '121746.451000', '121746.454000', '121746.457000', '121746.460000', '121746.462000', '121746.465000', '121746.468000', '121746.471000', '121806.343000', '121806.346000', '121806.349000', '121806.352000', '121806.355000', '121806.358000', '121806.360000', '121806.363000', '121806.366000', '121806.369000', '121806.372000', '121806.375000', '121806.377000', '121806.380000', '121806.383000', '121806.386000', '121806.389000', '121806.392000', '121806.394000', '121806.397000', '121806.400000', '121806.403000', '121806.406000', '121806.409000', '121806.412000', '121806.414000', '121806.417000', '121806.420000', '121806.431000', '121806.433000', '121806.436000', '121806.439000', '121806.442000', '121806.445000', '121806.448000', '121806.451000', '121806.453000', '121806.456000', '121806.459000', '121806.462000', '121806.465000', '121806.467000', '121806.470000', '121806.473000', '121826.343000', '121826.346000', '121826.349000', '121826.352000', '121826.355000', '121826.374000', '121826.376000', '121826.379000', '121826.382000', '121826.385000', '121826.388000', '121826.391000', '121826.393000', '121826.396000', '121826.399000', '121826.402000', '121826.405000', '121826.408000', '121826.411000', '121826.413000', '121826.416000', '121826.419000', '121826.422000', '121826.425000', '121826.428000', '121826.431000', '121826.435000', '121826.438000', '121826.441000', '121826.444000', '121826.446000', '121826.449000', '121826.464000', '121826.467000', '121826.470000', '121826.472000', '121826.475000', '121826.478000', '121826.481000', '121826.484000', '121826.486000', '121826.489000', '121826.492000', '121846.343000', '121846.346000', '121846.349000', '121846.352000', '121846.354000', '121846.357000', '121846.360000', '121846.363000', '121846.366000', '121846.369000', '121846.371000', '121846.374000', '121846.377000', '121846.380000', '121846.383000', '121846.385000', '121846.388000', '121846.391000', '121846.394000', '121846.397000', '121846.400000', '121846.403000', '121846.406000', '121846.409000', '121846.412000', '121846.414000', '121846.417000', '121846.420000', '121846.423000', '121846.426000', '121846.429000', '121846.432000', '121846.435000', '121846.438000', '121846.441000', '121846.444000', '121846.447000', '121846.450000', '121846.452000', '121846.455000', '121846.458000', '121846.461000', '121846.464000', '121846.467000', '121906.343000', '121906.346000', '121906.349000', '121906.352000', '121906.355000', '121906.357000', '121906.360000', '121906.363000', '121906.366000', '121906.369000', '121906.372000', '121906.380000', '121906.382000', '121906.385000', '121906.388000', '121906.391000', '121906.394000', '121906.397000', '121906.400000', '121906.403000', '121906.405000', '121906.408000', '121906.411000', '121906.414000', '121906.417000', '121906.420000', '121906.422000', '121906.425000', '121906.428000', '121906.431000', '121906.434000', '121906.437000', '121906.440000', '121906.443000', '121906.446000', '121906.449000', '121906.452000', '121906.454000', '121906.457000', '121906.460000', '121906.463000', '121906.466000', '121906.469000', '121926.343000', '121926.346000', '121926.349000', '121926.352000', '121926.355000', '121926.357000', '121926.360000', '121926.363000', '121926.366000', '121926.369000', '121926.372000', '121926.375000', '121926.377000', '121926.380000', '121926.383000', '121926.386000', '121926.389000', '121926.392000', '121926.394000', '121926.397000', '121926.400000', '121926.403000', '121926.406000', '121926.409000', '121926.421000', '121926.424000', '121926.427000', '121926.429000', '121926.432000', '121926.435000', '121926.438000', '121926.441000', '121926.444000', '121926.447000', '121926.450000', '121926.452000', '121926.455000', '121926.458000', '121926.461000', '121926.464000', '121926.467000', '121926.470000', '121926.472000', '121926.475000', '121946.343000', '121946.346000', '121946.349000', '121946.352000', '121946.355000', '121946.357000', '121946.360000', '121946.363000', '121946.366000', '121946.369000', '121946.371000', '121946.374000', '121946.377000', '121946.380000', '121946.383000', '121946.386000', '121946.389000', '121946.392000', '121946.395000', '121946.397000', '121946.409000', '121946.411000', '121946.414000', '121946.417000', '121946.420000', '121946.423000', '121946.426000', '121946.428000', '121946.431000', '121946.434000', '121946.437000', '121946.440000', '121946.443000', '121946.446000', '121946.449000', '121946.452000', '121946.455000', '121946.457000', '121946.460000', '121946.463000', '121946.466000', '121946.469000', '121946.488000', '122006.343000', '122006.346000', '122006.349000', '122006.352000', '122006.355000', '122006.357000', '122006.360000', '122006.363000', '122006.366000', '122006.369000', '122006.372000', '122006.375000', '122006.377000', '122006.380000', '122006.383000', '122006.386000', '122006.389000', '122006.392000', '122006.394000', '122006.397000', '122006.400000', '122006.403000', '122006.406000', '122006.409000', '122006.412000', '122006.415000', '122006.418000', '122006.421000', '122006.424000', '122006.427000', '122006.429000', '122006.432000', '122006.435000', '122006.438000', '122006.441000', '122006.444000', '122006.447000', '122006.449000', '122006.452000', '122006.455000', '122006.458000', '122006.461000', '122006.464000', '122006.467000', '122026.343000', '122026.346000', '122026.349000', '122026.352000', '122026.355000', '122026.357000', '122026.360000', '122026.363000', '122026.366000', '122026.369000', '122026.372000', '122026.374000', '122026.377000', '122026.380000', '122026.383000', '122026.386000', '122026.389000', '122026.391000', '122026.394000', '122026.397000', '122026.400000', '122026.403000', '122026.406000', '122026.408000', '122026.411000', '122026.414000', '122026.417000', '122026.420000', '122026.423000', '122026.425000', '122026.428000', '122026.431000', '122026.434000', '122026.437000', '122026.440000', '122026.443000', '122026.445000', '122026.448000', '122026.451000', '122026.454000', '122026.457000', '122026.460000', '122026.462000', '122041.394000', '122041.397000', '122041.401000', '122041.404000', '122041.407000', '122041.411000', '122041.414000', '122041.418000', '122041.421000', '122041.425000', '122041.428000', '122041.432000', '122041.436000', '122041.439000', '122041.442000', '122041.445000', '122041.448000', '122041.454000', '122041.458000', '122041.461000', '122041.464000', '122041.467000', '122041.471000', '122041.474000', '122041.477000', '122041.480000', '122041.483000', '122041.486000', '122041.489000', '122041.492000', '122041.495000', '122041.498000', '122041.501000'], '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': [10988, 10984, 10628, 9540, 10999, 9916, 10937, 11000, 11214, 11326, 11119, 14280, 12019, 15546, 12902, 16634, 19794, 15878, 16717, 17014, 12020, 16476, 11181, 10430, 11149, 10202, 11208, 10535, 11391, 10445, 12985, 10793, 10915, 11017, 10445, 13988, 10871, 13427, 10949, 10315, 11146, 10426, 12675, 10799, 12477, 10288, 10950, 10537, 11414, 11013, 10971, 14112, 10751, 10759, 10863, 10049, 10624, 9808, 10805, 10248, 10754, 10038, 10515, 10661, 10386, 10619, 10425, 12328, 10407, 11875, 16102, 15772, 11253, 11899, 10468, 9896, 14731, 9921, 10850, 10383, 11019, 11007, 9515, 10477, 9712, 11054, 10277, 10870, 9757, 10583, 9772, 10773, 11572, 10778, 10053, 14323, 10945, 10901, 12730, 10106, 10960, 11203, 9620, 11030, 10830, 10890, 10071, 11133, 10360, 12553, 10545, 11533, 10576, 10780, 11053, 13471, 10473, 10628, 10252, 10481, 10278, 15348, 10224, 9738, 15310, 10224, 11766, 18257, 15009, 14374, 9764, 10306, 9542, 11007, 10462, 11421, 15492, 12411, 12668, 9764, 10358, 9699, 10440, 10805, 10889, 14214, 10008, 13283, 9786, 9822, 9787, 9749, 12488, 10164, 9906, 12927, 9813, 11342, 9724, 9635, 10596, 9740, 9623, 9802, 9569, 9936, 9595, 9973, 9882, 9914, 9769, 11900, 9917, 11926, 13707, 9997, 9927, 13363, 9792, 9540, 10648, 9705, 11561, 9906, 10196, 10237, 9271, 10595, 9845, 11344, 10062, 13602, 10343, 9793, 10996, 10126, 13079, 10522, 10545, 10381, 10757, 10808, 11206, 10407, 10271, 12578, 10334, 13325, 15965, 13526, 11454, 10274, 9623, 16163, 11860, 13107, 14133, 9957, 10725, 10204, 9830, 13767, 10313, 9684, 12506, 10088, 10284, 10390, 9706, 13634, 10550, 10887, 10164, 9886, 14666, 10333, 9662, 14899, 10602, 9930, 10235, 9593, 10304, 9930, 12071, 10117, 11341, 10074, 10263, 10023, 9819, 13934, 10320, 10980, 13783, 10077, 9520, 10000, 9912, 9392, 10403, 10077, 10031, 10383, 9930, 11523, 10106, 9482, 13678, 9980, 9976, 9986, 9628, 12407, 10145, 9637, 13260, 9855, 9529, 13879, 9921, 9507, 9923, 9684, 12753, 10228, 9683, 13126, 9994, 10327, 10111, 9793, 11832, 10348, 11631, 10121, 9964, 10318, 10137, 10711, 10264, 10109, 10598, 9895, 10642, 10201, 13414, 10459, 10104, 10430, 10008, 12886, 12180, 10149, 14573, 10778, 9671, 14383, 10158, 9406, 15231, 10854, 12267, 10469, 9621, 13531, 9854, 10953, 10497, 9881, 15071, 9900, 10586, 12152, 9639, 12893, 10115, 10067, 13945, 9702, 10263, 10735, 9703, 11893, 10182, 9625, 12072, 9817, 10105, 10449, 9831, 13755, 10251, 9422, 10845, 9796, 10380, 10125, 10183, 10376, 10344, 10161, 9826, 13031, 10356, 10046, 13212, 10071, 11326, 10013, 10317, 10091, 10299, 10051, 9684, 10315, 9964, 14194, 9952, 11000, 9984, 11162, 9858, 12945, 10220, 12510, 10088, 11458, 16555, 13189, 15087, 10219, 10727, 10591, 9559, 13156, 10233, 10516, 10745, 9690, 10438, 9899, 12744, 10864, 9984, 13531, 9963, 10989, 10511, 9412, 14132, 10227, 10711, 10519, 9755, 11561, 10097, 11538, 10578, 9785, 11808, 10119, 11388, 14258, 11133, 13913, 10477, 9716, 13702, 10273, 9639, 15973, 11209, 10523, 10407, 9709, 10849, 9954, 11576, 10065, 11179, 10381, 9846, 15011, 11940, 10225, 10440, 9662, 14588, 10517, 10217, 16457, 10507, 9413, 14609, 10047, 9373, 11282, 9940, 10452, 9814, 10529, 10242, 10437, 10989, 9947, 11824, 10340, 9566, 14479, 11325, 11808, 10107, 9374, 10572, 9875, 14971, 10275, 9694, 13959, 9925, 11382, 10494, 10306, 10613, 9688, 13822, 12171, 9874, 11017, 11695, 9967, 12561, 10480, 9665, 13642, 10571, 9645, 14339, 10329, 9643, 14997, 10341, 9465, 14486, 10107, 10141, 11468, 10121, 11652, 10532, 9972, 14272, 10617, 9916, 14243, 10215, 9484, 14526, 10199, 11327, 11937, 9826, 12629, 10231, 9653, 14429, 10257, 9838, 10699, 9830, 12798, 9976, 10402, 14380, 10020, 12172, 10635, 9744, 13941, 10205, 9909, 15702, 11676, 12273, 10798, 9713, 14062, 10114, 11429, 10578, 9752, 10671, 9945, 12718, 10320, 11849, 10777, 9667, 10673, 9981, 13073, 11598, 10176, 15585, 10724, 10651, 10156, 9768, 10808, 10019, 13909, 10071, 11820, 12749, 10128, 13325, 10603, 9657, 10651, 9859, 12431, 10613, 9884, 12679, 10016, 11093, 10141, 10649, 15982, 11549, 12162, 10599, 9737, 14413, 10364, 10773, 14214, 9955, 11980, 10333, 9705, 15373, 9892, 12289, 10483, 9664, 10527, 10018, 12789, 10570, 9783, 10482, 9889, 12574, 11241, 9861, 14725, 10387, 9389, 10398, 9846, 13780, 10247, 11184, 10008, 10382, 10164, 10764, 12328, 11230, 12219, 9892, 11729, 10984, 11165, 14865, 9495, 11956, 9327, 9277, 16426, 11113, 10694, 9425, 10246, 9878, 10837, 9925, 10630, 9998, 9828, 10189, 9503, 14187, 10900, 10721, 9852, 9720, 15042, 11017, 13834, 9805, 10916, 9740, 9499, 10293, 10067, 10572, 10002, 11676, 9981, 11083, 10220, 10354, 14501, 11019, 9949, 10117, 9844, 13224, 10247, 9611, 12577, 9804, 11243, 10048, 9427, 11262, 10269, 11951, 10056, 11115, 9859, 10719, 15866, 11341, 10306, 15492, 10479, 10982, 10493, 10178, 10065, 10492, 12545, 10677, 12904, 10267, 10480, 10328, 10200, 14815, 10622, 11238, 16112, 10180, 13143, 10006, 9487, 14895, 10285, 9599, 10181, 9842, 10532, 9953, 13558, 10346, 9964, 10202, 9649, 13253, 10576, 12920, 9862, 9598, 12692, 10328, 9396, 14742, 10735, 10726, 10110, 9527, 10200, 9689, 13069, 9863, 10103, 9901, 10178, 12529, 9965, 9822, 14174, 10859, 10140, 10150, 9700, 13267, 10029, 10083, 9876, 9915, 9791, 10166, 11398, 14701, 9865, 9907, 10162, 9931, 12021, 10039, 9393, 9564, 9552, 9453, 8787, 9848, 10405, 10007, 10411, 14312, 14148, 10114, 13773, 13046, 10269, 14123, 10345, 9932, 17089, 11538, 13340, 9753, 10402, 10221, 10058, 13790, 9931, 13465, 9993, 11658, 10091, 10198, 13920, 9529, 13019, 9668, 10969, 12060, 9300, 12321, 9790, 9272, 13307, 9307, 9643, 9652, 8757, 9585, 9745, 9780, 9264, 9775, 9795, 12110, 9673, 9941, 12816, 9668, 9480, 9841, 9788, 12979, 9658, 9749, 10075, 9593, 11169, 9599, 9697, 9632, 9749, 9621, 9806, 12334, 9752, 10161, 10107, 9951, 14078, 16043, 10572, 14468, 12971, 10506, 13737, 9755, 9849, 14529, 9599, 9745, 9755, 9157, 9701, 9788, 10048, 9905, 10525], 'WindowCenter': [4580.0, 4571.0, 4557.0, 4546.0, 4553.0, 4543.0, 4553.0, 4553.0, 4554.0, 4555.0, 4554.0, 4585.0, 4565.0, 4582.0, 4561.0, 4592.0, 4587.0, 4569.0, 4567.0, 4563.0, 4523.0, 4552.0, 4511.0, 4510.0, 4511.0, 4503.0, 4513.0, 4514.0, 4522.0, 4529.0, 4557.0, 4539.0, 4540.0, 4540.0, 4540.0, 4556.0, 4540.0, 4556.0, 4528.0, 4517.0, 4524.0, 4527.0, 4544.0, 4539.0, 4560.0, 4532.0, 4541.0, 4543.0, 4551.0, 4540.0, 4540.0, 4559.0, 4530.0, 4529.0, 4529.0, 4520.0, 4527.0, 4519.0, 4528.0, 4519.0, 4529.0, 4518.0, 4515.0, 4517.0, 4518.0, 4516.0, 4528.0, 4548.0, 4517.0, 4527.0, 4557.0, 4543.0, 4500.0, 4499.0, 4489.0, 4490.0, 4529.0, 4489.0, 4498.0, 4501.0, 4510.0, 4528.0, 4508.0, 4515.0, 4504.0, 4513.0, 4504.0, 4513.0, 4507.0, 4527.0, 4520.0, 4551.0, 4550.0, 4528.0, 4520.0, 4559.0, 4530.0, 4527.0, 4535.0, 4515.0, 4513.0, 4513.0, 4506.0, 4526.0, 4527.0, 4528.0, 4517.0, 4537.0, 4542.0, 4550.0, 4541.0, 4542.0, 4542.0, 4557.0, 4555.0, 4560.0, 4542.0, 4541.0, 4542.0, 4541.0, 4529.0, 4583.0, 4532.0, 4521.0, 4567.0, 4505.0, 4526.0, 4565.0, 4555.0, 4532.0, 4504.0, 4503.0, 4502.0, 4513.0, 4511.0, 4522.0, 4541.0, 4523.0, 4521.0, 4493.0, 4490.0, 4480.0, 4490.0, 4488.0, 4498.0, 4519.0, 4479.0, 4518.0, 4477.0, 4477.0, 4477.0, 4477.0, 4507.0, 4475.0, 4474.0, 4493.0, 4475.0, 4487.0, 4476.0, 4478.0, 4486.0, 4478.0, 4479.0, 4491.0, 4493.0, 4488.0, 4491.0, 4504.0, 4504.0, 4502.0, 4503.0, 4522.0, 4503.0, 4524.0, 4531.0, 4490.0, 4480.0, 4518.0, 4480.0, 4479.0, 4489.0, 4493.0, 4513.0, 4505.0, 4502.0, 4515.0, 4495.0, 4516.0, 4518.0, 4526.0, 4519.0, 4562.0, 4518.0, 4517.0, 4517.0, 4518.0, 4547.0, 4528.0, 4529.0, 4529.0, 4528.0, 4541.0, 4541.0, 4529.0, 4532.0, 4549.0, 4520.0, 4561.0, 4566.0, 4548.0, 4526.0, 4515.0, 4505.0, 4554.0, 4523.0, 4532.0, 4532.0, 4494.0, 4502.0, 4489.0, 4490.0, 4529.0, 4489.0, 4492.0, 4519.0, 4501.0, 4500.0, 4503.0, 4495.0, 4531.0, 4503.0, 4512.0, 4502.0, 4493.0, 4542.0, 4488.0, 4479.0, 4528.0, 4488.0, 4478.0, 4488.0, 4480.0, 4490.0, 4504.0, 4535.0, 4516.0, 4514.0, 4507.0, 4505.0, 4502.0, 4502.0, 4532.0, 4490.0, 4500.0, 4518.0, 4491.0, 4479.0, 4478.0, 4489.0, 4479.0, 4487.0, 4490.0, 4490.0, 4490.0, 4491.0, 4511.0, 4502.0, 4493.0, 4532.0, 4504.0, 4502.0, 4493.0, 4494.0, 4523.0, 4492.0, 4491.0, 4521.0, 4491.0, 4492.0, 4520.0, 4490.0, 4491.0, 4492.0, 4494.0, 4534.0, 4516.0, 4507.0, 4544.0, 4507.0, 4516.0, 4529.0, 4517.0, 4525.0, 4516.0, 4541.0, 4518.0, 4519.0, 4518.0, 4530.0, 4529.0, 4533.0, 4530.0, 4544.0, 4535.0, 4530.0, 4544.0, 4573.0, 4531.0, 4531.0, 4531.0, 4533.0, 4562.0, 4536.0, 4507.0, 4555.0, 4514.0, 4496.0, 4544.0, 4504.0, 4482.0, 4540.0, 4514.0, 4523.0, 4503.0, 4494.0, 4531.0, 4493.0, 4513.0, 4502.0, 4504.0, 4541.0, 4492.0, 4502.0, 4510.0, 4481.0, 4519.0, 4489.0, 4491.0, 4529.0, 4481.0, 4489.0, 4499.0, 4480.0, 4509.0, 4502.0, 4492.0, 4510.0, 4492.0, 4502.0, 4501.0, 4503.0, 4532.0, 4502.0, 4494.0, 4513.0, 4507.0, 4503.0, 4518.0, 4517.0, 4519.0, 4519.0, 4530.0, 4519.0, 4549.0, 4531.0, 4519.0, 4536.0, 4506.0, 4515.0, 4505.0, 4516.0, 4517.0, 4519.0, 4518.0, 4519.0, 4517.0, 4519.0, 4547.0, 4508.0, 4527.0, 4509.0, 4526.0, 4521.0, 4549.0, 4519.0, 4538.0, 4518.0, 4527.0, 4565.0, 4536.0, 4545.0, 4505.0, 4515.0, 4504.0, 4494.0, 4532.0, 4505.0, 4514.0, 4514.0, 4506.0, 4516.0, 4519.0, 4547.0, 4527.0, 4520.0, 4547.0, 4517.0, 4518.0, 4517.0, 4497.0, 4544.0, 4516.0, 4515.0, 4505.0, 4507.0, 4525.0, 4516.0, 4527.0, 4518.0, 4518.0, 4527.0, 4517.0, 4537.0, 4546.0, 4517.0, 4546.0, 4504.0, 4493.0, 4534.0, 4492.0, 4492.0, 4541.0, 4513.0, 4502.0, 4504.0, 4505.0, 4514.0, 4519.0, 4528.0, 4518.0, 4526.0, 4518.0, 4520.0, 4556.0, 4528.0, 4518.0, 4515.0, 4507.0, 4546.0, 4504.0, 4505.0, 4554.0, 4503.0, 4483.0, 4542.0, 4493.0, 4494.0, 4514.0, 4494.0, 4503.0, 4506.0, 4515.0, 4518.0, 4528.0, 4517.0, 4508.0, 4526.0, 4507.0, 4508.0, 4557.0, 4529.0, 4524.0, 4505.0, 4497.0, 4517.0, 4519.0, 4555.0, 4505.0, 4497.0, 4534.0, 4503.0, 4514.0, 4517.0, 4505.0, 4514.0, 4507.0, 4548.0, 4524.0, 4492.0, 4514.0, 4524.0, 4503.0, 4523.0, 4504.0, 4506.0, 4545.0, 4505.0, 4507.0, 4544.0, 4505.0, 4507.0, 4555.0, 4506.0, 4508.0, 4544.0, 4517.0, 4518.0, 4526.0, 4508.0, 4527.0, 4516.0, 4506.0, 4546.0, 4518.0, 4506.0, 4545.0, 4505.0, 4507.0, 4545.0, 4517.0, 4526.0, 4525.0, 4506.0, 4525.0, 4506.0, 4507.0, 4545.0, 4516.0, 4507.0, 4515.0, 4509.0, 4547.0, 4519.0, 4519.0, 4557.0, 4520.0, 4539.0, 4517.0, 4508.0, 4546.0, 4516.0, 4507.0, 4555.0, 4527.0, 4527.0, 4515.0, 4506.0, 4546.0, 4517.0, 4527.0, 4517.0, 4496.0, 4516.0, 4508.0, 4535.0, 4518.0, 4537.0, 4516.0, 4507.0, 4517.0, 4518.0, 4550.0, 4542.0, 4521.0, 4556.0, 4518.0, 4517.0, 4516.0, 4507.0, 4527.0, 4519.0, 4558.0, 4520.0, 4540.0, 4537.0, 4517.0, 4546.0, 4505.0, 4484.0, 4502.0, 4504.0, 4534.0, 4515.0, 4508.0, 4536.0, 4508.0, 4526.0, 4520.0, 4528.0, 4568.0, 4528.0, 4538.0, 4518.0, 4509.0, 4546.0, 4518.0, 4517.0, 4546.0, 4506.0, 4524.0, 4505.0, 4507.0, 4555.0, 4507.0, 4537.0, 4518.0, 4507.0, 4516.0, 4506.0, 4548.0, 4518.0, 4507.0, 4517.0, 4518.0, 4549.0, 4527.0, 4509.0, 4558.0, 4507.0, 4496.0, 4506.0, 4507.0, 4548.0, 4522.0, 4516.0, 4507.0, 4518.0, 4516.0, 4530.0, 4537.0, 4529.0, 4537.0, 4508.0, 4527.0, 4516.0, 4516.0, 4544.0, 4506.0, 4526.0, 4483.0, 4494.0, 4552.0, 4512.0, 4501.0, 4483.0, 4492.0, 4505.0, 4515.0, 4507.0, 4516.0, 4508.0, 4508.0, 4507.0, 4509.0, 4547.0, 4517.0, 4516.0, 4507.0, 4520.0, 4556.0, 4517.0, 4533.0, 4505.0, 4513.0, 4507.0, 4507.0, 4515.0, 4519.0, 4528.0, 4518.0, 4539.0, 4518.0, 4526.0, 4515.0, 4517.0, 4545.0, 4517.0, 4495.0, 4492.0, 4494.0, 4533.0, 4504.0, 4495.0, 4524.0, 4507.0, 4515.0, 4519.0, 4540.0, 4573.0, 4567.0, 4584.0, 4537.0, 4531.0, 4510.0, 4518.0, 4558.0, 4531.0, 4523.0, 4542.0, 4488.0, 4500.0, 4505.0, 4506.0, 4506.0, 4528.0, 4537.0, 4515.0, 4536.0, 4520.0, 4527.0, 4520.0, 4531.0, 4558.0, 4518.0, 4528.0, 4554.0, 4517.0, 4534.0, 4493.0, 4506.0, 4544.0, 4504.0, 4493.0, 4516.0, 4507.0, 4518.0, 4519.0, 4546.0, 4518.0, 4517.0, 4519.0, 4519.0, 4548.0, 4534.0, 4551.0, 4507.0, 4494.0, 4524.0, 4506.0, 4496.0, 4556.0, 4517.0, 4514.0, 4518.0, 4506.0, 4518.0, 4520.0, 4548.0, 4522.0, 4520.0, 4516.0, 4518.0, 4538.0, 4505.0, 4507.0, 4544.0, 4502.0, 4488.0, 4490.0, 4490.0, 4521.0, 4504.0, 4514.0, 4504.0, 4505.0, 4505.0, 4518.0, 4537.0, 4559.0, 4520.0, 4506.0, 4514.0, 4505.0, 4534.0, 4518.0, 4520.0, 4521.0, 4521.0, 4522.0, 4499.0, 4533.0, 4541.0, 4546.0, 4573.0, 4601.0, 4574.0, 4531.0, 4559.0, 4535.0, 4515.0, 4543.0, 4503.0, 4519.0, 4563.0, 4510.0, 4531.0, 4491.0, 4514.0, 4500.0, 4504.0, 4541.0, 4504.0, 4557.0, 4514.0, 4522.0, 4501.0, 4515.0, 4542.0, 4501.0, 4531.0, 4490.0, 4512.0, 4520.0, 4505.0, 4533.0, 4501.0, 4494.0, 4529.0, 4491.0, 4490.0, 4503.0, 4492.0, 4516.0, 4518.0, 4530.0, 4521.0, 4532.0, 4542.0, 4562.0, 4519.0, 4518.0, 4532.0, 4503.0, 4505.0, 4513.0, 4529.0, 4558.0, 4519.0, 4520.0, 4529.0, 4531.0, 4539.0, 4532.0, 4533.0, 4531.0, 4547.0, 4531.0, 4544.0, 4575.0, 4546.0, 4546.0, 4544.0, 4544.0, 4595.0, 4592.0, 4542.0, 4571.0, 4548.0, 4543.0, 4572.0, 4517.0, 4530.0, 4566.0, 4515.0, 4515.0, 4517.0, 4522.0, 4534.0, 4543.0, 4541.0, 4545.0, 4554.0], 'WindowWidth': [10051.0, 10036.0, 10011.0, 9991.0, 9997.0, 9984.0, 9996.0, 9998.0, 10001.0, 10004.0, 10000.0, 10044.0, 10016.0, 10034.0, 10006.0, 10051.0, 10041.0, 10013.0, 10006.0, 9991.0, 9939.0, 9975.0, 9916.0, 9915.0, 9917.0, 9909.0, 9922.0, 9926.0, 9937.0, 9956.0, 9991.0, 9972.0, 9974.0, 9974.0, 9975.0, 9991.0, 9971.0, 9989.0, 9952.0, 9935.0, 9939.0, 9950.0, 9967.0, 9968.0, 9998.0, 9963.0, 9974.0, 9984.0, 9992.0, 9974.0, 9973.0, 9994.0, 9958.0, 9955.0, 9954.0, 9944.0, 9947.0, 9941.0, 9953.0, 9941.0, 9953.0, 9939.0, 9931.0, 9935.0, 9937.0, 9934.0, 9952.0, 9979.0, 9934.0, 9947.0, 9991.0, 9962.0, 9899.0, 9896.0, 9882.0, 9888.0, 9936.0, 9884.0, 9894.0, 9903.0, 9914.0, 9951.0, 9924.0, 9926.0, 9913.0, 9922.0, 9910.0, 9922.0, 9922.0, 9950.0, 9944.0, 9992.0, 9985.0, 9953.0, 9943.0, 9996.0, 9958.0, 9949.0, 9955.0, 9929.0, 9922.0, 9923.0, 9919.0, 9946.0, 9950.0, 9952.0, 9939.0, 9964.0, 9978.0, 9984.0, 9976.0, 9975.0, 9977.0, 10006.0, 10000.0, 9999.0, 9977.0, 9977.0, 9979.0, 9976.0, 9953.0, 10038.0, 9966.0, 9949.0, 10005.0, 9913.0, 9945.0, 9997.0, 9981.0, 9943.0, 9912.0, 9907.0, 9908.0, 9921.0, 9916.0, 9932.0, 9956.0, 9931.0, 9925.0, 9895.0, 9885.0, 9871.0, 9884.0, 9877.0, 9891.0, 9921.0, 9867.0, 9918.0, 9858.0, 9858.0, 9859.0, 9864.0, 9903.0, 9854.0, 9854.0, 9876.0, 9857.0, 9874.0, 9857.0, 9863.0, 9870.0, 9863.0, 9867.0, 9889.0, 9893.0, 9876.0, 9888.0, 9910.0, 9911.0, 9904.0, 9909.0, 9932.0, 9907.0, 9934.0, 9941.0, 9883.0, 9869.0, 9918.0, 9868.0, 9867.0, 9881.0, 9893.0, 9919.0, 9912.0, 9906.0, 9927.0, 9902.0, 9930.0, 9937.0, 9946.0, 9940.0, 10001.0, 9936.0, 9933.0, 9931.0, 9935.0, 9972.0, 9950.0, 9952.0, 9955.0, 9949.0, 9973.0, 9974.0, 9953.0, 9963.0, 9980.0, 9942.0, 9998.0, 10001.0, 9975.0, 9943.0, 9928.0, 9913.0, 9981.0, 9936.0, 9945.0, 9945.0, 9895.0, 9905.0, 9881.0, 9885.0, 9935.0, 9881.0, 9889.0, 9922.0, 9901.0, 9900.0, 9906.0, 9901.0, 9943.0, 9907.0, 9918.0, 9903.0, 9894.0, 9958.0, 9878.0, 9867.0, 9932.0, 9879.0, 9863.0, 9878.0, 9870.0, 9884.0, 9910.0, 9953.0, 9929.0, 9920.0, 9918.0, 9913.0, 9904.0, 9904.0, 9947.0, 9886.0, 9898.0, 9919.0, 9885.0, 9869.0, 9862.0, 9880.0, 9867.0, 9876.0, 9885.0, 9885.0, 9884.0, 9889.0, 9913.0, 9903.0, 9893.0, 9946.0, 9909.0, 9904.0, 9893.0, 9898.0, 9933.0, 9889.0, 9888.0, 9926.0, 9886.0, 9888.0, 9924.0, 9886.0, 9887.0, 9891.0, 9897.0, 9951.0, 9930.0, 9919.0, 9967.0, 9919.0, 9930.0, 9953.0, 9935.0, 9941.0, 9930.0, 9972.0, 9938.0, 9939.0, 9938.0, 9957.0, 9955.0, 9965.0, 9958.0, 9981.0, 9972.0, 9958.0, 9982.0, 10019.0, 9960.0, 9958.0, 9958.0, 9965.0, 10004.0, 9960.0, 9917.0, 9983.0, 9923.0, 9902.0, 9965.0, 9908.0, 9879.0, 9954.0, 9924.0, 9933.0, 9904.0, 9897.0, 9940.0, 9893.0, 9920.0, 9905.0, 9911.0, 9957.0, 9892.0, 9904.0, 9910.0, 9872.0, 9923.0, 9882.0, 9886.0, 9935.0, 9873.0, 9884.0, 9895.0, 9872.0, 9911.0, 9903.0, 9889.0, 9911.0, 9889.0, 9904.0, 9900.0, 9906.0, 9945.0, 9903.0, 9896.0, 9922.0, 9918.0, 9909.0, 9937.0, 9933.0, 9940.0, 9939.0, 9956.0, 9943.0, 9981.0, 9958.0, 9938.0, 9957.0, 9917.0, 9927.0, 9913.0, 9930.0, 9937.0, 9939.0, 9938.0, 9941.0, 9935.0, 9940.0, 9970.0, 9921.0, 9946.0, 9926.0, 9945.0, 9946.0, 9982.0, 9939.0, 9961.0, 9934.0, 9945.0, 9997.0, 9955.0, 9967.0, 9909.0, 9923.0, 9908.0, 9896.0, 9943.0, 9912.0, 9924.0, 9924.0, 9917.0, 9930.0, 9939.0, 9975.0, 9948.0, 9942.0, 9973.0, 9935.0, 9936.0, 9931.0, 9906.0, 9965.0, 9930.0, 9926.0, 9912.0, 9917.0, 9939.0, 9930.0, 9947.0, 9935.0, 9936.0, 9946.0, 9934.0, 9963.0, 9970.0, 9929.0, 9969.0, 9908.0, 9894.0, 9948.0, 9889.0, 9889.0, 9955.0, 9917.0, 9903.0, 9910.0, 9912.0, 9926.0, 9939.0, 9948.0, 9937.0, 9944.0, 9935.0, 9943.0, 9984.0, 9948.0, 9936.0, 9926.0, 9917.0, 9969.0, 9909.0, 9912.0, 9976.0, 9906.0, 9880.0, 9956.0, 9891.0, 9896.0, 9921.0, 9894.0, 9907.0, 9916.0, 9926.0, 9936.0, 9951.0, 9932.0, 9920.0, 9943.0, 9918.0, 9920.0, 9986.0, 9950.0, 9937.0, 9913.0, 9904.0, 9930.0, 9936.0, 9982.0, 9911.0, 9903.0, 9949.0, 9908.0, 9920.0, 9932.0, 9912.0, 9924.0, 9919.0, 9975.0, 9935.0, 9892.0, 9923.0, 9934.0, 9907.0, 9932.0, 9911.0, 9915.0, 9965.0, 9913.0, 9918.0, 9963.0, 9912.0, 9917.0, 9980.0, 9917.0, 9920.0, 9964.0, 9932.0, 9934.0, 9941.0, 9920.0, 9945.0, 9928.0, 9916.0, 9970.0, 9934.0, 9917.0, 9966.0, 9914.0, 9919.0, 9966.0, 9931.0, 9943.0, 9939.0, 9915.0, 9938.0, 9915.0, 9920.0, 9966.0, 9931.0, 9919.0, 9927.0, 9924.0, 9972.0, 9937.0, 9940.0, 9986.0, 9939.0, 9963.0, 9931.0, 9921.0, 9969.0, 9930.0, 9919.0, 9983.0, 9945.0, 9945.0, 9927.0, 9917.0, 9968.0, 9932.0, 9945.0, 9931.0, 9903.0, 9929.0, 9922.0, 9955.0, 9936.0, 9961.0, 9930.0, 9920.0, 9932.0, 9935.0, 9982.0, 9975.0, 9944.0, 9983.0, 9933.0, 9930.0, 9930.0, 9919.0, 9948.0, 9939.0, 9989.0, 9941.0, 9970.0, 9960.0, 9932.0, 9969.0, 9912.0, 9878.0, 9900.0, 9909.0, 9950.0, 9927.0, 9920.0, 9955.0, 9921.0, 9945.0, 9940.0, 9951.0, 10003.0, 9948.0, 9960.0, 9934.0, 9925.0, 9971.0, 9933.0, 9932.0, 9967.0, 9913.0, 9936.0, 9913.0, 9917.0, 9980.0, 9919.0, 9958.0, 9932.0, 9919.0, 9929.0, 9917.0, 9974.0, 9935.0, 9919.0, 9932.0, 9936.0, 9980.0, 9946.0, 9923.0, 9985.0, 9917.0, 9903.0, 9915.0, 9918.0, 9974.0, 9945.0, 9927.0, 9918.0, 9933.0, 9930.0, 9952.0, 9958.0, 9950.0, 9959.0, 9921.0, 9944.0, 9929.0, 9928.0, 9962.0, 9915.0, 9943.0, 9878.0, 9895.0, 9973.0, 9917.0, 9899.0, 9878.0, 9888.0, 9914.0, 9925.0, 9917.0, 9929.0, 9921.0, 9921.0, 9917.0, 9923.0, 9972.0, 9931.0, 9929.0, 9916.0, 9942.0, 9984.0, 9931.0, 9948.0, 9913.0, 9922.0, 9921.0, 9920.0, 9929.0, 9938.0, 9950.0, 9936.0, 9966.0, 9936.0, 9944.0, 9927.0, 9933.0, 9967.0, 9930.0, 9896.0, 9888.0, 9893.0, 9946.0, 9911.0, 9898.0, 9936.0, 9917.0, 9926.0, 9938.0, 9988.0, 10040.0, 10035.0, 10052.0, 9976.0, 9957.0, 9924.0, 9935.0, 9988.0, 9955.0, 9946.0, 9955.0, 9876.0, 9895.0, 9910.0, 9916.0, 9916.0, 9950.0, 9957.0, 9926.0, 9954.0, 9942.0, 9947.0, 9940.0, 9957.0, 9992.0, 9937.0, 9947.0, 9976.0, 9929.0, 9948.0, 9892.0, 9913.0, 9963.0, 9910.0, 9895.0, 9930.0, 9920.0, 9934.0, 9938.0, 9972.0, 9935.0, 9932.0, 9938.0, 9941.0, 9978.0, 9967.0, 9983.0, 9915.0, 9896.0, 9933.0, 9913.0, 9900.0, 9982.0, 9931.0, 9923.0, 9935.0, 9917.0, 9937.0, 9942.0, 9978.0, 9947.0, 9939.0, 9931.0, 9936.0, 9961.0, 9913.0, 9918.0, 9963.0, 9902.0, 9877.0, 9881.0, 9882.0, 9927.0, 9911.0, 9925.0, 9909.0, 9913.0, 9914.0, 9935.0, 9961.0, 9992.0, 9942.0, 9918.0, 9926.0, 9915.0, 9952.0, 9935.0, 9944.0, 9948.0, 9948.0, 9950.0, 9915.0, 9967.0, 9977.0, 9991.0, 10043.0, 10078.0, 10026.0, 9960.0, 9993.0, 9954.0, 9927.0, 9963.0, 9908.0, 9940.0, 9990.0, 9911.0, 9941.0, 9888.0, 9924.0, 9900.0, 9913.0, 9960.0, 9914.0, 9989.0, 9930.0, 9933.0, 9902.0, 9927.0, 9960.0, 9906.0, 9943.0, 9889.0, 9921.0, 9926.0, 9918.0, 9950.0, 9904.0, 9897.0, 9939.0, 9890.0, 9888.0, 9909.0, 9897.0, 9936.0, 9941.0, 9960.0, 9950.0, 9965.0, 9981.0, 10008.0, 9945.0, 9938.0, 9944.0, 9910.0, 9916.0, 9925.0, 9956.0, 9995.0, 9943.0, 9944.0, 9959.0, 9962.0, 9972.0, 9968.0, 9970.0, 9965.0, 9994.0, 9965.0, 9986.0, 10030.0, 9992.0, 9991.0, 9986.0, 9988.0, 10060.0, 10047.0, 9977.0, 10015.0, 9977.0, 9982.0, 10020.0, 9941.0, 9961.0, 10002.0, 9934.0, 9933.0, 9938.0, 9952.0, 9971.0, 9983.0, 9978.0, 9990.0, 9998.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.006682488532110092</td></tr>
<tr><td colspan=3>aqi</td><td>0.027676742087155964</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.98939757220438</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1951087302985075</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0837185848335253</td></tr>
<tr><td colspan=3>efc</td><td>0.4976</td></tr>
<tr><td colspan=3>fber</td><td>3654.7537</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11253852633587795</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>82</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.403669724770642</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6993989194555783</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6802556633704526</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9239596575600966</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4939814374361844</td></tr>
<tr><td colspan=3>gcor</td><td>0.0176619</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017465537413954735</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025274643674492836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.659105365847784</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>28.8699</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>63.8998</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>221.0162</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>295213.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>1005.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.1418</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9499</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>600.2686</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3646.672</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3895.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81331.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1002.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4866.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1064.4613</td></tr>
<tr><td colspan=3>tsnr</td><td>35.02254619728774</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>