ds005256-mriqc/sub-0124_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter b9dcd22b7f [DATALAD RUNCMD] Compute MRIQC for sub-0124
=== 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-0124 --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-0124",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:35:02 +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-0124_ses-04_task-social_acq-mb8_run-04_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-0124_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_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-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0124_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_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-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_ses-04_task-social_acq-mb8_run-04_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-0124/ses-04/func/sub-0124_ses-04_task-social_acq-mb8_run-04_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>603b9c310f79905b6a1e40fc1a4ee9d8</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:51:55.962500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_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.092308</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>18</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4222, -7803, -7217, 438, -114, -120, -9, 59]</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>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b4bab9b6-34e4-4ac1-b46c-d0b63a0c2d2a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['175155.962500', '175156.422500', '175156.882500', '175157.342500', '175157.802500', '175158.262500', '175158.722500', '175159.182500', '175159.642500', '175200.102500', '175200.562500', '175201.022500', '175201.482500', '175201.942500', '175202.402500', '175202.862500', '175203.322500', '175203.782500', '175204.242500', '175204.702500', '175205.162500', '175205.622500', '175206.082500', '175206.542500', '175207.002500', '175207.462500', '175207.922500', '175208.382500', '175208.842500', '175209.302500', '175209.762500', '175210.222500', '175210.682500', '175211.142500', '175211.602500', '175212.062500', '175212.522500', '175212.982500', '175213.442500', '175213.902500', '175214.362500', '175214.822500', '175215.282500', '175215.742500', '175216.202500', '175216.662500', '175217.122500', '175217.582500', '175218.042500', '175218.502500', '175218.962500', '175219.422500', '175219.882500', '175220.342500', '175220.802500', '175221.262500', '175221.722500', '175222.182500', '175222.642500', '175223.102500', '175223.562500', '175224.022500', '175224.482500', '175224.942500', '175225.402500', '175225.862500', '175226.322500', '175226.782500', '175227.242500', '175227.702500', '175228.162500', '175228.622500', '175229.082500', '175229.542500', '175230.002500', '175230.462500', '175230.922500', '175231.382500', '175231.842500', '175232.302500', '175232.762500', '175233.222500', '175233.682500', '175234.142500', '175234.602500', '175235.062500', '175235.522500', '175235.982500', '175236.442500', '175236.902500', '175237.362500', '175237.822500', '175238.282500', '175238.742500', '175239.202500', '175239.662500', '175240.122500', '175240.582500', '175241.042500', '175241.502500', '175241.962500', '175242.422500', '175242.882500', '175243.342500', '175243.802500', '175244.262500', '175244.722500', '175245.182500', '175245.642500', '175246.102500', '175246.562500', '175247.022500', '175247.482500', '175247.942500', '175248.402500', '175248.862500', '175249.322500', '175249.782500', '175250.242500', '175250.702500', '175251.162500', '175251.622500', '175252.082500', '175252.542500', '175253.002500', '175253.462500', '175253.922500', '175254.382500', '175254.842500', '175255.302500', '175255.762500', '175256.222500', '175256.682500', '175257.142500', '175257.602500', '175258.062500', '175258.522500', '175258.982500', '175259.442500', '175259.902500', '175300.362500', '175300.822500', '175301.282500', '175301.742500', '175302.202500', '175302.662500', '175303.122500', '175303.582500', '175304.042500', '175304.502500', '175304.962500', '175305.422500', '175305.882500', '175306.342500', '175306.802500', '175307.262500', '175307.722500', '175308.182500', '175308.642500', '175309.102500', '175309.562500', '175310.022500', '175310.482500', '175310.942500', '175311.402500', '175311.862500', '175312.322500', '175312.782500', '175313.242500', '175313.702500', '175314.162500', '175314.622500', '175315.082500', '175315.542500', '175316.002500', '175316.462500', '175316.922500', '175317.382500', '175317.842500', '175318.302500', '175318.762500', '175319.222500', '175319.682500', '175320.142500', '175320.602500', '175321.062500', '175321.522500', '175321.982500', '175322.442500', '175322.902500', '175323.362500', '175323.822500', '175324.282500', '175324.742500', '175325.202500', '175325.662500', '175326.122500', '175326.582500', '175327.042500', '175327.502500', '175327.962500', '175328.422500', '175328.882500', '175329.342500', '175329.802500', '175330.262500', '175330.722500', '175331.182500', '175331.642500', '175332.102500', '175332.562500', '175333.022500', '175333.482500', '175333.942500', '175334.402500', '175334.862500', '175335.322500', '175335.782500', '175336.242500', '175336.702500', '175337.162500', '175337.622500', '175338.082500', '175338.542500', '175339.002500', '175339.462500', '175339.922500', '175340.382500', '175340.842500', '175341.302500', '175341.762500', '175342.222500', '175342.682500', '175343.142500', '175343.602500', '175344.062500', '175344.522500', '175344.982500', '175345.442500', '175345.902500', '175346.362500', '175346.822500', '175347.282500', '175347.742500', '175348.202500', '175348.662500', '175349.122500', '175349.582500', '175350.042500', '175350.502500', '175350.962500', '175351.422500', '175351.882500', '175352.342500', '175352.802500', '175353.262500', '175353.722500', '175354.182500', '175354.642500', '175355.102500', '175355.562500', '175356.022500', '175356.482500', '175356.942500', '175357.402500', '175357.862500', '175358.322500', '175358.782500', '175359.242500', '175359.702500', '175400.162500', '175400.622500', '175401.082500', '175401.542500', '175402.002500', '175402.462500', '175402.922500', '175403.382500', '175403.842500', '175404.302500', '175404.762500', '175405.222500', '175405.682500', '175406.142500', '175406.602500', '175407.062500', '175407.522500', '175407.982500', '175408.442500', '175408.902500', '175409.362500', '175409.822500', '175410.282500', '175410.742500', '175411.202500', '175411.662500', '175412.122500', '175412.582500', '175413.042500', '175413.502500', '175413.962500', '175414.422500', '175414.882500', '175415.342500', '175415.802500', '175416.262500', '175416.722500', '175417.182500', '175417.642500', '175418.102500', '175418.562500', '175419.022500', '175419.482500', '175419.942500', '175420.402500', '175420.862500', '175421.322500', '175421.782500', '175422.242500', '175422.702500', '175423.162500', '175423.622500', '175424.082500', '175424.542500', '175425.002500', '175425.462500', '175425.922500', '175426.382500', '175426.842500', '175427.302500', '175427.762500', '175428.222500', '175428.682500', '175429.142500', '175429.602500', '175430.062500', '175430.522500', '175430.982500', '175431.442500', '175431.902500', '175432.362500', '175432.822500', '175433.282500', '175433.742500', '175434.202500', '175434.662500', '175435.122500', '175435.582500', '175436.042500', '175436.502500', '175436.962500', '175437.422500', '175437.882500', '175438.342500', '175438.802500', '175439.262500', '175439.722500', '175440.182500', '175440.642500', '175441.102500', '175441.562500', '175442.022500', '175442.482500', '175442.942500', '175443.402500', '175443.862500', '175444.322500', '175444.782500', '175445.242500', '175445.702500', '175446.162500', '175446.622500', '175447.082500', '175447.542500', '175448.002500', '175448.462500', '175448.922500', '175449.382500', '175449.842500', '175450.302500', '175450.762500', '175451.222500', '175451.682500', '175452.142500', '175452.602500', '175453.062500', '175453.522500', '175453.982500', '175454.442500', '175454.902500', '175455.362500', '175455.822500', '175456.282500', '175456.742500', '175457.202500', '175457.662500', '175458.122500', '175458.582500', '175459.042500', '175459.502500', '175459.962500', '175500.422500', '175500.882500', '175501.342500', '175501.802500', '175502.262500', '175502.722500', '175503.182500', '175503.642500', '175504.102500', '175504.562500', '175505.022500', '175505.482500', '175505.942500', '175506.402500', '175506.862500', '175507.322500', '175507.782500', '175508.242500', '175508.702500', '175509.162500', '175509.622500', '175510.082500', '175510.542500', '175511.002500', '175511.462500', '175511.922500', '175512.382500', '175512.842500', '175513.302500', '175513.762500', '175514.222500', '175514.682500', '175515.142500', '175515.602500', '175516.062500', '175516.522500', '175516.982500', '175517.442500', '175517.902500', '175518.362500', '175518.822500', '175519.282500', '175519.742500', '175520.202500', '175520.662500', '175521.122500', '175521.582500', '175522.042500', '175522.502500', '175522.962500', '175523.422500', '175523.882500', '175524.342500', '175524.802500', '175525.262500', '175525.722500', '175526.182500', '175526.642500', '175527.102500', '175527.562500', '175528.022500', '175528.482500', '175528.942500', '175529.402500', '175529.862500', '175530.322500', '175530.782500', '175531.242500', '175531.702500', '175532.162500', '175532.622500', '175533.082500', '175533.542500', '175534.002500', '175534.462500', '175534.922500', '175535.382500', '175535.842500', '175536.302500', '175536.762500', '175537.222500', '175537.682500', '175538.142500', '175538.602500', '175539.062500', '175539.522500', '175539.982500', '175540.442500', '175540.902500', '175541.362500', '175541.822500', '175542.282500', '175542.742500', '175543.202500', '175543.662500', '175544.122500', '175544.582500', '175545.042500', '175545.502500', '175545.962500', '175546.422500', '175546.882500', '175547.342500', '175547.802500', '175548.262500', '175548.722500', '175549.182500', '175549.642500', '175550.102500', '175550.562500', '175551.022500', '175551.482500', '175551.942500', '175552.402500', '175552.862500', '175553.322500', '175553.782500', '175554.242500', '175554.702500', '175555.162500', '175555.622500', '175556.082500', '175556.542500', '175557.002500', '175557.462500', '175557.922500', '175558.382500', '175558.842500', '175559.302500', '175559.762500', '175600.222500', '175600.682500', '175601.142500', '175601.602500', '175602.062500', '175602.522500', '175602.982500', '175603.442500', '175603.902500', '175604.362500', '175604.822500', '175605.282500', '175605.742500', '175606.202500', '175606.662500', '175607.122500', '175607.582500', '175608.042500', '175608.502500', '175608.962500', '175609.422500', '175609.882500', '175610.342500', '175610.802500', '175611.262500', '175611.722500', '175612.182500', '175612.642500', '175613.102500', '175613.562500', '175614.022500', '175614.482500', '175614.942500', '175615.402500', '175615.862500', '175616.322500', '175616.782500', '175617.242500', '175617.702500', '175618.162500', '175618.622500', '175619.082500', '175619.542500', '175620.002500', '175620.462500', '175620.922500', '175621.382500', '175621.842500', '175622.302500', '175622.762500', '175623.222500', '175623.682500', '175624.142500', '175624.602500', '175625.062500', '175625.522500', '175625.982500', '175626.442500', '175626.902500', '175627.362500', '175627.822500', '175628.282500', '175628.742500', '175629.202500', '175629.662500', '175630.122500', '175630.582500', '175631.042500', '175631.502500', '175631.962500', '175632.422500', '175632.882500', '175633.342500', '175633.802500', '175634.262500', '175634.722500', '175635.182500', '175635.642500', '175636.102500', '175636.562500', '175637.022500', '175637.482500', '175637.942500', '175638.402500', '175638.862500', '175639.322500', '175639.782500', '175640.242500', '175640.702500', '175641.162500', '175641.622500', '175642.082500', '175642.542500', '175643.002500', '175643.462500', '175643.922500', '175644.382500', '175644.842500', '175645.302500', '175645.762500', '175646.222500', '175646.682500', '175647.142500', '175647.602500', '175648.062500', '175648.522500', '175648.982500', '175649.442500', '175649.902500', '175650.362500', '175650.822500', '175651.282500', '175651.742500', '175652.202500', '175652.662500', '175653.122500', '175653.582500', '175654.042500', '175654.502500', '175654.962500', '175655.422500', '175655.882500', '175656.342500', '175656.802500', '175657.262500', '175657.722500', '175658.182500', '175658.642500', '175659.102500', '175659.562500', '175700.022500', '175700.482500', '175700.942500', '175701.402500', '175701.862500', '175702.322500', '175702.782500', '175703.242500', '175703.702500', '175704.162500', '175704.622500', '175705.082500', '175705.542500', '175706.002500', '175706.462500', '175706.922500', '175707.382500', '175707.842500', '175708.302500', '175708.762500', '175709.222500', '175709.682500', '175710.142500', '175710.602500', '175711.062500', '175711.522500', '175711.982500', '175712.442500', '175712.902500', '175713.362500', '175713.822500', '175714.282500', '175714.742500', '175715.202500', '175715.662500', '175716.122500', '175716.582500', '175717.042500', '175717.502500', '175717.962500', '175718.422500', '175718.882500', '175719.342500', '175719.802500', '175720.262500', '175720.722500', '175721.182500', '175721.642500', '175722.102500', '175722.562500', '175723.022500', '175723.482500', '175723.942500', '175724.402500', '175724.862500', '175725.322500', '175725.782500', '175726.242500', '175726.702500', '175727.162500', '175727.622500', '175728.082500', '175728.542500', '175729.002500', '175729.462500', '175729.922500', '175730.382500', '175730.842500', '175731.302500', '175731.762500', '175732.222500', '175732.682500', '175733.142500', '175733.602500', '175734.062500', '175734.522500', '175734.982500', '175735.442500', '175735.902500', '175736.362500', '175736.822500', '175737.282500', '175737.742500', '175738.202500', '175738.662500', '175739.122500', '175739.582500', '175740.042500', '175740.502500', '175740.962500', '175741.422500', '175741.882500', '175742.342500', '175742.802500', '175743.262500', '175743.722500', '175744.182500', '175744.642500', '175745.102500', '175745.562500', '175746.022500', '175746.482500', '175746.942500', '175747.402500', '175747.862500', '175748.322500', '175748.782500', '175749.242500', '175749.702500', '175750.162500', '175750.622500', '175751.082500', '175751.542500', '175752.002500', '175752.462500', '175752.922500', '175753.382500', '175753.842500', '175754.302500', '175754.762500', '175755.222500', '175755.682500', '175756.142500', '175756.602500', '175757.062500', '175757.522500', '175757.982500', '175758.442500', '175758.902500', '175759.362500', '175759.822500', '175800.282500', '175800.742500', '175801.202500', '175801.662500', '175802.122500', '175802.582500', '175803.042500', '175803.502500', '175803.962500', '175804.422500', '175804.882500', '175805.342500', '175805.802500', '175806.262500', '175806.722500', '175807.182500', '175807.642500', '175808.102500', '175808.562500', '175809.022500', '175809.482500', '175809.942500', '175810.402500', '175810.862500', '175811.322500', '175811.782500', '175812.242500', '175812.702500', '175813.162500', '175813.622500', '175814.082500', '175814.542500', '175815.002500', '175815.462500', '175815.922500', '175816.382500', '175816.842500', '175817.302500', '175817.762500', '175818.222500', '175818.682500', '175819.142500', '175819.602500', '175820.062500', '175820.522500', '175820.982500', '175821.442500', '175821.902500', '175822.362500', '175822.822500', '175823.282500', '175823.742500', '175824.202500', '175824.662500', '175825.122500', '175825.582500', '175826.042500', '175826.502500', '175826.962500', '175827.422500', '175827.882500', '175828.342500', '175828.802500', '175829.262500', '175829.722500', '175830.182500', '175830.642500', '175831.102500', '175831.562500', '175832.022500', '175832.482500', '175832.942500', '175833.402500', '175833.862500', '175834.322500', '175834.782500', '175835.242500', '175835.702500', '175836.162500', '175836.622500'], 'ContentTime': ['175219.771000', '175219.774000', '175219.776000', '175219.779000', '175219.781000', '175219.784000', '175219.786000', '175219.789000', '175219.796000', '175219.798000', '175219.801000', '175219.804000', '175219.806000', '175219.826000', '175219.829000', '175219.831000', '175219.834000', '175219.836000', '175219.839000', '175219.841000', '175219.844000', '175219.847000', '175219.849000', '175219.852000', '175219.854000', '175219.857000', '175219.859000', '175219.862000', '175219.865000', '175219.867000', '175219.870000', '175219.878000', '175219.880000', '175219.883000', '175219.886000', '175219.888000', '175219.891000', '175219.893000', '175219.896000', '175219.898000', '175219.901000', '175219.904000', '175219.906000', '175219.909000', '175219.911000', '175219.914000', '175219.916000', '175219.919000', '175239.733000', '175239.735000', '175239.738000', '175239.741000', '175239.743000', '175239.746000', '175239.748000', '175239.751000', '175239.754000', '175239.756000', '175239.759000', '175239.761000', '175239.764000', '175239.766000', '175239.769000', '175239.772000', '175239.774000', '175239.777000', '175239.779000', '175239.782000', '175239.784000', '175239.787000', '175239.790000', '175239.792000', '175239.795000', '175239.797000', '175239.800000', '175239.803000', '175239.805000', '175239.808000', '175239.810000', '175239.813000', '175239.816000', '175239.818000', '175239.821000', '175239.823000', '175239.826000', '175239.829000', '175239.837000', '175239.840000', '175239.843000', '175239.845000', '175239.848000', '175259.732000', '175259.735000', '175259.738000', '175259.740000', '175259.743000', '175259.746000', '175259.748000', '175259.765000', '175259.767000', '175259.770000', '175259.772000', '175259.775000', '175259.777000', '175259.780000', '175259.783000', '175259.785000', '175259.788000', '175259.790000', '175259.793000', '175259.796000', '175259.798000', '175259.801000', '175259.803000', '175259.806000', '175259.808000', '175259.811000', '175259.814000', '175259.816000', '175259.819000', '175259.821000', '175259.824000', '175259.826000', '175259.829000', '175259.831000', '175259.834000', '175259.841000', '175259.844000', '175259.846000', '175259.849000', '175259.851000', '175259.854000', '175259.857000', '175259.859000', '175259.862000', '175319.732000', '175319.735000', '175319.738000', '175319.740000', '175319.743000', '175319.745000', '175319.748000', '175319.751000', '175319.753000', '175319.756000', '175319.758000', '175319.761000', '175319.764000', '175319.766000', '175319.769000', '175319.771000', '175319.774000', '175319.776000', '175319.779000', '175319.781000', '175319.784000', '175319.787000', '175319.789000', '175319.792000', '175319.798000', '175319.800000', '175319.803000', '175319.806000', '175319.808000', '175319.811000', '175319.813000', '175319.816000', '175319.818000', '175319.821000', '175319.824000', '175319.826000', '175319.829000', '175319.831000', '175319.834000', '175319.836000', '175319.839000', '175319.841000', '175319.844000', '175319.847000', '175339.732000', '175339.735000', '175339.738000', '175339.740000', '175339.743000', '175339.745000', '175339.748000', '175339.751000', '175339.753000', '175339.756000', '175339.759000', '175339.761000', '175339.764000', '175339.766000', '175339.769000', '175339.772000', '175339.774000', '175339.777000', '175339.779000', '175339.782000', '175339.784000', '175339.787000', '175339.790000', '175339.792000', '175339.795000', '175339.797000', '175339.800000', '175339.802000', '175339.805000', '175339.807000', '175339.810000', '175339.813000', '175339.815000', '175339.818000', '175339.820000', '175339.823000', '175339.826000', '175339.828000', '175339.834000', '175339.837000', '175339.839000', '175339.842000', '175339.844000', '175359.732000', '175359.735000', '175359.738000', '175359.741000', '175359.754000', '175359.757000', '175359.759000', '175359.762000', '175359.765000', '175359.767000', '175359.770000', '175359.772000', '175359.775000', '175359.777000', '175359.780000', '175359.783000', '175359.785000', '175359.788000', '175359.790000', '175359.793000', '175359.796000', '175359.798000', '175359.801000', '175359.803000', '175359.811000', '175359.814000', '175359.816000', '175359.819000', '175359.821000', '175359.824000', '175359.827000', '175359.829000', '175359.832000', '175359.834000', '175359.837000', '175359.840000', '175359.842000', '175359.845000', '175359.847000', '175359.850000', '175359.852000', '175359.855000', '175359.858000', '175359.860000', '175419.732000', '175419.735000', '175419.738000', '175419.741000', '175419.743000', '175419.746000', '175419.749000', '175419.751000', '175419.754000', '175419.756000', '175419.759000', '175419.762000', '175419.764000', '175419.767000', '175419.769000', '175419.772000', '175419.775000', '175419.777000', '175419.780000', '175419.783000', '175419.785000', '175419.788000', '175419.790000', '175419.793000', '175419.796000', '175419.798000', '175419.801000', '175419.804000', '175419.806000', '175419.809000', '175419.811000', '175419.814000', '175419.816000', '175419.819000', '175419.822000', '175419.824000', '175419.827000', '175419.829000', '175419.832000', '175419.834000', '175419.837000', '175419.839000', '175419.842000', '175439.732000', '175439.735000', '175439.738000', '175439.741000', '175439.743000', '175439.746000', '175439.748000', '175439.751000', '175439.753000', '175439.756000', '175439.759000', '175439.761000', '175439.764000', '175439.766000', '175439.769000', '175439.771000', '175439.774000', '175439.777000', '175439.779000', '175439.782000', '175439.784000', '175439.787000', '175439.790000', '175439.792000', '175439.795000', '175439.797000', '175439.800000', '175439.802000', '175439.805000', '175439.807000', '175439.810000', '175439.813000', '175439.815000', '175439.826000', '175439.829000', '175439.832000', '175439.834000', '175439.837000', '175439.839000', '175439.842000', '175439.844000', '175439.847000', '175439.849000', '175439.852000', '175459.733000', '175459.736000', '175459.738000', '175459.741000', '175459.744000', '175459.746000', '175459.749000', '175459.751000', '175459.754000', '175459.757000', '175459.759000', '175459.762000', '175459.764000', '175459.767000', '175459.769000', '175459.772000', '175459.775000', '175459.777000', '175459.780000', '175459.782000', '175459.785000', '175459.788000', '175459.790000', '175459.793000', '175459.795000', '175459.798000', '175459.801000', '175459.803000', '175459.806000', '175459.808000', '175459.811000', '175459.814000', '175459.816000', '175459.819000', '175459.821000', '175459.824000', '175459.827000', '175459.829000', '175459.832000', '175459.834000', '175459.837000', '175459.839000', '175459.842000', '175519.733000', '175519.735000', '175519.738000', '175519.741000', '175519.744000', '175519.747000', '175519.749000', '175519.752000', '175519.754000', '175519.757000', '175519.759000', '175519.762000', '175519.764000', '175519.767000', '175519.770000', '175519.772000', '175519.775000', '175519.778000', '175519.780000', '175519.783000', '175519.785000', '175519.788000', '175519.790000', '175519.793000', '175519.804000', '175519.806000', '175519.809000', '175519.811000', '175519.814000', '175519.835000', '175519.838000', '175519.841000', '175519.843000', '175519.846000', '175519.848000', '175519.851000', '175519.853000', '175519.856000', '175519.858000', '175519.861000', '175519.864000', '175519.866000', '175519.869000', '175519.871000', '175539.732000', '175539.735000', '175539.738000', '175539.741000', '175539.743000', '175539.746000', '175539.748000', '175539.751000', '175539.753000', '175539.756000', '175539.759000', '175539.761000', '175539.764000', '175539.766000', '175539.769000', '175539.772000', '175539.774000', '175539.777000', '175539.779000', '175539.782000', '175539.784000', '175539.787000', '175539.790000', '175539.792000', '175539.795000', '175539.797000', '175539.800000', '175539.803000', '175539.805000', '175539.808000', '175539.810000', '175539.813000', '175539.815000', '175539.818000', '175539.821000', '175539.823000', '175539.826000', '175539.829000', '175539.831000', '175539.834000', '175539.836000', '175539.839000', '175539.842000', '175559.733000', '175559.735000', '175559.738000', '175559.741000', '175559.743000', '175559.746000', '175559.748000', '175559.751000', '175559.753000', '175559.756000', '175559.758000', '175559.761000', '175559.764000', '175559.766000', '175559.769000', '175559.771000', '175559.774000', '175559.777000', '175559.779000', '175559.782000', '175559.784000', '175559.787000', '175559.789000', '175559.792000', '175559.795000', '175559.797000', '175559.800000', '175559.803000', '175559.805000', '175559.808000', '175559.810000', '175559.813000', '175559.816000', '175559.818000', '175559.821000', '175559.823000', '175559.826000', '175559.828000', '175559.831000', '175559.834000', '175559.836000', '175559.839000', '175559.841000', '175559.844000', '175619.732000', '175619.735000', '175619.738000', '175619.741000', '175619.743000', '175619.746000', '175619.748000', '175619.751000', '175619.753000', '175619.756000', '175619.759000', '175619.761000', '175619.764000', '175619.766000', '175619.769000', '175619.772000', '175619.774000', '175619.777000', '175619.779000', '175619.782000', '175619.785000', '175619.787000', '175619.790000', '175619.792000', '175619.795000', '175619.798000', '175619.800000', '175619.803000', '175619.805000', '175619.808000', '175619.811000', '175619.813000', '175619.816000', '175619.818000', '175619.821000', '175619.824000', '175619.826000', '175619.829000', '175619.831000', '175619.834000', '175619.836000', '175619.839000', '175619.842000', '175639.732000', '175639.735000', '175639.738000', '175639.740000', '175639.743000', '175639.746000', '175639.748000', '175639.751000', '175639.753000', '175639.756000', '175639.758000', '175639.761000', '175639.764000', '175639.766000', '175639.769000', '175639.772000', '175639.774000', '175639.777000', '175639.779000', '175639.782000', '175639.785000', '175639.788000', '175639.791000', '175639.793000', '175639.796000', '175639.799000', '175639.801000', '175639.804000', '175639.807000', '175639.809000', '175639.812000', '175639.814000', '175639.817000', '175639.819000', '175639.822000', '175639.825000', '175639.827000', '175639.830000', '175639.832000', '175639.835000', '175639.838000', '175639.840000', '175639.843000', '175639.845000', '175659.733000', '175659.736000', '175659.738000', '175659.741000', '175659.743000', '175659.746000', '175659.749000', '175659.751000', '175659.754000', '175659.793000', '175659.796000', '175659.798000', '175659.801000', '175659.804000', '175659.806000', '175659.809000', '175659.811000', '175659.814000', '175659.816000', '175659.819000', '175659.822000', '175659.824000', '175659.827000', '175659.829000', '175659.832000', '175659.835000', '175659.837000', '175659.840000', '175659.842000', '175659.845000', '175659.848000', '175659.850000', '175659.853000', '175659.855000', '175659.858000', '175659.861000', '175659.863000', '175659.866000', '175659.868000', '175659.871000', '175659.874000', '175659.876000', '175659.879000', '175719.733000', '175719.736000', '175719.739000', '175719.741000', '175719.744000', '175719.746000', '175719.749000', '175719.751000', '175719.754000', '175719.757000', '175719.759000', '175719.762000', '175719.764000', '175719.767000', '175719.769000', '175719.772000', '175719.775000', '175719.777000', '175719.780000', '175719.783000', '175719.785000', '175719.788000', '175719.790000', '175719.793000', '175719.795000', '175719.798000', '175719.800000', '175719.803000', '175719.806000', '175719.808000', '175719.811000', '175719.813000', '175719.816000', '175719.819000', '175719.821000', '175719.824000', '175719.826000', '175719.829000', '175719.831000', '175719.834000', '175719.837000', '175719.839000', '175719.842000', '175739.733000', '175739.736000', '175739.738000', '175739.741000', '175739.743000', '175739.746000', '175739.749000', '175739.751000', '175739.754000', '175739.756000', '175739.759000', '175739.762000', '175739.764000', '175739.767000', '175739.769000', '175739.772000', '175739.775000', '175739.777000', '175739.780000', '175739.782000', '175739.785000', '175739.787000', '175739.790000', '175739.793000', '175739.795000', '175739.798000', '175739.801000', '175739.803000', '175739.806000', '175739.809000', '175739.811000', '175739.814000', '175739.816000', '175739.819000', '175739.821000', '175739.826000', '175739.828000', '175739.831000', '175739.834000', '175739.836000', '175739.839000', '175739.841000', '175739.844000', '175739.847000', '175759.732000', '175759.735000', '175759.738000', '175759.741000', '175759.743000', '175759.746000', '175759.748000', '175759.751000', '175759.754000', '175759.756000', '175759.759000', '175759.761000', '175759.764000', '175759.766000', '175759.769000', '175759.772000', '175759.774000', '175759.777000', '175759.780000', '175759.782000', '175759.785000', '175759.787000', '175759.790000', '175759.793000', '175759.795000', '175759.798000', '175759.801000', '175759.803000', '175759.806000', '175759.809000', '175759.811000', '175759.814000', '175759.816000', '175759.819000', '175759.823000', '175759.826000', '175759.828000', '175759.831000', '175759.834000', '175759.836000', '175759.839000', '175759.841000', '175759.844000', '175819.733000', '175819.735000', '175819.738000', '175819.741000', '175819.743000', '175819.746000', '175819.748000', '175819.751000', '175819.753000', '175819.756000', '175819.758000', '175819.761000', '175819.764000', '175819.766000', '175819.769000', '175819.771000', '175819.774000', '175819.776000', '175819.779000', '175819.782000', '175819.784000', '175819.787000', '175819.789000', '175819.792000', '175819.795000', '175819.797000', '175819.800000', '175819.803000', '175819.805000', '175819.808000', '175819.811000', '175819.813000', '175819.816000', '175819.819000', '175819.821000', '175819.833000', '175819.835000', '175819.838000', '175819.841000', '175819.843000', '175819.846000', '175819.848000', '175819.851000', '175819.854000', '175838.395000', '175838.398000', '175838.401000', '175838.403000', '175838.406000', '175838.409000', '175838.412000', '175838.414000', '175838.417000', '175838.419000', '175838.422000', '175838.425000', '175838.428000', '175838.430000', '175838.433000', '175838.436000', '175838.439000', '175838.442000', '175838.444000', '175838.447000', '175838.451000', '175838.453000', '175838.456000', '175838.459000', '175838.462000', '175838.465000', '175838.468000', '175838.471000', '175838.474000', '175838.477000', '175838.479000', '175838.482000', '175838.485000', '175838.488000', '175838.491000', '175838.493000', '175838.496000', '175838.499000', '175838.501000', '175838.504000', '175838.507000'], 'InstanceCreationTime': ['175219.771000', '175219.774000', '175219.776000', '175219.779000', '175219.781000', '175219.784000', '175219.786000', '175219.789000', '175219.796000', '175219.798000', '175219.801000', '175219.804000', '175219.806000', '175219.826000', '175219.829000', '175219.831000', '175219.834000', '175219.836000', '175219.839000', '175219.841000', '175219.844000', '175219.847000', '175219.849000', '175219.852000', '175219.854000', '175219.857000', '175219.859000', '175219.862000', '175219.865000', '175219.867000', '175219.870000', '175219.878000', '175219.880000', '175219.883000', '175219.886000', '175219.888000', '175219.891000', '175219.893000', '175219.896000', '175219.898000', '175219.901000', '175219.904000', '175219.906000', '175219.909000', '175219.911000', '175219.914000', '175219.916000', '175219.919000', '175239.733000', '175239.735000', '175239.738000', '175239.741000', '175239.743000', '175239.746000', '175239.748000', '175239.751000', '175239.754000', '175239.756000', '175239.759000', '175239.761000', '175239.764000', '175239.766000', '175239.769000', '175239.772000', '175239.774000', '175239.777000', '175239.779000', '175239.782000', '175239.784000', '175239.787000', '175239.790000', '175239.792000', '175239.795000', '175239.797000', '175239.800000', '175239.803000', '175239.805000', '175239.808000', '175239.810000', '175239.813000', '175239.816000', '175239.818000', '175239.821000', '175239.823000', '175239.826000', '175239.829000', '175239.837000', '175239.840000', '175239.843000', '175239.845000', '175239.848000', '175259.732000', '175259.735000', '175259.738000', '175259.740000', '175259.743000', '175259.746000', '175259.748000', '175259.765000', '175259.767000', '175259.770000', '175259.772000', '175259.775000', '175259.777000', '175259.780000', '175259.783000', '175259.785000', '175259.788000', '175259.790000', '175259.793000', '175259.796000', '175259.798000', '175259.801000', '175259.803000', '175259.806000', '175259.808000', '175259.811000', '175259.814000', '175259.816000', '175259.819000', '175259.821000', '175259.824000', '175259.826000', '175259.829000', '175259.831000', '175259.834000', '175259.841000', '175259.844000', '175259.846000', '175259.849000', '175259.851000', '175259.854000', '175259.857000', '175259.859000', '175259.862000', '175319.732000', '175319.735000', '175319.738000', '175319.740000', '175319.743000', '175319.745000', '175319.748000', '175319.751000', '175319.753000', '175319.756000', '175319.758000', '175319.761000', '175319.764000', '175319.766000', '175319.769000', '175319.771000', '175319.774000', '175319.776000', '175319.779000', '175319.781000', '175319.784000', '175319.787000', '175319.789000', '175319.792000', '175319.798000', '175319.800000', '175319.803000', '175319.806000', '175319.808000', '175319.811000', '175319.813000', '175319.816000', '175319.818000', '175319.821000', '175319.824000', '175319.826000', '175319.829000', '175319.831000', '175319.834000', '175319.836000', '175319.839000', '175319.841000', '175319.844000', '175319.847000', '175339.732000', '175339.735000', '175339.738000', '175339.740000', '175339.743000', '175339.745000', '175339.748000', '175339.751000', '175339.753000', '175339.756000', '175339.759000', '175339.761000', '175339.764000', '175339.766000', '175339.769000', '175339.772000', '175339.774000', '175339.777000', '175339.779000', '175339.782000', '175339.784000', '175339.787000', '175339.790000', '175339.792000', '175339.795000', '175339.797000', '175339.800000', '175339.802000', '175339.805000', '175339.807000', '175339.810000', '175339.813000', '175339.815000', '175339.818000', '175339.820000', '175339.823000', '175339.826000', '175339.828000', '175339.834000', '175339.837000', '175339.839000', '175339.842000', '175339.844000', '175359.732000', '175359.735000', '175359.738000', '175359.741000', '175359.754000', '175359.757000', '175359.759000', '175359.762000', '175359.765000', '175359.767000', '175359.770000', '175359.772000', '175359.775000', '175359.777000', '175359.780000', '175359.783000', '175359.785000', '175359.788000', '175359.790000', '175359.793000', '175359.796000', '175359.798000', '175359.801000', '175359.803000', '175359.811000', '175359.814000', '175359.816000', '175359.819000', '175359.821000', '175359.824000', '175359.827000', '175359.829000', '175359.832000', '175359.834000', '175359.837000', '175359.840000', '175359.842000', '175359.845000', '175359.847000', '175359.850000', '175359.852000', '175359.855000', '175359.858000', '175359.860000', '175419.732000', '175419.735000', '175419.738000', '175419.741000', '175419.743000', '175419.746000', '175419.749000', '175419.751000', '175419.754000', '175419.756000', '175419.759000', '175419.762000', '175419.764000', '175419.767000', '175419.769000', '175419.772000', '175419.775000', '175419.777000', '175419.780000', '175419.783000', '175419.785000', '175419.788000', '175419.790000', '175419.793000', '175419.796000', '175419.798000', '175419.801000', '175419.804000', '175419.806000', '175419.809000', '175419.811000', '175419.814000', '175419.816000', '175419.819000', '175419.822000', '175419.824000', '175419.827000', '175419.829000', '175419.832000', '175419.834000', '175419.837000', '175419.839000', '175419.842000', '175439.732000', '175439.735000', '175439.738000', '175439.741000', '175439.743000', '175439.746000', '175439.748000', '175439.751000', '175439.753000', '175439.756000', '175439.759000', '175439.761000', '175439.764000', '175439.766000', '175439.769000', '175439.771000', '175439.774000', '175439.777000', '175439.779000', '175439.782000', '175439.784000', '175439.787000', '175439.790000', '175439.792000', '175439.795000', '175439.797000', '175439.800000', '175439.802000', '175439.805000', '175439.807000', '175439.810000', '175439.813000', '175439.815000', '175439.826000', '175439.829000', '175439.832000', '175439.834000', '175439.837000', '175439.839000', '175439.842000', '175439.844000', '175439.847000', '175439.849000', '175439.852000', '175459.733000', '175459.736000', '175459.738000', '175459.741000', '175459.744000', '175459.746000', '175459.749000', '175459.751000', '175459.754000', '175459.757000', '175459.759000', '175459.762000', '175459.764000', '175459.767000', '175459.769000', '175459.772000', '175459.775000', '175459.777000', '175459.780000', '175459.782000', '175459.785000', '175459.788000', '175459.790000', '175459.793000', '175459.795000', '175459.798000', '175459.801000', '175459.803000', '175459.806000', '175459.808000', '175459.811000', '175459.814000', '175459.816000', '175459.819000', '175459.821000', '175459.824000', '175459.827000', '175459.829000', '175459.832000', '175459.834000', '175459.837000', '175459.839000', '175459.842000', '175519.733000', '175519.735000', '175519.738000', '175519.741000', '175519.744000', '175519.747000', '175519.749000', '175519.752000', '175519.754000', '175519.757000', '175519.759000', '175519.762000', '175519.764000', '175519.767000', '175519.770000', '175519.772000', '175519.775000', '175519.778000', '175519.780000', '175519.783000', '175519.785000', '175519.788000', '175519.790000', '175519.793000', '175519.804000', '175519.806000', '175519.809000', '175519.811000', '175519.814000', '175519.835000', '175519.838000', '175519.841000', '175519.843000', '175519.846000', '175519.848000', '175519.851000', '175519.853000', '175519.856000', '175519.858000', '175519.861000', '175519.864000', '175519.866000', '175519.869000', '175519.871000', '175539.732000', '175539.735000', '175539.738000', '175539.741000', '175539.743000', '175539.746000', '175539.748000', '175539.751000', '175539.753000', '175539.756000', '175539.759000', '175539.761000', '175539.764000', '175539.766000', '175539.769000', '175539.772000', '175539.774000', '175539.777000', '175539.779000', '175539.782000', '175539.784000', '175539.787000', '175539.790000', '175539.792000', '175539.795000', '175539.797000', '175539.800000', '175539.803000', '175539.805000', '175539.808000', '175539.810000', '175539.813000', '175539.815000', '175539.818000', '175539.821000', '175539.823000', '175539.826000', '175539.829000', '175539.831000', '175539.834000', '175539.836000', '175539.839000', '175539.842000', '175559.733000', '175559.735000', '175559.738000', '175559.741000', '175559.743000', '175559.746000', '175559.748000', '175559.751000', '175559.753000', '175559.756000', '175559.758000', '175559.761000', '175559.764000', '175559.766000', '175559.769000', '175559.771000', '175559.774000', '175559.777000', '175559.779000', '175559.782000', '175559.784000', '175559.787000', '175559.789000', '175559.792000', '175559.795000', '175559.797000', '175559.800000', '175559.803000', '175559.805000', '175559.808000', '175559.810000', '175559.813000', '175559.816000', '175559.818000', '175559.821000', '175559.823000', '175559.826000', '175559.828000', '175559.831000', '175559.834000', '175559.836000', '175559.839000', '175559.841000', '175559.844000', '175619.732000', '175619.735000', '175619.738000', '175619.741000', '175619.743000', '175619.746000', '175619.748000', '175619.751000', '175619.753000', '175619.756000', '175619.759000', '175619.761000', '175619.764000', '175619.766000', '175619.769000', '175619.772000', '175619.774000', '175619.777000', '175619.779000', '175619.782000', '175619.785000', '175619.787000', '175619.790000', '175619.792000', '175619.795000', '175619.798000', '175619.800000', '175619.803000', '175619.805000', '175619.808000', '175619.811000', '175619.813000', '175619.816000', '175619.818000', '175619.821000', '175619.824000', '175619.826000', '175619.829000', '175619.831000', '175619.834000', '175619.836000', '175619.839000', '175619.842000', '175639.732000', '175639.735000', '175639.738000', '175639.740000', '175639.743000', '175639.746000', '175639.748000', '175639.751000', '175639.753000', '175639.756000', '175639.758000', '175639.761000', '175639.764000', '175639.766000', '175639.769000', '175639.772000', '175639.774000', '175639.777000', '175639.779000', '175639.782000', '175639.785000', '175639.788000', '175639.791000', '175639.793000', '175639.796000', '175639.799000', '175639.801000', '175639.804000', '175639.807000', '175639.809000', '175639.812000', '175639.814000', '175639.817000', '175639.819000', '175639.822000', '175639.825000', '175639.827000', '175639.830000', '175639.832000', '175639.835000', '175639.838000', '175639.840000', '175639.843000', '175639.845000', '175659.733000', '175659.736000', '175659.738000', '175659.741000', '175659.743000', '175659.746000', '175659.749000', '175659.751000', '175659.754000', '175659.793000', '175659.796000', '175659.798000', '175659.801000', '175659.804000', '175659.806000', '175659.809000', '175659.811000', '175659.814000', '175659.816000', '175659.819000', '175659.822000', '175659.824000', '175659.827000', '175659.829000', '175659.832000', '175659.835000', '175659.837000', '175659.840000', '175659.842000', '175659.845000', '175659.848000', '175659.850000', '175659.853000', '175659.855000', '175659.858000', '175659.861000', '175659.863000', '175659.866000', '175659.868000', '175659.871000', '175659.874000', '175659.876000', '175659.879000', '175719.733000', '175719.736000', '175719.739000', '175719.741000', '175719.744000', '175719.746000', '175719.749000', '175719.751000', '175719.754000', '175719.757000', '175719.759000', '175719.762000', '175719.764000', '175719.767000', '175719.769000', '175719.772000', '175719.775000', '175719.777000', '175719.780000', '175719.783000', '175719.785000', '175719.788000', '175719.790000', '175719.793000', '175719.795000', '175719.798000', '175719.800000', '175719.803000', '175719.806000', '175719.808000', '175719.811000', '175719.813000', '175719.816000', '175719.819000', '175719.821000', '175719.824000', '175719.826000', '175719.829000', '175719.831000', '175719.834000', '175719.837000', '175719.839000', '175719.842000', '175739.733000', '175739.736000', '175739.738000', '175739.741000', '175739.743000', '175739.746000', '175739.749000', '175739.751000', '175739.754000', '175739.756000', '175739.759000', '175739.762000', '175739.764000', '175739.767000', '175739.769000', '175739.772000', '175739.775000', '175739.777000', '175739.780000', '175739.782000', '175739.785000', '175739.787000', '175739.790000', '175739.793000', '175739.795000', '175739.798000', '175739.801000', '175739.803000', '175739.806000', '175739.809000', '175739.811000', '175739.814000', '175739.816000', '175739.819000', '175739.821000', '175739.826000', '175739.828000', '175739.831000', '175739.834000', '175739.836000', '175739.839000', '175739.841000', '175739.844000', '175739.847000', '175759.732000', '175759.735000', '175759.738000', '175759.741000', '175759.743000', '175759.746000', '175759.748000', '175759.751000', '175759.754000', '175759.756000', '175759.759000', '175759.761000', '175759.764000', '175759.766000', '175759.769000', '175759.772000', '175759.774000', '175759.777000', '175759.780000', '175759.782000', '175759.785000', '175759.787000', '175759.790000', '175759.793000', '175759.795000', '175759.798000', '175759.801000', '175759.803000', '175759.806000', '175759.809000', '175759.811000', '175759.814000', '175759.816000', '175759.819000', '175759.823000', '175759.826000', '175759.828000', '175759.831000', '175759.834000', '175759.836000', '175759.839000', '175759.841000', '175759.844000', '175819.733000', '175819.735000', '175819.738000', '175819.741000', '175819.743000', '175819.746000', '175819.748000', '175819.751000', '175819.753000', '175819.756000', '175819.758000', '175819.761000', '175819.764000', '175819.766000', '175819.769000', '175819.771000', '175819.774000', '175819.776000', '175819.779000', '175819.782000', '175819.784000', '175819.787000', '175819.789000', '175819.792000', '175819.795000', '175819.797000', '175819.800000', '175819.803000', '175819.805000', '175819.808000', '175819.811000', '175819.813000', '175819.816000', '175819.819000', '175819.821000', '175819.833000', '175819.835000', '175819.838000', '175819.841000', '175819.843000', '175819.846000', '175819.848000', '175819.851000', '175819.854000', '175838.395000', '175838.398000', '175838.401000', '175838.403000', '175838.406000', '175838.409000', '175838.412000', '175838.414000', '175838.417000', '175838.419000', '175838.422000', '175838.425000', '175838.428000', '175838.430000', '175838.433000', '175838.436000', '175838.439000', '175838.442000', '175838.444000', '175838.447000', '175838.451000', '175838.453000', '175838.456000', '175838.459000', '175838.462000', '175838.465000', '175838.468000', '175838.471000', '175838.474000', '175838.477000', '175838.479000', '175838.482000', '175838.485000', '175838.488000', '175838.491000', '175838.493000', '175838.496000', '175838.499000', '175838.501000', '175838.504000', '175838.507000'], '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': [13573, 10862, 12751, 8348, 7774, 9240, 8871, 9951, 7722, 9405, 11495, 9317, 13111, 9777, 12891, 8139, 12818, 9491, 12503, 9914, 12760, 8145, 12517, 9600, 12463, 10002, 12678, 7797, 12176, 8185, 12052, 7810, 11790, 7499, 11304, 8911, 11911, 7982, 11321, 7503, 11653, 8277, 12011, 7735, 12046, 8020, 12090, 10145, 9663, 8290, 9262, 13367, 9634, 12991, 9733, 12182, 7588, 11386, 9524, 9117, 10535, 7816, 12567, 9493, 12237, 8308, 11984, 7550, 11166, 9430, 10921, 7913, 9476, 12938, 8956, 13264, 10578, 12279, 7692, 11383, 8923, 11897, 8088, 9067, 11246, 8008, 12318, 9747, 12195, 7737, 12010, 8316, 12402, 8917, 9339, 12228, 7950, 12721, 10282, 12325, 8184, 11907, 7509, 11134, 8790, 9970, 8590, 8869, 12927, 8308, 12642, 9887, 11895, 7603, 11466, 9147, 11080, 10885, 8947, 12934, 8333, 12301, 8667, 12262, 7901, 9925, 9238, 8953, 10802, 8057, 12325, 8693, 12387, 9219, 11800, 7731, 10633, 8750, 9628, 7900, 8970, 11942, 8044, 12254, 9742, 11970, 7916, 11896, 7892, 12174, 8304, 10199, 8214, 8404, 12596, 8812, 11831, 8028, 12156, 7803, 11832, 8584, 11719, 7638, 11251, 8046, 11824, 9199, 10285, 9747, 9217, 13002, 9581, 12820, 8976, 11890, 7632, 11910, 8309, 11776, 7537, 11274, 8049, 10799, 12481, 9115, 12657, 7880, 12507, 9621, 12431, 8854, 12157, 7627, 11751, 9414, 9936, 7452, 9146, 12861, 9021, 12436, 9308, 12313, 7972, 11947, 8609, 11715, 7642, 11626, 7744, 12236, 8417, 11088, 7506, 11062, 8165, 10633, 9824, 8715, 7561, 8876, 12093, 8707, 12762, 9812, 10906, 8019, 10494, 8740, 12604, 9224, 12425, 8259, 12839, 9620, 12964, 10783, 12273, 8174, 11434, 7900, 12455, 8732, 9204, 8144, 8401, 12697, 9199, 11994, 7874, 11682, 8478, 12043, 9021, 11584, 7798, 11087, 7814, 12448, 7916, 10158, 8021, 10410, 8818, 10625, 8439, 9470, 9066, 8871, 13081, 9797, 14080, 11682, 8924, 8374, 9200, 7896, 10138, 8921, 11178, 7756, 13583, 9304, 13316, 11010, 12981, 14857, 11463, 13918, 11124, 13099, 8483, 12292, 8364, 11222, 7621, 9115, 7336, 9164, 7343, 8944, 12920, 8969, 11521, 8230, 11622, 8004, 11479, 7863, 11285, 7595, 12817, 8228, 10583, 7606, 11210, 7805, 11978, 8238, 11179, 8441, 11839, 7495, 11049, 7540, 11729, 8469, 11875, 10550, 9489, 7868, 10729, 8059, 11606, 9457, 12184, 8050, 11707, 8420, 11760, 10147, 9740, 7682, 9682, 9216, 9203, 13562, 8927, 9982, 8608, 8165, 9279, 9881, 9257, 9171, 9139, 13210, 8873, 12847, 10088, 12605, 8697, 12692, 8626, 12507, 9590, 12533, 8948, 12666, 8219, 12411, 8784, 12160, 7739, 11894, 7748, 12218, 8444, 11705, 7805, 12037, 7952, 11496, 9019, 9557, 8189, 9582, 10904, 9001, 13063, 9416, 10893, 8489, 12329, 8840, 12244, 8867, 12287, 8121, 11991, 8901, 11998, 9713, 11965, 8157, 11420, 8057, 12465, 8611, 12055, 7956, 10516, 8214, 10705, 9015, 9272, 8321, 8593, 12384, 8378, 11833, 9269, 11567, 7626, 11685, 8087, 11466, 7719, 11615, 7875, 10871, 8312, 11092, 7947, 10788, 8612, 10275, 10785, 9515, 8283, 9439, 9899, 9409, 13083, 9839, 11752, 8194, 12560, 8956, 12432, 8884, 12342, 8088, 12114, 8213, 11857, 7860, 11350, 7946, 11757, 8573, 9833, 7579, 9098, 12150, 8968, 11799, 8282, 12448, 8294, 12052, 8494, 12014, 8054, 12111, 8210, 12001, 8377, 10719, 7867, 12219, 8198, 12320, 9204, 12171, 8159, 12130, 9623, 12472, 9664, 12483, 9157, 12184, 9576, 12143, 8492, 11729, 7845, 12026, 8454, 10019, 7960, 9827, 8708, 10225, 8503, 9519, 8651, 9309, 12921, 9294, 12276, 8521, 12128, 8017, 11750, 8307, 11068, 7736, 10466, 8236, 11247, 8152, 9528, 7688, 9309, 9235, 9169, 7737, 9415, 11826, 9132, 12203, 9449, 12174, 8174, 11958, 8632, 11824, 8659, 11443, 7676, 11237, 8108, 11798, 7809, 11298, 7696, 12022, 8264, 11617, 8231, 11578, 7714, 11707, 8457, 11995, 8017, 10943, 8033, 9818, 13619, 9634, 11877, 8468, 12000, 8244, 11847, 7980, 10123, 7752, 8998, 12539, 8414, 11713, 7928, 11490, 8089, 11247, 8262, 11369, 7689, 10653, 7752, 11940, 8600, 10833, 8006, 11122, 8585, 11637, 10272, 9659, 8111, 9365, 10954, 9266, 13502, 9872, 13056, 9087, 12343, 8803, 12418, 8640, 9708, 13417, 8517, 12094, 9891, 11380, 7409, 10679, 8648, 10390, 8089, 8919, 12350, 8330, 11463, 8639, 11860, 7764, 10475, 8373, 9575, 8991, 8860, 12350, 8109, 11916, 9642, 11607, 8067, 11188, 8807, 11353, 9180, 9376, 8584, 8733, 12664, 8212, 11960, 9585, 12103, 8674, 11888, 8539, 11836, 8218, 10624, 7990, 9434, 12621, 8822, 12250, 7749, 11955, 8202, 11780, 8820, 11053, 7789, 10940, 8516, 11756, 8502, 10637, 7753, 9527, 9964, 9260, 11146, 8447, 12210, 8623, 12147, 9447, 11762, 8188, 11830, 8493, 12508, 8086, 11732, 9928, 12402, 8113, 12389, 8798, 12605, 9716, 11189, 9228, 12771, 9418, 13224, 10245, 12285, 8222, 12385, 9003, 11728, 9402, 11673, 7994, 11774, 7925, 11896, 8613, 11694, 7694, 11215, 8341, 11796, 9430, 10149, 7898, 9632, 9367, 9416, 10905, 9129, 12147, 8087, 12150, 9157, 12045, 8231, 11913, 8291, 11666, 8887, 11980, 8111, 11846, 8989, 11943, 9499, 12072, 8186, 11893, 9438, 12094, 8438, 12071, 8780, 11784, 9996, 11838, 9002, 11792, 9349, 11988, 8827, 11546, 8385, 12052, 8415, 11905, 7764, 10581, 8306, 10701, 8056, 9555, 10041, 9157, 12756, 9351, 11567, 8315, 11520, 8464, 11282, 8040, 12227, 7900, 10972, 8816, 10432, 8218, 9627, 7888, 10094, 9442, 9644, 8062, 9652, 13135, 9165, 13264, 8947, 12562, 7982, 11763, 9253, 11722, 8598, 11683, 8060, 11399, 8444, 11621, 8259, 9665, 9586, 8980, 12687, 9287, 11414, 8402, 11700, 8220, 11361, 8374, 11800, 7553, 10702, 8147, 10645, 8784, 9311, 9305, 8704, 12209, 8190, 11744, 8982, 11810, 8101, 11374, 8566, 11374, 8138, 11528, 7988, 11910, 9910, 10540, 8102, 9926, 9115, 9371, 13270, 9834, 11825, 8149, 11442, 8371, 12051, 7844, 10871, 8026, 11223, 8860, 9881, 7856, 9408, 11737, 8980, 11292, 8403, 11596, 8024, 11420, 8511, 11331, 8844, 11830], 'WindowCenter': [4565.0, 4530.0, 4522.0, 4482.0, 4458.0, 4490.0, 4480.0, 4490.0, 4459.0, 4488.0, 4497.0, 4479.0, 4506.0, 4477.0, 4495.0, 4454.0, 4494.0, 4477.0, 4496.0, 4477.0, 4497.0, 4457.0, 4495.0, 4477.0, 4497.0, 4476.0, 4506.0, 4457.0, 4495.0, 4467.0, 4496.0, 4457.0, 4497.0, 4448.0, 4497.0, 4478.0, 4507.0, 4468.0, 4498.0, 4459.0, 4510.0, 4478.0, 4510.0, 4472.0, 4521.0, 4470.0, 4522.0, 4490.0, 4491.0, 4469.0, 4479.0, 4508.0, 4478.0, 4506.0, 4489.0, 4496.0, 4455.0, 4498.0, 4475.0, 4477.0, 4486.0, 4458.0, 4506.0, 4478.0, 4508.0, 4469.0, 4508.0, 4457.0, 4496.0, 4477.0, 4497.0, 4457.0, 4489.0, 4507.0, 4479.0, 4508.0, 4488.0, 4498.0, 4457.0, 4496.0, 4467.0, 4498.0, 4457.0, 4477.0, 4496.0, 4468.0, 4505.0, 4477.0, 4507.0, 4458.0, 4508.0, 4465.0, 4510.0, 4478.0, 4479.0, 4497.0, 4467.0, 4508.0, 4486.0, 4507.0, 4467.0, 4498.0, 4446.0, 4498.0, 4478.0, 4489.0, 4467.0, 4476.0, 4508.0, 4479.0, 4509.0, 4491.0, 4499.0, 4457.0, 4509.0, 4489.0, 4500.0, 4498.0, 4479.0, 4507.0, 4468.0, 4508.0, 4466.0, 4508.0, 4455.0, 4488.0, 4477.0, 4479.0, 4487.0, 4466.0, 4508.0, 4479.0, 4508.0, 4490.0, 4498.0, 4457.0, 4488.0, 4467.0, 4487.0, 4457.0, 4478.0, 4498.0, 4469.0, 4507.0, 4489.0, 4508.0, 4468.0, 4497.0, 4468.0, 4509.0, 4468.0, 4489.0, 4467.0, 4469.0, 4509.0, 4482.0, 4507.0, 4470.0, 4510.0, 4470.0, 4510.0, 4480.0, 4510.0, 4470.0, 4510.0, 4469.0, 4512.0, 4480.0, 4500.0, 4490.0, 4477.0, 4509.0, 4490.0, 4508.0, 4478.0, 4498.0, 4457.0, 4509.0, 4469.0, 4510.0, 4459.0, 4511.0, 4469.0, 4512.0, 4511.0, 4480.0, 4506.0, 4467.0, 4508.0, 4488.0, 4508.0, 4479.0, 4509.0, 4456.0, 4508.0, 4478.0, 4486.0, 4447.0, 4478.0, 4508.0, 4480.0, 4508.0, 4480.0, 4508.0, 4457.0, 4498.0, 4467.0, 4508.0, 4459.0, 4510.0, 4457.0, 4506.0, 4469.0, 4501.0, 4458.0, 4498.0, 4468.0, 4498.0, 4488.0, 4469.0, 4457.0, 4478.0, 4507.0, 4480.0, 4508.0, 4490.0, 4499.0, 4470.0, 4499.0, 4481.0, 4509.0, 4491.0, 4507.0, 4470.0, 4509.0, 4490.0, 4510.0, 4499.0, 4497.0, 4468.0, 4495.0, 4457.0, 4509.0, 4466.0, 4477.0, 4456.0, 4466.0, 4507.0, 4477.0, 4497.0, 4468.0, 4498.0, 4467.0, 4508.0, 4479.0, 4498.0, 4457.0, 4497.0, 4457.0, 4507.0, 4455.0, 4487.0, 4456.0, 4497.0, 4478.0, 4499.0, 4467.0, 4486.0, 4467.0, 4477.0, 4510.0, 4504.0, 4534.0, 4511.0, 4478.0, 4465.0, 4503.0, 4493.0, 4514.0, 4494.0, 4513.0, 4483.0, 4547.0, 4502.0, 4534.0, 4514.0, 4525.0, 4521.0, 4498.0, 4496.0, 4473.0, 4483.0, 4441.0, 4472.0, 4442.0, 4470.0, 4430.0, 4450.0, 4419.0, 4461.0, 4431.0, 4464.0, 4494.0, 4465.0, 4482.0, 4453.0, 4482.0, 4452.0, 4484.0, 4455.0, 4484.0, 4445.0, 4508.0, 4454.0, 4484.0, 4455.0, 4495.0, 4457.0, 4499.0, 4468.0, 4500.0, 4468.0, 4509.0, 4448.0, 4498.0, 4460.0, 4510.0, 4469.0, 4512.0, 4501.0, 4490.0, 4469.0, 4499.0, 4468.0, 4511.0, 4490.0, 4510.0, 4466.0, 4509.0, 4469.0, 4510.0, 4489.0, 4479.0, 4457.0, 4479.0, 4476.0, 4479.0, 4509.0, 4479.0, 4486.0, 4479.0, 4468.0, 4490.0, 4489.0, 4488.0, 4479.0, 4490.0, 4509.0, 4480.0, 4511.0, 4488.0, 4509.0, 4479.0, 4508.0, 4478.0, 4509.0, 4489.0, 4521.0, 4506.0, 4522.0, 4481.0, 4511.0, 4482.0, 4508.0, 4460.0, 4498.0, 4458.0, 4521.0, 4496.0, 4522.0, 4471.0, 4510.0, 4469.0, 4512.0, 4491.0, 4488.0, 4469.0, 4486.0, 4496.0, 4479.0, 4508.0, 4478.0, 4487.0, 4478.0, 4507.0, 4479.0, 4498.0, 4479.0, 4497.0, 4469.0, 4497.0, 4479.0, 4498.0, 4478.0, 4497.0, 4457.0, 4496.0, 4458.0, 4509.0, 4466.0, 4497.0, 4457.0, 4485.0, 4466.0, 4499.0, 4478.0, 4478.0, 4467.0, 4479.0, 4507.0, 4480.0, 4510.0, 4478.0, 4498.0, 4458.0, 4497.0, 4470.0, 4509.0, 4471.0, 4511.0, 4469.0, 4512.0, 4482.0, 4512.0, 4471.0, 4513.0, 4481.0, 4503.0, 4499.0, 4491.0, 4470.0, 4491.0, 4490.0, 4491.0, 4520.0, 4491.0, 4510.0, 4480.0, 4508.0, 4482.0, 4508.0, 4491.0, 4508.0, 4470.0, 4510.0, 4471.0, 4511.0, 4468.0, 4499.0, 4469.0, 4510.0, 4479.0, 4490.0, 4457.0, 4478.0, 4506.0, 4478.0, 4497.0, 4469.0, 4508.0, 4470.0, 4509.0, 4480.0, 4509.0, 4470.0, 4509.0, 4482.0, 4511.0, 4484.0, 4502.0, 4482.0, 4511.0, 4483.0, 4522.0, 4493.0, 4521.0, 4482.0, 4511.0, 4503.0, 4518.0, 4491.0, 4510.0, 4480.0, 4510.0, 4490.0, 4508.0, 4479.0, 4509.0, 4470.0, 4510.0, 4469.0, 4489.0, 4458.0, 4487.0, 4469.0, 4488.0, 4468.0, 4489.0, 4466.0, 4479.0, 4507.0, 4477.0, 4496.0, 4468.0, 4497.0, 4457.0, 4497.0, 4467.0, 4497.0, 4457.0, 4487.0, 4466.0, 4499.0, 4468.0, 4488.0, 4458.0, 4490.0, 4478.0, 4479.0, 4458.0, 4478.0, 4497.0, 4490.0, 4508.0, 4489.0, 4508.0, 4469.0, 4497.0, 4477.0, 4509.0, 4477.0, 4498.0, 4459.0, 4499.0, 4470.0, 4510.0, 4460.0, 4500.0, 4471.0, 4520.0, 4483.0, 4510.0, 4480.0, 4512.0, 4470.0, 4512.0, 4482.0, 4510.0, 4470.0, 4502.0, 4468.0, 4490.0, 4509.0, 4479.0, 4497.0, 4468.0, 4497.0, 4469.0, 4498.0, 4455.0, 4487.0, 4456.0, 4478.0, 4508.0, 4468.0, 4496.0, 4469.0, 4497.0, 4470.0, 4500.0, 4469.0, 4509.0, 4472.0, 4501.0, 4470.0, 4512.0, 4491.0, 4512.0, 4483.0, 4513.0, 4481.0, 4514.0, 4502.0, 4492.0, 4470.0, 4492.0, 4499.0, 4492.0, 4521.0, 4501.0, 4521.0, 4480.0, 4510.0, 4481.0, 4510.0, 4468.0, 4489.0, 4507.0, 4468.0, 4495.0, 4486.0, 4496.0, 4445.0, 4489.0, 4466.0, 4488.0, 4457.0, 4478.0, 4507.0, 4468.0, 4497.0, 4466.0, 4497.0, 4456.0, 4498.0, 4467.0, 4490.0, 4478.0, 4479.0, 4508.0, 4469.0, 4498.0, 4489.0, 4498.0, 4458.0, 4499.0, 4479.0, 4501.0, 4478.0, 4479.0, 4467.0, 4479.0, 4508.0, 4481.0, 4510.0, 4492.0, 4510.0, 4478.0, 4510.0, 4479.0, 4511.0, 4469.0, 4500.0, 4458.0, 4480.0, 4508.0, 4479.0, 4498.0, 4459.0, 4498.0, 4481.0, 4509.0, 4480.0, 4500.0, 4471.0, 4501.0, 4482.0, 4511.0, 4482.0, 4501.0, 4460.0, 4491.0, 4491.0, 4491.0, 4500.0, 4470.0, 4507.0, 4481.0, 4510.0, 4492.0, 4498.0, 4470.0, 4499.0, 4479.0, 4508.0, 4470.0, 4511.0, 4500.0, 4509.0, 4472.0, 4510.0, 4480.0, 4510.0, 4491.0, 4498.0, 4479.0, 4509.0, 4480.0, 4509.0, 4487.0, 4498.0, 4468.0, 4497.0, 4478.0, 4497.0, 4477.0, 4496.0, 4458.0, 4496.0, 4467.0, 4510.0, 4481.0, 4511.0, 4460.0, 4501.0, 4470.0, 4512.0, 4480.0, 4490.0, 4457.0, 4479.0, 4478.0, 4492.0, 4500.0, 4490.0, 4508.0, 4469.0, 4509.0, 4480.0, 4509.0, 4480.0, 4509.0, 4481.0, 4510.0, 4481.0, 4510.0, 4471.0, 4510.0, 4491.0, 4510.0, 4491.0, 4509.0, 4481.0, 4512.0, 4492.0, 4510.0, 4481.0, 4508.0, 4481.0, 4510.0, 4491.0, 4498.0, 4479.0, 4499.0, 4480.0, 4498.0, 4479.0, 4498.0, 4469.0, 4510.0, 4470.0, 4498.0, 4458.0, 4498.0, 4468.0, 4487.0, 4457.0, 4488.0, 4487.0, 4479.0, 4508.0, 4479.0, 4498.0, 4468.0, 4497.0, 4468.0, 4498.0, 4469.0, 4498.0, 4455.0, 4497.0, 4468.0, 4488.0, 4467.0, 4489.0, 4469.0, 4500.0, 4488.0, 4491.0, 4470.0, 4489.0, 4510.0, 4490.0, 4520.0, 4481.0, 4508.0, 4470.0, 4510.0, 4480.0, 4511.0, 4481.0, 4510.0, 4470.0, 4500.0, 4470.0, 4509.0, 4469.0, 4490.0, 4488.0, 4482.0, 4510.0, 4491.0, 4500.0, 4469.0, 4509.0, 4469.0, 4510.0, 4469.0, 4509.0, 4459.0, 4500.0, 4468.0, 4501.0, 4480.0, 4479.0, 4479.0, 4481.0, 4510.0, 4482.0, 4510.0, 4480.0, 4510.0, 4470.0, 4500.0, 4480.0, 4501.0, 4470.0, 4499.0, 4469.0, 4513.0, 4490.0, 4489.0, 4458.0, 4489.0, 4479.0, 4480.0, 4509.0, 4488.0, 4496.0, 4457.0, 4498.0, 4468.0, 4508.0, 4467.0, 4498.0, 4468.0, 4500.0, 4478.0, 4489.0, 4458.0, 4478.0, 4498.0, 4480.0, 4499.0, 4469.0, 4498.0, 4469.0, 4509.0, 4479.0, 4500.0, 4482.0, 4510.0], 'WindowWidth': [10015.0, 9954.0, 9929.0, 9871.0, 9834.0, 9879.0, 9862.0, 9877.0, 9832.0, 9872.0, 9881.0, 9858.0, 9892.0, 9852.0, 9875.0, 9818.0, 9871.0, 9852.0, 9878.0, 9853.0, 9878.0, 9824.0, 9874.0, 9852.0, 9878.0, 9849.0, 9888.0, 9824.0, 9875.0, 9839.0, 9878.0, 9825.0, 9881.0, 9815.0, 9882.0, 9856.0, 9895.0, 9842.0, 9883.0, 9831.0, 9904.0, 9858.0, 9904.0, 9853.0, 9918.0, 9848.0, 9921.0, 9876.0, 9877.0, 9844.0, 9857.0, 9897.0, 9856.0, 9892.0, 9872.0, 9877.0, 9820.0, 9882.0, 9847.0, 9851.0, 9862.0, 9827.0, 9889.0, 9855.0, 9894.0, 9844.0, 9896.0, 9826.0, 9878.0, 9853.0, 9881.0, 9827.0, 9871.0, 9893.0, 9859.0, 9894.0, 9868.0, 9881.0, 9826.0, 9877.0, 9839.0, 9881.0, 9824.0, 9852.0, 9876.0, 9843.0, 9890.0, 9853.0, 9892.0, 9828.0, 9895.0, 9837.0, 9903.0, 9854.0, 9857.0, 9881.0, 9839.0, 9895.0, 9864.0, 9893.0, 9840.0, 9885.0, 9811.0, 9884.0, 9856.0, 9872.0, 9841.0, 9853.0, 9896.0, 9859.0, 9899.0, 9877.0, 9886.0, 9827.0, 9899.0, 9873.0, 9889.0, 9882.0, 9859.0, 9894.0, 9844.0, 9896.0, 9838.0, 9896.0, 9821.0, 9868.0, 9854.0, 9857.0, 9864.0, 9837.0, 9894.0, 9858.0, 9897.0, 9874.0, 9884.0, 9826.0, 9868.0, 9839.0, 9867.0, 9825.0, 9856.0, 9883.0, 9846.0, 9895.0, 9872.0, 9896.0, 9843.0, 9882.0, 9844.0, 9900.0, 9842.0, 9872.0, 9840.0, 9846.0, 9901.0, 9866.0, 9895.0, 9850.0, 9901.0, 9848.0, 9903.0, 9863.0, 9904.0, 9850.0, 9903.0, 9848.0, 9907.0, 9862.0, 9888.0, 9875.0, 9855.0, 9900.0, 9875.0, 9897.0, 9855.0, 9882.0, 9828.0, 9899.0, 9847.0, 9903.0, 9834.0, 9905.0, 9846.0, 9909.0, 9906.0, 9862.0, 9893.0, 9841.0, 9895.0, 9869.0, 9895.0, 9858.0, 9899.0, 9826.0, 9898.0, 9854.0, 9866.0, 9812.0, 9856.0, 9895.0, 9860.0, 9895.0, 9861.0, 9896.0, 9826.0, 9883.0, 9838.0, 9895.0, 9833.0, 9902.0, 9830.0, 9896.0, 9846.0, 9891.0, 9829.0, 9884.0, 9842.0, 9885.0, 9870.0, 9844.0, 9827.0, 9858.0, 9895.0, 9863.0, 9897.0, 9874.0, 9885.0, 9850.0, 9885.0, 9866.0, 9901.0, 9879.0, 9897.0, 9849.0, 9900.0, 9875.0, 9901.0, 9884.0, 9880.0, 9842.0, 9876.0, 9825.0, 9898.0, 9837.0, 9853.0, 9822.0, 9837.0, 9893.0, 9852.0, 9879.0, 9843.0, 9882.0, 9842.0, 9896.0, 9858.0, 9881.0, 9826.0, 9880.0, 9825.0, 9894.0, 9822.0, 9866.0, 9823.0, 9880.0, 9854.0, 9885.0, 9840.0, 9865.0, 9838.0, 9853.0, 9904.0, 9903.0, 9942.0, 9905.0, 9852.0, 9833.0, 9903.0, 9887.0, 9918.0, 9888.0, 9913.0, 9873.0, 9966.0, 9898.0, 9945.0, 9914.0, 9930.0, 9921.0, 9881.0, 9877.0, 9838.0, 9851.0, 9788.0, 9832.0, 9794.0, 9829.0, 9774.0, 9800.0, 9760.0, 9817.0, 9780.0, 9829.0, 9872.0, 9830.0, 9848.0, 9812.0, 9850.0, 9810.0, 9854.0, 9817.0, 9856.0, 9805.0, 9894.0, 9817.0, 9856.0, 9821.0, 9874.0, 9825.0, 9883.0, 9841.0, 9889.0, 9842.0, 9898.0, 9816.0, 9882.0, 9834.0, 9903.0, 9846.0, 9907.0, 9889.0, 9874.0, 9844.0, 9885.0, 9842.0, 9905.0, 9874.0, 9902.0, 9839.0, 9899.0, 9844.0, 9902.0, 9871.0, 9857.0, 9825.0, 9856.0, 9850.0, 9857.0, 9899.0, 9856.0, 9865.0, 9858.0, 9843.0, 9874.0, 9874.0, 9872.0, 9860.0, 9875.0, 9900.0, 9861.0, 9905.0, 9871.0, 9898.0, 9860.0, 9896.0, 9856.0, 9898.0, 9872.0, 9919.0, 9908.0, 9921.0, 9868.0, 9905.0, 9869.0, 9897.0, 9835.0, 9882.0, 9830.0, 9923.0, 9896.0, 9926.0, 9850.0, 9902.0, 9843.0, 9905.0, 9880.0, 9871.0, 9842.0, 9864.0, 9877.0, 9856.0, 9895.0, 9855.0, 9867.0, 9856.0, 9893.0, 9858.0, 9883.0, 9858.0, 9881.0, 9844.0, 9880.0, 9858.0, 9883.0, 9854.0, 9879.0, 9826.0, 9876.0, 9828.0, 9897.0, 9836.0, 9879.0, 9825.0, 9863.0, 9836.0, 9887.0, 9855.0, 9856.0, 9840.0, 9859.0, 9895.0, 9863.0, 9900.0, 9857.0, 9882.0, 9829.0, 9881.0, 9849.0, 9900.0, 9851.0, 9905.0, 9847.0, 9908.0, 9867.0, 9908.0, 9852.0, 9911.0, 9865.0, 9898.0, 9889.0, 9878.0, 9849.0, 9877.0, 9874.0, 9879.0, 9918.0, 9878.0, 9901.0, 9862.0, 9899.0, 9867.0, 9899.0, 9879.0, 9898.0, 9849.0, 9901.0, 9849.0, 9903.0, 9844.0, 9887.0, 9846.0, 9904.0, 9858.0, 9873.0, 9826.0, 9856.0, 9892.0, 9855.0, 9882.0, 9846.0, 9897.0, 9848.0, 9899.0, 9861.0, 9898.0, 9848.0, 9899.0, 9869.0, 9905.0, 9876.0, 9895.0, 9870.0, 9906.0, 9873.0, 9922.0, 9884.0, 9920.0, 9869.0, 9906.0, 9899.0, 9913.0, 9880.0, 9902.0, 9861.0, 9903.0, 9875.0, 9896.0, 9859.0, 9899.0, 9846.0, 9902.0, 9844.0, 9872.0, 9828.0, 9868.0, 9844.0, 9870.0, 9842.0, 9871.0, 9838.0, 9858.0, 9895.0, 9854.0, 9878.0, 9841.0, 9877.0, 9826.0, 9880.0, 9838.0, 9879.0, 9824.0, 9867.0, 9837.0, 9884.0, 9841.0, 9869.0, 9827.0, 9874.0, 9857.0, 9858.0, 9829.0, 9857.0, 9880.0, 9875.0, 9896.0, 9873.0, 9896.0, 9843.0, 9879.0, 9856.0, 9897.0, 9855.0, 9885.0, 9832.0, 9887.0, 9847.0, 9901.0, 9834.0, 9888.0, 9851.0, 9918.0, 9871.0, 9906.0, 9864.0, 9906.0, 9850.0, 9910.0, 9868.0, 9904.0, 9849.0, 9893.0, 9842.0, 9874.0, 9900.0, 9858.0, 9880.0, 9840.0, 9880.0, 9843.0, 9882.0, 9821.0, 9866.0, 9822.0, 9855.0, 9895.0, 9843.0, 9879.0, 9846.0, 9882.0, 9849.0, 9889.0, 9845.0, 9901.0, 9856.0, 9891.0, 9851.0, 9911.0, 9880.0, 9911.0, 9871.0, 9911.0, 9866.0, 9915.0, 9895.0, 9881.0, 9850.0, 9879.0, 9889.0, 9883.0, 9922.0, 9894.0, 9920.0, 9861.0, 9905.0, 9864.0, 9903.0, 9841.0, 9871.0, 9892.0, 9842.0, 9875.0, 9864.0, 9876.0, 9807.0, 9869.0, 9835.0, 9870.0, 9826.0, 9856.0, 9892.0, 9840.0, 9880.0, 9837.0, 9878.0, 9822.0, 9881.0, 9839.0, 9873.0, 9855.0, 9859.0, 9898.0, 9846.0, 9883.0, 9872.0, 9883.0, 9828.0, 9885.0, 9858.0, 9890.0, 9857.0, 9858.0, 9839.0, 9859.0, 9896.0, 9866.0, 9903.0, 9883.0, 9901.0, 9857.0, 9902.0, 9859.0, 9904.0, 9844.0, 9888.0, 9828.0, 9861.0, 9897.0, 9858.0, 9883.0, 9831.0, 9883.0, 9864.0, 9900.0, 9863.0, 9888.0, 9853.0, 9893.0, 9870.0, 9908.0, 9866.0, 9892.0, 9835.0, 9878.0, 9878.0, 9878.0, 9887.0, 9848.0, 9894.0, 9865.0, 9903.0, 9881.0, 9882.0, 9846.0, 9884.0, 9860.0, 9897.0, 9850.0, 9906.0, 9891.0, 9901.0, 9854.0, 9903.0, 9864.0, 9902.0, 9878.0, 9884.0, 9858.0, 9899.0, 9860.0, 9897.0, 9867.0, 9881.0, 9840.0, 9877.0, 9854.0, 9880.0, 9852.0, 9876.0, 9827.0, 9877.0, 9842.0, 9901.0, 9863.0, 9904.0, 9835.0, 9891.0, 9848.0, 9907.0, 9860.0, 9873.0, 9826.0, 9858.0, 9855.0, 9878.0, 9888.0, 9874.0, 9896.0, 9846.0, 9899.0, 9861.0, 9898.0, 9863.0, 9899.0, 9866.0, 9902.0, 9865.0, 9903.0, 9851.0, 9901.0, 9878.0, 9903.0, 9878.0, 9900.0, 9864.0, 9907.0, 9880.0, 9902.0, 9863.0, 9896.0, 9866.0, 9902.0, 9877.0, 9882.0, 9858.0, 9886.0, 9861.0, 9882.0, 9858.0, 9881.0, 9844.0, 9900.0, 9847.0, 9882.0, 9826.0, 9883.0, 9841.0, 9867.0, 9826.0, 9869.0, 9866.0, 9857.0, 9895.0, 9856.0, 9881.0, 9842.0, 9879.0, 9841.0, 9883.0, 9844.0, 9882.0, 9820.0, 9881.0, 9841.0, 9869.0, 9838.0, 9871.0, 9844.0, 9890.0, 9871.0, 9876.0, 9847.0, 9874.0, 9902.0, 9875.0, 9915.0, 9863.0, 9899.0, 9848.0, 9901.0, 9863.0, 9903.0, 9864.0, 9900.0, 9848.0, 9890.0, 9847.0, 9901.0, 9845.0, 9874.0, 9869.0, 9865.0, 9904.0, 9878.0, 9889.0, 9846.0, 9900.0, 9845.0, 9902.0, 9845.0, 9899.0, 9832.0, 9887.0, 9843.0, 9892.0, 9860.0, 9859.0, 9859.0, 9863.0, 9901.0, 9867.0, 9902.0, 9862.0, 9901.0, 9849.0, 9889.0, 9861.0, 9890.0, 9847.0, 9885.0, 9844.0, 9910.0, 9872.0, 9871.0, 9828.0, 9871.0, 9857.0, 9859.0, 9899.0, 9869.0, 9876.0, 9825.0, 9883.0, 9842.0, 9895.0, 9840.0, 9882.0, 9843.0, 9889.0, 9856.0, 9870.0, 9827.0, 9854.0, 9881.0, 9861.0, 9886.0, 9845.0, 9884.0, 9846.0, 9899.0, 9861.0, 9888.0, 9865.0, 9902.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.00047710344827586206</td></tr>
<tr><td colspan=3>aqi</td><td>0.01576757344827586</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.939330185535105</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.243885005132337</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.00418699670886</td></tr>
<tr><td colspan=3>efc</td><td>0.4619</td></tr>
<tr><td colspan=3>fber</td><td>6720.9346</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07777849892664848</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>12</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3793103448275863</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4921457231255664</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4005089427674067</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.763194934120299</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3127332924889936</td></tr>
<tr><td colspan=3>gcor</td><td>0.00881073</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00931965559720993</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023138271644711494</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>3.8646440028157265</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>24.3556</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.5678</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.9117</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302203.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>334.3053</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2208</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>566.3627</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3692.951</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3937.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74341.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4841.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1018.7157</td></tr>
<tr><td colspan=3>tsnr</td><td>48.390378973446786</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>