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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0119_ses-01_task-social_acq-mb8_run-01_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-0119_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_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-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0119_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_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-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0119/figures/sub-0119_ses-01_task-social_acq-mb8_run-01_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-0119/ses-01/func/sub-0119_ses-01_task-social_acq-mb8_run-01_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>d1eb3d0986c6d92457f27c6a9c7d0304</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:25:3.482500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.995865, 0.0903364, 0.00961124, -0.0883531, 0.987715, -0.128894]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_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.0833881</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-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7722, -7260, 289, -207, -16, -23, 127]</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.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 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>228.948</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9579c880-1f3e-4ac0-8b20-ef1fb2726ec7||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.671832799911499, -0.2370448261499405, 0.05706977844238281, 117.84999084472656], [-0.24236588180065155, 2.64996600151062, -0.3442813456058502, -87.31549835205078], [0.025786247104406357, 0.34581258893013, 2.677351951599121, -105.10308837890625], [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': ['132503.482500', '132503.942500', '132504.402500', '132504.862500', '132505.322500', '132505.782500', '132506.242500', '132506.702500', '132507.162500', '132507.622500', '132508.082500', '132508.542500', '132509.002500', '132509.462500', '132509.922500', '132510.382500', '132510.842500', '132511.302500', '132511.762500', '132512.222500', '132512.682500', '132513.142500', '132513.602500', '132514.062500', '132514.522500', '132514.982500', '132515.442500', '132515.902500', '132516.362500', '132516.822500', '132517.282500', '132517.742500', '132518.202500', '132518.662500', '132519.122500', '132519.582500', '132520.042500', '132520.502500', '132520.962500', '132521.422500', '132521.882500', '132522.342500', '132522.802500', '132523.262500', '132523.722500', '132524.182500', '132524.642500', '132525.102500', '132525.562500', '132526.022500', '132526.482500', '132526.942500', '132527.402500', '132527.862500', '132528.322500', '132528.782500', '132529.242500', '132529.702500', '132530.162500', '132530.622500', '132531.082500', '132531.542500', '132532.002500', '132532.462500', '132532.922500', '132533.382500', '132533.842500', '132534.302500', '132534.762500', '132535.222500', '132535.682500', '132536.142500', '132536.602500', '132537.062500', '132537.522500', '132537.982500', '132538.442500', '132538.902500', '132539.362500', '132539.822500', '132540.282500', '132540.742500', '132541.202500', '132541.662500', '132542.122500', '132542.582500', '132543.042500', '132543.502500', '132543.962500', '132544.422500', '132544.882500', '132545.342500', '132545.802500', '132546.262500', '132546.722500', '132547.182500', '132547.642500', '132548.102500', '132548.562500', '132549.022500', '132549.482500', '132549.942500', '132550.402500', '132550.862500', '132551.322500', '132551.782500', '132552.242500', '132552.702500', '132553.162500', '132553.622500', '132554.082500', '132554.542500', '132555.002500', '132555.462500', '132555.922500', '132556.382500', '132556.842500', '132557.302500', '132557.762500', '132558.222500', '132558.682500', '132559.142500', '132559.602500', '132600.062500', '132600.522500', '132600.982500', '132601.442500', '132601.902500', '132602.362500', '132602.822500', '132603.282500', '132603.742500', '132604.202500', '132604.662500', '132605.122500', '132605.582500', '132606.042500', '132606.502500', '132606.962500', '132607.422500', '132607.882500', '132608.342500', '132608.802500', '132609.262500', '132609.722500', '132610.182500', '132610.642500', '132611.102500', '132611.562500', '132612.022500', '132612.482500', '132612.942500', '132613.402500', '132613.862500', '132614.322500', '132614.782500', '132615.242500', '132615.702500', '132616.162500', '132616.622500', '132617.082500', '132617.542500', '132618.002500', '132618.462500', '132618.922500', '132619.382500', '132619.842500', '132620.302500', '132620.762500', '132621.222500', '132621.682500', '132622.142500', '132622.602500', '132623.062500', '132623.522500', '132623.982500', '132624.442500', '132624.902500', '132625.362500', '132625.822500', '132626.282500', '132626.742500', '132627.202500', '132627.662500', '132628.122500', '132628.582500', '132629.042500', '132629.502500', '132629.962500', '132630.422500', '132630.882500', '132631.342500', '132631.802500', '132632.262500', '132632.722500', '132633.182500', '132633.642500', '132634.102500', '132634.562500', '132635.022500', '132635.482500', '132635.942500', '132636.402500', '132636.862500', '132637.322500', '132637.782500', '132638.242500', '132638.702500', '132639.162500', '132639.622500', '132640.082500', '132640.542500', '132641.002500', '132641.462500', '132641.922500', '132642.382500', '132642.842500', '132643.302500', '132643.762500', '132644.222500', '132644.682500', '132645.142500', '132645.602500', '132646.062500', '132646.522500', '132646.982500', '132647.442500', '132647.902500', '132648.362500', '132648.822500', '132649.282500', '132649.742500', '132650.202500', '132650.662500', '132651.122500', '132651.582500', '132652.042500', '132652.502500', '132652.962500', '132653.422500', '132653.882500', '132654.342500', '132654.802500', '132655.262500', '132655.722500', '132656.182500', '132656.642500', '132657.102500', '132657.562500', '132658.022500', '132658.482500', '132658.942500', '132659.402500', '132659.862500', '132700.322500', '132700.782500', '132701.242500', '132701.702500', '132702.162500', '132702.622500', '132703.082500', '132703.542500', '132704.002500', '132704.462500', '132704.922500', '132705.382500', '132705.842500', '132706.302500', '132706.762500', '132707.222500', '132707.682500', '132708.142500', '132708.602500', '132709.062500', '132709.522500', '132709.982500', '132710.442500', '132710.902500', '132711.362500', '132711.822500', '132712.282500', '132712.742500', '132713.202500', '132713.662500', '132714.122500', '132714.582500', '132715.042500', '132715.502500', '132715.962500', '132716.422500', '132716.882500', '132717.342500', '132717.802500', '132718.262500', '132718.722500', '132719.182500', '132719.642500', '132720.102500', '132720.562500', '132721.022500', '132721.482500', '132721.942500', '132722.402500', '132722.862500', '132723.322500', '132723.782500', '132724.242500', '132724.702500', '132725.162500', '132725.622500', '132726.082500', '132726.542500', '132727.002500', '132727.462500', '132727.922500', '132728.382500', '132728.842500', '132729.302500', '132729.762500', '132730.222500', '132730.682500', '132731.142500', '132731.602500', '132732.062500', '132732.522500', '132732.982500', '132733.442500', '132733.902500', '132734.362500', '132734.822500', '132735.282500', '132735.742500', '132736.202500', '132736.662500', '132737.122500', '132737.582500', '132738.042500', '132738.502500', '132738.962500', '132739.422500', '132739.882500', '132740.342500', '132740.802500', '132741.262500', '132741.722500', '132742.182500', '132742.642500', '132743.102500', '132743.562500', '132744.022500', '132744.482500', '132744.942500', '132745.402500', '132745.862500', '132746.322500', '132746.782500', '132747.242500', '132747.702500', '132748.162500', '132748.622500', '132749.082500', '132749.542500', '132750.002500', '132750.462500', '132750.922500', '132751.382500', '132751.842500', '132752.302500', '132752.762500', '132753.222500', '132753.682500', '132754.142500', '132754.602500', '132755.062500', '132755.522500', '132755.982500', '132756.442500', '132756.902500', '132757.362500', '132757.822500', '132758.282500', '132758.742500', '132759.202500', '132759.662500', '132800.122500', '132800.582500', '132801.042500', '132801.502500', '132801.962500', '132802.422500', '132802.882500', '132803.342500', '132803.802500', '132804.262500', '132804.722500', '132805.182500', '132805.642500', '132806.102500', '132806.562500', '132807.022500', '132807.482500', '132807.942500', '132808.402500', '132808.862500', '132809.322500', '132809.782500', '132810.242500', '132810.702500', '132811.162500', '132811.622500', '132812.082500', '132812.542500', '132813.002500', '132813.462500', '132813.922500', '132814.382500', '132814.842500', '132815.302500', '132815.762500', '132816.222500', '132816.682500', '132817.142500', '132817.602500', '132818.062500', '132818.522500', '132818.982500', '132819.442500', '132819.902500', '132820.362500', '132820.822500', '132821.282500', '132821.742500', '132822.202500', '132822.662500', '132823.122500', '132823.582500', '132824.042500', '132824.502500', '132824.962500', '132825.422500', '132825.882500', '132826.342500', '132826.802500', '132827.262500', '132827.722500', '132828.182500', '132828.642500', '132829.102500', '132829.562500', '132830.022500', '132830.482500', '132830.942500', '132831.402500', '132831.862500', '132832.322500', '132832.782500', '132833.242500', '132833.702500', '132834.162500', '132834.622500', '132835.082500', '132835.542500', '132836.002500', '132836.462500', '132836.922500', '132837.382500', '132837.842500', '132838.302500', '132838.762500', '132839.222500', '132839.682500', '132840.142500', '132840.602500', '132841.062500', '132841.522500', '132841.982500', '132842.442500', '132842.902500', '132843.362500', '132843.822500', '132844.282500', '132844.742500', '132845.202500', '132845.662500', '132846.122500', '132846.582500', '132847.042500', '132847.502500', '132847.962500', '132848.422500', '132848.882500', '132849.342500', '132849.802500', '132850.262500', '132850.722500', '132851.182500', '132851.642500', '132852.102500', '132852.562500', '132853.022500', '132853.482500', '132853.942500', '132854.402500', '132854.862500', '132855.322500', '132855.782500', '132856.242500', '132856.702500', '132857.162500', '132857.622500', '132858.082500', '132858.542500', '132859.002500', '132859.462500', '132859.922500', '132900.382500', '132900.842500', '132901.302500', '132901.762500', '132902.222500', '132902.682500', '132903.142500', '132903.602500', '132904.062500', '132904.522500', '132904.982500', '132905.442500', '132905.902500', '132906.362500', '132906.822500', '132907.282500', '132907.742500', '132908.202500', '132908.662500', '132909.122500', '132909.582500', '132910.042500', '132910.502500', '132910.962500', '132911.422500', '132911.882500', '132912.342500', '132912.802500', '132913.262500', '132913.722500', '132914.182500', '132914.642500', '132915.102500', '132915.562500', '132916.022500', '132916.482500', '132916.942500', '132917.402500', '132917.862500', '132918.322500', '132918.782500', '132919.242500', '132919.702500', '132920.162500', '132920.622500', '132921.082500', '132921.542500', '132922.002500', '132922.462500', '132922.922500', '132923.382500', '132923.842500', '132924.302500', '132924.762500', '132925.222500', '132925.682500', '132926.142500', '132926.602500', '132927.062500', '132927.522500', '132927.982500', '132928.442500', '132928.902500', '132929.362500', '132929.822500', '132930.282500', '132930.742500', '132931.202500', '132931.662500', '132932.122500', '132932.582500', '132933.042500', '132933.502500', '132933.962500', '132934.422500', '132934.882500', '132935.342500', '132935.802500', '132936.262500', '132936.722500', '132937.182500', '132937.642500', '132938.102500', '132938.562500', '132939.022500', '132939.482500', '132939.942500', '132940.402500', '132940.862500', '132941.322500', '132941.782500', '132942.242500', '132942.702500', '132943.162500', '132943.622500', '132944.082500', '132944.542500', '132945.002500', '132945.462500', '132945.922500', '132946.382500', '132946.842500', '132947.302500', '132947.762500', '132948.222500', '132948.682500', '132949.142500', '132949.602500', '132950.062500', '132950.522500', '132950.982500', '132951.442500', '132951.902500', '132952.362500', '132952.822500', '132953.282500', '132953.742500', '132954.202500', '132954.662500', '132955.122500', '132955.582500', '132956.042500', '132956.502500', '132956.962500', '132957.422500', '132957.882500', '132958.342500', '132958.802500', '132959.262500', '132959.722500', '133000.182500', '133000.642500', '133001.102500', '133001.562500', '133002.022500', '133002.482500', '133002.942500', '133003.402500', '133003.862500', '133004.322500', '133004.782500', '133005.242500', '133005.702500', '133006.162500', '133006.622500', '133007.082500', '133007.542500', '133008.002500', '133008.462500', '133008.922500', '133009.382500', '133009.842500', '133010.302500', '133010.762500', '133011.222500', '133011.682500', '133012.142500', '133012.602500', '133013.062500', '133013.522500', '133013.982500', '133014.442500', '133014.902500', '133015.362500', '133015.822500', '133016.282500', '133016.742500', '133017.202500', '133017.662500', '133018.122500', '133018.582500', '133019.042500', '133019.502500', '133019.962500', '133020.422500', '133020.882500', '133021.342500', '133021.802500', '133022.262500', '133022.722500', '133023.182500', '133023.642500', '133024.102500', '133024.562500', '133025.022500', '133025.482500', '133025.942500', '133026.402500', '133026.862500', '133027.322500', '133027.782500', '133028.242500', '133028.702500', '133029.162500', '133029.622500', '133030.082500', '133030.542500', '133031.002500', '133031.462500', '133031.922500', '133032.382500', '133032.842500', '133033.302500', '133033.762500', '133034.222500', '133034.682500', '133035.142500', '133035.602500', '133036.062500', '133036.522500', '133036.982500', '133037.442500', '133037.902500', '133038.362500', '133038.822500', '133039.282500', '133039.742500', '133040.202500', '133040.662500', '133041.122500', '133041.582500', '133042.042500', '133042.502500', '133042.962500', '133043.422500', '133043.882500', '133044.342500', '133044.802500', '133045.262500', '133045.722500', '133046.182500', '133046.642500', '133047.102500', '133047.562500', '133048.022500', '133048.482500', '133048.942500', '133049.402500', '133049.862500', '133050.322500', '133050.782500', '133051.242500', '133051.702500', '133052.162500', '133052.622500', '133053.082500', '133053.542500', '133054.002500', '133054.462500', '133054.922500', '133055.382500', '133055.842500', '133056.302500', '133056.762500', '133057.222500', '133057.682500', '133058.142500', '133058.602500', '133059.062500', '133059.522500', '133059.982500', '133100.442500', '133100.902500', '133101.362500', '133101.822500', '133102.282500', '133102.742500', '133103.202500', '133103.662500', '133104.122500', '133104.582500', '133105.042500', '133105.502500', '133105.962500', '133106.422500', '133106.882500', '133107.342500', '133107.802500', '133108.262500', '133108.722500', '133109.182500', '133109.642500', '133110.102500', '133110.562500', '133111.022500', '133111.482500', '133111.942500', '133112.402500', '133112.862500', '133113.322500', '133113.782500', '133114.242500', '133114.702500', '133115.162500', '133115.622500', '133116.082500', '133116.542500', '133117.002500', '133117.462500', '133117.922500', '133118.382500', '133118.842500', '133119.302500', '133119.762500', '133120.222500', '133120.682500', '133121.142500', '133121.602500', '133122.062500', '133122.522500', '133122.982500', '133123.442500', '133123.902500', '133124.362500', '133124.822500', '133125.282500', '133125.742500', '133126.202500', '133126.662500', '133127.122500', '133127.582500', '133128.042500', '133128.502500', '133128.962500', '133129.422500', '133129.882500', '133130.342500', '133130.802500', '133131.262500', '133131.722500', '133132.182500', '133132.642500', '133133.102500', '133133.562500', '133134.022500', '133134.482500', '133134.942500', '133135.402500', '133135.862500', '133136.322500', '133136.782500', '133137.242500', '133137.702500', '133138.162500', '133138.622500', '133139.082500', '133139.542500', '133140.002500', '133140.462500', '133140.922500', '133141.382500', '133141.842500', '133142.302500', '133142.762500', '133143.222500', '133143.682500', '133144.142500'], 'ContentTime': ['132524.920000', '132524.923000', '132524.925000', '132524.928000', '132524.931000', '132524.933000', '132524.936000', '132524.938000', '132524.941000', '132524.944000', '132524.946000', '132524.949000', '132524.951000', '132524.954000', '132524.957000', '132524.959000', '132524.985000', '132524.987000', '132524.990000', '132524.993000', '132524.995000', '132524.998000', '132525.001000', '132525.004000', '132525.006000', '132525.009000', '132525.012000', '132525.014000', '132525.017000', '132525.020000', '132525.022000', '132525.025000', '132525.027000', '132525.030000', '132525.032000', '132525.035000', '132525.037000', '132525.040000', '132525.043000', '132525.046000', '132525.049000', '132525.052000', '132525.054000', '132525.057000', '132525.060000', '132544.881000', '132544.884000', '132544.887000', '132544.889000', '132544.892000', '132544.895000', '132544.897000', '132544.900000', '132544.902000', '132544.905000', '132544.907000', '132544.910000', '132544.913000', '132544.915000', '132544.918000', '132544.920000', '132544.923000', '132544.926000', '132544.928000', '132544.931000', '132544.933000', '132544.936000', '132544.938000', '132544.941000', '132544.959000', '132544.962000', '132544.964000', '132544.967000', '132544.970000', '132544.972000', '132544.975000', '132544.977000', '132544.980000', '132544.982000', '132544.985000', '132544.987000', '132544.990000', '132544.993000', '132544.995000', '132544.998000', '132545.001000', '132545.006000', '132545.009000', '132545.011000', '132604.881000', '132604.884000', '132604.887000', '132604.890000', '132604.892000', '132604.895000', '132604.897000', '132604.900000', '132604.902000', '132604.905000', '132604.913000', '132604.916000', '132604.918000', '132604.921000', '132604.924000', '132604.926000', '132604.929000', '132604.931000', '132604.934000', '132604.936000', '132604.939000', '132604.941000', '132604.944000', '132604.947000', '132604.949000', '132604.952000', '132604.954000', '132604.957000', '132604.960000', '132604.962000', '132604.965000', '132604.968000', '132604.970000', '132604.973000', '132604.975000', '132604.978000', '132604.980000', '132604.983000', '132604.986000', '132604.988000', '132604.991000', '132604.993000', '132604.996000', '132624.881000', '132624.884000', '132624.887000', '132624.889000', '132624.892000', '132624.895000', '132624.897000', '132624.900000', '132624.903000', '132624.906000', '132624.909000', '132624.911000', '132624.914000', '132624.916000', '132624.919000', '132624.922000', '132624.924000', '132624.927000', '132624.929000', '132624.932000', '132624.934000', '132624.937000', '132624.940000', '132624.942000', '132624.945000', '132624.947000', '132624.950000', '132624.953000', '132624.955000', '132624.958000', '132624.960000', '132624.963000', '132624.971000', '132624.974000', '132624.976000', '132624.979000', '132624.981000', '132624.984000', '132624.986000', '132624.989000', '132624.992000', '132624.994000', '132624.997000', '132625.000000', '132644.881000', '132644.884000', '132644.887000', '132644.890000', '132644.893000', '132644.896000', '132644.898000', '132644.901000', '132644.904000', '132644.906000', '132644.910000', '132644.912000', '132644.915000', '132644.918000', '132644.920000', '132644.923000', '132644.926000', '132644.929000', '132644.932000', '132644.935000', '132644.937000', '132644.940000', '132644.943000', '132644.945000', '132644.948000', '132644.951000', '132644.953000', '132644.956000', '132644.958000', '132644.961000', '132644.963000', '132644.966000', '132644.969000', '132644.971000', '132644.974000', '132644.977000', '132644.979000', '132644.982000', '132644.984000', '132644.987000', '132644.989000', '132644.992000', '132644.995000', '132704.881000', '132704.884000', '132704.887000', '132704.889000', '132704.892000', '132704.895000', '132704.897000', '132704.900000', '132704.902000', '132704.905000', '132704.908000', '132704.910000', '132704.913000', '132704.915000', '132704.918000', '132704.920000', '132704.923000', '132704.925000', '132704.928000', '132704.940000', '132704.942000', '132704.945000', '132704.948000', '132704.950000', '132704.953000', '132704.955000', '132704.958000', '132704.961000', '132704.963000', '132704.966000', '132704.968000', '132704.971000', '132704.973000', '132704.976000', '132704.979000', '132704.981000', '132704.984000', '132704.986000', '132704.989000', '132704.992000', '132704.994000', '132704.997000', '132705.000000', '132705.003000', '132724.881000', '132724.884000', '132724.887000', '132724.889000', '132724.892000', '132724.895000', '132724.897000', '132724.900000', '132724.903000', '132724.905000', '132724.908000', '132724.910000', '132724.913000', '132724.915000', '132724.918000', '132724.921000', '132724.923000', '132724.926000', '132724.928000', '132724.944000', '132724.947000', '132724.949000', '132724.952000', '132724.955000', '132724.957000', '132724.960000', '132724.962000', '132724.965000', '132724.967000', '132724.970000', '132724.973000', '132724.975000', '132724.978000', '132724.980000', '132724.983000', '132724.986000', '132724.988000', '132724.991000', '132724.994000', '132724.996000', '132725.000000', '132725.003000', '132725.005000', '132744.881000', '132744.883000', '132744.886000', '132744.889000', '132744.891000', '132744.894000', '132744.896000', '132744.899000', '132744.902000', '132744.905000', '132744.907000', '132744.910000', '132744.912000', '132744.915000', '132744.918000', '132744.920000', '132744.923000', '132744.925000', '132744.928000', '132744.931000', '132744.933000', '132744.936000', '132744.938000', '132744.942000', '132744.945000', '132744.947000', '132744.950000', '132744.953000', '132744.955000', '132744.958000', '132744.961000', '132744.963000', '132744.966000', '132744.968000', '132744.973000', '132744.975000', '132744.978000', '132744.980000', '132744.983000', '132744.986000', '132744.988000', '132744.991000', '132744.994000', '132804.882000', '132804.884000', '132804.887000', '132804.890000', '132804.892000', '132804.895000', '132804.897000', '132804.900000', '132804.903000', '132804.905000', '132804.908000', '132804.910000', '132804.913000', '132804.916000', '132804.918000', '132804.921000', '132804.924000', '132804.926000', '132804.929000', '132804.931000', '132804.934000', '132804.937000', '132804.939000', '132804.942000', '132804.944000', '132804.947000', '132804.949000', '132804.952000', '132804.955000', '132804.957000', '132804.960000', '132804.962000', '132804.965000', '132804.968000', '132804.970000', '132804.973000', '132804.975000', '132804.978000', '132804.981000', '132804.983000', '132804.986000', '132804.988000', '132804.991000', '132804.993000', '132824.881000', '132824.884000', '132824.887000', '132824.891000', '132824.893000', '132824.896000', '132824.899000', '132824.901000', '132824.904000', '132824.907000', '132824.909000', '132824.912000', '132824.915000', '132824.917000', '132824.920000', '132824.922000', '132824.925000', '132824.928000', '132824.930000', '132824.933000', '132824.935000', '132824.938000', '132824.941000', '132824.943000', '132824.946000', '132824.948000', '132824.951000', '132824.953000', '132824.956000', '132824.959000', '132824.961000', '132824.964000', '132824.966000', '132824.969000', '132824.972000', '132824.974000', '132824.977000', '132824.979000', '132824.982000', '132824.984000', '132824.987000', '132824.990000', '132824.992000', '132844.882000', '132844.885000', '132844.887000', '132844.890000', '132844.892000', '132844.895000', '132844.898000', '132844.900000', '132844.903000', '132844.905000', '132844.908000', '132844.911000', '132844.913000', '132844.916000', '132844.918000', '132844.921000', '132844.924000', '132844.926000', '132844.929000', '132844.931000', '132844.934000', '132844.937000', '132844.939000', '132844.942000', '132844.944000', '132844.947000', '132844.949000', '132844.952000', '132844.955000', '132844.957000', '132844.960000', '132844.962000', '132844.965000', '132844.968000', '132844.970000', '132844.973000', '132844.975000', '132844.978000', '132844.981000', '132844.983000', '132844.986000', '132844.988000', '132844.998000', '132845.002000', '132904.882000', '132904.885000', '132904.887000', '132904.890000', '132904.892000', '132904.895000', '132904.898000', '132904.900000', '132904.903000', '132904.905000', '132904.908000', '132904.911000', '132904.913000', '132904.916000', '132904.918000', '132904.921000', '132904.933000', '132904.935000', '132904.938000', '132904.940000', '132904.943000', '132904.946000', '132904.948000', '132904.951000', '132904.954000', '132904.956000', '132904.959000', '132904.961000', '132904.964000', '132904.966000', '132904.969000', '132904.972000', '132904.974000', '132904.977000', '132904.980000', '132904.983000', '132904.986000', '132904.988000', '132904.991000', '132904.994000', '132904.996000', '132905.000000', '132905.002000', '132924.882000', '132924.884000', '132924.887000', '132924.890000', '132924.892000', '132924.895000', '132924.897000', '132924.900000', '132924.903000', '132924.905000', '132924.908000', '132924.910000', '132924.913000', '132924.916000', '132924.918000', '132924.921000', '132924.923000', '132924.926000', '132924.929000', '132924.931000', '132924.934000', '132924.936000', '132924.939000', '132924.942000', '132924.944000', '132924.947000', '132924.949000', '132924.952000', '132924.955000', '132924.957000', '132924.960000', '132924.962000', '132924.965000', '132924.968000', '132924.970000', '132924.973000', '132924.975000', '132924.978000', '132924.981000', '132924.983000', '132924.986000', '132924.988000', '132924.991000', '132924.993000', '132944.882000', '132944.884000', '132944.887000', '132944.890000', '132944.892000', '132944.895000', '132944.897000', '132944.900000', '132944.902000', '132944.905000', '132944.908000', '132944.910000', '132944.913000', '132944.915000', '132944.918000', '132944.921000', '132944.923000', '132944.926000', '132944.928000', '132944.931000', '132944.934000', '132944.936000', '132944.939000', '132944.941000', '132944.944000', '132944.946000', '132944.949000', '132944.952000', '132944.954000', '132944.957000', '132944.959000', '132944.962000', '132944.965000', '132944.967000', '132944.970000', '132944.973000', '132944.975000', '132944.978000', '132944.980000', '132944.983000', '132944.985000', '132944.988000', '132944.991000', '133004.880000', '133004.883000', '133004.886000', '133004.889000', '133004.891000', '133004.894000', '133004.896000', '133004.899000', '133004.902000', '133004.904000', '133004.907000', '133004.909000', '133004.912000', '133004.915000', '133004.917000', '133004.920000', '133004.922000', '133004.925000', '133004.928000', '133004.930000', '133004.933000', '133004.935000', '133004.938000', '133004.941000', '133004.943000', '133004.946000', '133004.949000', '133004.951000', '133004.954000', '133004.956000', '133004.959000', '133004.962000', '133004.964000', '133004.967000', '133004.970000', '133004.972000', '133004.975000', '133004.978000', '133004.980000', '133004.983000', '133004.985000', '133004.988000', '133004.991000', '133004.993000', '133024.882000', '133024.884000', '133024.887000', '133024.890000', '133024.892000', '133024.895000', '133024.897000', '133024.900000', '133024.903000', '133024.905000', '133024.908000', '133024.910000', '133024.924000', '133024.926000', '133024.929000', '133024.932000', '133024.934000', '133024.937000', '133024.940000', '133024.942000', '133024.945000', '133024.947000', '133024.950000', '133024.952000', '133024.955000', '133024.958000', '133024.960000', '133024.963000', '133024.965000', '133024.968000', '133024.971000', '133024.973000', '133024.976000', '133024.978000', '133024.981000', '133024.984000', '133024.986000', '133024.989000', '133024.991000', '133024.994000', '133024.996000', '133025.000000', '133025.003000', '133044.881000', '133044.884000', '133044.887000', '133044.890000', '133044.892000', '133044.895000', '133044.897000', '133044.900000', '133044.903000', '133044.905000', '133044.908000', '133044.911000', '133044.913000', '133044.916000', '133044.919000', '133044.921000', '133044.924000', '133044.926000', '133044.929000', '133044.931000', '133044.934000', '133044.937000', '133044.939000', '133044.942000', '133044.944000', '133044.947000', '133044.950000', '133044.952000', '133044.955000', '133044.957000', '133044.960000', '133044.963000', '133044.965000', '133044.968000', '133044.970000', '133044.973000', '133044.975000', '133044.978000', '133044.981000', '133044.983000', '133044.986000', '133044.989000', '133044.991000', '133044.994000', '133104.882000', '133104.884000', '133104.887000', '133104.890000', '133104.892000', '133104.895000', '133104.898000', '133104.900000', '133104.903000', '133104.906000', '133104.908000', '133104.911000', '133104.914000', '133104.916000', '133104.919000', '133104.921000', '133104.924000', '133104.927000', '133104.929000', '133104.932000', '133104.934000', '133104.937000', '133104.940000', '133104.942000', '133104.945000', '133104.948000', '133104.950000', '133104.953000', '133104.955000', '133104.958000', '133104.961000', '133104.963000', '133104.966000', '133104.969000', '133104.971000', '133104.974000', '133104.976000', '133104.979000', '133104.982000', '133104.985000', '133104.993000', '133104.995000', '133104.998000', '133124.882000', '133124.885000', '133124.887000', '133124.890000', '133124.892000', '133124.895000', '133124.897000', '133124.900000', '133124.903000', '133124.905000', '133124.908000', '133124.911000', '133124.913000', '133124.916000', '133124.918000', '133124.921000', '133124.924000', '133124.926000', '133124.929000', '133124.931000', '133124.934000', '133124.937000', '133124.939000', '133124.942000', '133124.945000', '133124.947000', '133124.950000', '133124.952000', '133124.955000', '133124.957000', '133124.960000', '133124.963000', '133124.965000', '133124.968000', '133124.970000', '133124.973000', '133124.976000', '133124.978000', '133124.981000', '133124.984000', '133124.986000', '133124.989000', '133124.991000', '133124.994000', '133144.882000', '133144.884000', '133144.887000', '133144.890000', '133144.892000', '133144.895000', '133144.898000', '133144.900000', '133144.903000', '133144.906000', '133144.909000', '133144.911000', '133144.914000', '133144.917000', '133144.920000', '133144.923000', '133144.926000', '133144.929000', '133144.932000', '133144.934000', '133144.937000', '133144.940000', '133144.943000', '133144.962000', '133144.966000', '133144.969000', '133144.972000', '133144.975000', '133144.978000', '133144.981000', '133144.983000', '133144.986000', '133144.989000', '133144.992000', '133144.994000', '133144.997000', '133145.002000', '133145.009000', '133145.012000', '133145.014000', '133145.017000', '133145.020000', '133145.023000', '133145.098000'], 'InstanceCreationTime': ['132524.920000', '132524.923000', '132524.925000', '132524.928000', '132524.931000', '132524.933000', '132524.936000', '132524.938000', '132524.941000', '132524.944000', '132524.946000', '132524.949000', '132524.951000', '132524.954000', '132524.957000', '132524.959000', '132524.985000', '132524.987000', '132524.990000', '132524.993000', '132524.995000', '132524.998000', '132525.001000', '132525.004000', '132525.006000', '132525.009000', '132525.012000', '132525.014000', '132525.017000', '132525.020000', '132525.022000', '132525.025000', '132525.027000', '132525.030000', '132525.032000', '132525.035000', '132525.037000', '132525.040000', '132525.043000', '132525.046000', '132525.049000', '132525.052000', '132525.054000', '132525.057000', '132525.060000', '132544.881000', '132544.884000', '132544.887000', '132544.889000', '132544.892000', '132544.895000', '132544.897000', '132544.900000', '132544.902000', '132544.905000', '132544.907000', '132544.910000', '132544.913000', '132544.915000', '132544.918000', '132544.920000', '132544.923000', '132544.926000', '132544.928000', '132544.931000', '132544.933000', '132544.936000', '132544.938000', '132544.941000', '132544.959000', '132544.962000', '132544.964000', '132544.967000', '132544.970000', '132544.972000', '132544.975000', '132544.977000', '132544.980000', '132544.982000', '132544.985000', '132544.987000', '132544.990000', '132544.993000', '132544.995000', '132544.998000', '132545.001000', '132545.006000', '132545.009000', '132545.011000', '132604.881000', '132604.884000', '132604.887000', '132604.890000', '132604.892000', '132604.895000', '132604.897000', '132604.900000', '132604.902000', '132604.905000', '132604.913000', '132604.916000', '132604.918000', '132604.921000', '132604.924000', '132604.926000', '132604.929000', '132604.931000', '132604.934000', '132604.936000', '132604.939000', '132604.941000', '132604.944000', '132604.947000', '132604.949000', '132604.952000', '132604.954000', '132604.957000', '132604.960000', '132604.962000', '132604.965000', '132604.968000', '132604.970000', '132604.973000', '132604.975000', '132604.978000', '132604.980000', '132604.983000', '132604.986000', '132604.988000', '132604.991000', '132604.993000', '132604.996000', '132624.881000', '132624.884000', '132624.887000', '132624.889000', '132624.892000', '132624.895000', '132624.897000', '132624.900000', '132624.903000', '132624.906000', '132624.909000', '132624.911000', '132624.914000', '132624.916000', '132624.919000', '132624.922000', '132624.924000', '132624.927000', '132624.929000', '132624.932000', '132624.934000', '132624.937000', '132624.940000', '132624.942000', '132624.945000', '132624.947000', '132624.950000', '132624.953000', '132624.955000', '132624.958000', '132624.960000', '132624.963000', '132624.971000', '132624.974000', '132624.976000', '132624.979000', '132624.981000', '132624.984000', '132624.986000', '132624.989000', '132624.992000', '132624.994000', '132624.997000', '132625.000000', '132644.881000', '132644.884000', '132644.887000', '132644.890000', '132644.893000', '132644.896000', '132644.898000', '132644.901000', '132644.904000', '132644.906000', '132644.910000', '132644.912000', '132644.915000', '132644.918000', '132644.920000', '132644.923000', '132644.926000', '132644.929000', '132644.932000', '132644.935000', '132644.937000', '132644.940000', '132644.943000', '132644.945000', '132644.948000', '132644.951000', '132644.953000', '132644.956000', '132644.958000', '132644.961000', '132644.963000', '132644.966000', '132644.969000', '132644.971000', '132644.974000', '132644.977000', '132644.979000', '132644.982000', '132644.984000', '132644.987000', '132644.989000', '132644.992000', '132644.995000', '132704.881000', '132704.884000', '132704.887000', '132704.889000', '132704.892000', '132704.895000', '132704.897000', '132704.900000', '132704.902000', '132704.905000', '132704.908000', '132704.910000', '132704.913000', '132704.915000', '132704.918000', '132704.920000', '132704.923000', '132704.925000', '132704.928000', '132704.940000', '132704.942000', '132704.945000', '132704.948000', '132704.950000', '132704.953000', '132704.955000', '132704.958000', '132704.961000', '132704.963000', '132704.966000', '132704.968000', '132704.971000', '132704.973000', '132704.976000', '132704.979000', '132704.981000', '132704.984000', '132704.986000', '132704.989000', '132704.992000', '132704.994000', '132704.997000', '132705.000000', '132705.003000', '132724.881000', '132724.884000', '132724.887000', '132724.889000', '132724.892000', '132724.895000', '132724.897000', '132724.900000', '132724.903000', '132724.905000', '132724.908000', '132724.910000', '132724.913000', '132724.915000', '132724.918000', '132724.921000', '132724.923000', '132724.926000', '132724.928000', '132724.944000', '132724.947000', '132724.949000', '132724.952000', '132724.955000', '132724.957000', '132724.960000', '132724.962000', '132724.965000', '132724.967000', '132724.970000', '132724.973000', '132724.975000', '132724.978000', '132724.980000', '132724.983000', '132724.986000', '132724.988000', '132724.991000', '132724.994000', '132724.996000', '132725.000000', '132725.003000', '132725.005000', '132744.881000', '132744.883000', '132744.886000', '132744.889000', '132744.891000', '132744.894000', '132744.896000', '132744.899000', '132744.902000', '132744.905000', '132744.907000', '132744.910000', '132744.912000', '132744.915000', '132744.918000', '132744.920000', '132744.923000', '132744.925000', '132744.928000', '132744.931000', '132744.933000', '132744.936000', '132744.938000', '132744.942000', '132744.945000', '132744.947000', '132744.950000', '132744.953000', '132744.955000', '132744.958000', '132744.961000', '132744.963000', '132744.966000', '132744.968000', '132744.973000', '132744.975000', '132744.978000', '132744.980000', '132744.983000', '132744.986000', '132744.988000', '132744.991000', '132744.994000', '132804.882000', '132804.884000', '132804.887000', '132804.890000', '132804.892000', '132804.895000', '132804.897000', '132804.900000', '132804.903000', '132804.905000', '132804.908000', '132804.910000', '132804.913000', '132804.916000', '132804.918000', '132804.921000', '132804.924000', '132804.926000', '132804.929000', '132804.931000', '132804.934000', '132804.937000', '132804.939000', '132804.942000', '132804.944000', '132804.947000', '132804.949000', '132804.952000', '132804.955000', '132804.957000', '132804.960000', '132804.962000', '132804.965000', '132804.968000', '132804.970000', '132804.973000', '132804.975000', '132804.978000', '132804.981000', '132804.983000', '132804.986000', '132804.988000', '132804.991000', '132804.993000', '132824.881000', '132824.884000', '132824.887000', '132824.891000', '132824.893000', '132824.896000', '132824.899000', '132824.901000', '132824.904000', '132824.907000', '132824.909000', '132824.912000', '132824.915000', '132824.917000', '132824.920000', '132824.922000', '132824.925000', '132824.928000', '132824.930000', '132824.933000', '132824.935000', '132824.938000', '132824.941000', '132824.943000', '132824.946000', '132824.948000', '132824.951000', '132824.953000', '132824.956000', '132824.959000', '132824.961000', '132824.964000', '132824.966000', '132824.969000', '132824.972000', '132824.974000', '132824.977000', '132824.979000', '132824.982000', '132824.984000', '132824.987000', '132824.990000', '132824.992000', '132844.882000', '132844.885000', '132844.887000', '132844.890000', '132844.892000', '132844.895000', '132844.898000', '132844.900000', '132844.903000', '132844.905000', '132844.908000', '132844.911000', '132844.913000', '132844.916000', '132844.918000', '132844.921000', '132844.924000', '132844.926000', '132844.929000', '132844.931000', '132844.934000', '132844.937000', '132844.939000', '132844.942000', '132844.944000', '132844.947000', '132844.949000', '132844.952000', '132844.955000', '132844.957000', '132844.960000', '132844.962000', '132844.965000', '132844.968000', '132844.970000', '132844.973000', '132844.975000', '132844.978000', '132844.981000', '132844.983000', '132844.986000', '132844.988000', '132844.998000', '132845.002000', '132904.882000', '132904.885000', '132904.887000', '132904.890000', '132904.892000', '132904.895000', '132904.898000', '132904.900000', '132904.903000', '132904.905000', '132904.908000', '132904.911000', '132904.913000', '132904.916000', '132904.918000', '132904.921000', '132904.933000', '132904.935000', '132904.938000', '132904.940000', '132904.943000', '132904.946000', '132904.948000', '132904.951000', '132904.954000', '132904.956000', '132904.959000', '132904.961000', '132904.964000', '132904.966000', '132904.969000', '132904.972000', '132904.974000', '132904.977000', '132904.980000', '132904.983000', '132904.986000', '132904.988000', '132904.991000', '132904.994000', '132904.996000', '132905.000000', '132905.002000', '132924.882000', '132924.884000', '132924.887000', '132924.890000', '132924.892000', '132924.895000', '132924.897000', '132924.900000', '132924.903000', '132924.905000', '132924.908000', '132924.910000', '132924.913000', '132924.916000', '132924.918000', '132924.921000', '132924.923000', '132924.926000', '132924.929000', '132924.931000', '132924.934000', '132924.936000', '132924.939000', '132924.942000', '132924.944000', '132924.947000', '132924.949000', '132924.952000', '132924.955000', '132924.957000', '132924.960000', '132924.962000', '132924.965000', '132924.968000', '132924.970000', '132924.973000', '132924.975000', '132924.978000', '132924.981000', '132924.983000', '132924.986000', '132924.988000', '132924.991000', '132924.993000', '132944.882000', '132944.884000', '132944.887000', '132944.890000', '132944.892000', '132944.895000', '132944.897000', '132944.900000', '132944.902000', '132944.905000', '132944.908000', '132944.910000', '132944.913000', '132944.915000', '132944.918000', '132944.921000', '132944.923000', '132944.926000', '132944.928000', '132944.931000', '132944.934000', '132944.936000', '132944.939000', '132944.941000', '132944.944000', '132944.946000', '132944.949000', '132944.952000', '132944.954000', '132944.957000', '132944.959000', '132944.962000', '132944.965000', '132944.967000', '132944.970000', '132944.973000', '132944.975000', '132944.978000', '132944.980000', '132944.983000', '132944.985000', '132944.988000', '132944.991000', '133004.880000', '133004.883000', '133004.886000', '133004.889000', '133004.891000', '133004.894000', '133004.896000', '133004.899000', '133004.902000', '133004.904000', '133004.907000', '133004.909000', '133004.912000', '133004.915000', '133004.917000', '133004.920000', '133004.922000', '133004.925000', '133004.928000', '133004.930000', '133004.933000', '133004.935000', '133004.938000', '133004.941000', '133004.943000', '133004.946000', '133004.949000', '133004.951000', '133004.954000', '133004.956000', '133004.959000', '133004.962000', '133004.964000', '133004.967000', '133004.970000', '133004.972000', '133004.975000', '133004.978000', '133004.980000', '133004.983000', '133004.985000', '133004.988000', '133004.991000', '133004.993000', '133024.882000', '133024.884000', '133024.887000', '133024.890000', '133024.892000', '133024.895000', '133024.897000', '133024.900000', '133024.903000', '133024.905000', '133024.908000', '133024.910000', '133024.924000', '133024.926000', '133024.929000', '133024.932000', '133024.934000', '133024.937000', '133024.940000', '133024.942000', '133024.945000', '133024.947000', '133024.950000', '133024.952000', '133024.955000', '133024.958000', '133024.960000', '133024.963000', '133024.965000', '133024.968000', '133024.971000', '133024.973000', '133024.976000', '133024.978000', '133024.981000', '133024.984000', '133024.986000', '133024.989000', '133024.991000', '133024.994000', '133024.996000', '133025.000000', '133025.003000', '133044.881000', '133044.884000', '133044.887000', '133044.890000', '133044.892000', '133044.895000', '133044.897000', '133044.900000', '133044.903000', '133044.905000', '133044.908000', '133044.911000', '133044.913000', '133044.916000', '133044.919000', '133044.921000', '133044.924000', '133044.926000', '133044.929000', '133044.931000', '133044.934000', '133044.937000', '133044.939000', '133044.942000', '133044.944000', '133044.947000', '133044.950000', '133044.952000', '133044.955000', '133044.957000', '133044.960000', '133044.963000', '133044.965000', '133044.968000', '133044.970000', '133044.973000', '133044.975000', '133044.978000', '133044.981000', '133044.983000', '133044.986000', '133044.989000', '133044.991000', '133044.994000', '133104.882000', '133104.884000', '133104.887000', '133104.890000', '133104.892000', '133104.895000', '133104.898000', '133104.900000', '133104.903000', '133104.906000', '133104.908000', '133104.911000', '133104.914000', '133104.916000', '133104.919000', '133104.921000', '133104.924000', '133104.927000', '133104.929000', '133104.932000', '133104.934000', '133104.937000', '133104.940000', '133104.942000', '133104.945000', '133104.948000', '133104.950000', '133104.953000', '133104.955000', '133104.958000', '133104.961000', '133104.963000', '133104.966000', '133104.969000', '133104.971000', '133104.974000', '133104.976000', '133104.979000', '133104.982000', '133104.985000', '133104.993000', '133104.995000', '133104.998000', '133124.882000', '133124.885000', '133124.887000', '133124.890000', '133124.892000', '133124.895000', '133124.897000', '133124.900000', '133124.903000', '133124.905000', '133124.908000', '133124.911000', '133124.913000', '133124.916000', '133124.918000', '133124.921000', '133124.924000', '133124.926000', '133124.929000', '133124.931000', '133124.934000', '133124.937000', '133124.939000', '133124.942000', '133124.945000', '133124.947000', '133124.950000', '133124.952000', '133124.955000', '133124.957000', '133124.960000', '133124.963000', '133124.965000', '133124.968000', '133124.970000', '133124.973000', '133124.976000', '133124.978000', '133124.981000', '133124.984000', '133124.986000', '133124.989000', '133124.991000', '133124.994000', '133144.882000', '133144.884000', '133144.887000', '133144.890000', '133144.892000', '133144.895000', '133144.898000', '133144.900000', '133144.903000', '133144.906000', '133144.909000', '133144.911000', '133144.914000', '133144.917000', '133144.920000', '133144.923000', '133144.926000', '133144.929000', '133144.932000', '133144.934000', '133144.937000', '133144.940000', '133144.943000', '133144.962000', '133144.966000', '133144.969000', '133144.972000', '133144.975000', '133144.978000', '133144.981000', '133144.983000', '133144.986000', '133144.989000', '133144.992000', '133144.994000', '133144.997000', '133145.002000', '133145.009000', '133145.012000', '133145.014000', '133145.017000', '133145.020000', '133145.023000', '133145.098000'], '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': [10195, 13319, 8120, 10669, 8127, 9228, 8827, 8570, 11464, 8469, 9102, 8805, 8385, 11256, 8176, 10200, 8860, 8816, 11042, 7943, 10168, 8183, 9293, 8464, 8252, 10820, 7915, 9555, 7996, 8982, 8370, 8367, 10610, 8139, 9534, 8592, 9115, 8881, 8250, 10374, 8183, 9548, 11353, 8439, 11014, 8168, 10216, 8497, 9783, 14053, 8248, 10382, 8607, 9701, 8519, 8351, 11425, 8109, 10136, 8569, 9093, 8807, 8492, 10975, 7986, 9774, 8627, 8559, 11276, 7940, 10062, 8397, 9509, 8582, 8132, 11619, 8065, 9771, 8563, 9478, 8978, 8245, 11250, 8521, 9391, 8407, 9335, 8686, 7984, 10269, 8137, 9051, 8412, 8881, 8317, 8204, 10583, 7901, 9860, 8552, 8694, 13025, 8084, 11832, 7793, 10325, 8529, 9427, 13254, 8574, 12207, 8439, 11329, 8086, 9191, 13404, 8117, 10393, 8620, 9695, 8279, 8420, 11725, 7807, 9825, 8291, 8380, 10786, 8366, 10282, 8102, 9258, 8657, 8169, 10409, 8167, 9159, 7952, 8557, 11935, 7987, 9836, 8621, 8581, 8494, 8501, 11994, 7807, 9848, 8560, 8873, 9279, 8338, 10430, 7537, 9124, 8195, 8491, 9146, 8236, 10183, 7525, 9432, 8517, 8256, 11760, 7877, 10510, 7986, 9090, 8562, 8295, 10802, 8176, 9355, 8333, 8969, 8735, 8341, 11441, 8098, 9446, 8597, 8883, 11612, 8097, 10638, 7964, 9569, 8509, 8619, 11474, 7807, 10634, 8009, 9245, 8592, 7956, 10856, 8319, 9531, 8463, 9018, 9356, 8176, 10317, 8352, 9095, 8330, 8433, 9903, 7910, 10091, 8024, 8880, 8164, 8451, 10630, 7957, 10424, 7885, 9132, 10098, 8519, 11370, 8054, 8972, 8138, 8675, 11248, 7840, 9551, 8500, 8026, 11055, 7734, 9686, 8140, 8651, 11825, 7547, 9249, 8045, 8588, 11682, 8246, 10334, 8098, 8851, 9519, 7971, 9392, 8502, 8142, 7675, 8522, 10853, 7827, 9473, 7802, 8629, 12343, 7625, 10356, 7330, 9092, 11432, 8288, 10492, 7833, 9530, 7413, 8739, 11130, 8215, 9676, 7473, 8854, 7585, 8570, 10342, 7718, 9274, 7523, 8709, 7637, 8356, 10356, 7940, 8941, 7558, 8747, 9948, 8220, 10680, 7452, 9124, 8386, 9039, 10912, 8021, 9858, 7259, 8819, 10679, 8945, 9854, 7809, 9087, 8137, 8951, 11121, 7643, 9688, 7656, 8650, 10534, 7849, 9303, 7789, 8954, 7752, 8827, 11064, 7832, 8822, 9765, 8273, 11342, 7748, 9497, 7836, 8810, 10532, 7557, 9042, 7500, 8481, 7728, 8338, 10288, 7525, 8479, 7437, 8776, 9857, 7775, 9752, 7984, 8682, 12421, 7741, 10418, 8128, 9345, 11452, 8302, 10177, 8425, 8927, 12172, 7410, 9499, 7559, 8277, 7567, 8255, 9939, 7293, 8483, 7628, 7833, 11247, 7971, 9522, 7902, 8598, 12862, 7967, 11259, 8178, 9204, 8363, 8131, 11103, 7871, 9523, 7912, 8930, 11262, 7771, 9442, 7397, 8780, 7671, 8366, 11008, 7781, 9287, 7941, 8753, 11359, 7439, 8714, 7740, 8208, 9136, 8657, 9686, 8586, 8822, 8280, 8052, 9180, 7873, 9188, 8337, 8778, 8698, 7947, 11245, 8143, 9568, 8494, 8932, 12477, 7702, 9554, 7888, 8257, 11689, 7817, 8723, 8070, 8416, 9660, 7875, 9255, 9249, 7647, 9973, 8092, 9389, 7507, 7217, 10175, 7252, 8275, 7019, 7453, 8710, 7250, 8794, 7433, 8706, 7184, 8126, 10483, 7544, 10529, 8092, 11362, 9327, 9359, 13593, 8810, 12231, 9645, 9998, 11885, 8573, 12126, 8137, 10078, 8927, 9147, 11852, 7908, 10792, 7746, 9940, 8519, 8621, 12815, 7943, 10627, 7949, 9735, 8622, 8595, 11187, 7995, 9997, 8121, 9265, 7889, 8819, 10073, 8187, 10432, 7689, 9445, 8447, 9021, 9490, 7998, 10750, 7925, 9525, 8363, 8567, 11925, 8141, 10170, 7678, 8843, 8932, 8441, 10439, 7715, 8950, 8076, 8790, 9336, 8181, 10048, 7771, 8976, 8440, 8536, 10468, 7785, 10045, 7516, 9263, 8248, 8414, 11311, 8040, 10204, 7666, 9068, 8781, 8506, 11476, 7969, 10364, 7575, 9890, 9281, 9100, 9298, 8355, 11851, 8809, 10749, 8780, 9690, 9169, 8837, 12664, 8287, 10362, 8450, 9173, 14344, 8164, 10972, 8005, 9789, 8805, 8824, 11562, 8284, 9890, 8303, 9593, 8734, 8309, 11005, 8150, 9950, 8413, 8744, 9483, 8081, 11005, 8111, 9755, 10905, 8468, 10849, 8954, 9503, 10854, 8316, 10996, 8646, 9374, 13804, 8239, 10234, 7901, 9736, 9455, 8728, 11312, 8769, 9473, 9798, 9007, 12420, 8286, 10551, 8934, 8862, 13857, 8982, 10774, 8682, 9810, 9622, 8411, 11175, 8192, 9523, 9256, 8353, 10769, 8292, 10241, 9079, 9455, 12566, 8227, 9863, 8298, 9888, 8657, 9226, 11714, 8486, 9739, 8804, 9309, 8835, 8181, 11515, 8193, 9658, 12127, 8842, 11362, 8109, 10092, 8453, 9179, 13794, 8265, 10507, 8047, 9761, 8694, 8856, 11896, 8196, 9916, 8762, 8976, 11551, 8269, 10543, 8437, 9289, 12569, 8329, 10227, 8147, 9668, 8454, 8368, 11274, 7987, 9538, 8758, 9236, 10261, 7942, 10483, 8723, 9583, 11332, 8709, 10968, 8254, 10223, 8562, 9185, 13035, 8094, 10592, 8392, 9989, 8481, 8864, 12205, 8206, 9787, 8034, 9788, 8887, 8466, 12561, 8453, 10406, 8839, 9222, 12308, 8071, 10491, 8763, 9616, 11460, 7912, 10202, 8382, 9409, 8599, 8386, 11459, 8059, 9826, 8725, 9015, 9370, 7758, 10134, 8642, 8847, 10526, 8152, 10016, 7929, 9550, 8666, 8616, 11866, 8365, 9718, 7991, 9689, 8815, 8746, 11082, 8245, 9856, 14595, 8811, 11812, 8080, 9423, 11891, 8120, 10658, 8655, 8767, 10832, 7920, 10150, 8040, 9175, 10433, 7945, 10399, 8718, 8811, 8328, 8289, 11445, 8145, 9759, 8717, 8623, 12131, 8153, 10619, 8849, 9489, 13354, 7831, 11044, 7962, 9733, 8158, 9032, 12886, 7937, 10429, 8224, 9268, 8527, 8386, 11473, 8183, 10238, 8535, 8583, 10406, 7864, 9365, 8746, 9193, 10059, 9395, 10531, 8002, 9237, 7852, 8939, 11547, 9151, 11334, 7969, 8939, 11064, 7874, 10516, 7876, 9433, 8096, 8975, 11387, 7911, 9668, 7387, 9396, 9076, 8183, 9971, 7887, 8821, 8106, 8907, 10596, 7774, 9553, 8029, 8683, 11707, 7858, 9360, 7854, 8669, 10711, 7513, 9762, 7989, 8219, 10341, 7892, 9485, 7594, 9118, 11269, 7730, 10500, 7651, 8721, 10819, 7907, 10066, 7621], 'WindowCenter': [4376.0, 4381.0, 4327.0, 4344.0, 4315.0, 4333.0, 4308.0, 4309.0, 4338.0, 4310.0, 4322.0, 4320.0, 4310.0, 4329.0, 4310.0, 4330.0, 4323.0, 4333.0, 4342.0, 4313.0, 4332.0, 4322.0, 4332.0, 4321.0, 4334.0, 4353.0, 4323.0, 4332.0, 4322.0, 4333.0, 4324.0, 4324.0, 4345.0, 4325.0, 4334.0, 4322.0, 4335.0, 4322.0, 4324.0, 4343.0, 4324.0, 4345.0, 4353.0, 4324.0, 4341.0, 4323.0, 4333.0, 4320.0, 4333.0, 4352.0, 4324.0, 4332.0, 4320.0, 4320.0, 4308.0, 4309.0, 4328.0, 4310.0, 4330.0, 4321.0, 4322.0, 4320.0, 4320.0, 4330.0, 4311.0, 4331.0, 4321.0, 4324.0, 4341.0, 4313.0, 4320.0, 4322.0, 4345.0, 4323.0, 4324.0, 4353.0, 4323.0, 4331.0, 4321.0, 4332.0, 4323.0, 4323.0, 4341.0, 4335.0, 4332.0, 4323.0, 4333.0, 4333.0, 4324.0, 4341.0, 4324.0, 4335.0, 4335.0, 4336.0, 4325.0, 4335.0, 4343.0, 4339.0, 4360.0, 4335.0, 4337.0, 4365.0, 4325.0, 4354.0, 4325.0, 4344.0, 4333.0, 4335.0, 4366.0, 4335.0, 4354.0, 4324.0, 4343.0, 4311.0, 4333.0, 4351.0, 4312.0, 4342.0, 4323.0, 4333.0, 4310.0, 4313.0, 4340.0, 4312.0, 4332.0, 4323.0, 4321.0, 4340.0, 4323.0, 4331.0, 4311.0, 4322.0, 4320.0, 4324.0, 4342.0, 4323.0, 4333.0, 4324.0, 4334.0, 4353.0, 4324.0, 4345.0, 4334.0, 4326.0, 4322.0, 4324.0, 4353.0, 4313.0, 4343.0, 4335.0, 4335.0, 4332.0, 4323.0, 4341.0, 4323.0, 4335.0, 4323.0, 4334.0, 4332.0, 4324.0, 4343.0, 4313.0, 4333.0, 4333.0, 4325.0, 4354.0, 4323.0, 4342.0, 4313.0, 4333.0, 4323.0, 4323.0, 4342.0, 4325.0, 4333.0, 4325.0, 4334.0, 4323.0, 4324.0, 4342.0, 4323.0, 4331.0, 4334.0, 4335.0, 4355.0, 4324.0, 4344.0, 4322.0, 4344.0, 4334.0, 4335.0, 4343.0, 4313.0, 4343.0, 4323.0, 4333.0, 4321.0, 4324.0, 4343.0, 4324.0, 4334.0, 4322.0, 4334.0, 4332.0, 4326.0, 4345.0, 4325.0, 4333.0, 4323.0, 4325.0, 4333.0, 4324.0, 4332.0, 4326.0, 4336.0, 4324.0, 4325.0, 4344.0, 4326.0, 4344.0, 4312.0, 4336.0, 4343.0, 4335.0, 4355.0, 4312.0, 4324.0, 4311.0, 4323.0, 4341.0, 4313.0, 4332.0, 4324.0, 4324.0, 4343.0, 4314.0, 4334.0, 4312.0, 4323.0, 4343.0, 4326.0, 4334.0, 4312.0, 4322.0, 4342.0, 4322.0, 4330.0, 4313.0, 4322.0, 4332.0, 4324.0, 4332.0, 4311.0, 4328.0, 4326.0, 4323.0, 4329.0, 4313.0, 4333.0, 4311.0, 4323.0, 4352.0, 4313.0, 4332.0, 4302.0, 4323.0, 4341.0, 4322.0, 4331.0, 4300.0, 4320.0, 4300.0, 4322.0, 4340.0, 4321.0, 4331.0, 4301.0, 4320.0, 4301.0, 4322.0, 4330.0, 4311.0, 4332.0, 4311.0, 4324.0, 4312.0, 4323.0, 4331.0, 4324.0, 4335.0, 4313.0, 4324.0, 4332.0, 4323.0, 4332.0, 4301.0, 4332.0, 4312.0, 4334.0, 4342.0, 4312.0, 4330.0, 4300.0, 4322.0, 4331.0, 4322.0, 4320.0, 4313.0, 4322.0, 4311.0, 4320.0, 4330.0, 4300.0, 4320.0, 4299.0, 4322.0, 4331.0, 4314.0, 4323.0, 4313.0, 4323.0, 4301.0, 4335.0, 4342.0, 4312.0, 4323.0, 4332.0, 4312.0, 4332.0, 4312.0, 4321.0, 4310.0, 4320.0, 4332.0, 4311.0, 4320.0, 4300.0, 4322.0, 4312.0, 4322.0, 4331.0, 4313.0, 4310.0, 4313.0, 4325.0, 4333.0, 4314.0, 4332.0, 4323.0, 4335.0, 4356.0, 4314.0, 4342.0, 4313.0, 4336.0, 4343.0, 4313.0, 4331.0, 4312.0, 4321.0, 4344.0, 4300.0, 4319.0, 4300.0, 4310.0, 4298.0, 4311.0, 4332.0, 4315.0, 4325.0, 4315.0, 4326.0, 4343.0, 4325.0, 4334.0, 4326.0, 4336.0, 4353.0, 4314.0, 4333.0, 4313.0, 4322.0, 4309.0, 4314.0, 4331.0, 4310.0, 4333.0, 4300.0, 4320.0, 4330.0, 4299.0, 4322.0, 4302.0, 4311.0, 4300.0, 4310.0, 4331.0, 4300.0, 4322.0, 4298.0, 4323.0, 4341.0, 4301.0, 4299.0, 4300.0, 4312.0, 4321.0, 4311.0, 4307.0, 4309.0, 4322.0, 4311.0, 4311.0, 4321.0, 4299.0, 4320.0, 4312.0, 4325.0, 4322.0, 4313.0, 4333.0, 4313.0, 4322.0, 4310.0, 4323.0, 4341.0, 4313.0, 4322.0, 4300.0, 4311.0, 4328.0, 4299.0, 4309.0, 4299.0, 4309.0, 4320.0, 4299.0, 4323.0, 4320.0, 4313.0, 4333.0, 4313.0, 4322.0, 4301.0, 4301.0, 4330.0, 4301.0, 4323.0, 4315.0, 4330.0, 4349.0, 4343.0, 4353.0, 4345.0, 4364.0, 4334.0, 4354.0, 4375.0, 4341.0, 4362.0, 4341.0, 4371.0, 4345.0, 4350.0, 4367.0, 4337.0, 4358.0, 4336.0, 4335.0, 4342.0, 4325.0, 4355.0, 4314.0, 4332.0, 4322.0, 4332.0, 4341.0, 4325.0, 4343.0, 4312.0, 4333.0, 4322.0, 4323.0, 4354.0, 4313.0, 4341.0, 4313.0, 4331.0, 4322.0, 4322.0, 4342.0, 4312.0, 4333.0, 4323.0, 4333.0, 4325.0, 4334.0, 4332.0, 4323.0, 4341.0, 4310.0, 4334.0, 4323.0, 4322.0, 4331.0, 4315.0, 4341.0, 4312.0, 4333.0, 4322.0, 4323.0, 4343.0, 4312.0, 4332.0, 4313.0, 4323.0, 4321.0, 4322.0, 4343.0, 4314.0, 4322.0, 4312.0, 4325.0, 4333.0, 4323.0, 4331.0, 4314.0, 4335.0, 4325.0, 4325.0, 4343.0, 4322.0, 4333.0, 4314.0, 4334.0, 4324.0, 4336.0, 4354.0, 4325.0, 4344.0, 4327.0, 4335.0, 4325.0, 4336.0, 4354.0, 4324.0, 4343.0, 4323.0, 4346.0, 4345.0, 4335.0, 4336.0, 4335.0, 4356.0, 4336.0, 4356.0, 4338.0, 4346.0, 4334.0, 4334.0, 4352.0, 4322.0, 4331.0, 4312.0, 4334.0, 4364.0, 4323.0, 4343.0, 4312.0, 4333.0, 4322.0, 4333.0, 4353.0, 4327.0, 4345.0, 4324.0, 4335.0, 4324.0, 4325.0, 4345.0, 4325.0, 4347.0, 4338.0, 4337.0, 4346.0, 4327.0, 4356.0, 4327.0, 4347.0, 4357.0, 4336.0, 4356.0, 4335.0, 4347.0, 4344.0, 4325.0, 4344.0, 4335.0, 4347.0, 4378.0, 4335.0, 4346.0, 4326.0, 4348.0, 4346.0, 4336.0, 4358.0, 4336.0, 4347.0, 4345.0, 4334.0, 4354.0, 4325.0, 4345.0, 4324.0, 4334.0, 4364.0, 4334.0, 4343.0, 4323.0, 4333.0, 4332.0, 4322.0, 4343.0, 4322.0, 4346.0, 4333.0, 4323.0, 4342.0, 4324.0, 4343.0, 4333.0, 4333.0, 4366.0, 4338.0, 4344.0, 4326.0, 4346.0, 4334.0, 4335.0, 4354.0, 4338.0, 4346.0, 4334.0, 4347.0, 4334.0, 4324.0, 4355.0, 4326.0, 4349.0, 4367.0, 4337.0, 4356.0, 4327.0, 4347.0, 4325.0, 4347.0, 4376.0, 4324.0, 4345.0, 4325.0, 4345.0, 4324.0, 4334.0, 4352.0, 4335.0, 4345.0, 4323.0, 4335.0, 4342.0, 4322.0, 4344.0, 4323.0, 4335.0, 4354.0, 4324.0, 4332.0, 4312.0, 4334.0, 4313.0, 4311.0, 4343.0, 4323.0, 4334.0, 4323.0, 4333.0, 4331.0, 4313.0, 4355.0, 4324.0, 4346.0, 4355.0, 4322.0, 4344.0, 4324.0, 4345.0, 4321.0, 4335.0, 4367.0, 4327.0, 4343.0, 4323.0, 4335.0, 4322.0, 4335.0, 4366.0, 4335.0, 4344.0, 4323.0, 4343.0, 4321.0, 4323.0, 4352.0, 4324.0, 4344.0, 4334.0, 4331.0, 4342.0, 4313.0, 4330.0, 4319.0, 4332.0, 4341.0, 4321.0, 4333.0, 4322.0, 4320.0, 4320.0, 4322.0, 4340.0, 4311.0, 4341.0, 4323.0, 4333.0, 4332.0, 4312.0, 4343.0, 4323.0, 4335.0, 4344.0, 4325.0, 4334.0, 4324.0, 4334.0, 4324.0, 4336.0, 4357.0, 4337.0, 4335.0, 4325.0, 4346.0, 4322.0, 4335.0, 4355.0, 4323.0, 4347.0, 4375.0, 4325.0, 4343.0, 4313.0, 4323.0, 4341.0, 4314.0, 4331.0, 4324.0, 4324.0, 4342.0, 4313.0, 4332.0, 4312.0, 4335.0, 4357.0, 4325.0, 4345.0, 4335.0, 4337.0, 4324.0, 4323.0, 4356.0, 4328.0, 4347.0, 4335.0, 4335.0, 4356.0, 4324.0, 4344.0, 4333.0, 4334.0, 4368.0, 4327.0, 4344.0, 4312.0, 4333.0, 4312.0, 4324.0, 4352.0, 4313.0, 4344.0, 4324.0, 4322.0, 4321.0, 4322.0, 4341.0, 4321.0, 4344.0, 4324.0, 4323.0, 4342.0, 4311.0, 4336.0, 4313.0, 4322.0, 4320.0, 4321.0, 4319.0, 4302.0, 4311.0, 4300.0, 4321.0, 4332.0, 4335.0, 4342.0, 4311.0, 4322.0, 4331.0, 4312.0, 4330.0, 4311.0, 4320.0, 4299.0, 4324.0, 4343.0, 4312.0, 4320.0, 4301.0, 4322.0, 4309.0, 4310.0, 4331.0, 4312.0, 4322.0, 4312.0, 4334.0, 4333.0, 4314.0, 4334.0, 4325.0, 4337.0, 4355.0, 4314.0, 4321.0, 4300.0, 4312.0, 4332.0, 4302.0, 4332.0, 4315.0, 4325.0, 4344.0, 4325.0, 4335.0, 4314.0, 4336.0, 4344.0, 4318.0, 4345.0, 4313.0, 4324.0, 4332.0, 4312.0, 4332.0, 4311.0], 'WindowWidth': [9663.0, 9659.0, 9578.0, 9595.0, 9550.0, 9579.0, 9535.0, 9538.0, 9577.0, 9540.0, 9560.0, 9554.0, 9542.0, 9565.0, 9541.0, 9569.0, 9565.0, 9579.0, 9587.0, 9549.0, 9575.0, 9561.0, 9576.0, 9559.0, 9582.0, 9607.0, 9565.0, 9575.0, 9562.0, 9578.0, 9565.0, 9568.0, 9597.0, 9572.0, 9581.0, 9563.0, 9583.0, 9563.0, 9567.0, 9591.0, 9567.0, 9599.0, 9606.0, 9565.0, 9584.0, 9563.0, 9577.0, 9556.0, 9577.0, 9602.0, 9565.0, 9573.0, 9553.0, 9555.0, 9536.0, 9537.0, 9561.0, 9542.0, 9571.0, 9556.0, 9559.0, 9554.0, 9556.0, 9568.0, 9544.0, 9570.0, 9558.0, 9567.0, 9585.0, 9550.0, 9554.0, 9563.0, 9599.0, 9565.0, 9568.0, 9607.0, 9565.0, 9574.0, 9560.0, 9575.0, 9563.0, 9564.0, 9587.0, 9585.0, 9576.0, 9563.0, 9579.0, 9580.0, 9567.0, 9587.0, 9569.0, 9585.0, 9584.0, 9586.0, 9570.0, 9585.0, 9592.0, 9597.0, 9627.0, 9587.0, 9590.0, 9624.0, 9569.0, 9609.0, 9571.0, 9594.0, 9579.0, 9584.0, 9625.0, 9583.0, 9607.0, 9567.0, 9590.0, 9544.0, 9577.0, 9599.0, 9550.0, 9590.0, 9564.0, 9579.0, 9543.0, 9550.0, 9582.0, 9547.0, 9576.0, 9564.0, 9560.0, 9581.0, 9564.0, 9573.0, 9544.0, 9561.0, 9557.0, 9568.0, 9590.0, 9566.0, 9579.0, 9568.0, 9581.0, 9605.0, 9569.0, 9598.0, 9581.0, 9572.0, 9561.0, 9567.0, 9604.0, 9549.0, 9593.0, 9585.0, 9583.0, 9576.0, 9566.0, 9587.0, 9567.0, 9585.0, 9568.0, 9581.0, 9576.0, 9567.0, 9590.0, 9553.0, 9580.0, 9579.0, 9571.0, 9607.0, 9567.0, 9589.0, 9550.0, 9578.0, 9563.0, 9565.0, 9591.0, 9573.0, 9581.0, 9569.0, 9581.0, 9563.0, 9566.0, 9589.0, 9566.0, 9572.0, 9583.0, 9585.0, 9610.0, 9570.0, 9593.0, 9564.0, 9596.0, 9583.0, 9583.0, 9592.0, 9552.0, 9591.0, 9564.0, 9578.0, 9562.0, 9570.0, 9594.0, 9568.0, 9581.0, 9562.0, 9581.0, 9575.0, 9571.0, 9598.0, 9571.0, 9578.0, 9565.0, 9571.0, 9578.0, 9566.0, 9573.0, 9574.0, 9587.0, 9564.0, 9569.0, 9594.0, 9571.0, 9592.0, 9546.0, 9585.0, 9592.0, 9585.0, 9610.0, 9550.0, 9565.0, 9544.0, 9564.0, 9585.0, 9550.0, 9575.0, 9569.0, 9569.0, 9591.0, 9554.0, 9581.0, 9548.0, 9565.0, 9590.0, 9573.0, 9581.0, 9549.0, 9562.0, 9587.0, 9561.0, 9570.0, 9549.0, 9562.0, 9577.0, 9566.0, 9575.0, 9537.0, 9578.0, 9571.0, 9563.0, 9566.0, 9549.0, 9576.0, 9544.0, 9563.0, 9601.0, 9549.0, 9573.0, 9533.0, 9565.0, 9584.0, 9560.0, 9568.0, 9527.0, 9555.0, 9527.0, 9559.0, 9582.0, 9558.0, 9570.0, 9531.0, 9554.0, 9528.0, 9559.0, 9570.0, 9547.0, 9575.0, 9544.0, 9565.0, 9546.0, 9563.0, 9571.0, 9566.0, 9584.0, 9551.0, 9565.0, 9573.0, 9563.0, 9573.0, 9531.0, 9573.0, 9548.0, 9579.0, 9587.0, 9547.0, 9568.0, 9528.0, 9560.0, 9570.0, 9558.0, 9553.0, 9548.0, 9560.0, 9544.0, 9554.0, 9566.0, 9526.0, 9553.0, 9524.0, 9558.0, 9571.0, 9552.0, 9562.0, 9547.0, 9561.0, 9528.0, 9582.0, 9586.0, 9549.0, 9562.0, 9572.0, 9545.0, 9570.0, 9544.0, 9557.0, 9542.0, 9556.0, 9574.0, 9545.0, 9554.0, 9528.0, 9558.0, 9543.0, 9560.0, 9568.0, 9552.0, 9539.0, 9549.0, 9567.0, 9575.0, 9552.0, 9573.0, 9563.0, 9583.0, 9612.0, 9553.0, 9588.0, 9550.0, 9582.0, 9589.0, 9548.0, 9569.0, 9544.0, 9556.0, 9589.0, 9526.0, 9549.0, 9526.0, 9540.0, 9521.0, 9542.0, 9573.0, 9555.0, 9569.0, 9553.0, 9573.0, 9592.0, 9568.0, 9578.0, 9572.0, 9584.0, 9603.0, 9551.0, 9573.0, 9546.0, 9558.0, 9537.0, 9549.0, 9569.0, 9539.0, 9577.0, 9527.0, 9553.0, 9563.0, 9523.0, 9556.0, 9530.0, 9541.0, 9525.0, 9538.0, 9566.0, 9525.0, 9556.0, 9521.0, 9560.0, 9583.0, 9527.0, 9520.0, 9525.0, 9546.0, 9557.0, 9542.0, 9531.0, 9534.0, 9560.0, 9541.0, 9540.0, 9553.0, 9523.0, 9552.0, 9546.0, 9567.0, 9560.0, 9548.0, 9574.0, 9547.0, 9558.0, 9536.0, 9559.0, 9583.0, 9549.0, 9560.0, 9526.0, 9542.0, 9561.0, 9521.0, 9535.0, 9520.0, 9536.0, 9551.0, 9524.0, 9558.0, 9553.0, 9549.0, 9575.0, 9548.0, 9557.0, 9529.0, 9531.0, 9567.0, 9531.0, 9562.0, 9556.0, 9585.0, 9610.0, 9606.0, 9621.0, 9613.0, 9640.0, 9597.0, 9625.0, 9653.0, 9603.0, 9632.0, 9601.0, 9642.0, 9600.0, 9610.0, 9629.0, 9588.0, 9617.0, 9584.0, 9580.0, 9586.0, 9567.0, 9611.0, 9552.0, 9576.0, 9560.0, 9573.0, 9585.0, 9569.0, 9589.0, 9548.0, 9578.0, 9561.0, 9567.0, 9608.0, 9552.0, 9586.0, 9549.0, 9573.0, 9559.0, 9561.0, 9587.0, 9549.0, 9578.0, 9567.0, 9578.0, 9571.0, 9581.0, 9575.0, 9562.0, 9585.0, 9547.0, 9581.0, 9563.0, 9562.0, 9571.0, 9554.0, 9586.0, 9549.0, 9578.0, 9564.0, 9566.0, 9589.0, 9548.0, 9575.0, 9549.0, 9563.0, 9559.0, 9561.0, 9590.0, 9553.0, 9561.0, 9547.0, 9567.0, 9575.0, 9564.0, 9574.0, 9554.0, 9584.0, 9570.0, 9568.0, 9591.0, 9564.0, 9578.0, 9554.0, 9580.0, 9570.0, 9588.0, 9609.0, 9570.0, 9593.0, 9576.0, 9585.0, 9569.0, 9588.0, 9610.0, 9570.0, 9593.0, 9567.0, 9601.0, 9598.0, 9584.0, 9586.0, 9585.0, 9612.0, 9587.0, 9616.0, 9593.0, 9599.0, 9580.0, 9578.0, 9600.0, 9562.0, 9574.0, 9548.0, 9580.0, 9621.0, 9564.0, 9589.0, 9548.0, 9578.0, 9560.0, 9578.0, 9606.0, 9576.0, 9596.0, 9568.0, 9582.0, 9566.0, 9570.0, 9596.0, 9572.0, 9605.0, 9592.0, 9590.0, 9600.0, 9576.0, 9614.0, 9577.0, 9604.0, 9617.0, 9590.0, 9615.0, 9583.0, 9601.0, 9593.0, 9570.0, 9594.0, 9583.0, 9604.0, 9645.0, 9584.0, 9599.0, 9574.0, 9606.0, 9600.0, 9587.0, 9620.0, 9589.0, 9604.0, 9598.0, 9582.0, 9608.0, 9570.0, 9597.0, 9566.0, 9583.0, 9623.0, 9580.0, 9590.0, 9563.0, 9577.0, 9574.0, 9561.0, 9590.0, 9565.0, 9600.0, 9577.0, 9565.0, 9589.0, 9568.0, 9591.0, 9578.0, 9579.0, 9627.0, 9593.0, 9595.0, 9573.0, 9599.0, 9581.0, 9584.0, 9610.0, 9594.0, 9601.0, 9583.0, 9601.0, 9581.0, 9569.0, 9612.0, 9572.0, 9607.0, 9630.0, 9590.0, 9614.0, 9576.0, 9602.0, 9571.0, 9606.0, 9643.0, 9568.0, 9595.0, 9568.0, 9597.0, 9565.0, 9579.0, 9602.0, 9584.0, 9597.0, 9565.0, 9581.0, 9588.0, 9563.0, 9594.0, 9562.0, 9584.0, 9606.0, 9565.0, 9574.0, 9547.0, 9577.0, 9547.0, 9545.0, 9589.0, 9567.0, 9579.0, 9562.0, 9578.0, 9573.0, 9552.0, 9612.0, 9568.0, 9601.0, 9609.0, 9560.0, 9592.0, 9566.0, 9595.0, 9560.0, 9584.0, 9630.0, 9577.0, 9592.0, 9566.0, 9583.0, 9563.0, 9583.0, 9628.0, 9586.0, 9594.0, 9566.0, 9592.0, 9560.0, 9566.0, 9601.0, 9566.0, 9596.0, 9580.0, 9573.0, 9586.0, 9549.0, 9569.0, 9553.0, 9574.0, 9585.0, 9561.0, 9578.0, 9562.0, 9556.0, 9555.0, 9561.0, 9582.0, 9546.0, 9587.0, 9565.0, 9578.0, 9576.0, 9549.0, 9589.0, 9564.0, 9585.0, 9596.0, 9570.0, 9579.0, 9568.0, 9582.0, 9567.0, 9586.0, 9617.0, 9588.0, 9584.0, 9570.0, 9600.0, 9560.0, 9583.0, 9608.0, 9566.0, 9603.0, 9637.0, 9569.0, 9591.0, 9549.0, 9563.0, 9584.0, 9549.0, 9572.0, 9568.0, 9566.0, 9588.0, 9550.0, 9574.0, 9548.0, 9584.0, 9614.0, 9573.0, 9599.0, 9586.0, 9588.0, 9569.0, 9566.0, 9612.0, 9580.0, 9606.0, 9585.0, 9583.0, 9611.0, 9569.0, 9595.0, 9578.0, 9582.0, 9633.0, 9577.0, 9593.0, 9549.0, 9577.0, 9546.0, 9565.0, 9600.0, 9550.0, 9592.0, 9565.0, 9560.0, 9557.0, 9562.0, 9585.0, 9561.0, 9593.0, 9567.0, 9564.0, 9587.0, 9541.0, 9583.0, 9546.0, 9555.0, 9551.0, 9555.0, 9550.0, 9529.0, 9540.0, 9523.0, 9555.0, 9569.0, 9581.0, 9587.0, 9543.0, 9560.0, 9568.0, 9543.0, 9565.0, 9541.0, 9554.0, 9524.0, 9562.0, 9588.0, 9546.0, 9554.0, 9529.0, 9558.0, 9538.0, 9540.0, 9571.0, 9549.0, 9560.0, 9545.0, 9580.0, 9575.0, 9551.0, 9578.0, 9569.0, 9587.0, 9608.0, 9550.0, 9556.0, 9525.0, 9545.0, 9569.0, 9531.0, 9572.0, 9556.0, 9568.0, 9592.0, 9568.0, 9583.0, 9552.0, 9584.0, 9590.0, 9562.0, 9597.0, 9551.0, 9564.0, 9572.0, 9546.0, 9572.0, 9541.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.0012765402298850577</td></tr>
<tr><td colspan=3>aqi</td><td>0.027204069195402296</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.20569274342923</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1591376106329097</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9792784579516681</td></tr>
<tr><td colspan=3>efc</td><td>0.4742</td></tr>
<tr><td colspan=3>fber</td><td>6129.7837</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11417420979914465</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>62</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.126436781609195</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.606325141451904</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.638495300729734</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7837023881768177</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39677773544916</td></tr>
<tr><td colspan=3>gcor</td><td>0.00625968</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.00010011820268118754</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02412368543446064</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>4.2677412922626194</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>39.7707</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.9331</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.2866</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299149.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>408.5163</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>495.7581</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3556.6736</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3718.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77395.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1414.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>871.1812</td></tr>
<tr><td colspan=3>tsnr</td><td>40.28165200841613</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>