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

616 lines
No EOL
107 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-0004_ses-01_task-social_acq-mb8_run-02_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-0004_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_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-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0004_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_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-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0004/figures/sub-0004_ses-01_task-social_acq-mb8_run-02_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-0004/ses-01/func/sub-0004_ses-01_task-social_acq-mb8_run-02_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>b96409a1461cba99bd4a304688185a2b</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>10:12:22.057500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999495, 0.0149046, -0.028062, -0.00959473, 0.983504, 0.18063]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0980213</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7773, -7257, 553, -67, -238, 52, 121]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.35</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e5cf5705-aa76-4196-b4e1-c386a7b7db1c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681572198867798, -0.025741970166563988, -0.08178658038377762, 115.00567626953125], [-0.03998791426420212, 2.6386702060699463, 0.4867272675037384, -100.88549041748047], [-0.0752883329987526, -0.48461657762527466, 2.6545069217681885, -26.169879913330078], [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': ['101222.057500', '101222.517500', '101222.977500', '101223.437500', '101223.897500', '101224.357500', '101224.817500', '101225.277500', '101225.737500', '101226.197500', '101226.657500', '101227.117500', '101227.577500', '101228.037500', '101228.497500', '101228.957500', '101229.417500', '101229.877500', '101230.337500', '101230.797500', '101231.257500', '101231.717500', '101232.177500', '101232.637500', '101233.097500', '101233.557500', '101234.017500', '101234.477500', '101234.937500', '101235.397500', '101235.857500', '101236.317500', '101236.777500', '101237.237500', '101237.697500', '101238.157500', '101238.617500', '101239.077500', '101239.537500', '101239.997500', '101240.457500', '101240.917500', '101241.377500', '101241.837500', '101242.297500', '101242.757500', '101243.217500', '101243.677500', '101244.137500', '101244.597500', '101245.057500', '101245.517500', '101245.977500', '101246.437500', '101246.897500', '101247.357500', '101247.817500', '101248.277500', '101248.737500', '101249.197500', '101249.657500', '101250.117500', '101250.577500', '101251.037500', '101251.497500', '101251.957500', '101252.417500', '101252.877500', '101253.337500', '101253.797500', '101254.257500', '101254.717500', '101255.177500', '101255.637500', '101256.097500', '101256.557500', '101257.017500', '101257.477500', '101257.937500', '101258.397500', '101258.857500', '101259.317500', '101259.777500', '101300.237500', '101300.697500', '101301.157500', '101301.617500', '101302.077500', '101302.537500', '101302.997500', '101303.457500', '101303.917500', '101304.377500', '101304.837500', '101305.297500', '101305.757500', '101306.217500', '101306.677500', '101307.137500', '101307.597500', '101308.057500', '101308.517500', '101308.977500', '101309.437500', '101309.897500', '101310.357500', '101310.817500', '101311.277500', '101311.737500', '101312.197500', '101312.657500', '101313.117500', '101313.577500', '101314.037500', '101314.497500', '101314.957500', '101315.417500', '101315.877500', '101316.337500', '101316.797500', '101317.257500', '101317.717500', '101318.177500', '101318.637500', '101319.097500', '101319.557500', '101320.017500', '101320.477500', '101320.937500', '101321.397500', '101321.857500', '101322.317500', '101322.777500', '101323.237500', '101323.697500', '101324.157500', '101324.617500', '101325.077500', '101325.537500', '101325.997500', '101326.457500', '101326.917500', '101327.377500', '101327.837500', '101328.297500', '101328.757500', '101329.217500', '101329.677500', '101330.137500', '101330.597500', '101331.057500', '101331.517500', '101331.977500', '101332.437500', '101332.897500', '101333.357500', '101333.817500', '101334.277500', '101334.737500', '101335.197500', '101335.657500', '101336.117500', '101336.577500', '101337.037500', '101337.497500', '101337.957500', '101338.417500', '101338.877500', '101339.337500', '101339.797500', '101340.257500', '101340.717500', '101341.177500', '101341.637500', '101342.097500', '101342.557500', '101343.017500', '101343.477500', '101343.937500', '101344.397500', '101344.857500', '101345.317500', '101345.777500', '101346.237500', '101346.697500', '101347.157500', '101347.617500', '101348.077500', '101348.537500', '101348.997500', '101349.457500', '101349.917500', '101350.377500', '101350.837500', '101351.297500', '101351.757500', '101352.217500', '101352.677500', '101353.137500', '101353.597500', '101354.057500', '101354.517500', '101354.977500', '101355.437500', '101355.897500', '101356.357500', '101356.817500', '101357.277500', '101357.737500', '101358.197500', '101358.657500', '101359.117500', '101359.577500', '101400.037500', '101400.497500', '101400.957500', '101401.417500', '101401.877500', '101402.337500', '101402.797500', '101403.257500', '101403.717500', '101404.177500', '101404.637500', '101405.097500', '101405.557500', '101406.017500', '101406.477500', '101406.937500', '101407.397500', '101407.857500', '101408.317500', '101408.777500', '101409.237500', '101409.697500', '101410.157500', '101410.617500', '101411.077500', '101411.537500', '101411.997500', '101412.457500', '101412.917500', '101413.377500', '101413.837500', '101414.297500', '101414.757500', '101415.217500', '101415.677500', '101416.137500', '101416.597500', '101417.057500', '101417.517500', '101417.977500', '101418.437500', '101418.897500', '101419.357500', '101419.817500', '101420.277500', '101420.737500', '101421.197500', '101421.657500', '101422.117500', '101422.577500', '101423.037500', '101423.497500', '101423.957500', '101424.417500', '101424.877500', '101425.337500', '101425.797500', '101426.257500', '101426.717500', '101427.177500', '101427.637500', '101428.097500', '101428.557500', '101429.017500', '101429.477500', '101429.937500', '101430.397500', '101430.857500', '101431.317500', '101431.777500', '101432.237500', '101432.697500', '101433.157500', '101433.617500', '101434.077500', '101434.537500', '101434.997500', '101435.457500', '101435.917500', '101436.377500', '101436.837500', '101437.297500', '101437.757500', '101438.217500', '101438.677500', '101439.137500', '101439.597500', '101440.057500', '101440.517500', '101440.977500', '101441.437500', '101441.897500', '101442.357500', '101442.817500', '101443.277500', '101443.737500', '101444.197500', '101444.657500', '101445.117500', '101445.577500', '101446.037500', '101446.497500', '101446.957500', '101447.417500', '101447.877500', '101448.337500', '101448.797500', '101449.257500', '101449.717500', '101450.177500', '101450.637500', '101451.097500', '101451.557500', '101452.017500', '101452.477500', '101452.937500', '101453.397500', '101453.857500', '101454.317500', '101454.777500', '101455.237500', '101455.697500', '101456.157500', '101456.617500', '101457.077500', '101457.537500', '101457.997500', '101458.457500', '101458.917500', '101459.377500', '101459.837500', '101500.297500', '101500.757500', '101501.217500', '101501.677500', '101502.137500', '101502.597500', '101503.057500', '101503.517500', '101503.977500', '101504.437500', '101504.897500', '101505.357500', '101505.817500', '101506.277500', '101506.737500', '101507.197500', '101507.657500', '101508.117500', '101508.577500', '101509.037500', '101509.497500', '101509.957500', '101510.417500', '101510.877500', '101511.337500', '101511.797500', '101512.257500', '101512.717500', '101513.177500', '101513.637500', '101514.097500', '101514.557500', '101515.017500', '101515.477500', '101515.937500', '101516.397500', '101516.857500', '101517.317500', '101517.777500', '101518.237500', '101518.697500', '101519.157500', '101519.617500', '101520.077500', '101520.537500', '101520.997500', '101521.457500', '101521.917500', '101522.377500', '101522.837500', '101523.297500', '101523.757500', '101524.217500', '101524.677500', '101525.137500', '101525.597500', '101526.057500', '101526.517500', '101526.977500', '101527.437500', '101527.897500', '101528.357500', '101528.817500', '101529.277500', '101529.737500', '101530.197500', '101530.657500', '101531.117500', '101531.577500', '101532.037500', '101532.497500', '101532.957500', '101533.417500', '101533.877500', '101534.337500', '101534.797500', '101535.257500', '101535.717500', '101536.177500', '101536.637500', '101537.097500', '101537.557500', '101538.017500', '101538.477500', '101538.937500', '101539.397500', '101539.857500', '101540.317500', '101540.777500', '101541.237500', '101541.697500', '101542.157500', '101542.617500', '101543.077500', '101543.537500', '101543.997500', '101544.457500', '101544.917500', '101545.377500', '101545.837500', '101546.297500', '101546.757500', '101547.217500', '101547.677500', '101548.137500', '101548.597500', '101549.057500', '101549.517500', '101549.977500', '101550.437500', '101550.897500', '101551.357500', '101551.817500', '101552.277500', '101552.737500', '101553.197500', '101553.657500', '101554.117500', '101554.577500', '101555.037500', '101555.497500', '101555.957500', '101556.417500', '101556.877500', '101557.337500', '101557.797500', '101558.257500', '101558.717500', '101559.177500', '101559.637500', '101600.097500', '101600.557500', '101601.017500', '101601.477500', '101601.937500', '101602.397500', '101602.857500', '101603.317500', '101603.777500', '101604.237500', '101604.697500', '101605.157500', '101605.617500', '101606.077500', '101606.537500', '101606.997500', '101607.457500', '101607.917500', '101608.377500', '101608.837500', '101609.297500', '101609.757500', '101610.217500', '101610.677500', '101611.137500', '101611.597500', '101612.057500', '101612.517500', '101612.977500', '101613.437500', '101613.897500', '101614.357500', '101614.817500', '101615.277500', '101615.737500', '101616.197500', '101616.657500', '101617.117500', '101617.577500', '101618.037500', '101618.497500', '101618.957500', '101619.417500', '101619.877500', '101620.337500', '101620.797500', '101621.257500', '101621.717500', '101622.177500', '101622.637500', '101623.097500', '101623.557500', '101624.017500', '101624.477500', '101624.937500', '101625.397500', '101625.857500', '101626.317500', '101626.777500', '101627.237500', '101627.697500', '101628.157500', '101628.617500', '101629.077500', '101629.537500', '101629.997500', '101630.457500', '101630.917500', '101631.377500', '101631.837500', '101632.297500', '101632.757500', '101633.217500', '101633.677500', '101634.137500', '101634.597500', '101635.057500', '101635.517500', '101635.977500', '101636.437500', '101636.897500', '101637.357500', '101637.817500', '101638.277500', '101638.737500', '101639.197500', '101639.657500', '101640.117500', '101640.577500', '101641.037500', '101641.497500', '101641.957500', '101642.417500', '101642.877500', '101643.337500', '101643.797500', '101644.257500', '101644.717500', '101645.177500', '101645.637500', '101646.097500', '101646.557500', '101647.017500', '101647.477500', '101647.937500', '101648.397500', '101648.857500', '101649.317500', '101649.777500', '101650.237500', '101650.697500', '101651.157500', '101651.617500', '101652.077500', '101652.537500', '101652.997500', '101653.457500', '101653.917500', '101654.377500', '101654.837500', '101655.297500', '101655.757500', '101656.217500', '101656.677500', '101657.137500', '101657.597500', '101658.057500', '101658.517500', '101658.977500', '101659.437500', '101659.897500', '101700.357500', '101700.817500', '101701.277500', '101701.737500', '101702.197500', '101702.657500', '101703.117500', '101703.577500', '101704.037500', '101704.497500', '101704.957500', '101705.417500', '101705.877500', '101706.337500', '101706.797500', '101707.257500', '101707.717500', '101708.177500', '101708.637500', '101709.097500', '101709.557500', '101710.017500', '101710.477500', '101710.937500', '101711.397500', '101711.857500', '101712.317500', '101712.777500', '101713.237500', '101713.697500', '101714.157500', '101714.617500', '101715.077500', '101715.537500', '101715.997500', '101716.457500', '101716.917500', '101717.377500', '101717.837500', '101718.297500', '101718.757500', '101719.217500', '101719.677500', '101720.137500', '101720.597500', '101721.057500', '101721.517500', '101721.977500', '101722.437500', '101722.897500', '101723.357500', '101723.817500', '101724.277500', '101724.737500', '101725.197500', '101725.657500', '101726.117500', '101726.577500', '101727.037500', '101727.497500', '101727.957500', '101728.417500', '101728.877500', '101729.337500', '101729.797500', '101730.257500', '101730.717500', '101731.177500', '101731.637500', '101732.097500', '101732.557500', '101733.017500', '101733.477500', '101733.937500', '101734.397500', '101734.857500', '101735.317500', '101735.777500', '101736.237500', '101736.697500', '101737.157500', '101737.617500', '101738.077500', '101738.537500', '101738.997500', '101739.457500', '101739.917500', '101740.377500', '101740.837500', '101741.297500', '101741.757500', '101742.217500', '101742.677500', '101743.137500', '101743.597500', '101744.057500', '101744.517500', '101744.977500', '101745.437500', '101745.897500', '101746.357500', '101746.817500', '101747.277500', '101747.737500', '101748.197500', '101748.657500', '101749.117500', '101749.577500', '101750.037500', '101750.497500', '101750.957500', '101751.417500', '101751.877500', '101752.337500', '101752.797500', '101753.257500', '101753.717500', '101754.177500', '101754.637500', '101755.097500', '101755.557500', '101756.017500', '101756.477500', '101756.937500', '101757.397500', '101757.857500', '101758.317500', '101758.777500', '101759.237500', '101759.697500', '101800.157500', '101800.617500', '101801.077500', '101801.537500', '101801.997500', '101802.457500', '101802.917500', '101803.377500', '101803.837500', '101804.297500', '101804.757500', '101805.217500', '101805.677500', '101806.137500', '101806.597500', '101807.057500', '101807.517500', '101807.977500', '101808.437500', '101808.897500', '101809.357500', '101809.817500', '101810.277500', '101810.737500', '101811.197500', '101811.657500', '101812.117500', '101812.577500', '101813.037500', '101813.497500', '101813.957500', '101814.417500', '101814.877500', '101815.337500', '101815.797500', '101816.257500', '101816.717500', '101817.177500', '101817.637500', '101818.097500', '101818.557500', '101819.017500', '101819.477500', '101819.937500', '101820.397500', '101820.857500', '101821.317500', '101821.777500', '101822.237500', '101822.697500', '101823.157500', '101823.617500', '101824.077500', '101824.537500', '101824.997500', '101825.457500', '101825.917500', '101826.377500', '101826.837500', '101827.297500', '101827.757500', '101828.217500', '101828.677500', '101829.137500', '101829.597500', '101830.057500', '101830.517500', '101830.977500', '101831.437500', '101831.897500', '101832.357500', '101832.817500', '101833.277500', '101833.737500', '101834.197500', '101834.657500', '101835.117500', '101835.577500', '101836.037500', '101836.497500', '101836.957500', '101837.417500', '101837.877500', '101838.337500', '101838.797500', '101839.257500', '101839.717500', '101840.177500', '101840.637500', '101841.097500', '101841.557500', '101842.017500', '101842.477500', '101842.937500', '101843.397500', '101843.857500', '101844.317500', '101844.777500', '101845.237500', '101845.697500', '101846.157500', '101846.617500', '101847.077500', '101847.537500', '101847.997500', '101848.457500', '101848.917500', '101849.377500', '101849.837500', '101850.297500', '101850.757500', '101851.217500', '101851.677500', '101852.137500', '101852.597500', '101853.057500', '101853.517500', '101853.977500', '101854.437500', '101854.897500', '101855.357500', '101855.817500', '101856.277500', '101856.737500', '101857.197500', '101857.657500', '101858.117500', '101858.577500', '101859.037500', '101859.497500', '101859.957500', '101900.417500', '101900.877500', '101901.337500', '101901.797500', '101902.257500', '101902.717500'], 'ContentTime': ['101231.712000', '101231.716000', '101231.719000', '101231.727000', '101231.730000', '101231.733000', '101231.736000', '101231.746000', '101231.748000', '101231.751000', '101231.754000', '101231.757000', '101231.760000', '101231.763000', '101231.765000', '101231.768000', '101231.771000', '101231.774000', '101231.777000', '101231.780000', '101251.679000', '101251.682000', '101251.684000', '101251.687000', '101251.690000', '101251.693000', '101251.704000', '101251.715000', '101251.718000', '101251.721000', '101251.725000', '101251.730000', '101251.733000', '101251.736000', '101251.739000', '101251.742000', '101251.745000', '101251.747000', '101251.750000', '101251.753000', '101251.758000', '101251.760000', '101251.763000', '101251.766000', '101251.769000', '101251.772000', '101251.775000', '101251.777000', '101251.780000', '101251.783000', '101251.786000', '101251.789000', '101251.791000', '101251.794000', '101251.797000', '101251.800000', '101251.803000', '101251.805000', '101251.808000', '101251.811000', '101251.814000', '101251.817000', '101251.820000', '101311.678000', '101311.686000', '101311.689000', '101311.692000', '101311.695000', '101311.698000', '101311.701000', '101311.703000', '101311.706000', '101311.709000', '101311.712000', '101311.715000', '101311.718000', '101311.720000', '101311.723000', '101311.726000', '101311.729000', '101311.732000', '101311.735000', '101311.737000', '101311.740000', '101311.743000', '101311.746000', '101311.749000', '101311.751000', '101311.754000', '101311.757000', '101311.760000', '101311.763000', '101311.766000', '101311.769000', '101311.771000', '101311.774000', '101311.777000', '101311.780000', '101311.783000', '101311.786000', '101311.789000', '101311.791000', '101311.794000', '101311.797000', '101311.800000', '101311.803000', '101311.805000', '101331.678000', '101331.681000', '101331.684000', '101331.687000', '101331.690000', '101331.693000', '101331.696000', '101331.699000', '101331.702000', '101331.705000', '101331.707000', '101331.711000', '101331.713000', '101331.716000', '101331.719000', '101331.722000', '101331.725000', '101331.728000', '101331.731000', '101331.734000', '101331.736000', '101331.739000', '101331.742000', '101331.745000', '101331.748000', '101331.751000', '101331.754000', '101331.757000', '101331.762000', '101331.765000', '101331.768000', '101331.771000', '101331.773000', '101331.776000', '101331.779000', '101331.782000', '101331.785000', '101331.788000', '101331.790000', '101331.793000', '101331.796000', '101331.799000', '101331.802000', '101351.678000', '101351.681000', '101351.684000', '101351.686000', '101351.690000', '101351.692000', '101351.695000', '101351.698000', '101351.701000', '101351.704000', '101351.706000', '101351.709000', '101351.712000', '101351.715000', '101351.718000', '101351.721000', '101351.724000', '101351.726000', '101351.729000', '101351.732000', '101351.742000', '101351.745000', '101351.748000', '101351.750000', '101351.753000', '101351.756000', '101351.759000', '101351.762000', '101351.765000', '101351.768000', '101351.770000', '101351.773000', '101351.776000', '101351.779000', '101351.782000', '101351.785000', '101351.787000', '101351.790000', '101351.793000', '101351.796000', '101351.799000', '101351.802000', '101351.804000', '101351.807000', '101411.679000', '101411.682000', '101411.685000', '101411.688000', '101411.690000', '101411.693000', '101411.696000', '101411.699000', '101411.702000', '101411.705000', '101411.708000', '101411.710000', '101411.713000', '101411.716000', '101411.719000', '101411.722000', '101411.725000', '101411.728000', '101411.731000', '101411.733000', '101411.736000', '101411.739000', '101411.742000', '101411.745000', '101411.748000', '101411.751000', '101411.753000', '101411.756000', '101411.759000', '101411.762000', '101411.765000', '101411.768000', '101411.770000', '101411.774000', '101411.777000', '101411.780000', '101411.783000', '101411.786000', '101411.788000', '101411.804000', '101411.807000', '101411.810000', '101411.813000', '101431.679000', '101431.682000', '101431.685000', '101431.688000', '101431.690000', '101431.693000', '101431.696000', '101431.699000', '101431.702000', '101431.704000', '101431.707000', '101431.710000', '101431.713000', '101431.716000', '101431.719000', '101431.722000', '101431.724000', '101431.727000', '101431.730000', '101431.733000', '101431.736000', '101431.739000', '101431.742000', '101431.745000', '101431.748000', '101431.750000', '101431.753000', '101431.756000', '101431.759000', '101431.762000', '101431.765000', '101431.768000', '101431.770000', '101431.773000', '101431.776000', '101431.779000', '101431.782000', '101431.785000', '101431.787000', '101431.790000', '101431.793000', '101431.814000', '101431.816000', '101431.819000', '101451.679000', '101451.682000', '101451.685000', '101451.688000', '101451.696000', '101451.699000', '101451.702000', '101451.705000', '101451.708000', '101451.711000', '101451.713000', '101451.716000', '101451.719000', '101451.722000', '101451.725000', '101451.730000', '101451.733000', '101451.736000', '101451.739000', '101451.742000', '101451.745000', '101451.748000', '101451.750000', '101451.753000', '101451.756000', '101451.759000', '101451.762000', '101451.765000', '101451.768000', '101451.770000', '101451.773000', '101451.776000', '101451.779000', '101451.782000', '101451.786000', '101451.789000', '101451.792000', '101451.795000', '101451.798000', '101451.801000', '101451.804000', '101451.807000', '101451.810000', '101511.679000', '101511.682000', '101511.685000', '101511.688000', '101511.691000', '101511.699000', '101511.702000', '101511.705000', '101511.708000', '101511.711000', '101511.714000', '101511.725000', '101511.728000', '101511.731000', '101511.734000', '101511.737000', '101511.740000', '101511.742000', '101511.745000', '101511.748000', '101511.751000', '101511.754000', '101511.757000', '101511.760000', '101511.763000', '101511.766000', '101511.769000', '101511.771000', '101511.774000', '101511.777000', '101511.780000', '101511.783000', '101511.786000', '101511.789000', '101511.792000', '101511.794000', '101511.797000', '101511.800000', '101511.803000', '101511.806000', '101511.808000', '101511.811000', '101511.814000', '101511.817000', '101531.678000', '101531.681000', '101531.684000', '101531.686000', '101531.689000', '101531.692000', '101531.695000', '101531.698000', '101531.701000', '101531.704000', '101531.707000', '101531.710000', '101531.713000', '101531.715000', '101531.718000', '101531.721000', '101531.724000', '101531.727000', '101531.730000', '101531.732000', '101531.735000', '101531.738000', '101531.741000', '101531.744000', '101531.747000', '101531.750000', '101531.753000', '101531.756000', '101531.759000', '101531.761000', '101531.764000', '101531.767000', '101531.770000', '101531.773000', '101531.776000', '101531.778000', '101531.781000', '101531.784000', '101531.787000', '101531.790000', '101531.793000', '101531.796000', '101531.798000', '101551.678000', '101551.681000', '101551.684000', '101551.687000', '101551.690000', '101551.693000', '101551.696000', '101551.698000', '101551.701000', '101551.704000', '101551.707000', '101551.710000', '101551.713000', '101551.716000', '101551.718000', '101551.721000', '101551.724000', '101551.727000', '101551.730000', '101551.733000', '101551.735000', '101551.738000', '101551.741000', '101551.744000', '101551.747000', '101551.750000', '101551.753000', '101551.755000', '101551.758000', '101551.761000', '101551.773000', '101551.775000', '101551.778000', '101551.781000', '101551.784000', '101551.787000', '101551.790000', '101551.793000', '101551.795000', '101551.798000', '101551.801000', '101551.804000', '101551.807000', '101551.810000', '101611.678000', '101611.681000', '101611.684000', '101611.687000', '101611.689000', '101611.692000', '101611.695000', '101611.698000', '101611.701000', '101611.704000', '101611.706000', '101611.709000', '101611.712000', '101611.715000', '101611.718000', '101611.721000', '101611.724000', '101611.727000', '101611.729000', '101611.732000', '101611.735000', '101611.738000', '101611.741000', '101611.744000', '101611.747000', '101611.750000', '101611.752000', '101611.755000', '101611.758000', '101611.761000', '101611.764000', '101611.767000', '101611.771000', '101611.773000', '101611.776000', '101611.779000', '101611.782000', '101611.785000', '101611.787000', '101611.790000', '101611.793000', '101611.796000', '101611.799000', '101631.679000', '101631.682000', '101631.685000', '101631.687000', '101631.690000', '101631.693000', '101631.696000', '101631.699000', '101631.702000', '101631.704000', '101631.707000', '101631.710000', '101631.713000', '101631.716000', '101631.719000', '101631.722000', '101631.725000', '101631.727000', '101631.730000', '101631.733000', '101631.736000', '101631.739000', '101631.747000', '101631.750000', '101631.753000', '101631.756000', '101631.759000', '101631.761000', '101631.764000', '101631.767000', '101631.770000', '101631.778000', '101631.781000', '101631.784000', '101631.786000', '101631.789000', '101631.792000', '101631.795000', '101631.798000', '101631.801000', '101631.804000', '101631.807000', '101631.809000', '101631.812000', '101651.679000', '101651.682000', '101651.685000', '101651.688000', '101651.691000', '101651.693000', '101651.696000', '101651.699000', '101651.702000', '101651.705000', '101651.708000', '101651.711000', '101651.713000', '101651.716000', '101651.719000', '101651.722000', '101651.725000', '101651.728000', '101651.731000', '101651.734000', '101651.736000', '101651.739000', '101651.742000', '101651.745000', '101651.748000', '101651.751000', '101651.754000', '101651.757000', '101651.759000', '101651.762000', '101651.765000', '101651.768000', '101651.771000', '101651.774000', '101651.777000', '101651.779000', '101651.782000', '101651.785000', '101651.788000', '101651.791000', '101651.794000', '101651.797000', '101651.800000', '101711.679000', '101711.682000', '101711.685000', '101711.687000', '101711.690000', '101711.693000', '101711.696000', '101711.699000', '101711.702000', '101711.705000', '101711.708000', '101711.711000', '101711.713000', '101711.716000', '101711.719000', '101711.722000', '101711.725000', '101711.728000', '101711.730000', '101711.734000', '101711.736000', '101711.739000', '101711.742000', '101711.745000', '101711.748000', '101711.751000', '101711.754000', '101711.763000', '101711.766000', '101711.769000', '101711.772000', '101711.775000', '101711.778000', '101711.780000', '101711.783000', '101711.786000', '101711.789000', '101711.792000', '101711.795000', '101711.798000', '101711.800000', '101711.803000', '101711.806000', '101711.809000', '101731.678000', '101731.681000', '101731.684000', '101731.687000', '101731.689000', '101731.693000', '101731.695000', '101731.698000', '101731.701000', '101731.704000', '101731.707000', '101731.710000', '101731.713000', '101731.716000', '101731.718000', '101731.721000', '101731.724000', '101731.727000', '101731.730000', '101731.733000', '101731.736000', '101731.739000', '101731.741000', '101731.744000', '101731.747000', '101731.750000', '101731.753000', '101731.756000', '101731.758000', '101731.761000', '101731.764000', '101731.767000', '101731.770000', '101731.773000', '101731.776000', '101731.778000', '101731.781000', '101731.784000', '101731.787000', '101731.790000', '101731.793000', '101731.796000', '101731.808000', '101751.678000', '101751.681000', '101751.684000', '101751.687000', '101751.689000', '101751.692000', '101751.695000', '101751.698000', '101751.701000', '101751.704000', '101751.707000', '101751.710000', '101751.713000', '101751.715000', '101751.718000', '101751.721000', '101751.724000', '101751.727000', '101751.730000', '101751.733000', '101751.735000', '101751.738000', '101751.741000', '101751.744000', '101751.747000', '101751.750000', '101751.753000', '101751.755000', '101751.758000', '101751.761000', '101751.764000', '101751.767000', '101751.770000', '101751.780000', '101751.783000', '101751.786000', '101751.788000', '101751.791000', '101751.794000', '101751.797000', '101751.800000', '101751.803000', '101751.805000', '101751.808000', '101811.678000', '101811.681000', '101811.684000', '101811.687000', '101811.690000', '101811.692000', '101811.695000', '101811.698000', '101811.701000', '101811.704000', '101811.707000', '101811.709000', '101811.712000', '101811.715000', '101811.718000', '101811.721000', '101811.724000', '101811.727000', '101811.729000', '101811.732000', '101811.735000', '101811.738000', '101811.741000', '101811.744000', '101811.747000', '101811.750000', '101811.752000', '101811.755000', '101811.758000', '101811.761000', '101811.764000', '101811.767000', '101811.770000', '101811.772000', '101811.775000', '101811.778000', '101811.781000', '101811.784000', '101811.786000', '101811.789000', '101811.792000', '101811.795000', '101811.798000', '101831.678000', '101831.681000', '101831.684000', '101831.687000', '101831.689000', '101831.692000', '101831.695000', '101831.698000', '101831.701000', '101831.704000', '101831.707000', '101831.710000', '101831.713000', '101831.716000', '101831.718000', '101831.721000', '101831.724000', '101831.727000', '101831.730000', '101831.733000', '101831.735000', '101831.738000', '101831.741000', '101831.744000', '101831.747000', '101831.750000', '101831.753000', '101831.756000', '101831.758000', '101831.761000', '101831.764000', '101831.767000', '101831.770000', '101831.773000', '101831.775000', '101831.778000', '101831.781000', '101831.784000', '101831.787000', '101831.790000', '101831.792000', '101831.795000', '101831.798000', '101831.801000', '101851.679000', '101851.682000', '101851.685000', '101851.688000', '101851.691000', '101851.693000', '101851.696000', '101851.699000', '101851.702000', '101851.705000', '101851.708000', '101851.711000', '101851.714000', '101851.716000', '101851.719000', '101851.722000', '101851.725000', '101851.728000', '101851.731000', '101851.733000', '101851.736000', '101851.739000', '101851.742000', '101851.745000', '101851.748000', '101851.751000', '101851.753000', '101851.756000', '101851.759000', '101851.762000', '101851.765000', '101851.768000', '101851.771000', '101851.773000', '101851.776000', '101851.779000', '101851.782000', '101851.785000', '101851.788000', '101851.791000', '101851.794000', '101851.796000', '101851.799000', '101903.471000', '101903.476000', '101903.479000', '101903.482000', '101903.486000', '101903.489000', '101903.492000', '101903.495000', '101903.498000', '101903.502000', '101903.505000', '101903.508000', '101903.511000', '101903.514000', '101903.517000', '101903.520000', '101903.524000', '101903.527000', '101903.530000', '101903.533000', '101903.536000', '101903.540000', '101903.543000', '101903.546000', '101903.549000', '101903.553000'], 'InstanceCreationTime': ['101231.712000', '101231.716000', '101231.719000', '101231.727000', '101231.730000', '101231.733000', '101231.736000', '101231.746000', '101231.748000', '101231.751000', '101231.754000', '101231.757000', '101231.760000', '101231.763000', '101231.765000', '101231.768000', '101231.771000', '101231.774000', '101231.777000', '101231.780000', '101251.679000', '101251.682000', '101251.684000', '101251.687000', '101251.690000', '101251.693000', '101251.704000', '101251.715000', '101251.718000', '101251.721000', '101251.725000', '101251.730000', '101251.733000', '101251.736000', '101251.739000', '101251.742000', '101251.745000', '101251.747000', '101251.750000', '101251.753000', '101251.758000', '101251.760000', '101251.763000', '101251.766000', '101251.769000', '101251.772000', '101251.775000', '101251.777000', '101251.780000', '101251.783000', '101251.786000', '101251.789000', '101251.791000', '101251.794000', '101251.797000', '101251.800000', '101251.803000', '101251.805000', '101251.808000', '101251.811000', '101251.814000', '101251.817000', '101251.820000', '101311.678000', '101311.686000', '101311.689000', '101311.692000', '101311.695000', '101311.698000', '101311.701000', '101311.703000', '101311.706000', '101311.709000', '101311.712000', '101311.715000', '101311.718000', '101311.720000', '101311.723000', '101311.726000', '101311.729000', '101311.732000', '101311.735000', '101311.737000', '101311.740000', '101311.743000', '101311.746000', '101311.749000', '101311.751000', '101311.754000', '101311.757000', '101311.760000', '101311.763000', '101311.766000', '101311.769000', '101311.771000', '101311.774000', '101311.777000', '101311.780000', '101311.783000', '101311.786000', '101311.789000', '101311.791000', '101311.794000', '101311.797000', '101311.800000', '101311.803000', '101311.805000', '101331.678000', '101331.681000', '101331.684000', '101331.687000', '101331.690000', '101331.693000', '101331.696000', '101331.699000', '101331.702000', '101331.705000', '101331.707000', '101331.711000', '101331.713000', '101331.716000', '101331.719000', '101331.722000', '101331.725000', '101331.728000', '101331.731000', '101331.734000', '101331.736000', '101331.739000', '101331.742000', '101331.745000', '101331.748000', '101331.751000', '101331.754000', '101331.757000', '101331.762000', '101331.765000', '101331.768000', '101331.771000', '101331.773000', '101331.776000', '101331.779000', '101331.782000', '101331.785000', '101331.788000', '101331.790000', '101331.793000', '101331.796000', '101331.799000', '101331.802000', '101351.678000', '101351.681000', '101351.684000', '101351.686000', '101351.690000', '101351.692000', '101351.695000', '101351.698000', '101351.701000', '101351.704000', '101351.706000', '101351.709000', '101351.712000', '101351.715000', '101351.718000', '101351.721000', '101351.724000', '101351.726000', '101351.729000', '101351.732000', '101351.742000', '101351.745000', '101351.748000', '101351.750000', '101351.753000', '101351.756000', '101351.759000', '101351.762000', '101351.765000', '101351.768000', '101351.770000', '101351.773000', '101351.776000', '101351.779000', '101351.782000', '101351.785000', '101351.787000', '101351.790000', '101351.793000', '101351.796000', '101351.799000', '101351.802000', '101351.804000', '101351.807000', '101411.679000', '101411.682000', '101411.685000', '101411.688000', '101411.690000', '101411.693000', '101411.696000', '101411.699000', '101411.702000', '101411.705000', '101411.708000', '101411.710000', '101411.713000', '101411.716000', '101411.719000', '101411.722000', '101411.725000', '101411.728000', '101411.731000', '101411.733000', '101411.736000', '101411.739000', '101411.742000', '101411.745000', '101411.748000', '101411.751000', '101411.753000', '101411.756000', '101411.759000', '101411.762000', '101411.765000', '101411.768000', '101411.770000', '101411.774000', '101411.777000', '101411.780000', '101411.783000', '101411.786000', '101411.788000', '101411.804000', '101411.807000', '101411.810000', '101411.813000', '101431.679000', '101431.682000', '101431.685000', '101431.688000', '101431.690000', '101431.693000', '101431.696000', '101431.699000', '101431.702000', '101431.704000', '101431.707000', '101431.710000', '101431.713000', '101431.716000', '101431.719000', '101431.722000', '101431.724000', '101431.727000', '101431.730000', '101431.733000', '101431.736000', '101431.739000', '101431.742000', '101431.745000', '101431.748000', '101431.750000', '101431.753000', '101431.756000', '101431.759000', '101431.762000', '101431.765000', '101431.768000', '101431.770000', '101431.773000', '101431.776000', '101431.779000', '101431.782000', '101431.785000', '101431.787000', '101431.790000', '101431.793000', '101431.814000', '101431.816000', '101431.819000', '101451.679000', '101451.682000', '101451.685000', '101451.688000', '101451.696000', '101451.699000', '101451.702000', '101451.705000', '101451.708000', '101451.711000', '101451.713000', '101451.716000', '101451.719000', '101451.722000', '101451.725000', '101451.730000', '101451.733000', '101451.736000', '101451.739000', '101451.742000', '101451.745000', '101451.748000', '101451.750000', '101451.753000', '101451.756000', '101451.759000', '101451.762000', '101451.765000', '101451.768000', '101451.770000', '101451.773000', '101451.776000', '101451.779000', '101451.782000', '101451.786000', '101451.789000', '101451.792000', '101451.795000', '101451.798000', '101451.801000', '101451.804000', '101451.807000', '101451.810000', '101511.679000', '101511.682000', '101511.685000', '101511.688000', '101511.691000', '101511.699000', '101511.702000', '101511.705000', '101511.708000', '101511.711000', '101511.714000', '101511.725000', '101511.728000', '101511.731000', '101511.734000', '101511.737000', '101511.740000', '101511.742000', '101511.745000', '101511.748000', '101511.751000', '101511.754000', '101511.757000', '101511.760000', '101511.763000', '101511.766000', '101511.769000', '101511.771000', '101511.774000', '101511.777000', '101511.780000', '101511.783000', '101511.786000', '101511.789000', '101511.792000', '101511.794000', '101511.797000', '101511.800000', '101511.803000', '101511.806000', '101511.808000', '101511.811000', '101511.814000', '101511.817000', '101531.678000', '101531.681000', '101531.684000', '101531.686000', '101531.689000', '101531.692000', '101531.695000', '101531.698000', '101531.701000', '101531.704000', '101531.707000', '101531.710000', '101531.713000', '101531.715000', '101531.718000', '101531.721000', '101531.724000', '101531.727000', '101531.730000', '101531.732000', '101531.735000', '101531.738000', '101531.741000', '101531.744000', '101531.747000', '101531.750000', '101531.753000', '101531.756000', '101531.759000', '101531.761000', '101531.764000', '101531.767000', '101531.770000', '101531.773000', '101531.776000', '101531.778000', '101531.781000', '101531.784000', '101531.787000', '101531.790000', '101531.793000', '101531.796000', '101531.798000', '101551.678000', '101551.681000', '101551.684000', '101551.687000', '101551.690000', '101551.693000', '101551.696000', '101551.698000', '101551.701000', '101551.704000', '101551.707000', '101551.710000', '101551.713000', '101551.716000', '101551.718000', '101551.721000', '101551.724000', '101551.727000', '101551.730000', '101551.733000', '101551.735000', '101551.738000', '101551.741000', '101551.744000', '101551.747000', '101551.750000', '101551.753000', '101551.755000', '101551.758000', '101551.761000', '101551.773000', '101551.775000', '101551.778000', '101551.781000', '101551.784000', '101551.787000', '101551.790000', '101551.793000', '101551.795000', '101551.798000', '101551.801000', '101551.804000', '101551.807000', '101551.810000', '101611.678000', '101611.681000', '101611.684000', '101611.687000', '101611.689000', '101611.692000', '101611.695000', '101611.698000', '101611.701000', '101611.704000', '101611.706000', '101611.709000', '101611.712000', '101611.715000', '101611.718000', '101611.721000', '101611.724000', '101611.727000', '101611.729000', '101611.732000', '101611.735000', '101611.738000', '101611.741000', '101611.744000', '101611.747000', '101611.750000', '101611.752000', '101611.755000', '101611.758000', '101611.761000', '101611.764000', '101611.767000', '101611.771000', '101611.773000', '101611.776000', '101611.779000', '101611.782000', '101611.785000', '101611.787000', '101611.790000', '101611.793000', '101611.796000', '101611.799000', '101631.679000', '101631.682000', '101631.685000', '101631.687000', '101631.690000', '101631.693000', '101631.696000', '101631.699000', '101631.702000', '101631.704000', '101631.707000', '101631.710000', '101631.713000', '101631.716000', '101631.719000', '101631.722000', '101631.725000', '101631.727000', '101631.730000', '101631.733000', '101631.736000', '101631.739000', '101631.747000', '101631.750000', '101631.753000', '101631.756000', '101631.759000', '101631.761000', '101631.764000', '101631.767000', '101631.770000', '101631.778000', '101631.781000', '101631.784000', '101631.786000', '101631.789000', '101631.792000', '101631.795000', '101631.798000', '101631.801000', '101631.804000', '101631.807000', '101631.809000', '101631.812000', '101651.679000', '101651.682000', '101651.685000', '101651.688000', '101651.691000', '101651.693000', '101651.696000', '101651.699000', '101651.702000', '101651.705000', '101651.708000', '101651.711000', '101651.713000', '101651.716000', '101651.719000', '101651.722000', '101651.725000', '101651.728000', '101651.731000', '101651.734000', '101651.736000', '101651.739000', '101651.742000', '101651.745000', '101651.748000', '101651.751000', '101651.754000', '101651.757000', '101651.759000', '101651.762000', '101651.765000', '101651.768000', '101651.771000', '101651.774000', '101651.777000', '101651.779000', '101651.782000', '101651.785000', '101651.788000', '101651.791000', '101651.794000', '101651.797000', '101651.800000', '101711.679000', '101711.682000', '101711.685000', '101711.687000', '101711.690000', '101711.693000', '101711.696000', '101711.699000', '101711.702000', '101711.705000', '101711.708000', '101711.711000', '101711.713000', '101711.716000', '101711.719000', '101711.722000', '101711.725000', '101711.728000', '101711.730000', '101711.734000', '101711.736000', '101711.739000', '101711.742000', '101711.745000', '101711.748000', '101711.751000', '101711.754000', '101711.763000', '101711.766000', '101711.769000', '101711.772000', '101711.775000', '101711.778000', '101711.780000', '101711.783000', '101711.786000', '101711.789000', '101711.792000', '101711.795000', '101711.798000', '101711.800000', '101711.803000', '101711.806000', '101711.809000', '101731.678000', '101731.681000', '101731.684000', '101731.687000', '101731.689000', '101731.693000', '101731.695000', '101731.698000', '101731.701000', '101731.704000', '101731.707000', '101731.710000', '101731.713000', '101731.716000', '101731.718000', '101731.721000', '101731.724000', '101731.727000', '101731.730000', '101731.733000', '101731.736000', '101731.739000', '101731.741000', '101731.744000', '101731.747000', '101731.750000', '101731.753000', '101731.756000', '101731.758000', '101731.761000', '101731.764000', '101731.767000', '101731.770000', '101731.773000', '101731.776000', '101731.778000', '101731.781000', '101731.784000', '101731.787000', '101731.790000', '101731.793000', '101731.796000', '101731.808000', '101751.678000', '101751.681000', '101751.684000', '101751.687000', '101751.689000', '101751.692000', '101751.695000', '101751.698000', '101751.701000', '101751.704000', '101751.707000', '101751.710000', '101751.713000', '101751.715000', '101751.718000', '101751.721000', '101751.724000', '101751.727000', '101751.730000', '101751.733000', '101751.735000', '101751.738000', '101751.741000', '101751.744000', '101751.747000', '101751.750000', '101751.753000', '101751.755000', '101751.758000', '101751.761000', '101751.764000', '101751.767000', '101751.770000', '101751.780000', '101751.783000', '101751.786000', '101751.788000', '101751.791000', '101751.794000', '101751.797000', '101751.800000', '101751.803000', '101751.805000', '101751.808000', '101811.678000', '101811.681000', '101811.684000', '101811.687000', '101811.690000', '101811.692000', '101811.695000', '101811.698000', '101811.701000', '101811.704000', '101811.707000', '101811.709000', '101811.712000', '101811.715000', '101811.718000', '101811.721000', '101811.724000', '101811.727000', '101811.729000', '101811.732000', '101811.735000', '101811.738000', '101811.741000', '101811.744000', '101811.747000', '101811.750000', '101811.752000', '101811.755000', '101811.758000', '101811.761000', '101811.764000', '101811.767000', '101811.770000', '101811.772000', '101811.775000', '101811.778000', '101811.781000', '101811.784000', '101811.786000', '101811.789000', '101811.792000', '101811.795000', '101811.798000', '101831.678000', '101831.681000', '101831.684000', '101831.687000', '101831.689000', '101831.692000', '101831.695000', '101831.698000', '101831.701000', '101831.704000', '101831.707000', '101831.710000', '101831.713000', '101831.716000', '101831.718000', '101831.721000', '101831.724000', '101831.727000', '101831.730000', '101831.733000', '101831.735000', '101831.738000', '101831.741000', '101831.744000', '101831.747000', '101831.750000', '101831.753000', '101831.756000', '101831.758000', '101831.761000', '101831.764000', '101831.767000', '101831.770000', '101831.773000', '101831.775000', '101831.778000', '101831.781000', '101831.784000', '101831.787000', '101831.790000', '101831.792000', '101831.795000', '101831.798000', '101831.801000', '101851.679000', '101851.682000', '101851.685000', '101851.688000', '101851.691000', '101851.693000', '101851.696000', '101851.699000', '101851.702000', '101851.705000', '101851.708000', '101851.711000', '101851.714000', '101851.716000', '101851.719000', '101851.722000', '101851.725000', '101851.728000', '101851.731000', '101851.733000', '101851.736000', '101851.739000', '101851.742000', '101851.745000', '101851.748000', '101851.751000', '101851.753000', '101851.756000', '101851.759000', '101851.762000', '101851.765000', '101851.768000', '101851.771000', '101851.773000', '101851.776000', '101851.779000', '101851.782000', '101851.785000', '101851.788000', '101851.791000', '101851.794000', '101851.796000', '101851.799000', '101903.471000', '101903.476000', '101903.479000', '101903.482000', '101903.486000', '101903.489000', '101903.492000', '101903.495000', '101903.498000', '101903.502000', '101903.505000', '101903.508000', '101903.511000', '101903.514000', '101903.517000', '101903.520000', '101903.524000', '101903.527000', '101903.530000', '101903.533000', '101903.536000', '101903.540000', '101903.543000', '101903.546000', '101903.549000', '101903.553000'], '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': [15971, 10979, 14441, 9662, 13125, 15155, 10809, 15761, 10702, 14765, 9717, 12734, 14264, 10550, 15664, 10009, 14569, 9467, 12092, 15711, 9769, 14449, 9640, 12732, 9162, 11100, 15867, 9657, 13951, 9409, 12891, 9182, 10975, 15381, 9451, 13730, 9213, 11700, 12498, 9943, 15294, 9735, 13614, 10990, 12118, 14967, 10490, 15434, 9851, 14222, 10828, 12434, 12243, 10763, 16019, 10120, 13888, 14447, 10881, 14589, 9891, 14090, 11719, 11198, 15676, 10321, 12401, 9327, 11418, 15846, 9839, 14136, 9234, 13640, 9532, 13051, 15701, 10541, 14725, 9811, 14021, 9462, 12404, 16586, 10171, 14577, 9617, 13175, 12694, 10345, 15864, 9917, 13681, 14280, 11056, 14221, 9599, 13750, 9741, 12148, 15978, 10138, 14416, 9582, 12672, 11232, 10498, 15577, 10020, 14033, 10307, 12377, 15979, 10599, 13950, 9779, 11583, 15591, 10032, 14284, 9487, 12018, 11617, 9733, 14795, 9609, 13481, 9123, 11802, 15997, 9466, 13842, 9576, 13072, 9600, 13602, 9549, 12242, 15905, 10844, 14567, 11346, 14544, 10228, 13734, 10816, 14210, 10557, 14809, 10366, 12167, 16093, 10591, 14504, 11287, 12883, 15970, 10927, 14313, 13397, 11656, 14237, 10198, 13700, 10382, 11903, 15572, 10511, 13587, 9709, 11803, 16175, 10390, 14359, 9850, 13497, 9244, 11500, 15830, 9862, 14315, 9342, 11787, 15933, 9957, 13454, 9467, 12573, 13985, 10192, 14504, 9702, 12223, 9349, 11019, 14759, 9968, 13821, 9609, 13873, 9644, 13453, 9723, 11059, 15859, 10615, 14304, 10003, 14915, 9889, 12552, 13726, 11416, 12284, 10369, 15667, 10140, 15141, 9829, 14192, 13360, 12707, 12073, 10863, 16105, 10356, 14833, 10551, 13539, 9963, 12127, 14215, 10824, 15961, 10637, 14541, 9957, 13189, 11608, 12881, 14933, 11023, 14823, 10155, 14316, 10179, 14313, 9736, 13153, 9909, 12916, 11544, 11551, 16440, 10195, 13498, 9829, 12093, 16451, 10443, 14584, 10152, 13427, 15843, 11155, 13970, 10375, 13206, 10007, 10771, 14980, 10371, 15231, 9962, 13971, 10307, 11625, 12086, 9882, 14625, 10007, 14497, 10284, 14123, 9824, 12715, 9775, 12902, 12571, 11058, 16060, 11255, 14640, 10324, 14101, 10183, 13591, 10612, 12829, 16250, 10762, 14036, 10005, 13271, 10081, 11993, 12255, 10511, 15690, 10285, 13836, 9720, 13149, 9801, 13032, 12410, 11620, 10976, 10478, 16418, 10235, 14626, 10157, 13564, 9944, 12846, 10104, 11537, 16068, 10742, 13672, 9967, 14195, 9834, 13197, 14454, 11668, 15325, 10076, 14808, 10148, 14399, 12231, 12753, 14713, 10633, 14508, 9995, 13730, 9876, 12754, 15465, 10854, 14010, 10032, 13216, 9747, 13699, 10475, 12277, 11556, 10319, 16199, 10335, 15016, 10217, 13852, 9775, 12482, 14933, 11078, 14793, 10919, 14238, 10071, 12992, 10120, 14008, 10145, 14673, 12159, 13375, 11387, 11358, 15573, 10321, 14148, 10207, 15198, 10021, 15026, 11022, 15998, 12104, 14987, 10545, 13374, 10286, 13660, 10137, 14341, 13572, 11603, 10791, 10101, 14753, 10346, 14816, 9797, 13761, 10572, 11630, 10064, 10636, 16140, 10125, 14765, 9929, 13942, 11657, 11812, 15127, 10199, 14463, 9786, 14165, 9996, 12120, 11774, 10188, 15908, 10018, 14809, 9975, 13200, 9338, 10933, 15631, 10209, 14524, 9888, 13418, 9612, 11643, 11204, 10750, 15320, 10099, 13739, 9692, 14155, 9728, 14135, 12811, 11996, 15198, 10273, 14069, 9938, 12553, 15177, 10391, 14225, 9582, 13272, 13192, 11623, 14188, 9774, 13772, 9582, 13326, 11528, 11269, 15438, 10255, 13161, 9658, 12562, 11758, 11411, 15047, 10803, 13363, 9469, 12078, 13793, 10463, 15098, 10370, 12886, 9759, 12377, 12452, 10389, 15085, 10422, 13500, 9574, 13147, 15191, 10314, 14408, 9781, 13018, 13261, 10454, 14821, 10087, 13618, 9682, 12920, 11708, 11166, 15643, 10324, 14858, 9671, 14521, 11614, 12391, 13835, 10077, 14948, 9946, 14647, 10939, 12193, 14824, 9940, 14298, 9707, 13919, 9478, 12433, 13515, 9940, 15544, 9653, 13635, 10660, 13179, 9336, 10991, 12498, 10016, 15533, 9877, 13122, 12303, 11062, 15138, 10927, 13525, 9771, 11910, 15527, 10421, 13897, 9915, 13438, 13849, 10452, 15023, 9881, 13305, 12728, 12108, 14775, 10023, 13455, 9653, 11709, 14090, 10463, 14364, 9524, 12592, 9248, 11906, 10782, 11147, 12383, 10589, 15401, 10987, 14615, 10005, 13815, 9608, 14487, 10805, 14049, 10557, 11826, 16812, 10154, 14746, 10127, 13451, 9547, 12169, 16275, 10379, 13794, 9606, 13288, 9169, 12131, 14245, 10191, 14596, 9958, 13629, 9608, 12257, 12744, 10646, 15296, 10366, 14913, 10946, 16247, 12799, 9504, 10655, 12123, 11977, 16735, 11430, 15169, 9899, 13123, 17804, 11730, 16172, 10022, 14430, 17173, 11799, 15845, 10044, 14907, 16454, 11732, 15319, 9839, 14074, 12134, 11281, 16287, 11809, 13344, 9610, 13230, 9616, 13716, 9900, 15498, 11193, 15294, 11568, 16159, 10982, 15331, 9604, 13722, 8723, 12719, 17386, 10747, 16249, 9590, 14424, 9464, 13708, 9079, 15310, 9437, 14118, 9386, 13722, 11908, 12760, 17643, 11238, 15596, 10731, 15222, 9501, 13462, 16668, 11203, 15806, 9694, 14950, 12337, 12936, 16764, 10769, 15063, 9464, 14635, 12285, 12136, 16980, 9946, 14746, 9598, 14116, 14014, 11495, 16270, 11086, 14485, 9298, 14777, 9627, 15258, 9664, 14573, 13792, 11572, 16421, 10009, 16123, 10322, 16335, 9630, 15113, 11703, 14518, 12258, 12521, 17128, 10527, 15991, 9830, 16181, 9944, 14936, 9487, 13955, 11727, 13559, 14253, 12400, 13386, 11070, 16630, 9985, 15795, 9680, 14313, 14845, 11946, 15755, 10563, 15218, 9778, 15229, 9717, 13234, 17396, 10961, 15140, 9505, 13496, 14731, 11277, 15353, 9760, 14514, 9652, 12444, 15718, 10906, 15138, 9586, 14751, 9668, 13054, 16628, 11137, 14935, 10770, 13964, 9483, 11936, 17199, 10128, 14955, 9451, 13528, 9319, 12204, 16951, 10488, 15149, 10426, 14602, 9448, 14820, 9914, 16417, 10067, 15818, 11474, 15313, 10057, 14645, 10252, 14792, 15366, 11642, 14953, 10595, 14012, 9746, 12780, 17067, 11031, 14671, 9843, 13037, 9617, 11517, 16043, 10414, 15247, 9903, 14852, 9589, 13447, 11030, 11749, 16071, 10091, 15073, 9778, 13180, 15041, 12193, 16119, 10048, 14922, 10309, 14106, 15372, 11543, 15010, 9970, 14584, 10119, 13311, 13744, 10851, 15613, 10914, 14438, 9915, 12848, 15473, 10770, 15251, 10770, 15042, 10081, 13391, 11836, 11718, 16085], 'WindowCenter': [4839.0, 4784.0, 4798.0, 4748.0, 4784.0, 4784.0, 4755.0, 4792.0, 4742.0, 4782.0, 4721.0, 4763.0, 4769.0, 4741.0, 4780.0, 4733.0, 4782.0, 4722.0, 4762.0, 4778.0, 4730.0, 4782.0, 4733.0, 4775.0, 4723.0, 4751.0, 4789.0, 4734.0, 4780.0, 4735.0, 4773.0, 4732.0, 4755.0, 4780.0, 4736.0, 4782.0, 4733.0, 4764.0, 4762.0, 4744.0, 4784.0, 4735.0, 4785.0, 4753.0, 4766.0, 4783.0, 4755.0, 4783.0, 4730.0, 4784.0, 4754.0, 4775.0, 4763.0, 4754.0, 4792.0, 4741.0, 4785.0, 4771.0, 4744.0, 4771.0, 4732.0, 4773.0, 4749.0, 4752.0, 4782.0, 4730.0, 4762.0, 4723.0, 4764.0, 4791.0, 4745.0, 4784.0, 4736.0, 4784.0, 4745.0, 4785.0, 4793.0, 4758.0, 4795.0, 4746.0, 4786.0, 4735.0, 4776.0, 4793.0, 4755.0, 4784.0, 4734.0, 4774.0, 4762.0, 4744.0, 4790.0, 4732.0, 4773.0, 4770.0, 4753.0, 4769.0, 4732.0, 4771.0, 4720.0, 4762.0, 4779.0, 4732.0, 4772.0, 4731.0, 4761.0, 4740.0, 4742.0, 4780.0, 4730.0, 4771.0, 4731.0, 4763.0, 4779.0, 4741.0, 4760.0, 4719.0, 4750.0, 4768.0, 4731.0, 4767.0, 4719.0, 4750.0, 4738.0, 4730.0, 4769.0, 4732.0, 4771.0, 4722.0, 4764.0, 4790.0, 4735.0, 4782.0, 4745.0, 4772.0, 4745.0, 4785.0, 4746.0, 4777.0, 4795.0, 4765.0, 4796.0, 4766.0, 4786.0, 4757.0, 4786.0, 4765.0, 4784.0, 4755.0, 4784.0, 4743.0, 4765.0, 4783.0, 4744.0, 4782.0, 4742.0, 4762.0, 4778.0, 4728.0, 4756.0, 4745.0, 4726.0, 4743.0, 4711.0, 4754.0, 4714.0, 4736.0, 4766.0, 4713.0, 4742.0, 4702.0, 4735.0, 4752.0, 4715.0, 4754.0, 4706.0, 4746.0, 4705.0, 4736.0, 4765.0, 4717.0, 4754.0, 4706.0, 4737.0, 4763.0, 4718.0, 4747.0, 4717.0, 4760.0, 4755.0, 4728.0, 4757.0, 4709.0, 4738.0, 4710.0, 4742.0, 4770.0, 4741.0, 4783.0, 4747.0, 4785.0, 4742.0, 4783.0, 4732.0, 4765.0, 4795.0, 4758.0, 4796.0, 4745.0, 4797.0, 4745.0, 4777.0, 4784.0, 4765.0, 4764.0, 4756.0, 4794.0, 4745.0, 4793.0, 4744.0, 4793.0, 4785.0, 4776.0, 4764.0, 4754.0, 4792.0, 4742.0, 4782.0, 4741.0, 4772.0, 4731.0, 4762.0, 4771.0, 4754.0, 4793.0, 4742.0, 4770.0, 4732.0, 4770.0, 4751.0, 4763.0, 4780.0, 4743.0, 4770.0, 4743.0, 4781.0, 4730.0, 4771.0, 4719.0, 4761.0, 4730.0, 4773.0, 4752.0, 4765.0, 4790.0, 4742.0, 4769.0, 4732.0, 4761.0, 4788.0, 4743.0, 4782.0, 4730.0, 4762.0, 4778.0, 4739.0, 4758.0, 4715.0, 4746.0, 4704.0, 4725.0, 4752.0, 4717.0, 4755.0, 4705.0, 4757.0, 4716.0, 4738.0, 4736.0, 4716.0, 4755.0, 4718.0, 4767.0, 4730.0, 4769.0, 4730.0, 4758.0, 4730.0, 4761.0, 4759.0, 4740.0, 4779.0, 4753.0, 4768.0, 4732.0, 4770.0, 4729.0, 4759.0, 4727.0, 4759.0, 4775.0, 4728.0, 4759.0, 4718.0, 4759.0, 4727.0, 4749.0, 4746.0, 4740.0, 4777.0, 4730.0, 4759.0, 4719.0, 4759.0, 4731.0, 4773.0, 4760.0, 4752.0, 4741.0, 4744.0, 4789.0, 4744.0, 4781.0, 4742.0, 4771.0, 4733.0, 4773.0, 4743.0, 4765.0, 4793.0, 4752.0, 4783.0, 4743.0, 4784.0, 4743.0, 4774.0, 4783.0, 4755.0, 4783.0, 4734.0, 4781.0, 4741.0, 4781.0, 4762.0, 4764.0, 4769.0, 4743.0, 4770.0, 4728.0, 4768.0, 4727.0, 4763.0, 4770.0, 4744.0, 4769.0, 4731.0, 4759.0, 4732.0, 4773.0, 4744.0, 4763.0, 4751.0, 4745.0, 4792.0, 4742.0, 4795.0, 4745.0, 4774.0, 4732.0, 4765.0, 4781.0, 4752.0, 4781.0, 4756.0, 4785.0, 4742.0, 4770.0, 4743.0, 4782.0, 4743.0, 4794.0, 4763.0, 4784.0, 4754.0, 4755.0, 4792.0, 4746.0, 4773.0, 4742.0, 4782.0, 4744.0, 4785.0, 4754.0, 4791.0, 4775.0, 4783.0, 4743.0, 4760.0, 4731.0, 4758.0, 4717.0, 4771.0, 4749.0, 4736.0, 4726.0, 4718.0, 4766.0, 4729.0, 4765.0, 4730.0, 4771.0, 4731.0, 4751.0, 4728.0, 4742.0, 4779.0, 4742.0, 4771.0, 4732.0, 4771.0, 4738.0, 4751.0, 4769.0, 4731.0, 4768.0, 4721.0, 4770.0, 4719.0, 4749.0, 4739.0, 4731.0, 4778.0, 4731.0, 4780.0, 4719.0, 4760.0, 4709.0, 4740.0, 4769.0, 4729.0, 4770.0, 4728.0, 4770.0, 4730.0, 4751.0, 4738.0, 4752.0, 4778.0, 4742.0, 4769.0, 4732.0, 4782.0, 4733.0, 4785.0, 4762.0, 4765.0, 4780.0, 4733.0, 4770.0, 4720.0, 4749.0, 4767.0, 4728.0, 4759.0, 4720.0, 4761.0, 4757.0, 4739.0, 4756.0, 4719.0, 4757.0, 4717.0, 4757.0, 4737.0, 4751.0, 4778.0, 4730.0, 4768.0, 4730.0, 4763.0, 4750.0, 4754.0, 4782.0, 4742.0, 4759.0, 4721.0, 4762.0, 4771.0, 4745.0, 4782.0, 4740.0, 4763.0, 4732.0, 4773.0, 4760.0, 4746.0, 4792.0, 4755.0, 4781.0, 4734.0, 4775.0, 4783.0, 4745.0, 4782.0, 4732.0, 4773.0, 4759.0, 4744.0, 4781.0, 4741.0, 4774.0, 4735.0, 4774.0, 4764.0, 4765.0, 4791.0, 4754.0, 4785.0, 4735.0, 4796.0, 4752.0, 4775.0, 4771.0, 4744.0, 4781.0, 4744.0, 4783.0, 4742.0, 4763.0, 4781.0, 4742.0, 4781.0, 4731.0, 4773.0, 4732.0, 4773.0, 4771.0, 4745.0, 4791.0, 4745.0, 4786.0, 4752.0, 4784.0, 4732.0, 4766.0, 4773.0, 4746.0, 4802.0, 4746.0, 4785.0, 4764.0, 4768.0, 4794.0, 4754.0, 4774.0, 4722.0, 4753.0, 4769.0, 4732.0, 4761.0, 4723.0, 4773.0, 4761.0, 4742.0, 4768.0, 4720.0, 4759.0, 4745.0, 4749.0, 4757.0, 4717.0, 4745.0, 4717.0, 4749.0, 4757.0, 4728.0, 4767.0, 4719.0, 4750.0, 4722.0, 4753.0, 4753.0, 4766.0, 4773.0, 4756.0, 4795.0, 4755.0, 4795.0, 4744.0, 4772.0, 4732.0, 4784.0, 4743.0, 4773.0, 4740.0, 4763.0, 4790.0, 4729.0, 4772.0, 4731.0, 4761.0, 4717.0, 4751.0, 4778.0, 4730.0, 4761.0, 4718.0, 4761.0, 4718.0, 4760.0, 4770.0, 4743.0, 4782.0, 4729.0, 4771.0, 4722.0, 4764.0, 4778.0, 4750.0, 4786.0, 4759.0, 4797.0, 4770.0, 4818.0, 4790.0, 4748.0, 4756.0, 4763.0, 4766.0, 4795.0, 4764.0, 4794.0, 4735.0, 4775.0, 4804.0, 4764.0, 4793.0, 4720.0, 4770.0, 4766.0, 4738.0, 4756.0, 4706.0, 4756.0, 4754.0, 4714.0, 4742.0, 4691.0, 4731.0, 4706.0, 4701.0, 4752.0, 4710.0, 4718.0, 4691.0, 4728.0, 4704.0, 4742.0, 4717.0, 4766.0, 4737.0, 4768.0, 4740.0, 4768.0, 4740.0, 4767.0, 4707.0, 4747.0, 4698.0, 4748.0, 4763.0, 4738.0, 4780.0, 4719.0, 4772.0, 4723.0, 4757.0, 4711.0, 4769.0, 4708.0, 4768.0, 4720.0, 4772.0, 4750.0, 4764.0, 4791.0, 4751.0, 4783.0, 4744.0, 4781.0, 4720.0, 4759.0, 4775.0, 4738.0, 4768.0, 4721.0, 4770.0, 4747.0, 4748.0, 4779.0, 4728.0, 4767.0, 4717.0, 4769.0, 4736.0, 4739.0, 4766.0, 4717.0, 4757.0, 4707.0, 4767.0, 4754.0, 4751.0, 4778.0, 4741.0, 4770.0, 4731.0, 4781.0, 4733.0, 4793.0, 4746.0, 4813.0, 4788.0, 4780.0, 4818.0, 4760.0, 4808.0, 4744.0, 4792.0, 4732.0, 4783.0, 4753.0, 4782.0, 4764.0, 4774.0, 4791.0, 4744.0, 4792.0, 4733.0, 4792.0, 4745.0, 4782.0, 4722.0, 4773.0, 4753.0, 4774.0, 4783.0, 4765.0, 4772.0, 4754.0, 4789.0, 4732.0, 4782.0, 4724.0, 4783.0, 4783.0, 4753.0, 4780.0, 4742.0, 4769.0, 4732.0, 4777.0, 4718.0, 4760.0, 4778.0, 4741.0, 4771.0, 4722.0, 4773.0, 4768.0, 4742.0, 4767.0, 4721.0, 4770.0, 4717.0, 4761.0, 4781.0, 4753.0, 4781.0, 4731.0, 4771.0, 4722.0, 4761.0, 4778.0, 4742.0, 4770.0, 4729.0, 4760.0, 4710.0, 4750.0, 4777.0, 4731.0, 4771.0, 4721.0, 4760.0, 4721.0, 4762.0, 4791.0, 4754.0, 4794.0, 4757.0, 4784.0, 4735.0, 4782.0, 4744.0, 4804.0, 4756.0, 4808.0, 4768.0, 4793.0, 4744.0, 4784.0, 4732.0, 4783.0, 4771.0, 4755.0, 4773.0, 4732.0, 4759.0, 4710.0, 4749.0, 4777.0, 4728.0, 4766.0, 4719.0, 4749.0, 4706.0, 4739.0, 4774.0, 4740.0, 4779.0, 4732.0, 4782.0, 4733.0, 4770.0, 4738.0, 4762.0, 4777.0, 4732.0, 4782.0, 4731.0, 4772.0, 4781.0, 4751.0, 4779.0, 4729.0, 4766.0, 4727.0, 4768.0, 4769.0, 4740.0, 4768.0, 4719.0, 4767.0, 4716.0, 4758.0, 4757.0, 4741.0, 4778.0, 4730.0, 4757.0, 4717.0, 4757.0, 4766.0, 4739.0, 4770.0, 4740.0, 4795.0, 4731.0, 4768.0, 4739.0, 4749.0, 4776.0], 'WindowWidth': [10539.0, 10450.0, 10460.0, 10388.0, 10434.0, 10429.0, 10391.0, 10440.0, 10371.0, 10422.0, 10338.0, 10397.0, 10399.0, 10364.0, 10417.0, 10357.0, 10421.0, 10338.0, 10395.0, 10413.0, 10349.0, 10421.0, 10356.0, 10418.0, 10342.0, 10381.0, 10430.0, 10360.0, 10420.0, 10362.0, 10412.0, 10355.0, 10392.0, 10419.0, 10364.0, 10425.0, 10358.0, 10402.0, 10395.0, 10376.0, 10427.0, 10364.0, 10432.0, 10385.0, 10407.0, 10426.0, 10389.0, 10424.0, 10353.0, 10428.0, 10387.0, 10417.0, 10398.0, 10389.0, 10438.0, 10367.0, 10432.0, 10408.0, 10371.0, 10405.0, 10354.0, 10409.0, 10371.0, 10381.0, 10421.0, 10349.0, 10393.0, 10341.0, 10400.0, 10432.0, 10377.0, 10428.0, 10366.0, 10429.0, 10378.0, 10436.0, 10443.0, 10400.0, 10447.0, 10382.0, 10434.0, 10364.0, 10422.0, 10442.0, 10391.0, 10429.0, 10360.0, 10416.0, 10394.0, 10373.0, 10433.0, 10354.0, 10413.0, 10406.0, 10382.0, 10401.0, 10352.0, 10405.0, 10334.0, 10394.0, 10415.0, 10355.0, 10407.0, 10351.0, 10392.0, 10362.0, 10367.0, 10417.0, 10349.0, 10407.0, 10351.0, 10397.0, 10416.0, 10365.0, 10388.0, 10331.0, 10376.0, 10395.0, 10350.0, 10396.0, 10331.0, 10373.0, 10355.0, 10349.0, 10401.0, 10355.0, 10407.0, 10340.0, 10402.0, 10433.0, 10363.0, 10423.0, 10379.0, 10413.0, 10380.0, 10434.0, 10380.0, 10426.0, 10446.0, 10409.0, 10452.0, 10408.0, 10437.0, 10398.0, 10435.0, 10406.0, 10430.0, 10392.0, 10431.0, 10371.0, 10403.0, 10426.0, 10372.0, 10424.0, 10366.0, 10396.0, 10414.0, 10341.0, 10379.0, 10359.0, 10335.0, 10354.0, 10310.0, 10372.0, 10315.0, 10350.0, 10390.0, 10315.0, 10353.0, 10297.0, 10344.0, 10366.0, 10319.0, 10371.0, 10306.0, 10361.0, 10306.0, 10349.0, 10386.0, 10326.0, 10372.0, 10308.0, 10352.0, 10383.0, 10327.0, 10366.0, 10326.0, 10390.0, 10375.0, 10341.0, 10377.0, 10314.0, 10352.0, 10314.0, 10367.0, 10405.0, 10367.0, 10426.0, 10384.0, 10434.0, 10372.0, 10426.0, 10355.0, 10403.0, 10447.0, 10401.0, 10448.0, 10379.0, 10452.0, 10378.0, 10422.0, 10428.0, 10405.0, 10401.0, 10394.0, 10443.0, 10378.0, 10442.0, 10376.0, 10445.0, 10433.0, 10422.0, 10401.0, 10389.0, 10438.0, 10369.0, 10424.0, 10367.0, 10409.0, 10352.0, 10397.0, 10406.0, 10388.0, 10439.0, 10369.0, 10404.0, 10353.0, 10404.0, 10377.0, 10398.0, 10417.0, 10370.0, 10404.0, 10369.0, 10421.0, 10350.0, 10407.0, 10334.0, 10394.0, 10351.0, 10413.0, 10384.0, 10405.0, 10434.0, 10369.0, 10403.0, 10353.0, 10393.0, 10428.0, 10370.0, 10422.0, 10349.0, 10394.0, 10411.0, 10360.0, 10384.0, 10319.0, 10362.0, 10302.0, 10333.0, 10366.0, 10323.0, 10373.0, 10304.0, 10379.0, 10319.0, 10355.0, 10349.0, 10323.0, 10374.0, 10329.0, 10395.0, 10347.0, 10401.0, 10348.0, 10385.0, 10348.0, 10391.0, 10387.0, 10364.0, 10416.0, 10385.0, 10400.0, 10353.0, 10402.0, 10345.0, 10386.0, 10340.0, 10386.0, 10405.0, 10343.0, 10385.0, 10329.0, 10385.0, 10341.0, 10372.0, 10363.0, 10360.0, 10409.0, 10348.0, 10384.0, 10332.0, 10386.0, 10351.0, 10413.0, 10391.0, 10382.0, 10365.0, 10372.0, 10429.0, 10372.0, 10421.0, 10368.0, 10405.0, 10356.0, 10413.0, 10369.0, 10404.0, 10441.0, 10385.0, 10425.0, 10373.0, 10428.0, 10371.0, 10416.0, 10426.0, 10390.0, 10425.0, 10359.0, 10421.0, 10366.0, 10421.0, 10395.0, 10399.0, 10401.0, 10367.0, 10403.0, 10344.0, 10398.0, 10342.0, 10397.0, 10402.0, 10371.0, 10399.0, 10351.0, 10386.0, 10354.0, 10412.0, 10372.0, 10398.0, 10381.0, 10377.0, 10437.0, 10372.0, 10445.0, 10374.0, 10415.0, 10355.0, 10402.0, 10420.0, 10382.0, 10422.0, 10394.0, 10432.0, 10370.0, 10405.0, 10371.0, 10424.0, 10373.0, 10443.0, 10401.0, 10430.0, 10387.0, 10392.0, 10437.0, 10378.0, 10411.0, 10367.0, 10420.0, 10373.0, 10429.0, 10390.0, 10438.0, 10420.0, 10428.0, 10370.0, 10389.0, 10348.0, 10383.0, 10326.0, 10403.0, 10368.0, 10349.0, 10333.0, 10327.0, 10390.0, 10343.0, 10390.0, 10347.0, 10405.0, 10349.0, 10377.0, 10344.0, 10366.0, 10414.0, 10366.0, 10404.0, 10352.0, 10406.0, 10355.0, 10377.0, 10397.0, 10352.0, 10397.0, 10334.0, 10402.0, 10330.0, 10373.0, 10357.0, 10351.0, 10411.0, 10351.0, 10416.0, 10332.0, 10388.0, 10317.0, 10360.0, 10399.0, 10346.0, 10402.0, 10345.0, 10406.0, 10349.0, 10379.0, 10357.0, 10381.0, 10414.0, 10368.0, 10401.0, 10356.0, 10422.0, 10359.0, 10432.0, 10396.0, 10402.0, 10418.0, 10356.0, 10404.0, 10332.0, 10373.0, 10393.0, 10341.0, 10384.0, 10331.0, 10390.0, 10381.0, 10358.0, 10378.0, 10331.0, 10380.0, 10327.0, 10383.0, 10354.0, 10379.0, 10412.0, 10349.0, 10399.0, 10349.0, 10398.0, 10376.0, 10387.0, 10422.0, 10367.0, 10388.0, 10336.0, 10394.0, 10403.0, 10375.0, 10424.0, 10364.0, 10396.0, 10356.0, 10412.0, 10391.0, 10379.0, 10438.0, 10391.0, 10423.0, 10361.0, 10420.0, 10426.0, 10375.0, 10423.0, 10355.0, 10413.0, 10388.0, 10373.0, 10419.0, 10367.0, 10414.0, 10361.0, 10415.0, 10399.0, 10405.0, 10437.0, 10390.0, 10431.0, 10365.0, 10449.0, 10383.0, 10417.0, 10408.0, 10374.0, 10420.0, 10374.0, 10429.0, 10368.0, 10398.0, 10420.0, 10369.0, 10420.0, 10355.0, 10411.0, 10355.0, 10413.0, 10408.0, 10378.0, 10435.0, 10379.0, 10435.0, 10386.0, 10431.0, 10358.0, 10408.0, 10415.0, 10384.0, 10455.0, 10382.0, 10435.0, 10401.0, 10412.0, 10445.0, 10388.0, 10413.0, 10336.0, 10379.0, 10395.0, 10349.0, 10390.0, 10339.0, 10410.0, 10390.0, 10366.0, 10398.0, 10333.0, 10385.0, 10362.0, 10371.0, 10380.0, 10325.0, 10362.0, 10325.0, 10373.0, 10380.0, 10342.0, 10395.0, 10331.0, 10374.0, 10338.0, 10385.0, 10385.0, 10409.0, 10415.0, 10396.0, 10446.0, 10392.0, 10445.0, 10377.0, 10410.0, 10357.0, 10428.0, 10371.0, 10413.0, 10364.0, 10398.0, 10431.0, 10348.0, 10408.0, 10350.0, 10390.0, 10326.0, 10377.0, 10411.0, 10350.0, 10389.0, 10329.0, 10390.0, 10330.0, 10390.0, 10403.0, 10369.0, 10422.0, 10347.0, 10405.0, 10339.0, 10400.0, 10420.0, 10384.0, 10428.0, 10400.0, 10450.0, 10421.0, 10487.0, 10448.0, 10385.0, 10393.0, 10398.0, 10409.0, 10444.0, 10401.0, 10442.0, 10361.0, 10418.0, 10455.0, 10401.0, 10438.0, 10334.0, 10401.0, 10388.0, 10350.0, 10375.0, 10304.0, 10373.0, 10367.0, 10311.0, 10347.0, 10275.0, 10329.0, 10288.0, 10289.0, 10362.0, 10300.0, 10308.0, 10276.0, 10326.0, 10302.0, 10350.0, 10324.0, 10389.0, 10355.0, 10395.0, 10361.0, 10396.0, 10361.0, 10393.0, 10309.0, 10362.0, 10297.0, 10367.0, 10382.0, 10356.0, 10417.0, 10330.0, 10409.0, 10341.0, 10381.0, 10321.0, 10398.0, 10315.0, 10396.0, 10334.0, 10407.0, 10375.0, 10399.0, 10433.0, 10379.0, 10424.0, 10371.0, 10419.0, 10332.0, 10386.0, 10403.0, 10356.0, 10396.0, 10332.0, 10400.0, 10365.0, 10369.0, 10410.0, 10340.0, 10390.0, 10325.0, 10398.0, 10349.0, 10355.0, 10390.0, 10323.0, 10378.0, 10310.0, 10394.0, 10373.0, 10377.0, 10412.0, 10364.0, 10402.0, 10353.0, 10419.0, 10358.0, 10440.0, 10378.0, 10484.0, 10439.0, 10432.0, 10486.0, 10404.0, 10468.0, 10377.0, 10437.0, 10354.0, 10425.0, 10383.0, 10425.0, 10399.0, 10414.0, 10433.0, 10374.0, 10435.0, 10359.0, 10436.0, 10375.0, 10421.0, 10340.0, 10409.0, 10383.0, 10416.0, 10425.0, 10401.0, 10407.0, 10387.0, 10430.0, 10355.0, 10423.0, 10343.0, 10425.0, 10424.0, 10384.0, 10418.0, 10367.0, 10400.0, 10352.0, 10409.0, 10329.0, 10389.0, 10411.0, 10363.0, 10403.0, 10337.0, 10410.0, 10399.0, 10365.0, 10393.0, 10336.0, 10402.0, 10326.0, 10394.0, 10419.0, 10385.0, 10420.0, 10352.0, 10404.0, 10337.0, 10391.0, 10410.0, 10366.0, 10401.0, 10343.0, 10387.0, 10317.0, 10374.0, 10407.0, 10350.0, 10404.0, 10336.0, 10387.0, 10335.0, 10397.0, 10436.0, 10389.0, 10444.0, 10397.0, 10428.0, 10360.0, 10423.0, 10376.0, 10457.0, 10396.0, 10470.0, 10413.0, 10443.0, 10374.0, 10427.0, 10353.0, 10426.0, 10405.0, 10388.0, 10410.0, 10350.0, 10384.0, 10316.0, 10372.0, 10406.0, 10341.0, 10393.0, 10328.0, 10368.0, 10307.0, 10356.0, 10401.0, 10362.0, 10416.0, 10354.0, 10422.0, 10355.0, 10404.0, 10359.0, 10395.0, 10412.0, 10353.0, 10422.0, 10351.0, 10409.0, 10418.0, 10377.0, 10413.0, 10346.0, 10393.0, 10337.0, 10396.0, 10400.0, 10360.0, 10396.0, 10332.0, 10393.0, 10322.0, 10382.0, 10381.0, 10365.0, 10412.0, 10346.0, 10380.0, 10326.0, 10381.0, 10391.0, 10358.0, 10401.0, 10361.0, 10446.0, 10352.0, 10398.0, 10357.0, 10373.0, 10408.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.0013894137931034483</td></tr>
<tr><td colspan=3>aqi</td><td>0.019536202183908044</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.63416901776756</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2468301280207144</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0044320029459155</td></tr>
<tr><td colspan=3>efc</td><td>0.4791</td></tr>
<tr><td colspan=3>fber</td><td>6178.9531</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07101565080340257</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2988505747126435</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4584648742598216</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4081871244025264</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6843593905453393</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2828481078315996</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133306</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0075192516669631</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0252092145383358</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.78343429437313</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>23.2044</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.8765</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>201.8754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298119.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>968.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.1772</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2481</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>647.1233</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3913.7714</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78425.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1265.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5210.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1092.6511</td></tr>
<tr><td colspan=3>tsnr</td><td>40.65539121860638</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>