ds005256-mriqc/sub-0077_ses-01_task-social_acq-mb8_run-01_bold.html
Felix Hoffstaedter f7ba70ace4 [DATALAD RUNCMD] Compute MRIQC for sub-0077
=== 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-0077 --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-0077",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 00:24:42 +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-0077_ses-01_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0077_ses-01_task-social_acq-mb8_run-01_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-01_subject-0077_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-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-01_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0077/ses-01/func/sub-0077_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6048549701e2beb19ea9c7681de84a81</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>16:21:44.967500</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.999679, -0.018177, 0.0176326, 0.0179731, 0.999771, 0.0116516]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0821419</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>[4163, -7723, -7241, 703, -47, -90, -63, 23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.593</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8213183c-c3cf-4d69-b10d-d8fee5e34537||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.6820664405822754, 0.04822053760290146, 0.04816905036568642, 108.258056640625], [0.048767462372779846, 2.6823112964630127, 0.030593503266572952, -89.70439910888672], [0.0473070964217186, -0.031260330229997635, 2.699396848678589, -64.2834701538086], [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': ['162144.967500', '162145.427500', '162145.887500', '162146.347500', '162146.807500', '162147.267500', '162147.727500', '162148.187500', '162148.647500', '162149.107500', '162149.567500', '162150.027500', '162150.487500', '162150.947500', '162151.407500', '162151.867500', '162152.327500', '162152.787500', '162153.247500', '162153.707500', '162154.167500', '162154.627500', '162155.087500', '162155.547500', '162156.007500', '162156.467500', '162156.927500', '162157.387500', '162157.847500', '162158.307500', '162158.767500', '162159.227500', '162159.687500', '162200.147500', '162200.607500', '162201.067500', '162201.527500', '162201.987500', '162202.447500', '162202.907500', '162203.367500', '162203.827500', '162204.287500', '162204.747500', '162205.207500', '162205.667500', '162206.127500', '162206.587500', '162207.047500', '162207.507500', '162207.967500', '162208.427500', '162208.887500', '162209.347500', '162209.807500', '162210.267500', '162210.727500', '162211.187500', '162211.647500', '162212.107500', '162212.567500', '162213.027500', '162213.487500', '162213.947500', '162214.407500', '162214.867500', '162215.327500', '162215.787500', '162216.247500', '162216.707500', '162217.167500', '162217.627500', '162218.087500', '162218.547500', '162219.007500', '162219.467500', '162219.927500', '162220.387500', '162220.847500', '162221.307500', '162221.767500', '162222.227500', '162222.687500', '162223.147500', '162223.607500', '162224.067500', '162224.527500', '162224.987500', '162225.447500', '162225.907500', '162226.367500', '162226.827500', '162227.287500', '162227.747500', '162228.207500', '162228.667500', '162229.127500', '162229.587500', '162230.047500', '162230.507500', '162230.967500', '162231.427500', '162231.887500', '162232.347500', '162232.807500', '162233.267500', '162233.727500', '162234.187500', '162234.647500', '162235.107500', '162235.567500', '162236.027500', '162236.487500', '162236.947500', '162237.407500', '162237.867500', '162238.327500', '162238.787500', '162239.247500', '162239.707500', '162240.167500', '162240.627500', '162241.087500', '162241.547500', '162242.007500', '162242.467500', '162242.927500', '162243.387500', '162243.847500', '162244.307500', '162244.767500', '162245.227500', '162245.687500', '162246.147500', '162246.607500', '162247.067500', '162247.527500', '162247.987500', '162248.447500', '162248.907500', '162249.367500', '162249.827500', '162250.287500', '162250.747500', '162251.207500', '162251.667500', '162252.127500', '162252.587500', '162253.047500', '162253.507500', '162253.967500', '162254.427500', '162254.887500', '162255.347500', '162255.807500', '162256.267500', '162256.727500', '162257.187500', '162257.647500', '162258.107500', '162258.567500', '162259.027500', '162259.487500', '162259.947500', '162300.407500', '162300.867500', '162301.327500', '162301.787500', '162302.247500', '162302.707500', '162303.167500', '162303.627500', '162304.087500', '162304.547500', '162305.007500', '162305.467500', '162305.927500', '162306.387500', '162306.847500', '162307.307500', '162307.767500', '162308.227500', '162308.687500', '162309.147500', '162309.607500', '162310.067500', '162310.527500', '162310.987500', '162311.447500', '162311.907500', '162312.367500', '162312.827500', '162313.287500', '162313.747500', '162314.207500', '162314.667500', '162315.127500', '162315.587500', '162316.047500', '162316.507500', '162316.967500', '162317.427500', '162317.887500', '162318.347500', '162318.807500', '162319.267500', '162319.727500', '162320.187500', '162320.647500', '162321.107500', '162321.567500', '162322.027500', '162322.487500', '162322.947500', '162323.407500', '162323.867500', '162324.327500', '162324.787500', '162325.247500', '162325.707500', '162326.167500', '162326.627500', '162327.087500', '162327.547500', '162328.007500', '162328.467500', '162328.927500', '162329.387500', '162329.847500', '162330.307500', '162330.767500', '162331.227500', '162331.687500', '162332.147500', '162332.607500', '162333.067500', '162333.527500', '162333.987500', '162334.447500', '162334.907500', '162335.367500', '162335.827500', '162336.287500', '162336.747500', '162337.207500', '162337.667500', '162338.127500', '162338.587500', '162339.047500', '162339.507500', '162339.967500', '162340.427500', '162340.887500', '162341.347500', '162341.807500', '162342.267500', '162342.727500', '162343.187500', '162343.647500', '162344.107500', '162344.567500', '162345.027500', '162345.487500', '162345.947500', '162346.407500', '162346.867500', '162347.327500', '162347.787500', '162348.247500', '162348.707500', '162349.167500', '162349.627500', '162350.087500', '162350.547500', '162351.007500', '162351.467500', '162351.927500', '162352.387500', '162352.847500', '162353.307500', '162353.767500', '162354.227500', '162354.687500', '162355.147500', '162355.607500', '162356.067500', '162356.527500', '162356.987500', '162357.447500', '162357.907500', '162358.367500', '162358.827500', '162359.287500', '162359.747500', '162400.207500', '162400.667500', '162401.127500', '162401.587500', '162402.047500', '162402.507500', '162402.967500', '162403.427500', '162403.887500', '162404.347500', '162404.807500', '162405.267500', '162405.727500', '162406.187500', '162406.647500', '162407.107500', '162407.567500', '162408.027500', '162408.487500', '162408.947500', '162409.407500', '162409.867500', '162410.327500', '162410.787500', '162411.247500', '162411.707500', '162412.167500', '162412.627500', '162413.087500', '162413.547500', '162414.007500', '162414.467500', '162414.927500', '162415.387500', '162415.847500', '162416.307500', '162416.767500', '162417.227500', '162417.687500', '162418.147500', '162418.607500', '162419.067500', '162419.527500', '162419.987500', '162420.447500', '162420.907500', '162421.367500', '162421.827500', '162422.287500', '162422.747500', '162423.207500', '162423.667500', '162424.127500', '162424.587500', '162425.047500', '162425.507500', '162425.967500', '162426.427500', '162426.887500', '162427.347500', '162427.807500', '162428.267500', '162428.727500', '162429.187500', '162429.647500', '162430.107500', '162430.567500', '162431.027500', '162431.487500', '162431.947500', '162432.407500', '162432.867500', '162433.327500', '162433.787500', '162434.247500', '162434.707500', '162435.167500', '162435.627500', '162436.087500', '162436.547500', '162437.007500', '162437.467500', '162437.927500', '162438.387500', '162438.847500', '162439.307500', '162439.767500', '162440.227500', '162440.687500', '162441.147500', '162441.607500', '162442.067500', '162442.527500', '162442.987500', '162443.447500', '162443.907500', '162444.367500', '162444.827500', '162445.287500', '162445.747500', '162446.207500', '162446.667500', '162447.127500', '162447.587500', '162448.047500', '162448.507500', '162448.967500', '162449.427500', '162449.887500', '162450.347500', '162450.807500', '162451.267500', '162451.727500', '162452.187500', '162452.647500', '162453.107500', '162453.567500', '162454.027500', '162454.487500', '162454.947500', '162455.407500', '162455.867500', '162456.327500', '162456.787500', '162457.247500', '162457.707500', '162458.167500', '162458.627500', '162459.087500', '162459.547500', '162500.007500', '162500.467500', '162500.927500', '162501.387500', '162501.847500', '162502.307500', '162502.767500', '162503.227500', '162503.687500', '162504.147500', '162504.607500', '162505.067500', '162505.527500', '162505.987500', '162506.447500', '162506.907500', '162507.367500', '162507.827500', '162508.287500', '162508.747500', '162509.207500', '162509.667500', '162510.127500', '162510.587500', '162511.047500', '162511.507500', '162511.967500', '162512.427500', '162512.887500', '162513.347500', '162513.807500', '162514.267500', '162514.727500', '162515.187500', '162515.647500', '162516.107500', '162516.567500', '162517.027500', '162517.487500', '162517.947500', '162518.407500', '162518.867500', '162519.327500', '162519.787500', '162520.247500', '162520.707500', '162521.167500', '162521.627500', '162522.087500', '162522.547500', '162523.007500', '162523.467500', '162523.927500', '162524.387500', '162524.847500', '162525.307500', '162525.767500', '162526.227500', '162526.687500', '162527.147500', '162527.607500', '162528.067500', '162528.527500', '162528.987500', '162529.447500', '162529.907500', '162530.367500', '162530.827500', '162531.287500', '162531.747500', '162532.207500', '162532.667500', '162533.127500', '162533.587500', '162534.047500', '162534.507500', '162534.967500', '162535.427500', '162535.887500', '162536.347500', '162536.807500', '162537.267500', '162537.727500', '162538.187500', '162538.647500', '162539.107500', '162539.567500', '162540.027500', '162540.487500', '162540.947500', '162541.407500', '162541.867500', '162542.327500', '162542.787500', '162543.247500', '162543.707500', '162544.167500', '162544.627500', '162545.087500', '162545.547500', '162546.007500', '162546.467500', '162546.927500', '162547.387500', '162547.847500', '162548.307500', '162548.767500', '162549.227500', '162549.687500', '162550.147500', '162550.607500', '162551.067500', '162551.527500', '162551.987500', '162552.447500', '162552.907500', '162553.367500', '162553.827500', '162554.287500', '162554.747500', '162555.207500', '162555.667500', '162556.127500', '162556.587500', '162557.047500', '162557.507500', '162557.967500', '162558.427500', '162558.887500', '162559.347500', '162559.807500', '162600.267500', '162600.727500', '162601.187500', '162601.647500', '162602.107500', '162602.567500', '162603.027500', '162603.487500', '162603.947500', '162604.407500', '162604.867500', '162605.327500', '162605.787500', '162606.247500', '162606.707500', '162607.167500', '162607.627500', '162608.087500', '162608.547500', '162609.007500', '162609.467500', '162609.927500', '162610.387500', '162610.847500', '162611.307500', '162611.767500', '162612.227500', '162612.687500', '162613.147500', '162613.607500', '162614.067500', '162614.527500', '162614.987500', '162615.447500', '162615.907500', '162616.367500', '162616.827500', '162617.287500', '162617.747500', '162618.207500', '162618.667500', '162619.127500', '162619.587500', '162620.047500', '162620.507500', '162620.967500', '162621.427500', '162621.887500', '162622.347500', '162622.807500', '162623.267500', '162623.727500', '162624.187500', '162624.647500', '162625.107500', '162625.567500', '162626.027500', '162626.487500', '162626.947500', '162627.407500', '162627.867500', '162628.327500', '162628.787500', '162629.247500', '162629.707500', '162630.167500', '162630.627500', '162631.087500', '162631.547500', '162632.007500', '162632.467500', '162632.927500', '162633.387500', '162633.847500', '162634.307500', '162634.767500', '162635.227500', '162635.687500', '162636.147500', '162636.607500', '162637.067500', '162637.527500', '162637.987500', '162638.447500', '162638.907500', '162639.367500', '162639.827500', '162640.287500', '162640.747500', '162641.207500', '162641.667500', '162642.127500', '162642.587500', '162643.047500', '162643.507500', '162643.967500', '162644.427500', '162644.887500', '162645.347500', '162645.807500', '162646.267500', '162646.727500', '162647.187500', '162647.647500', '162648.107500', '162648.567500', '162649.027500', '162649.487500', '162649.947500', '162650.407500', '162650.867500', '162651.327500', '162651.787500', '162652.247500', '162652.707500', '162653.167500', '162653.627500', '162654.087500', '162654.547500', '162655.007500', '162655.467500', '162655.927500', '162656.387500', '162656.847500', '162657.307500', '162657.767500', '162658.227500', '162658.687500', '162659.147500', '162659.607500', '162700.067500', '162700.527500', '162700.987500', '162701.447500', '162701.907500', '162702.367500', '162702.827500', '162703.287500', '162703.747500', '162704.207500', '162704.667500', '162705.127500', '162705.587500', '162706.047500', '162706.507500', '162706.967500', '162707.427500', '162707.887500', '162708.347500', '162708.807500', '162709.267500', '162709.727500', '162710.187500', '162710.647500', '162711.107500', '162711.567500', '162712.027500', '162712.487500', '162712.947500', '162713.407500', '162713.867500', '162714.327500', '162714.787500', '162715.247500', '162715.707500', '162716.167500', '162716.627500', '162717.087500', '162717.547500', '162718.007500', '162718.467500', '162718.927500', '162719.387500', '162719.847500', '162720.307500', '162720.767500', '162721.227500', '162721.687500', '162722.147500', '162722.607500', '162723.067500', '162723.527500', '162723.987500', '162724.447500', '162724.907500', '162725.367500', '162725.827500', '162726.287500', '162726.747500', '162727.207500', '162727.667500', '162728.127500', '162728.587500', '162729.047500', '162729.507500', '162729.967500', '162730.427500', '162730.887500', '162731.347500', '162731.807500', '162732.267500', '162732.727500', '162733.187500', '162733.647500', '162734.107500', '162734.567500', '162735.027500', '162735.487500', '162735.947500', '162736.407500', '162736.867500', '162737.327500', '162737.787500', '162738.247500', '162738.707500', '162739.167500', '162739.627500', '162740.087500', '162740.547500', '162741.007500', '162741.467500', '162741.927500', '162742.387500', '162742.847500', '162743.307500', '162743.767500', '162744.227500', '162744.687500', '162745.147500', '162745.607500', '162746.067500', '162746.527500', '162746.987500', '162747.447500', '162747.907500', '162748.367500', '162748.827500', '162749.287500', '162749.747500', '162750.207500', '162750.667500', '162751.127500', '162751.587500', '162752.047500', '162752.507500', '162752.967500', '162753.427500', '162753.887500', '162754.347500', '162754.807500', '162755.267500', '162755.727500', '162756.187500', '162756.647500', '162757.107500', '162757.567500', '162758.027500', '162758.487500', '162758.947500', '162759.407500', '162759.867500', '162800.327500', '162800.787500', '162801.247500', '162801.707500', '162802.167500', '162802.627500', '162803.087500', '162803.547500', '162804.007500', '162804.467500', '162804.927500', '162805.387500', '162805.847500', '162806.307500', '162806.767500', '162807.227500', '162807.687500', '162808.147500', '162808.607500', '162809.067500', '162809.527500', '162809.987500', '162810.447500', '162810.907500', '162811.367500', '162811.827500', '162812.287500', '162812.747500', '162813.207500', '162813.667500', '162814.127500', '162814.587500', '162815.047500', '162815.507500', '162815.967500', '162816.427500', '162816.887500', '162817.347500', '162817.807500', '162818.267500', '162818.727500', '162819.187500', '162819.647500', '162820.107500', '162820.567500', '162821.027500', '162821.487500', '162821.947500', '162822.407500', '162822.867500', '162823.327500', '162823.787500', '162824.247500', '162824.707500', '162825.167500', '162825.627500'], 'ContentTime': ['162155.287000', '162155.290000', '162155.292000', '162155.295000', '162155.298000', '162155.300000', '162155.303000', '162155.305000', '162155.308000', '162155.311000', '162155.313000', '162155.316000', '162155.318000', '162155.333000', '162155.335000', '162155.338000', '162155.340000', '162155.343000', '162155.345000', '162155.348000', '162215.253000', '162215.256000', '162215.259000', '162215.261000', '162215.264000', '162215.267000', '162215.269000', '162215.272000', '162215.274000', '162215.277000', '162215.279000', '162215.282000', '162215.285000', '162215.287000', '162215.290000', '162215.301000', '162215.303000', '162215.306000', '162215.308000', '162215.311000', '162215.314000', '162215.316000', '162215.319000', '162215.321000', '162215.324000', '162215.326000', '162215.329000', '162215.332000', '162215.334000', '162215.337000', '162215.339000', '162215.342000', '162215.345000', '162215.347000', '162215.350000', '162215.352000', '162215.355000', '162215.358000', '162215.360000', '162215.363000', '162215.365000', '162215.368000', '162215.370000', '162235.253000', '162235.256000', '162235.259000', '162235.262000', '162235.264000', '162235.267000', '162235.269000', '162235.272000', '162235.275000', '162235.277000', '162235.280000', '162235.282000', '162235.285000', '162235.288000', '162235.290000', '162235.293000', '162235.295000', '162235.298000', '162235.301000', '162235.303000', '162235.306000', '162235.308000', '162235.311000', '162235.313000', '162235.316000', '162235.319000', '162235.321000', '162235.324000', '162235.326000', '162235.329000', '162235.332000', '162235.334000', '162235.337000', '162235.339000', '162235.342000', '162235.344000', '162235.353000', '162235.356000', '162235.358000', '162235.361000', '162235.364000', '162235.366000', '162235.369000', '162235.371000', '162255.253000', '162255.256000', '162255.259000', '162255.261000', '162255.264000', '162255.267000', '162255.269000', '162255.272000', '162255.274000', '162255.277000', '162255.279000', '162255.282000', '162255.284000', '162255.287000', '162255.290000', '162255.292000', '162255.295000', '162255.297000', '162255.300000', '162255.303000', '162255.305000', '162255.308000', '162255.310000', '162255.313000', '162255.316000', '162255.318000', '162255.321000', '162255.323000', '162255.326000', '162255.328000', '162255.331000', '162255.334000', '162255.336000', '162255.339000', '162255.341000', '162255.344000', '162255.347000', '162255.349000', '162255.352000', '162255.354000', '162255.357000', '162255.360000', '162255.362000', '162315.253000', '162315.256000', '162315.259000', '162315.261000', '162315.264000', '162315.267000', '162315.270000', '162315.273000', '162315.276000', '162315.278000', '162315.281000', '162315.283000', '162315.286000', '162315.289000', '162315.291000', '162315.294000', '162315.296000', '162315.299000', '162315.301000', '162315.304000', '162315.307000', '162315.309000', '162315.312000', '162315.314000', '162315.317000', '162315.320000', '162315.323000', '162315.325000', '162315.328000', '162315.331000', '162315.333000', '162315.336000', '162315.338000', '162315.341000', '162315.343000', '162315.346000', '162315.349000', '162315.351000', '162315.354000', '162315.356000', '162315.359000', '162315.362000', '162315.364000', '162315.367000', '162335.253000', '162335.256000', '162335.259000', '162335.262000', '162335.264000', '162335.267000', '162335.270000', '162335.272000', '162335.275000', '162335.277000', '162335.280000', '162335.282000', '162335.285000', '162335.288000', '162335.290000', '162335.293000', '162335.295000', '162335.298000', '162335.301000', '162335.303000', '162335.306000', '162335.308000', '162335.311000', '162335.314000', '162335.316000', '162335.319000', '162335.321000', '162335.324000', '162335.327000', '162335.329000', '162335.332000', '162335.334000', '162335.346000', '162335.348000', '162335.351000', '162335.353000', '162335.356000', '162335.359000', '162335.361000', '162335.364000', '162335.366000', '162335.369000', '162335.371000', '162355.254000', '162355.257000', '162355.260000', '162355.263000', '162355.265000', '162355.268000', '162355.270000', '162355.273000', '162355.276000', '162355.278000', '162355.281000', '162355.284000', '162355.286000', '162355.289000', '162355.291000', '162355.294000', '162355.297000', '162355.299000', '162355.302000', '162355.305000', '162355.307000', '162355.310000', '162355.312000', '162355.315000', '162355.318000', '162355.320000', '162355.323000', '162355.325000', '162355.328000', '162355.331000', '162355.333000', '162355.336000', '162355.339000', '162355.341000', '162355.344000', '162355.346000', '162355.349000', '162355.352000', '162355.354000', '162355.357000', '162355.359000', '162355.362000', '162355.364000', '162355.367000', '162415.253000', '162415.256000', '162415.259000', '162415.262000', '162415.264000', '162415.267000', '162415.269000', '162415.272000', '162415.275000', '162415.277000', '162415.280000', '162415.282000', '162415.285000', '162415.288000', '162415.290000', '162415.293000', '162415.295000', '162415.298000', '162415.301000', '162415.304000', '162415.306000', '162415.309000', '162415.311000', '162415.314000', '162415.317000', '162415.319000', '162415.322000', '162415.324000', '162415.327000', '162415.329000', '162415.332000', '162415.334000', '162415.337000', '162415.340000', '162415.342000', '162415.345000', '162415.347000', '162415.350000', '162415.352000', '162415.355000', '162415.357000', '162415.360000', '162415.363000', '162435.253000', '162435.256000', '162435.268000', '162435.271000', '162435.274000', '162435.277000', '162435.279000', '162435.282000', '162435.285000', '162435.287000', '162435.290000', '162435.293000', '162435.295000', '162435.298000', '162435.301000', '162435.303000', '162435.307000', '162435.309000', '162435.312000', '162435.315000', '162435.317000', '162435.320000', '162435.323000', '162435.325000', '162435.328000', '162435.331000', '162435.333000', '162435.336000', '162435.338000', '162435.341000', '162435.344000', '162435.346000', '162435.349000', '162435.352000', '162435.354000', '162435.357000', '162435.359000', '162435.362000', '162435.365000', '162435.367000', '162435.370000', '162435.373000', '162435.375000', '162455.253000', '162455.257000', '162455.259000', '162455.262000', '162455.264000', '162455.268000', '162455.270000', '162455.273000', '162455.275000', '162455.278000', '162455.281000', '162455.283000', '162455.286000', '162455.289000', '162455.291000', '162455.294000', '162455.296000', '162455.299000', '162455.302000', '162455.304000', '162455.307000', '162455.310000', '162455.312000', '162455.315000', '162455.317000', '162455.320000', '162455.323000', '162455.325000', '162455.328000', '162455.331000', '162455.333000', '162455.336000', '162455.338000', '162455.341000', '162455.344000', '162455.346000', '162455.349000', '162455.351000', '162455.354000', '162455.357000', '162455.359000', '162455.362000', '162455.364000', '162455.367000', '162515.254000', '162515.257000', '162515.259000', '162515.262000', '162515.264000', '162515.267000', '162515.270000', '162515.272000', '162515.275000', '162515.277000', '162515.280000', '162515.282000', '162515.285000', '162515.287000', '162515.290000', '162515.293000', '162515.295000', '162515.298000', '162515.300000', '162515.303000', '162515.306000', '162515.308000', '162515.311000', '162515.313000', '162515.316000', '162515.319000', '162515.321000', '162515.324000', '162515.342000', '162515.345000', '162515.347000', '162515.350000', '162515.353000', '162515.355000', '162515.358000', '162515.360000', '162515.363000', '162515.366000', '162515.368000', '162515.371000', '162515.373000', '162515.376000', '162515.379000', '162535.254000', '162535.256000', '162535.259000', '162535.262000', '162535.265000', '162535.268000', '162535.270000', '162535.273000', '162535.276000', '162535.278000', '162535.281000', '162535.283000', '162535.286000', '162535.289000', '162535.291000', '162535.294000', '162535.297000', '162535.299000', '162535.302000', '162535.304000', '162535.307000', '162535.309000', '162535.312000', '162535.315000', '162535.317000', '162535.320000', '162535.322000', '162535.325000', '162535.328000', '162535.330000', '162535.333000', '162535.335000', '162535.338000', '162535.341000', '162535.343000', '162535.346000', '162535.349000', '162535.351000', '162535.354000', '162535.356000', '162535.359000', '162535.361000', '162535.364000', '162535.367000', '162555.253000', '162555.256000', '162555.259000', '162555.261000', '162555.264000', '162555.267000', '162555.269000', '162555.272000', '162555.274000', '162555.277000', '162555.279000', '162555.282000', '162555.285000', '162555.287000', '162555.290000', '162555.292000', '162555.295000', '162555.298000', '162555.301000', '162555.303000', '162555.306000', '162555.309000', '162555.311000', '162555.314000', '162555.317000', '162555.319000', '162555.322000', '162555.324000', '162555.327000', '162555.330000', '162555.332000', '162555.335000', '162555.338000', '162555.340000', '162555.343000', '162555.347000', '162555.350000', '162555.352000', '162555.355000', '162555.357000', '162555.360000', '162555.363000', '162555.365000', '162615.255000', '162615.257000', '162615.260000', '162615.263000', '162615.266000', '162615.269000', '162615.271000', '162615.274000', '162615.277000', '162615.279000', '162615.282000', '162615.285000', '162615.287000', '162615.290000', '162615.293000', '162615.295000', '162615.298000', '162615.301000', '162615.303000', '162615.306000', '162615.308000', '162615.311000', '162615.314000', '162615.316000', '162615.319000', '162615.321000', '162615.324000', '162615.327000', '162615.329000', '162615.332000', '162615.334000', '162615.337000', '162615.339000', '162615.342000', '162615.345000', '162615.347000', '162615.350000', '162615.352000', '162615.355000', '162615.357000', '162615.360000', '162615.362000', '162615.365000', '162615.368000', '162635.254000', '162635.257000', '162635.259000', '162635.262000', '162635.264000', '162635.267000', '162635.270000', '162635.272000', '162635.275000', '162635.278000', '162635.280000', '162635.283000', '162635.285000', '162635.288000', '162635.291000', '162635.293000', '162635.296000', '162635.299000', '162635.301000', '162635.304000', '162635.306000', '162635.309000', '162635.311000', '162635.314000', '162635.317000', '162635.319000', '162635.322000', '162635.325000', '162635.327000', '162635.330000', '162635.333000', '162635.337000', '162635.340000', '162635.342000', '162635.345000', '162635.348000', '162635.351000', '162635.353000', '162635.356000', '162635.359000', '162635.361000', '162635.364000', '162635.366000', '162655.254000', '162655.257000', '162655.259000', '162655.262000', '162655.264000', '162655.267000', '162655.270000', '162655.272000', '162655.275000', '162655.277000', '162655.280000', '162655.283000', '162655.285000', '162655.288000', '162655.291000', '162655.293000', '162655.296000', '162655.298000', '162655.301000', '162655.304000', '162655.306000', '162655.309000', '162655.311000', '162655.314000', '162655.317000', '162655.319000', '162655.322000', '162655.324000', '162655.327000', '162655.330000', '162655.332000', '162655.335000', '162655.337000', '162655.340000', '162655.343000', '162655.345000', '162655.348000', '162655.350000', '162655.353000', '162655.356000', '162655.358000', '162655.361000', '162655.364000', '162655.366000', '162715.254000', '162715.256000', '162715.259000', '162715.262000', '162715.264000', '162715.267000', '162715.269000', '162715.272000', '162715.275000', '162715.277000', '162715.280000', '162715.282000', '162715.285000', '162715.288000', '162715.290000', '162715.293000', '162715.295000', '162715.298000', '162715.300000', '162715.303000', '162715.306000', '162715.308000', '162715.311000', '162715.313000', '162715.316000', '162715.319000', '162715.321000', '162715.325000', '162715.328000', '162715.330000', '162715.333000', '162715.336000', '162715.338000', '162715.341000', '162715.344000', '162715.346000', '162715.349000', '162715.351000', '162715.354000', '162715.357000', '162715.359000', '162715.362000', '162715.365000', '162735.254000', '162735.256000', '162735.259000', '162735.261000', '162735.264000', '162735.267000', '162735.269000', '162735.272000', '162735.274000', '162735.277000', '162735.280000', '162735.282000', '162735.285000', '162735.287000', '162735.290000', '162735.292000', '162735.295000', '162735.298000', '162735.301000', '162735.303000', '162735.306000', '162735.309000', '162735.311000', '162735.314000', '162735.317000', '162735.319000', '162735.322000', '162735.325000', '162735.327000', '162735.330000', '162735.332000', '162735.335000', '162735.338000', '162735.340000', '162735.343000', '162735.346000', '162735.348000', '162735.351000', '162735.353000', '162735.356000', '162735.359000', '162735.361000', '162735.364000', '162735.366000', '162755.253000', '162755.256000', '162755.259000', '162755.262000', '162755.264000', '162755.267000', '162755.270000', '162755.273000', '162755.275000', '162755.278000', '162755.280000', '162755.283000', '162755.286000', '162755.288000', '162755.291000', '162755.294000', '162755.296000', '162755.299000', '162755.301000', '162755.304000', '162755.307000', '162755.309000', '162755.312000', '162755.315000', '162755.317000', '162755.320000', '162755.322000', '162755.325000', '162755.328000', '162755.330000', '162755.334000', '162755.337000', '162755.339000', '162755.342000', '162755.345000', '162755.348000', '162755.350000', '162755.355000', '162755.357000', '162755.360000', '162755.363000', '162755.365000', '162755.368000', '162815.254000', '162815.256000', '162815.259000', '162815.262000', '162815.264000', '162815.267000', '162815.280000', '162815.282000', '162815.285000', '162815.288000', '162815.290000', '162815.293000', '162815.296000', '162815.298000', '162815.301000', '162815.304000', '162815.306000', '162815.309000', '162815.312000', '162815.314000', '162815.317000', '162815.320000', '162815.322000', '162815.325000', '162815.327000', '162815.330000', '162815.332000', '162815.335000', '162815.338000', '162815.340000', '162815.343000', '162815.345000', '162815.348000', '162815.351000', '162815.353000', '162815.356000', '162815.359000', '162815.361000', '162815.364000', '162815.366000', '162815.369000', '162815.372000', '162815.374000', '162815.377000', '162827.131000', '162827.135000', '162827.138000', '162827.141000', '162827.143000', '162827.146000', '162827.149000', '162827.152000', '162827.154000', '162827.157000', '162827.160000', '162827.164000', '162827.166000', '162827.169000', '162827.172000', '162827.175000', '162827.177000', '162827.180000', '162827.183000', '162827.186000', '162827.189000', '162827.191000', '162827.194000', '162827.197000', '162827.200000', '162827.203000'], 'InstanceCreationTime': ['162155.287000', '162155.290000', '162155.292000', '162155.295000', '162155.298000', '162155.300000', '162155.303000', '162155.305000', '162155.308000', '162155.311000', '162155.313000', '162155.316000', '162155.318000', '162155.333000', '162155.335000', '162155.338000', '162155.340000', '162155.343000', '162155.345000', '162155.348000', '162215.253000', '162215.256000', '162215.259000', '162215.261000', '162215.264000', '162215.267000', '162215.269000', '162215.272000', '162215.274000', '162215.277000', '162215.279000', '162215.282000', '162215.285000', '162215.287000', '162215.290000', '162215.301000', '162215.303000', '162215.306000', '162215.308000', '162215.311000', '162215.314000', '162215.316000', '162215.319000', '162215.321000', '162215.324000', '162215.326000', '162215.329000', '162215.332000', '162215.334000', '162215.337000', '162215.339000', '162215.342000', '162215.345000', '162215.347000', '162215.350000', '162215.352000', '162215.355000', '162215.358000', '162215.360000', '162215.363000', '162215.365000', '162215.368000', '162215.370000', '162235.253000', '162235.256000', '162235.259000', '162235.262000', '162235.264000', '162235.267000', '162235.269000', '162235.272000', '162235.275000', '162235.277000', '162235.280000', '162235.282000', '162235.285000', '162235.288000', '162235.290000', '162235.293000', '162235.295000', '162235.298000', '162235.301000', '162235.303000', '162235.306000', '162235.308000', '162235.311000', '162235.313000', '162235.316000', '162235.319000', '162235.321000', '162235.324000', '162235.326000', '162235.329000', '162235.332000', '162235.334000', '162235.337000', '162235.339000', '162235.342000', '162235.344000', '162235.353000', '162235.356000', '162235.358000', '162235.361000', '162235.364000', '162235.366000', '162235.369000', '162235.371000', '162255.253000', '162255.256000', '162255.259000', '162255.261000', '162255.264000', '162255.267000', '162255.269000', '162255.272000', '162255.274000', '162255.277000', '162255.279000', '162255.282000', '162255.284000', '162255.287000', '162255.290000', '162255.292000', '162255.295000', '162255.297000', '162255.300000', '162255.303000', '162255.305000', '162255.308000', '162255.310000', '162255.313000', '162255.316000', '162255.318000', '162255.321000', '162255.323000', '162255.326000', '162255.328000', '162255.331000', '162255.334000', '162255.336000', '162255.339000', '162255.341000', '162255.344000', '162255.347000', '162255.349000', '162255.352000', '162255.354000', '162255.357000', '162255.360000', '162255.362000', '162315.253000', '162315.256000', '162315.259000', '162315.261000', '162315.264000', '162315.267000', '162315.270000', '162315.273000', '162315.276000', '162315.278000', '162315.281000', '162315.283000', '162315.286000', '162315.289000', '162315.291000', '162315.294000', '162315.296000', '162315.299000', '162315.301000', '162315.304000', '162315.307000', '162315.309000', '162315.312000', '162315.314000', '162315.317000', '162315.320000', '162315.323000', '162315.325000', '162315.328000', '162315.331000', '162315.333000', '162315.336000', '162315.338000', '162315.341000', '162315.343000', '162315.346000', '162315.349000', '162315.351000', '162315.354000', '162315.356000', '162315.359000', '162315.362000', '162315.364000', '162315.367000', '162335.253000', '162335.256000', '162335.259000', '162335.262000', '162335.264000', '162335.267000', '162335.270000', '162335.272000', '162335.275000', '162335.277000', '162335.280000', '162335.282000', '162335.285000', '162335.288000', '162335.290000', '162335.293000', '162335.295000', '162335.298000', '162335.301000', '162335.303000', '162335.306000', '162335.308000', '162335.311000', '162335.314000', '162335.316000', '162335.319000', '162335.321000', '162335.324000', '162335.327000', '162335.329000', '162335.332000', '162335.334000', '162335.346000', '162335.348000', '162335.351000', '162335.353000', '162335.356000', '162335.359000', '162335.361000', '162335.364000', '162335.366000', '162335.369000', '162335.371000', '162355.254000', '162355.257000', '162355.260000', '162355.263000', '162355.265000', '162355.268000', '162355.270000', '162355.273000', '162355.276000', '162355.278000', '162355.281000', '162355.284000', '162355.286000', '162355.289000', '162355.291000', '162355.294000', '162355.297000', '162355.299000', '162355.302000', '162355.305000', '162355.307000', '162355.310000', '162355.312000', '162355.315000', '162355.318000', '162355.320000', '162355.323000', '162355.325000', '162355.328000', '162355.331000', '162355.333000', '162355.336000', '162355.339000', '162355.341000', '162355.344000', '162355.346000', '162355.349000', '162355.352000', '162355.354000', '162355.357000', '162355.359000', '162355.362000', '162355.364000', '162355.367000', '162415.253000', '162415.256000', '162415.259000', '162415.262000', '162415.264000', '162415.267000', '162415.269000', '162415.272000', '162415.275000', '162415.277000', '162415.280000', '162415.282000', '162415.285000', '162415.288000', '162415.290000', '162415.293000', '162415.295000', '162415.298000', '162415.301000', '162415.304000', '162415.306000', '162415.309000', '162415.311000', '162415.314000', '162415.317000', '162415.319000', '162415.322000', '162415.324000', '162415.327000', '162415.329000', '162415.332000', '162415.334000', '162415.337000', '162415.340000', '162415.342000', '162415.345000', '162415.347000', '162415.350000', '162415.352000', '162415.355000', '162415.357000', '162415.360000', '162415.363000', '162435.253000', '162435.256000', '162435.268000', '162435.271000', '162435.274000', '162435.277000', '162435.279000', '162435.282000', '162435.285000', '162435.287000', '162435.290000', '162435.293000', '162435.295000', '162435.298000', '162435.301000', '162435.303000', '162435.307000', '162435.309000', '162435.312000', '162435.315000', '162435.317000', '162435.320000', '162435.323000', '162435.325000', '162435.328000', '162435.331000', '162435.333000', '162435.336000', '162435.338000', '162435.341000', '162435.344000', '162435.346000', '162435.349000', '162435.352000', '162435.354000', '162435.357000', '162435.359000', '162435.362000', '162435.365000', '162435.367000', '162435.370000', '162435.373000', '162435.375000', '162455.253000', '162455.257000', '162455.259000', '162455.262000', '162455.264000', '162455.268000', '162455.270000', '162455.273000', '162455.275000', '162455.278000', '162455.281000', '162455.283000', '162455.286000', '162455.289000', '162455.291000', '162455.294000', '162455.296000', '162455.299000', '162455.302000', '162455.304000', '162455.307000', '162455.310000', '162455.312000', '162455.315000', '162455.317000', '162455.320000', '162455.323000', '162455.325000', '162455.328000', '162455.331000', '162455.333000', '162455.336000', '162455.338000', '162455.341000', '162455.344000', '162455.346000', '162455.349000', '162455.351000', '162455.354000', '162455.357000', '162455.359000', '162455.362000', '162455.364000', '162455.367000', '162515.254000', '162515.257000', '162515.259000', '162515.262000', '162515.264000', '162515.267000', '162515.270000', '162515.272000', '162515.275000', '162515.277000', '162515.280000', '162515.282000', '162515.285000', '162515.287000', '162515.290000', '162515.293000', '162515.295000', '162515.298000', '162515.300000', '162515.303000', '162515.306000', '162515.308000', '162515.311000', '162515.313000', '162515.316000', '162515.319000', '162515.321000', '162515.324000', '162515.342000', '162515.345000', '162515.347000', '162515.350000', '162515.353000', '162515.355000', '162515.358000', '162515.360000', '162515.363000', '162515.366000', '162515.368000', '162515.371000', '162515.373000', '162515.376000', '162515.379000', '162535.254000', '162535.256000', '162535.259000', '162535.262000', '162535.265000', '162535.268000', '162535.270000', '162535.273000', '162535.276000', '162535.278000', '162535.281000', '162535.283000', '162535.286000', '162535.289000', '162535.291000', '162535.294000', '162535.297000', '162535.299000', '162535.302000', '162535.304000', '162535.307000', '162535.309000', '162535.312000', '162535.315000', '162535.317000', '162535.320000', '162535.322000', '162535.325000', '162535.328000', '162535.330000', '162535.333000', '162535.335000', '162535.338000', '162535.341000', '162535.343000', '162535.346000', '162535.349000', '162535.351000', '162535.354000', '162535.356000', '162535.359000', '162535.361000', '162535.364000', '162535.367000', '162555.253000', '162555.256000', '162555.259000', '162555.261000', '162555.264000', '162555.267000', '162555.269000', '162555.272000', '162555.274000', '162555.277000', '162555.279000', '162555.282000', '162555.285000', '162555.287000', '162555.290000', '162555.292000', '162555.295000', '162555.298000', '162555.301000', '162555.303000', '162555.306000', '162555.309000', '162555.311000', '162555.314000', '162555.317000', '162555.319000', '162555.322000', '162555.324000', '162555.327000', '162555.330000', '162555.332000', '162555.335000', '162555.338000', '162555.340000', '162555.343000', '162555.347000', '162555.350000', '162555.352000', '162555.355000', '162555.357000', '162555.360000', '162555.363000', '162555.365000', '162615.255000', '162615.257000', '162615.260000', '162615.263000', '162615.266000', '162615.269000', '162615.271000', '162615.274000', '162615.277000', '162615.279000', '162615.282000', '162615.285000', '162615.287000', '162615.290000', '162615.293000', '162615.295000', '162615.298000', '162615.301000', '162615.303000', '162615.306000', '162615.308000', '162615.311000', '162615.314000', '162615.316000', '162615.319000', '162615.321000', '162615.324000', '162615.327000', '162615.329000', '162615.332000', '162615.334000', '162615.337000', '162615.339000', '162615.342000', '162615.345000', '162615.347000', '162615.350000', '162615.352000', '162615.355000', '162615.357000', '162615.360000', '162615.362000', '162615.365000', '162615.368000', '162635.254000', '162635.257000', '162635.259000', '162635.262000', '162635.264000', '162635.267000', '162635.270000', '162635.272000', '162635.275000', '162635.278000', '162635.280000', '162635.283000', '162635.285000', '162635.288000', '162635.291000', '162635.293000', '162635.296000', '162635.299000', '162635.301000', '162635.304000', '162635.306000', '162635.309000', '162635.311000', '162635.314000', '162635.317000', '162635.319000', '162635.322000', '162635.325000', '162635.327000', '162635.330000', '162635.333000', '162635.337000', '162635.340000', '162635.342000', '162635.345000', '162635.348000', '162635.351000', '162635.353000', '162635.356000', '162635.359000', '162635.361000', '162635.364000', '162635.366000', '162655.254000', '162655.257000', '162655.259000', '162655.262000', '162655.264000', '162655.267000', '162655.270000', '162655.272000', '162655.275000', '162655.277000', '162655.280000', '162655.283000', '162655.285000', '162655.288000', '162655.291000', '162655.293000', '162655.296000', '162655.298000', '162655.301000', '162655.304000', '162655.306000', '162655.309000', '162655.311000', '162655.314000', '162655.317000', '162655.319000', '162655.322000', '162655.324000', '162655.327000', '162655.330000', '162655.332000', '162655.335000', '162655.337000', '162655.340000', '162655.343000', '162655.345000', '162655.348000', '162655.350000', '162655.353000', '162655.356000', '162655.358000', '162655.361000', '162655.364000', '162655.366000', '162715.254000', '162715.256000', '162715.259000', '162715.262000', '162715.264000', '162715.267000', '162715.269000', '162715.272000', '162715.275000', '162715.277000', '162715.280000', '162715.282000', '162715.285000', '162715.288000', '162715.290000', '162715.293000', '162715.295000', '162715.298000', '162715.300000', '162715.303000', '162715.306000', '162715.308000', '162715.311000', '162715.313000', '162715.316000', '162715.319000', '162715.321000', '162715.325000', '162715.328000', '162715.330000', '162715.333000', '162715.336000', '162715.338000', '162715.341000', '162715.344000', '162715.346000', '162715.349000', '162715.351000', '162715.354000', '162715.357000', '162715.359000', '162715.362000', '162715.365000', '162735.254000', '162735.256000', '162735.259000', '162735.261000', '162735.264000', '162735.267000', '162735.269000', '162735.272000', '162735.274000', '162735.277000', '162735.280000', '162735.282000', '162735.285000', '162735.287000', '162735.290000', '162735.292000', '162735.295000', '162735.298000', '162735.301000', '162735.303000', '162735.306000', '162735.309000', '162735.311000', '162735.314000', '162735.317000', '162735.319000', '162735.322000', '162735.325000', '162735.327000', '162735.330000', '162735.332000', '162735.335000', '162735.338000', '162735.340000', '162735.343000', '162735.346000', '162735.348000', '162735.351000', '162735.353000', '162735.356000', '162735.359000', '162735.361000', '162735.364000', '162735.366000', '162755.253000', '162755.256000', '162755.259000', '162755.262000', '162755.264000', '162755.267000', '162755.270000', '162755.273000', '162755.275000', '162755.278000', '162755.280000', '162755.283000', '162755.286000', '162755.288000', '162755.291000', '162755.294000', '162755.296000', '162755.299000', '162755.301000', '162755.304000', '162755.307000', '162755.309000', '162755.312000', '162755.315000', '162755.317000', '162755.320000', '162755.322000', '162755.325000', '162755.328000', '162755.330000', '162755.334000', '162755.337000', '162755.339000', '162755.342000', '162755.345000', '162755.348000', '162755.350000', '162755.355000', '162755.357000', '162755.360000', '162755.363000', '162755.365000', '162755.368000', '162815.254000', '162815.256000', '162815.259000', '162815.262000', '162815.264000', '162815.267000', '162815.280000', '162815.282000', '162815.285000', '162815.288000', '162815.290000', '162815.293000', '162815.296000', '162815.298000', '162815.301000', '162815.304000', '162815.306000', '162815.309000', '162815.312000', '162815.314000', '162815.317000', '162815.320000', '162815.322000', '162815.325000', '162815.327000', '162815.330000', '162815.332000', '162815.335000', '162815.338000', '162815.340000', '162815.343000', '162815.345000', '162815.348000', '162815.351000', '162815.353000', '162815.356000', '162815.359000', '162815.361000', '162815.364000', '162815.366000', '162815.369000', '162815.372000', '162815.374000', '162815.377000', '162827.131000', '162827.135000', '162827.138000', '162827.141000', '162827.143000', '162827.146000', '162827.149000', '162827.152000', '162827.154000', '162827.157000', '162827.160000', '162827.164000', '162827.166000', '162827.169000', '162827.172000', '162827.175000', '162827.177000', '162827.180000', '162827.183000', '162827.186000', '162827.189000', '162827.191000', '162827.194000', '162827.197000', '162827.200000', '162827.203000'], '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': [11084, 18625, 15735, 16654, 12351, 13157, 9695, 9737, 18356, 15550, 15301, 10630, 11801, 11043, 13179, 18054, 15982, 14724, 12021, 12118, 17107, 13070, 18188, 15222, 14895, 10783, 12217, 12806, 13474, 18786, 15398, 13733, 11550, 12289, 9911, 14750, 11341, 14944, 10280, 11373, 18397, 14613, 16993, 12412, 14867, 10987, 16021, 18179, 14355, 17254, 12169, 15168, 10949, 16937, 18115, 14682, 14590, 11369, 15021, 10030, 15832, 16399, 14092, 12394, 9913, 16334, 12396, 16485, 12364, 16075, 11340, 11098, 18366, 14825, 16942, 12206, 14336, 9324, 10704, 9005, 14221, 14503, 14065, 10251, 9754, 18210, 15035, 15220, 11472, 14171, 12381, 10478, 18027, 15228, 15785, 11633, 14155, 8930, 11542, 17415, 14488, 17279, 14679, 12346, 10274, 10820, 9804, 14730, 11314, 14303, 9478, 10881, 16938, 14732, 16757, 12894, 17418, 13228, 15841, 12943, 15624, 12624, 10231, 18323, 13892, 15752, 12764, 14453, 9767, 9461, 16338, 13112, 16809, 14711, 15129, 11614, 13762, 10934, 14746, 19553, 15916, 14760, 11897, 13491, 11301, 14912, 11620, 14719, 9972, 13459, 9688, 15584, 15799, 15117, 9845, 12094, 17740, 14420, 18313, 15743, 14600, 11678, 12323, 9712, 16149, 14101, 15973, 10371, 10947, 17235, 12757, 18201, 14769, 14748, 11232, 13025, 10380, 14663, 10970, 14936, 8320, 12238, 12095, 13407, 20835, 15757, 16126, 11689, 13420, 10989, 15443, 11830, 15689, 9431, 12045, 8165, 14391, 16065, 15288, 12189, 10148, 18404, 13994, 16388, 14761, 14426, 12786, 9753, 13482, 10791, 14953, 11383, 15423, 8921, 12584, 17399, 12839, 17321, 12966, 13644, 11643, 13265, 8684, 9478, 14403, 12439, 16340, 14203, 12342, 10671, 10245, 9981, 12878, 10671, 13881, 9624, 14499, 12553, 16483, 17545, 14873, 14969, 11567, 18399, 15348, 16369, 11916, 14119, 13370, 10034, 18700, 14949, 14065, 9026, 10201, 16270, 12979, 18330, 14688, 14217, 11135, 12595, 10366, 15477, 9914, 14052, 12536, 12854, 18189, 15502, 14675, 10944, 12602, 10501, 15966, 16268, 14405, 13375, 10753, 19279, 15420, 17034, 14307, 15554, 10250, 13590, 18290, 14935, 16789, 12908, 12209, 9266, 11860, 18016, 15025, 15425, 12127, 12318, 9723, 13363, 11130, 15602, 10049, 12790, 10256, 13130, 17754, 15059, 16302, 12116, 15334, 11916, 16461, 11554, 15738, 9684, 11929, 17764, 13115, 16826, 13697, 14124, 10731, 12181, 8871, 14470, 11313, 15916, 9711, 14302, 10004, 16618, 18183, 15098, 13212, 10588, 18425, 13513, 17297, 12560, 14904, 9079, 10746, 10927, 10189, 20347, 15351, 15985, 11937, 12510, 10411, 18111, 13969, 16653, 11359, 12945, 11912, 10249, 19663, 15727, 16143, 12823, 15956, 11909, 16405, 18838, 14383, 16131, 11659, 10852, 9207, 10516, 18856, 14810, 13351, 9974, 9597, 8623, 10768, 17044, 13686, 14962, 10718, 12786, 11053, 14625, 11186, 14284, 8575, 11228, 14506, 13034, 18569, 16623, 15430, 11031, 12555, 13962, 15146, 20556, 15935, 16880, 11835, 15325, 10787, 16346, 14923, 14977, 10958, 9911, 18848, 14888, 17268, 12039, 14415, 8799, 11397, 8898, 15449, 14819, 16334, 9648, 13370, 14024, 12807, 19081, 16528, 16115, 12440, 12684, 9795, 14355, 20015, 16398, 15333, 11998, 11499, 8711, 13294, 17452, 14964, 16687, 11426, 13269, 9779, 14846, 14397, 14733, 10713, 9877, 16976, 13354, 17694, 15293, 15133, 11315, 14214, 10543, 16467, 16594, 15397, 16054, 11116, 15251, 10042, 13810, 13429, 14900, 9760, 10663, 12177, 11366, 20152, 15201, 17832, 12775, 15800, 11856, 15255, 12426, 16297, 11584, 10699, 19937, 13465, 15305, 11649, 14797, 9900, 12317, 8333, 14148, 15724, 16773, 11948, 12732, 16863, 12892, 18320, 16140, 16473, 12300, 13840, 11817, 14752, 18924, 16180, 13151, 11419, 10364, 9576, 12937, 20653, 15583, 15282, 11796, 11662, 9066, 12422, 14415, 13283, 13589, 12623, 10969, 10614, 19787, 14826, 16827, 13601, 15936, 11936, 17206, 13814, 17350, 12585, 16083, 10461, 16784, 17772, 16259, 15380, 11017, 17625, 10892, 16825, 11467, 15409, 8382, 10589, 10960, 14194, 19436, 16001, 15976, 11840, 12556, 9629, 14066, 17546, 13701, 13627, 10553, 16813, 11722, 14471, 12671, 14417, 15882, 12678, 10734, 9633, 17707, 13500, 15964, 11470, 13954, 8914, 10264, 10573, 10932, 16499, 13969, 12604, 11141, 15747, 11431, 17603, 14618, 15212, 11102, 14866, 10971, 18044, 14288, 16586, 10187, 13490, 17189, 14329, 18886, 15955, 14136, 10415, 12268, 13348, 15577, 10808, 11415, 18518, 13780, 18162, 15246, 16425, 10682, 13140, 13208, 13715, 19802, 16350, 13953, 11556, 12904, 9529, 15613, 14715, 15357, 10339, 10047, 19125, 13934, 17043, 11976, 14923, 9137, 11248, 12034, 11203, 18995, 14915, 14423, 11348, 11592, 9479, 12661, 10686, 14126, 9367, 11877, 8657, 11129, 14778, 13647, 17461, 13696, 16234, 10781, 15219, 11554, 16975, 14897, 16352, 11279, 14134, 10563, 15831, 12634, 16270, 9060, 15040, 13889, 17180, 18460, 15497, 12845, 10739, 19619, 13704, 17792, 14476, 15550, 11089, 16148, 17713, 14567, 19212, 11470, 13237, 9742, 14200, 14846, 15467, 16095, 11344, 17787, 12994, 16406, 13516, 15190, 12749, 9802, 18193, 12979, 15827, 12395, 14478, 11221, 9278, 16716, 12205, 16172, 13638, 15144, 11378, 15918, 10287, 15357, 17501, 14096, 14790, 10716, 15230, 11478, 13953, 10728, 13608, 9332, 11446, 7857, 13870, 11988, 15994, 8757, 13008, 15441, 15266, 18419, 15958, 12660, 11336, 19471, 15816, 16434, 12096, 14336, 12567, 9543, 18691, 14495, 14361, 10360, 12311, 8569, 16459, 16272, 16869, 9995, 12298, 17217, 12751, 19316, 17049, 15360, 11613, 11665, 9605, 15390, 18774, 15095, 15243, 11045, 14662, 9921, 13926, 14089, 14841, 12463, 9507, 17297, 11401, 15183, 10824, 15709, 10578, 12035, 8433, 9597, 17044, 14016, 15726, 12770, 13245, 10577, 11166, 9977, 12762, 10145, 13221, 8979, 12697, 10843, 15554, 10762, 14522, 13277, 14080, 19375, 16683, 15601, 12513, 17457, 12770, 18381, 14044, 16132, 9884, 12087, 16624, 13383, 18942, 15734, 14739, 11032, 11238, 17344, 12291, 18890, 15220, 12738, 9075, 9235, 9013, 11954, 16635, 13692, 12012, 9719, 17210, 11857, 18224, 15431, 16190, 11914, 14517, 10414, 16157, 21226, 16377, 14348, 11297, 10213, 10877, 10532, 18691, 15310, 14919, 10564, 12213, 9086, 12261, 18985, 15393, 15957, 11942, 12427, 10351, 12323, 9575, 14003, 8984, 12271, 7852, 12498], 'WindowCenter': [4019.0, 4024.0, 4011.0, 4007.0, 3987.0, 3986.0, 3964.0, 3964.0, 3992.0, 3992.0, 3980.0, 3961.0, 3975.0, 3970.0, 3986.0, 3995.0, 3992.0, 3983.0, 3972.0, 3975.0, 3993.0, 3971.0, 3994.0, 3981.0, 3983.0, 3963.0, 3974.0, 3968.0, 3983.0, 3994.0, 3984.0, 3979.0, 3971.0, 3971.0, 3964.0, 3997.0, 3975.0, 3996.0, 3975.0, 3983.0, 4007.0, 3997.0, 3996.0, 3987.0, 3994.0, 3976.0, 3994.0, 3997.0, 3986.0, 3995.0, 3976.0, 3985.0, 3961.0, 3993.0, 3990.0, 3980.0, 3982.0, 3974.0, 3979.0, 3948.0, 3984.0, 3980.0, 3981.0, 3968.0, 3960.0, 3990.0, 3981.0, 3996.0, 3970.0, 3981.0, 3962.0, 3960.0, 3989.0, 3983.0, 3980.0, 3972.0, 3982.0, 3953.0, 3962.0, 3952.0, 3982.0, 3984.0, 3985.0, 3965.0, 3962.0, 3995.0, 3985.0, 3993.0, 3971.0, 3985.0, 3971.0, 3961.0, 3995.0, 3982.0, 3982.0, 3974.0, 3982.0, 3950.0, 3975.0, 3994.0, 3985.0, 3991.0, 3983.0, 3974.0, 3961.0, 3971.0, 3965.0, 3996.0, 3975.0, 3994.0, 3966.0, 3975.0, 4005.0, 3999.0, 4004.0, 3984.0, 4004.0, 3983.0, 3997.0, 3983.0, 3993.0, 3971.0, 3965.0, 3991.0, 3985.0, 3992.0, 3973.0, 3985.0, 3965.0, 3962.0, 3994.0, 3986.0, 3995.0, 3997.0, 3993.0, 3976.0, 3996.0, 3971.0, 3998.0, 4003.0, 3996.0, 3981.0, 3986.0, 3981.0, 3975.0, 3997.0, 3973.0, 3994.0, 3975.0, 3994.0, 3964.0, 3998.0, 3997.0, 3994.0, 3962.0, 3984.0, 3992.0, 3995.0, 4007.0, 3996.0, 3981.0, 3975.0, 3984.0, 3964.0, 3993.0, 3982.0, 3995.0, 3961.0, 3973.0, 3991.0, 3983.0, 4003.0, 3986.0, 3983.0, 3972.0, 3980.0, 3962.0, 3992.0, 3975.0, 3996.0, 3953.0, 3987.0, 3975.0, 3987.0, 4015.0, 3994.0, 3992.0, 3986.0, 3981.0, 3973.0, 3994.0, 3973.0, 3994.0, 3966.0, 3988.0, 3956.0, 3995.0, 3994.0, 3994.0, 3986.0, 3974.0, 4007.0, 3993.0, 3995.0, 3983.0, 3982.0, 3971.0, 3965.0, 3981.0, 3972.0, 3994.0, 3975.0, 3997.0, 3966.0, 3986.0, 4007.0, 3984.0, 3994.0, 3986.0, 3983.0, 3973.0, 3984.0, 3955.0, 3967.0, 3994.0, 3999.0, 4006.0, 3998.0, 3988.0, 3985.0, 3974.0, 3979.0, 3998.0, 3988.0, 4011.0, 3992.0, 4009.0, 4000.0, 4019.0, 4011.0, 4000.0, 4000.0, 3986.0, 4008.0, 3994.0, 3998.0, 3975.0, 3983.0, 3982.0, 3964.0, 3992.0, 3982.0, 3970.0, 3953.0, 3963.0, 3980.0, 3982.0, 3994.0, 3981.0, 3981.0, 3972.0, 3971.0, 3965.0, 3992.0, 3966.0, 3997.0, 3985.0, 3983.0, 4004.0, 3994.0, 3981.0, 3973.0, 3983.0, 3961.0, 3994.0, 3993.0, 3986.0, 3985.0, 3973.0, 4003.0, 3994.0, 3995.0, 3985.0, 3995.0, 3961.0, 3985.0, 3994.0, 3981.0, 3982.0, 3973.0, 3972.0, 3949.0, 3971.0, 3994.0, 3981.0, 3980.0, 3970.0, 3971.0, 3961.0, 3982.0, 3972.0, 3996.0, 3962.0, 3984.0, 3965.0, 3985.0, 4004.0, 3997.0, 3996.0, 3984.0, 3993.0, 3972.0, 3993.0, 3976.0, 3994.0, 3965.0, 3986.0, 4003.0, 3986.0, 3992.0, 3983.0, 3983.0, 3977.0, 3984.0, 3964.0, 4000.0, 3985.0, 4009.0, 3978.0, 4009.0, 3974.0, 4008.0, 4006.0, 3996.0, 3995.0, 3974.0, 4005.0, 3984.0, 4008.0, 3984.0, 3997.0, 3953.0, 3973.0, 3972.0, 3974.0, 4018.0, 3996.0, 3998.0, 3986.0, 3995.0, 3976.0, 4009.0, 3995.0, 4008.0, 3973.0, 3984.0, 3971.0, 3963.0, 4008.0, 3999.0, 3993.0, 3984.0, 3993.0, 3973.0, 3995.0, 3993.0, 3984.0, 3979.0, 3974.0, 3961.0, 3953.0, 3960.0, 3991.0, 3983.0, 3981.0, 3962.0, 3965.0, 3951.0, 3974.0, 4007.0, 3995.0, 3995.0, 3976.0, 3984.0, 3989.0, 3999.0, 3986.0, 3999.0, 3966.0, 3986.0, 3994.0, 3999.0, 4010.0, 3995.0, 3993.0, 3977.0, 3986.0, 3982.0, 3997.0, 4004.0, 3994.0, 3992.0, 3984.0, 3993.0, 3972.0, 3994.0, 3981.0, 3983.0, 3974.0, 3963.0, 4002.0, 3992.0, 3995.0, 3972.0, 3982.0, 3963.0, 3973.0, 3952.0, 3997.0, 3994.0, 3998.0, 3964.0, 3996.0, 3997.0, 3985.0, 4008.0, 3995.0, 3993.0, 3984.0, 3983.0, 3961.0, 3993.0, 4003.0, 3994.0, 3992.0, 3972.0, 3972.0, 3950.0, 3982.0, 3992.0, 3985.0, 3995.0, 3973.0, 3983.0, 3962.0, 3994.0, 3983.0, 3994.0, 3973.0, 3974.0, 4004.0, 3996.0, 4005.0, 3995.0, 3993.0, 3989.0, 3995.0, 3975.0, 4007.0, 3994.0, 3995.0, 3993.0, 3973.0, 3994.0, 3963.0, 3997.0, 3984.0, 3997.0, 3963.0, 3979.0, 3984.0, 3986.0, 4016.0, 4008.0, 4006.0, 3997.0, 4005.0, 3986.0, 4007.0, 3985.0, 4006.0, 3986.0, 3976.0, 4017.0, 3996.0, 4006.0, 3986.0, 3996.0, 3976.0, 4000.0, 3966.0, 4008.0, 4007.0, 4008.0, 3986.0, 3997.0, 4006.0, 4000.0, 4010.0, 4007.0, 3995.0, 3985.0, 3999.0, 3976.0, 3997.0, 4003.0, 3994.0, 3980.0, 3973.0, 3962.0, 3962.0, 3985.0, 4005.0, 3994.0, 3995.0, 3984.0, 3986.0, 3964.0, 3985.0, 3995.0, 3996.0, 3995.0, 3986.0, 3988.0, 3987.0, 4017.0, 4008.0, 4007.0, 3997.0, 4006.0, 3987.0, 4007.0, 3996.0, 4006.0, 3986.0, 3998.0, 3976.0, 4005.0, 4004.0, 3993.0, 3982.0, 3973.0, 3992.0, 3972.0, 4005.0, 3975.0, 3982.0, 3955.0, 3973.0, 3972.0, 3995.0, 4004.0, 3995.0, 3993.0, 3984.0, 3982.0, 3962.0, 3994.0, 4007.0, 3984.0, 3983.0, 3975.0, 4005.0, 3984.0, 3995.0, 3983.0, 3995.0, 3994.0, 3987.0, 3973.0, 3964.0, 4005.0, 3995.0, 3996.0, 3975.0, 3985.0, 3964.0, 3976.0, 3975.0, 3987.0, 4006.0, 4007.0, 3996.0, 3987.0, 4007.0, 4001.0, 4018.0, 4009.0, 4007.0, 3988.0, 4008.0, 3987.0, 4020.0, 4000.0, 4007.0, 3977.0, 3997.0, 4005.0, 3997.0, 4005.0, 3995.0, 3986.0, 3976.0, 3984.0, 3984.0, 3995.0, 3973.0, 3985.0, 4005.0, 3995.0, 4005.0, 3995.0, 3994.0, 3973.0, 3984.0, 3982.0, 3984.0, 4004.0, 3994.0, 3982.0, 3973.0, 3981.0, 3951.0, 3996.0, 3982.0, 3993.0, 3962.0, 3963.0, 4003.0, 3983.0, 3994.0, 3973.0, 3983.0, 3963.0, 3973.0, 3983.0, 3974.0, 4005.0, 3998.0, 3995.0, 3986.0, 3986.0, 3976.0, 3997.0, 3986.0, 4008.0, 3977.0, 3999.0, 3978.0, 4000.0, 4009.0, 4011.0, 4020.0, 4011.0, 4020.0, 4000.0, 4009.0, 4000.0, 4021.0, 4010.0, 4009.0, 3988.0, 4009.0, 3987.0, 4009.0, 3998.0, 4009.0, 3977.0, 4008.0, 3995.0, 4019.0, 4019.0, 4008.0, 3996.0, 3987.0, 4017.0, 3997.0, 4007.0, 3997.0, 4006.0, 3986.0, 4007.0, 4005.0, 3994.0, 4004.0, 3974.0, 3983.0, 3962.0, 3994.0, 3993.0, 3993.0, 3996.0, 3974.0, 3995.0, 3981.0, 3993.0, 3984.0, 3983.0, 3972.0, 3962.0, 3993.0, 3983.0, 3993.0, 3972.0, 3983.0, 3971.0, 3963.0, 3993.0, 3984.0, 3994.0, 3996.0, 3994.0, 3986.0, 3995.0, 3974.0, 3996.0, 4005.0, 3995.0, 3994.0, 3975.0, 3995.0, 3986.0, 3996.0, 3987.0, 3997.0, 3977.0, 3998.0, 3966.0, 4010.0, 3998.0, 4023.0, 3979.0, 4010.0, 4008.0, 4021.0, 4020.0, 4009.0, 3997.0, 3988.0, 4007.0, 3996.0, 3996.0, 3973.0, 3983.0, 3983.0, 3963.0, 4005.0, 3984.0, 3983.0, 3974.0, 3984.0, 3953.0, 4006.0, 4005.0, 4005.0, 3964.0, 3985.0, 3993.0, 3984.0, 4005.0, 3994.0, 3985.0, 3973.0, 3972.0, 3950.0, 3994.0, 3993.0, 3983.0, 3992.0, 3975.0, 3981.0, 3960.0, 3982.0, 3984.0, 3982.0, 3982.0, 3962.0, 3992.0, 3972.0, 3993.0, 3973.0, 3994.0, 3962.0, 3984.0, 3953.0, 3968.0, 4005.0, 4000.0, 4006.0, 3998.0, 3996.0, 3987.0, 3986.0, 3977.0, 3998.0, 3977.0, 3998.0, 3978.0, 4002.0, 3988.0, 4009.0, 3987.0, 4009.0, 3997.0, 4009.0, 4019.0, 4009.0, 3996.0, 3986.0, 4005.0, 3985.0, 4006.0, 3984.0, 3994.0, 3963.0, 3974.0, 3991.0, 3983.0, 3993.0, 3984.0, 3982.0, 3962.0, 3972.0, 3991.0, 3971.0, 3992.0, 3982.0, 3970.0, 3951.0, 3951.0, 3950.0, 3972.0, 3993.0, 3984.0, 3983.0, 3963.0, 4004.0, 3984.0, 4004.0, 3996.0, 3995.0, 3985.0, 3993.0, 3962.0, 3995.0, 4004.0, 3994.0, 3982.0, 3973.0, 3962.0, 3961.0, 3962.0, 4003.0, 3994.0, 3982.0, 3973.0, 3973.0, 3952.0, 3984.0, 4004.0, 3995.0, 3994.0, 3985.0, 3985.0, 3976.0, 3986.0, 3975.0, 3997.0, 3966.0, 3998.0, 3967.0, 3999.0], 'WindowWidth': [8950.0, 8947.0, 8925.0, 8912.0, 8880.0, 8879.0, 8845.0, 8847.0, 8884.0, 8884.0, 8864.0, 8840.0, 8861.0, 8848.0, 8878.0, 8890.0, 8883.0, 8869.0, 8855.0, 8863.0, 8883.0, 8851.0, 8885.0, 8866.0, 8868.0, 8842.0, 8859.0, 8843.0, 8869.0, 8886.0, 8873.0, 8859.0, 8853.0, 8853.0, 8845.0, 8894.0, 8861.0, 8892.0, 8863.0, 8873.0, 8909.0, 8896.0, 8895.0, 8883.0, 8890.0, 8864.0, 8891.0, 8894.0, 8877.0, 8889.0, 8863.0, 8875.0, 8837.0, 8885.0, 8876.0, 8862.0, 8866.0, 8857.0, 8860.0, 8817.0, 8871.0, 8862.0, 8863.0, 8844.0, 8837.0, 8876.0, 8865.0, 8891.0, 8848.0, 8865.0, 8839.0, 8836.0, 8875.0, 8869.0, 8864.0, 8852.0, 8864.0, 8829.0, 8839.0, 8826.0, 8868.0, 8872.0, 8876.0, 8849.0, 8843.0, 8892.0, 8877.0, 8886.0, 8851.0, 8875.0, 8852.0, 8839.0, 8888.0, 8868.0, 8868.0, 8857.0, 8868.0, 8824.0, 8862.0, 8886.0, 8875.0, 8878.0, 8870.0, 8858.0, 8840.0, 8853.0, 8847.0, 8892.0, 8860.0, 8887.0, 8852.0, 8863.0, 8904.0, 8900.0, 8902.0, 8876.0, 8903.0, 8871.0, 8896.0, 8869.0, 8885.0, 8851.0, 8848.0, 8881.0, 8874.0, 8882.0, 8854.0, 8874.0, 8846.0, 8842.0, 8887.0, 8878.0, 8890.0, 8893.0, 8884.0, 8865.0, 8892.0, 8853.0, 8896.0, 8900.0, 8892.0, 8867.0, 8878.0, 8866.0, 8864.0, 8894.0, 8858.0, 8887.0, 8864.0, 8889.0, 8847.0, 8899.0, 8894.0, 8887.0, 8844.0, 8874.0, 8884.0, 8890.0, 8909.0, 8892.0, 8865.0, 8864.0, 8873.0, 8845.0, 8886.0, 8867.0, 8888.0, 8838.0, 8856.0, 8879.0, 8870.0, 8898.0, 8879.0, 8870.0, 8856.0, 8863.0, 8841.0, 8883.0, 8861.0, 8890.0, 8831.0, 8880.0, 8861.0, 8881.0, 8919.0, 8889.0, 8883.0, 8878.0, 8866.0, 8858.0, 8889.0, 8858.0, 8889.0, 8853.0, 8882.0, 8838.0, 8890.0, 8888.0, 8889.0, 8877.0, 8862.0, 8909.0, 8886.0, 8891.0, 8869.0, 8869.0, 8851.0, 8849.0, 8866.0, 8855.0, 8888.0, 8861.0, 8894.0, 8851.0, 8880.0, 8908.0, 8875.0, 8888.0, 8878.0, 8872.0, 8859.0, 8873.0, 8836.0, 8855.0, 8890.0, 8901.0, 8908.0, 8900.0, 8883.0, 8881.0, 8865.0, 8878.0, 8903.0, 8888.0, 8922.0, 8899.0, 8919.0, 8905.0, 8933.0, 8921.0, 8904.0, 8903.0, 8880.0, 8915.0, 8890.0, 8898.0, 8861.0, 8870.0, 8867.0, 8845.0, 8886.0, 8866.0, 8849.0, 8829.0, 8841.0, 8861.0, 8867.0, 8888.0, 8865.0, 8865.0, 8854.0, 8852.0, 8847.0, 8882.0, 8850.0, 8893.0, 8875.0, 8873.0, 8902.0, 8887.0, 8867.0, 8858.0, 8870.0, 8838.0, 8888.0, 8885.0, 8878.0, 8874.0, 8856.0, 8900.0, 8887.0, 8888.0, 8875.0, 8886.0, 8839.0, 8874.0, 8885.0, 8865.0, 8864.0, 8855.0, 8853.0, 8820.0, 8850.0, 8884.0, 8864.0, 8861.0, 8851.0, 8852.0, 8839.0, 8868.0, 8854.0, 8892.0, 8841.0, 8875.0, 8848.0, 8877.0, 8902.0, 8895.0, 8891.0, 8873.0, 8884.0, 8857.0, 8888.0, 8865.0, 8888.0, 8849.0, 8878.0, 8900.0, 8878.0, 8883.0, 8873.0, 8869.0, 8868.0, 8876.0, 8849.0, 8903.0, 8879.0, 8916.0, 8874.0, 8917.0, 8862.0, 8915.0, 8910.0, 8894.0, 8889.0, 8863.0, 8905.0, 8874.0, 8912.0, 8873.0, 8893.0, 8831.0, 8857.0, 8855.0, 8862.0, 8928.0, 8895.0, 8896.0, 8882.0, 8893.0, 8868.0, 8917.0, 8892.0, 8913.0, 8856.0, 8872.0, 8853.0, 8845.0, 8912.0, 8898.0, 8885.0, 8874.0, 8886.0, 8857.0, 8890.0, 8884.0, 8869.0, 8860.0, 8857.0, 8837.0, 8828.0, 8836.0, 8878.0, 8871.0, 8866.0, 8842.0, 8850.0, 8827.0, 8862.0, 8909.0, 8892.0, 8891.0, 8868.0, 8877.0, 8887.0, 8903.0, 8880.0, 8901.0, 8854.0, 8881.0, 8889.0, 8902.0, 8917.0, 8892.0, 8886.0, 8867.0, 8879.0, 8867.0, 8893.0, 8903.0, 8886.0, 8884.0, 8875.0, 8886.0, 8855.0, 8887.0, 8866.0, 8869.0, 8859.0, 8845.0, 8897.0, 8883.0, 8890.0, 8854.0, 8868.0, 8845.0, 8857.0, 8828.0, 8896.0, 8888.0, 8898.0, 8847.0, 8894.0, 8893.0, 8879.0, 8913.0, 8892.0, 8885.0, 8873.0, 8872.0, 8839.0, 8886.0, 8901.0, 8887.0, 8880.0, 8856.0, 8854.0, 8822.0, 8870.0, 8882.0, 8876.0, 8889.0, 8860.0, 8871.0, 8841.0, 8889.0, 8871.0, 8886.0, 8857.0, 8861.0, 8902.0, 8894.0, 8905.0, 8892.0, 8886.0, 8887.0, 8889.0, 8864.0, 8911.0, 8889.0, 8891.0, 8885.0, 8859.0, 8888.0, 8844.0, 8894.0, 8873.0, 8896.0, 8845.0, 8872.0, 8875.0, 8882.0, 8926.0, 8913.0, 8910.0, 8896.0, 8904.0, 8880.0, 8910.0, 8878.0, 8907.0, 8882.0, 8869.0, 8927.0, 8894.0, 8908.0, 8881.0, 8896.0, 8869.0, 8904.0, 8854.0, 8916.0, 8912.0, 8916.0, 8881.0, 8898.0, 8910.0, 8903.0, 8918.0, 8911.0, 8892.0, 8878.0, 8898.0, 8863.0, 8893.0, 8900.0, 8887.0, 8862.0, 8859.0, 8842.0, 8841.0, 8876.0, 8907.0, 8888.0, 8889.0, 8874.0, 8880.0, 8849.0, 8879.0, 8890.0, 8894.0, 8892.0, 8881.0, 8887.0, 8883.0, 8928.0, 8916.0, 8911.0, 8899.0, 8909.0, 8883.0, 8912.0, 8895.0, 8908.0, 8879.0, 8897.0, 8864.0, 8906.0, 8902.0, 8885.0, 8867.0, 8856.0, 8883.0, 8855.0, 8905.0, 8860.0, 8867.0, 8835.0, 8857.0, 8854.0, 8890.0, 8904.0, 8889.0, 8885.0, 8875.0, 8870.0, 8843.0, 8888.0, 8908.0, 8873.0, 8870.0, 8863.0, 8903.0, 8875.0, 8889.0, 8871.0, 8889.0, 8887.0, 8879.0, 8858.0, 8848.0, 8905.0, 8892.0, 8894.0, 8862.0, 8876.0, 8849.0, 8868.0, 8864.0, 8884.0, 8910.0, 8913.0, 8894.0, 8886.0, 8912.0, 8908.0, 8930.0, 8916.0, 8911.0, 8889.0, 8913.0, 8886.0, 8935.0, 8905.0, 8911.0, 8870.0, 8898.0, 8905.0, 8896.0, 8906.0, 8892.0, 8877.0, 8866.0, 8875.0, 8873.0, 8890.0, 8859.0, 8878.0, 8905.0, 8890.0, 8906.0, 8890.0, 8885.0, 8858.0, 8873.0, 8867.0, 8873.0, 8901.0, 8887.0, 8867.0, 8858.0, 8866.0, 8825.0, 8891.0, 8868.0, 8884.0, 8840.0, 8844.0, 8900.0, 8872.0, 8886.0, 8856.0, 8869.0, 8846.0, 8859.0, 8872.0, 8861.0, 8905.0, 8899.0, 8889.0, 8882.0, 8880.0, 8869.0, 8899.0, 8883.0, 8915.0, 8872.0, 8903.0, 8875.0, 8908.0, 8919.0, 8926.0, 8938.0, 8926.0, 8934.0, 8907.0, 8918.0, 8909.0, 8939.0, 8922.0, 8917.0, 8889.0, 8917.0, 8885.0, 8918.0, 8899.0, 8916.0, 8873.0, 8916.0, 8893.0, 8931.0, 8930.0, 8912.0, 8894.0, 8882.0, 8925.0, 8897.0, 8911.0, 8897.0, 8908.0, 8880.0, 8910.0, 8904.0, 8888.0, 8902.0, 8860.0, 8870.0, 8843.0, 8887.0, 8884.0, 8886.0, 8890.0, 8859.0, 8889.0, 8866.0, 8884.0, 8870.0, 8869.0, 8852.0, 8842.0, 8883.0, 8869.0, 8885.0, 8853.0, 8868.0, 8852.0, 8843.0, 8884.0, 8875.0, 8889.0, 8892.0, 8888.0, 8880.0, 8892.0, 8860.0, 8894.0, 8904.0, 8891.0, 8887.0, 8864.0, 8891.0, 8881.0, 8894.0, 8885.0, 8899.0, 8872.0, 8901.0, 8857.0, 8920.0, 8903.0, 8940.0, 8877.0, 8920.0, 8915.0, 8936.0, 8935.0, 8918.0, 8897.0, 8885.0, 8912.0, 8895.0, 8894.0, 8856.0, 8871.0, 8869.0, 8845.0, 8903.0, 8874.0, 8869.0, 8861.0, 8873.0, 8832.0, 8908.0, 8904.0, 8905.0, 8847.0, 8876.0, 8886.0, 8874.0, 8904.0, 8888.0, 8871.0, 8856.0, 8853.0, 8822.0, 8885.0, 8884.0, 8868.0, 8880.0, 8861.0, 8864.0, 8835.0, 8866.0, 8869.0, 8868.0, 8868.0, 8841.0, 8881.0, 8855.0, 8885.0, 8857.0, 8886.0, 8842.0, 8872.0, 8832.0, 8857.0, 8905.0, 8904.0, 8907.0, 8899.0, 8896.0, 8885.0, 8882.0, 8871.0, 8903.0, 8871.0, 8901.0, 8874.0, 8911.0, 8887.0, 8918.0, 8884.0, 8917.0, 8895.0, 8917.0, 8931.0, 8917.0, 8894.0, 8880.0, 8903.0, 8875.0, 8909.0, 8874.0, 8887.0, 8844.0, 8859.0, 8879.0, 8870.0, 8886.0, 8873.0, 8866.0, 8841.0, 8854.0, 8878.0, 8851.0, 8881.0, 8867.0, 8847.0, 8823.0, 8823.0, 8822.0, 8855.0, 8884.0, 8872.0, 8871.0, 8845.0, 8902.0, 8876.0, 8904.0, 8893.0, 8889.0, 8875.0, 8885.0, 8840.0, 8889.0, 8904.0, 8885.0, 8865.0, 8856.0, 8841.0, 8837.0, 8842.0, 8897.0, 8886.0, 8867.0, 8858.0, 8857.0, 8827.0, 8874.0, 8902.0, 8890.0, 8885.0, 8877.0, 8876.0, 8866.0, 8879.0, 8864.0, 8898.0, 8855.0, 8901.0, 8860.0, 8903.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.0001802416570771001</td></tr>
<tr><td colspan=3>aqi</td><td>0.02303441047180668</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.044818640910115</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1652431447235032</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9812441962211975</td></tr>
<tr><td colspan=3>efc</td><td>0.4425</td></tr>
<tr><td colspan=3>fber</td><td>7648.4419</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07232875919715427</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34522439585730724</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5645685407699577</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.450953850655616</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8975332945537864</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34521847710047</td></tr>
<tr><td colspan=3>gcor</td><td>0.009779</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0203179270029068</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02091830223798752</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.847536363574451</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>64.2464</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>28.8161</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>139.0188</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>39.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308578.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>650.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>300.3234</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3227</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.8632</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3206.6098</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4154.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.7329</td></tr>
<tr><td colspan=3>tsnr</td><td>42.21410241024569</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>