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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0055_ses-01_task-social_acq-mb8_run-05_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-0055_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-carpet_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_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-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_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-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-social_acq-mb8_run-05_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-0055/ses-01/func/sub-0055_ses-01_task-social_acq-mb8_run-05_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>182f3b61af51ddaf495b9c8694c52657</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>19:44:22.105000</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.999221, -0.0110893, 0.0378745, 0.0137782, 0.997346, -0.0714895]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-05_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.104278</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>20</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4195, -7700, -7250, 553, 62, -177, -75, 43]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 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>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>106dc696-d792-4ebe-a655-2fcbe74b8fc3||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.6808369159698486, 0.03696594759821892, 0.09984917938709259, 107.17920684814453], [0.029751742258667946, 2.675806999206543, -0.1942802369594574, -88.2806396484375], [0.10161439329385757, 0.19180108606815338, 2.6911494731903076, -84.10594940185547], [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': ['194422.105000', '194422.565000', '194423.025000', '194423.485000', '194423.945000', '194424.405000', '194424.865000', '194425.325000', '194425.785000', '194426.245000', '194426.705000', '194427.165000', '194427.625000', '194428.085000', '194428.545000', '194429.005000', '194429.465000', '194429.925000', '194430.385000', '194430.845000', '194431.305000', '194431.765000', '194432.225000', '194432.685000', '194433.145000', '194433.605000', '194434.065000', '194434.525000', '194434.985000', '194435.445000', '194435.905000', '194436.365000', '194436.825000', '194437.285000', '194437.745000', '194438.205000', '194438.665000', '194439.125000', '194439.585000', '194440.045000', '194440.505000', '194440.965000', '194441.425000', '194441.885000', '194442.345000', '194442.805000', '194443.265000', '194443.725000', '194444.185000', '194444.645000', '194445.105000', '194445.565000', '194446.025000', '194446.485000', '194446.945000', '194447.405000', '194447.865000', '194448.325000', '194448.785000', '194449.245000', '194449.705000', '194450.165000', '194450.625000', '194451.085000', '194451.545000', '194452.005000', '194452.465000', '194452.925000', '194453.385000', '194453.845000', '194454.305000', '194454.765000', '194455.225000', '194455.685000', '194456.145000', '194456.605000', '194457.065000', '194457.525000', '194457.985000', '194458.445000', '194458.905000', '194459.365000', '194459.825000', '194500.285000', '194500.745000', '194501.205000', '194501.665000', '194502.125000', '194502.585000', '194503.045000', '194503.505000', '194503.965000', '194504.425000', '194504.885000', '194505.345000', '194505.805000', '194506.265000', '194506.725000', '194507.185000', '194507.645000', '194508.105000', '194508.565000', '194509.025000', '194509.485000', '194509.945000', '194510.405000', '194510.865000', '194511.325000', '194511.785000', '194512.245000', '194512.705000', '194513.165000', '194513.625000', '194514.085000', '194514.545000', '194515.005000', '194515.465000', '194515.925000', '194516.385000', '194516.845000', '194517.305000', '194517.765000', '194518.225000', '194518.685000', '194519.145000', '194519.605000', '194520.065000', '194520.525000', '194520.985000', '194521.445000', '194521.905000', '194522.365000', '194522.825000', '194523.285000', '194523.745000', '194524.205000', '194524.665000', '194525.125000', '194525.585000', '194526.045000', '194526.505000', '194526.965000', '194527.425000', '194527.885000', '194528.345000', '194528.805000', '194529.265000', '194529.725000', '194530.185000', '194530.645000', '194531.105000', '194531.565000', '194532.025000', '194532.485000', '194532.945000', '194533.405000', '194533.865000', '194534.325000', '194534.785000', '194535.245000', '194535.705000', '194536.165000', '194536.625000', '194537.085000', '194537.545000', '194538.005000', '194538.465000', '194538.925000', '194539.385000', '194539.845000', '194540.305000', '194540.765000', '194541.225000', '194541.685000', '194542.145000', '194542.605000', '194543.065000', '194543.525000', '194543.985000', '194544.445000', '194544.905000', '194545.365000', '194545.825000', '194546.285000', '194546.745000', '194547.205000', '194547.665000', '194548.125000', '194548.585000', '194549.045000', '194549.505000', '194549.965000', '194550.425000', '194550.885000', '194551.345000', '194551.805000', '194552.265000', '194552.725000', '194553.185000', '194553.645000', '194554.105000', '194554.565000', '194555.025000', '194555.485000', '194555.945000', '194556.405000', '194556.865000', '194557.325000', '194557.785000', '194558.245000', '194558.705000', '194559.165000', '194559.625000', '194600.085000', '194600.545000', '194601.005000', '194601.465000', '194601.925000', '194602.385000', '194602.845000', '194603.305000', '194603.765000', '194604.225000', '194604.685000', '194605.145000', '194605.605000', '194606.065000', '194606.525000', '194606.985000', '194607.445000', '194607.905000', '194608.365000', '194608.825000', '194609.285000', '194609.745000', '194610.205000', '194610.665000', '194611.125000', '194611.585000', '194612.045000', '194612.505000', '194612.965000', '194613.425000', '194613.885000', '194614.345000', '194614.805000', '194615.265000', '194615.725000', '194616.185000', '194616.645000', '194617.105000', '194617.565000', '194618.025000', '194618.485000', '194618.945000', '194619.405000', '194619.865000', '194620.325000', '194620.785000', '194621.245000', '194621.705000', '194622.165000', '194622.625000', '194623.085000', '194623.545000', '194624.005000', '194624.465000', '194624.925000', '194625.385000', '194625.845000', '194626.305000', '194626.765000', '194627.225000', '194627.685000', '194628.145000', '194628.605000', '194629.065000', '194629.525000', '194629.985000', '194630.445000', '194630.905000', '194631.365000', '194631.825000', '194632.285000', '194632.745000', '194633.205000', '194633.665000', '194634.125000', '194634.585000', '194635.045000', '194635.505000', '194635.965000', '194636.425000', '194636.885000', '194637.345000', '194637.805000', '194638.265000', '194638.725000', '194639.185000', '194639.645000', '194640.105000', '194640.565000', '194641.025000', '194641.485000', '194641.945000', '194642.405000', '194642.865000', '194643.325000', '194643.785000', '194644.245000', '194644.705000', '194645.165000', '194645.625000', '194646.085000', '194646.545000', '194647.005000', '194647.465000', '194647.925000', '194648.385000', '194648.845000', '194649.305000', '194649.765000', '194650.225000', '194650.685000', '194651.145000', '194651.605000', '194652.065000', '194652.525000', '194652.985000', '194653.445000', '194653.905000', '194654.365000', '194654.825000', '194655.285000', '194655.745000', '194656.205000', '194656.665000', '194657.125000', '194657.585000', '194658.045000', '194658.505000', '194658.965000', '194659.425000', '194659.885000', '194700.345000', '194700.805000', '194701.265000', '194701.725000', '194702.185000', '194702.645000', '194703.105000', '194703.565000', '194704.025000', '194704.485000', '194704.945000', '194705.405000', '194705.865000', '194706.325000', '194706.785000', '194707.245000', '194707.705000', '194708.165000', '194708.625000', '194709.085000', '194709.545000', '194710.005000', '194710.465000', '194710.925000', '194711.385000', '194711.845000', '194712.305000', '194712.765000', '194713.225000', '194713.685000', '194714.145000', '194714.605000', '194715.065000', '194715.525000', '194715.985000', '194716.445000', '194716.905000', '194717.365000', '194717.825000', '194718.285000', '194718.745000', '194719.205000', '194719.665000', '194720.125000', '194720.585000', '194721.045000', '194721.505000', '194721.965000', '194722.425000', '194722.885000', '194723.345000', '194723.805000', '194724.265000', '194724.725000', '194725.185000', '194725.645000', '194726.105000', '194726.565000', '194727.025000', '194727.485000', '194727.945000', '194728.405000', '194728.865000', '194729.325000', '194729.785000', '194730.245000', '194730.705000', '194731.165000', '194731.625000', '194732.085000', '194732.545000', '194733.005000', '194733.465000', '194733.925000', '194734.385000', '194734.845000', '194735.305000', '194735.765000', '194736.225000', '194736.685000', '194737.145000', '194737.605000', '194738.065000', '194738.525000', '194738.985000', '194739.445000', '194739.905000', '194740.365000', '194740.825000', '194741.285000', '194741.745000', '194742.205000', '194742.665000', '194743.125000', '194743.585000', '194744.045000', '194744.505000', '194744.965000', '194745.425000', '194745.885000', '194746.345000', '194746.805000', '194747.265000', '194747.725000', '194748.185000', '194748.645000', '194749.105000', '194749.565000', '194750.025000', '194750.485000', '194750.945000', '194751.405000', '194751.865000', '194752.325000', '194752.785000', '194753.245000', '194753.705000', '194754.165000', '194754.625000', '194755.085000', '194755.545000', '194756.005000', '194756.465000', '194756.925000', '194757.385000', '194757.845000', '194758.305000', '194758.765000', '194759.225000', '194759.685000', '194800.145000', '194800.605000', '194801.065000', '194801.525000', '194801.985000', '194802.445000', '194802.905000', '194803.365000', '194803.825000', '194804.285000', '194804.745000', '194805.205000', '194805.665000', '194806.125000', '194806.585000', '194807.045000', '194807.505000', '194807.965000', '194808.425000', '194808.885000', '194809.345000', '194809.805000', '194810.265000', '194810.725000', '194811.185000', '194811.645000', '194812.105000', '194812.565000', '194813.025000', '194813.485000', '194813.945000', '194814.405000', '194814.865000', '194815.325000', '194815.785000', '194816.245000', '194816.705000', '194817.165000', '194817.625000', '194818.085000', '194818.545000', '194819.005000', '194819.465000', '194819.925000', '194820.385000', '194820.845000', '194821.305000', '194821.765000', '194822.225000', '194822.685000', '194823.145000', '194823.605000', '194824.065000', '194824.525000', '194824.985000', '194825.445000', '194825.905000', '194826.365000', '194826.825000', '194827.285000', '194827.745000', '194828.205000', '194828.665000', '194829.125000', '194829.585000', '194830.045000', '194830.505000', '194830.965000', '194831.425000', '194831.885000', '194832.345000', '194832.805000', '194833.265000', '194833.725000', '194834.185000', '194834.645000', '194835.105000', '194835.565000', '194836.025000', '194836.485000', '194836.945000', '194837.405000', '194837.865000', '194838.325000', '194838.785000', '194839.245000', '194839.705000', '194840.165000', '194840.625000', '194841.085000', '194841.545000', '194842.005000', '194842.465000', '194842.925000', '194843.385000', '194843.845000', '194844.305000', '194844.765000', '194845.225000', '194845.685000', '194846.145000', '194846.605000', '194847.065000', '194847.525000', '194847.985000', '194848.445000', '194848.905000', '194849.365000', '194849.825000', '194850.285000', '194850.745000', '194851.205000', '194851.665000', '194852.125000', '194852.585000', '194853.045000', '194853.505000', '194853.965000', '194854.425000', '194854.885000', '194855.345000', '194855.805000', '194856.265000', '194856.725000', '194857.185000', '194857.645000', '194858.105000', '194858.565000', '194859.025000', '194859.485000', '194859.945000', '194900.405000', '194900.865000', '194901.325000', '194901.785000', '194902.245000', '194902.705000', '194903.165000', '194903.625000', '194904.085000', '194904.545000', '194905.005000', '194905.465000', '194905.925000', '194906.385000', '194906.845000', '194907.305000', '194907.765000', '194908.225000', '194908.685000', '194909.145000', '194909.605000', '194910.065000', '194910.525000', '194910.985000', '194911.445000', '194911.905000', '194912.365000', '194912.825000', '194913.285000', '194913.745000', '194914.205000', '194914.665000', '194915.125000', '194915.585000', '194916.045000', '194916.505000', '194916.965000', '194917.425000', '194917.885000', '194918.345000', '194918.805000', '194919.265000', '194919.725000', '194920.185000', '194920.645000', '194921.105000', '194921.565000', '194922.025000', '194922.485000', '194922.945000', '194923.405000', '194923.865000', '194924.325000', '194924.785000', '194925.245000', '194925.705000', '194926.165000', '194926.625000', '194927.085000', '194927.545000', '194928.005000', '194928.465000', '194928.925000', '194929.385000', '194929.845000', '194930.305000', '194930.765000', '194931.225000', '194931.685000', '194932.145000', '194932.605000', '194933.065000', '194933.525000', '194933.985000', '194934.445000', '194934.905000', '194935.365000', '194935.825000', '194936.285000', '194936.745000', '194937.205000', '194937.665000', '194938.125000', '194938.585000', '194939.045000', '194939.505000', '194939.965000', '194940.425000', '194940.885000', '194941.345000', '194941.805000', '194942.265000', '194942.725000', '194943.185000', '194943.645000', '194944.105000', '194944.565000', '194945.025000', '194945.485000', '194945.945000', '194946.405000', '194946.865000', '194947.325000', '194947.785000', '194948.245000', '194948.705000', '194949.165000', '194949.625000', '194950.085000', '194950.545000', '194951.005000', '194951.465000', '194951.925000', '194952.385000', '194952.845000', '194953.305000', '194953.765000', '194954.225000', '194954.685000', '194955.145000', '194955.605000', '194956.065000', '194956.525000', '194956.985000', '194957.445000', '194957.905000', '194958.365000', '194958.825000', '194959.285000', '194959.745000', '195000.205000', '195000.665000', '195001.125000', '195001.585000', '195002.045000', '195002.505000', '195002.965000', '195003.425000', '195003.885000', '195004.345000', '195004.805000', '195005.265000', '195005.725000', '195006.185000', '195006.645000', '195007.105000', '195007.565000', '195008.025000', '195008.485000', '195008.945000', '195009.405000', '195009.865000', '195010.325000', '195010.785000', '195011.245000', '195011.705000', '195012.165000', '195012.625000', '195013.085000', '195013.545000', '195014.005000', '195014.465000', '195014.925000', '195015.385000', '195015.845000', '195016.305000', '195016.765000', '195017.225000', '195017.685000', '195018.145000', '195018.605000', '195019.065000', '195019.525000', '195019.985000', '195020.445000', '195020.905000', '195021.365000', '195021.825000', '195022.285000', '195022.745000', '195023.205000', '195023.665000', '195024.125000', '195024.585000', '195025.045000', '195025.505000', '195025.965000', '195026.425000', '195026.885000', '195027.345000', '195027.805000', '195028.265000', '195028.725000', '195029.185000', '195029.645000', '195030.105000', '195030.565000', '195031.025000', '195031.485000', '195031.945000', '195032.405000', '195032.865000', '195033.325000', '195033.785000', '195034.245000', '195034.705000', '195035.165000', '195035.625000', '195036.085000', '195036.545000', '195037.005000', '195037.465000', '195037.925000', '195038.385000', '195038.845000', '195039.305000', '195039.765000', '195040.225000', '195040.685000', '195041.145000', '195041.605000', '195042.065000', '195042.525000', '195042.985000', '195043.445000', '195043.905000', '195044.365000', '195044.825000', '195045.285000', '195045.745000', '195046.205000', '195046.665000', '195047.125000', '195047.585000', '195048.045000', '195048.505000', '195048.965000', '195049.425000', '195049.885000', '195050.345000', '195050.805000', '195051.265000', '195051.725000', '195052.185000', '195052.645000', '195053.105000', '195053.565000', '195054.025000', '195054.485000', '195054.945000', '195055.405000', '195055.865000', '195056.325000', '195056.785000', '195057.245000', '195057.705000', '195058.165000', '195058.625000', '195059.085000', '195059.545000', '195100.005000', '195100.465000', '195100.925000', '195101.385000', '195101.845000', '195102.305000', '195102.765000'], 'ContentTime': ['194435.357000', '194435.360000', '194435.363000', '194435.366000', '194435.368000', '194435.371000', '194435.374000', '194435.376000', '194435.379000', '194435.381000', '194435.384000', '194435.386000', '194435.395000', '194435.397000', '194435.400000', '194435.402000', '194435.415000', '194435.418000', '194435.420000', '194435.423000', '194435.425000', '194435.428000', '194435.433000', '194435.436000', '194435.438000', '194435.441000', '194435.443000', '194455.333000', '194455.335000', '194455.338000', '194455.341000', '194455.343000', '194455.346000', '194455.349000', '194455.351000', '194455.354000', '194455.357000', '194455.360000', '194455.363000', '194455.366000', '194455.368000', '194455.371000', '194455.374000', '194455.376000', '194455.379000', '194455.382000', '194455.384000', '194455.387000', '194455.390000', '194455.393000', '194455.395000', '194455.398000', '194455.401000', '194455.404000', '194455.406000', '194455.409000', '194455.412000', '194455.417000', '194455.419000', '194455.422000', '194455.425000', '194455.428000', '194455.430000', '194455.433000', '194455.436000', '194455.439000', '194455.441000', '194455.444000', '194455.446000', '194455.449000', '194515.332000', '194515.335000', '194515.338000', '194515.340000', '194515.343000', '194515.346000', '194515.349000', '194515.352000', '194515.354000', '194515.357000', '194515.359000', '194515.362000', '194515.365000', '194515.367000', '194515.370000', '194515.372000', '194515.375000', '194515.378000', '194515.380000', '194515.383000', '194515.385000', '194515.388000', '194515.395000', '194515.398000', '194515.400000', '194515.403000', '194515.406000', '194515.408000', '194515.412000', '194515.414000', '194515.417000', '194515.419000', '194515.422000', '194515.424000', '194515.427000', '194515.430000', '194515.432000', '194515.435000', '194515.438000', '194515.440000', '194515.443000', '194515.445000', '194515.448000', '194515.450000', '194535.332000', '194535.336000', '194535.339000', '194535.342000', '194535.344000', '194535.347000', '194535.349000', '194535.352000', '194535.355000', '194535.357000', '194535.360000', '194535.362000', '194535.365000', '194535.367000', '194535.370000', '194535.372000', '194535.375000', '194535.377000', '194535.380000', '194535.384000', '194535.387000', '194535.389000', '194535.392000', '194535.394000', '194535.397000', '194535.400000', '194535.430000', '194535.433000', '194535.436000', '194535.439000', '194535.441000', '194535.444000', '194535.447000', '194535.449000', '194535.452000', '194535.454000', '194535.457000', '194535.460000', '194535.463000', '194535.465000', '194535.468000', '194535.470000', '194535.473000', '194555.332000', '194555.335000', '194555.338000', '194555.340000', '194555.343000', '194555.346000', '194555.348000', '194555.351000', '194555.354000', '194555.356000', '194555.359000', '194555.361000', '194555.364000', '194555.367000', '194555.369000', '194555.372000', '194555.374000', '194555.377000', '194555.379000', '194555.382000', '194555.385000', '194555.387000', '194555.390000', '194555.392000', '194555.395000', '194555.397000', '194555.400000', '194555.403000', '194555.405000', '194555.408000', '194555.410000', '194555.413000', '194555.415000', '194555.418000', '194555.421000', '194555.423000', '194555.426000', '194555.428000', '194555.431000', '194555.434000', '194555.436000', '194555.439000', '194555.441000', '194555.444000', '194615.331000', '194615.334000', '194615.337000', '194615.339000', '194615.342000', '194615.345000', '194615.347000', '194615.350000', '194615.352000', '194615.355000', '194615.359000', '194615.362000', '194615.364000', '194615.367000', '194615.370000', '194615.373000', '194615.375000', '194615.378000', '194615.381000', '194615.383000', '194615.386000', '194615.388000', '194615.391000', '194615.393000', '194615.396000', '194615.399000', '194615.401000', '194615.404000', '194615.406000', '194615.409000', '194615.411000', '194615.414000', '194615.417000', '194615.419000', '194615.422000', '194615.424000', '194615.427000', '194615.429000', '194615.432000', '194615.435000', '194615.437000', '194615.440000', '194615.442000', '194635.332000', '194635.335000', '194635.338000', '194635.340000', '194635.343000', '194635.345000', '194635.348000', '194635.351000', '194635.353000', '194635.356000', '194635.358000', '194635.361000', '194635.363000', '194635.366000', '194635.369000', '194635.371000', '194635.374000', '194635.376000', '194635.379000', '194635.382000', '194635.384000', '194635.387000', '194635.389000', '194635.392000', '194635.394000', '194635.397000', '194635.399000', '194635.402000', '194635.405000', '194635.407000', '194635.410000', '194635.412000', '194635.415000', '194635.417000', '194635.420000', '194635.422000', '194635.425000', '194635.428000', '194635.430000', '194635.433000', '194635.435000', '194635.438000', '194635.441000', '194635.443000', '194655.332000', '194655.335000', '194655.338000', '194655.340000', '194655.343000', '194655.346000', '194655.348000', '194655.351000', '194655.353000', '194655.356000', '194655.359000', '194655.361000', '194655.364000', '194655.367000', '194655.369000', '194655.372000', '194655.375000', '194655.377000', '194655.380000', '194655.383000', '194655.385000', '194655.388000', '194655.391000', '194655.394000', '194655.396000', '194655.399000', '194655.401000', '194655.404000', '194655.406000', '194655.409000', '194655.412000', '194655.414000', '194655.417000', '194655.419000', '194655.423000', '194655.426000', '194655.429000', '194655.432000', '194655.434000', '194655.437000', '194655.440000', '194655.442000', '194655.445000', '194715.332000', '194715.335000', '194715.338000', '194715.341000', '194715.343000', '194715.346000', '194715.349000', '194715.351000', '194715.365000', '194715.368000', '194715.370000', '194715.373000', '194715.375000', '194715.378000', '194715.381000', '194715.383000', '194715.386000', '194715.388000', '194715.391000', '194715.394000', '194715.396000', '194715.399000', '194715.401000', '194715.404000', '194715.407000', '194715.409000', '194715.412000', '194715.414000', '194715.417000', '194715.419000', '194715.422000', '194715.425000', '194715.427000', '194715.430000', '194715.432000', '194715.435000', '194715.438000', '194715.440000', '194715.443000', '194715.445000', '194715.448000', '194715.450000', '194715.453000', '194715.456000', '194735.332000', '194735.335000', '194735.338000', '194735.340000', '194735.343000', '194735.345000', '194735.348000', '194735.351000', '194735.353000', '194735.356000', '194735.359000', '194735.361000', '194735.364000', '194735.366000', '194735.369000', '194735.372000', '194735.374000', '194735.377000', '194735.379000', '194735.382000', '194735.385000', '194735.387000', '194735.390000', '194735.393000', '194735.395000', '194735.398000', '194735.401000', '194735.403000', '194735.406000', '194735.408000', '194735.411000', '194735.414000', '194735.416000', '194735.419000', '194735.421000', '194735.424000', '194735.427000', '194735.429000', '194735.432000', '194735.434000', '194735.437000', '194735.440000', '194735.442000', '194755.332000', '194755.335000', '194755.338000', '194755.341000', '194755.343000', '194755.346000', '194755.348000', '194755.351000', '194755.354000', '194755.356000', '194755.359000', '194755.361000', '194755.364000', '194755.366000', '194755.369000', '194755.372000', '194755.374000', '194755.377000', '194755.379000', '194755.382000', '194755.385000', '194755.387000', '194755.390000', '194755.393000', '194755.395000', '194755.398000', '194755.400000', '194755.403000', '194755.406000', '194755.408000', '194755.411000', '194755.413000', '194755.416000', '194755.419000', '194755.421000', '194755.424000', '194755.426000', '194755.429000', '194755.431000', '194755.434000', '194755.437000', '194755.439000', '194755.442000', '194755.445000', '194815.332000', '194815.334000', '194815.337000', '194815.340000', '194815.342000', '194815.345000', '194815.348000', '194815.350000', '194815.353000', '194815.356000', '194815.358000', '194815.361000', '194815.364000', '194815.366000', '194815.369000', '194815.371000', '194815.374000', '194815.376000', '194815.379000', '194815.382000', '194815.384000', '194815.387000', '194815.389000', '194815.392000', '194815.395000', '194815.397000', '194815.400000', '194815.402000', '194815.405000', '194815.408000', '194815.410000', '194815.413000', '194815.415000', '194815.418000', '194815.421000', '194815.423000', '194815.426000', '194815.428000', '194815.431000', '194815.434000', '194815.436000', '194815.439000', '194815.441000', '194835.332000', '194835.335000', '194835.338000', '194835.341000', '194835.343000', '194835.346000', '194835.348000', '194835.351000', '194835.353000', '194835.356000', '194835.359000', '194835.361000', '194835.364000', '194835.366000', '194835.369000', '194835.372000', '194835.374000', '194835.377000', '194835.379000', '194835.382000', '194835.384000', '194835.387000', '194835.390000', '194835.392000', '194835.395000', '194835.397000', '194835.400000', '194835.403000', '194835.405000', '194835.408000', '194835.410000', '194835.413000', '194835.415000', '194835.442000', '194835.445000', '194835.448000', '194835.450000', '194835.453000', '194835.455000', '194835.458000', '194835.460000', '194835.463000', '194835.465000', '194835.468000', '194855.333000', '194855.336000', '194855.338000', '194855.341000', '194855.344000', '194855.346000', '194855.349000', '194855.351000', '194855.354000', '194855.356000', '194855.359000', '194855.362000', '194855.364000', '194855.367000', '194855.369000', '194855.372000', '194855.374000', '194855.377000', '194855.380000', '194855.382000', '194855.385000', '194855.387000', '194855.390000', '194855.392000', '194855.395000', '194855.398000', '194855.400000', '194855.403000', '194855.406000', '194855.408000', '194855.411000', '194855.414000', '194855.416000', '194855.419000', '194855.421000', '194855.424000', '194855.427000', '194855.430000', '194855.432000', '194855.435000', '194855.438000', '194855.440000', '194855.443000', '194915.333000', '194915.335000', '194915.338000', '194915.341000', '194915.343000', '194915.346000', '194915.349000', '194915.351000', '194915.354000', '194915.357000', '194915.359000', '194915.362000', '194915.364000', '194915.367000', '194915.369000', '194915.372000', '194915.375000', '194915.377000', '194915.380000', '194915.382000', '194915.385000', '194915.387000', '194915.390000', '194915.393000', '194915.395000', '194915.398000', '194915.400000', '194915.403000', '194915.406000', '194915.408000', '194915.411000', '194915.413000', '194915.416000', '194915.419000', '194915.421000', '194915.424000', '194915.426000', '194915.429000', '194915.431000', '194915.434000', '194915.437000', '194915.439000', '194915.442000', '194915.444000', '194935.333000', '194935.336000', '194935.338000', '194935.341000', '194935.343000', '194935.346000', '194935.349000', '194935.351000', '194935.354000', '194935.356000', '194935.359000', '194935.362000', '194935.364000', '194935.367000', '194935.369000', '194935.372000', '194935.374000', '194935.377000', '194935.380000', '194935.382000', '194935.385000', '194935.387000', '194935.390000', '194935.392000', '194935.395000', '194935.398000', '194935.400000', '194935.403000', '194935.405000', '194935.408000', '194935.411000', '194935.413000', '194935.416000', '194935.418000', '194935.421000', '194935.424000', '194935.426000', '194935.429000', '194935.431000', '194935.434000', '194935.436000', '194935.439000', '194935.442000', '194955.332000', '194955.335000', '194955.338000', '194955.340000', '194955.343000', '194955.346000', '194955.348000', '194955.351000', '194955.353000', '194955.356000', '194955.359000', '194955.361000', '194955.364000', '194955.366000', '194955.369000', '194955.371000', '194955.374000', '194955.377000', '194955.379000', '194955.382000', '194955.384000', '194955.387000', '194955.389000', '194955.392000', '194955.395000', '194955.397000', '194955.400000', '194955.402000', '194955.405000', '194955.408000', '194955.410000', '194955.413000', '194955.415000', '194955.418000', '194955.421000', '194955.423000', '194955.426000', '194955.428000', '194955.431000', '194955.434000', '194955.436000', '194955.439000', '194955.441000', '194955.444000', '195015.344000', '195015.347000', '195015.349000', '195015.352000', '195015.355000', '195015.357000', '195015.360000', '195015.362000', '195015.365000', '195015.368000', '195015.370000', '195015.373000', '195015.375000', '195015.378000', '195015.381000', '195015.383000', '195015.386000', '195015.389000', '195015.391000', '195015.394000', '195015.397000', '195015.399000', '195015.402000', '195015.404000', '195015.407000', '195015.411000', '195015.414000', '195015.417000', '195015.419000', '195015.422000', '195015.424000', '195015.427000', '195015.430000', '195015.432000', '195015.435000', '195015.438000', '195015.440000', '195015.443000', '195015.446000', '195015.448000', '195015.451000', '195015.453000', '195015.456000', '195035.332000', '195035.334000', '195035.337000', '195035.340000', '195035.342000', '195035.345000', '195035.347000', '195035.350000', '195035.352000', '195035.355000', '195035.358000', '195035.361000', '195035.363000', '195035.366000', '195035.369000', '195035.371000', '195035.374000', '195035.376000', '195035.379000', '195035.381000', '195035.384000', '195035.386000', '195035.389000', '195035.392000', '195035.394000', '195035.397000', '195035.399000', '195035.402000', '195035.405000', '195035.407000', '195035.410000', '195035.412000', '195035.415000', '195035.418000', '195035.420000', '195035.423000', '195035.425000', '195035.428000', '195035.430000', '195035.433000', '195035.435000', '195035.438000', '195035.441000', '195035.443000', '195055.332000', '195055.335000', '195055.338000', '195055.340000', '195055.343000', '195055.346000', '195055.348000', '195055.351000', '195055.354000', '195055.356000', '195055.359000', '195055.361000', '195055.364000', '195055.367000', '195055.369000', '195055.372000', '195055.374000', '195055.377000', '195055.379000', '195055.382000', '195055.385000', '195055.387000', '195055.390000', '195055.392000', '195055.395000', '195055.398000', '195055.400000', '195055.403000', '195055.406000', '195055.408000', '195055.411000', '195055.413000', '195055.416000', '195055.418000', '195055.421000', '195055.424000', '195055.426000', '195055.429000', '195055.431000', '195055.434000', '195055.436000', '195055.439000', '195055.442000', '195103.780000', '195103.783000', '195103.786000', '195103.789000', '195103.791000', '195103.794000', '195103.797000', '195103.800000', '195103.802000', '195103.805000', '195103.807000', '195103.810000', '195103.813000', '195103.815000', '195103.818000', '195103.821000', '195103.823000', '195103.826000', '195103.829000'], 'InstanceCreationTime': ['194435.357000', '194435.360000', '194435.363000', '194435.366000', '194435.368000', '194435.371000', '194435.374000', '194435.376000', '194435.379000', '194435.381000', '194435.384000', '194435.386000', '194435.395000', '194435.397000', '194435.400000', '194435.402000', '194435.415000', '194435.418000', '194435.420000', '194435.423000', '194435.425000', '194435.428000', '194435.433000', '194435.436000', '194435.438000', '194435.441000', '194435.443000', '194455.333000', '194455.335000', '194455.338000', '194455.341000', '194455.343000', '194455.346000', '194455.349000', '194455.351000', '194455.354000', '194455.357000', '194455.360000', '194455.363000', '194455.366000', '194455.368000', '194455.371000', '194455.374000', '194455.376000', '194455.379000', '194455.382000', '194455.384000', '194455.387000', '194455.390000', '194455.393000', '194455.395000', '194455.398000', '194455.401000', '194455.404000', '194455.406000', '194455.409000', '194455.412000', '194455.417000', '194455.419000', '194455.422000', '194455.425000', '194455.428000', '194455.430000', '194455.433000', '194455.436000', '194455.439000', '194455.441000', '194455.444000', '194455.446000', '194455.449000', '194515.332000', '194515.335000', '194515.338000', '194515.340000', '194515.343000', '194515.346000', '194515.349000', '194515.352000', '194515.354000', '194515.357000', '194515.359000', '194515.362000', '194515.365000', '194515.367000', '194515.370000', '194515.372000', '194515.375000', '194515.378000', '194515.380000', '194515.383000', '194515.385000', '194515.388000', '194515.395000', '194515.398000', '194515.400000', '194515.403000', '194515.406000', '194515.408000', '194515.412000', '194515.414000', '194515.417000', '194515.419000', '194515.422000', '194515.424000', '194515.427000', '194515.430000', '194515.432000', '194515.435000', '194515.438000', '194515.440000', '194515.443000', '194515.445000', '194515.448000', '194515.450000', '194535.332000', '194535.336000', '194535.339000', '194535.342000', '194535.344000', '194535.347000', '194535.349000', '194535.352000', '194535.355000', '194535.357000', '194535.360000', '194535.362000', '194535.365000', '194535.367000', '194535.370000', '194535.372000', '194535.375000', '194535.377000', '194535.380000', '194535.384000', '194535.387000', '194535.389000', '194535.392000', '194535.394000', '194535.397000', '194535.400000', '194535.430000', '194535.433000', '194535.436000', '194535.439000', '194535.441000', '194535.444000', '194535.447000', '194535.449000', '194535.452000', '194535.454000', '194535.457000', '194535.460000', '194535.463000', '194535.465000', '194535.468000', '194535.470000', '194535.473000', '194555.332000', '194555.335000', '194555.338000', '194555.340000', '194555.343000', '194555.346000', '194555.348000', '194555.351000', '194555.354000', '194555.356000', '194555.359000', '194555.361000', '194555.364000', '194555.367000', '194555.369000', '194555.372000', '194555.374000', '194555.377000', '194555.379000', '194555.382000', '194555.385000', '194555.387000', '194555.390000', '194555.392000', '194555.395000', '194555.397000', '194555.400000', '194555.403000', '194555.405000', '194555.408000', '194555.410000', '194555.413000', '194555.415000', '194555.418000', '194555.421000', '194555.423000', '194555.426000', '194555.428000', '194555.431000', '194555.434000', '194555.436000', '194555.439000', '194555.441000', '194555.444000', '194615.331000', '194615.334000', '194615.337000', '194615.339000', '194615.342000', '194615.345000', '194615.347000', '194615.350000', '194615.352000', '194615.355000', '194615.359000', '194615.362000', '194615.364000', '194615.367000', '194615.370000', '194615.373000', '194615.375000', '194615.378000', '194615.381000', '194615.383000', '194615.386000', '194615.388000', '194615.391000', '194615.393000', '194615.396000', '194615.399000', '194615.401000', '194615.404000', '194615.406000', '194615.409000', '194615.411000', '194615.414000', '194615.417000', '194615.419000', '194615.422000', '194615.424000', '194615.427000', '194615.429000', '194615.432000', '194615.435000', '194615.437000', '194615.440000', '194615.442000', '194635.332000', '194635.335000', '194635.338000', '194635.340000', '194635.343000', '194635.345000', '194635.348000', '194635.351000', '194635.353000', '194635.356000', '194635.358000', '194635.361000', '194635.363000', '194635.366000', '194635.369000', '194635.371000', '194635.374000', '194635.376000', '194635.379000', '194635.382000', '194635.384000', '194635.387000', '194635.389000', '194635.392000', '194635.394000', '194635.397000', '194635.399000', '194635.402000', '194635.405000', '194635.407000', '194635.410000', '194635.412000', '194635.415000', '194635.417000', '194635.420000', '194635.422000', '194635.425000', '194635.428000', '194635.430000', '194635.433000', '194635.435000', '194635.438000', '194635.441000', '194635.443000', '194655.332000', '194655.335000', '194655.338000', '194655.340000', '194655.343000', '194655.346000', '194655.348000', '194655.351000', '194655.353000', '194655.356000', '194655.359000', '194655.361000', '194655.364000', '194655.367000', '194655.369000', '194655.372000', '194655.375000', '194655.377000', '194655.380000', '194655.383000', '194655.385000', '194655.388000', '194655.391000', '194655.394000', '194655.396000', '194655.399000', '194655.401000', '194655.404000', '194655.406000', '194655.409000', '194655.412000', '194655.414000', '194655.417000', '194655.419000', '194655.423000', '194655.426000', '194655.429000', '194655.432000', '194655.434000', '194655.437000', '194655.440000', '194655.442000', '194655.445000', '194715.332000', '194715.335000', '194715.338000', '194715.341000', '194715.343000', '194715.346000', '194715.349000', '194715.351000', '194715.365000', '194715.368000', '194715.370000', '194715.373000', '194715.375000', '194715.378000', '194715.381000', '194715.383000', '194715.386000', '194715.388000', '194715.391000', '194715.394000', '194715.396000', '194715.399000', '194715.401000', '194715.404000', '194715.407000', '194715.409000', '194715.412000', '194715.414000', '194715.417000', '194715.419000', '194715.422000', '194715.425000', '194715.427000', '194715.430000', '194715.432000', '194715.435000', '194715.438000', '194715.440000', '194715.443000', '194715.445000', '194715.448000', '194715.450000', '194715.453000', '194715.456000', '194735.332000', '194735.335000', '194735.338000', '194735.340000', '194735.343000', '194735.345000', '194735.348000', '194735.351000', '194735.353000', '194735.356000', '194735.359000', '194735.361000', '194735.364000', '194735.366000', '194735.369000', '194735.372000', '194735.374000', '194735.377000', '194735.379000', '194735.382000', '194735.385000', '194735.387000', '194735.390000', '194735.393000', '194735.395000', '194735.398000', '194735.401000', '194735.403000', '194735.406000', '194735.408000', '194735.411000', '194735.414000', '194735.416000', '194735.419000', '194735.421000', '194735.424000', '194735.427000', '194735.429000', '194735.432000', '194735.434000', '194735.437000', '194735.440000', '194735.442000', '194755.332000', '194755.335000', '194755.338000', '194755.341000', '194755.343000', '194755.346000', '194755.348000', '194755.351000', '194755.354000', '194755.356000', '194755.359000', '194755.361000', '194755.364000', '194755.366000', '194755.369000', '194755.372000', '194755.374000', '194755.377000', '194755.379000', '194755.382000', '194755.385000', '194755.387000', '194755.390000', '194755.393000', '194755.395000', '194755.398000', '194755.400000', '194755.403000', '194755.406000', '194755.408000', '194755.411000', '194755.413000', '194755.416000', '194755.419000', '194755.421000', '194755.424000', '194755.426000', '194755.429000', '194755.431000', '194755.434000', '194755.437000', '194755.439000', '194755.442000', '194755.445000', '194815.332000', '194815.334000', '194815.337000', '194815.340000', '194815.342000', '194815.345000', '194815.348000', '194815.350000', '194815.353000', '194815.356000', '194815.358000', '194815.361000', '194815.364000', '194815.366000', '194815.369000', '194815.371000', '194815.374000', '194815.376000', '194815.379000', '194815.382000', '194815.384000', '194815.387000', '194815.389000', '194815.392000', '194815.395000', '194815.397000', '194815.400000', '194815.402000', '194815.405000', '194815.408000', '194815.410000', '194815.413000', '194815.415000', '194815.418000', '194815.421000', '194815.423000', '194815.426000', '194815.428000', '194815.431000', '194815.434000', '194815.436000', '194815.439000', '194815.441000', '194835.332000', '194835.335000', '194835.338000', '194835.341000', '194835.343000', '194835.346000', '194835.348000', '194835.351000', '194835.353000', '194835.356000', '194835.359000', '194835.361000', '194835.364000', '194835.366000', '194835.369000', '194835.372000', '194835.374000', '194835.377000', '194835.379000', '194835.382000', '194835.384000', '194835.387000', '194835.390000', '194835.392000', '194835.395000', '194835.397000', '194835.400000', '194835.403000', '194835.405000', '194835.408000', '194835.410000', '194835.413000', '194835.415000', '194835.442000', '194835.445000', '194835.448000', '194835.450000', '194835.453000', '194835.455000', '194835.458000', '194835.460000', '194835.463000', '194835.465000', '194835.468000', '194855.333000', '194855.336000', '194855.338000', '194855.341000', '194855.344000', '194855.346000', '194855.349000', '194855.351000', '194855.354000', '194855.356000', '194855.359000', '194855.362000', '194855.364000', '194855.367000', '194855.369000', '194855.372000', '194855.374000', '194855.377000', '194855.380000', '194855.382000', '194855.385000', '194855.387000', '194855.390000', '194855.392000', '194855.395000', '194855.398000', '194855.400000', '194855.403000', '194855.406000', '194855.408000', '194855.411000', '194855.414000', '194855.416000', '194855.419000', '194855.421000', '194855.424000', '194855.427000', '194855.430000', '194855.432000', '194855.435000', '194855.438000', '194855.440000', '194855.443000', '194915.333000', '194915.335000', '194915.338000', '194915.341000', '194915.343000', '194915.346000', '194915.349000', '194915.351000', '194915.354000', '194915.357000', '194915.359000', '194915.362000', '194915.364000', '194915.367000', '194915.369000', '194915.372000', '194915.375000', '194915.377000', '194915.380000', '194915.382000', '194915.385000', '194915.387000', '194915.390000', '194915.393000', '194915.395000', '194915.398000', '194915.400000', '194915.403000', '194915.406000', '194915.408000', '194915.411000', '194915.413000', '194915.416000', '194915.419000', '194915.421000', '194915.424000', '194915.426000', '194915.429000', '194915.431000', '194915.434000', '194915.437000', '194915.439000', '194915.442000', '194915.444000', '194935.333000', '194935.336000', '194935.338000', '194935.341000', '194935.343000', '194935.346000', '194935.349000', '194935.351000', '194935.354000', '194935.356000', '194935.359000', '194935.362000', '194935.364000', '194935.367000', '194935.369000', '194935.372000', '194935.374000', '194935.377000', '194935.380000', '194935.382000', '194935.385000', '194935.387000', '194935.390000', '194935.392000', '194935.395000', '194935.398000', '194935.400000', '194935.403000', '194935.405000', '194935.408000', '194935.411000', '194935.413000', '194935.416000', '194935.418000', '194935.421000', '194935.424000', '194935.426000', '194935.429000', '194935.431000', '194935.434000', '194935.436000', '194935.439000', '194935.442000', '194955.332000', '194955.335000', '194955.338000', '194955.340000', '194955.343000', '194955.346000', '194955.348000', '194955.351000', '194955.353000', '194955.356000', '194955.359000', '194955.361000', '194955.364000', '194955.366000', '194955.369000', '194955.371000', '194955.374000', '194955.377000', '194955.379000', '194955.382000', '194955.384000', '194955.387000', '194955.389000', '194955.392000', '194955.395000', '194955.397000', '194955.400000', '194955.402000', '194955.405000', '194955.408000', '194955.410000', '194955.413000', '194955.415000', '194955.418000', '194955.421000', '194955.423000', '194955.426000', '194955.428000', '194955.431000', '194955.434000', '194955.436000', '194955.439000', '194955.441000', '194955.444000', '195015.344000', '195015.347000', '195015.349000', '195015.352000', '195015.355000', '195015.357000', '195015.360000', '195015.362000', '195015.365000', '195015.368000', '195015.370000', '195015.373000', '195015.375000', '195015.378000', '195015.381000', '195015.383000', '195015.386000', '195015.389000', '195015.391000', '195015.394000', '195015.397000', '195015.399000', '195015.402000', '195015.404000', '195015.407000', '195015.411000', '195015.414000', '195015.417000', '195015.419000', '195015.422000', '195015.424000', '195015.427000', '195015.430000', '195015.432000', '195015.435000', '195015.438000', '195015.440000', '195015.443000', '195015.446000', '195015.448000', '195015.451000', '195015.453000', '195015.456000', '195035.332000', '195035.334000', '195035.337000', '195035.340000', '195035.342000', '195035.345000', '195035.347000', '195035.350000', '195035.352000', '195035.355000', '195035.358000', '195035.361000', '195035.363000', '195035.366000', '195035.369000', '195035.371000', '195035.374000', '195035.376000', '195035.379000', '195035.381000', '195035.384000', '195035.386000', '195035.389000', '195035.392000', '195035.394000', '195035.397000', '195035.399000', '195035.402000', '195035.405000', '195035.407000', '195035.410000', '195035.412000', '195035.415000', '195035.418000', '195035.420000', '195035.423000', '195035.425000', '195035.428000', '195035.430000', '195035.433000', '195035.435000', '195035.438000', '195035.441000', '195035.443000', '195055.332000', '195055.335000', '195055.338000', '195055.340000', '195055.343000', '195055.346000', '195055.348000', '195055.351000', '195055.354000', '195055.356000', '195055.359000', '195055.361000', '195055.364000', '195055.367000', '195055.369000', '195055.372000', '195055.374000', '195055.377000', '195055.379000', '195055.382000', '195055.385000', '195055.387000', '195055.390000', '195055.392000', '195055.395000', '195055.398000', '195055.400000', '195055.403000', '195055.406000', '195055.408000', '195055.411000', '195055.413000', '195055.416000', '195055.418000', '195055.421000', '195055.424000', '195055.426000', '195055.429000', '195055.431000', '195055.434000', '195055.436000', '195055.439000', '195055.442000', '195103.780000', '195103.783000', '195103.786000', '195103.789000', '195103.791000', '195103.794000', '195103.797000', '195103.800000', '195103.802000', '195103.805000', '195103.807000', '195103.810000', '195103.813000', '195103.815000', '195103.818000', '195103.821000', '195103.823000', '195103.826000', '195103.829000'], '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': [11337, 8749, 10102, 16467, 9789, 16920, 10970, 11972, 8270, 9099, 12372, 9174, 12582, 8926, 10997, 8815, 10372, 8790, 10376, 8484, 7368, 8990, 7362, 11590, 8874, 7223, 10141, 8103, 13235, 9435, 9365, 10843, 9136, 13444, 10468, 9289, 8962, 9779, 8639, 9230, 8751, 7643, 8879, 7398, 10435, 7728, 9407, 8936, 7268, 11916, 7671, 12602, 9182, 13593, 10811, 11693, 9256, 10826, 9486, 17955, 12293, 16738, 7986, 13002, 7868, 11394, 8345, 11317, 7180, 11039, 7684, 11153, 7658, 10967, 7543, 9746, 7410, 9614, 7839, 9520, 7346, 9494, 7648, 9240, 8610, 8951, 7825, 8556, 7932, 8866, 8502, 9016, 8021, 8759, 7235, 8994, 8483, 9418, 7888, 9690, 7964, 10504, 7832, 11237, 8048, 11243, 8034, 11729, 8057, 12108, 8400, 11411, 8364, 9523, 9039, 7908, 9848, 8197, 11346, 7960, 10896, 15646, 8577, 15364, 8433, 11682, 8332, 11220, 7972, 10872, 8053, 11292, 7853, 10925, 8146, 11256, 8077, 11290, 8350, 11437, 7980, 11344, 8552, 11483, 8058, 11503, 9223, 9001, 13021, 8507, 13107, 10043, 10591, 8657, 9191, 8704, 8279, 11014, 8749, 10516, 8529, 10073, 9064, 9388, 8755, 8632, 9025, 8500, 10082, 8517, 11944, 8642, 11734, 8528, 9316, 8780, 7678, 9233, 7975, 11614, 8759, 15975, 8881, 8520, 8892, 15666, 8207, 11272, 8126, 9044, 12873, 8665, 11911, 8354, 10930, 8585, 11047, 8432, 11878, 8476, 11283, 8429, 11641, 8438, 12067, 8624, 9957, 7975, 11040, 8928, 11109, 8744, 7766, 11617, 8092, 11545, 9636, 15975, 8447, 12991, 8294, 11734, 8257, 10765, 8151, 10339, 8148, 11555, 9120, 7152, 9331, 8074, 11530, 8146, 11769, 7588, 11715, 8077, 12137, 8589, 12229, 8398, 11745, 8319, 10243, 9279, 7216, 8994, 7734, 11583, 7454, 12397, 8259, 11377, 8607, 9502, 8912, 7837, 9703, 8153, 11801, 7893, 12744, 8060, 12146, 8592, 12383, 9174, 15216, 8800, 10809, 8640, 12060, 8645, 13599, 9878, 12851, 8054, 11373, 8014, 10983, 8518, 11420, 7624, 11101, 7663, 11204, 8064, 10746, 8185, 8715, 11580, 8719, 14700, 8775, 11480, 7996, 8454, 8765, 8052, 8960, 8008, 9061, 12675, 9316, 12062, 7999, 11400, 7916, 10994, 8090, 9856, 8226, 9114, 7481, 9879, 8149, 9201, 8276, 9469, 8139, 9510, 8349, 9384, 7941, 11195, 7951, 12086, 8014, 11794, 8184, 11361, 8874, 9603, 10464, 9298, 12115, 9139, 11579, 9106, 7487, 9220, 8670, 10587, 11948, 9576, 11332, 9472, 9666, 9415, 10775, 9300, 9001, 9534, 7810, 9210, 8029, 9509, 8258, 9575, 9457, 8977, 14759, 10549, 12916, 8471, 10786, 8201, 9572, 17963, 9835, 13840, 8712, 9642, 8187, 9563, 8895, 9233, 9080, 9016, 9550, 8836, 10594, 9394, 8432, 8853, 8651, 7647, 9400, 8159, 9815, 13039, 10149, 13809, 8703, 12361, 8935, 11746, 9307, 10528, 8940, 8999, 8928, 8400, 9147, 7764, 9122, 7632, 9453, 10154, 9369, 10789, 9088, 14711, 8893, 12462, 9367, 11254, 8522, 10035, 8414, 11043, 8569, 9516, 8566, 8851, 9022, 9345, 9124, 8136, 8952, 7972, 9376, 7993, 9543, 8291, 11043, 8291, 11166, 8494, 11114, 8734, 11975, 9036, 9920, 9168, 8230, 9267, 7876, 9800, 8354, 10256, 8647, 11493, 8325, 12226, 8627, 11496, 8866, 11552, 9140, 10242, 9099, 9349, 9091, 12301, 9148, 13257, 8660, 10731, 8146, 10760, 8632, 10371, 8572, 11157, 8615, 9246, 8781, 8029, 9302, 8511, 9424, 8483, 9398, 8211, 9473, 15267, 9175, 11419, 8979, 10031, 8987, 10461, 8976, 7722, 9399, 8670, 11355, 9110, 10131, 9081, 8068, 9048, 8240, 9524, 8749, 10876, 8893, 12869, 8988, 9754, 9249, 8071, 10758, 8291, 11687, 9000, 9375, 8732, 8894, 9234, 7749, 9245, 8271, 9917, 8197, 10867, 8119, 9324, 7539, 9271, 16407, 8800, 12107, 8611, 10276, 8160, 11029, 8230, 10523, 8308, 9813, 8842, 8005, 9924, 7806, 11402, 8328, 12203, 8817, 10359, 8760, 12059, 10112, 10937, 8569, 8120, 9193, 8187, 10588, 8236, 10852, 8811, 8131, 9404, 8281, 8045, 10903, 8809, 14101, 8775, 16436, 9012, 12378, 7727, 11779, 7881, 13331, 7652, 10816, 7686, 10918, 8466, 10989, 8250, 9397, 8413, 11873, 8654, 11221, 8235, 10468, 7883, 9888, 7745, 9796, 7575, 9831, 7827, 9583, 9765, 8644, 13558, 8348, 10373, 7960, 9426, 7976, 9756, 7727, 9463, 7857, 10041, 8132, 10118, 8266, 9509, 8325, 10137, 8411, 10568, 8140, 10380, 8057, 10712, 7945, 11156, 8016, 10723, 7787, 8481, 8326, 7933, 9889, 8251, 11201, 10252, 8361, 14919, 8011, 11584, 8124, 10621, 8295, 8899, 9962, 8596, 9427, 8427, 9367, 7993, 12227, 8700, 11322, 8088, 9711, 8134, 10338, 7842, 9630, 8057, 9593, 7975, 9405, 7878, 9126, 7781, 9226, 7837, 8952, 7810, 8788, 7987, 8848, 8216, 9400, 7939, 8930, 7738, 10158, 8076, 7932, 9978, 7523, 10525, 8321, 7942, 11831, 7875, 10573, 8421, 16507, 11998, 13629, 9677, 12978, 7890, 10168, 8456, 11163, 7790, 10314, 7880, 10608, 8135, 7087, 9532, 8220, 10791, 8475, 11937, 8242, 10667, 8280, 10959, 8879, 11019, 8776, 9542, 8652, 10701, 7875, 13111, 8183, 12225, 8681, 11762, 8853, 11058, 9049, 9515, 9429, 7906, 9706, 8175, 10458, 8321, 9756, 7855, 9326, 9939, 8760, 13811, 8535, 11056, 7790, 10628, 8655, 10567, 7616, 10460, 7680, 10068, 7820, 10194, 7800, 9882, 7769, 10002, 7655, 10017, 7544, 9805, 7863, 10303, 7650, 10593, 7845, 10149, 7451, 10333, 7385, 10611, 8481, 7799, 8747, 7706, 7979, 10197, 7670, 13110, 9302, 15145, 9494, 10427, 7884, 11405, 8302, 12307, 7853, 10332, 7632, 10337, 8025, 10157, 7873, 10111, 7660, 10361, 7845, 10461, 7679, 10313, 9686, 8441, 13876, 8872, 11815, 7486, 11287, 8071, 11094, 8989, 17140, 13796, 7180, 9075, 12161, 10994, 8810, 12840, 7844, 10168, 7949, 10278, 8624, 9080, 9123, 7618, 11836, 9839, 14031, 15596, 12504, 15735, 17229, 13597, 17593, 13673, 14159, 8719, 11661, 8210, 11821, 8762, 11444, 8314, 9867, 8512, 8037, 8612, 8090, 10031, 7899, 10586, 8122, 11140, 8491, 10705, 8276, 10575, 8369, 10500, 7969, 10434, 7753, 10375, 8193, 9464, 7618, 6921], 'WindowCenter': [4071.0, 4021.0, 4027.0, 4056.0, 4010.0, 4042.0, 4007.0, 4006.0, 3970.0, 3985.0, 4014.0, 3994.0, 4016.0, 3983.0, 3992.0, 3985.0, 3993.0, 3997.0, 4009.0, 4000.0, 3990.0, 4010.0, 3991.0, 4050.0, 4042.0, 4007.0, 4025.0, 4006.0, 4037.0, 4002.0, 3998.0, 4011.0, 3999.0, 4031.0, 4013.0, 3997.0, 4000.0, 4011.0, 4000.0, 4011.0, 4001.0, 3990.0, 4010.0, 3992.0, 4024.0, 4005.0, 4028.0, 4027.0, 4008.0, 4049.0, 4019.0, 4061.0, 4030.0, 4061.0, 4040.0, 4049.0, 4029.0, 4038.0, 4028.0, 4071.0, 4047.0, 4057.0, 4006.0, 4046.0, 4005.0, 4047.0, 4016.0, 4037.0, 4007.0, 4038.0, 4019.0, 4049.0, 4020.0, 4050.0, 4018.0, 4027.0, 4019.0, 4027.0, 4007.0, 4037.0, 4005.0, 4028.0, 4017.0, 4041.0, 4029.0, 4031.0, 4015.0, 4031.0, 4018.0, 4030.0, 4029.0, 4029.0, 4016.0, 4019.0, 4020.0, 4028.0, 4029.0, 4041.0, 4018.0, 4029.0, 4018.0, 4039.0, 4008.0, 4039.0, 4006.0, 4035.0, 4007.0, 4048.0, 4005.0, 4047.0, 4018.0, 4036.0, 4016.0, 4027.0, 4028.0, 4017.0, 4027.0, 4017.0, 4051.0, 4006.0, 4039.0, 4071.0, 4015.0, 4057.0, 4015.0, 4036.0, 4015.0, 4035.0, 4004.0, 4036.0, 4004.0, 4035.0, 4017.0, 4035.0, 4016.0, 4048.0, 4031.0, 4051.0, 4031.0, 4048.0, 4017.0, 4037.0, 4029.0, 4051.0, 4019.0, 4039.0, 4013.0, 4013.0, 4045.0, 4014.0, 4045.0, 4024.0, 4022.0, 4013.0, 4011.0, 4013.0, 4014.0, 4036.0, 4030.0, 4039.0, 4030.0, 4040.0, 4030.0, 4029.0, 4017.0, 4017.0, 4028.0, 4018.0, 4038.0, 4014.0, 4035.0, 4016.0, 4049.0, 4017.0, 4026.0, 4015.0, 4006.0, 4026.0, 4006.0, 4037.0, 4015.0, 4058.0, 4015.0, 4017.0, 4027.0, 4060.0, 4004.0, 4024.0, 3990.0, 4014.0, 4036.0, 4003.0, 4033.0, 4002.0, 4022.0, 4003.0, 4022.0, 4001.0, 4032.0, 4002.0, 4022.0, 4001.0, 4021.0, 4003.0, 4047.0, 4003.0, 4011.0, 4002.0, 4022.0, 4016.0, 4037.0, 4016.0, 3994.0, 4035.0, 3992.0, 4023.0, 4001.0, 4045.0, 3992.0, 4021.0, 3989.0, 4009.0, 3989.0, 4008.0, 3989.0, 4009.0, 3990.0, 4021.0, 4001.0, 3983.0, 4014.0, 4005.0, 4034.0, 4008.0, 4036.0, 3994.0, 4036.0, 4004.0, 4035.0, 4015.0, 4035.0, 4006.0, 4035.0, 4007.0, 4024.0, 4017.0, 3995.0, 4014.0, 4006.0, 4037.0, 3996.0, 4050.0, 4005.0, 4035.0, 4018.0, 4029.0, 4018.0, 4007.0, 4015.0, 4005.0, 4037.0, 4006.0, 4049.0, 4005.0, 4034.0, 4006.0, 4035.0, 4015.0, 4057.0, 4015.0, 4025.0, 4016.0, 4035.0, 4003.0, 4035.0, 4015.0, 4036.0, 4004.0, 4024.0, 4004.0, 4026.0, 4016.0, 4037.0, 4006.0, 4037.0, 4008.0, 4049.0, 4007.0, 4037.0, 4015.0, 4017.0, 4037.0, 4002.0, 4048.0, 4015.0, 4036.0, 4005.0, 4018.0, 4016.0, 4017.0, 4029.0, 4018.0, 4028.0, 4062.0, 4028.0, 4048.0, 4006.0, 4036.0, 4016.0, 4035.0, 4004.0, 4025.0, 4003.0, 4015.0, 3994.0, 4028.0, 4008.0, 4025.0, 4018.0, 4059.0, 4036.0, 4041.0, 4019.0, 4028.0, 4019.0, 4050.0, 4018.0, 4051.0, 4006.0, 4047.0, 3990.0, 4023.0, 4014.0, 4027.0, 4026.0, 4013.0, 4036.0, 4027.0, 4036.0, 4015.0, 3994.0, 4016.0, 4016.0, 4058.0, 4065.0, 4044.0, 4051.0, 4027.0, 4028.0, 4027.0, 4035.0, 4014.0, 4002.0, 4011.0, 3991.0, 3996.0, 3973.0, 4011.0, 4002.0, 4026.0, 4027.0, 4028.0, 4063.0, 4037.0, 4049.0, 4004.0, 4026.0, 4016.0, 4013.0, 4055.0, 4014.0, 4034.0, 3999.0, 4011.0, 4000.0, 4012.0, 4013.0, 4013.0, 4011.0, 4010.0, 4009.0, 4011.0, 4024.0, 4013.0, 4015.0, 4040.0, 4029.0, 4018.0, 4028.0, 4016.0, 4039.0, 4061.0, 4027.0, 4046.0, 4002.0, 4033.0, 4016.0, 4034.0, 4026.0, 4022.0, 4014.0, 4014.0, 4027.0, 4016.0, 4039.0, 4005.0, 4027.0, 4018.0, 4039.0, 4037.0, 4029.0, 4038.0, 4014.0, 4060.0, 4014.0, 4037.0, 4014.0, 4034.0, 4002.0, 4024.0, 4015.0, 4035.0, 4016.0, 4023.0, 4027.0, 4027.0, 4042.0, 4029.0, 4027.0, 4018.0, 4028.0, 4017.0, 4039.0, 4017.0, 4025.0, 4031.0, 4038.0, 4017.0, 4049.0, 4014.0, 4036.0, 4016.0, 4035.0, 4026.0, 4024.0, 4014.0, 4014.0, 4024.0, 4004.0, 4025.0, 4012.0, 4025.0, 4016.0, 4046.0, 4016.0, 4047.0, 4016.0, 4035.0, 4014.0, 4037.0, 4027.0, 4026.0, 4015.0, 4027.0, 4026.0, 4047.0, 4028.0, 4046.0, 4014.0, 4033.0, 4004.0, 4036.0, 4012.0, 4022.0, 4015.0, 4035.0, 4027.0, 4026.0, 4017.0, 4016.0, 4027.0, 4016.0, 4040.0, 4016.0, 4026.0, 4016.0, 4025.0, 4056.0, 4025.0, 4033.0, 4012.0, 4023.0, 4014.0, 4036.0, 4013.0, 4003.0, 4024.0, 4015.0, 4034.0, 4027.0, 4024.0, 4024.0, 4017.0, 4016.0, 4016.0, 4027.0, 4014.0, 4034.0, 4014.0, 4045.0, 4014.0, 4011.0, 4013.0, 4002.0, 4034.0, 4004.0, 4046.0, 4015.0, 4027.0, 4016.0, 4017.0, 4026.0, 4005.0, 4026.0, 4015.0, 4026.0, 4016.0, 4036.0, 4004.0, 4014.0, 4005.0, 4023.0, 4057.0, 4016.0, 4047.0, 4012.0, 4023.0, 4013.0, 4034.0, 4015.0, 4034.0, 4016.0, 4035.0, 4030.0, 4016.0, 4039.0, 4019.0, 4051.0, 4032.0, 4061.0, 4030.0, 4039.0, 4018.0, 4049.0, 4040.0, 4038.0, 4017.0, 4017.0, 4026.0, 4017.0, 4052.0, 4031.0, 4049.0, 4027.0, 4031.0, 4057.0, 4063.0, 4059.0, 4067.0, 4044.0, 4076.0, 4030.0, 4073.0, 4017.0, 4034.0, 3974.0, 4018.0, 3990.0, 4043.0, 3990.0, 4019.0, 4004.0, 4035.0, 4014.0, 4033.0, 4014.0, 4026.0, 4017.0, 4047.0, 4015.0, 4036.0, 4015.0, 4024.0, 4016.0, 4024.0, 4005.0, 4023.0, 4003.0, 4036.0, 4004.0, 4025.0, 4023.0, 4011.0, 4047.0, 4003.0, 4021.0, 4013.0, 4025.0, 4015.0, 4027.0, 4005.0, 4024.0, 4016.0, 4025.0, 4015.0, 4037.0, 4015.0, 4023.0, 4028.0, 4035.0, 4030.0, 4038.0, 4015.0, 4035.0, 4016.0, 4036.0, 4017.0, 4037.0, 4015.0, 4037.0, 4017.0, 4028.0, 4028.0, 4029.0, 4039.0, 4030.0, 4052.0, 4040.0, 4018.0, 4059.0, 4017.0, 4036.0, 4003.0, 4036.0, 4003.0, 4015.0, 4024.0, 4013.0, 4014.0, 4014.0, 4024.0, 4017.0, 4046.0, 4015.0, 4034.0, 4003.0, 4024.0, 4003.0, 4023.0, 4003.0, 4013.0, 4002.0, 4024.0, 4002.0, 4025.0, 4002.0, 4013.0, 4003.0, 4024.0, 4000.0, 4013.0, 4002.0, 4012.0, 4003.0, 4012.0, 4013.0, 4025.0, 4003.0, 4013.0, 4015.0, 4038.0, 4017.0, 4028.0, 4039.0, 4016.0, 4049.0, 4030.0, 4031.0, 4061.0, 4032.0, 4051.0, 4028.0, 4074.0, 4046.0, 4045.0, 4026.0, 4044.0, 4002.0, 4021.0, 4001.0, 4032.0, 4001.0, 4021.0, 4014.0, 4046.0, 4027.0, 4008.0, 4039.0, 4018.0, 4039.0, 4017.0, 4048.0, 4017.0, 4035.0, 4016.0, 4034.0, 4013.0, 4037.0, 4003.0, 4012.0, 4003.0, 4023.0, 4003.0, 4044.0, 4002.0, 4033.0, 4013.0, 4034.0, 4013.0, 4033.0, 4013.0, 4024.0, 4023.0, 4014.0, 4024.0, 4014.0, 4035.0, 4006.0, 4025.0, 4003.0, 4024.0, 4025.0, 4014.0, 4059.0, 4017.0, 4037.0, 4017.0, 4035.0, 4028.0, 4035.0, 4006.0, 4036.0, 4018.0, 4025.0, 4004.0, 4036.0, 4004.0, 4024.0, 4017.0, 4025.0, 4005.0, 4037.0, 4005.0, 4037.0, 4017.0, 4037.0, 4020.0, 4037.0, 4016.0, 4035.0, 4007.0, 4040.0, 4005.0, 4035.0, 4029.0, 4018.0, 4028.0, 4031.0, 4029.0, 4040.0, 4021.0, 4061.0, 4028.0, 4059.0, 4014.0, 4023.0, 4002.0, 4033.0, 4001.0, 4033.0, 3999.0, 4021.0, 3990.0, 4022.0, 4002.0, 4022.0, 4003.0, 4024.0, 4016.0, 4037.0, 4016.0, 4036.0, 4004.0, 4037.0, 4040.0, 4017.0, 4060.0, 4027.0, 4035.0, 4005.0, 4048.0, 4017.0, 4035.0, 4000.0, 4041.0, 4027.0, 3980.0, 4028.0, 4051.0, 4023.0, 4010.0, 4030.0, 3988.0, 4019.0, 3998.0, 4022.0, 4013.0, 4024.0, 4024.0, 4017.0, 4047.0, 4025.0, 4045.0, 4055.0, 4020.0, 4041.0, 4039.0, 4015.0, 4026.0, 4015.0, 4013.0, 3982.0, 4002.0, 3980.0, 4001.0, 3984.0, 4013.0, 3985.0, 4007.0, 3996.0, 3986.0, 3997.0, 3999.0, 4021.0, 4002.0, 4032.0, 4014.0, 4033.0, 4014.0, 4021.0, 4002.0, 4022.0, 4003.0, 4021.0, 4002.0, 4022.0, 4003.0, 4024.0, 4014.0, 4022.0, 4001.0, 3992.0], 'WindowWidth': [9068.0, 8984.0, 8982.0, 9021.0, 8946.0, 9000.0, 8936.0, 8935.0, 8877.0, 8902.0, 8942.0, 8915.0, 8948.0, 8897.0, 8910.0, 8902.0, 8913.0, 8924.0, 8942.0, 8932.0, 8920.0, 8947.0, 8923.0, 9016.0, 9006.0, 8950.0, 8971.0, 8946.0, 8992.0, 8932.0, 8922.0, 8940.0, 8922.0, 8968.0, 8946.0, 8920.0, 8926.0, 8940.0, 8928.0, 8945.0, 8931.0, 8917.0, 8944.0, 8921.0, 8968.0, 8943.0, 8978.0, 8980.0, 8953.0, 9010.0, 8969.0, 9028.0, 8985.0, 9031.0, 8997.0, 9009.0, 8980.0, 8991.0, 8978.0, 9045.0, 9003.0, 9020.0, 8945.0, 9002.0, 8946.0, 9005.0, 8962.0, 8990.0, 8952.0, 8992.0, 8970.0, 9010.0, 8972.0, 9014.0, 8967.0, 8978.0, 8971.0, 8977.0, 8950.0, 8992.0, 8948.0, 8980.0, 8968.0, 9002.0, 8982.0, 8989.0, 8961.0, 8988.0, 8969.0, 8986.0, 8982.0, 8984.0, 8964.0, 8968.0, 8973.0, 8982.0, 8982.0, 9004.0, 8966.0, 8982.0, 8966.0, 8994.0, 8952.0, 8995.0, 8947.0, 8984.0, 8949.0, 9004.0, 8948.0, 9006.0, 8964.0, 8989.0, 8962.0, 8976.0, 8979.0, 8963.0, 8977.0, 8963.0, 9014.0, 8949.0, 8996.0, 9045.0, 8958.0, 9024.0, 8958.0, 8990.0, 8958.0, 8985.0, 8942.0, 8988.0, 8941.0, 8985.0, 8963.0, 8986.0, 8963.0, 9008.0, 8991.0, 9016.0, 8989.0, 9008.0, 8965.0, 8991.0, 8984.0, 9018.0, 8969.0, 8999.0, 8953.0, 8953.0, 8999.0, 8951.0, 9001.0, 8968.0, 8964.0, 8951.0, 8949.0, 8953.0, 8956.0, 8989.0, 8985.0, 8995.0, 8988.0, 9001.0, 8986.0, 8983.0, 8964.0, 8964.0, 8979.0, 8964.0, 8993.0, 8956.0, 8984.0, 8961.0, 9007.0, 8961.0, 8973.0, 8958.0, 8946.0, 8974.0, 8947.0, 8990.0, 8956.0, 9025.0, 8956.0, 8961.0, 8975.0, 9029.0, 8938.0, 8971.0, 8916.0, 8952.0, 8990.0, 8936.0, 8979.0, 8934.0, 8962.0, 8937.0, 8963.0, 8935.0, 8976.0, 8934.0, 8964.0, 8933.0, 8960.0, 8939.0, 9005.0, 8938.0, 8946.0, 8934.0, 8962.0, 8962.0, 8991.0, 8958.0, 8927.0, 8982.0, 8920.0, 8961.0, 8931.0, 8999.0, 8916.0, 8956.0, 8909.0, 8937.0, 8909.0, 8932.0, 8911.0, 8938.0, 8915.0, 8957.0, 8931.0, 8908.0, 8950.0, 8942.0, 8979.0, 8948.0, 8984.0, 8926.0, 8983.0, 8939.0, 8983.0, 8958.0, 8984.0, 8944.0, 8984.0, 8946.0, 8966.0, 8961.0, 8927.0, 8954.0, 8945.0, 8988.0, 8933.0, 9008.0, 8943.0, 8983.0, 8965.0, 8981.0, 8964.0, 8946.0, 8956.0, 8940.0, 8986.0, 8944.0, 9007.0, 8941.0, 8982.0, 8942.0, 8984.0, 8955.0, 9017.0, 8955.0, 8968.0, 8956.0, 8984.0, 8938.0, 8984.0, 8955.0, 8986.0, 8938.0, 8966.0, 8941.0, 8970.0, 8958.0, 8988.0, 8946.0, 8987.0, 8953.0, 9009.0, 8949.0, 8990.0, 8959.0, 8963.0, 8989.0, 8936.0, 9008.0, 8955.0, 8983.0, 8942.0, 8965.0, 8960.0, 8961.0, 8982.0, 8963.0, 8979.0, 9033.0, 8976.0, 9007.0, 8946.0, 8985.0, 8961.0, 8983.0, 8942.0, 8971.0, 8938.0, 8957.0, 8929.0, 8978.0, 8950.0, 8974.0, 8965.0, 9041.0, 9005.0, 9004.0, 8969.0, 8977.0, 8969.0, 9010.0, 8964.0, 9014.0, 8947.0, 9001.0, 8911.0, 8962.0, 8950.0, 8977.0, 8970.0, 8950.0, 8989.0, 8975.0, 8989.0, 8956.0, 8926.0, 8957.0, 8959.0, 9035.0, 9042.0, 9009.0, 9015.0, 8975.0, 8978.0, 8972.0, 8986.0, 8953.0, 8934.0, 8944.0, 8916.0, 8914.0, 8879.0, 8945.0, 8935.0, 8974.0, 8974.0, 8977.0, 9038.0, 8990.0, 9009.0, 8940.0, 8971.0, 8959.0, 8952.0, 9020.0, 8953.0, 8983.0, 8926.0, 8944.0, 8931.0, 8947.0, 8952.0, 8952.0, 8946.0, 8945.0, 8944.0, 8948.0, 8969.0, 8953.0, 8960.0, 9000.0, 8982.0, 8969.0, 8982.0, 8960.0, 8997.0, 9030.0, 8975.0, 9004.0, 8935.0, 8981.0, 8959.0, 8985.0, 8974.0, 8963.0, 8953.0, 8957.0, 8978.0, 8961.0, 8998.0, 8948.0, 8978.0, 8969.0, 8998.0, 8992.0, 8985.0, 8991.0, 8956.0, 9034.0, 8956.0, 8993.0, 8955.0, 8982.0, 8936.0, 8971.0, 8957.0, 8983.0, 8963.0, 8968.0, 8977.0, 8979.0, 9008.0, 8983.0, 8977.0, 8968.0, 8981.0, 8963.0, 8997.0, 8964.0, 8974.0, 8989.0, 8993.0, 8964.0, 9011.0, 8955.0, 8988.0, 8962.0, 8986.0, 8976.0, 8969.0, 8955.0, 8956.0, 8969.0, 8942.0, 8974.0, 8951.0, 8970.0, 8960.0, 9002.0, 8962.0, 9006.0, 8961.0, 8989.0, 8958.0, 8991.0, 8980.0, 8975.0, 8959.0, 8977.0, 8974.0, 9006.0, 8984.0, 9005.0, 8955.0, 8982.0, 8944.0, 8987.0, 8952.0, 8966.0, 8960.0, 8989.0, 8980.0, 8975.0, 8964.0, 8963.0, 8980.0, 8964.0, 9002.0, 8962.0, 8975.0, 8961.0, 8971.0, 9022.0, 8973.0, 8980.0, 8951.0, 8969.0, 8955.0, 8988.0, 8955.0, 8939.0, 8969.0, 8957.0, 8985.0, 8975.0, 8970.0, 8972.0, 8964.0, 8962.0, 8960.0, 8977.0, 8956.0, 8982.0, 8955.0, 9002.0, 8954.0, 8949.0, 8951.0, 8936.0, 8983.0, 8941.0, 9001.0, 8958.0, 8976.0, 8961.0, 8963.0, 8975.0, 8944.0, 8972.0, 8959.0, 8973.0, 8961.0, 8990.0, 8942.0, 8955.0, 8946.0, 8968.0, 9027.0, 8962.0, 9008.0, 8949.0, 8965.0, 8953.0, 8984.0, 8959.0, 8985.0, 8964.0, 8987.0, 8986.0, 8965.0, 8998.0, 8973.0, 9016.0, 8992.0, 9032.0, 8985.0, 8995.0, 8967.0, 9013.0, 9000.0, 8996.0, 8965.0, 8964.0, 8977.0, 8965.0, 9021.0, 8988.0, 9011.0, 8978.0, 8991.0, 9036.0, 9056.0, 9043.0, 9047.0, 9012.0, 9061.0, 8986.0, 9058.0, 8961.0, 8981.0, 8882.0, 8948.0, 8916.0, 8993.0, 8918.0, 8957.0, 8941.0, 8983.0, 8956.0, 8981.0, 8958.0, 8975.0, 8964.0, 9007.0, 8960.0, 8989.0, 8957.0, 8969.0, 8962.0, 8970.0, 8947.0, 8970.0, 8944.0, 8990.0, 8945.0, 8972.0, 8970.0, 8949.0, 9007.0, 8939.0, 8963.0, 8954.0, 8972.0, 8961.0, 8978.0, 8946.0, 8969.0, 8963.0, 8974.0, 8960.0, 8992.0, 8958.0, 8967.0, 8984.0, 8987.0, 8985.0, 8993.0, 8959.0, 8986.0, 8965.0, 8988.0, 8967.0, 8990.0, 8960.0, 8992.0, 8966.0, 8981.0, 8983.0, 8985.0, 9000.0, 8988.0, 9022.0, 9000.0, 8967.0, 9031.0, 8963.0, 8990.0, 8942.0, 8988.0, 8939.0, 8958.0, 8971.0, 8952.0, 8955.0, 8956.0, 8971.0, 8966.0, 9004.0, 8962.0, 8986.0, 8940.0, 8970.0, 8940.0, 8966.0, 8940.0, 8951.0, 8940.0, 8972.0, 8940.0, 8974.0, 8938.0, 8952.0, 8944.0, 8969.0, 8934.0, 8956.0, 8936.0, 8951.0, 8941.0, 8952.0, 8954.0, 8975.0, 8940.0, 8954.0, 8961.0, 8996.0, 8968.0, 8985.0, 9000.0, 8965.0, 9014.0, 8990.0, 8992.0, 9033.0, 8994.0, 9017.0, 8983.0, 9063.0, 9004.0, 9002.0, 8974.0, 8995.0, 8935.0, 8962.0, 8935.0, 8980.0, 8936.0, 8962.0, 8959.0, 9004.0, 8981.0, 8958.0, 9000.0, 8965.0, 8996.0, 8966.0, 9007.0, 8966.0, 8985.0, 8958.0, 8983.0, 8952.0, 8990.0, 8938.0, 8949.0, 8937.0, 8966.0, 8938.0, 8995.0, 8935.0, 8981.0, 8951.0, 8983.0, 8952.0, 8979.0, 8953.0, 8968.0, 8968.0, 8957.0, 8971.0, 8956.0, 8987.0, 8946.0, 8970.0, 8939.0, 8969.0, 8971.0, 8954.0, 9028.0, 8964.0, 8994.0, 8964.0, 8986.0, 8983.0, 8989.0, 8947.0, 8989.0, 8969.0, 8974.0, 8944.0, 8986.0, 8942.0, 8971.0, 8964.0, 8972.0, 8948.0, 8992.0, 8946.0, 8990.0, 8967.0, 8990.0, 8977.0, 8994.0, 8962.0, 8986.0, 8953.0, 9000.0, 8947.0, 8988.0, 8983.0, 8969.0, 8982.0, 8991.0, 8986.0, 9001.0, 8976.0, 9033.0, 8979.0, 9029.0, 8953.0, 8965.0, 8935.0, 8977.0, 8933.0, 8977.0, 8928.0, 8959.0, 8917.0, 8961.0, 8935.0, 8963.0, 8938.0, 8969.0, 8963.0, 8993.0, 8963.0, 8991.0, 8947.0, 8993.0, 9001.0, 8964.0, 9032.0, 8979.0, 8986.0, 8946.0, 9009.0, 8963.0, 8983.0, 8929.0, 8988.0, 8960.0, 8902.0, 8981.0, 9020.0, 8964.0, 8945.0, 8971.0, 8912.0, 8957.0, 8926.0, 8966.0, 8957.0, 8974.0, 8973.0, 8967.0, 9007.0, 8974.0, 9004.0, 9018.0, 8958.0, 8992.0, 8987.0, 8942.0, 8970.0, 8944.0, 8941.0, 8894.0, 8921.0, 8891.0, 8916.0, 8900.0, 8939.0, 8905.0, 8937.0, 8922.0, 8909.0, 8924.0, 8929.0, 8962.0, 8938.0, 8979.0, 8957.0, 8980.0, 8959.0, 8962.0, 8937.0, 8963.0, 8939.0, 8963.0, 8937.0, 8966.0, 8940.0, 8971.0, 8956.0, 8966.0, 8937.0, 8925.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.0026672821100917434</td></tr>
<tr><td colspan=3>aqi</td><td>0.0452562622706422</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.95543937360505</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2787483151435122</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0145959761194032</td></tr>
<tr><td colspan=3>efc</td><td>0.5308</td></tr>
<tr><td colspan=3>fber</td><td>3635.8198</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11268610384888639</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>72</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.256880733944953</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5985112732013973</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4337711237925563</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8436182958392204</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5181443999724142</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103096</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.016277417540550232</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.041327860206365585</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>872</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.377577499839007</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>19.5034</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4116</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>203.5149</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>283572.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>956.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>372.4881</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.6145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>463.852</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3154.5813</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3268.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1429.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4068.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>746.5276</td></tr>
<tr><td colspan=3>tsnr</td><td>30.658736680052243</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>