ds005256-mriqc/sub-0102_ses-04_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter fada54bd13 [DATALAD RUNCMD] Compute MRIQC for sub-0102
=== 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-0102 --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-0102",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:12:30 +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-0102_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0102_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0102_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-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0102/figures/sub-0102_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0102/ses-04/func/sub-0102_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>731e0081ce48762cffd6a8a2bc601c31</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>09:10:17.675000</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.995342, -0.0744283, -0.0612825, 0.0751895, 0.997117, 0.0102076]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0991247</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4223, -7803, -7269, 252, -111, -25, -91, 105]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>254.304</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>814de9b7-8812-4276-a500-03d052e83f41||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.67042875289917, 0.2017280012369156, -0.1629343181848526, 108.34385681152344], [0.19968564808368683, 2.67519211769104, 0.03987326845526695, -103.94312286376953], [-0.1644163578748703, -0.02738632634282112, 2.694784164428711, -61.839996337890625], [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': ['091017.675000', '091018.135000', '091018.595000', '091019.055000', '091019.515000', '091019.975000', '091020.435000', '091020.895000', '091021.355000', '091021.815000', '091022.275000', '091022.735000', '091023.195000', '091023.655000', '091024.115000', '091024.575000', '091025.035000', '091025.495000', '091025.955000', '091026.415000', '091026.875000', '091027.335000', '091027.795000', '091028.255000', '091028.715000', '091029.175000', '091029.635000', '091030.095000', '091030.555000', '091031.015000', '091031.475000', '091031.935000', '091032.395000', '091032.855000', '091033.315000', '091033.775000', '091034.235000', '091034.695000', '091035.155000', '091035.615000', '091036.075000', '091036.535000', '091036.995000', '091037.455000', '091037.915000', '091038.375000', '091038.835000', '091039.295000', '091039.755000', '091040.215000', '091040.675000', '091041.135000', '091041.595000', '091042.055000', '091042.515000', '091042.975000', '091043.435000', '091043.895000', '091044.355000', '091044.815000', '091045.275000', '091045.735000', '091046.195000', '091046.655000', '091047.115000', '091047.575000', '091048.035000', '091048.495000', '091048.955000', '091049.415000', '091049.875000', '091050.335000', '091050.795000', '091051.255000', '091051.715000', '091052.175000', '091052.635000', '091053.095000', '091053.555000', '091054.015000', '091054.475000', '091054.935000', '091055.395000', '091055.855000', '091056.315000', '091056.775000', '091057.235000', '091057.695000', '091058.155000', '091058.615000', '091059.075000', '091059.535000', '091059.995000', '091100.455000', '091100.915000', '091101.375000', '091101.835000', '091102.295000', '091102.755000', '091103.215000', '091103.675000', '091104.135000', '091104.595000', '091105.055000', '091105.515000', '091105.975000', '091106.435000', '091106.895000', '091107.355000', '091107.815000', '091108.275000', '091108.735000', '091109.195000', '091109.655000', '091110.115000', '091110.575000', '091111.035000', '091111.495000', '091111.955000', '091112.415000', '091112.875000', '091113.335000', '091113.795000', '091114.255000', '091114.715000', '091115.175000', '091115.635000', '091116.095000', '091116.555000', '091117.015000', '091117.475000', '091117.935000', '091118.395000', '091118.855000', '091119.315000', '091119.775000', '091120.235000', '091120.695000', '091121.155000', '091121.615000', '091122.075000', '091122.535000', '091122.995000', '091123.455000', '091123.915000', '091124.375000', '091124.835000', '091125.295000', '091125.755000', '091126.215000', '091126.675000', '091127.135000', '091127.595000', '091128.055000', '091128.515000', '091128.975000', '091129.435000', '091129.895000', '091130.355000', '091130.815000', '091131.275000', '091131.735000', '091132.195000', '091132.655000', '091133.115000', '091133.575000', '091134.035000', '091134.495000', '091134.955000', '091135.415000', '091135.875000', '091136.335000', '091136.795000', '091137.255000', '091137.715000', '091138.175000', '091138.635000', '091139.095000', '091139.555000', '091140.015000', '091140.475000', '091140.935000', '091141.395000', '091141.855000', '091142.315000', '091142.775000', '091143.235000', '091143.695000', '091144.155000', '091144.615000', '091145.075000', '091145.535000', '091145.995000', '091146.455000', '091146.915000', '091147.375000', '091147.835000', '091148.295000', '091148.755000', '091149.215000', '091149.675000', '091150.135000', '091150.595000', '091151.055000', '091151.515000', '091151.975000', '091152.435000', '091152.895000', '091153.355000', '091153.815000', '091154.275000', '091154.735000', '091155.195000', '091155.655000', '091156.115000', '091156.575000', '091157.035000', '091157.495000', '091157.955000', '091158.415000', '091158.875000', '091159.335000', '091159.795000', '091200.255000', '091200.715000', '091201.175000', '091201.635000', '091202.095000', '091202.555000', '091203.015000', '091203.475000', '091203.935000', '091204.395000', '091204.855000', '091205.315000', '091205.775000', '091206.235000', '091206.695000', '091207.155000', '091207.615000', '091208.075000', '091208.535000', '091208.995000', '091209.455000', '091209.915000', '091210.375000', '091210.835000', '091211.295000', '091211.755000', '091212.215000', '091212.675000', '091213.135000', '091213.595000', '091214.055000', '091214.515000', '091214.975000', '091215.435000', '091215.895000', '091216.355000', '091216.815000', '091217.275000', '091217.735000', '091218.195000', '091218.655000', '091219.115000', '091219.575000', '091220.035000', '091220.495000', '091220.955000', '091221.415000', '091221.875000', '091222.335000', '091222.795000', '091223.255000', '091223.715000', '091224.175000', '091224.635000', '091225.095000', '091225.555000', '091226.015000', '091226.475000', '091226.935000', '091227.395000', '091227.855000', '091228.315000', '091228.775000', '091229.235000', '091229.695000', '091230.155000', '091230.615000', '091231.075000', '091231.535000', '091231.995000', '091232.455000', '091232.915000', '091233.375000', '091233.835000', '091234.295000', '091234.755000', '091235.215000', '091235.675000', '091236.135000', '091236.595000', '091237.055000', '091237.515000', '091237.975000', '091238.435000', '091238.895000', '091239.355000', '091239.815000', '091240.275000', '091240.735000', '091241.195000', '091241.655000', '091242.115000', '091242.575000', '091243.035000', '091243.495000', '091243.955000', '091244.415000', '091244.875000', '091245.335000', '091245.795000', '091246.255000', '091246.715000', '091247.175000', '091247.635000', '091248.095000', '091248.555000', '091249.015000', '091249.475000', '091249.935000', '091250.395000', '091250.855000', '091251.315000', '091251.775000', '091252.235000', '091252.695000', '091253.155000', '091253.615000', '091254.075000', '091254.535000', '091254.995000', '091255.455000', '091255.915000', '091256.375000', '091256.835000', '091257.295000', '091257.755000', '091258.215000', '091258.675000', '091259.135000', '091259.595000', '091300.055000', '091300.515000', '091300.975000', '091301.435000', '091301.895000', '091302.355000', '091302.815000', '091303.275000', '091303.735000', '091304.195000', '091304.655000', '091305.115000', '091305.575000', '091306.035000', '091306.495000', '091306.955000', '091307.415000', '091307.875000', '091308.335000', '091308.795000', '091309.255000', '091309.715000', '091310.175000', '091310.635000', '091311.095000', '091311.555000', '091312.015000', '091312.475000', '091312.935000', '091313.395000', '091313.855000', '091314.315000', '091314.775000', '091315.235000', '091315.695000', '091316.155000', '091316.615000', '091317.075000', '091317.535000', '091317.995000', '091318.455000', '091318.915000', '091319.375000', '091319.835000', '091320.295000', '091320.755000', '091321.215000', '091321.675000', '091322.135000', '091322.595000', '091323.055000', '091323.515000', '091323.975000', '091324.435000', '091324.895000', '091325.355000', '091325.815000', '091326.275000', '091326.735000', '091327.195000', '091327.655000', '091328.115000', '091328.575000', '091329.035000', '091329.495000', '091329.955000', '091330.415000', '091330.875000', '091331.335000', '091331.795000', '091332.255000', '091332.715000', '091333.175000', '091333.635000', '091334.095000', '091334.555000', '091335.015000', '091335.475000', '091335.935000', '091336.395000', '091336.855000', '091337.315000', '091337.775000', '091338.235000', '091338.695000', '091339.155000', '091339.615000', '091340.075000', '091340.535000', '091340.995000', '091341.455000', '091341.915000', '091342.375000', '091342.835000', '091343.295000', '091343.755000', '091344.215000', '091344.675000', '091345.135000', '091345.595000', '091346.055000', '091346.515000', '091346.975000', '091347.435000', '091347.895000', '091348.355000', '091348.815000', '091349.275000', '091349.735000', '091350.195000', '091350.655000', '091351.115000', '091351.575000', '091352.035000', '091352.495000', '091352.955000', '091353.415000', '091353.875000', '091354.335000', '091354.795000', '091355.255000', '091355.715000', '091356.175000', '091356.635000', '091357.095000', '091357.555000', '091358.015000', '091358.475000', '091358.935000', '091359.395000', '091359.855000', '091400.315000', '091400.775000', '091401.235000', '091401.695000', '091402.155000', '091402.615000', '091403.075000', '091403.535000', '091403.995000', '091404.455000', '091404.915000', '091405.375000', '091405.835000', '091406.295000', '091406.755000', '091407.215000', '091407.675000', '091408.135000', '091408.595000', '091409.055000', '091409.515000', '091409.975000', '091410.435000', '091410.895000', '091411.355000', '091411.815000', '091412.275000', '091412.735000', '091413.195000', '091413.655000', '091414.115000', '091414.575000', '091415.035000', '091415.495000', '091415.955000', '091416.415000', '091416.875000', '091417.335000', '091417.795000', '091418.255000', '091418.715000', '091419.175000', '091419.635000', '091420.095000', '091420.555000', '091421.015000', '091421.475000', '091421.935000', '091422.395000', '091422.855000', '091423.315000', '091423.775000', '091424.235000', '091424.695000', '091425.155000', '091425.615000', '091426.075000', '091426.535000', '091426.995000', '091427.455000', '091427.915000', '091428.375000', '091428.835000', '091429.295000', '091429.755000', '091430.215000', '091430.675000', '091431.135000', '091431.595000', '091432.055000', '091432.515000', '091432.975000', '091433.435000', '091433.895000', '091434.355000', '091434.815000', '091435.275000', '091435.735000', '091436.195000', '091436.655000', '091437.115000', '091437.575000', '091438.035000', '091438.495000', '091438.955000', '091439.415000', '091439.875000', '091440.335000', '091440.795000', '091441.255000', '091441.715000', '091442.175000', '091442.635000', '091443.095000', '091443.555000', '091444.015000', '091444.475000', '091444.935000', '091445.395000', '091445.855000', '091446.315000', '091446.775000', '091447.235000', '091447.695000', '091448.155000', '091448.615000', '091449.075000', '091449.535000', '091449.995000', '091450.455000', '091450.915000', '091451.375000', '091451.835000', '091452.295000', '091452.755000', '091453.215000', '091453.675000', '091454.135000', '091454.595000', '091455.055000', '091455.515000', '091455.975000', '091456.435000', '091456.895000', '091457.355000', '091457.815000', '091458.275000', '091458.735000', '091459.195000', '091459.655000', '091500.115000', '091500.575000', '091501.035000', '091501.495000', '091501.955000', '091502.415000', '091502.875000', '091503.335000', '091503.795000', '091504.255000', '091504.715000', '091505.175000', '091505.635000', '091506.095000', '091506.555000', '091507.015000', '091507.475000', '091507.935000', '091508.395000', '091508.855000', '091509.315000', '091509.775000', '091510.235000', '091510.695000', '091511.155000', '091511.615000', '091512.075000', '091512.535000', '091512.995000', '091513.455000', '091513.915000', '091514.375000', '091514.835000', '091515.295000', '091515.755000', '091516.215000', '091516.675000', '091517.135000', '091517.595000', '091518.055000', '091518.515000', '091518.975000', '091519.435000', '091519.895000', '091520.355000', '091520.815000', '091521.275000', '091521.735000', '091522.195000', '091522.655000', '091523.115000', '091523.575000', '091524.035000', '091524.495000', '091524.955000', '091525.415000', '091525.875000', '091526.335000', '091526.795000', '091527.255000', '091527.715000', '091528.175000', '091528.635000', '091529.095000', '091529.555000', '091530.015000', '091530.475000', '091530.935000', '091531.395000', '091531.855000', '091532.315000', '091532.775000', '091533.235000', '091533.695000', '091534.155000', '091534.615000', '091535.075000', '091535.535000', '091535.995000', '091536.455000', '091536.915000', '091537.375000', '091537.835000', '091538.295000', '091538.755000', '091539.215000', '091539.675000', '091540.135000', '091540.595000', '091541.055000', '091541.515000', '091541.975000', '091542.435000', '091542.895000', '091543.355000', '091543.815000', '091544.275000', '091544.735000', '091545.195000', '091545.655000', '091546.115000', '091546.575000', '091547.035000', '091547.495000', '091547.955000', '091548.415000', '091548.875000', '091549.335000', '091549.795000', '091550.255000', '091550.715000', '091551.175000', '091551.635000', '091552.095000', '091552.555000', '091553.015000', '091553.475000', '091553.935000', '091554.395000', '091554.855000', '091555.315000', '091555.775000', '091556.235000', '091556.695000', '091557.155000', '091557.615000', '091558.075000', '091558.535000', '091558.995000', '091559.455000', '091559.915000', '091600.375000', '091600.835000', '091601.295000', '091601.755000', '091602.215000', '091602.675000', '091603.135000', '091603.595000', '091604.055000', '091604.515000', '091604.975000', '091605.435000', '091605.895000', '091606.355000', '091606.815000', '091607.275000', '091607.735000', '091608.195000', '091608.655000', '091609.115000', '091609.575000', '091610.035000', '091610.495000', '091610.955000', '091611.415000', '091611.875000', '091612.335000', '091612.795000', '091613.255000', '091613.715000', '091614.175000', '091614.635000', '091615.095000', '091615.555000', '091616.015000', '091616.475000', '091616.935000', '091617.395000', '091617.855000', '091618.315000', '091618.775000', '091619.235000', '091619.695000', '091620.155000', '091620.615000', '091621.075000', '091621.535000', '091621.995000', '091622.455000', '091622.915000', '091623.375000', '091623.835000', '091624.295000', '091624.755000', '091625.215000', '091625.675000', '091626.135000', '091626.595000', '091627.055000', '091627.515000', '091627.975000', '091628.435000', '091628.895000', '091629.355000', '091629.815000', '091630.275000', '091630.735000', '091631.195000', '091631.655000', '091632.115000', '091632.575000', '091633.035000', '091633.495000', '091633.955000', '091634.415000', '091634.875000', '091635.335000', '091635.795000', '091636.255000', '091636.715000', '091637.175000', '091637.635000', '091638.095000', '091638.555000', '091639.015000', '091639.475000', '091639.935000', '091640.395000', '091640.855000', '091641.315000', '091641.775000', '091642.235000', '091642.695000', '091643.155000', '091643.615000', '091644.075000', '091644.535000', '091644.995000', '091645.455000', '091645.915000', '091646.375000', '091646.835000', '091647.295000', '091647.755000', '091648.215000', '091648.675000', '091649.135000', '091649.595000', '091650.055000', '091650.515000', '091650.975000', '091651.435000', '091651.895000', '091652.355000', '091652.815000', '091653.275000', '091653.735000', '091654.195000', '091654.655000', '091655.115000', '091655.575000', '091656.035000', '091656.495000', '091656.955000', '091657.415000', '091657.875000', '091658.335000'], 'ContentTime': ['091044.045000', '091044.048000', '091044.056000', '091044.058000', '091044.061000', '091044.064000', '091044.066000', '091044.069000', '091044.071000', '091044.074000', '091044.076000', '091044.079000', '091044.081000', '091044.084000', '091044.087000', '091044.089000', '091044.092000', '091044.094000', '091044.097000', '091044.099000', '091044.102000', '091044.110000', '091044.113000', '091044.115000', '091044.118000', '091044.120000', '091044.123000', '091044.125000', '091044.128000', '091044.131000', '091044.133000', '091044.136000', '091044.138000', '091044.141000', '091044.143000', '091044.146000', '091044.149000', '091044.151000', '091044.154000', '091044.156000', '091044.159000', '091044.161000', '091044.164000', '091044.167000', '091044.169000', '091044.172000', '091044.178000', '091044.180000', '091044.183000', '091044.187000', '091044.189000', '091044.192000', '091044.194000', '091044.197000', '091044.200000', '091104.001000', '091104.004000', '091104.007000', '091104.009000', '091104.012000', '091104.015000', '091104.017000', '091104.020000', '091104.022000', '091104.025000', '091104.027000', '091104.030000', '091104.033000', '091104.035000', '091104.038000', '091104.040000', '091104.043000', '091104.045000', '091104.048000', '091104.051000', '091104.053000', '091104.056000', '091104.058000', '091104.061000', '091104.063000', '091104.066000', '091104.068000', '091104.071000', '091104.073000', '091104.076000', '091104.079000', '091104.081000', '091104.084000', '091104.086000', '091104.098000', '091104.101000', '091104.104000', '091104.106000', '091104.109000', '091104.111000', '091104.114000', '091104.116000', '091104.119000', '091104.122000', '091124.001000', '091124.004000', '091124.007000', '091124.009000', '091124.012000', '091124.014000', '091124.017000', '091124.020000', '091124.022000', '091124.025000', '091124.027000', '091124.030000', '091124.032000', '091124.035000', '091124.038000', '091124.040000', '091124.043000', '091124.045000', '091124.048000', '091124.050000', '091124.053000', '091124.056000', '091124.058000', '091124.061000', '091124.063000', '091124.066000', '091124.075000', '091124.077000', '091124.080000', '091124.083000', '091124.085000', '091124.088000', '091124.090000', '091124.093000', '091124.096000', '091124.098000', '091124.101000', '091124.103000', '091124.106000', '091124.108000', '091124.111000', '091124.114000', '091124.116000', '091144.001000', '091144.004000', '091144.007000', '091144.009000', '091144.012000', '091144.015000', '091144.017000', '091144.020000', '091144.022000', '091144.025000', '091144.027000', '091144.030000', '091144.032000', '091144.035000', '091144.038000', '091144.041000', '091144.043000', '091144.046000', '091144.049000', '091144.051000', '091144.054000', '091144.056000', '091144.059000', '091144.062000', '091144.064000', '091144.067000', '091144.069000', '091144.072000', '091144.074000', '091144.077000', '091144.080000', '091144.082000', '091144.085000', '091144.087000', '091144.090000', '091144.093000', '091144.095000', '091144.098000', '091144.100000', '091144.103000', '091144.105000', '091144.108000', '091144.111000', '091144.113000', '091204.001000', '091204.003000', '091204.006000', '091204.009000', '091204.011000', '091204.014000', '091204.016000', '091204.019000', '091204.021000', '091204.024000', '091204.033000', '091204.036000', '091204.043000', '091204.045000', '091204.048000', '091204.050000', '091204.053000', '091204.056000', '091204.058000', '091204.061000', '091204.063000', '091204.066000', '091204.068000', '091204.071000', '091204.074000', '091204.076000', '091204.079000', '091204.081000', '091204.084000', '091204.087000', '091204.089000', '091204.092000', '091204.095000', '091204.097000', '091204.100000', '091204.102000', '091204.105000', '091204.107000', '091204.110000', '091204.112000', '091204.127000', '091204.130000', '091204.133000', '091224.001000', '091224.003000', '091224.006000', '091224.008000', '091224.011000', '091224.014000', '091224.016000', '091224.019000', '091224.021000', '091224.024000', '091224.027000', '091224.029000', '091224.032000', '091224.034000', '091224.037000', '091224.039000', '091224.042000', '091224.044000', '091224.047000', '091224.050000', '091224.052000', '091224.055000', '091224.057000', '091224.060000', '091224.062000', '091224.065000', '091224.068000', '091224.070000', '091224.073000', '091224.075000', '091224.078000', '091224.081000', '091224.083000', '091224.086000', '091224.088000', '091224.091000', '091224.093000', '091224.096000', '091224.099000', '091224.101000', '091224.104000', '091224.107000', '091224.109000', '091224.112000', '091244.002000', '091244.004000', '091244.007000', '091244.010000', '091244.012000', '091244.015000', '091244.017000', '091244.020000', '091244.023000', '091244.025000', '091244.028000', '091244.030000', '091244.033000', '091244.036000', '091244.038000', '091244.041000', '091244.043000', '091244.046000', '091244.049000', '091244.051000', '091244.054000', '091244.056000', '091244.059000', '091244.061000', '091244.064000', '091244.067000', '091244.069000', '091244.072000', '091244.075000', '091244.077000', '091244.080000', '091244.082000', '091244.085000', '091244.087000', '091244.097000', '091244.099000', '091244.102000', '091244.105000', '091244.107000', '091244.110000', '091244.112000', '091244.115000', '091244.117000', '091304.002000', '091304.005000', '091304.007000', '091304.010000', '091304.012000', '091304.015000', '091304.018000', '091304.020000', '091304.024000', '091304.027000', '091304.029000', '091304.032000', '091304.034000', '091304.037000', '091304.040000', '091304.042000', '091304.045000', '091304.047000', '091304.060000', '091304.063000', '091304.065000', '091304.068000', '091304.070000', '091304.073000', '091304.076000', '091304.078000', '091304.081000', '091304.084000', '091304.087000', '091304.089000', '091304.092000', '091304.094000', '091304.097000', '091304.099000', '091304.102000', '091304.105000', '091304.107000', '091304.110000', '091304.113000', '091304.115000', '091304.118000', '091304.120000', '091304.123000', '091324.002000', '091324.004000', '091324.007000', '091324.010000', '091324.012000', '091324.015000', '091324.017000', '091324.020000', '091324.022000', '091324.025000', '091324.028000', '091324.030000', '091324.033000', '091324.035000', '091324.038000', '091324.041000', '091324.043000', '091324.046000', '091324.049000', '091324.051000', '091324.054000', '091324.056000', '091324.059000', '091324.062000', '091324.064000', '091324.067000', '091324.069000', '091324.072000', '091324.075000', '091324.077000', '091324.080000', '091324.083000', '091324.085000', '091324.088000', '091324.090000', '091324.093000', '091324.095000', '091324.098000', '091324.101000', '091324.103000', '091324.106000', '091324.109000', '091324.111000', '091324.114000', '091344.002000', '091344.004000', '091344.007000', '091344.009000', '091344.012000', '091344.015000', '091344.017000', '091344.020000', '091344.023000', '091344.025000', '091344.028000', '091344.030000', '091344.033000', '091344.036000', '091344.038000', '091344.041000', '091344.043000', '091344.046000', '091344.048000', '091344.051000', '091344.054000', '091344.056000', '091344.094000', '091344.097000', '091344.099000', '091344.102000', '091344.104000', '091344.124000', '091344.126000', '091344.129000', '091344.132000', '091344.134000', '091344.137000', '091344.139000', '091344.142000', '091344.145000', '091344.147000', '091344.150000', '091344.152000', '091344.155000', '091344.158000', '091344.160000', '091344.163000', '091404.001000', '091404.004000', '091404.007000', '091404.010000', '091404.012000', '091404.015000', '091404.017000', '091404.020000', '091404.022000', '091404.025000', '091404.028000', '091404.030000', '091404.033000', '091404.035000', '091404.038000', '091404.041000', '091404.043000', '091404.046000', '091404.048000', '091404.051000', '091404.053000', '091404.056000', '091404.059000', '091404.061000', '091404.064000', '091404.066000', '091404.069000', '091404.072000', '091404.074000', '091404.077000', '091404.079000', '091404.082000', '091404.085000', '091404.087000', '091404.090000', '091404.093000', '091404.095000', '091404.098000', '091404.100000', '091404.103000', '091404.106000', '091404.108000', '091404.111000', '091404.113000', '091424.000000', '091424.003000', '091424.006000', '091424.009000', '091424.011000', '091424.014000', '091424.016000', '091424.019000', '091424.022000', '091424.024000', '091424.027000', '091424.029000', '091424.032000', '091424.035000', '091424.037000', '091424.040000', '091424.042000', '091424.045000', '091424.048000', '091424.050000', '091424.053000', '091424.055000', '091424.058000', '091424.061000', '091424.064000', '091424.067000', '091424.070000', '091424.073000', '091424.075000', '091424.078000', '091424.080000', '091424.083000', '091424.085000', '091424.088000', '091424.091000', '091424.093000', '091424.096000', '091424.098000', '091424.101000', '091424.113000', '091424.116000', '091424.118000', '091424.121000', '091444.004000', '091444.007000', '091444.009000', '091444.012000', '091444.015000', '091444.017000', '091444.020000', '091444.023000', '091444.025000', '091444.028000', '091444.031000', '091444.033000', '091444.036000', '091444.038000', '091444.041000', '091444.044000', '091444.046000', '091444.049000', '091444.051000', '091444.054000', '091444.057000', '091444.059000', '091444.062000', '091444.064000', '091444.067000', '091444.070000', '091444.072000', '091444.075000', '091444.077000', '091444.080000', '091444.083000', '091444.085000', '091444.088000', '091444.090000', '091444.093000', '091444.095000', '091444.098000', '091444.101000', '091444.103000', '091444.106000', '091444.109000', '091444.111000', '091444.114000', '091444.117000', '091504.001000', '091504.004000', '091504.007000', '091504.010000', '091504.012000', '091504.015000', '091504.017000', '091504.020000', '091504.023000', '091504.025000', '091504.028000', '091504.031000', '091504.033000', '091504.036000', '091504.038000', '091504.041000', '091504.043000', '091504.046000', '091504.049000', '091504.051000', '091504.054000', '091504.056000', '091504.059000', '091504.062000', '091504.064000', '091504.067000', '091504.070000', '091504.072000', '091504.075000', '091504.077000', '091504.080000', '091504.082000', '091504.085000', '091504.088000', '091504.090000', '091504.093000', '091504.095000', '091504.098000', '091504.101000', '091504.103000', '091504.106000', '091504.109000', '091504.111000', '091524.002000', '091524.004000', '091524.007000', '091524.035000', '091524.037000', '091524.040000', '091524.042000', '091524.045000', '091524.048000', '091524.050000', '091524.053000', '091524.055000', '091524.058000', '091524.060000', '091524.063000', '091524.066000', '091524.068000', '091524.071000', '091524.073000', '091524.076000', '091524.079000', '091524.081000', '091524.084000', '091524.086000', '091524.089000', '091524.091000', '091524.099000', '091524.102000', '091524.104000', '091524.107000', '091524.109000', '091524.112000', '091524.115000', '091524.117000', '091524.120000', '091524.123000', '091524.125000', '091524.128000', '091524.130000', '091524.133000', '091524.135000', '091524.138000', '091524.141000', '091524.143000', '091544.002000', '091544.005000', '091544.007000', '091544.010000', '091544.012000', '091544.015000', '091544.018000', '091544.020000', '091544.023000', '091544.025000', '091544.028000', '091544.031000', '091544.034000', '091544.036000', '091544.039000', '091544.041000', '091544.044000', '091544.047000', '091544.049000', '091544.052000', '091544.054000', '091544.057000', '091544.060000', '091544.062000', '091544.065000', '091544.067000', '091544.070000', '091544.073000', '091544.075000', '091544.078000', '091544.080000', '091544.083000', '091544.086000', '091544.089000', '091544.092000', '091544.095000', '091544.097000', '091544.100000', '091544.104000', '091544.106000', '091544.109000', '091544.112000', '091544.114000', '091604.001000', '091604.004000', '091604.007000', '091604.010000', '091604.012000', '091604.015000', '091604.017000', '091604.020000', '091604.023000', '091604.025000', '091604.028000', '091604.030000', '091604.033000', '091604.035000', '091604.038000', '091604.041000', '091604.043000', '091604.046000', '091604.049000', '091604.051000', '091604.054000', '091604.056000', '091604.059000', '091604.061000', '091604.064000', '091604.067000', '091604.069000', '091604.072000', '091604.075000', '091604.077000', '091604.080000', '091604.082000', '091604.085000', '091604.087000', '091604.094000', '091604.097000', '091604.100000', '091604.102000', '091604.105000', '091604.107000', '091604.110000', '091604.112000', '091604.115000', '091604.118000', '091624.001000', '091624.004000', '091624.007000', '091624.009000', '091624.012000', '091624.015000', '091624.017000', '091624.020000', '091624.022000', '091624.025000', '091624.027000', '091624.030000', '091624.032000', '091624.035000', '091624.038000', '091624.040000', '091624.043000', '091624.045000', '091624.048000', '091624.051000', '091624.053000', '091624.056000', '091624.058000', '091624.061000', '091624.064000', '091624.066000', '091624.069000', '091624.071000', '091624.074000', '091624.077000', '091624.079000', '091624.082000', '091624.084000', '091624.087000', '091624.090000', '091624.092000', '091624.095000', '091624.097000', '091624.100000', '091624.102000', '091624.105000', '091624.107000', '091624.110000', '091644.011000', '091644.014000', '091644.016000', '091644.019000', '091644.022000', '091644.024000', '091644.027000', '091644.029000', '091644.032000', '091644.034000', '091644.037000', '091644.039000', '091644.042000', '091644.045000', '091644.047000', '091644.050000', '091644.052000', '091644.055000', '091644.058000', '091644.060000', '091644.063000', '091644.065000', '091644.068000', '091644.070000', '091644.073000', '091644.075000', '091644.078000', '091644.080000', '091644.083000', '091644.086000', '091644.088000', '091644.091000', '091644.094000', '091644.096000', '091644.099000', '091644.101000', '091644.104000', '091644.106000', '091644.109000', '091644.112000', '091644.114000', '091644.117000', '091644.119000', '091644.122000', '091659.510000', '091659.513000', '091659.516000', '091659.519000', '091659.521000', '091659.524000', '091659.526000', '091659.529000', '091659.532000', '091659.535000', '091659.537000', '091659.540000', '091659.543000', '091659.546000', '091659.549000', '091659.551000', '091659.557000', '091659.560000', '091659.562000', '091659.565000', '091659.567000', '091659.570000', '091659.573000', '091659.575000', '091659.578000', '091659.581000', '091659.583000', '091659.586000', '091659.589000', '091659.592000', '091659.595000', '091659.600000', '091659.603000', '091659.615000'], 'InstanceCreationTime': ['091044.045000', '091044.048000', '091044.056000', '091044.058000', '091044.061000', '091044.064000', '091044.066000', '091044.069000', '091044.071000', '091044.074000', '091044.076000', '091044.079000', '091044.081000', '091044.084000', '091044.087000', '091044.089000', '091044.092000', '091044.094000', '091044.097000', '091044.099000', '091044.102000', '091044.110000', '091044.113000', '091044.115000', '091044.118000', '091044.120000', '091044.123000', '091044.125000', '091044.128000', '091044.131000', '091044.133000', '091044.136000', '091044.138000', '091044.141000', '091044.143000', '091044.146000', '091044.149000', '091044.151000', '091044.154000', '091044.156000', '091044.159000', '091044.161000', '091044.164000', '091044.167000', '091044.169000', '091044.172000', '091044.178000', '091044.180000', '091044.183000', '091044.187000', '091044.189000', '091044.192000', '091044.194000', '091044.197000', '091044.200000', '091104.001000', '091104.004000', '091104.007000', '091104.009000', '091104.012000', '091104.015000', '091104.017000', '091104.020000', '091104.022000', '091104.025000', '091104.027000', '091104.030000', '091104.033000', '091104.035000', '091104.038000', '091104.040000', '091104.043000', '091104.045000', '091104.048000', '091104.051000', '091104.053000', '091104.056000', '091104.058000', '091104.061000', '091104.063000', '091104.066000', '091104.068000', '091104.071000', '091104.073000', '091104.076000', '091104.079000', '091104.081000', '091104.084000', '091104.086000', '091104.098000', '091104.101000', '091104.104000', '091104.106000', '091104.109000', '091104.111000', '091104.114000', '091104.116000', '091104.119000', '091104.122000', '091124.001000', '091124.004000', '091124.007000', '091124.009000', '091124.012000', '091124.014000', '091124.017000', '091124.020000', '091124.022000', '091124.025000', '091124.027000', '091124.030000', '091124.032000', '091124.035000', '091124.038000', '091124.040000', '091124.043000', '091124.045000', '091124.048000', '091124.050000', '091124.053000', '091124.056000', '091124.058000', '091124.061000', '091124.063000', '091124.066000', '091124.075000', '091124.077000', '091124.080000', '091124.083000', '091124.085000', '091124.088000', '091124.090000', '091124.093000', '091124.096000', '091124.098000', '091124.101000', '091124.103000', '091124.106000', '091124.108000', '091124.111000', '091124.114000', '091124.116000', '091144.001000', '091144.004000', '091144.007000', '091144.009000', '091144.012000', '091144.015000', '091144.017000', '091144.020000', '091144.022000', '091144.025000', '091144.027000', '091144.030000', '091144.032000', '091144.035000', '091144.038000', '091144.041000', '091144.043000', '091144.046000', '091144.049000', '091144.051000', '091144.054000', '091144.056000', '091144.059000', '091144.062000', '091144.064000', '091144.067000', '091144.069000', '091144.072000', '091144.074000', '091144.077000', '091144.080000', '091144.082000', '091144.085000', '091144.087000', '091144.090000', '091144.093000', '091144.095000', '091144.098000', '091144.100000', '091144.103000', '091144.105000', '091144.108000', '091144.111000', '091144.113000', '091204.001000', '091204.003000', '091204.006000', '091204.009000', '091204.011000', '091204.014000', '091204.016000', '091204.019000', '091204.021000', '091204.024000', '091204.033000', '091204.036000', '091204.043000', '091204.045000', '091204.048000', '091204.050000', '091204.053000', '091204.056000', '091204.058000', '091204.061000', '091204.063000', '091204.066000', '091204.068000', '091204.071000', '091204.074000', '091204.076000', '091204.079000', '091204.081000', '091204.084000', '091204.087000', '091204.089000', '091204.092000', '091204.095000', '091204.097000', '091204.100000', '091204.102000', '091204.105000', '091204.107000', '091204.110000', '091204.112000', '091204.127000', '091204.130000', '091204.133000', '091224.001000', '091224.003000', '091224.006000', '091224.008000', '091224.011000', '091224.014000', '091224.016000', '091224.019000', '091224.021000', '091224.024000', '091224.027000', '091224.029000', '091224.032000', '091224.034000', '091224.037000', '091224.039000', '091224.042000', '091224.044000', '091224.047000', '091224.050000', '091224.052000', '091224.055000', '091224.057000', '091224.060000', '091224.062000', '091224.065000', '091224.068000', '091224.070000', '091224.073000', '091224.075000', '091224.078000', '091224.081000', '091224.083000', '091224.086000', '091224.088000', '091224.091000', '091224.093000', '091224.096000', '091224.099000', '091224.101000', '091224.104000', '091224.107000', '091224.109000', '091224.112000', '091244.002000', '091244.004000', '091244.007000', '091244.010000', '091244.012000', '091244.015000', '091244.017000', '091244.020000', '091244.023000', '091244.025000', '091244.028000', '091244.030000', '091244.033000', '091244.036000', '091244.038000', '091244.041000', '091244.043000', '091244.046000', '091244.049000', '091244.051000', '091244.054000', '091244.056000', '091244.059000', '091244.061000', '091244.064000', '091244.067000', '091244.069000', '091244.072000', '091244.075000', '091244.077000', '091244.080000', '091244.082000', '091244.085000', '091244.087000', '091244.097000', '091244.099000', '091244.102000', '091244.105000', '091244.107000', '091244.110000', '091244.112000', '091244.115000', '091244.117000', '091304.002000', '091304.005000', '091304.007000', '091304.010000', '091304.012000', '091304.015000', '091304.018000', '091304.020000', '091304.024000', '091304.027000', '091304.029000', '091304.032000', '091304.034000', '091304.037000', '091304.040000', '091304.042000', '091304.045000', '091304.047000', '091304.060000', '091304.063000', '091304.065000', '091304.068000', '091304.070000', '091304.073000', '091304.076000', '091304.078000', '091304.081000', '091304.084000', '091304.087000', '091304.089000', '091304.092000', '091304.094000', '091304.097000', '091304.099000', '091304.102000', '091304.105000', '091304.107000', '091304.110000', '091304.113000', '091304.115000', '091304.118000', '091304.120000', '091304.123000', '091324.002000', '091324.004000', '091324.007000', '091324.010000', '091324.012000', '091324.015000', '091324.017000', '091324.020000', '091324.022000', '091324.025000', '091324.028000', '091324.030000', '091324.033000', '091324.035000', '091324.038000', '091324.041000', '091324.043000', '091324.046000', '091324.049000', '091324.051000', '091324.054000', '091324.056000', '091324.059000', '091324.062000', '091324.064000', '091324.067000', '091324.069000', '091324.072000', '091324.075000', '091324.077000', '091324.080000', '091324.083000', '091324.085000', '091324.088000', '091324.090000', '091324.093000', '091324.095000', '091324.098000', '091324.101000', '091324.103000', '091324.106000', '091324.109000', '091324.111000', '091324.114000', '091344.002000', '091344.004000', '091344.007000', '091344.009000', '091344.012000', '091344.015000', '091344.017000', '091344.020000', '091344.023000', '091344.025000', '091344.028000', '091344.030000', '091344.033000', '091344.036000', '091344.038000', '091344.041000', '091344.043000', '091344.046000', '091344.048000', '091344.051000', '091344.054000', '091344.056000', '091344.094000', '091344.097000', '091344.099000', '091344.102000', '091344.104000', '091344.124000', '091344.126000', '091344.129000', '091344.132000', '091344.134000', '091344.137000', '091344.139000', '091344.142000', '091344.145000', '091344.147000', '091344.150000', '091344.152000', '091344.155000', '091344.158000', '091344.160000', '091344.163000', '091404.001000', '091404.004000', '091404.007000', '091404.010000', '091404.012000', '091404.015000', '091404.017000', '091404.020000', '091404.022000', '091404.025000', '091404.028000', '091404.030000', '091404.033000', '091404.035000', '091404.038000', '091404.041000', '091404.043000', '091404.046000', '091404.048000', '091404.051000', '091404.053000', '091404.056000', '091404.059000', '091404.061000', '091404.064000', '091404.066000', '091404.069000', '091404.072000', '091404.074000', '091404.077000', '091404.079000', '091404.082000', '091404.085000', '091404.087000', '091404.090000', '091404.093000', '091404.095000', '091404.098000', '091404.100000', '091404.103000', '091404.106000', '091404.108000', '091404.111000', '091404.113000', '091424.000000', '091424.003000', '091424.006000', '091424.009000', '091424.011000', '091424.014000', '091424.016000', '091424.019000', '091424.022000', '091424.024000', '091424.027000', '091424.029000', '091424.032000', '091424.035000', '091424.037000', '091424.040000', '091424.042000', '091424.045000', '091424.048000', '091424.050000', '091424.053000', '091424.055000', '091424.058000', '091424.061000', '091424.064000', '091424.067000', '091424.070000', '091424.073000', '091424.075000', '091424.078000', '091424.080000', '091424.083000', '091424.085000', '091424.088000', '091424.091000', '091424.093000', '091424.096000', '091424.098000', '091424.101000', '091424.113000', '091424.116000', '091424.118000', '091424.121000', '091444.004000', '091444.007000', '091444.009000', '091444.012000', '091444.015000', '091444.017000', '091444.020000', '091444.023000', '091444.025000', '091444.028000', '091444.031000', '091444.033000', '091444.036000', '091444.038000', '091444.041000', '091444.044000', '091444.046000', '091444.049000', '091444.051000', '091444.054000', '091444.057000', '091444.059000', '091444.062000', '091444.064000', '091444.067000', '091444.070000', '091444.072000', '091444.075000', '091444.077000', '091444.080000', '091444.083000', '091444.085000', '091444.088000', '091444.090000', '091444.093000', '091444.095000', '091444.098000', '091444.101000', '091444.103000', '091444.106000', '091444.109000', '091444.111000', '091444.114000', '091444.117000', '091504.001000', '091504.004000', '091504.007000', '091504.010000', '091504.012000', '091504.015000', '091504.017000', '091504.020000', '091504.023000', '091504.025000', '091504.028000', '091504.031000', '091504.033000', '091504.036000', '091504.038000', '091504.041000', '091504.043000', '091504.046000', '091504.049000', '091504.051000', '091504.054000', '091504.056000', '091504.059000', '091504.062000', '091504.064000', '091504.067000', '091504.070000', '091504.072000', '091504.075000', '091504.077000', '091504.080000', '091504.082000', '091504.085000', '091504.088000', '091504.090000', '091504.093000', '091504.095000', '091504.098000', '091504.101000', '091504.103000', '091504.106000', '091504.109000', '091504.111000', '091524.002000', '091524.004000', '091524.007000', '091524.035000', '091524.037000', '091524.040000', '091524.042000', '091524.045000', '091524.048000', '091524.050000', '091524.053000', '091524.055000', '091524.058000', '091524.060000', '091524.063000', '091524.066000', '091524.068000', '091524.071000', '091524.073000', '091524.076000', '091524.079000', '091524.081000', '091524.084000', '091524.086000', '091524.089000', '091524.091000', '091524.099000', '091524.102000', '091524.104000', '091524.107000', '091524.109000', '091524.112000', '091524.115000', '091524.117000', '091524.120000', '091524.123000', '091524.125000', '091524.128000', '091524.130000', '091524.133000', '091524.135000', '091524.138000', '091524.141000', '091524.143000', '091544.002000', '091544.005000', '091544.007000', '091544.010000', '091544.012000', '091544.015000', '091544.018000', '091544.020000', '091544.023000', '091544.025000', '091544.028000', '091544.031000', '091544.034000', '091544.036000', '091544.039000', '091544.041000', '091544.044000', '091544.047000', '091544.049000', '091544.052000', '091544.054000', '091544.057000', '091544.060000', '091544.062000', '091544.065000', '091544.067000', '091544.070000', '091544.073000', '091544.075000', '091544.078000', '091544.080000', '091544.083000', '091544.086000', '091544.089000', '091544.092000', '091544.095000', '091544.097000', '091544.100000', '091544.104000', '091544.106000', '091544.109000', '091544.112000', '091544.114000', '091604.001000', '091604.004000', '091604.007000', '091604.010000', '091604.012000', '091604.015000', '091604.017000', '091604.020000', '091604.023000', '091604.025000', '091604.028000', '091604.030000', '091604.033000', '091604.035000', '091604.038000', '091604.041000', '091604.043000', '091604.046000', '091604.049000', '091604.051000', '091604.054000', '091604.056000', '091604.059000', '091604.061000', '091604.064000', '091604.067000', '091604.069000', '091604.072000', '091604.075000', '091604.077000', '091604.080000', '091604.082000', '091604.085000', '091604.087000', '091604.094000', '091604.097000', '091604.100000', '091604.102000', '091604.105000', '091604.107000', '091604.110000', '091604.112000', '091604.115000', '091604.118000', '091624.001000', '091624.004000', '091624.007000', '091624.009000', '091624.012000', '091624.015000', '091624.017000', '091624.020000', '091624.022000', '091624.025000', '091624.027000', '091624.030000', '091624.032000', '091624.035000', '091624.038000', '091624.040000', '091624.043000', '091624.045000', '091624.048000', '091624.051000', '091624.053000', '091624.056000', '091624.058000', '091624.061000', '091624.064000', '091624.066000', '091624.069000', '091624.071000', '091624.074000', '091624.077000', '091624.079000', '091624.082000', '091624.084000', '091624.087000', '091624.090000', '091624.092000', '091624.095000', '091624.097000', '091624.100000', '091624.102000', '091624.105000', '091624.107000', '091624.110000', '091644.011000', '091644.014000', '091644.016000', '091644.019000', '091644.022000', '091644.024000', '091644.027000', '091644.029000', '091644.032000', '091644.034000', '091644.037000', '091644.039000', '091644.042000', '091644.045000', '091644.047000', '091644.050000', '091644.052000', '091644.055000', '091644.058000', '091644.060000', '091644.063000', '091644.065000', '091644.068000', '091644.070000', '091644.073000', '091644.075000', '091644.078000', '091644.080000', '091644.083000', '091644.086000', '091644.088000', '091644.091000', '091644.094000', '091644.096000', '091644.099000', '091644.101000', '091644.104000', '091644.106000', '091644.109000', '091644.112000', '091644.114000', '091644.117000', '091644.119000', '091644.122000', '091659.510000', '091659.513000', '091659.516000', '091659.519000', '091659.521000', '091659.524000', '091659.526000', '091659.529000', '091659.532000', '091659.535000', '091659.537000', '091659.540000', '091659.543000', '091659.546000', '091659.549000', '091659.551000', '091659.557000', '091659.560000', '091659.562000', '091659.565000', '091659.567000', '091659.570000', '091659.573000', '091659.575000', '091659.578000', '091659.581000', '091659.583000', '091659.586000', '091659.589000', '091659.592000', '091659.595000', '091659.600000', '091659.603000', '091659.615000'], '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': [9350, 7411, 11285, 8789, 14270, 8280, 14644, 8055, 13397, 7764, 14035, 8847, 13296, 10909, 16696, 8454, 11434, 6699, 9401, 6560, 9641, 6637, 11588, 8837, 12670, 9743, 6546, 10544, 6951, 9869, 6877, 9576, 7772, 8137, 8037, 6576, 8298, 6874, 11362, 9886, 6940, 11763, 12353, 15625, 16044, 10426, 13322, 8169, 8677, 8031, 6588, 9413, 7707, 15658, 11901, 16019, 9024, 6926, 7810, 6690, 8816, 6867, 10978, 8360, 13594, 7944, 8153, 7424, 6548, 9024, 7561, 12467, 9875, 6934, 9423, 6660, 9584, 6810, 9731, 8608, 8035, 9750, 8890, 13640, 10443, 13181, 9365, 8053, 8542, 6542, 9889, 7090, 13233, 10561, 11364, 8953, 6874, 9504, 6579, 9926, 8538, 9208, 10389, 6867, 10921, 7019, 10965, 7760, 11971, 9539, 12987, 9569, 9932, 7578, 6838, 7917, 6812, 9962, 6768, 9547, 6871, 9209, 7175, 10021, 8433, 8774, 9344, 6749, 9126, 6815, 9120, 7899, 8767, 12525, 8420, 11632, 6802, 6808, 7067, 6660, 10742, 11617, 14195, 15937, 10430, 14504, 9726, 7548, 8933, 6564, 11841, 10333, 11352, 11788, 6899, 11582, 9338, 7079, 14242, 10929, 8099, 14864, 10726, 7576, 12255, 9588, 11126, 15120, 11217, 15125, 12598, 10349, 14579, 7465, 15115, 7259, 15193, 7649, 13693, 7043, 12039, 7267, 10674, 7490, 10121, 7783, 7179, 7103, 7044, 7226, 7176, 7952, 7149, 7192, 7672, 7058, 11414, 9327, 12980, 10169, 9499, 11254, 11529, 16249, 15193, 14245, 13404, 8253, 10965, 7683, 11590, 8036, 11814, 8917, 11958, 9617, 11254, 9707, 12093, 9814, 9630, 11850, 9488, 14676, 7961, 16461, 12493, 16580, 14426, 10902, 17323, 11873, 8430, 9799, 7003, 12160, 7609, 7091, 11243, 7308, 8824, 10170, 6976, 6594, 6755, 6793, 10371, 6919, 13338, 9609, 7919, 11554, 7668, 13566, 9122, 13226, 7369, 13343, 6591, 13305, 6910, 15368, 12083, 13662, 7465, 6723, 6970, 6895, 7014, 6536, 7183, 6776, 9585, 6821, 10689, 7109, 10556, 9243, 8005, 7633, 6800, 11178, 7318, 14266, 12305, 9888, 14995, 8535, 9761, 7664, 6472, 10537, 7020, 10077, 9574, 7956, 13489, 10668, 15271, 11970, 11452, 8750, 6868, 11407, 7017, 14340, 9507, 14959, 12048, 14039, 14061, 7898, 11351, 7310, 9843, 7200, 7253, 7988, 6688, 9496, 6807, 11636, 9911, 14470, 14473, 15476, 11566, 6883, 8479, 6885, 9091, 6900, 9748, 7850, 9593, 10566, 11749, 15558, 13702, 14460, 10623, 6760, 11686, 8399, 8316, 8472, 6472, 9061, 6580, 9714, 7460, 12356, 9727, 12880, 10828, 9765, 14264, 9988, 16516, 11522, 16582, 11664, 12394, 8623, 7434, 8542, 6749, 9990, 6606, 10899, 8151, 11584, 8851, 12036, 8838, 12159, 8605, 11554, 7924, 9932, 6799, 9452, 6855, 7877, 7122, 6726, 6741, 6705, 6876, 6700, 8049, 6742, 10283, 7573, 9201, 8035, 7816, 8173, 8432, 10339, 9593, 13923, 7705, 11503, 6907, 10606, 8117, 9826, 10909, 11285, 16253, 12112, 12674, 8776, 6682, 8108, 6859, 9030, 6729, 10047, 8990, 9874, 11947, 9114, 14223, 8339, 10517, 10176, 10898, 16272, 17026, 16824, 15171, 11967, 14190, 9535, 10628, 6782, 7246, 7575, 6600, 8580, 6638, 12831, 10004, 13393, 14777, 12309, 16306, 12822, 7131, 9157, 6934, 7157, 10602, 8514, 6622, 7780, 6636, 6614, 9055, 8511, 6690, 12628, 9695, 15129, 12009, 11986, 11016, 7965, 7931, 7040, 6952, 7697, 6546, 12439, 10149, 8529, 13444, 10683, 7820, 13106, 7603, 6914, 12555, 8473, 12587, 9744, 6919, 8731, 6749, 8973, 6809, 9075, 12062, 10155, 14321, 10315, 14320, 10123, 13859, 9966, 14116, 8668, 13581, 7421, 11667, 7104, 11802, 7877, 11785, 8774, 13999, 10892, 12221, 8572, 6566, 8255, 6717, 10328, 6594, 11189, 7806, 12490, 9009, 11436, 9320, 10748, 9241, 10301, 9442, 8830, 10148, 7473, 10673, 6720, 10975, 6928, 11095, 6714, 10127, 6929, 9474, 6954, 9020, 6942, 7319, 6918, 6635, 7928, 6664, 10430, 8569, 12708, 10010, 7660, 7451, 6550, 8204, 6978, 9204, 6993, 9894, 7564, 9733, 8245, 9969, 8230, 9755, 7991, 7167, 8663, 6901, 13357, 9975, 11975, 7586, 6667, 8006, 6879, 9790, 6985, 10434, 8063, 10906, 9145, 11811, 10457, 9802, 14763, 9541, 11638, 7377, 7487, 8162, 6779, 9899, 6822, 12394, 8433, 10332, 8616, 6911, 12996, 10689, 15319, 12328, 7361, 9069, 6839, 10391, 6944, 11298, 8702, 13145, 10920, 9799, 10607, 6801, 10061, 6772, 10460, 7618, 11848, 9240, 9879, 10436, 6752, 11418, 7137, 9789, 7522, 7959, 10236, 9524, 14989, 12278, 11886, 10279, 7088, 10908, 7001, 8517, 9148, 9539, 15536, 12377, 14507, 14382, 8920, 14097, 7369, 7235, 9824, 7004, 12834, 10313, 14068, 15483, 14506, 16390, 14131, 10140, 10965, 8346, 7051, 7817, 6848, 8804, 10280, 7179, 6795, 7088, 6807, 7106, 8390, 6979, 6740, 11493, 8372, 10936, 9073, 6646, 14245, 8160, 6574, 7945, 6809, 9709, 7566, 6561, 11511, 9603, 12549, 15625, 16013, 13515, 15212, 10815, 6705, 10192, 6808, 11143, 7303, 6928, 10180, 7058, 7770, 6927, 7079, 8771, 6939, 12482, 9951, 10946, 12375, 7950, 13669, 8796, 10326, 9126, 8751, 11911, 9098, 14240, 10029, 16805, 12552, 17102, 13289, 12941, 8994, 7176, 10257, 6964, 10844, 7166, 10722, 7380, 10922, 8646, 10361, 8504, 9206, 12067, 8896, 15262, 11173, 13883, 10039, 6973, 10163, 7069, 6962, 6859, 6711, 8188, 6866, 10279, 10400, 11197, 13888, 10723, 16085, 10991, 13779, 10639, 12797, 10746, 14671, 12580, 12192, 15609, 12491, 10946, 7232, 7218, 6721, 7280, 7555, 6536, 8238, 6607, 9338, 6728, 12199, 9326, 12847, 10095, 11546, 14450, 14140, 16873, 13746, 12118, 12770, 9726, 8150, 6955, 6813, 7772, 10243, 11404, 15162, 10386, 8252, 6850, 7118, 7061, 8765, 7114, 7390, 11339, 8768, 8548, 12728, 10333, 7866, 11408, 6773, 10068, 15604, 15963, 10716, 7008, 6983, 6932, 6702, 7877, 7481, 6804, 11556, 9372, 8585, 11541, 8592, 14838, 12712, 16571, 12827, 16023, 11599, 8689, 12899, 8713, 8077, 9254, 6847, 12863, 8976, 7013, 10368, 6604, 12843, 7116, 11243, 8092, 7636, 8070, 6753, 8146, 6828, 8100, 7072, 7008, 8912, 6960, 10423, 7588, 10201, 8808, 10290], 'WindowCenter': [4314.0, 4277.0, 4305.0, 4271.0, 4310.0, 4246.0, 4294.0, 4231.0, 4271.0, 4220.0, 4281.0, 4229.0, 4270.0, 4248.0, 4289.0, 4215.0, 4245.0, 4193.0, 4223.0, 4192.0, 4224.0, 4195.0, 4247.0, 4227.0, 4257.0, 4238.0, 4208.0, 4249.0, 4219.0, 4248.0, 4209.0, 4250.0, 4234.0, 4243.0, 4244.0, 4235.0, 4258.0, 4235.0, 4273.0, 4263.0, 4235.0, 4276.0, 4273.0, 4282.0, 4293.0, 4250.0, 4255.0, 4213.0, 4211.0, 4200.0, 4190.0, 4222.0, 4203.0, 4263.0, 4243.0, 4263.0, 4210.0, 4189.0, 4200.0, 4180.0, 4210.0, 4191.0, 4233.0, 4213.0, 4253.0, 4213.0, 4202.0, 4202.0, 4194.0, 4225.0, 4216.0, 4268.0, 4248.0, 4217.0, 4238.0, 4207.0, 4237.0, 4209.0, 4237.0, 4240.0, 4230.0, 4253.0, 4240.0, 4281.0, 4249.0, 4269.0, 4237.0, 4215.0, 4224.0, 4195.0, 4236.0, 4207.0, 4269.0, 4261.0, 4272.0, 4241.0, 4207.0, 4235.0, 4206.0, 4235.0, 4227.0, 4237.0, 4247.0, 4207.0, 4247.0, 4207.0, 4244.0, 4216.0, 4256.0, 4237.0, 4257.0, 4237.0, 4235.0, 4215.0, 4194.0, 4215.0, 4207.0, 4236.0, 4206.0, 4238.0, 4208.0, 4237.0, 4219.0, 4249.0, 4242.0, 4254.0, 4252.0, 4221.0, 4240.0, 4221.0, 4251.0, 4242.0, 4253.0, 4284.0, 4242.0, 4274.0, 4222.0, 4221.0, 4234.0, 4222.0, 4277.0, 4289.0, 4299.0, 4309.0, 4277.0, 4296.0, 4265.0, 4243.0, 4252.0, 4222.0, 4272.0, 4262.0, 4273.0, 4272.0, 4219.0, 4256.0, 4234.0, 4202.0, 4261.0, 4234.0, 4201.0, 4253.0, 4218.0, 4188.0, 4229.0, 4197.0, 4220.0, 4250.0, 4230.0, 4249.0, 4216.0, 4193.0, 4222.0, 4148.0, 4209.0, 4147.0, 4207.0, 4146.0, 4196.0, 4146.0, 4196.0, 4159.0, 4189.0, 4160.0, 4190.0, 4172.0, 4173.0, 4173.0, 4188.0, 4188.0, 4202.0, 4214.0, 4218.0, 4218.0, 4231.0, 4222.0, 4273.0, 4253.0, 4284.0, 4266.0, 4251.0, 4277.0, 4274.0, 4307.0, 4296.0, 4295.0, 4283.0, 4243.0, 4261.0, 4230.0, 4260.0, 4228.0, 4258.0, 4240.0, 4258.0, 4240.0, 4247.0, 4237.0, 4256.0, 4236.0, 4235.0, 4244.0, 4222.0, 4253.0, 4201.0, 4275.0, 4256.0, 4277.0, 4268.0, 4258.0, 4299.0, 4266.0, 4235.0, 4247.0, 4215.0, 4264.0, 4212.0, 4201.0, 4242.0, 4201.0, 4225.0, 4223.0, 4191.0, 4182.0, 4181.0, 4167.0, 4208.0, 4178.0, 4238.0, 4211.0, 4188.0, 4218.0, 4187.0, 4227.0, 4183.0, 4212.0, 4160.0, 4210.0, 4149.0, 4221.0, 4163.0, 4234.0, 4214.0, 4223.0, 4172.0, 4165.0, 4178.0, 4165.0, 4149.0, 4142.0, 4139.0, 4154.0, 4184.0, 4158.0, 4209.0, 4182.0, 4221.0, 4226.0, 4230.0, 4229.0, 4204.0, 4245.0, 4201.0, 4262.0, 4256.0, 4238.0, 4280.0, 4229.0, 4235.0, 4231.0, 4198.0, 4248.0, 4220.0, 4249.0, 4249.0, 4230.0, 4280.0, 4262.0, 4280.0, 4259.0, 4259.0, 4228.0, 4206.0, 4259.0, 4208.0, 4268.0, 4237.0, 4279.0, 4258.0, 4267.0, 4269.0, 4215.0, 4246.0, 4205.0, 4235.0, 4217.0, 4218.0, 4230.0, 4219.0, 4252.0, 4209.0, 4259.0, 4250.0, 4281.0, 4280.0, 4280.0, 4257.0, 4205.0, 4225.0, 4206.0, 4238.0, 4220.0, 4252.0, 4243.0, 4263.0, 4275.0, 4287.0, 4308.0, 4295.0, 4292.0, 4249.0, 4209.0, 4271.0, 4242.0, 4241.0, 4240.0, 4221.0, 4240.0, 4220.0, 4249.0, 4231.0, 4271.0, 4250.0, 4270.0, 4248.0, 4237.0, 4267.0, 4224.0, 4265.0, 4232.0, 4262.0, 4231.0, 4229.0, 4197.0, 4177.0, 4197.0, 4176.0, 4207.0, 4177.0, 4218.0, 4188.0, 4218.0, 4208.0, 4228.0, 4209.0, 4228.0, 4198.0, 4217.0, 4198.0, 4208.0, 4178.0, 4209.0, 4191.0, 4201.0, 4192.0, 4192.0, 4193.0, 4195.0, 4205.0, 4207.0, 4227.0, 4219.0, 4249.0, 4230.0, 4250.0, 4230.0, 4229.0, 4240.0, 4241.0, 4262.0, 4252.0, 4293.0, 4230.0, 4260.0, 4220.0, 4261.0, 4242.0, 4263.0, 4275.0, 4275.0, 4317.0, 4286.0, 4295.0, 4254.0, 4232.0, 4241.0, 4221.0, 4252.0, 4234.0, 4264.0, 4265.0, 4266.0, 4286.0, 4265.0, 4295.0, 4243.0, 4262.0, 4263.0, 4263.0, 4319.0, 4319.0, 4307.0, 4293.0, 4259.0, 4266.0, 4234.0, 4231.0, 4179.0, 4189.0, 4200.0, 4180.0, 4211.0, 4192.0, 4256.0, 4236.0, 4267.0, 4279.0, 4254.0, 4261.0, 4236.0, 4162.0, 4179.0, 4147.0, 4146.0, 4191.0, 4171.0, 4150.0, 4161.0, 4149.0, 4138.0, 4169.0, 4170.0, 4139.0, 4200.0, 4180.0, 4211.0, 4189.0, 4186.0, 4163.0, 4155.0, 4154.0, 4133.0, 4133.0, 4131.0, 4135.0, 4198.0, 4188.0, 4180.0, 4211.0, 4202.0, 4172.0, 4236.0, 4174.0, 4177.0, 4240.0, 4201.0, 4241.0, 4209.0, 4177.0, 4196.0, 4167.0, 4196.0, 4164.0, 4197.0, 4215.0, 4205.0, 4236.0, 4206.0, 4235.0, 4193.0, 4222.0, 4191.0, 4220.0, 4169.0, 4209.0, 4172.0, 4203.0, 4162.0, 4200.0, 4169.0, 4200.0, 4196.0, 4236.0, 4217.0, 4215.0, 4183.0, 4162.0, 4183.0, 4165.0, 4216.0, 4178.0, 4217.0, 4189.0, 4240.0, 4209.0, 4229.0, 4210.0, 4229.0, 4211.0, 4220.0, 4208.0, 4209.0, 4219.0, 4188.0, 4218.0, 4176.0, 4218.0, 4178.0, 4229.0, 4180.0, 4220.0, 4191.0, 4221.0, 4191.0, 4212.0, 4204.0, 4204.0, 4205.0, 4205.0, 4215.0, 4206.0, 4248.0, 4228.0, 4269.0, 4248.0, 4217.0, 4218.0, 4207.0, 4229.0, 4219.0, 4240.0, 4220.0, 4250.0, 4232.0, 4254.0, 4243.0, 4251.0, 4240.0, 4250.0, 4229.0, 4219.0, 4239.0, 4220.0, 4283.0, 4262.0, 4272.0, 4231.0, 4220.0, 4230.0, 4222.0, 4262.0, 4233.0, 4263.0, 4244.0, 4274.0, 4265.0, 4285.0, 4275.0, 4264.0, 4295.0, 4263.0, 4273.0, 4232.0, 4232.0, 4230.0, 4198.0, 4225.0, 4196.0, 4247.0, 4243.0, 4276.0, 4254.0, 4232.0, 4282.0, 4261.0, 4290.0, 4256.0, 4203.0, 4224.0, 4205.0, 4247.0, 4218.0, 4259.0, 4240.0, 4281.0, 4260.0, 4249.0, 4246.0, 4193.0, 4232.0, 4194.0, 4234.0, 4216.0, 4257.0, 4238.0, 4248.0, 4248.0, 4207.0, 4256.0, 4205.0, 4235.0, 4217.0, 4227.0, 4248.0, 4263.0, 4295.0, 4273.0, 4271.0, 4248.0, 4215.0, 4231.0, 4190.0, 4210.0, 4223.0, 4223.0, 4277.0, 4268.0, 4279.0, 4277.0, 4223.0, 4251.0, 4188.0, 4189.0, 4222.0, 4192.0, 4241.0, 4221.0, 4254.0, 4266.0, 4266.0, 4266.0, 4254.0, 4232.0, 4230.0, 4209.0, 4176.0, 4172.0, 4163.0, 4182.0, 4192.0, 4161.0, 4154.0, 4152.0, 4140.0, 4148.0, 4170.0, 4151.0, 4151.0, 4203.0, 4176.0, 4192.0, 4173.0, 4152.0, 4222.0, 4160.0, 4136.0, 4157.0, 4148.0, 4179.0, 4160.0, 4162.0, 4213.0, 4194.0, 4226.0, 4249.0, 4260.0, 4239.0, 4249.0, 4217.0, 4177.0, 4207.0, 4177.0, 4230.0, 4189.0, 4189.0, 4220.0, 4190.0, 4200.0, 4190.0, 4189.0, 4198.0, 4189.0, 4241.0, 4222.0, 4231.0, 4230.0, 4188.0, 4225.0, 4185.0, 4204.0, 4195.0, 4183.0, 4214.0, 4182.0, 4235.0, 4193.0, 4247.0, 4215.0, 4246.0, 4223.0, 4212.0, 4180.0, 4159.0, 4190.0, 4161.0, 4202.0, 4172.0, 4203.0, 4174.0, 4214.0, 4196.0, 4205.0, 4196.0, 4208.0, 4230.0, 4196.0, 4249.0, 4228.0, 4251.0, 4207.0, 4187.0, 4217.0, 4188.0, 4188.0, 4178.0, 4178.0, 4200.0, 4178.0, 4220.0, 4219.0, 4229.0, 4238.0, 4217.0, 4247.0, 4205.0, 4224.0, 4206.0, 4226.0, 4203.0, 4234.0, 4214.0, 4214.0, 4236.0, 4215.0, 4203.0, 4171.0, 4172.0, 4162.0, 4175.0, 4185.0, 4165.0, 4198.0, 4178.0, 4209.0, 4179.0, 4242.0, 4209.0, 4240.0, 4221.0, 4227.0, 4253.0, 4253.0, 4262.0, 4238.0, 4226.0, 4227.0, 4206.0, 4186.0, 4174.0, 4161.0, 4170.0, 4190.0, 4202.0, 4220.0, 4177.0, 4157.0, 4138.0, 4136.0, 4134.0, 4143.0, 4122.0, 4135.0, 4177.0, 4146.0, 4157.0, 4199.0, 4178.0, 4146.0, 4171.0, 4119.0, 4151.0, 4196.0, 4206.0, 4165.0, 4136.0, 4146.0, 4159.0, 4161.0, 4170.0, 4149.0, 4137.0, 4176.0, 4169.0, 4157.0, 4189.0, 4157.0, 4209.0, 4187.0, 4206.0, 4175.0, 4192.0, 4160.0, 4128.0, 4157.0, 4126.0, 4116.0, 4136.0, 4107.0, 4167.0, 4138.0, 4118.0, 4146.0, 4108.0, 4167.0, 4118.0, 4159.0, 4130.0, 4131.0, 4141.0, 4121.0, 4143.0, 4135.0, 4145.0, 4146.0, 4148.0, 4181.0, 4164.0, 4204.0, 4175.0, 4193.0, 4183.0, 4193.0], 'WindowWidth': [9553.0, 9490.0, 9521.0, 9467.0, 9517.0, 9422.0, 9484.0, 9396.0, 9447.0, 9375.0, 9461.0, 9385.0, 9444.0, 9410.0, 9471.0, 9361.0, 9401.0, 9327.0, 9368.0, 9327.0, 9370.0, 9334.0, 9406.0, 9380.0, 9422.0, 9397.0, 9357.0, 9415.0, 9374.0, 9412.0, 9362.0, 9416.0, 9402.0, 9412.0, 9418.0, 9408.0, 9443.0, 9407.0, 9456.0, 9441.0, 9403.0, 9460.0, 9452.0, 9466.0, 9482.0, 9419.0, 9413.0, 9353.0, 9348.0, 9333.0, 9320.0, 9364.0, 9340.0, 9425.0, 9397.0, 9423.0, 9347.0, 9317.0, 9333.0, 9306.0, 9346.0, 9324.0, 9382.0, 9358.0, 9409.0, 9355.0, 9340.0, 9342.0, 9333.0, 9377.0, 9367.0, 9439.0, 9413.0, 9370.0, 9398.0, 9355.0, 9393.0, 9359.0, 9395.0, 9405.0, 9391.0, 9427.0, 9405.0, 9462.0, 9415.0, 9443.0, 9394.0, 9361.0, 9372.0, 9334.0, 9389.0, 9354.0, 9440.0, 9433.0, 9450.0, 9405.0, 9355.0, 9388.0, 9351.0, 9387.0, 9382.0, 9395.0, 9410.0, 9354.0, 9406.0, 9354.0, 9401.0, 9366.0, 9417.0, 9393.0, 9422.0, 9392.0, 9387.0, 9361.0, 9333.0, 9361.0, 9353.0, 9391.0, 9353.0, 9396.0, 9359.0, 9396.0, 9375.0, 9415.0, 9410.0, 9429.0, 9424.0, 9379.0, 9403.0, 9380.0, 9418.0, 9412.0, 9428.0, 9469.0, 9410.0, 9458.0, 9385.0, 9381.0, 9404.0, 9386.0, 9466.0, 9489.0, 9500.0, 9517.0, 9467.0, 9493.0, 9448.0, 9416.0, 9427.0, 9387.0, 9453.0, 9442.0, 9458.0, 9456.0, 9379.0, 9425.0, 9393.0, 9346.0, 9422.0, 9383.0, 9335.0, 9406.0, 9351.0, 9311.0, 9363.0, 9319.0, 9356.0, 9397.0, 9372.0, 9397.0, 9345.0, 9308.0, 9345.0, 9238.0, 9322.0, 9235.0, 9316.0, 9234.0, 9300.0, 9235.0, 9301.0, 9257.0, 9299.0, 9264.0, 9303.0, 9282.0, 9286.0, 9287.0, 9314.0, 9317.0, 9340.0, 9359.0, 9372.0, 9372.0, 9392.0, 9382.0, 9451.0, 9425.0, 9467.0, 9444.0, 9420.0, 9463.0, 9456.0, 9511.0, 9490.0, 9486.0, 9466.0, 9413.0, 9431.0, 9391.0, 9429.0, 9384.0, 9422.0, 9401.0, 9424.0, 9402.0, 9408.0, 9393.0, 9417.0, 9389.0, 9388.0, 9399.0, 9364.0, 9407.0, 9334.0, 9441.0, 9421.0, 9454.0, 9442.0, 9428.0, 9490.0, 9439.0, 9397.0, 9414.0, 9371.0, 9434.0, 9361.0, 9344.0, 9398.0, 9342.0, 9373.0, 9364.0, 9322.0, 9310.0, 9304.0, 9282.0, 9335.0, 9293.0, 9376.0, 9343.0, 9311.0, 9350.0, 9307.0, 9362.0, 9293.0, 9334.0, 9257.0, 9326.0, 9244.0, 9343.0, 9268.0, 9368.0, 9339.0, 9350.0, 9280.0, 9278.0, 9299.0, 9274.0, 9238.0, 9233.0, 9223.0, 9249.0, 9288.0, 9261.0, 9329.0, 9301.0, 9355.0, 9378.0, 9390.0, 9388.0, 9347.0, 9399.0, 9336.0, 9420.0, 9420.0, 9395.0, 9455.0, 9384.0, 9387.0, 9391.0, 9342.0, 9410.0, 9374.0, 9411.0, 9413.0, 9389.0, 9458.0, 9433.0, 9459.0, 9426.0, 9423.0, 9381.0, 9350.0, 9426.0, 9355.0, 9436.0, 9394.0, 9454.0, 9425.0, 9437.0, 9441.0, 9363.0, 9402.0, 9347.0, 9388.0, 9368.0, 9372.0, 9390.0, 9376.0, 9421.0, 9362.0, 9427.0, 9416.0, 9463.0, 9460.0, 9458.0, 9421.0, 9350.0, 9376.0, 9352.0, 9397.0, 9377.0, 9421.0, 9414.0, 9442.0, 9460.0, 9482.0, 9517.0, 9489.0, 9478.0, 9416.0, 9362.0, 9447.0, 9410.0, 9408.0, 9407.0, 9384.0, 9405.0, 9379.0, 9414.0, 9393.0, 9448.0, 9419.0, 9444.0, 9413.0, 9395.0, 9433.0, 9371.0, 9428.0, 9378.0, 9422.0, 9375.0, 9368.0, 9324.0, 9296.0, 9322.0, 9295.0, 9336.0, 9298.0, 9351.0, 9313.0, 9352.0, 9341.0, 9367.0, 9343.0, 9366.0, 9327.0, 9351.0, 9328.0, 9340.0, 9303.0, 9343.0, 9323.0, 9337.0, 9327.0, 9330.0, 9332.0, 9336.0, 9351.0, 9356.0, 9384.0, 9377.0, 9416.0, 9393.0, 9417.0, 9391.0, 9390.0, 9406.0, 9407.0, 9438.0, 9424.0, 9482.0, 9393.0, 9430.0, 9377.0, 9433.0, 9412.0, 9441.0, 9463.0, 9461.0, 9526.0, 9478.0, 9487.0, 9430.0, 9402.0, 9409.0, 9384.0, 9424.0, 9404.0, 9444.0, 9449.0, 9451.0, 9480.0, 9448.0, 9488.0, 9413.0, 9439.0, 9440.0, 9442.0, 9535.0, 9534.0, 9519.0, 9487.0, 9431.0, 9436.0, 9388.0, 9378.0, 9307.0, 9316.0, 9331.0, 9305.0, 9349.0, 9328.0, 9419.0, 9395.0, 9442.0, 9467.0, 9421.0, 9429.0, 9384.0, 9273.0, 9288.0, 9245.0, 9240.0, 9306.0, 9276.0, 9246.0, 9261.0, 9245.0, 9227.0, 9268.0, 9271.0, 9227.0, 9310.0, 9285.0, 9328.0, 9295.0, 9284.0, 9250.0, 9246.0, 9243.0, 9214.0, 9208.0, 9202.0, 9218.0, 9308.0, 9296.0, 9289.0, 9332.0, 9321.0, 9283.0, 9376.0, 9288.0, 9296.0, 9384.0, 9336.0, 9389.0, 9340.0, 9297.0, 9321.0, 9281.0, 9319.0, 9275.0, 9324.0, 9342.0, 9330.0, 9372.0, 9332.0, 9369.0, 9310.0, 9346.0, 9304.0, 9343.0, 9273.0, 9325.0, 9283.0, 9323.0, 9267.0, 9314.0, 9271.0, 9315.0, 9322.0, 9376.0, 9348.0, 9343.0, 9296.0, 9269.0, 9298.0, 9277.0, 9346.0, 9301.0, 9351.0, 9315.0, 9383.0, 9345.0, 9370.0, 9345.0, 9371.0, 9348.0, 9358.0, 9340.0, 9343.0, 9356.0, 9313.0, 9352.0, 9295.0, 9352.0, 9300.0, 9368.0, 9306.0, 9360.0, 9323.0, 9362.0, 9324.0, 9353.0, 9345.0, 9346.0, 9348.0, 9349.0, 9363.0, 9353.0, 9409.0, 9385.0, 9442.0, 9411.0, 9368.0, 9370.0, 9356.0, 9388.0, 9375.0, 9402.0, 9377.0, 9416.0, 9397.0, 9428.0, 9413.0, 9420.0, 9404.0, 9416.0, 9387.0, 9373.0, 9402.0, 9379.0, 9467.0, 9438.0, 9450.0, 9393.0, 9379.0, 9391.0, 9384.0, 9437.0, 9402.0, 9440.0, 9418.0, 9458.0, 9446.0, 9472.0, 9460.0, 9443.0, 9488.0, 9439.0, 9455.0, 9397.0, 9397.0, 9387.0, 9339.0, 9369.0, 9330.0, 9400.0, 9413.0, 9463.0, 9432.0, 9398.0, 9467.0, 9437.0, 9476.0, 9420.0, 9342.0, 9372.0, 9349.0, 9410.0, 9373.0, 9428.0, 9406.0, 9462.0, 9432.0, 9414.0, 9405.0, 9330.0, 9380.0, 9332.0, 9387.0, 9366.0, 9423.0, 9400.0, 9413.0, 9413.0, 9356.0, 9420.0, 9348.0, 9389.0, 9369.0, 9383.0, 9414.0, 9441.0, 9493.0, 9459.0, 9449.0, 9412.0, 9365.0, 9379.0, 9323.0, 9351.0, 9372.0, 9371.0, 9456.0, 9444.0, 9459.0, 9454.0, 9372.0, 9410.0, 9318.0, 9317.0, 9367.0, 9324.0, 9389.0, 9362.0, 9412.0, 9435.0, 9435.0, 9441.0, 9419.0, 9386.0, 9380.0, 9349.0, 9301.0, 9288.0, 9275.0, 9298.0, 9309.0, 9267.0, 9259.0, 9252.0, 9232.0, 9238.0, 9271.0, 9248.0, 9247.0, 9317.0, 9284.0, 9303.0, 9277.0, 9249.0, 9344.0, 9254.0, 9216.0, 9250.0, 9241.0, 9283.0, 9258.0, 9269.0, 9339.0, 9314.0, 9362.0, 9405.0, 9420.0, 9384.0, 9401.0, 9350.0, 9299.0, 9336.0, 9299.0, 9373.0, 9319.0, 9318.0, 9361.0, 9322.0, 9334.0, 9323.0, 9317.0, 9326.0, 9317.0, 9390.0, 9366.0, 9376.0, 9371.0, 9309.0, 9358.0, 9301.0, 9326.0, 9315.0, 9299.0, 9340.0, 9294.0, 9373.0, 9310.0, 9393.0, 9343.0, 9393.0, 9352.0, 9335.0, 9290.0, 9261.0, 9303.0, 9269.0, 9321.0, 9285.0, 9324.0, 9289.0, 9342.0, 9322.0, 9331.0, 9322.0, 9341.0, 9371.0, 9322.0, 9400.0, 9369.0, 9404.0, 9338.0, 9311.0, 9351.0, 9314.0, 9316.0, 9303.0, 9302.0, 9333.0, 9302.0, 9359.0, 9355.0, 9369.0, 9381.0, 9348.0, 9392.0, 9330.0, 9354.0, 9333.0, 9361.0, 9325.0, 9367.0, 9343.0, 9343.0, 9379.0, 9345.0, 9327.0, 9282.0, 9285.0, 9270.0, 9291.0, 9305.0, 9279.0, 9325.0, 9300.0, 9343.0, 9305.0, 9391.0, 9341.0, 9387.0, 9362.0, 9364.0, 9414.0, 9414.0, 9430.0, 9388.0, 9363.0, 9368.0, 9339.0, 9313.0, 9292.0, 9271.0, 9281.0, 9304.0, 9321.0, 9342.0, 9280.0, 9250.0, 9225.0, 9219.0, 9213.0, 9220.0, 9192.0, 9213.0, 9271.0, 9227.0, 9245.0, 9305.0, 9280.0, 9231.0, 9256.0, 9184.0, 9227.0, 9302.0, 9319.0, 9256.0, 9220.0, 9234.0, 9260.0, 9265.0, 9272.0, 9242.0, 9225.0, 9274.0, 9265.0, 9248.0, 9295.0, 9248.0, 9325.0, 9289.0, 9316.0, 9269.0, 9286.0, 9241.0, 9192.0, 9228.0, 9183.0, 9172.0, 9199.0, 9165.0, 9244.0, 9208.0, 9181.0, 9217.0, 9166.0, 9245.0, 9183.0, 9238.0, 9202.0, 9207.0, 9218.0, 9192.0, 9223.0, 9217.0, 9231.0, 9235.0, 9239.0, 9287.0, 9269.0, 9324.0, 9287.0, 9307.0, 9293.0, 9305.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.008386452353616531</td></tr>
<tr><td colspan=3>aqi</td><td>0.11633030987370839</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.449353873655184</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1602118437931035</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.045071890954023</td></tr>
<tr><td colspan=3>efc</td><td>0.5088</td></tr>
<tr><td colspan=3>fber</td><td>4332.7964</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21044910068119385</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>239</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>27.439724454649827</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6941721454167147</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5664471206293142</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9020656580820905</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.614003657538738</td></tr>
<tr><td colspan=3>gcor</td><td>0.0224109</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004938236903399229</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032207731157541275</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.47210361450682</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>13.6869</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.851</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>211.5872</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293361.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1011.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>384.2941</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1727</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>460.1938</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3420.1136</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3564.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1546.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>796.9356</td></tr>
<tr><td colspan=3>tsnr</td><td>19.474276516586542</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>