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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0035_ses-03_task-social_acq-mb8_run-06_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-0035_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-carpet_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-mean_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_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-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-06_session-03_subject-0035_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" style="">
Problem loading figure sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_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-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_desc-norm_bold.svg" target="_blank">sub-0035/figures/sub-0035_ses-03_task-social_acq-mb8_run-06_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-0035/ses-03/func/sub-0035_ses-03_task-social_acq-mb8_run-06_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>ca6cac858f1514b52a88764024a64926</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>17:53:57.845000</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_VE11C_LATEST_20160120</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.996565, 0.00711865, 0.0825096, -0.0163512, 0.9936, 0.111768]</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-06_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.104864</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-06_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7735, -7206, 627, -14, -59, 96, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>258.164</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9a77ff83-be29-402d-aca9-ef6504ab7917||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.673710584640503, -0.04386912286281586, 0.2192019373178482, 109.48077392578125], [-0.01909881830215454, 2.6657555103302, 0.3043804168701172, -104.3335189819336], [0.22136728465557098, -0.2998661696910858, 2.6738181114196777, -51.4133186340332], [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': ['175357.845000', '175358.305000', '175358.765000', '175359.225000', '175359.685000', '175400.145000', '175400.605000', '175401.065000', '175401.525000', '175401.985000', '175402.445000', '175402.905000', '175403.365000', '175403.825000', '175404.285000', '175404.745000', '175405.205000', '175405.665000', '175406.125000', '175406.585000', '175407.045000', '175407.505000', '175407.965000', '175408.425000', '175408.885000', '175409.345000', '175409.805000', '175410.265000', '175410.725000', '175411.185000', '175411.645000', '175412.105000', '175412.565000', '175413.025000', '175413.485000', '175413.945000', '175414.405000', '175414.865000', '175415.325000', '175415.785000', '175416.245000', '175416.705000', '175417.165000', '175417.625000', '175418.085000', '175418.545000', '175419.005000', '175419.465000', '175419.925000', '175420.385000', '175420.845000', '175421.305000', '175421.765000', '175422.225000', '175422.685000', '175423.145000', '175423.605000', '175424.065000', '175424.525000', '175424.985000', '175425.445000', '175425.905000', '175426.365000', '175426.825000', '175427.285000', '175427.745000', '175428.205000', '175428.665000', '175429.125000', '175429.585000', '175430.045000', '175430.505000', '175430.965000', '175431.425000', '175431.885000', '175432.345000', '175432.805000', '175433.265000', '175433.725000', '175434.185000', '175434.645000', '175435.105000', '175435.565000', '175436.025000', '175436.485000', '175436.945000', '175437.405000', '175437.865000', '175438.325000', '175438.785000', '175439.245000', '175439.705000', '175440.165000', '175440.625000', '175441.085000', '175441.545000', '175442.005000', '175442.465000', '175442.925000', '175443.385000', '175443.845000', '175444.305000', '175444.765000', '175445.225000', '175445.685000', '175446.145000', '175446.605000', '175447.065000', '175447.525000', '175447.985000', '175448.445000', '175448.905000', '175449.365000', '175449.825000', '175450.285000', '175450.745000', '175451.205000', '175451.665000', '175452.125000', '175452.585000', '175453.045000', '175453.505000', '175453.965000', '175454.425000', '175454.885000', '175455.345000', '175455.805000', '175456.265000', '175456.725000', '175457.185000', '175457.645000', '175458.105000', '175458.565000', '175459.025000', '175459.485000', '175459.945000', '175500.405000', '175500.865000', '175501.325000', '175501.785000', '175502.245000', '175502.705000', '175503.165000', '175503.625000', '175504.085000', '175504.545000', '175505.005000', '175505.465000', '175505.925000', '175506.385000', '175506.845000', '175507.305000', '175507.765000', '175508.225000', '175508.685000', '175509.145000', '175509.605000', '175510.065000', '175510.525000', '175510.985000', '175511.445000', '175511.905000', '175512.365000', '175512.825000', '175513.285000', '175513.745000', '175514.205000', '175514.665000', '175515.125000', '175515.585000', '175516.045000', '175516.505000', '175516.965000', '175517.425000', '175517.885000', '175518.345000', '175518.805000', '175519.265000', '175519.725000', '175520.185000', '175520.645000', '175521.105000', '175521.565000', '175522.025000', '175522.485000', '175522.945000', '175523.405000', '175523.865000', '175524.325000', '175524.785000', '175525.245000', '175525.705000', '175526.165000', '175526.625000', '175527.085000', '175527.545000', '175528.005000', '175528.465000', '175528.925000', '175529.385000', '175529.845000', '175530.305000', '175530.765000', '175531.225000', '175531.685000', '175532.145000', '175532.605000', '175533.065000', '175533.525000', '175533.985000', '175534.445000', '175534.905000', '175535.365000', '175535.825000', '175536.285000', '175536.745000', '175537.205000', '175537.665000', '175538.125000', '175538.585000', '175539.045000', '175539.505000', '175539.965000', '175540.425000', '175540.885000', '175541.345000', '175541.805000', '175542.265000', '175542.725000', '175543.185000', '175543.645000', '175544.105000', '175544.565000', '175545.025000', '175545.485000', '175545.945000', '175546.405000', '175546.865000', '175547.325000', '175547.785000', '175548.245000', '175548.705000', '175549.165000', '175549.625000', '175550.085000', '175550.545000', '175551.005000', '175551.465000', '175551.925000', '175552.385000', '175552.845000', '175553.305000', '175553.765000', '175554.225000', '175554.685000', '175555.145000', '175555.605000', '175556.065000', '175556.525000', '175556.985000', '175557.445000', '175557.905000', '175558.365000', '175558.825000', '175559.285000', '175559.745000', '175600.205000', '175600.665000', '175601.125000', '175601.585000', '175602.045000', '175602.505000', '175602.965000', '175603.425000', '175603.885000', '175604.345000', '175604.805000', '175605.265000', '175605.725000', '175606.185000', '175606.645000', '175607.105000', '175607.565000', '175608.025000', '175608.485000', '175608.945000', '175609.405000', '175609.865000', '175610.325000', '175610.785000', '175611.245000', '175611.705000', '175612.165000', '175612.625000', '175613.085000', '175613.545000', '175614.005000', '175614.465000', '175614.925000', '175615.385000', '175615.845000', '175616.305000', '175616.765000', '175617.225000', '175617.685000', '175618.145000', '175618.605000', '175619.065000', '175619.525000', '175619.985000', '175620.445000', '175620.905000', '175621.365000', '175621.825000', '175622.285000', '175622.745000', '175623.205000', '175623.665000', '175624.125000', '175624.585000', '175625.045000', '175625.505000', '175625.965000', '175626.425000', '175626.885000', '175627.345000', '175627.805000', '175628.265000', '175628.725000', '175629.185000', '175629.645000', '175630.105000', '175630.565000', '175631.025000', '175631.485000', '175631.945000', '175632.405000', '175632.865000', '175633.325000', '175633.785000', '175634.245000', '175634.705000', '175635.165000', '175635.625000', '175636.085000', '175636.545000', '175637.005000', '175637.465000', '175637.925000', '175638.385000', '175638.845000', '175639.305000', '175639.765000', '175640.225000', '175640.685000', '175641.145000', '175641.605000', '175642.065000', '175642.525000', '175642.985000', '175643.445000', '175643.905000', '175644.365000', '175644.825000', '175645.285000', '175645.745000', '175646.205000', '175646.665000', '175647.125000', '175647.585000', '175648.045000', '175648.505000', '175648.965000', '175649.425000', '175649.885000', '175650.345000', '175650.805000', '175651.265000', '175651.725000', '175652.185000', '175652.645000', '175653.105000', '175653.565000', '175654.025000', '175654.485000', '175654.945000', '175655.405000', '175655.865000', '175656.325000', '175656.785000', '175657.245000', '175657.705000', '175658.165000', '175658.625000', '175659.085000', '175659.545000', '175700.005000', '175700.465000', '175700.925000', '175701.385000', '175701.845000', '175702.305000', '175702.765000', '175703.225000', '175703.685000', '175704.145000', '175704.605000', '175705.065000', '175705.525000', '175705.985000', '175706.445000', '175706.905000', '175707.365000', '175707.825000', '175708.285000', '175708.745000', '175709.205000', '175709.665000', '175710.125000', '175710.585000', '175711.045000', '175711.505000', '175711.965000', '175712.425000', '175712.885000', '175713.345000', '175713.805000', '175714.265000', '175714.725000', '175715.185000', '175715.645000', '175716.105000', '175716.565000', '175717.025000', '175717.485000', '175717.945000', '175718.405000', '175718.865000', '175719.325000', '175719.785000', '175720.245000', '175720.705000', '175721.165000', '175721.625000', '175722.085000', '175722.545000', '175723.005000', '175723.465000', '175723.925000', '175724.385000', '175724.845000', '175725.305000', '175725.765000', '175726.225000', '175726.685000', '175727.145000', '175727.605000', '175728.065000', '175728.525000', '175728.985000', '175729.445000', '175729.905000', '175730.365000', '175730.825000', '175731.285000', '175731.745000', '175732.205000', '175732.665000', '175733.125000', '175733.585000', '175734.045000', '175734.505000', '175734.965000', '175735.425000', '175735.885000', '175736.345000', '175736.805000', '175737.265000', '175737.725000', '175738.185000', '175738.645000', '175739.105000', '175739.565000', '175740.025000', '175740.485000', '175740.945000', '175741.405000', '175741.865000', '175742.325000', '175742.785000', '175743.245000', '175743.705000', '175744.165000', '175744.625000', '175745.085000', '175745.545000', '175746.005000', '175746.465000', '175746.925000', '175747.385000', '175747.845000', '175748.305000', '175748.765000', '175749.225000', '175749.685000', '175750.145000', '175750.605000', '175751.065000', '175751.525000', '175751.985000', '175752.445000', '175752.905000', '175753.365000', '175753.825000', '175754.285000', '175754.745000', '175755.205000', '175755.665000', '175756.125000', '175756.585000', '175757.045000', '175757.505000', '175757.965000', '175758.425000', '175758.885000', '175759.345000', '175759.805000', '175800.265000', '175800.725000', '175801.185000', '175801.645000', '175802.105000', '175802.565000', '175803.025000', '175803.485000', '175803.945000', '175804.405000', '175804.865000', '175805.325000', '175805.785000', '175806.245000', '175806.705000', '175807.165000', '175807.625000', '175808.085000', '175808.545000', '175809.005000', '175809.465000', '175809.925000', '175810.385000', '175810.845000', '175811.305000', '175811.765000', '175812.225000', '175812.685000', '175813.145000', '175813.605000', '175814.065000', '175814.525000', '175814.985000', '175815.445000', '175815.905000', '175816.365000', '175816.825000', '175817.285000', '175817.745000', '175818.205000', '175818.665000', '175819.125000', '175819.585000', '175820.045000', '175820.505000', '175820.965000', '175821.425000', '175821.885000', '175822.345000', '175822.805000', '175823.265000', '175823.725000', '175824.185000', '175824.645000', '175825.105000', '175825.565000', '175826.025000', '175826.485000', '175826.945000', '175827.405000', '175827.865000', '175828.325000', '175828.785000', '175829.245000', '175829.705000', '175830.165000', '175830.625000', '175831.085000', '175831.545000', '175832.005000', '175832.465000', '175832.925000', '175833.385000', '175833.845000', '175834.305000', '175834.765000', '175835.225000', '175835.685000', '175836.145000', '175836.605000', '175837.065000', '175837.525000', '175837.985000', '175838.445000', '175838.905000', '175839.365000', '175839.825000', '175840.285000', '175840.745000', '175841.205000', '175841.665000', '175842.125000', '175842.585000', '175843.045000', '175843.505000', '175843.965000', '175844.425000', '175844.885000', '175845.345000', '175845.805000', '175846.265000', '175846.725000', '175847.185000', '175847.645000', '175848.105000', '175848.565000', '175849.025000', '175849.485000', '175849.945000', '175850.405000', '175850.865000', '175851.325000', '175851.785000', '175852.245000', '175852.705000', '175853.165000', '175853.625000', '175854.085000', '175854.545000', '175855.005000', '175855.465000', '175855.925000', '175856.385000', '175856.845000', '175857.305000', '175857.765000', '175858.225000', '175858.685000', '175859.145000', '175859.605000', '175900.065000', '175900.525000', '175900.985000', '175901.445000', '175901.905000', '175902.365000', '175902.825000', '175903.285000', '175903.745000', '175904.205000', '175904.665000', '175905.125000', '175905.585000', '175906.045000', '175906.505000', '175906.965000', '175907.425000', '175907.885000', '175908.345000', '175908.805000', '175909.265000', '175909.725000', '175910.185000', '175910.645000', '175911.105000', '175911.565000', '175912.025000', '175912.485000', '175912.945000', '175913.405000', '175913.865000', '175914.325000', '175914.785000', '175915.245000', '175915.705000', '175916.165000', '175916.625000', '175917.085000', '175917.545000', '175918.005000', '175918.465000', '175918.925000', '175919.385000', '175919.845000', '175920.305000', '175920.765000', '175921.225000', '175921.685000', '175922.145000', '175922.605000', '175923.065000', '175923.525000', '175923.985000', '175924.445000', '175924.905000', '175925.365000', '175925.825000', '175926.285000', '175926.745000', '175927.205000', '175927.665000', '175928.125000', '175928.585000', '175929.045000', '175929.505000', '175929.965000', '175930.425000', '175930.885000', '175931.345000', '175931.805000', '175932.265000', '175932.725000', '175933.185000', '175933.645000', '175934.105000', '175934.565000', '175935.025000', '175935.485000', '175935.945000', '175936.405000', '175936.865000', '175937.325000', '175937.785000', '175938.245000', '175938.705000', '175939.165000', '175939.625000', '175940.085000', '175940.545000', '175941.005000', '175941.465000', '175941.925000', '175942.385000', '175942.845000', '175943.305000', '175943.765000', '175944.225000', '175944.685000', '175945.145000', '175945.605000', '175946.065000', '175946.525000', '175946.985000', '175947.445000', '175947.905000', '175948.365000', '175948.825000', '175949.285000', '175949.745000', '175950.205000', '175950.665000', '175951.125000', '175951.585000', '175952.045000', '175952.505000', '175952.965000', '175953.425000', '175953.885000', '175954.345000', '175954.805000', '175955.265000', '175955.725000', '175956.185000', '175956.645000', '175957.105000', '175957.565000', '175958.025000', '175958.485000', '175958.945000', '175959.405000', '175959.865000', '180000.325000', '180000.785000', '180001.245000', '180001.705000', '180002.165000', '180002.625000', '180003.085000', '180003.545000', '180004.005000', '180004.465000', '180004.925000', '180005.385000', '180005.845000', '180006.305000', '180006.765000', '180007.225000', '180007.685000', '180008.145000', '180008.605000', '180009.065000', '180009.525000', '180009.985000', '180010.445000', '180010.905000', '180011.365000', '180011.825000', '180012.285000', '180012.745000', '180013.205000', '180013.665000', '180014.125000', '180014.585000', '180015.045000', '180015.505000', '180015.965000', '180016.425000', '180016.885000', '180017.345000', '180017.805000', '180018.265000', '180018.725000', '180019.185000', '180019.645000', '180020.105000', '180020.565000', '180021.025000', '180021.485000', '180021.945000', '180022.405000', '180022.865000', '180023.325000', '180023.785000', '180024.245000', '180024.705000', '180025.165000', '180025.625000', '180026.085000', '180026.545000', '180027.005000', '180027.465000', '180027.925000', '180028.385000', '180028.845000', '180029.305000', '180029.765000', '180030.225000', '180030.685000', '180031.145000', '180031.605000', '180032.065000', '180032.525000', '180032.985000', '180033.445000', '180033.905000', '180034.365000', '180034.825000', '180035.285000', '180035.745000', '180036.205000', '180036.665000', '180037.125000', '180037.585000', '180038.045000', '180038.505000'], 'ContentTime': ['175420.336000', '175420.340000', '175420.343000', '175420.345000', '175420.348000', '175420.351000', '175420.354000', '175420.357000', '175420.359000', '175420.367000', '175420.370000', '175420.373000', '175420.376000', '175420.378000', '175420.381000', '175420.384000', '175420.387000', '175420.390000', '175420.392000', '175420.395000', '175420.398000', '175420.400000', '175420.403000', '175420.406000', '175420.409000', '175420.412000', '175420.414000', '175420.417000', '175420.420000', '175420.423000', '175420.426000', '175420.429000', '175420.432000', '175420.434000', '175420.438000', '175420.442000', '175420.450000', '175420.453000', '175420.456000', '175420.458000', '175420.461000', '175420.464000', '175420.467000', '175420.470000', '175420.472000', '175420.475000', '175420.478000', '175440.304000', '175440.307000', '175440.309000', '175440.312000', '175440.315000', '175440.318000', '175440.321000', '175440.323000', '175440.326000', '175440.329000', '175440.332000', '175440.335000', '175440.337000', '175440.340000', '175440.343000', '175440.346000', '175440.348000', '175440.351000', '175440.354000', '175440.357000', '175440.359000', '175440.362000', '175440.365000', '175440.368000', '175440.371000', '175440.374000', '175440.376000', '175440.379000', '175440.382000', '175440.385000', '175440.387000', '175440.390000', '175440.393000', '175440.396000', '175440.399000', '175440.401000', '175440.404000', '175440.407000', '175440.410000', '175440.413000', '175440.415000', '175440.418000', '175440.421000', '175440.424000', '175500.303000', '175500.306000', '175500.308000', '175500.311000', '175500.314000', '175500.317000', '175500.320000', '175500.322000', '175500.325000', '175500.328000', '175500.331000', '175500.334000', '175500.336000', '175500.339000', '175500.342000', '175500.345000', '175500.348000', '175500.350000', '175500.353000', '175500.356000', '175500.359000', '175500.362000', '175500.365000', '175500.367000', '175500.370000', '175500.381000', '175500.384000', '175500.387000', '175500.391000', '175500.394000', '175500.397000', '175500.400000', '175500.403000', '175500.406000', '175500.408000', '175500.411000', '175500.414000', '175500.417000', '175500.420000', '175500.423000', '175500.425000', '175500.428000', '175500.431000', '175520.303000', '175520.306000', '175520.309000', '175520.322000', '175520.325000', '175520.327000', '175520.330000', '175520.333000', '175520.336000', '175520.339000', '175520.341000', '175520.344000', '175520.347000', '175520.350000', '175520.353000', '175520.355000', '175520.358000', '175520.361000', '175520.364000', '175520.367000', '175520.370000', '175520.380000', '175520.383000', '175520.386000', '175520.389000', '175520.392000', '175520.394000', '175520.397000', '175520.400000', '175520.403000', '175520.406000', '175520.409000', '175520.411000', '175520.414000', '175520.417000', '175520.420000', '175520.423000', '175520.425000', '175520.428000', '175520.431000', '175520.434000', '175520.437000', '175520.440000', '175520.442000', '175540.303000', '175540.306000', '175540.309000', '175540.312000', '175540.314000', '175540.317000', '175540.320000', '175540.323000', '175540.326000', '175540.328000', '175540.331000', '175540.334000', '175540.337000', '175540.340000', '175540.342000', '175540.345000', '175540.348000', '175540.351000', '175540.354000', '175540.364000', '175540.367000', '175540.370000', '175540.373000', '175540.376000', '175540.378000', '175540.381000', '175540.384000', '175540.387000', '175540.390000', '175540.392000', '175540.395000', '175540.398000', '175540.401000', '175540.404000', '175540.406000', '175540.409000', '175540.412000', '175540.415000', '175540.418000', '175540.420000', '175540.423000', '175540.426000', '175540.429000', '175600.303000', '175600.306000', '175600.309000', '175600.311000', '175600.314000', '175600.317000', '175600.320000', '175600.323000', '175600.325000', '175600.328000', '175600.331000', '175600.334000', '175600.337000', '175600.339000', '175600.342000', '175600.345000', '175600.348000', '175600.351000', '175600.353000', '175600.356000', '175600.359000', '175600.362000', '175600.365000', '175600.368000', '175600.370000', '175600.373000', '175600.376000', '175600.379000', '175600.382000', '175600.385000', '175600.387000', '175600.390000', '175600.393000', '175600.396000', '175600.399000', '175600.401000', '175600.404000', '175600.407000', '175600.410000', '175600.413000', '175600.415000', '175600.418000', '175600.421000', '175600.424000', '175620.304000', '175620.307000', '175620.310000', '175620.313000', '175620.315000', '175620.318000', '175620.321000', '175620.324000', '175620.326000', '175620.329000', '175620.332000', '175620.335000', '175620.338000', '175620.341000', '175620.343000', '175620.346000', '175620.349000', '175620.352000', '175620.355000', '175620.358000', '175620.360000', '175620.363000', '175620.366000', '175620.369000', '175620.372000', '175620.374000', '175620.377000', '175620.380000', '175620.383000', '175620.386000', '175620.389000', '175620.391000', '175620.394000', '175620.397000', '175620.400000', '175620.403000', '175620.406000', '175620.408000', '175620.411000', '175620.414000', '175620.417000', '175620.420000', '175620.422000', '175640.304000', '175640.307000', '175640.310000', '175640.313000', '175640.315000', '175640.318000', '175640.321000', '175640.324000', '175640.327000', '175640.329000', '175640.332000', '175640.335000', '175640.338000', '175640.341000', '175640.343000', '175640.346000', '175640.349000', '175640.352000', '175640.355000', '175640.357000', '175640.360000', '175640.363000', '175640.366000', '175640.369000', '175640.372000', '175640.374000', '175640.377000', '175640.380000', '175640.383000', '175640.386000', '175640.389000', '175640.391000', '175640.394000', '175640.397000', '175640.400000', '175640.403000', '175640.406000', '175640.409000', '175640.411000', '175640.414000', '175640.417000', '175640.420000', '175640.423000', '175640.425000', '175700.304000', '175700.323000', '175700.326000', '175700.328000', '175700.331000', '175700.334000', '175700.337000', '175700.340000', '175700.342000', '175700.345000', '175700.348000', '175700.351000', '175700.353000', '175700.356000', '175700.359000', '175700.362000', '175700.365000', '175700.368000', '175700.370000', '175700.373000', '175700.376000', '175700.379000', '175700.382000', '175700.384000', '175700.387000', '175700.390000', '175700.393000', '175700.396000', '175700.398000', '175700.401000', '175700.404000', '175700.407000', '175700.410000', '175700.413000', '175700.415000', '175700.418000', '175700.421000', '175700.424000', '175700.427000', '175700.429000', '175700.432000', '175700.435000', '175700.438000', '175720.303000', '175720.307000', '175720.309000', '175720.312000', '175720.315000', '175720.318000', '175720.321000', '175720.323000', '175720.326000', '175720.329000', '175720.332000', '175720.335000', '175720.337000', '175720.340000', '175720.343000', '175720.346000', '175720.349000', '175720.351000', '175720.354000', '175720.357000', '175720.360000', '175720.363000', '175720.365000', '175720.368000', '175720.371000', '175720.374000', '175720.377000', '175720.379000', '175720.382000', '175720.385000', '175720.388000', '175720.391000', '175720.394000', '175720.396000', '175720.399000', '175720.402000', '175720.405000', '175720.408000', '175720.411000', '175720.413000', '175720.416000', '175720.419000', '175720.422000', '175740.303000', '175740.306000', '175740.309000', '175740.312000', '175740.314000', '175740.317000', '175740.320000', '175740.323000', '175740.325000', '175740.328000', '175740.331000', '175740.334000', '175740.337000', '175740.340000', '175740.343000', '175740.346000', '175740.348000', '175740.351000', '175740.354000', '175740.357000', '175740.360000', '175740.362000', '175740.365000', '175740.368000', '175740.371000', '175740.374000', '175740.377000', '175740.379000', '175740.382000', '175740.385000', '175740.388000', '175740.391000', '175740.394000', '175740.396000', '175740.399000', '175740.402000', '175740.405000', '175740.408000', '175740.411000', '175740.413000', '175740.416000', '175740.419000', '175740.422000', '175740.425000', '175800.303000', '175800.306000', '175800.309000', '175800.312000', '175800.314000', '175800.318000', '175800.321000', '175800.324000', '175800.327000', '175800.330000', '175800.333000', '175800.335000', '175800.338000', '175800.341000', '175800.344000', '175800.347000', '175800.349000', '175800.352000', '175800.355000', '175800.358000', '175800.361000', '175800.364000', '175800.366000', '175800.369000', '175800.372000', '175800.375000', '175800.378000', '175800.381000', '175800.383000', '175800.386000', '175800.389000', '175800.392000', '175800.395000', '175800.397000', '175800.400000', '175800.403000', '175800.406000', '175800.409000', '175800.411000', '175800.414000', '175800.417000', '175800.420000', '175800.423000', '175820.303000', '175820.306000', '175820.309000', '175820.312000', '175820.314000', '175820.317000', '175820.320000', '175820.323000', '175820.326000', '175820.328000', '175820.331000', '175820.334000', '175820.337000', '175820.340000', '175820.343000', '175820.346000', '175820.349000', '175820.352000', '175820.354000', '175820.357000', '175820.360000', '175820.363000', '175820.366000', '175820.369000', '175820.371000', '175820.374000', '175820.377000', '175820.380000', '175820.383000', '175820.385000', '175820.388000', '175820.391000', '175820.394000', '175820.397000', '175820.399000', '175820.402000', '175820.405000', '175820.408000', '175820.411000', '175820.414000', '175820.416000', '175820.419000', '175820.435000', '175820.438000', '175840.304000', '175840.307000', '175840.310000', '175840.313000', '175840.315000', '175840.318000', '175840.321000', '175840.324000', '175840.327000', '175840.330000', '175840.332000', '175840.335000', '175840.338000', '175840.341000', '175840.344000', '175840.346000', '175840.349000', '175840.352000', '175840.356000', '175840.359000', '175840.362000', '175840.364000', '175840.367000', '175840.370000', '175840.373000', '175840.376000', '175840.378000', '175840.381000', '175840.384000', '175840.387000', '175840.390000', '175840.392000', '175840.395000', '175840.398000', '175840.401000', '175840.404000', '175840.407000', '175840.409000', '175840.412000', '175840.415000', '175840.418000', '175840.421000', '175840.423000', '175900.304000', '175900.307000', '175900.310000', '175900.312000', '175900.315000', '175900.318000', '175900.321000', '175900.324000', '175900.327000', '175900.329000', '175900.332000', '175900.335000', '175900.338000', '175900.341000', '175900.343000', '175900.346000', '175900.349000', '175900.352000', '175900.355000', '175900.358000', '175900.361000', '175900.363000', '175900.366000', '175900.369000', '175900.372000', '175900.375000', '175900.378000', '175900.380000', '175900.383000', '175900.386000', '175900.389000', '175900.391000', '175900.394000', '175900.397000', '175900.400000', '175900.403000', '175900.405000', '175900.408000', '175900.411000', '175900.414000', '175900.417000', '175900.420000', '175900.423000', '175900.425000', '175920.304000', '175920.307000', '175920.310000', '175920.312000', '175920.315000', '175920.318000', '175920.321000', '175920.324000', '175920.327000', '175920.329000', '175920.332000', '175920.335000', '175920.338000', '175920.341000', '175920.343000', '175920.347000', '175920.352000', '175920.355000', '175920.358000', '175920.361000', '175920.364000', '175920.367000', '175920.370000', '175920.373000', '175920.375000', '175920.378000', '175920.381000', '175920.384000', '175920.387000', '175920.390000', '175920.392000', '175920.395000', '175920.398000', '175920.401000', '175920.404000', '175920.406000', '175920.409000', '175920.412000', '175920.415000', '175920.418000', '175920.421000', '175920.423000', '175920.426000', '175940.303000', '175940.306000', '175940.309000', '175940.312000', '175940.314000', '175940.317000', '175940.320000', '175940.323000', '175940.326000', '175940.328000', '175940.331000', '175940.334000', '175940.337000', '175940.340000', '175940.342000', '175940.345000', '175940.348000', '175940.351000', '175940.354000', '175940.357000', '175940.359000', '175940.362000', '175940.365000', '175940.368000', '175940.371000', '175940.374000', '175940.376000', '175940.379000', '175940.382000', '175940.385000', '175940.388000', '175940.410000', '175940.412000', '175940.415000', '175940.418000', '175940.421000', '175940.424000', '175940.426000', '175940.429000', '175940.432000', '175940.435000', '175940.438000', '175940.441000', '175940.443000', '180000.304000', '180000.307000', '180000.310000', '180000.313000', '180000.316000', '180000.319000', '180000.322000', '180000.324000', '180000.327000', '180000.330000', '180000.333000', '180000.336000', '180000.338000', '180000.341000', '180000.344000', '180000.347000', '180000.350000', '180000.353000', '180000.355000', '180000.358000', '180000.363000', '180000.366000', '180000.369000', '180000.374000', '180000.377000', '180000.380000', '180000.383000', '180000.386000', '180000.388000', '180000.391000', '180000.394000', '180000.397000', '180000.399000', '180000.402000', '180000.405000', '180000.408000', '180000.411000', '180000.414000', '180000.416000', '180000.419000', '180000.422000', '180000.425000', '180000.428000', '180020.303000', '180020.306000', '180020.309000', '180020.311000', '180020.314000', '180020.317000', '180020.320000', '180020.323000', '180020.326000', '180020.328000', '180020.331000', '180020.334000', '180020.337000', '180020.340000', '180020.342000', '180020.345000', '180020.348000', '180020.351000', '180020.353000', '180020.356000', '180020.359000', '180020.362000', '180020.365000', '180020.367000', '180020.370000', '180020.373000', '180020.376000', '180020.379000', '180020.382000', '180020.384000', '180020.387000', '180020.390000', '180020.393000', '180020.396000', '180020.398000', '180020.401000', '180020.404000', '180020.407000', '180020.410000', '180020.412000', '180020.415000', '180020.418000', '180020.421000', '180020.424000', '180039.523000', '180039.526000', '180039.531000', '180039.535000', '180039.538000', '180039.543000', '180039.549000', '180039.552000', '180039.555000', '180039.558000', '180039.561000', '180039.564000', '180039.567000', '180039.570000', '180039.573000', '180039.575000', '180039.578000', '180039.581000', '180039.584000', '180039.587000', '180039.590000', '180039.593000', '180039.596000', '180039.599000', '180039.602000', '180039.604000', '180039.607000', '180039.610000', '180039.613000', '180039.616000', '180039.619000', '180039.622000', '180039.625000', '180039.628000', '180039.630000', '180039.633000', '180039.636000', '180039.639000', '180039.642000', '180039.645000', '180039.647000', '180039.650000'], 'InstanceCreationTime': ['175420.336000', '175420.340000', '175420.343000', '175420.345000', '175420.348000', '175420.351000', '175420.354000', '175420.357000', '175420.359000', '175420.367000', '175420.370000', '175420.373000', '175420.376000', '175420.378000', '175420.381000', '175420.384000', '175420.387000', '175420.390000', '175420.392000', '175420.395000', '175420.398000', '175420.400000', '175420.403000', '175420.406000', '175420.409000', '175420.412000', '175420.414000', '175420.417000', '175420.420000', '175420.423000', '175420.426000', '175420.429000', '175420.432000', '175420.434000', '175420.438000', '175420.442000', '175420.450000', '175420.453000', '175420.456000', '175420.458000', '175420.461000', '175420.464000', '175420.467000', '175420.470000', '175420.472000', '175420.475000', '175420.478000', '175440.304000', '175440.307000', '175440.309000', '175440.312000', '175440.315000', '175440.318000', '175440.321000', '175440.323000', '175440.326000', '175440.329000', '175440.332000', '175440.335000', '175440.337000', '175440.340000', '175440.343000', '175440.346000', '175440.348000', '175440.351000', '175440.354000', '175440.357000', '175440.359000', '175440.362000', '175440.365000', '175440.368000', '175440.371000', '175440.374000', '175440.376000', '175440.379000', '175440.382000', '175440.385000', '175440.387000', '175440.390000', '175440.393000', '175440.396000', '175440.399000', '175440.401000', '175440.404000', '175440.407000', '175440.410000', '175440.413000', '175440.415000', '175440.418000', '175440.421000', '175440.424000', '175500.303000', '175500.306000', '175500.308000', '175500.311000', '175500.314000', '175500.317000', '175500.320000', '175500.322000', '175500.325000', '175500.328000', '175500.331000', '175500.334000', '175500.336000', '175500.339000', '175500.342000', '175500.345000', '175500.348000', '175500.350000', '175500.353000', '175500.356000', '175500.359000', '175500.362000', '175500.365000', '175500.367000', '175500.370000', '175500.381000', '175500.384000', '175500.387000', '175500.391000', '175500.394000', '175500.397000', '175500.400000', '175500.403000', '175500.406000', '175500.408000', '175500.411000', '175500.414000', '175500.417000', '175500.420000', '175500.423000', '175500.425000', '175500.428000', '175500.431000', '175520.303000', '175520.306000', '175520.309000', '175520.322000', '175520.325000', '175520.327000', '175520.330000', '175520.333000', '175520.336000', '175520.339000', '175520.341000', '175520.344000', '175520.347000', '175520.350000', '175520.353000', '175520.355000', '175520.358000', '175520.361000', '175520.364000', '175520.367000', '175520.370000', '175520.380000', '175520.383000', '175520.386000', '175520.389000', '175520.392000', '175520.394000', '175520.397000', '175520.400000', '175520.403000', '175520.406000', '175520.409000', '175520.411000', '175520.414000', '175520.417000', '175520.420000', '175520.423000', '175520.425000', '175520.428000', '175520.431000', '175520.434000', '175520.437000', '175520.440000', '175520.442000', '175540.303000', '175540.306000', '175540.309000', '175540.312000', '175540.314000', '175540.317000', '175540.320000', '175540.323000', '175540.326000', '175540.328000', '175540.331000', '175540.334000', '175540.337000', '175540.340000', '175540.342000', '175540.345000', '175540.348000', '175540.351000', '175540.354000', '175540.364000', '175540.367000', '175540.370000', '175540.373000', '175540.376000', '175540.378000', '175540.381000', '175540.384000', '175540.387000', '175540.390000', '175540.392000', '175540.395000', '175540.398000', '175540.401000', '175540.404000', '175540.406000', '175540.409000', '175540.412000', '175540.415000', '175540.418000', '175540.420000', '175540.423000', '175540.426000', '175540.429000', '175600.303000', '175600.306000', '175600.309000', '175600.311000', '175600.314000', '175600.317000', '175600.320000', '175600.323000', '175600.325000', '175600.328000', '175600.331000', '175600.334000', '175600.337000', '175600.339000', '175600.342000', '175600.345000', '175600.348000', '175600.351000', '175600.353000', '175600.356000', '175600.359000', '175600.362000', '175600.365000', '175600.368000', '175600.370000', '175600.373000', '175600.376000', '175600.379000', '175600.382000', '175600.385000', '175600.387000', '175600.390000', '175600.393000', '175600.396000', '175600.399000', '175600.401000', '175600.404000', '175600.407000', '175600.410000', '175600.413000', '175600.415000', '175600.418000', '175600.421000', '175600.424000', '175620.304000', '175620.307000', '175620.310000', '175620.313000', '175620.315000', '175620.318000', '175620.321000', '175620.324000', '175620.326000', '175620.329000', '175620.332000', '175620.335000', '175620.338000', '175620.341000', '175620.343000', '175620.346000', '175620.349000', '175620.352000', '175620.355000', '175620.358000', '175620.360000', '175620.363000', '175620.366000', '175620.369000', '175620.372000', '175620.374000', '175620.377000', '175620.380000', '175620.383000', '175620.386000', '175620.389000', '175620.391000', '175620.394000', '175620.397000', '175620.400000', '175620.403000', '175620.406000', '175620.408000', '175620.411000', '175620.414000', '175620.417000', '175620.420000', '175620.422000', '175640.304000', '175640.307000', '175640.310000', '175640.313000', '175640.315000', '175640.318000', '175640.321000', '175640.324000', '175640.327000', '175640.329000', '175640.332000', '175640.335000', '175640.338000', '175640.341000', '175640.343000', '175640.346000', '175640.349000', '175640.352000', '175640.355000', '175640.357000', '175640.360000', '175640.363000', '175640.366000', '175640.369000', '175640.372000', '175640.374000', '175640.377000', '175640.380000', '175640.383000', '175640.386000', '175640.389000', '175640.391000', '175640.394000', '175640.397000', '175640.400000', '175640.403000', '175640.406000', '175640.409000', '175640.411000', '175640.414000', '175640.417000', '175640.420000', '175640.423000', '175640.425000', '175700.304000', '175700.323000', '175700.326000', '175700.328000', '175700.331000', '175700.334000', '175700.337000', '175700.340000', '175700.342000', '175700.345000', '175700.348000', '175700.351000', '175700.353000', '175700.356000', '175700.359000', '175700.362000', '175700.365000', '175700.368000', '175700.370000', '175700.373000', '175700.376000', '175700.379000', '175700.382000', '175700.384000', '175700.387000', '175700.390000', '175700.393000', '175700.396000', '175700.398000', '175700.401000', '175700.404000', '175700.407000', '175700.410000', '175700.413000', '175700.415000', '175700.418000', '175700.421000', '175700.424000', '175700.427000', '175700.429000', '175700.432000', '175700.435000', '175700.438000', '175720.303000', '175720.307000', '175720.309000', '175720.312000', '175720.315000', '175720.318000', '175720.321000', '175720.323000', '175720.326000', '175720.329000', '175720.332000', '175720.335000', '175720.337000', '175720.340000', '175720.343000', '175720.346000', '175720.349000', '175720.351000', '175720.354000', '175720.357000', '175720.360000', '175720.363000', '175720.365000', '175720.368000', '175720.371000', '175720.374000', '175720.377000', '175720.379000', '175720.382000', '175720.385000', '175720.388000', '175720.391000', '175720.394000', '175720.396000', '175720.399000', '175720.402000', '175720.405000', '175720.408000', '175720.411000', '175720.413000', '175720.416000', '175720.419000', '175720.422000', '175740.303000', '175740.306000', '175740.309000', '175740.312000', '175740.314000', '175740.317000', '175740.320000', '175740.323000', '175740.325000', '175740.328000', '175740.331000', '175740.334000', '175740.337000', '175740.340000', '175740.343000', '175740.346000', '175740.348000', '175740.351000', '175740.354000', '175740.357000', '175740.360000', '175740.362000', '175740.365000', '175740.368000', '175740.371000', '175740.374000', '175740.377000', '175740.379000', '175740.382000', '175740.385000', '175740.388000', '175740.391000', '175740.394000', '175740.396000', '175740.399000', '175740.402000', '175740.405000', '175740.408000', '175740.411000', '175740.413000', '175740.416000', '175740.419000', '175740.422000', '175740.425000', '175800.303000', '175800.306000', '175800.309000', '175800.312000', '175800.314000', '175800.318000', '175800.321000', '175800.324000', '175800.327000', '175800.330000', '175800.333000', '175800.335000', '175800.338000', '175800.341000', '175800.344000', '175800.347000', '175800.349000', '175800.352000', '175800.355000', '175800.358000', '175800.361000', '175800.364000', '175800.366000', '175800.369000', '175800.372000', '175800.375000', '175800.378000', '175800.381000', '175800.383000', '175800.386000', '175800.389000', '175800.392000', '175800.395000', '175800.397000', '175800.400000', '175800.403000', '175800.406000', '175800.409000', '175800.411000', '175800.414000', '175800.417000', '175800.420000', '175800.423000', '175820.303000', '175820.306000', '175820.309000', '175820.312000', '175820.314000', '175820.317000', '175820.320000', '175820.323000', '175820.326000', '175820.328000', '175820.331000', '175820.334000', '175820.337000', '175820.340000', '175820.343000', '175820.346000', '175820.349000', '175820.352000', '175820.354000', '175820.357000', '175820.360000', '175820.363000', '175820.366000', '175820.369000', '175820.371000', '175820.374000', '175820.377000', '175820.380000', '175820.383000', '175820.385000', '175820.388000', '175820.391000', '175820.394000', '175820.397000', '175820.399000', '175820.402000', '175820.405000', '175820.408000', '175820.411000', '175820.414000', '175820.416000', '175820.419000', '175820.435000', '175820.438000', '175840.304000', '175840.307000', '175840.310000', '175840.313000', '175840.315000', '175840.318000', '175840.321000', '175840.324000', '175840.327000', '175840.330000', '175840.332000', '175840.335000', '175840.338000', '175840.341000', '175840.344000', '175840.346000', '175840.349000', '175840.352000', '175840.356000', '175840.359000', '175840.362000', '175840.364000', '175840.367000', '175840.370000', '175840.373000', '175840.376000', '175840.378000', '175840.381000', '175840.384000', '175840.387000', '175840.390000', '175840.392000', '175840.395000', '175840.398000', '175840.401000', '175840.404000', '175840.407000', '175840.409000', '175840.412000', '175840.415000', '175840.418000', '175840.421000', '175840.423000', '175900.304000', '175900.307000', '175900.310000', '175900.312000', '175900.315000', '175900.318000', '175900.321000', '175900.324000', '175900.327000', '175900.329000', '175900.332000', '175900.335000', '175900.338000', '175900.341000', '175900.343000', '175900.346000', '175900.349000', '175900.352000', '175900.355000', '175900.358000', '175900.361000', '175900.363000', '175900.366000', '175900.369000', '175900.372000', '175900.375000', '175900.378000', '175900.380000', '175900.383000', '175900.386000', '175900.389000', '175900.391000', '175900.394000', '175900.397000', '175900.400000', '175900.403000', '175900.405000', '175900.408000', '175900.411000', '175900.414000', '175900.417000', '175900.420000', '175900.423000', '175900.425000', '175920.304000', '175920.307000', '175920.310000', '175920.312000', '175920.315000', '175920.318000', '175920.321000', '175920.324000', '175920.327000', '175920.329000', '175920.332000', '175920.335000', '175920.338000', '175920.341000', '175920.343000', '175920.347000', '175920.352000', '175920.355000', '175920.358000', '175920.361000', '175920.364000', '175920.367000', '175920.370000', '175920.373000', '175920.375000', '175920.378000', '175920.381000', '175920.384000', '175920.387000', '175920.390000', '175920.392000', '175920.395000', '175920.398000', '175920.401000', '175920.404000', '175920.406000', '175920.409000', '175920.412000', '175920.415000', '175920.418000', '175920.421000', '175920.423000', '175920.426000', '175940.303000', '175940.306000', '175940.309000', '175940.312000', '175940.314000', '175940.317000', '175940.320000', '175940.323000', '175940.326000', '175940.328000', '175940.331000', '175940.334000', '175940.337000', '175940.340000', '175940.342000', '175940.345000', '175940.348000', '175940.351000', '175940.354000', '175940.357000', '175940.359000', '175940.362000', '175940.365000', '175940.368000', '175940.371000', '175940.374000', '175940.376000', '175940.379000', '175940.382000', '175940.385000', '175940.388000', '175940.410000', '175940.412000', '175940.415000', '175940.418000', '175940.421000', '175940.424000', '175940.426000', '175940.429000', '175940.432000', '175940.435000', '175940.438000', '175940.441000', '175940.443000', '180000.304000', '180000.307000', '180000.310000', '180000.313000', '180000.316000', '180000.319000', '180000.322000', '180000.324000', '180000.327000', '180000.330000', '180000.333000', '180000.336000', '180000.338000', '180000.341000', '180000.344000', '180000.347000', '180000.350000', '180000.353000', '180000.355000', '180000.358000', '180000.363000', '180000.366000', '180000.369000', '180000.374000', '180000.377000', '180000.380000', '180000.383000', '180000.386000', '180000.388000', '180000.391000', '180000.394000', '180000.397000', '180000.399000', '180000.402000', '180000.405000', '180000.408000', '180000.411000', '180000.414000', '180000.416000', '180000.419000', '180000.422000', '180000.425000', '180000.428000', '180020.303000', '180020.306000', '180020.309000', '180020.311000', '180020.314000', '180020.317000', '180020.320000', '180020.323000', '180020.326000', '180020.328000', '180020.331000', '180020.334000', '180020.337000', '180020.340000', '180020.342000', '180020.345000', '180020.348000', '180020.351000', '180020.353000', '180020.356000', '180020.359000', '180020.362000', '180020.365000', '180020.367000', '180020.370000', '180020.373000', '180020.376000', '180020.379000', '180020.382000', '180020.384000', '180020.387000', '180020.390000', '180020.393000', '180020.396000', '180020.398000', '180020.401000', '180020.404000', '180020.407000', '180020.410000', '180020.412000', '180020.415000', '180020.418000', '180020.421000', '180020.424000', '180039.523000', '180039.526000', '180039.531000', '180039.535000', '180039.538000', '180039.543000', '180039.549000', '180039.552000', '180039.555000', '180039.558000', '180039.561000', '180039.564000', '180039.567000', '180039.570000', '180039.573000', '180039.575000', '180039.578000', '180039.581000', '180039.584000', '180039.587000', '180039.590000', '180039.593000', '180039.596000', '180039.599000', '180039.602000', '180039.604000', '180039.607000', '180039.610000', '180039.613000', '180039.616000', '180039.619000', '180039.622000', '180039.625000', '180039.628000', '180039.630000', '180039.633000', '180039.636000', '180039.639000', '180039.642000', '180039.645000', '180039.647000', '180039.650000'], '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': [13661, 11528, 14837, 10040, 14457, 10284, 14111, 10110, 13720, 10951, 13047, 9374, 12962, 9342, 12190, 9725, 11991, 9138, 11424, 8942, 11465, 8801, 10950, 8394, 11073, 7784, 10361, 10686, 9683, 15431, 10927, 12561, 9337, 12340, 9380, 13023, 9795, 12556, 9793, 12417, 9013, 12259, 9027, 11835, 9648, 12266, 9189, 12317, 9319, 12459, 9317, 12291, 9298, 12091, 8783, 11545, 10005, 11122, 12839, 10001, 14483, 9475, 13285, 10156, 12321, 9453, 10859, 8077, 10055, 7846, 10023, 13834, 9989, 12727, 9177, 12715, 9036, 12258, 9410, 12079, 8330, 11574, 7910, 10927, 9685, 11251, 7634, 10741, 7807, 11540, 8640, 13118, 9598, 12288, 9959, 12391, 9800, 14890, 9970, 12187, 9525, 11593, 9608, 11310, 12476, 11417, 7864, 10267, 8031, 10609, 8651, 11829, 10291, 11945, 11159, 9405, 11967, 9908, 14928, 10545, 13380, 14086, 10364, 10236, 10678, 9664, 14794, 13147, 15622, 12287, 14805, 10877, 13708, 9764, 13293, 11867, 14347, 9837, 11475, 8790, 10876, 8084, 10780, 9750, 10890, 7827, 9857, 9585, 9588, 13342, 9608, 12400, 9484, 12823, 9290, 12733, 9995, 12114, 8953, 10690, 9329, 9555, 13843, 9353, 12728, 8645, 10984, 9775, 9411, 12453, 9359, 13040, 9237, 11339, 9065, 11343, 9091, 11604, 9371, 11506, 8937, 10771, 7995, 9702, 13393, 9446, 11869, 8689, 11408, 7899, 10517, 7192, 10056, 9121, 10993, 8638, 11859, 8350, 11495, 9261, 13136, 9630, 14066, 9941, 13238, 9690, 11514, 9399, 12666, 11939, 10500, 15178, 9629, 14837, 10086, 13038, 10286, 13662, 9806, 8182, 9685, 8077, 11464, 9051, 11873, 9206, 11863, 9458, 12741, 11132, 16051, 12009, 12141, 17110, 14343, 10342, 16065, 13056, 16639, 11799, 15292, 10050, 13275, 10129, 12182, 11145, 10249, 11489, 10565, 13749, 11601, 16475, 13454, 16648, 13952, 17209, 11607, 14279, 11017, 12852, 10223, 10678, 9572, 10242, 9325, 10247, 9167, 10134, 9183, 10033, 8547, 9460, 11665, 9021, 12099, 8872, 11827, 8666, 11303, 8484, 10784, 8322, 10048, 9696, 8592, 12923, 8308, 11237, 8610, 10293, 7826, 9634, 7269, 11010, 7449, 9701, 7433, 9424, 11573, 8468, 14117, 9059, 12182, 8377, 11717, 8248, 11447, 9058, 14309, 8520, 12166, 8489, 13743, 9605, 14119, 8823, 12217, 8809, 11727, 9208, 13056, 10668, 9751, 8466, 9881, 9306, 10422, 7990, 9684, 8421, 9500, 14366, 8476, 12083, 8698, 10500, 8412, 10401, 7371, 11894, 8557, 11170, 7919, 11324, 8484, 8531, 11362, 8408, 12429, 8371, 12516, 8943, 13907, 10994, 14305, 9481, 13687, 11131, 9295, 17424, 10965, 13620, 8493, 11424, 8553, 10610, 8430, 10872, 8542, 10422, 7742, 9476, 10749, 9424, 14456, 8938, 11643, 8209, 10387, 8466, 11698, 8008, 9430, 7568, 8913, 9580, 10701, 9598, 9410, 10856, 8541, 13975, 8363, 12377, 8096, 10234, 8879, 8403, 13110, 8215, 11897, 8168, 10401, 8187, 10028, 7629, 11540, 7985, 9843, 8171, 11171, 10614, 9348, 10782, 7648, 11653, 9716, 11676, 8851, 15744, 10735, 7939, 11698, 11929, 11816, 15069, 13786, 14139, 13736, 10318, 11347, 9250, 12100, 9486, 12867, 10053, 11823, 9653, 11787, 8897, 12136, 9560, 11534, 9088, 11055, 9555, 8945, 11095, 9165, 8655, 9435, 9088, 11411, 8594, 12011, 9383, 8255, 10217, 8656, 10737, 9527, 12404, 13642, 14356, 16680, 14935, 12649, 14068, 10185, 8379, 13659, 9753, 13300, 9874, 15290, 11871, 9008, 12592, 9037, 12399, 9550, 13003, 9810, 13154, 9608, 12528, 9305, 12220, 9553, 11541, 9419, 11367, 8730, 10114, 7820, 9942, 7261, 9983, 8099, 9785, 8782, 9017, 12588, 9084, 12211, 9812, 11324, 7940, 11631, 8761, 12523, 9479, 11857, 8816, 11812, 8499, 11622, 8309, 10740, 8848, 9714, 9186, 8822, 10462, 9993, 9971, 10052, 7291, 10327, 7129, 11189, 8697, 12417, 8341, 10787, 8557, 10915, 14696, 9857, 17031, 9285, 13559, 9018, 10968, 11734, 9387, 15057, 9708, 11450, 8906, 11413, 8266, 11415, 9221, 11182, 8485, 7433, 9775, 8271, 11219, 8060, 10700, 9307, 10677, 16292, 11393, 17216, 8991, 13780, 8989, 12654, 10804, 11747, 15840, 8894, 12693, 8563, 10629, 8271, 11322, 7721, 9496, 7022, 8608, 7491, 10044, 9697, 10526, 9985, 9205, 14050, 9430, 12825, 8945, 12934, 9193, 11762, 8390, 11799, 8173, 12160, 8807, 10819, 8876, 11520, 9450, 9088, 10813, 8940, 11266, 8584, 11110, 12973, 9878, 16804, 11009, 15667, 9517, 12553, 9430, 11340, 9244, 11766, 8990, 10829, 8079, 9696, 11175, 9871, 12835, 9494, 11486, 8413, 11056, 8277, 12184, 9440, 12151, 8361, 10946, 8335, 11272, 8592, 11099, 7978, 9562, 7622, 10156, 10180, 10242, 12815, 9195, 12631, 9059, 12291, 9307, 12524, 9261, 11438, 8790, 11088, 8949, 10691, 8803, 10817, 8115, 10360, 8123, 10754, 8200, 11250, 7848, 11028, 8450, 10316, 8209, 10485, 10490, 9673, 8680, 8658, 8034, 10278, 8542, 10784, 7539, 11323, 7768, 11880, 9022, 13725, 9947, 11603, 9291, 11552, 9407, 12536, 8734, 11415, 8832, 11751, 9192, 13866, 10569, 9205, 9678, 8041, 11979, 9587, 12084, 9402, 12235, 10114, 10240, 11268, 8441, 10855, 8076, 8048, 9698, 8226, 11891, 10349, 16566, 11819, 15866, 11536, 9583, 11925, 9764, 15446, 12297, 16335, 12055, 9681, 15876, 10362, 16887, 11841, 13907, 12980, 9494, 13277, 9195, 8895, 9587, 9829, 9652, 9069, 11429, 11025, 11251, 16443, 13758, 17636, 15118, 17196, 13028, 15853, 10646, 11209, 9760, 11666, 9817, 9106, 9322, 9303, 10811, 9251, 12371, 9922, 11739, 9519, 10283, 9085, 9781, 12306, 9633, 12299, 9098, 11040, 8994, 11000, 8305, 9541, 7319, 8515, 11199, 8044, 11707, 8415, 11383, 8627, 10145, 8469, 9776, 7891, 9173, 9405, 9409, 9852, 8508, 12652, 8831, 13150, 9326, 13756, 8574, 12577, 8302, 11581, 8117, 11568, 8583, 10825, 8923, 9064, 13918, 8314, 12075, 8488, 11471, 8522, 11575, 7611, 10817, 7912, 11077, 7991, 10926, 8655, 11306, 8945, 10820, 7641, 11273, 7746, 10674, 13510, 9325, 15023, 8705, 12081, 8330, 10718, 8079, 9842, 11251, 9403, 11407, 7998, 13047, 8427, 12671, 8859, 12242, 9688, 15574, 8418, 7423, 9453, 7787, 9614, 9632, 10240, 10860, 9807, 8324, 9882, 13437, 8751, 14056], 'WindowCenter': [4295.0, 4245.0, 4261.0, 4206.0, 4235.0, 4204.0, 4232.0, 4202.0, 4221.0, 4189.0, 4207.0, 4177.0, 4194.0, 4164.0, 4195.0, 4178.0, 4197.0, 4177.0, 4196.0, 4177.0, 4198.0, 4179.0, 4198.0, 4168.0, 4199.0, 4157.0, 4188.0, 4189.0, 4190.0, 4232.0, 4201.0, 4210.0, 4180.0, 4210.0, 4190.0, 4233.0, 4203.0, 4221.0, 4203.0, 4222.0, 4191.0, 4222.0, 4193.0, 4222.0, 4191.0, 4222.0, 4192.0, 4220.0, 4193.0, 4223.0, 4193.0, 4224.0, 4191.0, 4221.0, 4181.0, 4212.0, 4191.0, 4214.0, 4210.0, 4187.0, 4219.0, 4176.0, 4208.0, 4190.0, 4207.0, 4176.0, 4187.0, 4156.0, 4177.0, 4159.0, 4191.0, 4219.0, 4193.0, 4211.0, 4179.0, 4210.0, 4182.0, 4211.0, 4181.0, 4213.0, 4171.0, 4211.0, 4170.0, 4202.0, 4191.0, 4215.0, 4160.0, 4201.0, 4172.0, 4212.0, 4183.0, 4235.0, 4194.0, 4212.0, 4191.0, 4222.0, 4191.0, 4235.0, 4191.0, 4210.0, 4177.0, 4186.0, 4166.0, 4186.0, 4196.0, 4186.0, 4144.0, 4175.0, 4145.0, 4199.0, 4182.0, 4209.0, 4203.0, 4211.0, 4212.0, 4193.0, 4225.0, 4203.0, 4259.0, 4203.0, 4237.0, 4248.0, 4218.0, 4205.0, 4202.0, 4208.0, 4249.0, 4224.0, 4233.0, 4200.0, 4221.0, 4188.0, 4206.0, 4177.0, 4196.0, 4174.0, 4194.0, 4161.0, 4171.0, 4128.0, 4157.0, 4116.0, 4158.0, 4138.0, 4158.0, 4128.0, 4161.0, 4149.0, 4161.0, 4193.0, 4165.0, 4194.0, 4176.0, 4209.0, 4176.0, 4196.0, 4176.0, 4198.0, 4153.0, 4175.0, 4153.0, 4163.0, 4206.0, 4165.0, 4195.0, 4153.0, 4185.0, 4161.0, 4151.0, 4194.0, 4168.0, 4205.0, 4180.0, 4202.0, 4183.0, 4189.0, 4169.0, 4201.0, 4180.0, 4200.0, 4182.0, 4204.0, 4162.0, 4181.0, 4211.0, 4170.0, 4190.0, 4158.0, 4203.0, 4147.0, 4190.0, 4138.0, 4180.0, 4169.0, 4201.0, 4184.0, 4214.0, 4172.0, 4215.0, 4183.0, 4227.0, 4194.0, 4224.0, 4192.0, 4212.0, 4182.0, 4202.0, 4181.0, 4200.0, 4187.0, 4177.0, 4206.0, 4168.0, 4210.0, 4176.0, 4185.0, 4176.0, 4194.0, 4165.0, 4157.0, 4166.0, 4159.0, 4201.0, 4170.0, 4201.0, 4181.0, 4202.0, 4182.0, 4214.0, 4200.0, 4233.0, 4200.0, 4204.0, 4236.0, 4238.0, 4222.0, 4250.0, 4225.0, 4234.0, 4190.0, 4207.0, 4166.0, 4193.0, 4175.0, 4184.0, 4174.0, 4175.0, 4173.0, 4174.0, 4193.0, 4171.0, 4190.0, 4166.0, 4176.0, 4154.0, 4172.0, 4129.0, 4138.0, 4104.0, 4112.0, 4091.0, 4090.0, 4092.0, 4103.0, 4095.0, 4103.0, 4108.0, 4120.0, 4121.0, 4120.0, 4099.0, 4120.0, 4130.0, 4112.0, 4152.0, 4125.0, 4157.0, 4128.0, 4158.0, 4141.0, 4159.0, 4131.0, 4152.0, 4153.0, 4143.0, 4184.0, 4144.0, 4177.0, 4142.0, 4153.0, 4131.0, 4153.0, 4132.0, 4177.0, 4148.0, 4166.0, 4146.0, 4180.0, 4199.0, 4158.0, 4210.0, 4182.0, 4200.0, 4159.0, 4200.0, 4173.0, 4203.0, 4182.0, 4221.0, 4170.0, 4199.0, 4169.0, 4211.0, 4180.0, 4212.0, 4156.0, 4187.0, 4156.0, 4200.0, 4154.0, 4198.0, 4161.0, 4152.0, 4132.0, 4164.0, 4153.0, 4175.0, 4132.0, 4164.0, 4142.0, 4165.0, 4196.0, 4144.0, 4186.0, 4155.0, 4164.0, 4144.0, 4175.0, 4135.0, 4187.0, 4169.0, 4175.0, 4130.0, 4174.0, 4155.0, 4169.0, 4214.0, 4171.0, 4214.0, 4172.0, 4216.0, 4183.0, 4212.0, 4190.0, 4210.0, 4168.0, 4196.0, 4173.0, 4143.0, 4204.0, 4161.0, 4180.0, 4128.0, 4159.0, 4128.0, 4149.0, 4129.0, 4161.0, 4129.0, 4160.0, 4117.0, 4152.0, 4160.0, 4141.0, 4194.0, 4138.0, 4159.0, 4129.0, 4162.0, 4141.0, 4184.0, 4142.0, 4153.0, 4132.0, 4154.0, 4163.0, 4175.0, 4164.0, 4155.0, 4176.0, 4156.0, 4210.0, 4146.0, 4199.0, 4133.0, 4161.0, 4141.0, 4142.0, 4186.0, 4145.0, 4186.0, 4143.0, 4162.0, 4143.0, 4164.0, 4147.0, 4212.0, 4171.0, 4189.0, 4170.0, 4202.0, 4205.0, 4196.0, 4206.0, 4176.0, 4218.0, 4182.0, 4215.0, 4186.0, 4244.0, 4202.0, 4173.0, 4215.0, 4201.0, 4201.0, 4220.0, 4210.0, 4208.0, 4211.0, 4164.0, 4176.0, 4154.0, 4184.0, 4153.0, 4188.0, 4151.0, 4171.0, 4152.0, 4171.0, 4139.0, 4172.0, 4151.0, 4159.0, 4140.0, 4158.0, 4152.0, 4140.0, 4173.0, 4152.0, 4153.0, 4165.0, 4155.0, 4188.0, 4168.0, 4198.0, 4165.0, 4157.0, 4176.0, 4155.0, 4177.0, 4180.0, 4197.0, 4196.0, 4209.0, 4206.0, 4244.0, 4209.0, 4221.0, 4204.0, 4181.0, 4236.0, 4179.0, 4210.0, 4178.0, 4218.0, 4198.0, 4166.0, 4195.0, 4167.0, 4184.0, 4152.0, 4183.0, 4151.0, 4181.0, 4151.0, 4180.0, 4151.0, 4170.0, 4151.0, 4159.0, 4138.0, 4160.0, 4128.0, 4149.0, 4116.0, 4149.0, 4132.0, 4164.0, 4144.0, 4176.0, 4156.0, 4166.0, 4199.0, 4169.0, 4198.0, 4179.0, 4213.0, 4171.0, 4201.0, 4169.0, 4197.0, 4181.0, 4198.0, 4168.0, 4198.0, 4158.0, 4188.0, 4158.0, 4189.0, 4168.0, 4168.0, 4169.0, 4168.0, 4191.0, 4180.0, 4191.0, 4191.0, 4162.0, 4192.0, 4150.0, 4203.0, 4183.0, 4226.0, 4171.0, 4204.0, 4171.0, 4205.0, 4237.0, 4193.0, 4233.0, 4167.0, 4199.0, 4157.0, 4176.0, 4174.0, 4154.0, 4209.0, 4155.0, 4174.0, 4142.0, 4172.0, 4143.0, 4188.0, 4168.0, 4188.0, 4168.0, 4136.0, 4177.0, 4158.0, 4203.0, 4157.0, 4190.0, 4169.0, 4189.0, 4218.0, 4189.0, 4220.0, 4155.0, 4195.0, 4143.0, 4185.0, 4160.0, 4171.0, 4190.0, 4128.0, 4169.0, 4125.0, 4147.0, 4127.0, 4161.0, 4119.0, 4150.0, 4120.0, 4142.0, 4133.0, 4176.0, 4166.0, 4190.0, 4178.0, 4167.0, 4208.0, 4167.0, 4199.0, 4157.0, 4197.0, 4154.0, 4186.0, 4143.0, 4174.0, 4143.0, 4199.0, 4154.0, 4173.0, 4143.0, 4185.0, 4165.0, 4152.0, 4175.0, 4155.0, 4187.0, 4158.0, 4188.0, 4196.0, 4164.0, 4206.0, 4164.0, 4195.0, 4139.0, 4171.0, 4138.0, 4160.0, 4140.0, 4172.0, 4139.0, 4159.0, 4117.0, 4138.0, 4158.0, 4150.0, 4170.0, 4151.0, 4172.0, 4129.0, 4170.0, 4155.0, 4185.0, 4165.0, 4185.0, 4143.0, 4173.0, 4142.0, 4176.0, 4145.0, 4188.0, 4145.0, 4165.0, 4134.0, 4176.0, 4164.0, 4177.0, 4195.0, 4155.0, 4185.0, 4155.0, 4186.0, 4153.0, 4185.0, 4154.0, 4174.0, 4143.0, 4163.0, 4142.0, 4164.0, 4142.0, 4173.0, 4145.0, 4163.0, 4157.0, 4189.0, 4157.0, 4187.0, 4146.0, 4192.0, 4146.0, 4175.0, 4155.0, 4189.0, 4177.0, 4165.0, 4156.0, 4155.0, 4146.0, 4190.0, 4172.0, 4201.0, 4159.0, 4188.0, 4146.0, 4198.0, 4168.0, 4210.0, 4167.0, 4187.0, 4155.0, 4177.0, 4155.0, 4187.0, 4144.0, 4174.0, 4153.0, 4174.0, 4155.0, 4197.0, 4164.0, 4153.0, 4152.0, 4132.0, 4186.0, 4166.0, 4185.0, 4156.0, 4184.0, 4166.0, 4167.0, 4175.0, 4144.0, 4162.0, 4132.0, 4132.0, 4155.0, 4146.0, 4187.0, 4180.0, 4246.0, 4214.0, 4245.0, 4215.0, 4181.0, 4198.0, 4178.0, 4221.0, 4199.0, 4216.0, 4186.0, 4165.0, 4204.0, 4163.0, 4204.0, 4173.0, 4169.0, 4155.0, 4122.0, 4156.0, 4126.0, 4126.0, 4137.0, 4148.0, 4148.0, 4126.0, 4157.0, 4161.0, 4163.0, 4194.0, 4196.0, 4217.0, 4194.0, 4192.0, 4172.0, 4179.0, 4136.0, 4135.0, 4124.0, 4144.0, 4133.0, 4137.0, 4134.0, 4134.0, 4144.0, 4135.0, 4155.0, 4135.0, 4154.0, 4124.0, 4133.0, 4113.0, 4135.0, 4144.0, 4122.0, 4143.0, 4112.0, 4143.0, 4124.0, 4145.0, 4114.0, 4137.0, 4117.0, 4139.0, 4159.0, 4131.0, 4172.0, 4144.0, 4188.0, 4155.0, 4163.0, 4143.0, 4165.0, 4145.0, 4166.0, 4166.0, 4169.0, 4178.0, 4168.0, 4211.0, 4171.0, 4212.0, 4181.0, 4220.0, 4171.0, 4211.0, 4171.0, 4214.0, 4161.0, 4191.0, 4158.0, 4177.0, 4155.0, 4154.0, 4194.0, 4145.0, 4186.0, 4154.0, 4176.0, 4159.0, 4187.0, 4158.0, 4190.0, 4158.0, 4188.0, 4159.0, 4190.0, 4183.0, 4201.0, 4169.0, 4192.0, 4160.0, 4202.0, 4160.0, 4192.0, 4211.0, 4167.0, 4209.0, 4144.0, 4175.0, 4131.0, 4162.0, 4130.0, 4151.0, 4160.0, 4153.0, 4173.0, 4132.0, 4182.0, 4143.0, 4183.0, 4154.0, 4186.0, 4167.0, 4217.0, 4144.0, 4148.0, 4167.0, 4133.0, 4153.0, 4152.0, 4164.0, 4163.0, 4164.0, 4144.0, 4165.0, 4182.0, 4141.0, 4195.0], 'WindowWidth': [9504.0, 9414.0, 9432.0, 9343.0, 9380.0, 9332.0, 9373.0, 9326.0, 9355.0, 9303.0, 9327.0, 9283.0, 9301.0, 9262.0, 9306.0, 9286.0, 9310.0, 9283.0, 9309.0, 9285.0, 9314.0, 9291.0, 9317.0, 9275.0, 9317.0, 9260.0, 9300.0, 9303.0, 9307.0, 9373.0, 9324.0, 9334.0, 9293.0, 9334.0, 9307.0, 9372.0, 9330.0, 9353.0, 9328.0, 9354.0, 9312.0, 9353.0, 9316.0, 9354.0, 9313.0, 9355.0, 9314.0, 9350.0, 9315.0, 9358.0, 9318.0, 9361.0, 9312.0, 9353.0, 9294.0, 9339.0, 9308.0, 9342.0, 9331.0, 9296.0, 9346.0, 9278.0, 9327.0, 9305.0, 9322.0, 9278.0, 9294.0, 9252.0, 9281.0, 9261.0, 9306.0, 9345.0, 9312.0, 9333.0, 9287.0, 9329.0, 9295.0, 9336.0, 9294.0, 9340.0, 9281.0, 9337.0, 9279.0, 9323.0, 9308.0, 9345.0, 9267.0, 9320.0, 9284.0, 9339.0, 9300.0, 9377.0, 9314.0, 9340.0, 9307.0, 9355.0, 9309.0, 9380.0, 9305.0, 9334.0, 9282.0, 9291.0, 9262.0, 9288.0, 9303.0, 9290.0, 9230.0, 9271.0, 9233.0, 9317.0, 9298.0, 9330.0, 9328.0, 9337.0, 9337.0, 9313.0, 9363.0, 9324.0, 9420.0, 9327.0, 9383.0, 9404.0, 9358.0, 9335.0, 9326.0, 9343.0, 9409.0, 9358.0, 9375.0, 9317.0, 9352.0, 9298.0, 9318.0, 9278.0, 9307.0, 9268.0, 9301.0, 9251.0, 9260.0, 9197.0, 9233.0, 9179.0, 9237.0, 9210.0, 9239.0, 9201.0, 9246.0, 9230.0, 9248.0, 9297.0, 9259.0, 9300.0, 9276.0, 9326.0, 9280.0, 9303.0, 9278.0, 9307.0, 9240.0, 9270.0, 9241.0, 9252.0, 9317.0, 9261.0, 9298.0, 9239.0, 9285.0, 9248.0, 9235.0, 9296.0, 9266.0, 9314.0, 9284.0, 9323.0, 9296.0, 9296.0, 9269.0, 9314.0, 9286.0, 9312.0, 9290.0, 9324.0, 9266.0, 9288.0, 9331.0, 9269.0, 9299.0, 9251.0, 9320.0, 9237.0, 9296.0, 9226.0, 9284.0, 9270.0, 9317.0, 9299.0, 9340.0, 9281.0, 9343.0, 9296.0, 9363.0, 9311.0, 9358.0, 9306.0, 9336.0, 9289.0, 9318.0, 9290.0, 9312.0, 9289.0, 9275.0, 9313.0, 9265.0, 9332.0, 9272.0, 9287.0, 9274.0, 9296.0, 9255.0, 9248.0, 9261.0, 9256.0, 9316.0, 9274.0, 9317.0, 9288.0, 9319.0, 9289.0, 9341.0, 9316.0, 9359.0, 9314.0, 9323.0, 9373.0, 9379.0, 9365.0, 9405.0, 9359.0, 9377.0, 9300.0, 9320.0, 9261.0, 9295.0, 9270.0, 9281.0, 9266.0, 9270.0, 9265.0, 9269.0, 9294.0, 9258.0, 9283.0, 9242.0, 9262.0, 9220.0, 9249.0, 9179.0, 9191.0, 9136.0, 9144.0, 9114.0, 9111.0, 9116.0, 9135.0, 9126.0, 9137.0, 9151.0, 9170.0, 9172.0, 9169.0, 9137.0, 9168.0, 9182.0, 9160.0, 9217.0, 9184.0, 9229.0, 9193.0, 9235.0, 9214.0, 9239.0, 9203.0, 9231.0, 9232.0, 9221.0, 9279.0, 9224.0, 9274.0, 9219.0, 9232.0, 9202.0, 9234.0, 9209.0, 9271.0, 9238.0, 9259.0, 9235.0, 9285.0, 9308.0, 9252.0, 9327.0, 9292.0, 9314.0, 9255.0, 9311.0, 9280.0, 9320.0, 9292.0, 9344.0, 9270.0, 9308.0, 9269.0, 9331.0, 9283.0, 9336.0, 9246.0, 9291.0, 9246.0, 9312.0, 9240.0, 9304.0, 9242.0, 9232.0, 9206.0, 9251.0, 9235.0, 9268.0, 9207.0, 9251.0, 9222.0, 9254.0, 9304.0, 9225.0, 9288.0, 9243.0, 9251.0, 9227.0, 9267.0, 9218.0, 9287.0, 9270.0, 9271.0, 9199.0, 9267.0, 9245.0, 9269.0, 9338.0, 9278.0, 9342.0, 9280.0, 9348.0, 9294.0, 9338.0, 9296.0, 9328.0, 9265.0, 9301.0, 9262.0, 9222.0, 9312.0, 9242.0, 9270.0, 9193.0, 9235.0, 9195.0, 9225.0, 9196.0, 9244.0, 9197.0, 9239.0, 9180.0, 9233.0, 9241.0, 9214.0, 9296.0, 9208.0, 9239.0, 9197.0, 9246.0, 9219.0, 9281.0, 9221.0, 9235.0, 9207.0, 9239.0, 9252.0, 9268.0, 9255.0, 9241.0, 9271.0, 9246.0, 9330.0, 9232.0, 9308.0, 9210.0, 9248.0, 9217.0, 9220.0, 9287.0, 9229.0, 9289.0, 9223.0, 9246.0, 9224.0, 9255.0, 9239.0, 9334.0, 9276.0, 9298.0, 9275.0, 9319.0, 9326.0, 9318.0, 9332.0, 9292.0, 9349.0, 9293.0, 9344.0, 9306.0, 9383.0, 9320.0, 9282.0, 9343.0, 9315.0, 9315.0, 9339.0, 9329.0, 9322.0, 9332.0, 9256.0, 9273.0, 9240.0, 9283.0, 9237.0, 9297.0, 9233.0, 9260.0, 9232.0, 9258.0, 9210.0, 9260.0, 9230.0, 9240.0, 9213.0, 9237.0, 9232.0, 9216.0, 9266.0, 9235.0, 9239.0, 9258.0, 9242.0, 9291.0, 9270.0, 9309.0, 9257.0, 9250.0, 9276.0, 9244.0, 9277.0, 9285.0, 9308.0, 9300.0, 9324.0, 9326.0, 9395.0, 9332.0, 9352.0, 9331.0, 9294.0, 9380.0, 9288.0, 9334.0, 9282.0, 9341.0, 9309.0, 9264.0, 9305.0, 9266.0, 9286.0, 9235.0, 9279.0, 9233.0, 9276.0, 9231.0, 9273.0, 9235.0, 9257.0, 9230.0, 9240.0, 9210.0, 9242.0, 9196.0, 9225.0, 9180.0, 9227.0, 9211.0, 9255.0, 9229.0, 9275.0, 9250.0, 9263.0, 9311.0, 9270.0, 9310.0, 9284.0, 9339.0, 9280.0, 9316.0, 9269.0, 9302.0, 9288.0, 9306.0, 9265.0, 9306.0, 9253.0, 9292.0, 9252.0, 9294.0, 9267.0, 9265.0, 9268.0, 9265.0, 9302.0, 9285.0, 9304.0, 9303.0, 9267.0, 9307.0, 9250.0, 9324.0, 9296.0, 9359.0, 9277.0, 9323.0, 9276.0, 9328.0, 9376.0, 9306.0, 9367.0, 9262.0, 9313.0, 9244.0, 9270.0, 9264.0, 9240.0, 9331.0, 9242.0, 9269.0, 9219.0, 9260.0, 9227.0, 9294.0, 9266.0, 9292.0, 9265.0, 9221.0, 9277.0, 9255.0, 9322.0, 9252.0, 9298.0, 9267.0, 9294.0, 9338.0, 9295.0, 9346.0, 9244.0, 9299.0, 9222.0, 9284.0, 9241.0, 9258.0, 9278.0, 9192.0, 9251.0, 9184.0, 9218.0, 9192.0, 9244.0, 9187.0, 9228.0, 9190.0, 9221.0, 9212.0, 9274.0, 9262.0, 9300.0, 9278.0, 9264.0, 9324.0, 9264.0, 9311.0, 9251.0, 9305.0, 9239.0, 9285.0, 9224.0, 9265.0, 9224.0, 9313.0, 9238.0, 9266.0, 9221.0, 9285.0, 9257.0, 9236.0, 9270.0, 9244.0, 9291.0, 9252.0, 9293.0, 9300.0, 9253.0, 9319.0, 9251.0, 9303.0, 9213.0, 9258.0, 9209.0, 9241.0, 9213.0, 9260.0, 9209.0, 9237.0, 9178.0, 9209.0, 9237.0, 9225.0, 9257.0, 9229.0, 9262.0, 9200.0, 9257.0, 9245.0, 9283.0, 9256.0, 9283.0, 9221.0, 9264.0, 9220.0, 9271.0, 9226.0, 9290.0, 9227.0, 9256.0, 9214.0, 9273.0, 9254.0, 9276.0, 9298.0, 9241.0, 9286.0, 9241.0, 9289.0, 9239.0, 9288.0, 9238.0, 9267.0, 9223.0, 9251.0, 9221.0, 9254.0, 9220.0, 9266.0, 9229.0, 9252.0, 9251.0, 9296.0, 9251.0, 9290.0, 9234.0, 9307.0, 9230.0, 9271.0, 9245.0, 9295.0, 9275.0, 9256.0, 9246.0, 9246.0, 9235.0, 9298.0, 9281.0, 9317.0, 9257.0, 9296.0, 9235.0, 9308.0, 9266.0, 9327.0, 9262.0, 9289.0, 9241.0, 9276.0, 9244.0, 9292.0, 9227.0, 9268.0, 9235.0, 9266.0, 9243.0, 9306.0, 9252.0, 9235.0, 9234.0, 9208.0, 9286.0, 9259.0, 9285.0, 9245.0, 9281.0, 9258.0, 9260.0, 9271.0, 9225.0, 9245.0, 9205.0, 9206.0, 9240.0, 9231.0, 9289.0, 9286.0, 9392.0, 9344.0, 9383.0, 9343.0, 9290.0, 9311.0, 9278.0, 9348.0, 9309.0, 9329.0, 9288.0, 9256.0, 9313.0, 9248.0, 9309.0, 9261.0, 9248.0, 9224.0, 9176.0, 9227.0, 9189.0, 9189.0, 9205.0, 9221.0, 9223.0, 9187.0, 9229.0, 9243.0, 9248.0, 9296.0, 9300.0, 9350.0, 9294.0, 9301.0, 9262.0, 9267.0, 9201.0, 9196.0, 9181.0, 9209.0, 9192.0, 9207.0, 9199.0, 9199.0, 9211.0, 9200.0, 9228.0, 9198.0, 9223.0, 9180.0, 9194.0, 9165.0, 9198.0, 9210.0, 9176.0, 9207.0, 9163.0, 9205.0, 9183.0, 9211.0, 9171.0, 9205.0, 9181.0, 9212.0, 9240.0, 9203.0, 9262.0, 9229.0, 9290.0, 9242.0, 9250.0, 9224.0, 9254.0, 9228.0, 9260.0, 9260.0, 9267.0, 9281.0, 9268.0, 9329.0, 9274.0, 9333.0, 9292.0, 9341.0, 9276.0, 9330.0, 9273.0, 9338.0, 9264.0, 9301.0, 9252.0, 9275.0, 9242.0, 9240.0, 9296.0, 9227.0, 9287.0, 9240.0, 9273.0, 9256.0, 9289.0, 9256.0, 9298.0, 9256.0, 9292.0, 9256.0, 9301.0, 9296.0, 9317.0, 9269.0, 9304.0, 9262.0, 9319.0, 9259.0, 9307.0, 9331.0, 9264.0, 9331.0, 9225.0, 9270.0, 9202.0, 9246.0, 9199.0, 9231.0, 9243.0, 9235.0, 9263.0, 9208.0, 9278.0, 9222.0, 9281.0, 9241.0, 9289.0, 9264.0, 9332.0, 9230.0, 9238.0, 9261.0, 9212.0, 9236.0, 9233.0, 9254.0, 9250.0, 9252.0, 9224.0, 9254.0, 9278.0, 9215.0, 9300.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.005960678160919541</td></tr>
<tr><td colspan=3>aqi</td><td>0.04367059264367816</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.09776357968939</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3511336172382065</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.049571306800921</td></tr>
<tr><td colspan=3>efc</td><td>0.5021</td></tr>
<tr><td colspan=3>fber</td><td>4555.7778</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1158306746384214</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>75</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.620689655172415</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.437124335094136</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.313402581207821</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.633396391760392</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.364574032314194</td></tr>
<tr><td colspan=3>gcor</td><td>0.0204018</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.022210706025362015</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04896513745188713</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.201707067525611</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>17.8322</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.737</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>209.0317</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295659.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1007.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.5884</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8974</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>537.2507</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3375.5323</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3506.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80885.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4407.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>834.4176</td></tr>
<tr><td colspan=3>tsnr</td><td>30.493873888393864</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>