ds005256-mriqc/sub-0100_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 2e786f25c2 [DATALAD RUNCMD] Compute MRIQC for sub-0100
=== 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-0100 --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-0100",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:27:34 +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-0100_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0100_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0100_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-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-04/func/sub-0100_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c2a23c490ef495e47345112d13d7c3d4</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:15:43.272500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124673</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dbaa16ae-5e49-483f-afe4-fcbc6c8d458c||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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': ['121543.272500', '121543.732500', '121544.192500', '121544.652500', '121545.112500', '121545.572500', '121546.032500', '121546.492500', '121546.952500', '121547.412500', '121547.872500', '121548.332500', '121548.792500', '121549.252500', '121549.712500', '121550.172500', '121550.632500', '121551.092500', '121551.552500', '121552.012500', '121552.472500', '121552.932500', '121553.392500', '121553.852500', '121554.312500', '121554.772500', '121555.232500', '121555.692500', '121556.152500', '121556.612500', '121557.072500', '121557.532500', '121557.992500', '121558.452500', '121558.912500', '121559.372500', '121559.832500', '121600.292500', '121600.752500', '121601.212500', '121601.672500', '121602.132500', '121602.592500', '121603.052500', '121603.512500', '121603.972500', '121604.432500', '121604.892500', '121605.352500', '121605.812500', '121606.272500', '121606.732500', '121607.192500', '121607.652500', '121608.112500', '121608.572500', '121609.032500', '121609.492500', '121609.952500', '121610.412500', '121610.872500', '121611.332500', '121611.792500', '121612.252500', '121612.712500', '121613.172500', '121613.632500', '121614.092500', '121614.552500', '121615.012500', '121615.472500', '121615.932500', '121616.392500', '121616.852500', '121617.312500', '121617.772500', '121618.232500', '121618.692500', '121619.152500', '121619.612500', '121620.072500', '121620.532500', '121620.992500', '121621.452500', '121621.912500', '121622.372500', '121622.832500', '121623.292500', '121623.752500', '121624.212500', '121624.672500', '121625.132500', '121625.592500', '121626.052500', '121626.512500', '121626.972500', '121627.432500', '121627.892500', '121628.352500', '121628.812500', '121629.272500', '121629.732500', '121630.192500', '121630.652500', '121631.112500', '121631.572500', '121632.032500', '121632.492500', '121632.952500', '121633.412500', '121633.872500', '121634.332500', '121634.792500', '121635.252500', '121635.712500', '121636.172500', '121636.632500', '121637.092500', '121637.552500', '121638.012500', '121638.472500', '121638.932500', '121639.392500', '121639.852500', '121640.312500', '121640.772500', '121641.232500', '121641.692500', '121642.152500', '121642.612500', '121643.072500', '121643.532500', '121643.992500', '121644.452500', '121644.912500', '121645.372500', '121645.832500', '121646.292500', '121646.752500', '121647.212500', '121647.672500', '121648.132500', '121648.592500', '121649.052500', '121649.512500', '121649.972500', '121650.432500', '121650.892500', '121651.352500', '121651.812500', '121652.272500', '121652.732500', '121653.192500', '121653.652500', '121654.112500', '121654.572500', '121655.032500', '121655.492500', '121655.952500', '121656.412500', '121656.872500', '121657.332500', '121657.792500', '121658.252500', '121658.712500', '121659.172500', '121659.632500', '121700.092500', '121700.552500', '121701.012500', '121701.472500', '121701.932500', '121702.392500', '121702.852500', '121703.312500', '121703.772500', '121704.232500', '121704.692500', '121705.152500', '121705.612500', '121706.072500', '121706.532500', '121706.992500', '121707.452500', '121707.912500', '121708.372500', '121708.832500', '121709.292500', '121709.752500', '121710.212500', '121710.672500', '121711.132500', '121711.592500', '121712.052500', '121712.512500', '121712.972500', '121713.432500', '121713.892500', '121714.352500', '121714.812500', '121715.272500', '121715.732500', '121716.192500', '121716.652500', '121717.112500', '121717.572500', '121718.032500', '121718.492500', '121718.952500', '121719.412500', '121719.872500', '121720.332500', '121720.792500', '121721.252500', '121721.712500', '121722.172500', '121722.632500', '121723.092500', '121723.552500', '121724.012500', '121724.472500', '121724.932500', '121725.392500', '121725.852500', '121726.312500', '121726.772500', '121727.232500', '121727.692500', '121728.152500', '121728.612500', '121729.072500', '121729.532500', '121729.992500', '121730.452500', '121730.912500', '121731.372500', '121731.832500', '121732.292500', '121732.752500', '121733.212500', '121733.672500', '121734.132500', '121734.592500', '121735.052500', '121735.512500', '121735.972500', '121736.432500', '121736.892500', '121737.352500', '121737.812500', '121738.272500', '121738.732500', '121739.192500', '121739.652500', '121740.112500', '121740.572500', '121741.032500', '121741.492500', '121741.952500', '121742.412500', '121742.872500', '121743.332500', '121743.792500', '121744.252500', '121744.712500', '121745.172500', '121745.632500', '121746.092500', '121746.552500', '121747.012500', '121747.472500', '121747.932500', '121748.392500', '121748.852500', '121749.312500', '121749.772500', '121750.232500', '121750.692500', '121751.152500', '121751.612500', '121752.072500', '121752.532500', '121752.992500', '121753.452500', '121753.912500', '121754.372500', '121754.832500', '121755.292500', '121755.752500', '121756.212500', '121756.672500', '121757.132500', '121757.592500', '121758.052500', '121758.512500', '121758.972500', '121759.432500', '121759.892500', '121800.352500', '121800.812500', '121801.272500', '121801.732500', '121802.192500', '121802.652500', '121803.112500', '121803.572500', '121804.032500', '121804.492500', '121804.952500', '121805.412500', '121805.872500', '121806.332500', '121806.792500', '121807.252500', '121807.712500', '121808.172500', '121808.632500', '121809.092500', '121809.552500', '121810.012500', '121810.472500', '121810.932500', '121811.392500', '121811.852500', '121812.312500', '121812.772500', '121813.232500', '121813.692500', '121814.152500', '121814.612500', '121815.072500', '121815.532500', '121815.992500', '121816.452500', '121816.912500', '121817.372500', '121817.832500', '121818.292500', '121818.752500', '121819.212500', '121819.672500', '121820.132500', '121820.592500', '121821.052500', '121821.512500', '121821.972500', '121822.432500', '121822.892500', '121823.352500', '121823.812500', '121824.272500', '121824.732500', '121825.192500', '121825.652500', '121826.112500', '121826.572500', '121827.032500', '121827.492500', '121827.952500', '121828.412500', '121828.872500', '121829.332500', '121829.792500', '121830.252500', '121830.712500', '121831.172500', '121831.632500', '121832.092500', '121832.552500', '121833.012500', '121833.472500', '121833.932500', '121834.392500', '121834.852500', '121835.312500', '121835.772500', '121836.232500', '121836.692500', '121837.152500', '121837.612500', '121838.072500', '121838.532500', '121838.992500', '121839.452500', '121839.912500', '121840.372500', '121840.832500', '121841.292500', '121841.752500', '121842.212500', '121842.672500', '121843.132500', '121843.592500', '121844.052500', '121844.512500', '121844.972500', '121845.432500', '121845.892500', '121846.352500', '121846.812500', '121847.272500', '121847.732500', '121848.192500', '121848.652500', '121849.112500', '121849.572500', '121850.032500', '121850.492500', '121850.952500', '121851.412500', '121851.872500', '121852.332500', '121852.792500', '121853.252500', '121853.712500', '121854.172500', '121854.632500', '121855.092500', '121855.552500', '121856.012500', '121856.472500', '121856.932500', '121857.392500', '121857.852500', '121858.312500', '121858.772500', '121859.232500', '121859.692500', '121900.152500', '121900.612500', '121901.072500', '121901.532500', '121901.992500', '121902.452500', '121902.912500', '121903.372500', '121903.832500', '121904.292500', '121904.752500', '121905.212500', '121905.672500', '121906.132500', '121906.592500', '121907.052500', '121907.512500', '121907.972500', '121908.432500', '121908.892500', '121909.352500', '121909.812500', '121910.272500', '121910.732500', '121911.192500', '121911.652500', '121912.112500', '121912.572500', '121913.032500', '121913.492500', '121913.952500', '121914.412500', '121914.872500', '121915.332500', '121915.792500', '121916.252500', '121916.712500', '121917.172500', '121917.632500', '121918.092500', '121918.552500', '121919.012500', '121919.472500', '121919.932500', '121920.392500', '121920.852500', '121921.312500', '121921.772500', '121922.232500', '121922.692500', '121923.152500', '121923.612500', '121924.072500', '121924.532500', '121924.992500', '121925.452500', '121925.912500', '121926.372500', '121926.832500', '121927.292500', '121927.752500', '121928.212500', '121928.672500', '121929.132500', '121929.592500', '121930.052500', '121930.512500', '121930.972500', '121931.432500', '121931.892500', '121932.352500', '121932.812500', '121933.272500', '121933.732500', '121934.192500', '121934.652500', '121935.112500', '121935.572500', '121936.032500', '121936.492500', '121936.952500', '121937.412500', '121937.872500', '121938.332500', '121938.792500', '121939.252500', '121939.712500', '121940.172500', '121940.632500', '121941.092500', '121941.552500', '121942.012500', '121942.472500', '121942.932500', '121943.392500', '121943.852500', '121944.312500', '121944.772500', '121945.232500', '121945.692500', '121946.152500', '121946.612500', '121947.072500', '121947.532500', '121947.992500', '121948.452500', '121948.912500', '121949.372500', '121949.832500', '121950.292500', '121950.752500', '121951.212500', '121951.672500', '121952.132500', '121952.592500', '121953.052500', '121953.512500', '121953.972500', '121954.432500', '121954.892500', '121955.352500', '121955.812500', '121956.272500', '121956.732500', '121957.192500', '121957.652500', '121958.112500', '121958.572500', '121959.032500', '121959.492500', '121959.952500', '122000.412500', '122000.872500', '122001.332500', '122001.792500', '122002.252500', '122002.712500', '122003.172500', '122003.632500', '122004.092500', '122004.552500', '122005.012500', '122005.472500', '122005.932500', '122006.392500', '122006.852500', '122007.312500', '122007.772500', '122008.232500', '122008.692500', '122009.152500', '122009.612500', '122010.072500', '122010.532500', '122010.992500', '122011.452500', '122011.912500', '122012.372500', '122012.832500', '122013.292500', '122013.752500', '122014.212500', '122014.672500', '122015.132500', '122015.592500', '122016.052500', '122016.512500', '122016.972500', '122017.432500', '122017.892500', '122018.352500', '122018.812500', '122019.272500', '122019.732500', '122020.192500', '122020.652500', '122021.112500', '122021.572500', '122022.032500', '122022.492500', '122022.952500', '122023.412500', '122023.872500', '122024.332500', '122024.792500', '122025.252500', '122025.712500', '122026.172500', '122026.632500', '122027.092500', '122027.552500', '122028.012500', '122028.472500', '122028.932500', '122029.392500', '122029.852500', '122030.312500', '122030.772500', '122031.232500', '122031.692500', '122032.152500', '122032.612500', '122033.072500', '122033.532500', '122033.992500', '122034.452500', '122034.912500', '122035.372500', '122035.832500', '122036.292500', '122036.752500', '122037.212500', '122037.672500', '122038.132500', '122038.592500', '122039.052500', '122039.512500', '122039.972500', '122040.432500', '122040.892500', '122041.352500', '122041.812500', '122042.272500', '122042.732500', '122043.192500', '122043.652500', '122044.112500', '122044.572500', '122045.032500', '122045.492500', '122045.952500', '122046.412500', '122046.872500', '122047.332500', '122047.792500', '122048.252500', '122048.712500', '122049.172500', '122049.632500', '122050.092500', '122050.552500', '122051.012500', '122051.472500', '122051.932500', '122052.392500', '122052.852500', '122053.312500', '122053.772500', '122054.232500', '122054.692500', '122055.152500', '122055.612500', '122056.072500', '122056.532500', '122056.992500', '122057.452500', '122057.912500', '122058.372500', '122058.832500', '122059.292500', '122059.752500', '122100.212500', '122100.672500', '122101.132500', '122101.592500', '122102.052500', '122102.512500', '122102.972500', '122103.432500', '122103.892500', '122104.352500', '122104.812500', '122105.272500', '122105.732500', '122106.192500', '122106.652500', '122107.112500', '122107.572500', '122108.032500', '122108.492500', '122108.952500', '122109.412500', '122109.872500', '122110.332500', '122110.792500', '122111.252500', '122111.712500', '122112.172500', '122112.632500', '122113.092500', '122113.552500', '122114.012500', '122114.472500', '122114.932500', '122115.392500', '122115.852500', '122116.312500', '122116.772500', '122117.232500', '122117.692500', '122118.152500', '122118.612500', '122119.072500', '122119.532500', '122119.992500', '122120.452500', '122120.912500', '122121.372500', '122121.832500', '122122.292500', '122122.752500', '122123.212500', '122123.672500', '122124.132500', '122124.592500', '122125.052500', '122125.512500', '122125.972500', '122126.432500', '122126.892500', '122127.352500', '122127.812500', '122128.272500', '122128.732500', '122129.192500', '122129.652500', '122130.112500', '122130.572500', '122131.032500', '122131.492500', '122131.952500', '122132.412500', '122132.872500', '122133.332500', '122133.792500', '122134.252500', '122134.712500', '122135.172500', '122135.632500', '122136.092500', '122136.552500', '122137.012500', '122137.472500', '122137.932500', '122138.392500', '122138.852500', '122139.312500', '122139.772500', '122140.232500', '122140.692500', '122141.152500', '122141.612500', '122142.072500', '122142.532500', '122142.992500', '122143.452500', '122143.912500', '122144.372500', '122144.832500', '122145.292500', '122145.752500', '122146.212500', '122146.672500', '122147.132500', '122147.592500', '122148.052500', '122148.512500', '122148.972500', '122149.432500', '122149.892500', '122150.352500', '122150.812500', '122151.272500', '122151.732500', '122152.192500', '122152.652500', '122153.112500', '122153.572500', '122154.032500', '122154.492500', '122154.952500', '122155.412500', '122155.872500', '122156.332500', '122156.792500', '122157.252500', '122157.712500', '122158.172500', '122158.632500', '122159.092500', '122159.552500', '122200.012500', '122200.472500', '122200.932500', '122201.392500', '122201.852500', '122202.312500', '122202.772500', '122203.232500', '122203.692500', '122204.152500', '122204.612500', '122205.072500', '122205.532500', '122205.992500', '122206.452500', '122206.912500', '122207.372500', '122207.832500', '122208.292500', '122208.752500', '122209.212500', '122209.672500', '122210.132500', '122210.592500', '122211.052500', '122211.512500', '122211.972500', '122212.432500', '122212.892500', '122213.352500', '122213.812500', '122214.272500', '122214.732500', '122215.192500', '122215.652500', '122216.112500', '122216.572500', '122217.032500', '122217.492500', '122217.952500', '122218.412500', '122218.872500', '122219.332500', '122219.792500', '122220.252500', '122220.712500', '122221.172500', '122221.632500', '122222.092500', '122222.552500', '122223.012500', '122223.472500', '122223.932500'], 'ContentTime': ['121611.797000', '121611.801000', '121611.803000', '121611.806000', '121611.808000', '121611.811000', '121611.814000', '121611.823000', '121611.825000', '121611.828000', '121611.831000', '121611.833000', '121611.836000', '121611.839000', '121611.841000', '121611.844000', '121611.846000', '121611.849000', '121611.852000', '121611.854000', '121611.857000', '121611.860000', '121611.862000', '121611.865000', '121611.868000', '121611.870000', '121611.873000', '121611.876000', '121611.878000', '121611.881000', '121611.883000', '121611.886000', '121611.889000', '121611.891000', '121611.894000', '121611.896000', '121611.899000', '121611.902000', '121611.904000', '121611.907000', '121611.909000', '121611.912000', '121611.915000', '121611.917000', '121611.920000', '121611.923000', '121611.925000', '121611.928000', '121611.931000', '121611.934000', '121611.937000', '121611.940000', '121611.942000', '121611.958000', '121611.961000', '121611.974000', '121611.977000', '121611.980000', '121611.982000', '121611.985000', '121631.772000', '121631.774000', '121631.777000', '121631.779000', '121631.786000', '121631.789000', '121631.791000', '121631.794000', '121631.797000', '121631.799000', '121631.802000', '121631.804000', '121631.807000', '121631.810000', '121631.812000', '121631.815000', '121631.818000', '121631.820000', '121631.823000', '121631.825000', '121631.828000', '121631.831000', '121631.833000', '121631.836000', '121631.839000', '121631.841000', '121631.844000', '121631.846000', '121631.849000', '121631.852000', '121631.854000', '121631.857000', '121631.860000', '121631.862000', '121631.865000', '121631.867000', '121631.870000', '121631.873000', '121631.875000', '121631.878000', '121631.881000', '121631.883000', '121631.886000', '121631.888000', '121651.772000', '121651.774000', '121651.777000', '121651.780000', '121651.782000', '121651.785000', '121651.788000', '121651.790000', '121651.793000', '121651.795000', '121651.798000', '121651.801000', '121651.803000', '121651.806000', '121651.809000', '121651.811000', '121651.814000', '121651.816000', '121651.819000', '121651.822000', '121651.824000', '121651.827000', '121651.830000', '121651.832000', '121651.835000', '121651.837000', '121651.840000', '121651.843000', '121651.845000', '121651.848000', '121651.851000', '121651.853000', '121651.856000', '121651.859000', '121651.861000', '121651.864000', '121651.866000', '121651.869000', '121651.872000', '121651.874000', '121651.877000', '121651.879000', '121651.882000', '121711.772000', '121711.774000', '121711.777000', '121711.788000', '121711.791000', '121711.793000', '121711.796000', '121711.798000', '121711.801000', '121711.804000', '121711.806000', '121711.809000', '121711.812000', '121711.814000', '121711.817000', '121711.820000', '121711.822000', '121711.825000', '121711.828000', '121711.830000', '121711.833000', '121711.836000', '121711.838000', '121711.841000', '121711.844000', '121711.846000', '121711.849000', '121711.852000', '121711.854000', '121711.857000', '121711.859000', '121711.862000', '121711.865000', '121711.867000', '121711.870000', '121711.873000', '121711.875000', '121711.878000', '121711.881000', '121711.883000', '121711.886000', '121711.888000', '121711.891000', '121711.894000', '121731.772000', '121731.775000', '121731.777000', '121731.780000', '121731.782000', '121731.785000', '121731.788000', '121731.790000', '121731.793000', '121731.796000', '121731.798000', '121731.801000', '121731.804000', '121731.806000', '121731.809000', '121731.811000', '121731.814000', '121731.817000', '121731.819000', '121731.822000', '121731.825000', '121731.827000', '121731.830000', '121731.833000', '121731.835000', '121731.838000', '121731.841000', '121731.843000', '121731.846000', '121731.849000', '121731.851000', '121731.854000', '121731.856000', '121731.859000', '121731.862000', '121731.864000', '121731.867000', '121731.870000', '121731.872000', '121731.875000', '121731.878000', '121731.880000', '121731.883000', '121751.771000', '121751.774000', '121751.777000', '121751.781000', '121751.784000', '121751.786000', '121751.790000', '121751.792000', '121751.795000', '121751.797000', '121751.801000', '121751.803000', '121751.806000', '121751.809000', '121751.811000', '121751.814000', '121751.817000', '121751.819000', '121751.823000', '121751.826000', '121751.828000', '121751.831000', '121751.834000', '121751.836000', '121751.839000', '121751.842000', '121751.844000', '121751.847000', '121751.850000', '121751.852000', '121751.855000', '121751.857000', '121751.860000', '121751.863000', '121751.879000', '121751.882000', '121751.884000', '121751.887000', '121751.890000', '121751.893000', '121751.895000', '121751.898000', '121751.901000', '121811.771000', '121811.773000', '121811.776000', '121811.779000', '121811.781000', '121811.784000', '121811.787000', '121811.789000', '121811.792000', '121811.795000', '121811.797000', '121811.800000', '121811.802000', '121811.805000', '121811.808000', '121811.810000', '121811.813000', '121811.816000', '121811.826000', '121811.829000', '121811.831000', '121811.834000', '121811.837000', '121811.839000', '121811.842000', '121811.845000', '121811.847000', '121811.850000', '121811.852000', '121811.855000', '121811.858000', '121811.860000', '121811.863000', '121811.866000', '121811.868000', '121811.871000', '121811.874000', '121811.876000', '121811.879000', '121811.881000', '121811.884000', '121811.887000', '121811.889000', '121811.892000', '121831.770000', '121831.773000', '121831.776000', '121831.779000', '121831.781000', '121831.784000', '121831.787000', '121831.789000', '121831.792000', '121831.795000', '121831.797000', '121831.800000', '121831.803000', '121831.805000', '121831.808000', '121831.811000', '121831.813000', '121831.816000', '121831.819000', '121831.821000', '121831.824000', '121831.827000', '121831.829000', '121831.832000', '121831.835000', '121831.837000', '121831.840000', '121831.843000', '121831.845000', '121831.848000', '121831.851000', '121831.853000', '121831.856000', '121831.859000', '121831.861000', '121831.864000', '121831.866000', '121831.869000', '121831.872000', '121831.874000', '121831.877000', '121831.880000', '121831.882000', '121851.771000', '121851.774000', '121851.777000', '121851.779000', '121851.782000', '121851.785000', '121851.788000', '121851.790000', '121851.793000', '121851.796000', '121851.798000', '121851.801000', '121851.804000', '121851.806000', '121851.809000', '121851.812000', '121851.814000', '121851.817000', '121851.820000', '121851.822000', '121851.825000', '121851.827000', '121851.830000', '121851.833000', '121851.835000', '121851.838000', '121851.841000', '121851.843000', '121851.846000', '121851.848000', '121851.851000', '121851.854000', '121851.856000', '121851.859000', '121851.862000', '121851.864000', '121851.867000', '121851.869000', '121851.872000', '121851.874000', '121851.877000', '121851.880000', '121851.882000', '121851.885000', '121911.772000', '121911.774000', '121911.777000', '121911.780000', '121911.782000', '121911.785000', '121911.787000', '121911.790000', '121911.793000', '121911.795000', '121911.798000', '121911.801000', '121911.804000', '121911.807000', '121911.809000', '121911.812000', '121911.844000', '121911.847000', '121911.849000', '121911.852000', '121911.855000', '121911.857000', '121911.860000', '121911.864000', '121911.868000', '121911.870000', '121911.873000', '121911.875000', '121911.878000', '121911.881000', '121911.892000', '121911.895000', '121911.898000', '121911.900000', '121911.903000', '121911.905000', '121911.908000', '121911.911000', '121911.913000', '121911.916000', '121911.918000', '121911.921000', '121911.924000', '121931.771000', '121931.774000', '121931.777000', '121931.780000', '121931.782000', '121931.785000', '121931.787000', '121931.790000', '121931.793000', '121931.795000', '121931.798000', '121931.800000', '121931.803000', '121931.806000', '121931.808000', '121931.811000', '121931.814000', '121931.816000', '121931.819000', '121931.822000', '121931.824000', '121931.827000', '121931.829000', '121931.832000', '121931.835000', '121931.837000', '121931.840000', '121931.843000', '121931.845000', '121931.848000', '121931.861000', '121931.864000', '121931.867000', '121931.869000', '121931.872000', '121931.874000', '121931.877000', '121931.880000', '121931.882000', '121931.885000', '121931.887000', '121931.890000', '121931.892000', '121931.895000', '121951.771000', '121951.774000', '121951.777000', '121951.779000', '121951.782000', '121951.785000', '121951.787000', '121951.790000', '121951.792000', '121951.795000', '121951.798000', '121951.800000', '121951.803000', '121951.806000', '121951.808000', '121951.811000', '121951.814000', '121951.816000', '121951.819000', '121951.821000', '121951.824000', '121951.827000', '121951.830000', '121951.833000', '121951.835000', '121951.838000', '121951.841000', '121951.843000', '121951.846000', '121951.849000', '121951.857000', '121951.860000', '121951.863000', '121951.865000', '121951.868000', '121951.871000', '121951.873000', '121951.876000', '121951.878000', '121951.881000', '121951.884000', '121951.886000', '121951.889000', '122011.772000', '122011.774000', '122011.777000', '122011.780000', '122011.782000', '122011.785000', '122011.787000', '122011.798000', '122011.800000', '122011.803000', '122011.805000', '122011.808000', '122011.810000', '122011.813000', '122011.816000', '122011.818000', '122011.821000', '122011.824000', '122011.826000', '122011.829000', '122011.832000', '122011.834000', '122011.837000', '122011.839000', '122011.842000', '122011.845000', '122011.847000', '122011.850000', '122011.852000', '122011.855000', '122011.857000', '122011.860000', '122011.863000', '122011.865000', '122011.868000', '122011.871000', '122011.873000', '122011.876000', '122011.878000', '122011.881000', '122011.884000', '122011.886000', '122011.889000', '122011.891000', '122031.771000', '122031.773000', '122031.776000', '122031.779000', '122031.781000', '122031.784000', '122031.786000', '122031.789000', '122031.792000', '122031.794000', '122031.797000', '122031.800000', '122031.803000', '122031.805000', '122031.808000', '122031.810000', '122031.813000', '122031.816000', '122031.818000', '122031.821000', '122031.824000', '122031.826000', '122031.829000', '122031.832000', '122031.834000', '122031.837000', '122031.840000', '122031.842000', '122031.845000', '122031.848000', '122031.850000', '122031.853000', '122031.856000', '122031.858000', '122031.861000', '122031.864000', '122031.866000', '122031.869000', '122031.871000', '122031.874000', '122031.877000', '122031.879000', '122031.882000', '122051.770000', '122051.773000', '122051.776000', '122051.779000', '122051.781000', '122051.784000', '122051.786000', '122051.789000', '122051.792000', '122051.794000', '122051.797000', '122051.799000', '122051.802000', '122051.805000', '122051.807000', '122051.810000', '122051.812000', '122051.815000', '122051.818000', '122051.820000', '122051.823000', '122051.825000', '122051.828000', '122051.830000', '122051.833000', '122051.836000', '122051.838000', '122051.841000', '122051.843000', '122051.846000', '122051.849000', '122051.851000', '122051.854000', '122051.856000', '122051.859000', '122051.862000', '122051.864000', '122051.867000', '122051.869000', '122051.872000', '122051.875000', '122051.882000', '122051.885000', '122051.887000', '122111.772000', '122111.774000', '122111.777000', '122111.779000', '122111.782000', '122111.785000', '122111.787000', '122111.790000', '122111.792000', '122111.795000', '122111.797000', '122111.800000', '122111.803000', '122111.805000', '122111.808000', '122111.811000', '122111.813000', '122111.816000', '122111.818000', '122111.821000', '122111.824000', '122111.826000', '122111.829000', '122111.831000', '122111.834000', '122111.837000', '122111.839000', '122111.842000', '122111.845000', '122111.847000', '122111.850000', '122111.852000', '122111.870000', '122111.873000', '122111.876000', '122111.878000', '122111.881000', '122111.884000', '122111.886000', '122111.889000', '122111.891000', '122111.894000', '122111.897000', '122131.772000', '122131.775000', '122131.777000', '122131.780000', '122131.783000', '122131.785000', '122131.788000', '122131.791000', '122131.793000', '122131.796000', '122131.799000', '122131.801000', '122131.804000', '122131.807000', '122131.809000', '122131.812000', '122131.814000', '122131.817000', '122131.820000', '122131.822000', '122131.825000', '122131.829000', '122131.832000', '122131.834000', '122131.837000', '122131.840000', '122131.842000', '122131.845000', '122131.848000', '122131.850000', '122131.853000', '122131.855000', '122131.858000', '122131.860000', '122131.863000', '122131.866000', '122131.868000', '122131.871000', '122131.873000', '122131.876000', '122131.879000', '122131.881000', '122131.884000', '122131.886000', '122151.772000', '122151.775000', '122151.777000', '122151.780000', '122151.782000', '122151.785000', '122151.788000', '122151.790000', '122151.793000', '122151.795000', '122151.798000', '122151.801000', '122151.803000', '122151.806000', '122151.808000', '122151.811000', '122151.813000', '122151.816000', '122151.819000', '122151.821000', '122151.824000', '122151.826000', '122151.829000', '122151.832000', '122151.834000', '122151.837000', '122151.840000', '122151.842000', '122151.845000', '122151.848000', '122151.850000', '122151.853000', '122151.855000', '122151.858000', '122151.861000', '122151.864000', '122151.866000', '122151.869000', '122151.872000', '122151.874000', '122151.877000', '122151.879000', '122151.882000', '122211.771000', '122211.774000', '122211.777000', '122211.780000', '122211.782000', '122211.785000', '122211.787000', '122211.790000', '122211.793000', '122211.795000', '122211.798000', '122211.800000', '122211.803000', '122211.806000', '122211.808000', '122211.811000', '122211.813000', '122211.816000', '122211.819000', '122211.821000', '122211.824000', '122211.826000', '122211.829000', '122211.832000', '122211.834000', '122211.837000', '122211.839000', '122211.842000', '122211.845000', '122211.847000', '122211.850000', '122211.852000', '122211.855000', '122211.857000', '122211.860000', '122211.863000', '122211.865000', '122211.868000', '122211.870000', '122211.873000', '122211.875000', '122211.878000', '122211.881000', '122211.883000', '122225.020000', '122225.024000', '122225.026000', '122225.029000', '122225.032000', '122225.035000', '122225.037000', '122225.040000', '122225.056000', '122225.059000', '122225.062000', '122225.064000', '122225.067000', '122225.071000', '122225.074000', '122225.076000', '122225.079000', '122225.082000', '122225.084000', '122225.087000', '122225.090000', '122225.093000', '122225.096000', '122225.099000', '122225.102000', '122225.105000', '122225.108000', '122225.111000', '122225.114000'], 'InstanceCreationTime': ['121611.797000', '121611.801000', '121611.803000', '121611.806000', '121611.808000', '121611.811000', '121611.814000', '121611.823000', '121611.825000', '121611.828000', '121611.831000', '121611.833000', '121611.836000', '121611.839000', '121611.841000', '121611.844000', '121611.846000', '121611.849000', '121611.852000', '121611.854000', '121611.857000', '121611.860000', '121611.862000', '121611.865000', '121611.868000', '121611.870000', '121611.873000', '121611.876000', '121611.878000', '121611.881000', '121611.883000', '121611.886000', '121611.889000', '121611.891000', '121611.894000', '121611.896000', '121611.899000', '121611.902000', '121611.904000', '121611.907000', '121611.909000', '121611.912000', '121611.915000', '121611.917000', '121611.920000', '121611.923000', '121611.925000', '121611.928000', '121611.931000', '121611.934000', '121611.937000', '121611.940000', '121611.942000', '121611.958000', '121611.961000', '121611.974000', '121611.977000', '121611.980000', '121611.982000', '121611.985000', '121631.772000', '121631.774000', '121631.777000', '121631.779000', '121631.786000', '121631.789000', '121631.791000', '121631.794000', '121631.797000', '121631.799000', '121631.802000', '121631.804000', '121631.807000', '121631.810000', '121631.812000', '121631.815000', '121631.818000', '121631.820000', '121631.823000', '121631.825000', '121631.828000', '121631.831000', '121631.833000', '121631.836000', '121631.839000', '121631.841000', '121631.844000', '121631.846000', '121631.849000', '121631.852000', '121631.854000', '121631.857000', '121631.860000', '121631.862000', '121631.865000', '121631.867000', '121631.870000', '121631.873000', '121631.875000', '121631.878000', '121631.881000', '121631.883000', '121631.886000', '121631.888000', '121651.772000', '121651.774000', '121651.777000', '121651.780000', '121651.782000', '121651.785000', '121651.788000', '121651.790000', '121651.793000', '121651.795000', '121651.798000', '121651.801000', '121651.803000', '121651.806000', '121651.809000', '121651.811000', '121651.814000', '121651.816000', '121651.819000', '121651.822000', '121651.824000', '121651.827000', '121651.830000', '121651.832000', '121651.835000', '121651.837000', '121651.840000', '121651.843000', '121651.845000', '121651.848000', '121651.851000', '121651.853000', '121651.856000', '121651.859000', '121651.861000', '121651.864000', '121651.866000', '121651.869000', '121651.872000', '121651.874000', '121651.877000', '121651.879000', '121651.882000', '121711.772000', '121711.774000', '121711.777000', '121711.788000', '121711.791000', '121711.793000', '121711.796000', '121711.798000', '121711.801000', '121711.804000', '121711.806000', '121711.809000', '121711.812000', '121711.814000', '121711.817000', '121711.820000', '121711.822000', '121711.825000', '121711.828000', '121711.830000', '121711.833000', '121711.836000', '121711.838000', '121711.841000', '121711.844000', '121711.846000', '121711.849000', '121711.852000', '121711.854000', '121711.857000', '121711.859000', '121711.862000', '121711.865000', '121711.867000', '121711.870000', '121711.873000', '121711.875000', '121711.878000', '121711.881000', '121711.883000', '121711.886000', '121711.888000', '121711.891000', '121711.894000', '121731.772000', '121731.775000', '121731.777000', '121731.780000', '121731.782000', '121731.785000', '121731.788000', '121731.790000', '121731.793000', '121731.796000', '121731.798000', '121731.801000', '121731.804000', '121731.806000', '121731.809000', '121731.811000', '121731.814000', '121731.817000', '121731.819000', '121731.822000', '121731.825000', '121731.827000', '121731.830000', '121731.833000', '121731.835000', '121731.838000', '121731.841000', '121731.843000', '121731.846000', '121731.849000', '121731.851000', '121731.854000', '121731.856000', '121731.859000', '121731.862000', '121731.864000', '121731.867000', '121731.870000', '121731.872000', '121731.875000', '121731.878000', '121731.880000', '121731.883000', '121751.771000', '121751.774000', '121751.777000', '121751.781000', '121751.784000', '121751.786000', '121751.790000', '121751.792000', '121751.795000', '121751.797000', '121751.801000', '121751.803000', '121751.806000', '121751.809000', '121751.811000', '121751.814000', '121751.817000', '121751.819000', '121751.823000', '121751.826000', '121751.828000', '121751.831000', '121751.834000', '121751.836000', '121751.839000', '121751.842000', '121751.844000', '121751.847000', '121751.850000', '121751.852000', '121751.855000', '121751.857000', '121751.860000', '121751.863000', '121751.879000', '121751.882000', '121751.884000', '121751.887000', '121751.890000', '121751.893000', '121751.895000', '121751.898000', '121751.901000', '121811.771000', '121811.773000', '121811.776000', '121811.779000', '121811.781000', '121811.784000', '121811.787000', '121811.789000', '121811.792000', '121811.795000', '121811.797000', '121811.800000', '121811.802000', '121811.805000', '121811.808000', '121811.810000', '121811.813000', '121811.816000', '121811.826000', '121811.829000', '121811.831000', '121811.834000', '121811.837000', '121811.839000', '121811.842000', '121811.845000', '121811.847000', '121811.850000', '121811.852000', '121811.855000', '121811.858000', '121811.860000', '121811.863000', '121811.866000', '121811.868000', '121811.871000', '121811.874000', '121811.876000', '121811.879000', '121811.881000', '121811.884000', '121811.887000', '121811.889000', '121811.892000', '121831.770000', '121831.773000', '121831.776000', '121831.779000', '121831.781000', '121831.784000', '121831.787000', '121831.789000', '121831.792000', '121831.795000', '121831.797000', '121831.800000', '121831.803000', '121831.805000', '121831.808000', '121831.811000', '121831.813000', '121831.816000', '121831.819000', '121831.821000', '121831.824000', '121831.827000', '121831.829000', '121831.832000', '121831.835000', '121831.837000', '121831.840000', '121831.843000', '121831.845000', '121831.848000', '121831.851000', '121831.853000', '121831.856000', '121831.859000', '121831.861000', '121831.864000', '121831.866000', '121831.869000', '121831.872000', '121831.874000', '121831.877000', '121831.880000', '121831.882000', '121851.771000', '121851.774000', '121851.777000', '121851.779000', '121851.782000', '121851.785000', '121851.788000', '121851.790000', '121851.793000', '121851.796000', '121851.798000', '121851.801000', '121851.804000', '121851.806000', '121851.809000', '121851.812000', '121851.814000', '121851.817000', '121851.820000', '121851.822000', '121851.825000', '121851.827000', '121851.830000', '121851.833000', '121851.835000', '121851.838000', '121851.841000', '121851.843000', '121851.846000', '121851.848000', '121851.851000', '121851.854000', '121851.856000', '121851.859000', '121851.862000', '121851.864000', '121851.867000', '121851.869000', '121851.872000', '121851.874000', '121851.877000', '121851.880000', '121851.882000', '121851.885000', '121911.772000', '121911.774000', '121911.777000', '121911.780000', '121911.782000', '121911.785000', '121911.787000', '121911.790000', '121911.793000', '121911.795000', '121911.798000', '121911.801000', '121911.804000', '121911.807000', '121911.809000', '121911.812000', '121911.844000', '121911.847000', '121911.849000', '121911.852000', '121911.855000', '121911.857000', '121911.860000', '121911.864000', '121911.868000', '121911.870000', '121911.873000', '121911.875000', '121911.878000', '121911.881000', '121911.892000', '121911.895000', '121911.898000', '121911.900000', '121911.903000', '121911.905000', '121911.908000', '121911.911000', '121911.913000', '121911.916000', '121911.918000', '121911.921000', '121911.924000', '121931.771000', '121931.774000', '121931.777000', '121931.780000', '121931.782000', '121931.785000', '121931.787000', '121931.790000', '121931.793000', '121931.795000', '121931.798000', '121931.800000', '121931.803000', '121931.806000', '121931.808000', '121931.811000', '121931.814000', '121931.816000', '121931.819000', '121931.822000', '121931.824000', '121931.827000', '121931.829000', '121931.832000', '121931.835000', '121931.837000', '121931.840000', '121931.843000', '121931.845000', '121931.848000', '121931.861000', '121931.864000', '121931.867000', '121931.869000', '121931.872000', '121931.874000', '121931.877000', '121931.880000', '121931.882000', '121931.885000', '121931.887000', '121931.890000', '121931.892000', '121931.895000', '121951.771000', '121951.774000', '121951.777000', '121951.779000', '121951.782000', '121951.785000', '121951.787000', '121951.790000', '121951.792000', '121951.795000', '121951.798000', '121951.800000', '121951.803000', '121951.806000', '121951.808000', '121951.811000', '121951.814000', '121951.816000', '121951.819000', '121951.821000', '121951.824000', '121951.827000', '121951.830000', '121951.833000', '121951.835000', '121951.838000', '121951.841000', '121951.843000', '121951.846000', '121951.849000', '121951.857000', '121951.860000', '121951.863000', '121951.865000', '121951.868000', '121951.871000', '121951.873000', '121951.876000', '121951.878000', '121951.881000', '121951.884000', '121951.886000', '121951.889000', '122011.772000', '122011.774000', '122011.777000', '122011.780000', '122011.782000', '122011.785000', '122011.787000', '122011.798000', '122011.800000', '122011.803000', '122011.805000', '122011.808000', '122011.810000', '122011.813000', '122011.816000', '122011.818000', '122011.821000', '122011.824000', '122011.826000', '122011.829000', '122011.832000', '122011.834000', '122011.837000', '122011.839000', '122011.842000', '122011.845000', '122011.847000', '122011.850000', '122011.852000', '122011.855000', '122011.857000', '122011.860000', '122011.863000', '122011.865000', '122011.868000', '122011.871000', '122011.873000', '122011.876000', '122011.878000', '122011.881000', '122011.884000', '122011.886000', '122011.889000', '122011.891000', '122031.771000', '122031.773000', '122031.776000', '122031.779000', '122031.781000', '122031.784000', '122031.786000', '122031.789000', '122031.792000', '122031.794000', '122031.797000', '122031.800000', '122031.803000', '122031.805000', '122031.808000', '122031.810000', '122031.813000', '122031.816000', '122031.818000', '122031.821000', '122031.824000', '122031.826000', '122031.829000', '122031.832000', '122031.834000', '122031.837000', '122031.840000', '122031.842000', '122031.845000', '122031.848000', '122031.850000', '122031.853000', '122031.856000', '122031.858000', '122031.861000', '122031.864000', '122031.866000', '122031.869000', '122031.871000', '122031.874000', '122031.877000', '122031.879000', '122031.882000', '122051.770000', '122051.773000', '122051.776000', '122051.779000', '122051.781000', '122051.784000', '122051.786000', '122051.789000', '122051.792000', '122051.794000', '122051.797000', '122051.799000', '122051.802000', '122051.805000', '122051.807000', '122051.810000', '122051.812000', '122051.815000', '122051.818000', '122051.820000', '122051.823000', '122051.825000', '122051.828000', '122051.830000', '122051.833000', '122051.836000', '122051.838000', '122051.841000', '122051.843000', '122051.846000', '122051.849000', '122051.851000', '122051.854000', '122051.856000', '122051.859000', '122051.862000', '122051.864000', '122051.867000', '122051.869000', '122051.872000', '122051.875000', '122051.882000', '122051.885000', '122051.887000', '122111.772000', '122111.774000', '122111.777000', '122111.779000', '122111.782000', '122111.785000', '122111.787000', '122111.790000', '122111.792000', '122111.795000', '122111.797000', '122111.800000', '122111.803000', '122111.805000', '122111.808000', '122111.811000', '122111.813000', '122111.816000', '122111.818000', '122111.821000', '122111.824000', '122111.826000', '122111.829000', '122111.831000', '122111.834000', '122111.837000', '122111.839000', '122111.842000', '122111.845000', '122111.847000', '122111.850000', '122111.852000', '122111.870000', '122111.873000', '122111.876000', '122111.878000', '122111.881000', '122111.884000', '122111.886000', '122111.889000', '122111.891000', '122111.894000', '122111.897000', '122131.772000', '122131.775000', '122131.777000', '122131.780000', '122131.783000', '122131.785000', '122131.788000', '122131.791000', '122131.793000', '122131.796000', '122131.799000', '122131.801000', '122131.804000', '122131.807000', '122131.809000', '122131.812000', '122131.814000', '122131.817000', '122131.820000', '122131.822000', '122131.825000', '122131.829000', '122131.832000', '122131.834000', '122131.837000', '122131.840000', '122131.842000', '122131.845000', '122131.848000', '122131.850000', '122131.853000', '122131.855000', '122131.858000', '122131.860000', '122131.863000', '122131.866000', '122131.868000', '122131.871000', '122131.873000', '122131.876000', '122131.879000', '122131.881000', '122131.884000', '122131.886000', '122151.772000', '122151.775000', '122151.777000', '122151.780000', '122151.782000', '122151.785000', '122151.788000', '122151.790000', '122151.793000', '122151.795000', '122151.798000', '122151.801000', '122151.803000', '122151.806000', '122151.808000', '122151.811000', '122151.813000', '122151.816000', '122151.819000', '122151.821000', '122151.824000', '122151.826000', '122151.829000', '122151.832000', '122151.834000', '122151.837000', '122151.840000', '122151.842000', '122151.845000', '122151.848000', '122151.850000', '122151.853000', '122151.855000', '122151.858000', '122151.861000', '122151.864000', '122151.866000', '122151.869000', '122151.872000', '122151.874000', '122151.877000', '122151.879000', '122151.882000', '122211.771000', '122211.774000', '122211.777000', '122211.780000', '122211.782000', '122211.785000', '122211.787000', '122211.790000', '122211.793000', '122211.795000', '122211.798000', '122211.800000', '122211.803000', '122211.806000', '122211.808000', '122211.811000', '122211.813000', '122211.816000', '122211.819000', '122211.821000', '122211.824000', '122211.826000', '122211.829000', '122211.832000', '122211.834000', '122211.837000', '122211.839000', '122211.842000', '122211.845000', '122211.847000', '122211.850000', '122211.852000', '122211.855000', '122211.857000', '122211.860000', '122211.863000', '122211.865000', '122211.868000', '122211.870000', '122211.873000', '122211.875000', '122211.878000', '122211.881000', '122211.883000', '122225.020000', '122225.024000', '122225.026000', '122225.029000', '122225.032000', '122225.035000', '122225.037000', '122225.040000', '122225.056000', '122225.059000', '122225.062000', '122225.064000', '122225.067000', '122225.071000', '122225.074000', '122225.076000', '122225.079000', '122225.082000', '122225.084000', '122225.087000', '122225.090000', '122225.093000', '122225.096000', '122225.099000', '122225.102000', '122225.105000', '122225.108000', '122225.111000', '122225.114000'], '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': [9179, 10458, 8266, 12389, 9920, 15299, 9812, 9118, 9503, 8985, 14802, 10574, 12125, 8965, 7935, 9717, 10629, 13921, 8983, 9386, 8908, 8870, 9769, 11134, 10967, 8677, 9838, 8893, 13690, 11586, 9111, 9648, 8921, 14513, 12066, 14162, 8879, 9891, 9873, 13863, 12453, 8647, 9312, 8808, 12456, 10700, 15394, 9399, 8457, 9827, 9138, 14464, 10904, 12417, 8577, 8252, 9786, 8856, 14220, 8505, 8642, 9479, 9757, 13061, 9028, 10711, 8851, 9216, 10176, 10225, 12559, 8696, 8247, 9868, 9938, 16054, 10411, 9321, 9017, 9065, 14461, 10286, 11395, 9118, 8590, 11408, 11092, 13573, 9112, 8472, 9205, 9159, 14693, 8876, 10175, 9627, 11067, 11977, 9081, 8814, 8359, 11607, 9561, 12206, 9542, 8620, 9759, 9341, 14015, 8283, 9635, 8997, 8202, 9801, 10981, 14276, 8189, 7978, 9533, 9377, 13392, 10913, 13807, 8831, 8896, 9618, 9161, 15302, 9065, 9477, 9720, 9057, 15185, 9507, 11083, 9777, 10013, 14589, 9332, 10233, 9284, 8590, 11493, 11964, 12375, 8674, 8236, 9812, 9449, 14599, 8907, 10002, 8872, 9959, 9817, 15024, 9538, 8498, 8839, 8981, 11151, 10308, 14113, 8612, 9166, 9435, 8074, 10073, 9103, 9155, 8479, 9452, 8635, 14282, 10849, 10169, 9038, 7824, 9024, 11103, 10802, 11064, 9743, 8984, 8945, 9084, 11267, 8968, 9189, 9235, 8900, 11661, 8951, 15028, 10783, 9341, 9330, 9735, 14386, 12540, 15473, 9418, 9898, 9888, 11421, 14970, 8624, 10929, 9300, 13210, 11995, 10175, 9849, 8189, 12401, 10752, 16238, 11353, 8727, 8420, 9064, 13394, 9945, 11687, 9020, 7865, 9710, 11445, 11547, 8578, 9389, 8171, 13875, 10835, 10348, 8838, 8518, 11211, 8661, 8896, 8895, 8472, 12929, 10818, 9908, 9267, 8503, 9342, 9594, 13709, 12796, 8371, 9539, 9031, 9607, 10066, 10313, 9062, 8564, 9224, 8488, 13835, 10179, 10171, 8434, 8915, 9591, 9168, 14255, 9192, 9916, 8680, 8461, 10966, 13289, 11254, 8510, 10462, 8342, 15308, 12473, 12500, 9336, 9745, 8708, 12659, 10420, 10064, 8870, 8611, 9224, 9087, 14071, 9047, 7941, 9179, 8578, 10714, 8955, 14389, 8991, 8710, 8952, 8931, 12119, 11750, 13625, 8619, 11191, 9051, 13589, 12644, 9448, 9183, 8752, 11222, 9574, 15627, 10848, 8625, 9275, 8774, 13411, 12417, 14964, 9118, 10294, 9408, 13148, 10230, 8776, 8295, 8367, 10235, 8617, 14398, 9049, 10387, 9480, 8895, 8791, 11662, 9809, 8238, 8657, 8815, 8994, 8926, 12096, 8869, 9215, 8231, 9180, 9155, 9257, 13359, 9170, 11467, 9294, 9708, 11817, 11747, 14889, 9196, 12152, 9289, 16127, 13163, 10353, 9626, 8544, 13444, 10878, 16836, 10876, 8772, 9856, 9023, 15833, 9367, 11702, 9030, 13132, 10613, 8367, 8631, 9021, 9780, 9195, 13907, 8801, 9831, 8790, 10989, 8735, 12767, 8862, 8681, 8877, 8814, 9710, 8811, 9588, 8722, 9149, 8785, 8686, 11557, 8972, 14002, 13357, 8761, 11329, 9077, 12491, 9231, 17412, 14033, 11922, 10012, 8732, 10161, 8452, 16550, 10826, 11924, 9283, 8852, 9577, 8583, 9833, 9119, 10960, 9099, 14112, 9561, 8632, 8644, 8793, 13932, 9884, 11863, 9450, 8372, 8897, 11964, 12750, 8961, 8552, 8427, 10591, 8600, 13986, 8868, 9803, 8611, 11372, 8650, 13041, 9782, 10146, 9283, 8684, 8665, 9468, 11396, 8428, 8875, 8643, 10079, 9320, 13509, 10005, 8189, 8942, 8805, 13364, 9402, 16770, 11898, 9945, 9051, 9149, 12921, 11549, 16137, 9880, 11951, 9422, 13006, 14415, 9539, 11974, 9505, 14052, 11427, 14857, 11319, 9565, 11138, 9248, 17456, 13264, 10332, 8945, 8672, 12439, 10320, 10555, 8540, 8831, 9162, 8624, 14329, 9346, 8817, 8593, 8473, 13840, 10399, 9657, 8520, 8596, 11817, 10445, 14243, 9828, 8423, 8777, 9374, 15019, 9611, 11440, 9165, 13907, 11806, 9420, 8540, 8497, 11699, 9289, 13308, 9750, 8862, 8428, 8901, 10913, 8488, 10475, 9100, 9163, 8924, 9521, 9789, 15300, 10300, 8717, 8743, 9473, 10154, 9640, 14992, 8790, 10449, 9427, 8576, 9594, 10257, 11592, 9352, 10707, 9265, 16054, 12954, 11819, 9081, 9413, 9989, 8632, 16891, 10065, 11198, 9292, 12219, 9922, 17461, 9596, 10293, 9584, 8478, 9118, 10617, 11025, 9337, 8750, 8331, 11640, 8536, 8550, 8752, 8646, 8318, 9338, 9775, 9885, 8860, 10830, 8430, 12986, 9287, 16958, 12384, 14440, 10257, 12626, 10127, 16384, 12934, 10860, 9939, 8195, 16477, 13251, 15787, 10450, 10062, 9361, 13372, 13401, 9155, 10498, 9003, 14920, 11173, 10758, 8880, 8681, 10239, 8989, 15213, 9777, 8750, 8704, 8278, 11907, 9132, 11993, 9705, 9051, 9273, 10033, 10693, 8604, 9046, 8486, 12086, 9664, 9001, 9182, 8593, 10714, 8398, 16005, 11322, 9814, 9239, 8888, 12237, 8833, 12422, 9317, 11156, 9139, 11999, 9303, 9578, 8968, 8819, 13786, 9648, 10560, 9101, 9477, 8813, 12822, 9348, 11463, 8947, 8668, 8570, 9567, 9773, 9697, 9500, 8741, 9937, 8496, 14367, 11182, 11610, 8837, 8938, 10574, 9020, 18021, 12697, 9750, 9277, 8350, 14557, 11998, 14087, 9917, 8917, 12791, 10769, 17423, 12914, 9930, 9412, 8804, 16373, 10340, 11762, 9452, 12328, 13390, 9271, 9007, 9522, 11276, 9165, 16919, 10093, 9122, 9523, 8247, 9004, 11101, 10072, 8918, 8283, 8845, 12046, 8602, 8878, 9119, 8922, 8489, 9238, 8901, 10199, 9030, 13127, 12063, 8894, 11786, 9009, 8648, 9720, 8867, 17102, 13082, 15090, 9775, 9206, 9421, 11367, 13523, 9230, 10697, 9290, 12023, 11177, 9133, 9395, 9166, 13537, 10255, 12418, 8816, 9668, 10316, 9338, 16862, 9923, 9140, 8725, 9348, 11868, 12209, 13842, 9304, 8925, 9446, 8658, 10973, 8979, 10308, 9353, 10313, 9122, 13455, 10624, 9716, 8480, 8377, 12033, 9427, 10922, 9512, 9953, 8923, 14371, 9975, 11086, 8843, 11993, 9713, 10460, 9255, 8928, 9117, 9178, 10031, 9450, 13943, 8779, 10609, 9157, 8621, 9077, 9854, 11071, 8925, 11767, 8951, 10876, 9674, 13551, 13654, 8916, 12443, 8908, 16289, 13577, 16729, 13930, 10800, 10527, 8894, 18272, 13753, 15264, 9778, 9104, 10291, 11883, 15701, 9934, 10726, 8807, 10890, 12811, 9913, 8914, 8508, 8875, 12995, 9552, 8754, 8629], 'WindowCenter': [4644.0, 4629.0, 4572.0, 4640.0, 4597.0, 4643.0, 4571.0, 4543.0, 4569.0, 4557.0, 4612.0, 4591.0, 4596.0, 4546.0, 4534.0, 4565.0, 4576.0, 4630.0, 4556.0, 4541.0, 4556.0, 4557.0, 4567.0, 4601.0, 4589.0, 4545.0, 4552.0, 4570.0, 4617.0, 4603.0, 4545.0, 4555.0, 4570.0, 4616.0, 4597.0, 4607.0, 4544.0, 4551.0, 4581.0, 4607.0, 4599.0, 4532.0, 4540.0, 4546.0, 4596.0, 4577.0, 4615.0, 4544.0, 4520.0, 4565.0, 4551.0, 4616.0, 4589.0, 4595.0, 4534.0, 4533.0, 4565.0, 4555.0, 4618.0, 4548.0, 4531.0, 4566.0, 4569.0, 4608.0, 4570.0, 4565.0, 4545.0, 4569.0, 4580.0, 4593.0, 4609.0, 4548.0, 4546.0, 4580.0, 4580.0, 4652.0, 4578.0, 4542.0, 4545.0, 4559.0, 4629.0, 4578.0, 4572.0, 4547.0, 4557.0, 4586.0, 4588.0, 4605.0, 4543.0, 4531.0, 4568.0, 4555.0, 4618.0, 4544.0, 4549.0, 4569.0, 4585.0, 4597.0, 4540.0, 4531.0, 4533.0, 4585.0, 4556.0, 4580.0, 4541.0, 4517.0, 4565.0, 4552.0, 4605.0, 4533.0, 4541.0, 4544.0, 4545.0, 4564.0, 4574.0, 4617.0, 4546.0, 4522.0, 4566.0, 4558.0, 4605.0, 4591.0, 4607.0, 4546.0, 4546.0, 4568.0, 4556.0, 4630.0, 4547.0, 4554.0, 4568.0, 4554.0, 4630.0, 4556.0, 4571.0, 4578.0, 4565.0, 4619.0, 4556.0, 4551.0, 4543.0, 4545.0, 4586.0, 4598.0, 4584.0, 4531.0, 4520.0, 4577.0, 4563.0, 4614.0, 4545.0, 4551.0, 4532.0, 4563.0, 4565.0, 4616.0, 4554.0, 4530.0, 4529.0, 4543.0, 4584.0, 4560.0, 4604.0, 4531.0, 4527.0, 4554.0, 4533.0, 4562.0, 4545.0, 4555.0, 4534.0, 4552.0, 4559.0, 4615.0, 4577.0, 4551.0, 4532.0, 4510.0, 4545.0, 4584.0, 4572.0, 4574.0, 4541.0, 4530.0, 4529.0, 4553.0, 4571.0, 4560.0, 4559.0, 4556.0, 4559.0, 4598.0, 4561.0, 4630.0, 4592.0, 4554.0, 4545.0, 4568.0, 4618.0, 4609.0, 4617.0, 4543.0, 4552.0, 4568.0, 4585.0, 4626.0, 4532.0, 4559.0, 4555.0, 4595.0, 4585.0, 4553.0, 4540.0, 4522.0, 4593.0, 4561.0, 4626.0, 4562.0, 4518.0, 4518.0, 4541.0, 4579.0, 4563.0, 4569.0, 4528.0, 4520.0, 4540.0, 4571.0, 4572.0, 4518.0, 4527.0, 4532.0, 4588.0, 4576.0, 4549.0, 4529.0, 4531.0, 4570.0, 4531.0, 4530.0, 4526.0, 4534.0, 4591.0, 4573.0, 4554.0, 4529.0, 4519.0, 4541.0, 4551.0, 4602.0, 4597.0, 4533.0, 4538.0, 4545.0, 4552.0, 4553.0, 4565.0, 4544.0, 4531.0, 4540.0, 4545.0, 4602.0, 4568.0, 4562.0, 4521.0, 4532.0, 4555.0, 4555.0, 4620.0, 4557.0, 4553.0, 4535.0, 4547.0, 4577.0, 4609.0, 4574.0, 4532.0, 4551.0, 4535.0, 4616.0, 4584.0, 4570.0, 4531.0, 4527.0, 4534.0, 4581.0, 4561.0, 4538.0, 4516.0, 4517.0, 4542.0, 4541.0, 4590.0, 4545.0, 4520.0, 4541.0, 4544.0, 4565.0, 4545.0, 4617.0, 4557.0, 4533.0, 4544.0, 4545.0, 4585.0, 4586.0, 4606.0, 4534.0, 4560.0, 4559.0, 4593.0, 4596.0, 4553.0, 4529.0, 4532.0, 4574.0, 4553.0, 4625.0, 4574.0, 4532.0, 4530.0, 4534.0, 4603.0, 4583.0, 4601.0, 4518.0, 4535.0, 4543.0, 4577.0, 4553.0, 4516.0, 4519.0, 4518.0, 4549.0, 4532.0, 4592.0, 4532.0, 4538.0, 4529.0, 4529.0, 4545.0, 4571.0, 4552.0, 4508.0, 4518.0, 4529.0, 4544.0, 4542.0, 4581.0, 4557.0, 4544.0, 4534.0, 4556.0, 4567.0, 4557.0, 4620.0, 4571.0, 4585.0, 4557.0, 4571.0, 4588.0, 4588.0, 4630.0, 4546.0, 4573.0, 4557.0, 4613.0, 4607.0, 4553.0, 4541.0, 4533.0, 4593.0, 4574.0, 4624.0, 4552.0, 4517.0, 4553.0, 4531.0, 4613.0, 4530.0, 4557.0, 4542.0, 4580.0, 4562.0, 4507.0, 4519.0, 4517.0, 4549.0, 4529.0, 4579.0, 4519.0, 4526.0, 4519.0, 4560.0, 4533.0, 4579.0, 4530.0, 4516.0, 4542.0, 4530.0, 4551.0, 4556.0, 4567.0, 4546.0, 4543.0, 4545.0, 4545.0, 4589.0, 4558.0, 4605.0, 4621.0, 4548.0, 4573.0, 4532.0, 4584.0, 4554.0, 4623.0, 4620.0, 4585.0, 4552.0, 4518.0, 4564.0, 4533.0, 4613.0, 4564.0, 4558.0, 4530.0, 4543.0, 4542.0, 4531.0, 4539.0, 4518.0, 4573.0, 4542.0, 4603.0, 4543.0, 4518.0, 4533.0, 4543.0, 4602.0, 4566.0, 4569.0, 4541.0, 4520.0, 4544.0, 4571.0, 4595.0, 4530.0, 4520.0, 4520.0, 4563.0, 4532.0, 4603.0, 4532.0, 4540.0, 4531.0, 4572.0, 4545.0, 4580.0, 4542.0, 4540.0, 4541.0, 4520.0, 4547.0, 4555.0, 4584.0, 4533.0, 4532.0, 4531.0, 4554.0, 4554.0, 4593.0, 4583.0, 4548.0, 4547.0, 4556.0, 4606.0, 4556.0, 4626.0, 4601.0, 4566.0, 4545.0, 4557.0, 4595.0, 4586.0, 4629.0, 4555.0, 4570.0, 4558.0, 4594.0, 4617.0, 4555.0, 4571.0, 4541.0, 4605.0, 4574.0, 4604.0, 4560.0, 4528.0, 4561.0, 4543.0, 4623.0, 4581.0, 4537.0, 4517.0, 4531.0, 4567.0, 4564.0, 4547.0, 4517.0, 4530.0, 4541.0, 4530.0, 4613.0, 4541.0, 4529.0, 4544.0, 4533.0, 4603.0, 4566.0, 4540.0, 4521.0, 4545.0, 4582.0, 4575.0, 4603.0, 4542.0, 4521.0, 4545.0, 4543.0, 4615.0, 4542.0, 4560.0, 4556.0, 4592.0, 4583.0, 4528.0, 4515.0, 4532.0, 4572.0, 4543.0, 4592.0, 4544.0, 4530.0, 4532.0, 4543.0, 4562.0, 4544.0, 4562.0, 4533.0, 4541.0, 4545.0, 4555.0, 4564.0, 4615.0, 4566.0, 4533.0, 4518.0, 4541.0, 4553.0, 4552.0, 4614.0, 4534.0, 4550.0, 4541.0, 4546.0, 4552.0, 4566.0, 4585.0, 4544.0, 4562.0, 4559.0, 4626.0, 4608.0, 4574.0, 4543.0, 4531.0, 4554.0, 4544.0, 4626.0, 4540.0, 4547.0, 4542.0, 4582.0, 4554.0, 4609.0, 4530.0, 4537.0, 4527.0, 4507.0, 4544.0, 4562.0, 4564.0, 4528.0, 4532.0, 4536.0, 4572.0, 4544.0, 4543.0, 4545.0, 4546.0, 4545.0, 4569.0, 4567.0, 4579.0, 4572.0, 4592.0, 4547.0, 4620.0, 4557.0, 4626.0, 4598.0, 4605.0, 4564.0, 4584.0, 4566.0, 4616.0, 4596.0, 4562.0, 4541.0, 4534.0, 4613.0, 4592.0, 4601.0, 4549.0, 4538.0, 4540.0, 4576.0, 4580.0, 4527.0, 4534.0, 4530.0, 4587.0, 4560.0, 4546.0, 4515.0, 4516.0, 4549.0, 4528.0, 4599.0, 4539.0, 4503.0, 4519.0, 4518.0, 4569.0, 4543.0, 4557.0, 4527.0, 4528.0, 4539.0, 4539.0, 4564.0, 4529.0, 4528.0, 4545.0, 4582.0, 4556.0, 4544.0, 4544.0, 4531.0, 4575.0, 4535.0, 4623.0, 4576.0, 4540.0, 4541.0, 4544.0, 4582.0, 4543.0, 4579.0, 4530.0, 4574.0, 4542.0, 4573.0, 4542.0, 4542.0, 4543.0, 4543.0, 4603.0, 4554.0, 4563.0, 4529.0, 4541.0, 4541.0, 4579.0, 4542.0, 4572.0, 4533.0, 4518.0, 4545.0, 4553.0, 4553.0, 4553.0, 4554.0, 4529.0, 4552.0, 4546.0, 4615.0, 4586.0, 4572.0, 4531.0, 4531.0, 4577.0, 4545.0, 4638.0, 4598.0, 4540.0, 4542.0, 4535.0, 4616.0, 4600.0, 4606.0, 4553.0, 4545.0, 4596.0, 4575.0, 4627.0, 4584.0, 4539.0, 4545.0, 4542.0, 4626.0, 4552.0, 4558.0, 4555.0, 4581.0, 4592.0, 4529.0, 4517.0, 4526.0, 4560.0, 4540.0, 4611.0, 4541.0, 4526.0, 4528.0, 4508.0, 4531.0, 4559.0, 4538.0, 4516.0, 4507.0, 4530.0, 4569.0, 4533.0, 4544.0, 4544.0, 4545.0, 4545.0, 4556.0, 4557.0, 4579.0, 4571.0, 4619.0, 4610.0, 4560.0, 4597.0, 4555.0, 4530.0, 4555.0, 4546.0, 4628.0, 4622.0, 4618.0, 4554.0, 4544.0, 4556.0, 4573.0, 4594.0, 4529.0, 4547.0, 4555.0, 4571.0, 4576.0, 4543.0, 4529.0, 4545.0, 4603.0, 4565.0, 4583.0, 4530.0, 4539.0, 4564.0, 4541.0, 4625.0, 4553.0, 4527.0, 4533.0, 4541.0, 4583.0, 4585.0, 4594.0, 4529.0, 4516.0, 4554.0, 4532.0, 4563.0, 4543.0, 4552.0, 4530.0, 4553.0, 4557.0, 4605.0, 4563.0, 4541.0, 4521.0, 4533.0, 4583.0, 4545.0, 4560.0, 4540.0, 4540.0, 4546.0, 4602.0, 4555.0, 4549.0, 4546.0, 4582.0, 4555.0, 4563.0, 4544.0, 4532.0, 4531.0, 4544.0, 4566.0, 4555.0, 4603.0, 4545.0, 4563.0, 4544.0, 4532.0, 4545.0, 4553.0, 4586.0, 4559.0, 4598.0, 4558.0, 4578.0, 4568.0, 4606.0, 4631.0, 4557.0, 4584.0, 4547.0, 4629.0, 4608.0, 4628.0, 4605.0, 4550.0, 4564.0, 4544.0, 4624.0, 4605.0, 4588.0, 4527.0, 4518.0, 4549.0, 4569.0, 4601.0, 4527.0, 4545.0, 4528.0, 4548.0, 4581.0, 4538.0, 4516.0, 4532.0, 4528.0, 4594.0, 4541.0, 4519.0, 4531.0], 'WindowWidth': [10234.0, 10179.0, 10087.0, 10172.0, 10103.0, 10156.0, 10053.0, 10003.0, 10050.0, 10028.0, 10098.0, 10078.0, 10073.0, 10004.0, 9990.0, 10037.0, 10050.0, 10130.0, 10022.0, 9994.0, 10021.0, 10028.0, 10038.0, 10089.0, 10069.0, 10003.0, 10010.0, 10049.0, 10106.0, 10094.0, 10005.0, 10015.0, 10047.0, 10106.0, 10080.0, 10093.0, 10000.0, 10007.0, 10062.0, 10090.0, 10085.0, 9981.0, 9988.0, 10007.0, 10077.0, 10049.0, 10102.0, 10001.0, 9962.0, 10035.0, 10011.0, 10101.0, 10070.0, 10072.0, 9986.0, 9986.0, 10035.0, 10018.0, 10111.0, 10012.0, 9980.0, 10037.0, 10043.0, 10095.0, 10048.0, 10031.0, 10003.0, 10044.0, 10060.0, 10082.0, 10099.0, 10011.0, 10012.0, 10061.0, 10059.0, 10167.0, 10054.0, 9996.0, 10006.0, 10032.0, 10128.0, 10057.0, 10038.0, 10010.0, 10026.0, 10062.0, 10067.0, 10087.0, 9998.0, 9981.0, 10042.0, 10020.0, 10111.0, 10002.0, 10001.0, 10043.0, 10058.0, 10080.0, 9992.0, 9977.0, 9988.0, 10060.0, 10021.0, 10044.0, 9990.0, 9955.0, 10033.0, 10013.0, 10087.0, 9987.0, 9992.0, 10001.0, 10007.0, 10030.0, 10042.0, 10106.0, 10007.0, 9970.0, 10034.0, 10026.0, 10087.0, 10077.0, 10091.0, 10004.0, 10006.0, 10040.0, 10022.0, 10128.0, 10008.0, 10011.0, 10043.0, 10018.0, 10130.0, 10022.0, 10034.0, 10055.0, 10034.0, 10113.0, 10022.0, 10006.0, 9997.0, 10008.0, 10061.0, 10081.0, 10057.0, 9979.0, 9960.0, 10053.0, 10029.0, 10101.0, 10006.0, 10006.0, 9979.0, 10028.0, 10031.0, 10104.0, 10015.0, 9975.0, 9972.0, 9998.0, 10056.0, 10019.0, 10083.0, 9976.0, 9966.0, 10015.0, 9988.0, 10025.0, 10005.0, 10016.0, 9986.0, 10006.0, 10028.0, 10101.0, 10051.0, 10002.0, 9977.0, 9948.0, 10006.0, 10056.0, 10038.0, 10040.0, 9990.0, 9972.0, 9973.0, 10016.0, 10035.0, 10035.0, 10027.0, 10019.0, 10026.0, 10084.0, 10033.0, 10130.0, 10076.0, 10013.0, 10001.0, 10040.0, 10107.0, 10098.0, 10106.0, 9996.0, 10008.0, 10039.0, 10056.0, 10120.0, 9981.0, 10012.0, 10019.0, 10072.0, 10060.0, 10011.0, 9987.0, 9968.0, 10068.0, 10021.0, 10117.0, 10018.0, 9954.0, 9956.0, 9994.0, 10041.0, 10027.0, 10025.0, 9967.0, 9966.0, 9990.0, 10032.0, 10037.0, 9956.0, 9964.0, 9985.0, 10054.0, 10047.0, 9999.0, 9972.0, 9977.0, 10030.0, 9979.0, 9972.0, 9966.0, 9990.0, 10064.0, 10040.0, 10014.0, 9971.0, 9957.0, 9997.0, 10008.0, 10077.0, 10078.0, 9982.0, 9982.0, 10003.0, 10013.0, 10014.0, 10029.0, 9998.0, 9977.0, 9988.0, 10005.0, 10079.0, 10039.0, 10020.0, 9963.0, 9977.0, 10020.0, 10017.0, 10112.0, 10022.0, 10007.0, 9988.0, 10012.0, 10050.0, 10096.0, 10037.0, 9977.0, 10003.0, 9992.0, 10103.0, 10055.0, 10027.0, 9975.0, 9962.0, 9985.0, 10049.0, 10021.0, 9981.0, 9947.0, 9953.0, 9994.0, 9992.0, 10058.0, 10005.0, 9961.0, 9989.0, 10003.0, 10029.0, 10002.0, 10106.0, 10024.0, 9982.0, 10001.0, 10005.0, 10057.0, 10061.0, 10090.0, 9986.0, 10014.0, 10027.0, 10066.0, 10077.0, 10010.0, 9973.0, 9980.0, 10043.0, 10013.0, 10115.0, 10041.0, 9978.0, 9973.0, 9987.0, 10082.0, 10054.0, 10072.0, 9953.0, 9974.0, 10000.0, 10037.0, 10013.0, 9950.0, 9959.0, 9956.0, 10003.0, 9981.0, 10061.0, 9980.0, 9979.0, 9969.0, 9969.0, 10003.0, 10034.0, 10006.0, 9939.0, 9955.0, 9968.0, 10001.0, 9997.0, 10044.0, 10023.0, 9999.0, 9986.0, 10022.0, 10038.0, 10020.0, 10113.0, 10048.0, 10055.0, 10022.0, 10046.0, 10066.0, 10066.0, 10127.0, 10002.0, 10036.0, 10024.0, 10096.0, 10091.0, 10009.0, 9987.0, 9983.0, 10067.0, 10040.0, 10113.0, 10005.0, 9952.0, 10013.0, 9978.0, 10094.0, 9973.0, 10004.0, 9998.0, 10043.0, 10024.0, 9938.0, 9956.0, 9952.0, 10001.0, 9973.0, 10042.0, 9954.0, 9962.0, 9957.0, 10015.0, 9982.0, 10036.0, 9972.0, 9949.0, 9998.0, 9978.0, 10007.0, 10023.0, 10038.0, 10006.0, 9998.0, 10004.0, 10002.0, 10069.0, 10027.0, 10088.0, 10115.0, 10009.0, 10036.0, 9978.0, 10052.0, 10016.0, 10110.0, 10113.0, 10056.0, 10005.0, 9954.0, 10026.0, 9984.0, 10096.0, 10024.0, 10008.0, 9974.0, 9998.0, 9994.0, 9978.0, 9985.0, 9953.0, 10039.0, 9997.0, 10081.0, 9995.0, 9954.0, 9985.0, 10000.0, 10078.0, 10034.0, 10027.0, 9990.0, 9963.0, 10001.0, 10032.0, 10072.0, 9973.0, 9960.0, 9961.0, 10024.0, 9983.0, 10077.0, 9981.0, 9986.0, 9977.0, 10036.0, 10002.0, 10040.0, 9990.0, 9983.0, 9988.0, 9957.0, 10011.0, 10017.0, 10053.0, 9982.0, 9976.0, 9975.0, 10013.0, 10015.0, 10066.0, 10067.0, 10012.0, 10008.0, 10020.0, 10089.0, 10019.0, 10118.0, 10088.0, 10030.0, 9999.0, 10023.0, 10071.0, 10061.0, 10124.0, 10015.0, 10026.0, 10024.0, 10067.0, 10107.0, 10014.0, 10028.0, 9990.0, 10086.0, 10040.0, 10084.0, 10016.0, 9966.0, 10016.0, 9998.0, 10113.0, 10047.0, 9976.0, 9951.0, 9979.0, 10023.0, 10028.0, 9994.0, 9951.0, 9975.0, 9995.0, 9978.0, 10097.0, 9993.0, 9971.0, 10003.0, 9986.0, 10082.0, 10035.0, 9989.0, 9962.0, 10005.0, 10051.0, 10045.0, 10079.0, 9990.0, 9963.0, 10006.0, 10000.0, 10099.0, 9993.0, 10012.0, 10020.0, 10064.0, 10054.0, 9967.0, 9946.0, 9982.0, 10035.0, 10000.0, 10059.0, 10000.0, 9972.0, 9984.0, 10000.0, 10021.0, 10000.0, 10020.0, 9982.0, 9989.0, 10002.0, 10019.0, 10031.0, 10099.0, 10030.0, 9980.0, 9954.0, 9989.0, 10010.0, 10007.0, 10095.0, 9984.0, 9998.0, 9989.0, 10006.0, 10011.0, 10035.0, 10059.0, 9999.0, 10019.0, 10028.0, 10117.0, 10094.0, 10038.0, 9995.0, 9975.0, 10010.0, 10000.0, 10118.0, 9985.0, 9990.0, 9992.0, 10050.0, 10015.0, 10085.0, 9974.0, 9975.0, 9962.0, 9938.0, 10003.0, 10023.0, 10025.0, 9967.0, 9979.0, 9993.0, 10037.0, 9999.0, 9999.0, 10003.0, 10005.0, 10006.0, 10046.0, 10038.0, 10059.0, 10053.0, 10076.0, 10008.0, 10113.0, 10023.0, 10120.0, 10077.0, 10085.0, 10025.0, 10055.0, 10034.0, 10101.0, 10075.0, 10020.0, 9990.0, 9989.0, 10094.0, 10062.0, 10076.0, 9996.0, 9981.0, 9991.0, 10033.0, 10044.0, 9965.0, 9969.0, 9977.0, 10051.0, 10015.0, 9988.0, 9947.0, 9948.0, 10000.0, 9969.0, 10068.0, 9984.0, 9927.0, 9960.0, 9960.0, 10026.0, 9996.0, 10008.0, 9965.0, 9969.0, 9990.0, 9986.0, 10028.0, 9973.0, 9968.0, 10005.0, 10050.0, 10019.0, 10001.0, 9999.0, 9977.0, 10046.0, 9992.0, 10110.0, 10045.0, 9988.0, 9991.0, 10002.0, 10049.0, 9996.0, 10040.0, 9973.0, 10042.0, 9997.0, 10037.0, 9995.0, 9991.0, 9996.0, 10000.0, 10081.0, 10014.0, 10021.0, 9970.0, 9989.0, 9992.0, 10039.0, 9996.0, 10033.0, 9980.0, 9952.0, 10004.0, 10013.0, 10013.0, 10012.0, 10011.0, 9971.0, 10004.0, 10007.0, 10102.0, 10063.0, 10032.0, 9975.0, 9974.0, 10047.0, 10003.0, 10137.0, 10078.0, 9989.0, 9990.0, 9992.0, 10103.0, 10087.0, 10087.0, 10006.0, 10001.0, 10075.0, 10043.0, 10123.0, 10051.0, 9984.0, 10004.0, 9996.0, 10117.0, 10006.0, 10005.0, 10016.0, 10046.0, 10065.0, 9971.0, 9949.0, 9963.0, 10015.0, 9989.0, 10090.0, 9988.0, 9963.0, 9965.0, 9941.0, 9978.0, 10012.0, 9981.0, 9946.0, 9940.0, 9978.0, 10027.0, 9986.0, 10002.0, 10002.0, 10005.0, 10002.0, 10017.0, 10023.0, 10056.0, 10049.0, 10112.0, 10100.0, 10030.0, 10077.0, 10017.0, 9976.0, 10016.0, 10006.0, 10126.0, 10118.0, 10105.0, 10011.0, 9997.0, 10021.0, 10039.0, 10068.0, 9969.0, 9990.0, 10017.0, 10033.0, 10048.0, 9996.0, 9971.0, 10002.0, 10082.0, 10032.0, 10049.0, 9973.0, 9986.0, 10029.0, 9993.0, 10116.0, 10009.0, 9966.0, 9981.0, 9993.0, 10052.0, 10057.0, 10066.0, 9970.0, 9947.0, 10014.0, 9984.0, 10026.0, 9998.0, 10004.0, 9974.0, 10010.0, 10022.0, 10084.0, 10024.0, 9987.0, 9960.0, 9985.0, 10051.0, 10004.0, 10015.0, 9986.0, 9986.0, 10007.0, 10076.0, 10014.0, 9995.0, 10007.0, 10052.0, 10019.0, 10022.0, 9996.0, 9976.0, 9976.0, 9999.0, 10034.0, 10016.0, 10080.0, 10002.0, 10020.0, 9997.0, 9979.0, 10003.0, 10010.0, 10064.0, 10029.0, 10078.0, 10024.0, 10051.0, 10041.0, 10089.0, 10132.0, 10022.0, 10053.0, 10007.0, 10126.0, 10092.0, 10126.0, 10081.0, 10000.0, 10025.0, 9999.0, 10114.0, 10083.0, 10051.0, 9963.0, 9955.0, 9999.0, 10026.0, 10074.0, 9963.0, 9986.0, 9973.0, 9997.0, 10047.0, 9978.0, 9947.0, 9983.0, 9973.0, 10070.0, 9990.0, 9957.0, 9978.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.0008129838709677418</td></tr>
<tr><td colspan=3>aqi</td><td>0.03150982914746543</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.81619810501731</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2026743848673587</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9965870499307954</td></tr>
<tr><td colspan=3>efc</td><td>0.5379</td></tr>
<tr><td colspan=3>fber</td><td>2594.085</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.27266243326403194</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>508</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>58.525345622119815</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.327213934607633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.249964400902123</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.45878485046891</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2728925524518657</td></tr>
<tr><td colspan=3>gcor</td><td>0.0112744</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016982192173600197</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03945739567279816</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.386456325960173</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>20.8594</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>78.946</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>275.0172</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286328.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1244.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>481.2451</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9282</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>573.2085</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3729.7977</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3820.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1848.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4897.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>870.8576</td></tr>
<tr><td colspan=3>tsnr</td><td>32.156415302306414</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>