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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0101_ses-04_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-0101_ses-04_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-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_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-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_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-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0101_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_ses-04_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-0101/figures/sub-0101_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_ses-04_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-0101/ses-04/func/sub-0101_ses-04_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>072e690b778f042dc9ea07c561825bfb</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>12:11:41.477500</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.999588, 0.0207368, 0.0198519, -0.0170989, 0.98555, -0.168517]</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.124025</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>[4227, -7746, -7226, 27, -175, -137, -42, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>312.966</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f3a93a2-328c-4feb-b0d5-4667b53e4efc||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.68182110786438, -0.04587496817111969, 0.06226077303290367, 109.84159851074219], [-0.055635400116443634, 2.6441595554351807, -0.45389285683631897, -84.07157135009766], [0.05326114967465401, 0.45211976766586304, 2.660846710205078, -94.26454162597656], [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': ['121141.477500', '121141.937500', '121142.397500', '121142.857500', '121143.317500', '121143.777500', '121144.237500', '121144.697500', '121145.157500', '121145.617500', '121146.077500', '121146.537500', '121146.997500', '121147.457500', '121147.917500', '121148.377500', '121148.837500', '121149.297500', '121149.757500', '121150.217500', '121150.677500', '121151.137500', '121151.597500', '121152.057500', '121152.517500', '121152.977500', '121153.437500', '121153.897500', '121154.357500', '121154.817500', '121155.277500', '121155.737500', '121156.197500', '121156.657500', '121157.117500', '121157.577500', '121158.037500', '121158.497500', '121158.957500', '121159.417500', '121159.877500', '121200.337500', '121200.797500', '121201.257500', '121201.717500', '121202.177500', '121202.637500', '121203.097500', '121203.557500', '121204.017500', '121204.477500', '121204.937500', '121205.397500', '121205.857500', '121206.317500', '121206.777500', '121207.237500', '121207.697500', '121208.157500', '121208.617500', '121209.077500', '121209.537500', '121209.997500', '121210.457500', '121210.917500', '121211.377500', '121211.837500', '121212.297500', '121212.757500', '121213.217500', '121213.677500', '121214.137500', '121214.597500', '121215.057500', '121215.517500', '121215.977500', '121216.437500', '121216.897500', '121217.357500', '121217.817500', '121218.277500', '121218.737500', '121219.197500', '121219.657500', '121220.117500', '121220.577500', '121221.037500', '121221.497500', '121221.957500', '121222.417500', '121222.877500', '121223.337500', '121223.797500', '121224.257500', '121224.717500', '121225.177500', '121225.637500', '121226.097500', '121226.557500', '121227.017500', '121227.477500', '121227.937500', '121228.397500', '121228.857500', '121229.317500', '121229.777500', '121230.237500', '121230.697500', '121231.157500', '121231.617500', '121232.077500', '121232.537500', '121232.997500', '121233.457500', '121233.917500', '121234.377500', '121234.837500', '121235.297500', '121235.757500', '121236.217500', '121236.677500', '121237.137500', '121237.597500', '121238.057500', '121238.517500', '121238.977500', '121239.437500', '121239.897500', '121240.357500', '121240.817500', '121241.277500', '121241.737500', '121242.197500', '121242.657500', '121243.117500', '121243.577500', '121244.037500', '121244.497500', '121244.957500', '121245.417500', '121245.877500', '121246.337500', '121246.797500', '121247.257500', '121247.717500', '121248.177500', '121248.637500', '121249.097500', '121249.557500', '121250.017500', '121250.477500', '121250.937500', '121251.397500', '121251.857500', '121252.317500', '121252.777500', '121253.237500', '121253.697500', '121254.157500', '121254.617500', '121255.077500', '121255.537500', '121255.997500', '121256.457500', '121256.917500', '121257.377500', '121257.837500', '121258.297500', '121258.757500', '121259.217500', '121259.677500', '121300.137500', '121300.597500', '121301.057500', '121301.517500', '121301.977500', '121302.437500', '121302.897500', '121303.357500', '121303.817500', '121304.277500', '121304.737500', '121305.197500', '121305.657500', '121306.117500', '121306.577500', '121307.037500', '121307.497500', '121307.957500', '121308.417500', '121308.877500', '121309.337500', '121309.797500', '121310.257500', '121310.717500', '121311.177500', '121311.637500', '121312.097500', '121312.557500', '121313.017500', '121313.477500', '121313.937500', '121314.397500', '121314.857500', '121315.317500', '121315.777500', '121316.237500', '121316.697500', '121317.157500', '121317.617500', '121318.077500', '121318.537500', '121318.997500', '121319.457500', '121319.917500', '121320.377500', '121320.837500', '121321.297500', '121321.757500', '121322.217500', '121322.677500', '121323.137500', '121323.597500', '121324.057500', '121324.517500', '121324.977500', '121325.437500', '121325.897500', '121326.357500', '121326.817500', '121327.277500', '121327.737500', '121328.197500', '121328.657500', '121329.117500', '121329.577500', '121330.037500', '121330.497500', '121330.957500', '121331.417500', '121331.877500', '121332.337500', '121332.797500', '121333.257500', '121333.717500', '121334.177500', '121334.637500', '121335.097500', '121335.557500', '121336.017500', '121336.477500', '121336.937500', '121337.397500', '121337.857500', '121338.317500', '121338.777500', '121339.237500', '121339.697500', '121340.157500', '121340.617500', '121341.077500', '121341.537500', '121341.997500', '121342.457500', '121342.917500', '121343.377500', '121343.837500', '121344.297500', '121344.757500', '121345.217500', '121345.677500', '121346.137500', '121346.597500', '121347.057500', '121347.517500', '121347.977500', '121348.437500', '121348.897500', '121349.357500', '121349.817500', '121350.277500', '121350.737500', '121351.197500', '121351.657500', '121352.117500', '121352.577500', '121353.037500', '121353.497500', '121353.957500', '121354.417500', '121354.877500', '121355.337500', '121355.797500', '121356.257500', '121356.717500', '121357.177500', '121357.637500', '121358.097500', '121358.557500', '121359.017500', '121359.477500', '121359.937500', '121400.397500', '121400.857500', '121401.317500', '121401.777500', '121402.237500', '121402.697500', '121403.157500', '121403.617500', '121404.077500', '121404.537500', '121404.997500', '121405.457500', '121405.917500', '121406.377500', '121406.837500', '121407.297500', '121407.757500', '121408.217500', '121408.677500', '121409.137500', '121409.597500', '121410.057500', '121410.517500', '121410.977500', '121411.437500', '121411.897500', '121412.357500', '121412.817500', '121413.277500', '121413.737500', '121414.197500', '121414.657500', '121415.117500', '121415.577500', '121416.037500', '121416.497500', '121416.957500', '121417.417500', '121417.877500', '121418.337500', '121418.797500', '121419.257500', '121419.717500', '121420.177500', '121420.637500', '121421.097500', '121421.557500', '121422.017500', '121422.477500', '121422.937500', '121423.397500', '121423.857500', '121424.317500', '121424.777500', '121425.237500', '121425.697500', '121426.157500', '121426.617500', '121427.077500', '121427.537500', '121427.997500', '121428.457500', '121428.917500', '121429.377500', '121429.837500', '121430.297500', '121430.757500', '121431.217500', '121431.677500', '121432.137500', '121432.597500', '121433.057500', '121433.517500', '121433.977500', '121434.437500', '121434.897500', '121435.357500', '121435.817500', '121436.277500', '121436.737500', '121437.197500', '121437.657500', '121438.117500', '121438.577500', '121439.037500', '121439.497500', '121439.957500', '121440.417500', '121440.877500', '121441.337500', '121441.797500', '121442.257500', '121442.717500', '121443.177500', '121443.637500', '121444.097500', '121444.557500', '121445.017500', '121445.477500', '121445.937500', '121446.397500', '121446.857500', '121447.317500', '121447.777500', '121448.237500', '121448.697500', '121449.157500', '121449.617500', '121450.077500', '121450.537500', '121450.997500', '121451.457500', '121451.917500', '121452.377500', '121452.837500', '121453.297500', '121453.757500', '121454.217500', '121454.677500', '121455.137500', '121455.597500', '121456.057500', '121456.517500', '121456.977500', '121457.437500', '121457.897500', '121458.357500', '121458.817500', '121459.277500', '121459.737500', '121500.197500', '121500.657500', '121501.117500', '121501.577500', '121502.037500', '121502.497500', '121502.957500', '121503.417500', '121503.877500', '121504.337500', '121504.797500', '121505.257500', '121505.717500', '121506.177500', '121506.637500', '121507.097500', '121507.557500', '121508.017500', '121508.477500', '121508.937500', '121509.397500', '121509.857500', '121510.317500', '121510.777500', '121511.237500', '121511.697500', '121512.157500', '121512.617500', '121513.077500', '121513.537500', '121513.997500', '121514.457500', '121514.917500', '121515.377500', '121515.837500', '121516.297500', '121516.757500', '121517.217500', '121517.677500', '121518.137500', '121518.597500', '121519.057500', '121519.517500', '121519.977500', '121520.437500', '121520.897500', '121521.357500', '121521.817500', '121522.277500', '121522.737500', '121523.197500', '121523.657500', '121524.117500', '121524.577500', '121525.037500', '121525.497500', '121525.957500', '121526.417500', '121526.877500', '121527.337500', '121527.797500', '121528.257500', '121528.717500', '121529.177500', '121529.637500', '121530.097500', '121530.557500', '121531.017500', '121531.477500', '121531.937500', '121532.397500', '121532.857500', '121533.317500', '121533.777500', '121534.237500', '121534.697500', '121535.157500', '121535.617500', '121536.077500', '121536.537500', '121536.997500', '121537.457500', '121537.917500', '121538.377500', '121538.837500', '121539.297500', '121539.757500', '121540.217500', '121540.677500', '121541.137500', '121541.597500', '121542.057500', '121542.517500', '121542.977500', '121543.437500', '121543.897500', '121544.357500', '121544.817500', '121545.277500', '121545.737500', '121546.197500', '121546.657500', '121547.117500', '121547.577500', '121548.037500', '121548.497500', '121548.957500', '121549.417500', '121549.877500', '121550.337500', '121550.797500', '121551.257500', '121551.717500', '121552.177500', '121552.637500', '121553.097500', '121553.557500', '121554.017500', '121554.477500', '121554.937500', '121555.397500', '121555.857500', '121556.317500', '121556.777500', '121557.237500', '121557.697500', '121558.157500', '121558.617500', '121559.077500', '121559.537500', '121559.997500', '121600.457500', '121600.917500', '121601.377500', '121601.837500', '121602.297500', '121602.757500', '121603.217500', '121603.677500', '121604.137500', '121604.597500', '121605.057500', '121605.517500', '121605.977500', '121606.437500', '121606.897500', '121607.357500', '121607.817500', '121608.277500', '121608.737500', '121609.197500', '121609.657500', '121610.117500', '121610.577500', '121611.037500', '121611.497500', '121611.957500', '121612.417500', '121612.877500', '121613.337500', '121613.797500', '121614.257500', '121614.717500', '121615.177500', '121615.637500', '121616.097500', '121616.557500', '121617.017500', '121617.477500', '121617.937500', '121618.397500', '121618.857500', '121619.317500', '121619.777500', '121620.237500', '121620.697500', '121621.157500', '121621.617500', '121622.077500', '121622.537500', '121622.997500', '121623.457500', '121623.917500', '121624.377500', '121624.837500', '121625.297500', '121625.757500', '121626.217500', '121626.677500', '121627.137500', '121627.597500', '121628.057500', '121628.517500', '121628.977500', '121629.437500', '121629.897500', '121630.357500', '121630.817500', '121631.277500', '121631.737500', '121632.197500', '121632.657500', '121633.117500', '121633.577500', '121634.037500', '121634.497500', '121634.957500', '121635.417500', '121635.877500', '121636.337500', '121636.797500', '121637.257500', '121637.717500', '121638.177500', '121638.637500', '121639.097500', '121639.557500', '121640.017500', '121640.477500', '121640.937500', '121641.397500', '121641.857500', '121642.317500', '121642.777500', '121643.237500', '121643.697500', '121644.157500', '121644.617500', '121645.077500', '121645.537500', '121645.997500', '121646.457500', '121646.917500', '121647.377500', '121647.837500', '121648.297500', '121648.757500', '121649.217500', '121649.677500', '121650.137500', '121650.597500', '121651.057500', '121651.517500', '121651.977500', '121652.437500', '121652.897500', '121653.357500', '121653.817500', '121654.277500', '121654.737500', '121655.197500', '121655.657500', '121656.117500', '121656.577500', '121657.037500', '121657.497500', '121657.957500', '121658.417500', '121658.877500', '121659.337500', '121659.797500', '121700.257500', '121700.717500', '121701.177500', '121701.637500', '121702.097500', '121702.557500', '121703.017500', '121703.477500', '121703.937500', '121704.397500', '121704.857500', '121705.317500', '121705.777500', '121706.237500', '121706.697500', '121707.157500', '121707.617500', '121708.077500', '121708.537500', '121708.997500', '121709.457500', '121709.917500', '121710.377500', '121710.837500', '121711.297500', '121711.757500', '121712.217500', '121712.677500', '121713.137500', '121713.597500', '121714.057500', '121714.517500', '121714.977500', '121715.437500', '121715.897500', '121716.357500', '121716.817500', '121717.277500', '121717.737500', '121718.197500', '121718.657500', '121719.117500', '121719.577500', '121720.037500', '121720.497500', '121720.957500', '121721.417500', '121721.877500', '121722.337500', '121722.797500', '121723.257500', '121723.717500', '121724.177500', '121724.637500', '121725.097500', '121725.557500', '121726.017500', '121726.477500', '121726.937500', '121727.397500', '121727.857500', '121728.317500', '121728.777500', '121729.237500', '121729.697500', '121730.157500', '121730.617500', '121731.077500', '121731.537500', '121731.997500', '121732.457500', '121732.917500', '121733.377500', '121733.837500', '121734.297500', '121734.757500', '121735.217500', '121735.677500', '121736.137500', '121736.597500', '121737.057500', '121737.517500', '121737.977500', '121738.437500', '121738.897500', '121739.357500', '121739.817500', '121740.277500', '121740.737500', '121741.197500', '121741.657500', '121742.117500', '121742.577500', '121743.037500', '121743.497500', '121743.957500', '121744.417500', '121744.877500', '121745.337500', '121745.797500', '121746.257500', '121746.717500', '121747.177500', '121747.637500', '121748.097500', '121748.557500', '121749.017500', '121749.477500', '121749.937500', '121750.397500', '121750.857500', '121751.317500', '121751.777500', '121752.237500', '121752.697500', '121753.157500', '121753.617500', '121754.077500', '121754.537500', '121754.997500', '121755.457500', '121755.917500', '121756.377500', '121756.837500', '121757.297500', '121757.757500', '121758.217500', '121758.677500', '121759.137500', '121759.597500', '121800.057500', '121800.517500', '121800.977500', '121801.437500', '121801.897500', '121802.357500', '121802.817500', '121803.277500', '121803.737500', '121804.197500', '121804.657500', '121805.117500', '121805.577500', '121806.037500', '121806.497500', '121806.957500', '121807.417500', '121807.877500', '121808.337500', '121808.797500', '121809.257500', '121809.717500', '121810.177500', '121810.637500', '121811.097500', '121811.557500', '121812.017500', '121812.477500', '121812.937500', '121813.397500', '121813.857500', '121814.317500', '121814.777500', '121815.237500', '121815.697500', '121816.157500', '121816.617500', '121817.077500', '121817.537500', '121817.997500', '121818.457500', '121818.917500', '121819.377500', '121819.837500', '121820.297500', '121820.757500', '121821.217500', '121821.677500', '121822.137500'], 'ContentTime': ['121207.271000', '121207.274000', '121207.277000', '121207.280000', '121207.287000', '121207.290000', '121207.293000', '121207.295000', '121207.298000', '121207.301000', '121207.303000', '121207.306000', '121207.308000', '121207.311000', '121207.314000', '121207.316000', '121207.319000', '121207.321000', '121207.324000', '121207.327000', '121207.329000', '121207.332000', '121207.335000', '121207.337000', '121207.340000', '121207.342000', '121207.345000', '121207.348000', '121207.350000', '121207.353000', '121207.356000', '121207.358000', '121207.361000', '121207.363000', '121207.366000', '121207.368000', '121207.371000', '121207.374000', '121207.376000', '121207.379000', '121207.381000', '121207.384000', '121207.393000', '121207.395000', '121207.398000', '121207.411000', '121207.414000', '121207.416000', '121207.419000', '121207.422000', '121207.424000', '121207.427000', '121207.429000', '121207.432000', '121227.161000', '121227.164000', '121227.167000', '121227.170000', '121227.172000', '121227.175000', '121227.177000', '121227.180000', '121227.183000', '121227.185000', '121227.188000', '121227.190000', '121227.193000', '121227.195000', '121227.198000', '121227.201000', '121227.203000', '121227.206000', '121227.213000', '121227.216000', '121227.219000', '121227.221000', '121227.224000', '121227.226000', '121227.229000', '121227.232000', '121227.234000', '121227.237000', '121227.240000', '121227.242000', '121227.270000', '121227.273000', '121227.276000', '121227.278000', '121227.290000', '121227.293000', '121227.296000', '121227.298000', '121227.301000', '121227.303000', '121227.306000', '121227.308000', '121227.311000', '121227.313000', '121247.162000', '121247.164000', '121247.167000', '121247.170000', '121247.177000', '121247.180000', '121247.192000', '121247.194000', '121247.197000', '121247.199000', '121247.202000', '121247.205000', '121247.207000', '121247.210000', '121247.212000', '121247.215000', '121247.218000', '121247.220000', '121247.223000', '121247.225000', '121247.228000', '121247.230000', '121247.233000', '121247.236000', '121247.238000', '121247.241000', '121247.244000', '121247.246000', '121247.249000', '121247.251000', '121247.254000', '121247.257000', '121247.259000', '121247.262000', '121247.264000', '121247.267000', '121247.270000', '121247.272000', '121247.275000', '121247.277000', '121247.280000', '121247.283000', '121247.285000', '121307.160000', '121307.163000', '121307.166000', '121307.169000', '121307.171000', '121307.174000', '121307.176000', '121307.179000', '121307.182000', '121307.184000', '121307.187000', '121307.189000', '121307.192000', '121307.194000', '121307.197000', '121307.200000', '121307.202000', '121307.205000', '121307.207000', '121307.210000', '121307.213000', '121307.215000', '121307.218000', '121307.220000', '121307.223000', '121307.226000', '121307.228000', '121307.231000', '121307.233000', '121307.236000', '121307.239000', '121307.241000', '121307.244000', '121307.246000', '121307.249000', '121307.252000', '121307.254000', '121307.257000', '121307.259000', '121307.262000', '121307.265000', '121307.267000', '121307.270000', '121307.272000', '121327.160000', '121327.163000', '121327.166000', '121327.169000', '121327.171000', '121327.174000', '121327.176000', '121327.179000', '121327.182000', '121327.184000', '121327.187000', '121327.189000', '121327.192000', '121327.195000', '121327.197000', '121327.200000', '121327.202000', '121327.205000', '121327.208000', '121327.210000', '121327.213000', '121327.216000', '121327.218000', '121327.221000', '121327.223000', '121327.226000', '121327.229000', '121327.231000', '121327.234000', '121327.237000', '121327.239000', '121327.242000', '121327.244000', '121327.247000', '121327.249000', '121327.252000', '121327.255000', '121327.258000', '121327.260000', '121327.277000', '121327.280000', '121327.283000', '121327.285000', '121347.160000', '121347.163000', '121347.166000', '121347.168000', '121347.171000', '121347.187000', '121347.190000', '121347.193000', '121347.196000', '121347.202000', '121347.205000', '121347.208000', '121347.210000', '121347.213000', '121347.215000', '121347.218000', '121347.221000', '121347.223000', '121347.226000', '121347.228000', '121347.231000', '121347.234000', '121347.236000', '121347.239000', '121347.241000', '121347.244000', '121347.247000', '121347.250000', '121347.252000', '121347.255000', '121347.258000', '121347.260000', '121347.263000', '121347.265000', '121347.268000', '121347.271000', '121347.273000', '121347.276000', '121347.278000', '121347.281000', '121347.284000', '121347.286000', '121347.289000', '121407.162000', '121407.165000', '121407.167000', '121407.170000', '121407.172000', '121407.175000', '121407.178000', '121407.180000', '121407.183000', '121407.186000', '121407.188000', '121407.191000', '121407.193000', '121407.196000', '121407.199000', '121407.201000', '121407.204000', '121407.207000', '121407.209000', '121407.212000', '121407.214000', '121407.217000', '121407.220000', '121407.222000', '121407.225000', '121407.227000', '121407.256000', '121407.258000', '121407.261000', '121407.264000', '121407.266000', '121407.269000', '121407.271000', '121407.274000', '121407.277000', '121407.279000', '121407.282000', '121407.284000', '121407.287000', '121407.289000', '121407.292000', '121407.295000', '121407.297000', '121407.300000', '121427.162000', '121427.165000', '121427.167000', '121427.170000', '121427.172000', '121427.175000', '121427.178000', '121427.180000', '121427.183000', '121427.186000', '121427.188000', '121427.191000', '121427.194000', '121427.196000', '121427.199000', '121427.201000', '121427.204000', '121427.206000', '121427.209000', '121427.212000', '121427.214000', '121427.217000', '121427.219000', '121427.222000', '121427.225000', '121427.227000', '121427.230000', '121427.232000', '121427.235000', '121427.238000', '121427.240000', '121427.243000', '121427.245000', '121427.255000', '121427.258000', '121427.260000', '121427.263000', '121427.266000', '121427.268000', '121427.271000', '121427.273000', '121427.276000', '121427.279000', '121447.161000', '121447.164000', '121447.167000', '121447.169000', '121447.172000', '121447.175000', '121447.177000', '121447.180000', '121447.182000', '121447.185000', '121447.188000', '121447.190000', '121447.193000', '121447.196000', '121447.198000', '121447.201000', '121447.203000', '121447.206000', '121447.209000', '121447.211000', '121447.214000', '121447.216000', '121447.219000', '121447.221000', '121447.224000', '121447.227000', '121447.229000', '121447.232000', '121447.235000', '121447.237000', '121447.240000', '121447.242000', '121447.245000', '121447.247000', '121447.250000', '121447.253000', '121447.255000', '121447.265000', '121447.267000', '121447.270000', '121447.273000', '121447.275000', '121447.278000', '121447.280000', '121507.161000', '121507.164000', '121507.167000', '121507.170000', '121507.172000', '121507.175000', '121507.178000', '121507.180000', '121507.183000', '121507.186000', '121507.189000', '121507.191000', '121507.194000', '121507.196000', '121507.199000', '121507.202000', '121507.204000', '121507.207000', '121507.210000', '121507.213000', '121507.215000', '121507.218000', '121507.221000', '121507.223000', '121507.226000', '121507.245000', '121507.248000', '121507.250000', '121507.253000', '121507.256000', '121507.258000', '121507.261000', '121507.264000', '121507.266000', '121507.269000', '121507.272000', '121507.274000', '121507.277000', '121507.279000', '121507.282000', '121507.285000', '121507.287000', '121507.290000', '121527.160000', '121527.163000', '121527.166000', '121527.169000', '121527.172000', '121527.174000', '121527.177000', '121527.180000', '121527.183000', '121527.185000', '121527.188000', '121527.191000', '121527.194000', '121527.196000', '121527.199000', '121527.202000', '121527.204000', '121527.207000', '121527.209000', '121527.212000', '121527.215000', '121527.217000', '121527.220000', '121527.222000', '121527.225000', '121527.228000', '121527.230000', '121527.233000', '121527.236000', '121527.238000', '121527.241000', '121527.243000', '121527.250000', '121527.253000', '121527.256000', '121527.258000', '121527.261000', '121527.264000', '121527.266000', '121527.269000', '121527.271000', '121527.274000', '121527.277000', '121527.279000', '121547.161000', '121547.163000', '121547.166000', '121547.169000', '121547.171000', '121547.174000', '121547.177000', '121547.189000', '121547.191000', '121547.194000', '121547.197000', '121547.199000', '121547.202000', '121547.205000', '121547.207000', '121547.210000', '121547.213000', '121547.215000', '121547.218000', '121547.221000', '121547.223000', '121547.226000', '121547.228000', '121547.231000', '121547.234000', '121547.236000', '121547.239000', '121547.241000', '121547.244000', '121547.247000', '121547.249000', '121547.252000', '121547.255000', '121547.264000', '121547.266000', '121547.269000', '121547.271000', '121547.274000', '121547.277000', '121547.279000', '121547.282000', '121547.284000', '121547.287000', '121607.161000', '121607.163000', '121607.192000', '121607.194000', '121607.197000', '121607.199000', '121607.202000', '121607.205000', '121607.207000', '121607.210000', '121607.213000', '121607.215000', '121607.218000', '121607.221000', '121607.223000', '121607.226000', '121607.228000', '121607.231000', '121607.234000', '121607.236000', '121607.239000', '121607.242000', '121607.244000', '121607.247000', '121607.249000', '121607.252000', '121607.255000', '121607.257000', '121607.260000', '121607.262000', '121607.265000', '121607.268000', '121607.270000', '121607.273000', '121607.275000', '121607.278000', '121607.281000', '121607.283000', '121607.286000', '121607.289000', '121607.291000', '121607.294000', '121607.297000', '121607.299000', '121627.162000', '121627.164000', '121627.167000', '121627.170000', '121627.172000', '121627.175000', '121627.178000', '121627.180000', '121627.183000', '121627.186000', '121627.188000', '121627.191000', '121627.193000', '121627.196000', '121627.199000', '121627.202000', '121627.205000', '121627.208000', '121627.230000', '121627.233000', '121627.235000', '121627.238000', '121627.241000', '121627.243000', '121627.246000', '121627.248000', '121627.251000', '121627.254000', '121627.256000', '121627.259000', '121627.262000', '121627.264000', '121627.267000', '121627.269000', '121627.272000', '121627.275000', '121627.278000', '121627.281000', '121627.283000', '121627.286000', '121627.290000', '121627.293000', '121627.295000', '121647.161000', '121647.165000', '121647.167000', '121647.170000', '121647.173000', '121647.175000', '121647.178000', '121647.180000', '121647.183000', '121647.186000', '121647.188000', '121647.191000', '121647.194000', '121647.196000', '121647.199000', '121647.201000', '121647.204000', '121647.207000', '121647.209000', '121647.212000', '121647.222000', '121647.225000', '121647.227000', '121647.230000', '121647.233000', '121647.235000', '121647.238000', '121647.240000', '121647.243000', '121647.246000', '121647.248000', '121647.251000', '121647.254000', '121647.256000', '121647.259000', '121647.261000', '121647.264000', '121647.267000', '121647.269000', '121647.272000', '121647.274000', '121647.277000', '121647.280000', '121647.282000', '121707.161000', '121707.164000', '121707.167000', '121707.170000', '121707.173000', '121707.175000', '121707.178000', '121707.181000', '121707.183000', '121707.186000', '121707.188000', '121707.191000', '121707.194000', '121707.196000', '121707.199000', '121707.201000', '121707.204000', '121707.227000', '121707.241000', '121707.244000', '121707.246000', '121707.249000', '121707.252000', '121707.254000', '121707.257000', '121707.259000', '121707.262000', '121707.265000', '121707.267000', '121707.270000', '121707.272000', '121707.275000', '121707.278000', '121707.280000', '121707.283000', '121707.285000', '121707.288000', '121707.291000', '121707.293000', '121707.296000', '121707.298000', '121707.301000', '121707.304000', '121727.162000', '121727.164000', '121727.167000', '121727.170000', '121727.173000', '121727.175000', '121727.178000', '121727.181000', '121727.187000', '121727.190000', '121727.192000', '121727.195000', '121727.198000', '121727.200000', '121727.203000', '121727.206000', '121727.208000', '121727.211000', '121727.213000', '121727.216000', '121727.219000', '121727.221000', '121727.224000', '121727.227000', '121727.229000', '121727.232000', '121727.234000', '121727.237000', '121727.240000', '121727.242000', '121727.245000', '121727.248000', '121727.250000', '121727.253000', '121727.256000', '121727.258000', '121727.261000', '121727.263000', '121727.266000', '121727.269000', '121727.271000', '121727.274000', '121727.276000', '121727.279000', '121747.161000', '121747.164000', '121747.167000', '121747.170000', '121747.172000', '121747.175000', '121747.177000', '121747.180000', '121747.183000', '121747.185000', '121747.188000', '121747.191000', '121747.195000', '121747.197000', '121747.200000', '121747.203000', '121747.205000', '121747.208000', '121747.211000', '121747.213000', '121747.216000', '121747.218000', '121747.221000', '121747.224000', '121747.226000', '121747.229000', '121747.231000', '121747.234000', '121747.237000', '121747.239000', '121747.242000', '121747.245000', '121747.247000', '121747.250000', '121747.252000', '121747.255000', '121747.258000', '121747.260000', '121747.263000', '121747.266000', '121747.268000', '121747.271000', '121747.274000', '121807.161000', '121807.164000', '121807.167000', '121807.169000', '121807.172000', '121807.175000', '121807.177000', '121807.180000', '121807.182000', '121807.185000', '121807.192000', '121807.194000', '121807.197000', '121807.200000', '121807.202000', '121807.205000', '121807.208000', '121807.210000', '121807.213000', '121807.215000', '121807.218000', '121807.221000', '121807.223000', '121807.226000', '121807.228000', '121807.231000', '121807.234000', '121807.236000', '121807.239000', '121807.241000', '121807.244000', '121807.247000', '121807.249000', '121807.252000', '121807.254000', '121807.257000', '121807.260000', '121807.262000', '121807.265000', '121807.267000', '121807.270000', '121807.272000', '121807.278000', '121807.280000', '121823.167000', '121823.170000', '121823.173000', '121823.175000', '121823.178000', '121823.181000', '121823.184000', '121823.186000', '121823.189000', '121823.198000', '121823.200000', '121823.203000', '121823.206000', '121823.208000', '121823.211000', '121823.214000', '121823.216000', '121823.219000', '121823.221000', '121823.224000', '121823.227000', '121823.233000', '121823.236000', '121823.239000', '121823.242000', '121823.244000', '121823.247000', '121823.250000', '121823.264000', '121823.268000', '121823.271000', '121823.274000', '121823.278000', '121823.280000', '121823.283000'], 'InstanceCreationTime': ['121207.271000', '121207.274000', '121207.277000', '121207.280000', '121207.287000', '121207.290000', '121207.293000', '121207.295000', '121207.298000', '121207.301000', '121207.303000', '121207.306000', '121207.308000', '121207.311000', '121207.314000', '121207.316000', '121207.319000', '121207.321000', '121207.324000', '121207.327000', '121207.329000', '121207.332000', '121207.335000', '121207.337000', '121207.340000', '121207.342000', '121207.345000', '121207.348000', '121207.350000', '121207.353000', '121207.356000', '121207.358000', '121207.361000', '121207.363000', '121207.366000', '121207.368000', '121207.371000', '121207.374000', '121207.376000', '121207.379000', '121207.381000', '121207.384000', '121207.393000', '121207.395000', '121207.398000', '121207.411000', '121207.414000', '121207.416000', '121207.419000', '121207.422000', '121207.424000', '121207.427000', '121207.429000', '121207.432000', '121227.161000', '121227.164000', '121227.167000', '121227.170000', '121227.172000', '121227.175000', '121227.177000', '121227.180000', '121227.183000', '121227.185000', '121227.188000', '121227.190000', '121227.193000', '121227.195000', '121227.198000', '121227.201000', '121227.203000', '121227.206000', '121227.213000', '121227.216000', '121227.219000', '121227.221000', '121227.224000', '121227.226000', '121227.229000', '121227.232000', '121227.234000', '121227.237000', '121227.240000', '121227.242000', '121227.270000', '121227.273000', '121227.276000', '121227.278000', '121227.290000', '121227.293000', '121227.296000', '121227.298000', '121227.301000', '121227.303000', '121227.306000', '121227.308000', '121227.311000', '121227.313000', '121247.162000', '121247.164000', '121247.167000', '121247.170000', '121247.177000', '121247.180000', '121247.192000', '121247.194000', '121247.197000', '121247.199000', '121247.202000', '121247.205000', '121247.207000', '121247.210000', '121247.212000', '121247.215000', '121247.218000', '121247.220000', '121247.223000', '121247.225000', '121247.228000', '121247.230000', '121247.233000', '121247.236000', '121247.238000', '121247.241000', '121247.244000', '121247.246000', '121247.249000', '121247.251000', '121247.254000', '121247.257000', '121247.259000', '121247.262000', '121247.264000', '121247.267000', '121247.270000', '121247.272000', '121247.275000', '121247.277000', '121247.280000', '121247.283000', '121247.285000', '121307.160000', '121307.163000', '121307.166000', '121307.169000', '121307.171000', '121307.174000', '121307.176000', '121307.179000', '121307.182000', '121307.184000', '121307.187000', '121307.189000', '121307.192000', '121307.194000', '121307.197000', '121307.200000', '121307.202000', '121307.205000', '121307.207000', '121307.210000', '121307.213000', '121307.215000', '121307.218000', '121307.220000', '121307.223000', '121307.226000', '121307.228000', '121307.231000', '121307.233000', '121307.236000', '121307.239000', '121307.241000', '121307.244000', '121307.246000', '121307.249000', '121307.252000', '121307.254000', '121307.257000', '121307.259000', '121307.262000', '121307.265000', '121307.267000', '121307.270000', '121307.272000', '121327.160000', '121327.163000', '121327.166000', '121327.169000', '121327.171000', '121327.174000', '121327.176000', '121327.179000', '121327.182000', '121327.184000', '121327.187000', '121327.189000', '121327.192000', '121327.195000', '121327.197000', '121327.200000', '121327.202000', '121327.205000', '121327.208000', '121327.210000', '121327.213000', '121327.216000', '121327.218000', '121327.221000', '121327.223000', '121327.226000', '121327.229000', '121327.231000', '121327.234000', '121327.237000', '121327.239000', '121327.242000', '121327.244000', '121327.247000', '121327.249000', '121327.252000', '121327.255000', '121327.258000', '121327.260000', '121327.277000', '121327.280000', '121327.283000', '121327.285000', '121347.160000', '121347.163000', '121347.166000', '121347.168000', '121347.171000', '121347.187000', '121347.190000', '121347.193000', '121347.196000', '121347.202000', '121347.205000', '121347.208000', '121347.210000', '121347.213000', '121347.215000', '121347.218000', '121347.221000', '121347.223000', '121347.226000', '121347.228000', '121347.231000', '121347.234000', '121347.236000', '121347.239000', '121347.241000', '121347.244000', '121347.247000', '121347.250000', '121347.252000', '121347.255000', '121347.258000', '121347.260000', '121347.263000', '121347.265000', '121347.268000', '121347.271000', '121347.273000', '121347.276000', '121347.278000', '121347.281000', '121347.284000', '121347.286000', '121347.289000', '121407.162000', '121407.165000', '121407.167000', '121407.170000', '121407.172000', '121407.175000', '121407.178000', '121407.180000', '121407.183000', '121407.186000', '121407.188000', '121407.191000', '121407.193000', '121407.196000', '121407.199000', '121407.201000', '121407.204000', '121407.207000', '121407.209000', '121407.212000', '121407.214000', '121407.217000', '121407.220000', '121407.222000', '121407.225000', '121407.227000', '121407.256000', '121407.258000', '121407.261000', '121407.264000', '121407.266000', '121407.269000', '121407.271000', '121407.274000', '121407.277000', '121407.279000', '121407.282000', '121407.284000', '121407.287000', '121407.289000', '121407.292000', '121407.295000', '121407.297000', '121407.300000', '121427.162000', '121427.165000', '121427.167000', '121427.170000', '121427.172000', '121427.175000', '121427.178000', '121427.180000', '121427.183000', '121427.186000', '121427.188000', '121427.191000', '121427.194000', '121427.196000', '121427.199000', '121427.201000', '121427.204000', '121427.206000', '121427.209000', '121427.212000', '121427.214000', '121427.217000', '121427.219000', '121427.222000', '121427.225000', '121427.227000', '121427.230000', '121427.232000', '121427.235000', '121427.238000', '121427.240000', '121427.243000', '121427.245000', '121427.255000', '121427.258000', '121427.260000', '121427.263000', '121427.266000', '121427.268000', '121427.271000', '121427.273000', '121427.276000', '121427.279000', '121447.161000', '121447.164000', '121447.167000', '121447.169000', '121447.172000', '121447.175000', '121447.177000', '121447.180000', '121447.182000', '121447.185000', '121447.188000', '121447.190000', '121447.193000', '121447.196000', '121447.198000', '121447.201000', '121447.203000', '121447.206000', '121447.209000', '121447.211000', '121447.214000', '121447.216000', '121447.219000', '121447.221000', '121447.224000', '121447.227000', '121447.229000', '121447.232000', '121447.235000', '121447.237000', '121447.240000', '121447.242000', '121447.245000', '121447.247000', '121447.250000', '121447.253000', '121447.255000', '121447.265000', '121447.267000', '121447.270000', '121447.273000', '121447.275000', '121447.278000', '121447.280000', '121507.161000', '121507.164000', '121507.167000', '121507.170000', '121507.172000', '121507.175000', '121507.178000', '121507.180000', '121507.183000', '121507.186000', '121507.189000', '121507.191000', '121507.194000', '121507.196000', '121507.199000', '121507.202000', '121507.204000', '121507.207000', '121507.210000', '121507.213000', '121507.215000', '121507.218000', '121507.221000', '121507.223000', '121507.226000', '121507.245000', '121507.248000', '121507.250000', '121507.253000', '121507.256000', '121507.258000', '121507.261000', '121507.264000', '121507.266000', '121507.269000', '121507.272000', '121507.274000', '121507.277000', '121507.279000', '121507.282000', '121507.285000', '121507.287000', '121507.290000', '121527.160000', '121527.163000', '121527.166000', '121527.169000', '121527.172000', '121527.174000', '121527.177000', '121527.180000', '121527.183000', '121527.185000', '121527.188000', '121527.191000', '121527.194000', '121527.196000', '121527.199000', '121527.202000', '121527.204000', '121527.207000', '121527.209000', '121527.212000', '121527.215000', '121527.217000', '121527.220000', '121527.222000', '121527.225000', '121527.228000', '121527.230000', '121527.233000', '121527.236000', '121527.238000', '121527.241000', '121527.243000', '121527.250000', '121527.253000', '121527.256000', '121527.258000', '121527.261000', '121527.264000', '121527.266000', '121527.269000', '121527.271000', '121527.274000', '121527.277000', '121527.279000', '121547.161000', '121547.163000', '121547.166000', '121547.169000', '121547.171000', '121547.174000', '121547.177000', '121547.189000', '121547.191000', '121547.194000', '121547.197000', '121547.199000', '121547.202000', '121547.205000', '121547.207000', '121547.210000', '121547.213000', '121547.215000', '121547.218000', '121547.221000', '121547.223000', '121547.226000', '121547.228000', '121547.231000', '121547.234000', '121547.236000', '121547.239000', '121547.241000', '121547.244000', '121547.247000', '121547.249000', '121547.252000', '121547.255000', '121547.264000', '121547.266000', '121547.269000', '121547.271000', '121547.274000', '121547.277000', '121547.279000', '121547.282000', '121547.284000', '121547.287000', '121607.161000', '121607.163000', '121607.192000', '121607.194000', '121607.197000', '121607.199000', '121607.202000', '121607.205000', '121607.207000', '121607.210000', '121607.213000', '121607.215000', '121607.218000', '121607.221000', '121607.223000', '121607.226000', '121607.228000', '121607.231000', '121607.234000', '121607.236000', '121607.239000', '121607.242000', '121607.244000', '121607.247000', '121607.249000', '121607.252000', '121607.255000', '121607.257000', '121607.260000', '121607.262000', '121607.265000', '121607.268000', '121607.270000', '121607.273000', '121607.275000', '121607.278000', '121607.281000', '121607.283000', '121607.286000', '121607.289000', '121607.291000', '121607.294000', '121607.297000', '121607.299000', '121627.162000', '121627.164000', '121627.167000', '121627.170000', '121627.172000', '121627.175000', '121627.178000', '121627.180000', '121627.183000', '121627.186000', '121627.188000', '121627.191000', '121627.193000', '121627.196000', '121627.199000', '121627.202000', '121627.205000', '121627.208000', '121627.230000', '121627.233000', '121627.235000', '121627.238000', '121627.241000', '121627.243000', '121627.246000', '121627.248000', '121627.251000', '121627.254000', '121627.256000', '121627.259000', '121627.262000', '121627.264000', '121627.267000', '121627.269000', '121627.272000', '121627.275000', '121627.278000', '121627.281000', '121627.283000', '121627.286000', '121627.290000', '121627.293000', '121627.295000', '121647.161000', '121647.165000', '121647.167000', '121647.170000', '121647.173000', '121647.175000', '121647.178000', '121647.180000', '121647.183000', '121647.186000', '121647.188000', '121647.191000', '121647.194000', '121647.196000', '121647.199000', '121647.201000', '121647.204000', '121647.207000', '121647.209000', '121647.212000', '121647.222000', '121647.225000', '121647.227000', '121647.230000', '121647.233000', '121647.235000', '121647.238000', '121647.240000', '121647.243000', '121647.246000', '121647.248000', '121647.251000', '121647.254000', '121647.256000', '121647.259000', '121647.261000', '121647.264000', '121647.267000', '121647.269000', '121647.272000', '121647.274000', '121647.277000', '121647.280000', '121647.282000', '121707.161000', '121707.164000', '121707.167000', '121707.170000', '121707.173000', '121707.175000', '121707.178000', '121707.181000', '121707.183000', '121707.186000', '121707.188000', '121707.191000', '121707.194000', '121707.196000', '121707.199000', '121707.201000', '121707.204000', '121707.227000', '121707.241000', '121707.244000', '121707.246000', '121707.249000', '121707.252000', '121707.254000', '121707.257000', '121707.259000', '121707.262000', '121707.265000', '121707.267000', '121707.270000', '121707.272000', '121707.275000', '121707.278000', '121707.280000', '121707.283000', '121707.285000', '121707.288000', '121707.291000', '121707.293000', '121707.296000', '121707.298000', '121707.301000', '121707.304000', '121727.162000', '121727.164000', '121727.167000', '121727.170000', '121727.173000', '121727.175000', '121727.178000', '121727.181000', '121727.187000', '121727.190000', '121727.192000', '121727.195000', '121727.198000', '121727.200000', '121727.203000', '121727.206000', '121727.208000', '121727.211000', '121727.213000', '121727.216000', '121727.219000', '121727.221000', '121727.224000', '121727.227000', '121727.229000', '121727.232000', '121727.234000', '121727.237000', '121727.240000', '121727.242000', '121727.245000', '121727.248000', '121727.250000', '121727.253000', '121727.256000', '121727.258000', '121727.261000', '121727.263000', '121727.266000', '121727.269000', '121727.271000', '121727.274000', '121727.276000', '121727.279000', '121747.161000', '121747.164000', '121747.167000', '121747.170000', '121747.172000', '121747.175000', '121747.177000', '121747.180000', '121747.183000', '121747.185000', '121747.188000', '121747.191000', '121747.195000', '121747.197000', '121747.200000', '121747.203000', '121747.205000', '121747.208000', '121747.211000', '121747.213000', '121747.216000', '121747.218000', '121747.221000', '121747.224000', '121747.226000', '121747.229000', '121747.231000', '121747.234000', '121747.237000', '121747.239000', '121747.242000', '121747.245000', '121747.247000', '121747.250000', '121747.252000', '121747.255000', '121747.258000', '121747.260000', '121747.263000', '121747.266000', '121747.268000', '121747.271000', '121747.274000', '121807.161000', '121807.164000', '121807.167000', '121807.169000', '121807.172000', '121807.175000', '121807.177000', '121807.180000', '121807.182000', '121807.185000', '121807.192000', '121807.194000', '121807.197000', '121807.200000', '121807.202000', '121807.205000', '121807.208000', '121807.210000', '121807.213000', '121807.215000', '121807.218000', '121807.221000', '121807.223000', '121807.226000', '121807.228000', '121807.231000', '121807.234000', '121807.236000', '121807.239000', '121807.241000', '121807.244000', '121807.247000', '121807.249000', '121807.252000', '121807.254000', '121807.257000', '121807.260000', '121807.262000', '121807.265000', '121807.267000', '121807.270000', '121807.272000', '121807.278000', '121807.280000', '121823.167000', '121823.170000', '121823.173000', '121823.175000', '121823.178000', '121823.181000', '121823.184000', '121823.186000', '121823.189000', '121823.198000', '121823.200000', '121823.203000', '121823.206000', '121823.208000', '121823.211000', '121823.214000', '121823.216000', '121823.219000', '121823.221000', '121823.224000', '121823.227000', '121823.233000', '121823.236000', '121823.239000', '121823.242000', '121823.244000', '121823.247000', '121823.250000', '121823.264000', '121823.268000', '121823.271000', '121823.274000', '121823.278000', '121823.280000', '121823.283000'], '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': [8275, 17022, 10990, 10496, 10507, 8490, 11319, 8128, 8262, 8481, 8205, 11228, 8042, 7593, 9550, 8076, 10116, 8228, 7629, 9288, 8001, 10524, 7978, 11962, 9399, 8195, 11024, 8702, 13432, 10979, 11273, 14903, 9076, 16277, 11705, 10476, 18416, 12909, 19322, 12310, 9071, 11638, 9906, 17106, 10193, 8971, 11592, 9898, 12220, 9414, 15660, 11541, 9332, 12334, 9433, 10076, 11090, 8205, 12280, 8633, 9994, 10784, 9345, 11864, 8778, 8176, 12939, 8799, 17432, 7829, 7849, 10920, 8581, 8226, 9762, 8200, 11776, 8191, 7998, 10103, 8965, 11723, 8795, 9191, 10438, 10292, 16006, 10112, 14958, 16836, 8973, 12326, 9575, 8184, 11707, 8348, 8908, 9527, 8096, 10710, 8760, 9777, 9365, 8411, 11057, 8078, 8070, 8837, 8796, 11261, 8404, 7537, 9957, 8825, 10067, 8628, 7810, 10287, 8193, 10146, 8404, 9406, 16299, 9042, 8857, 8194, 7838, 10068, 8557, 9036, 10056, 8954, 14651, 10651, 9158, 16494, 12293, 14489, 15557, 12832, 20998, 16781, 12323, 13227, 8461, 8937, 10475, 8283, 10892, 8595, 9269, 10470, 9854, 11363, 8335, 7928, 10755, 8159, 9274, 8623, 8111, 11159, 7934, 8185, 9734, 8250, 11107, 8459, 13357, 9482, 8066, 10665, 8191, 14297, 9763, 7833, 10454, 8110, 10064, 8685, 8224, 11409, 8156, 10212, 9119, 7897, 10936, 8459, 14482, 10514, 8346, 11438, 8083, 13259, 9677, 8354, 11062, 8650, 17736, 11901, 11425, 18601, 11198, 19061, 14999, 12002, 13483, 20030, 15603, 9426, 12018, 8967, 11416, 7903, 10880, 7622, 10484, 8496, 10895, 7662, 10192, 7309, 11018, 10131, 10429, 10136, 7896, 11734, 9062, 11773, 12372, 11615, 13488, 10806, 11432, 18668, 13404, 13623, 11641, 8762, 12406, 10239, 14953, 9973, 12762, 10790, 9040, 13713, 9103, 13831, 10586, 9689, 20328, 13688, 14272, 8997, 8952, 9141, 9048, 7453, 10662, 9984, 10665, 9515, 7820, 11080, 8570, 11346, 10145, 8029, 11531, 8336, 14527, 11753, 8378, 11609, 8397, 15287, 14848, 10141, 12230, 8897, 7542, 10345, 8643, 11519, 8075, 7423, 9887, 8305, 11233, 8081, 7324, 9583, 8184, 9539, 8347, 7583, 10365, 7927, 8742, 8433, 7712, 10763, 7877, 7488, 8723, 8394, 11010, 7963, 7952, 8576, 8203, 9475, 8360, 15592, 10166, 9105, 9509, 8487, 10580, 8347, 10669, 8584, 7954, 10180, 8339, 14993, 10550, 8002, 10779, 7867, 16864, 11795, 11074, 18189, 12397, 19385, 14173, 11670, 15852, 10206, 18109, 11578, 11853, 19648, 11989, 18306, 14175, 12261, 18633, 8785, 7614, 9578, 8529, 9962, 9330, 7583, 10784, 7900, 8781, 10176, 8142, 11794, 8784, 7609, 10253, 9104, 13968, 11072, 8546, 12046, 9458, 8211, 11834, 8793, 15052, 10624, 9753, 12731, 9070, 8673, 11440, 8625, 13013, 8829, 8086, 11165, 8056, 7515, 8948, 7821, 9934, 8060, 9150, 9050, 7828, 10065, 8049, 10122, 8246, 7541, 9946, 8424, 11397, 8777, 11382, 9830, 9267, 13472, 8497, 14744, 15736, 13103, 19625, 13343, 10765, 11835, 8491, 14306, 8526, 7332, 11024, 9584, 11626, 10074, 8611, 13879, 9152, 12299, 13243, 11189, 19492, 14050, 14545, 16280, 9367, 12695, 10338, 8304, 11420, 8022, 13125, 10895, 8303, 15165, 8026, 7331, 8946, 8531, 10826, 7984, 7711, 10145, 8050, 7420, 9500, 8459, 9934, 8248, 8268, 10433, 8162, 10814, 9683, 9578, 17558, 10493, 8752, 10167, 8792, 12163, 8740, 7974, 11777, 7982, 7642, 9305, 8755, 13062, 8556, 7488, 10126, 8890, 10837, 8813, 7895, 11929, 8317, 12002, 9009, 8292, 10040, 8192, 15695, 10686, 8416, 11010, 8191, 7575, 8742, 8924, 10591, 8117, 9393, 9179, 8649, 10867, 8383, 11452, 9423, 8719, 13177, 9024, 8360, 15432, 11629, 18410, 14229, 9087, 12714, 9067, 9445, 17688, 10312, 12894, 7985, 8071, 11198, 8141, 12417, 10222, 8564, 13521, 8698, 12123, 10685, 9854, 16443, 9813, 11256, 15089, 9624, 16243, 10006, 8569, 11566, 8252, 12809, 10404, 9214, 8994, 8614, 7870, 10792, 7812, 7440, 9364, 8400, 10440, 7955, 7350, 9877, 8732, 11316, 8193, 7650, 10586, 7982, 9184, 9000, 8001, 10872, 8044, 11387, 9714, 8774, 17241, 9912, 13428, 10962, 10519, 17507, 9127, 12706, 9890, 8601, 11718, 8749, 17922, 9643, 8164, 10870, 8317, 13334, 10573, 8354, 13418, 7576, 7589, 8706, 8218, 9230, 9153, 7451, 9662, 8469, 9836, 9016, 8821, 14347, 11113, 9064, 12719, 8346, 13319, 13021, 11774, 18545, 13135, 14966, 18119, 10961, 16533, 9728, 7999, 11411, 9105, 15730, 10981, 8143, 11790, 8081, 8607, 9586, 8463, 10404, 8795, 15552, 10797, 8352, 11446, 8043, 7288, 9751, 8689, 11076, 8139, 7414, 9873, 8365, 11170, 9073, 8082, 10419, 8515, 13359, 9392, 8796, 11261, 9274, 17841, 12839, 11342, 11291, 8599, 13050, 8915, 8411, 15067, 8099, 9278, 9339, 7992, 10698, 8539, 9679, 8426, 7952, 10919, 8465, 11253, 8410, 7316, 9186, 9206, 10301, 8351, 8711, 9810, 8426, 11165, 8043, 8218, 9023, 8510, 11558, 8273, 8661, 10157, 8416, 12430, 8591, 17094, 16573, 10569, 13043, 9189, 9334, 12131, 9160, 18026, 10347, 8424, 12390, 9000, 7343, 10185, 9086, 8390, 9819, 9194, 10644, 9213, 8911, 11140, 9062, 7990, 9979, 9029, 8018, 10405, 8746, 7257, 9254, 9427, 9714, 9017, 8437, 10087, 8813, 8070, 9976, 8366, 7760, 8909, 9070, 12876, 9791, 15266, 9330, 9513, 8494, 7776, 10281, 8376, 14840, 11181, 8872, 10650, 8781, 10274, 9014, 8115, 11274, 8551, 7802, 9320, 8465, 11076, 8359, 7441, 8733, 8603, 9865, 9003, 11514, 9438, 9091, 12313, 8657, 8370, 11956, 9863, 19242, 14929, 9214, 12186, 8916, 11691, 9532, 9107, 19681, 11385, 12092, 9972, 8912, 10775, 9373, 15356, 10857, 8995, 10853, 8702, 9806, 9119, 8267, 12851, 8809, 7997, 8760, 8786, 9809, 8718, 10831, 10047, 8758, 9011, 8870, 8291, 9296, 8499, 8112, 8877, 8176, 9602, 8119, 7707, 8894, 9186, 12305, 10890, 13224, 13657, 10015, 16878, 13098, 10114, 12470, 8670, 10041, 11431, 12181, 19664, 14308, 15837, 12959, 9186, 11488, 8722, 7326, 9020, 8275, 9612, 8300, 8327, 8843, 8193, 10214, 8481, 8582, 8887, 9528, 13508, 8845, 9566, 15038, 13110, 11438, 10003, 9352, 16630], 'WindowCenter': [4896.0, 4985.0, 4914.0, 4883.0, 4881.0, 4838.0, 4876.0, 4829.0, 4837.0, 4865.0, 4851.0, 4887.0, 4841.0, 4827.0, 4856.0, 4825.0, 4862.0, 4850.0, 4827.0, 4857.0, 4838.0, 4878.0, 4849.0, 4889.0, 4860.0, 4838.0, 4876.0, 4846.0, 4896.0, 4876.0, 4889.0, 4916.0, 4848.0, 4914.0, 4874.0, 4865.0, 4934.0, 4883.0, 4932.0, 4872.0, 4821.0, 4859.0, 4842.0, 4912.0, 4854.0, 4832.0, 4861.0, 4842.0, 4869.0, 4843.0, 4903.0, 4864.0, 4832.0, 4868.0, 4830.0, 4829.0, 4861.0, 4825.0, 4869.0, 4838.0, 4855.0, 4865.0, 4845.0, 4873.0, 4834.0, 4823.0, 4893.0, 4861.0, 4924.0, 4815.0, 4814.0, 4863.0, 4836.0, 4834.0, 4867.0, 4839.0, 4874.0, 4823.0, 4810.0, 4854.0, 4835.0, 4875.0, 4835.0, 4845.0, 4863.0, 4852.0, 4913.0, 4854.0, 4899.0, 4923.0, 4833.0, 4870.0, 4841.0, 4820.0, 4873.0, 4824.0, 4832.0, 4843.0, 4811.0, 4853.0, 4836.0, 4852.0, 4844.0, 4834.0, 4870.0, 4825.0, 4825.0, 4857.0, 4847.0, 4876.0, 4837.0, 4824.0, 4855.0, 4846.0, 4866.0, 4846.0, 4831.0, 4869.0, 4838.0, 4868.0, 4836.0, 4844.0, 4923.0, 4847.0, 4831.0, 4826.0, 4813.0, 4839.0, 4846.0, 4859.0, 4868.0, 4848.0, 4915.0, 4863.0, 4844.0, 4911.0, 4885.0, 4893.0, 4915.0, 4898.0, 4958.0, 4912.0, 4884.0, 4894.0, 4821.0, 4821.0, 4840.0, 4820.0, 4860.0, 4833.0, 4844.0, 4865.0, 4854.0, 4871.0, 4825.0, 4822.0, 4861.0, 4823.0, 4843.0, 4845.0, 4836.0, 4873.0, 4829.0, 4822.0, 4843.0, 4822.0, 4874.0, 4837.0, 4894.0, 4859.0, 4824.0, 4863.0, 4838.0, 4915.0, 4868.0, 4813.0, 4863.0, 4825.0, 4852.0, 4835.0, 4836.0, 4886.0, 4826.0, 4858.0, 4844.0, 4823.0, 4860.0, 4837.0, 4903.0, 4869.0, 4825.0, 4871.0, 4826.0, 4881.0, 4843.0, 4821.0, 4874.0, 4835.0, 4934.0, 4887.0, 4874.0, 4948.0, 4875.0, 4946.0, 4930.0, 4899.0, 4906.0, 4945.0, 4887.0, 4816.0, 4842.0, 4793.0, 4832.0, 4782.0, 4837.0, 4784.0, 4835.0, 4803.0, 4832.0, 4773.0, 4823.0, 4774.0, 4834.0, 4835.0, 4838.0, 4839.0, 4811.0, 4870.0, 4834.0, 4863.0, 4868.0, 4849.0, 4864.0, 4847.0, 4859.0, 4919.0, 4881.0, 4878.0, 4860.0, 4809.0, 4855.0, 4837.0, 4886.0, 4840.0, 4867.0, 4861.0, 4833.0, 4879.0, 4832.0, 4880.0, 4849.0, 4843.0, 4957.0, 4903.0, 4901.0, 4829.0, 4821.0, 4819.0, 4833.0, 4802.0, 4865.0, 4856.0, 4852.0, 4844.0, 4811.0, 4862.0, 4833.0, 4864.0, 4854.0, 4812.0, 4873.0, 4825.0, 4891.0, 4874.0, 4821.0, 4862.0, 4822.0, 4912.0, 4903.0, 4853.0, 4871.0, 4831.0, 4813.0, 4854.0, 4822.0, 4871.0, 4826.0, 4805.0, 4870.0, 4836.0, 4878.0, 4837.0, 4814.0, 4846.0, 4835.0, 4853.0, 4841.0, 4826.0, 4867.0, 4837.0, 4859.0, 4862.0, 4838.0, 4880.0, 4841.0, 4817.0, 4834.0, 4837.0, 4889.0, 4841.0, 4837.0, 4848.0, 4835.0, 4873.0, 4861.0, 4926.0, 4880.0, 4845.0, 4859.0, 4835.0, 4864.0, 4823.0, 4863.0, 4848.0, 4828.0, 4867.0, 4849.0, 4925.0, 4876.0, 4837.0, 4865.0, 4824.0, 4911.0, 4874.0, 4861.0, 4920.0, 4872.0, 4920.0, 4892.0, 4860.0, 4898.0, 4841.0, 4905.0, 4859.0, 4860.0, 4929.0, 4871.0, 4918.0, 4892.0, 4885.0, 4932.0, 4821.0, 4789.0, 4830.0, 4821.0, 4840.0, 4842.0, 4812.0, 4862.0, 4812.0, 4820.0, 4850.0, 4822.0, 4869.0, 4836.0, 4813.0, 4854.0, 4834.0, 4892.0, 4876.0, 4821.0, 4871.0, 4842.0, 4812.0, 4870.0, 4824.0, 4900.0, 4852.0, 4842.0, 4883.0, 4833.0, 4825.0, 4862.0, 4834.0, 4893.0, 4835.0, 4823.0, 4863.0, 4824.0, 4804.0, 4849.0, 4838.0, 4868.0, 4840.0, 4859.0, 4859.0, 4826.0, 4853.0, 4824.0, 4864.0, 4840.0, 4824.0, 4868.0, 4834.0, 4875.0, 4861.0, 4887.0, 4867.0, 4854.0, 4891.0, 4837.0, 4915.0, 4924.0, 4896.0, 4934.0, 4896.0, 4852.0, 4872.0, 4821.0, 4888.0, 4821.0, 4790.0, 4851.0, 4845.0, 4877.0, 4857.0, 4832.0, 4881.0, 4831.0, 4859.0, 4869.0, 4850.0, 4917.0, 4892.0, 4890.0, 4901.0, 4831.0, 4868.0, 4829.0, 4808.0, 4857.0, 4813.0, 4880.0, 4864.0, 4825.0, 4904.0, 4824.0, 4801.0, 4832.0, 4835.0, 4862.0, 4825.0, 4812.0, 4854.0, 4825.0, 4816.0, 4856.0, 4840.0, 4865.0, 4837.0, 4836.0, 4861.0, 4827.0, 4864.0, 4856.0, 4856.0, 4937.0, 4884.0, 4849.0, 4866.0, 4838.0, 4871.0, 4850.0, 4822.0, 4876.0, 4825.0, 4813.0, 4846.0, 4850.0, 4894.0, 4837.0, 4815.0, 4866.0, 4845.0, 4864.0, 4847.0, 4823.0, 4887.0, 4836.0, 4885.0, 4847.0, 4836.0, 4879.0, 4852.0, 4925.0, 4890.0, 4839.0, 4872.0, 4835.0, 4812.0, 4834.0, 4848.0, 4876.0, 4838.0, 4846.0, 4857.0, 4835.0, 4863.0, 4839.0, 4872.0, 4845.0, 4836.0, 4883.0, 4845.0, 4833.0, 4924.0, 4891.0, 4961.0, 4906.0, 4847.0, 4885.0, 4862.0, 4856.0, 4935.0, 4853.0, 4881.0, 4813.0, 4802.0, 4864.0, 4827.0, 4883.0, 4855.0, 4821.0, 4878.0, 4822.0, 4870.0, 4850.0, 4841.0, 4898.0, 4842.0, 4850.0, 4890.0, 4831.0, 4898.0, 4838.0, 4819.0, 4859.0, 4822.0, 4882.0, 4851.0, 4833.0, 4822.0, 4832.0, 4823.0, 4864.0, 4817.0, 4804.0, 4843.0, 4824.0, 4862.0, 4826.0, 4803.0, 4852.0, 4836.0, 4874.0, 4841.0, 4830.0, 4865.0, 4825.0, 4845.0, 4860.0, 4825.0, 4862.0, 4825.0, 4872.0, 4856.0, 4833.0, 4923.0, 4853.0, 4890.0, 4876.0, 4866.0, 4921.0, 4833.0, 4868.0, 4840.0, 4821.0, 4872.0, 4835.0, 4925.0, 4843.0, 4821.0, 4861.0, 4822.0, 4903.0, 4866.0, 4823.0, 4891.0, 4813.0, 4800.0, 4826.0, 4823.0, 4833.0, 4846.0, 4816.0, 4868.0, 4845.0, 4864.0, 4847.0, 4845.0, 4916.0, 4873.0, 4845.0, 4894.0, 4826.0, 4879.0, 4882.0, 4860.0, 4921.0, 4892.0, 4903.0, 4922.0, 4863.0, 4908.0, 4840.0, 4798.0, 4858.0, 4830.0, 4898.0, 4863.0, 4811.0, 4872.0, 4811.0, 4820.0, 4841.0, 4820.0, 4851.0, 4834.0, 4913.0, 4866.0, 4838.0, 4874.0, 4824.0, 4801.0, 4841.0, 4832.0, 4873.0, 4837.0, 4828.0, 4866.0, 4847.0, 4877.0, 4857.0, 4836.0, 4863.0, 4834.0, 4890.0, 4843.0, 4834.0, 4864.0, 4844.0, 4931.0, 4895.0, 4874.0, 4872.0, 4822.0, 4879.0, 4832.0, 4820.0, 4913.0, 4827.0, 4843.0, 4844.0, 4813.0, 4851.0, 4834.0, 4841.0, 4838.0, 4826.0, 4876.0, 4837.0, 4874.0, 4838.0, 4806.0, 4833.0, 4842.0, 4851.0, 4840.0, 4837.0, 4867.0, 4836.0, 4875.0, 4824.0, 4837.0, 4850.0, 4846.0, 4872.0, 4823.0, 4820.0, 4854.0, 4825.0, 4881.0, 4836.0, 4940.0, 4926.0, 4867.0, 4894.0, 4844.0, 4843.0, 4884.0, 4846.0, 4935.0, 4868.0, 4836.0, 4883.0, 4861.0, 4817.0, 4876.0, 4848.0, 4819.0, 4840.0, 4830.0, 4847.0, 4829.0, 4829.0, 4858.0, 4830.0, 4810.0, 4838.0, 4831.0, 4813.0, 4849.0, 4833.0, 4800.0, 4830.0, 4842.0, 4841.0, 4832.0, 4823.0, 4849.0, 4846.0, 4821.0, 4849.0, 4835.0, 4812.0, 4844.0, 4845.0, 4893.0, 4867.0, 4909.0, 4843.0, 4839.0, 4820.0, 4798.0, 4841.0, 4823.0, 4900.0, 4864.0, 4829.0, 4862.0, 4821.0, 4847.0, 4844.0, 4825.0, 4858.0, 4835.0, 4811.0, 4843.0, 4834.0, 4872.0, 4825.0, 4799.0, 4832.0, 4832.0, 4856.0, 4847.0, 4875.0, 4843.0, 4844.0, 4868.0, 4823.0, 4820.0, 4871.0, 4850.0, 4933.0, 4902.0, 4839.0, 4868.0, 4831.0, 4857.0, 4841.0, 4831.0, 4939.0, 4863.0, 4870.0, 4838.0, 4817.0, 4846.0, 4827.0, 4896.0, 4861.0, 4829.0, 4849.0, 4821.0, 4837.0, 4831.0, 4822.0, 4882.0, 4833.0, 4807.0, 4820.0, 4823.0, 4848.0, 4835.0, 4863.0, 4865.0, 4834.0, 4843.0, 4831.0, 4812.0, 4828.0, 4833.0, 4826.0, 4846.0, 4847.0, 4852.0, 4827.0, 4814.0, 4842.0, 4842.0, 4880.0, 4865.0, 4890.0, 4891.0, 4854.0, 4921.0, 4880.0, 4850.0, 4865.0, 4820.0, 4838.0, 4858.0, 4882.0, 4942.0, 4907.0, 4910.0, 4881.0, 4842.0, 4859.0, 4821.0, 4787.0, 4816.0, 4809.0, 4836.0, 4823.0, 4821.0, 4845.0, 4833.0, 4861.0, 4832.0, 4820.0, 4828.0, 4839.0, 4880.0, 4822.0, 4843.0, 4914.0, 4898.0, 4873.0, 4853.0, 4831.0, 4923.0], 'WindowWidth': [10720.0, 10811.0, 10703.0, 10641.0, 10632.0, 10568.0, 10615.0, 10556.0, 10565.0, 10612.0, 10587.0, 10631.0, 10575.0, 10549.0, 10581.0, 10539.0, 10588.0, 10581.0, 10548.0, 10587.0, 10563.0, 10617.0, 10585.0, 10633.0, 10594.0, 10564.0, 10610.0, 10570.0, 10639.0, 10612.0, 10633.0, 10666.0, 10575.0, 10657.0, 10602.0, 10592.0, 10686.0, 10613.0, 10682.0, 10596.0, 10527.0, 10574.0, 10556.0, 10651.0, 10573.0, 10542.0, 10580.0, 10555.0, 10592.0, 10561.0, 10640.0, 10588.0, 10541.0, 10587.0, 10537.0, 10533.0, 10578.0, 10538.0, 10592.0, 10563.0, 10579.0, 10591.0, 10567.0, 10603.0, 10553.0, 10534.0, 10632.0, 10603.0, 10675.0, 10528.0, 10520.0, 10586.0, 10554.0, 10556.0, 10601.0, 10563.0, 10603.0, 10533.0, 10512.0, 10574.0, 10550.0, 10603.0, 10551.0, 10564.0, 10587.0, 10571.0, 10654.0, 10575.0, 10631.0, 10669.0, 10547.0, 10594.0, 10555.0, 10528.0, 10602.0, 10537.0, 10545.0, 10560.0, 10513.0, 10572.0, 10556.0, 10576.0, 10564.0, 10551.0, 10597.0, 10541.0, 10544.0, 10589.0, 10575.0, 10611.0, 10560.0, 10540.0, 10580.0, 10570.0, 10602.0, 10576.0, 10556.0, 10606.0, 10567.0, 10606.0, 10555.0, 10567.0, 10676.0, 10571.0, 10545.0, 10538.0, 10519.0, 10552.0, 10572.0, 10593.0, 10606.0, 10576.0, 10663.0, 10589.0, 10562.0, 10652.0, 10618.0, 10625.0, 10662.0, 10645.0, 10728.0, 10651.0, 10618.0, 10630.0, 10527.0, 10523.0, 10548.0, 10526.0, 10579.0, 10548.0, 10562.0, 10592.0, 10576.0, 10600.0, 10539.0, 10532.0, 10581.0, 10533.0, 10562.0, 10570.0, 10560.0, 10603.0, 10549.0, 10532.0, 10562.0, 10534.0, 10606.0, 10559.0, 10635.0, 10590.0, 10540.0, 10590.0, 10565.0, 10664.0, 10604.0, 10524.0, 10588.0, 10538.0, 10573.0, 10556.0, 10559.0, 10628.0, 10545.0, 10586.0, 10567.0, 10534.0, 10582.0, 10558.0, 10645.0, 10604.0, 10540.0, 10598.0, 10541.0, 10608.0, 10558.0, 10529.0, 10603.0, 10554.0, 10691.0, 10630.0, 10606.0, 10711.0, 10610.0, 10709.0, 10689.0, 10648.0, 10652.0, 10706.0, 10612.0, 10511.0, 10539.0, 10474.0, 10526.0, 10459.0, 10537.0, 10465.0, 10538.0, 10492.0, 10527.0, 10447.0, 10518.0, 10453.0, 10533.0, 10536.0, 10544.0, 10550.0, 10513.0, 10594.0, 10551.0, 10585.0, 10587.0, 10560.0, 10577.0, 10558.0, 10574.0, 10663.0, 10606.0, 10599.0, 10575.0, 10505.0, 10565.0, 10542.0, 10607.0, 10548.0, 10585.0, 10584.0, 10546.0, 10605.0, 10545.0, 10604.0, 10563.0, 10559.0, 10727.0, 10646.0, 10638.0, 10537.0, 10526.0, 10515.0, 10550.0, 10506.0, 10593.0, 10581.0, 10571.0, 10562.0, 10517.0, 10585.0, 10547.0, 10588.0, 10576.0, 10518.0, 10599.0, 10540.0, 10625.0, 10601.0, 10529.0, 10584.0, 10533.0, 10654.0, 10646.0, 10574.0, 10595.0, 10541.0, 10520.0, 10574.0, 10530.0, 10596.0, 10541.0, 10514.0, 10605.0, 10559.0, 10614.0, 10563.0, 10527.0, 10565.0, 10552.0, 10580.0, 10570.0, 10546.0, 10598.0, 10563.0, 10598.0, 10606.0, 10569.0, 10621.0, 10567.0, 10531.0, 10553.0, 10560.0, 10639.0, 10571.0, 10561.0, 10576.0, 10560.0, 10617.0, 10606.0, 10683.0, 10623.0, 10572.0, 10590.0, 10553.0, 10591.0, 10538.0, 10591.0, 10580.0, 10549.0, 10602.0, 10585.0, 10681.0, 10614.0, 10561.0, 10594.0, 10535.0, 10650.0, 10602.0, 10582.0, 10662.0, 10596.0, 10661.0, 10622.0, 10578.0, 10628.0, 10551.0, 10632.0, 10573.0, 10579.0, 10675.0, 10598.0, 10657.0, 10627.0, 10620.0, 10680.0, 10524.0, 10476.0, 10535.0, 10528.0, 10552.0, 10561.0, 10520.0, 10583.0, 10518.0, 10526.0, 10567.0, 10532.0, 10594.0, 10555.0, 10520.0, 10574.0, 10551.0, 10627.0, 10607.0, 10531.0, 10596.0, 10557.0, 10515.0, 10594.0, 10534.0, 10635.0, 10570.0, 10556.0, 10616.0, 10548.0, 10538.0, 10584.0, 10548.0, 10629.0, 10554.0, 10536.0, 10588.0, 10536.0, 10511.0, 10578.0, 10568.0, 10601.0, 10567.0, 10593.0, 10592.0, 10543.0, 10574.0, 10541.0, 10594.0, 10568.0, 10542.0, 10600.0, 10555.0, 10611.0, 10607.0, 10630.0, 10600.0, 10581.0, 10626.0, 10560.0, 10664.0, 10675.0, 10638.0, 10689.0, 10634.0, 10569.0, 10596.0, 10530.0, 10615.0, 10525.0, 10482.0, 10567.0, 10565.0, 10612.0, 10584.0, 10547.0, 10606.0, 10539.0, 10572.0, 10587.0, 10561.0, 10654.0, 10621.0, 10616.0, 10634.0, 10540.0, 10582.0, 10528.0, 10503.0, 10570.0, 10518.0, 10605.0, 10587.0, 10538.0, 10645.0, 10535.0, 10502.0, 10541.0, 10549.0, 10586.0, 10537.0, 10518.0, 10574.0, 10539.0, 10529.0, 10584.0, 10566.0, 10599.0, 10562.0, 10555.0, 10583.0, 10540.0, 10593.0, 10583.0, 10584.0, 10700.0, 10632.0, 10583.0, 10598.0, 10560.0, 10595.0, 10578.0, 10534.0, 10607.0, 10538.0, 10521.0, 10568.0, 10582.0, 10633.0, 10558.0, 10528.0, 10595.0, 10566.0, 10590.0, 10570.0, 10539.0, 10626.0, 10557.0, 10622.0, 10571.0, 10556.0, 10625.0, 10590.0, 10675.0, 10641.0, 10565.0, 10602.0, 10553.0, 10517.0, 10550.0, 10573.0, 10613.0, 10565.0, 10571.0, 10586.0, 10555.0, 10588.0, 10565.0, 10603.0, 10565.0, 10553.0, 10615.0, 10566.0, 10552.0, 10680.0, 10637.0, 10739.0, 10654.0, 10571.0, 10618.0, 10604.0, 10584.0, 10687.0, 10572.0, 10612.0, 10517.0, 10499.0, 10589.0, 10545.0, 10618.0, 10579.0, 10530.0, 10601.0, 10530.0, 10590.0, 10564.0, 10551.0, 10628.0, 10554.0, 10563.0, 10618.0, 10538.0, 10628.0, 10546.0, 10520.0, 10576.0, 10531.0, 10611.0, 10568.0, 10546.0, 10527.0, 10544.0, 10536.0, 10590.0, 10528.0, 10507.0, 10558.0, 10538.0, 10589.0, 10541.0, 10509.0, 10571.0, 10552.0, 10610.0, 10567.0, 10554.0, 10594.0, 10542.0, 10565.0, 10597.0, 10543.0, 10589.0, 10538.0, 10599.0, 10584.0, 10551.0, 10673.0, 10575.0, 10621.0, 10610.0, 10594.0, 10663.0, 10545.0, 10587.0, 10549.0, 10526.0, 10599.0, 10551.0, 10673.0, 10559.0, 10529.0, 10586.0, 10535.0, 10647.0, 10599.0, 10534.0, 10623.0, 10519.0, 10497.0, 10538.0, 10530.0, 10542.0, 10570.0, 10531.0, 10604.0, 10574.0, 10596.0, 10571.0, 10569.0, 10667.0, 10607.0, 10568.0, 10632.0, 10540.0, 10605.0, 10609.0, 10578.0, 10665.0, 10627.0, 10639.0, 10666.0, 10586.0, 10643.0, 10553.0, 10492.0, 10573.0, 10539.0, 10630.0, 10586.0, 10514.0, 10597.0, 10517.0, 10524.0, 10552.0, 10526.0, 10569.0, 10549.0, 10657.0, 10595.0, 10562.0, 10604.0, 10539.0, 10501.0, 10554.0, 10548.0, 10604.0, 10561.0, 10552.0, 10601.0, 10578.0, 10615.0, 10589.0, 10562.0, 10592.0, 10548.0, 10623.0, 10560.0, 10548.0, 10590.0, 10564.0, 10683.0, 10634.0, 10606.0, 10600.0, 10531.0, 10603.0, 10544.0, 10529.0, 10658.0, 10542.0, 10562.0, 10563.0, 10521.0, 10569.0, 10548.0, 10559.0, 10561.0, 10546.0, 10612.0, 10559.0, 10607.0, 10561.0, 10513.0, 10546.0, 10559.0, 10574.0, 10569.0, 10559.0, 10599.0, 10555.0, 10604.0, 10535.0, 10561.0, 10581.0, 10572.0, 10600.0, 10536.0, 10529.0, 10575.0, 10537.0, 10613.0, 10557.0, 10705.0, 10677.0, 10600.0, 10636.0, 10565.0, 10564.0, 10622.0, 10569.0, 10691.0, 10603.0, 10559.0, 10617.0, 10599.0, 10539.0, 10616.0, 10577.0, 10530.0, 10552.0, 10536.0, 10559.0, 10537.0, 10534.0, 10572.0, 10540.0, 10513.0, 10551.0, 10543.0, 10520.0, 10566.0, 10548.0, 10500.0, 10540.0, 10560.0, 10558.0, 10545.0, 10536.0, 10568.0, 10570.0, 10535.0, 10568.0, 10554.0, 10521.0, 10566.0, 10569.0, 10634.0, 10604.0, 10650.0, 10563.0, 10554.0, 10526.0, 10491.0, 10555.0, 10536.0, 10637.0, 10588.0, 10541.0, 10587.0, 10528.0, 10562.0, 10566.0, 10542.0, 10579.0, 10552.0, 10515.0, 10562.0, 10553.0, 10601.0, 10540.0, 10502.0, 10547.0, 10544.0, 10582.0, 10574.0, 10608.0, 10562.0, 10564.0, 10592.0, 10532.0, 10525.0, 10596.0, 10568.0, 10685.0, 10638.0, 10553.0, 10589.0, 10540.0, 10570.0, 10554.0, 10544.0, 10692.0, 10585.0, 10592.0, 10548.0, 10517.0, 10556.0, 10534.0, 10625.0, 10584.0, 10537.0, 10563.0, 10525.0, 10544.0, 10545.0, 10532.0, 10616.0, 10547.0, 10509.0, 10525.0, 10532.0, 10568.0, 10553.0, 10588.0, 10599.0, 10555.0, 10564.0, 10545.0, 10515.0, 10536.0, 10546.0, 10539.0, 10571.0, 10576.0, 10576.0, 10544.0, 10521.0, 10563.0, 10563.0, 10615.0, 10593.0, 10626.0, 10625.0, 10577.0, 10666.0, 10608.0, 10566.0, 10584.0, 10525.0, 10547.0, 10578.0, 10613.0, 10701.0, 10654.0, 10652.0, 10611.0, 10559.0, 10578.0, 10524.0, 10476.0, 10516.0, 10509.0, 10543.0, 10532.0, 10529.0, 10566.0, 10551.0, 10587.0, 10547.0, 10525.0, 10533.0, 10549.0, 10606.0, 10528.0, 10559.0, 10663.0, 10644.0, 10605.0, 10578.0, 10540.0, 10671.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.0011791379310344826</td></tr>
<tr><td colspan=3>aqi</td><td>0.023778033448275865</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.91852464218639</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.196702831357883</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0221630009896439</td></tr>
<tr><td colspan=3>efc</td><td>0.5417</td></tr>
<tr><td colspan=3>fber</td><td>2470.9473</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11623097071028196</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>112</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>12.873563218390805</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.442204040827818</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3353562170480417</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.672100390837617</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3191555145977953</td></tr>
<tr><td colspan=3>gcor</td><td>0.010045</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008699467405676842</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0674770176410675</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.440960920227091</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>20.2175</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>89.7136</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>304.9698</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>83.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286020.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1380.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>520.7016</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2046</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>614.0851</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4022.5021</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4133.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90524.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1980.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5221.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>930.6493</td></tr>
<tr><td colspan=3>tsnr</td><td>36.572153598535806</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>