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

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

<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0083_ses-04_task-social_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0083_ses-04_task-social_acq-mb8_run-02_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0083_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-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0083/figures/sub-0083_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0083/ses-04/func/sub-0083_ses-04_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>48fa518868477217078ee87b5edc393b</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:51:9.922500</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.998972, 0.0310527, 0.0330108, -0.0354086, 0.989402, 0.140819]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0878664</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4136, -7866, -7309, 806, -91, -676, 198, 4]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.066</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3991198e-0e7e-44e0-bb51-3a49b7e15e0f||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.6801700592041016, -0.0949985608458519, 0.07637805491685867, 117.42262268066406], [-0.08331214636564255, 2.6544930934906006, 0.38297709822654724, -105.67506408691406], [0.08856566250324249, -0.3778076171875, 2.6716089248657227, -67.68357849121094], [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': ['195109.922500', '195110.382500', '195110.842500', '195111.302500', '195111.762500', '195112.222500', '195112.682500', '195113.142500', '195113.602500', '195114.062500', '195114.522500', '195114.982500', '195115.442500', '195115.902500', '195116.362500', '195116.822500', '195117.282500', '195117.742500', '195118.202500', '195118.662500', '195119.122500', '195119.582500', '195120.042500', '195120.502500', '195120.962500', '195121.422500', '195121.882500', '195122.342500', '195122.802500', '195123.262500', '195123.722500', '195124.182500', '195124.642500', '195125.102500', '195125.562500', '195126.022500', '195126.482500', '195126.942500', '195127.402500', '195127.862500', '195128.322500', '195128.782500', '195129.242500', '195129.702500', '195130.162500', '195130.622500', '195131.082500', '195131.542500', '195132.002500', '195132.462500', '195132.922500', '195133.382500', '195133.842500', '195134.302500', '195134.762500', '195135.222500', '195135.682500', '195136.142500', '195136.602500', '195137.062500', '195137.522500', '195137.982500', '195138.442500', '195138.902500', '195139.362500', '195139.822500', '195140.282500', '195140.742500', '195141.202500', '195141.662500', '195142.122500', '195142.582500', '195143.042500', '195143.502500', '195143.962500', '195144.422500', '195144.882500', '195145.342500', '195145.802500', '195146.262500', '195146.722500', '195147.182500', '195147.642500', '195148.102500', '195148.562500', '195149.022500', '195149.482500', '195149.942500', '195150.402500', '195150.862500', '195151.322500', '195151.782500', '195152.242500', '195152.702500', '195153.162500', '195153.622500', '195154.082500', '195154.542500', '195155.002500', '195155.462500', '195155.922500', '195156.382500', '195156.842500', '195157.302500', '195157.762500', '195158.222500', '195158.682500', '195159.142500', '195159.602500', '195200.062500', '195200.522500', '195200.982500', '195201.442500', '195201.902500', '195202.362500', '195202.822500', '195203.282500', '195203.742500', '195204.202500', '195204.662500', '195205.122500', '195205.582500', '195206.042500', '195206.502500', '195206.962500', '195207.422500', '195207.882500', '195208.342500', '195208.802500', '195209.262500', '195209.722500', '195210.182500', '195210.642500', '195211.102500', '195211.562500', '195212.022500', '195212.482500', '195212.942500', '195213.402500', '195213.862500', '195214.322500', '195214.782500', '195215.242500', '195215.702500', '195216.162500', '195216.622500', '195217.082500', '195217.542500', '195218.002500', '195218.462500', '195218.922500', '195219.382500', '195219.842500', '195220.302500', '195220.762500', '195221.222500', '195221.682500', '195222.142500', '195222.602500', '195223.062500', '195223.522500', '195223.982500', '195224.442500', '195224.902500', '195225.362500', '195225.822500', '195226.282500', '195226.742500', '195227.202500', '195227.662500', '195228.122500', '195228.582500', '195229.042500', '195229.502500', '195229.962500', '195230.422500', '195230.882500', '195231.342500', '195231.802500', '195232.262500', '195232.722500', '195233.182500', '195233.642500', '195234.102500', '195234.562500', '195235.022500', '195235.482500', '195235.942500', '195236.402500', '195236.862500', '195237.322500', '195237.782500', '195238.242500', '195238.702500', '195239.162500', '195239.622500', '195240.082500', '195240.542500', '195241.002500', '195241.462500', '195241.922500', '195242.382500', '195242.842500', '195243.302500', '195243.762500', '195244.222500', '195244.682500', '195245.142500', '195245.602500', '195246.062500', '195246.522500', '195246.982500', '195247.442500', '195247.902500', '195248.362500', '195248.822500', '195249.282500', '195249.742500', '195250.202500', '195250.662500', '195251.122500', '195251.582500', '195252.042500', '195252.502500', '195252.962500', '195253.422500', '195253.882500', '195254.342500', '195254.802500', '195255.262500', '195255.722500', '195256.182500', '195256.642500', '195257.102500', '195257.562500', '195258.022500', '195258.482500', '195258.942500', '195259.402500', '195259.862500', '195300.322500', '195300.782500', '195301.242500', '195301.702500', '195302.162500', '195302.622500', '195303.082500', '195303.542500', '195304.002500', '195304.462500', '195304.922500', '195305.382500', '195305.842500', '195306.302500', '195306.762500', '195307.222500', '195307.682500', '195308.142500', '195308.602500', '195309.062500', '195309.522500', '195309.982500', '195310.442500', '195310.902500', '195311.362500', '195311.822500', '195312.282500', '195312.742500', '195313.202500', '195313.662500', '195314.122500', '195314.582500', '195315.042500', '195315.502500', '195315.962500', '195316.422500', '195316.882500', '195317.342500', '195317.802500', '195318.262500', '195318.722500', '195319.182500', '195319.642500', '195320.102500', '195320.562500', '195321.022500', '195321.482500', '195321.942500', '195322.402500', '195322.862500', '195323.322500', '195323.782500', '195324.242500', '195324.702500', '195325.162500', '195325.622500', '195326.082500', '195326.542500', '195327.002500', '195327.462500', '195327.922500', '195328.382500', '195328.842500', '195329.302500', '195329.762500', '195330.222500', '195330.682500', '195331.142500', '195331.602500', '195332.062500', '195332.522500', '195332.982500', '195333.442500', '195333.902500', '195334.362500', '195334.822500', '195335.282500', '195335.742500', '195336.202500', '195336.662500', '195337.122500', '195337.582500', '195338.042500', '195338.502500', '195338.962500', '195339.422500', '195339.882500', '195340.342500', '195340.802500', '195341.262500', '195341.722500', '195342.182500', '195342.642500', '195343.102500', '195343.562500', '195344.022500', '195344.482500', '195344.942500', '195345.402500', '195345.862500', '195346.322500', '195346.782500', '195347.242500', '195347.702500', '195348.162500', '195348.622500', '195349.082500', '195349.542500', '195350.002500', '195350.462500', '195350.922500', '195351.382500', '195351.842500', '195352.302500', '195352.762500', '195353.222500', '195353.682500', '195354.142500', '195354.602500', '195355.062500', '195355.522500', '195355.982500', '195356.442500', '195356.902500', '195357.362500', '195357.822500', '195358.282500', '195358.742500', '195359.202500', '195359.662500', '195400.122500', '195400.582500', '195401.042500', '195401.502500', '195401.962500', '195402.422500', '195402.882500', '195403.342500', '195403.802500', '195404.262500', '195404.722500', '195405.182500', '195405.642500', '195406.102500', '195406.562500', '195407.022500', '195407.482500', '195407.942500', '195408.402500', '195408.862500', '195409.322500', '195409.782500', '195410.242500', '195410.702500', '195411.162500', '195411.622500', '195412.082500', '195412.542500', '195413.002500', '195413.462500', '195413.922500', '195414.382500', '195414.842500', '195415.302500', '195415.762500', '195416.222500', '195416.682500', '195417.142500', '195417.602500', '195418.062500', '195418.522500', '195418.982500', '195419.442500', '195419.902500', '195420.362500', '195420.822500', '195421.282500', '195421.742500', '195422.202500', '195422.662500', '195423.122500', '195423.582500', '195424.042500', '195424.502500', '195424.962500', '195425.422500', '195425.882500', '195426.342500', '195426.802500', '195427.262500', '195427.722500', '195428.182500', '195428.642500', '195429.102500', '195429.562500', '195430.022500', '195430.482500', '195430.942500', '195431.402500', '195431.862500', '195432.322500', '195432.782500', '195433.242500', '195433.702500', '195434.162500', '195434.622500', '195435.082500', '195435.542500', '195436.002500', '195436.462500', '195436.922500', '195437.382500', '195437.842500', '195438.302500', '195438.762500', '195439.222500', '195439.682500', '195440.142500', '195440.602500', '195441.062500', '195441.522500', '195441.982500', '195442.442500', '195442.902500', '195443.362500', '195443.822500', '195444.282500', '195444.742500', '195445.202500', '195445.662500', '195446.122500', '195446.582500', '195447.042500', '195447.502500', '195447.962500', '195448.422500', '195448.882500', '195449.342500', '195449.802500', '195450.262500', '195450.722500', '195451.182500', '195451.642500', '195452.102500', '195452.562500', '195453.022500', '195453.482500', '195453.942500', '195454.402500', '195454.862500', '195455.322500', '195455.782500', '195456.242500', '195456.702500', '195457.162500', '195457.622500', '195458.082500', '195458.542500', '195459.002500', '195459.462500', '195459.922500', '195500.382500', '195500.842500', '195501.302500', '195501.762500', '195502.222500', '195502.682500', '195503.142500', '195503.602500', '195504.062500', '195504.522500', '195504.982500', '195505.442500', '195505.902500', '195506.362500', '195506.822500', '195507.282500', '195507.742500', '195508.202500', '195508.662500', '195509.122500', '195509.582500', '195510.042500', '195510.502500', '195510.962500', '195511.422500', '195511.882500', '195512.342500', '195512.802500', '195513.262500', '195513.722500', '195514.182500', '195514.642500', '195515.102500', '195515.562500', '195516.022500', '195516.482500', '195516.942500', '195517.402500', '195517.862500', '195518.322500', '195518.782500', '195519.242500', '195519.702500', '195520.162500', '195520.622500', '195521.082500', '195521.542500', '195522.002500', '195522.462500', '195522.922500', '195523.382500', '195523.842500', '195524.302500', '195524.762500', '195525.222500', '195525.682500', '195526.142500', '195526.602500', '195527.062500', '195527.522500', '195527.982500', '195528.442500', '195528.902500', '195529.362500', '195529.822500', '195530.282500', '195530.742500', '195531.202500', '195531.662500', '195532.122500', '195532.582500', '195533.042500', '195533.502500', '195533.962500', '195534.422500', '195534.882500', '195535.342500', '195535.802500', '195536.262500', '195536.722500', '195537.182500', '195537.642500', '195538.102500', '195538.562500', '195539.022500', '195539.482500', '195539.942500', '195540.402500', '195540.862500', '195541.322500', '195541.782500', '195542.242500', '195542.702500', '195543.162500', '195543.622500', '195544.082500', '195544.542500', '195545.002500', '195545.462500', '195545.922500', '195546.382500', '195546.842500', '195547.302500', '195547.762500', '195548.222500', '195548.682500', '195549.142500', '195549.602500', '195550.062500', '195550.522500', '195550.982500', '195551.442500', '195551.902500', '195552.362500', '195552.822500', '195553.282500', '195553.742500', '195554.202500', '195554.662500', '195555.122500', '195555.582500', '195556.042500', '195556.502500', '195556.962500', '195557.422500', '195557.882500', '195558.342500', '195558.802500', '195559.262500', '195559.722500', '195600.182500', '195600.642500', '195601.102500', '195601.562500', '195602.022500', '195602.482500', '195602.942500', '195603.402500', '195603.862500', '195604.322500', '195604.782500', '195605.242500', '195605.702500', '195606.162500', '195606.622500', '195607.082500', '195607.542500', '195608.002500', '195608.462500', '195608.922500', '195609.382500', '195609.842500', '195610.302500', '195610.762500', '195611.222500', '195611.682500', '195612.142500', '195612.602500', '195613.062500', '195613.522500', '195613.982500', '195614.442500', '195614.902500', '195615.362500', '195615.822500', '195616.282500', '195616.742500', '195617.202500', '195617.662500', '195618.122500', '195618.582500', '195619.042500', '195619.502500', '195619.962500', '195620.422500', '195620.882500', '195621.342500', '195621.802500', '195622.262500', '195622.722500', '195623.182500', '195623.642500', '195624.102500', '195624.562500', '195625.022500', '195625.482500', '195625.942500', '195626.402500', '195626.862500', '195627.322500', '195627.782500', '195628.242500', '195628.702500', '195629.162500', '195629.622500', '195630.082500', '195630.542500', '195631.002500', '195631.462500', '195631.922500', '195632.382500', '195632.842500', '195633.302500', '195633.762500', '195634.222500', '195634.682500', '195635.142500', '195635.602500', '195636.062500', '195636.522500', '195636.982500', '195637.442500', '195637.902500', '195638.362500', '195638.822500', '195639.282500', '195639.742500', '195640.202500', '195640.662500', '195641.122500', '195641.582500', '195642.042500', '195642.502500', '195642.962500', '195643.422500', '195643.882500', '195644.342500', '195644.802500', '195645.262500', '195645.722500', '195646.182500', '195646.642500', '195647.102500', '195647.562500', '195648.022500', '195648.482500', '195648.942500', '195649.402500', '195649.862500', '195650.322500', '195650.782500', '195651.242500', '195651.702500', '195652.162500', '195652.622500', '195653.082500', '195653.542500', '195654.002500', '195654.462500', '195654.922500', '195655.382500', '195655.842500', '195656.302500', '195656.762500', '195657.222500', '195657.682500', '195658.142500', '195658.602500', '195659.062500', '195659.522500', '195659.982500', '195700.442500', '195700.902500', '195701.362500', '195701.822500', '195702.282500', '195702.742500', '195703.202500', '195703.662500', '195704.122500', '195704.582500', '195705.042500', '195705.502500', '195705.962500', '195706.422500', '195706.882500', '195707.342500', '195707.802500', '195708.262500', '195708.722500', '195709.182500', '195709.642500', '195710.102500', '195710.562500', '195711.022500', '195711.482500', '195711.942500', '195712.402500', '195712.862500', '195713.322500', '195713.782500', '195714.242500', '195714.702500', '195715.162500', '195715.622500', '195716.082500', '195716.542500', '195717.002500', '195717.462500', '195717.922500', '195718.382500', '195718.842500', '195719.302500', '195719.762500', '195720.222500', '195720.682500', '195721.142500', '195721.602500', '195722.062500', '195722.522500', '195722.982500', '195723.442500', '195723.902500', '195724.362500', '195724.822500', '195725.282500', '195725.742500', '195726.202500', '195726.662500', '195727.122500', '195727.582500', '195728.042500', '195728.502500', '195728.962500', '195729.422500', '195729.882500', '195730.342500', '195730.802500', '195731.262500', '195731.722500', '195732.182500', '195732.642500', '195733.102500', '195733.562500', '195734.022500', '195734.482500', '195734.942500', '195735.402500', '195735.862500', '195736.322500', '195736.782500', '195737.242500', '195737.702500', '195738.162500', '195738.622500', '195739.082500', '195739.542500', '195740.002500', '195740.462500', '195740.922500', '195741.382500', '195741.842500', '195742.302500', '195742.762500', '195743.222500', '195743.682500', '195744.142500', '195744.602500', '195745.062500', '195745.522500', '195745.982500', '195746.442500', '195746.902500', '195747.362500', '195747.822500', '195748.282500', '195748.742500', '195749.202500', '195749.662500', '195750.122500', '195750.582500'], 'ContentTime': ['195138.859000', '195138.863000', '195138.865000', '195138.868000', '195138.871000', '195138.873000', '195138.876000', '195138.878000', '195138.881000', '195138.883000', '195138.886000', '195138.888000', '195138.891000', '195138.894000', '195138.896000', '195138.906000', '195138.909000', '195138.911000', '195138.914000', '195138.916000', '195138.919000', '195138.922000', '195138.924000', '195138.927000', '195138.929000', '195138.932000', '195138.934000', '195138.937000', '195138.940000', '195138.942000', '195138.945000', '195138.947000', '195138.950000', '195138.952000', '195138.955000', '195138.957000', '195138.960000', '195138.963000', '195138.965000', '195138.968000', '195138.970000', '195138.973000', '195138.975000', '195138.979000', '195138.982000', '195138.985000', '195138.988000', '195138.990000', '195138.993000', '195138.995000', '195138.998000', '195139.001000', '195139.004000', '195139.006000', '195139.009000', '195139.012000', '195139.014000', '195139.017000', '195139.019000', '195139.022000', '195158.830000', '195158.833000', '195158.836000', '195158.838000', '195158.841000', '195158.843000', '195158.846000', '195158.849000', '195158.851000', '195158.854000', '195158.856000', '195158.859000', '195158.861000', '195158.864000', '195158.866000', '195158.869000', '195158.872000', '195158.874000', '195158.877000', '195158.880000', '195158.883000', '195158.885000', '195158.888000', '195158.890000', '195158.893000', '195158.895000', '195158.898000', '195158.901000', '195158.903000', '195158.906000', '195158.908000', '195158.911000', '195158.913000', '195158.916000', '195158.919000', '195158.921000', '195158.924000', '195158.926000', '195158.929000', '195158.932000', '195158.935000', '195158.937000', '195158.940000', '195158.942000', '195218.830000', '195218.833000', '195218.836000', '195218.838000', '195218.841000', '195218.843000', '195218.846000', '195218.848000', '195218.851000', '195218.854000', '195218.856000', '195218.859000', '195218.861000', '195218.864000', '195218.866000', '195218.869000', '195218.871000', '195218.874000', '195218.884000', '195218.886000', '195218.889000', '195218.891000', '195218.901000', '195218.903000', '195218.906000', '195218.908000', '195218.911000', '195218.913000', '195218.916000', '195218.918000', '195218.921000', '195218.924000', '195218.926000', '195218.929000', '195218.931000', '195218.934000', '195218.937000', '195218.939000', '195218.942000', '195218.944000', '195218.947000', '195218.949000', '195218.952000', '195238.830000', '195238.833000', '195238.836000', '195238.838000', '195238.841000', '195238.844000', '195238.846000', '195238.849000', '195238.852000', '195238.860000', '195238.862000', '195238.865000', '195238.867000', '195238.870000', '195238.873000', '195238.875000', '195238.878000', '195238.880000', '195238.883000', '195238.885000', '195238.888000', '195238.891000', '195238.893000', '195238.896000', '195238.898000', '195238.901000', '195238.903000', '195238.906000', '195238.909000', '195238.911000', '195238.914000', '195238.916000', '195238.919000', '195238.921000', '195238.924000', '195238.926000', '195238.929000', '195238.932000', '195238.934000', '195238.937000', '195238.939000', '195238.942000', '195238.944000', '195258.830000', '195258.832000', '195258.835000', '195258.854000', '195258.857000', '195258.860000', '195258.862000', '195258.865000', '195258.867000', '195258.870000', '195258.873000', '195258.875000', '195258.878000', '195258.881000', '195258.883000', '195258.886000', '195258.888000', '195258.891000', '195258.894000', '195258.896000', '195258.899000', '195258.901000', '195258.904000', '195258.907000', '195258.909000', '195258.912000', '195258.914000', '195258.917000', '195258.919000', '195258.922000', '195258.925000', '195258.927000', '195258.930000', '195258.932000', '195258.935000', '195258.938000', '195258.940000', '195258.943000', '195258.946000', '195258.948000', '195258.951000', '195258.953000', '195258.956000', '195258.959000', '195318.829000', '195318.832000', '195318.835000', '195318.837000', '195318.840000', '195318.843000', '195318.845000', '195318.848000', '195318.851000', '195318.853000', '195318.856000', '195318.858000', '195318.861000', '195318.863000', '195318.866000', '195318.869000', '195318.871000', '195318.874000', '195318.876000', '195318.879000', '195318.882000', '195318.884000', '195318.887000', '195318.889000', '195318.892000', '195318.894000', '195318.897000', '195318.900000', '195318.902000', '195318.905000', '195318.907000', '195318.910000', '195318.913000', '195318.916000', '195318.919000', '195318.922000', '195318.924000', '195318.927000', '195318.929000', '195318.932000', '195318.935000', '195318.937000', '195318.940000', '195338.830000', '195338.833000', '195338.835000', '195338.838000', '195338.840000', '195338.844000', '195338.846000', '195338.849000', '195338.852000', '195338.854000', '195338.857000', '195338.859000', '195338.862000', '195338.865000', '195338.867000', '195338.870000', '195338.872000', '195338.875000', '195338.878000', '195338.880000', '195338.883000', '195338.885000', '195338.888000', '195338.890000', '195338.893000', '195338.896000', '195338.898000', '195338.901000', '195338.903000', '195338.906000', '195338.909000', '195338.911000', '195338.914000', '195338.916000', '195338.919000', '195338.922000', '195338.924000', '195338.927000', '195338.929000', '195338.932000', '195338.934000', '195338.937000', '195338.940000', '195338.942000', '195358.830000', '195358.833000', '195358.835000', '195358.838000', '195358.841000', '195358.843000', '195358.846000', '195358.848000', '195358.851000', '195358.854000', '195358.856000', '195358.859000', '195358.861000', '195358.864000', '195358.867000', '195358.869000', '195358.872000', '195358.874000', '195358.937000', '195358.940000', '195358.942000', '195358.945000', '195358.947000', '195358.950000', '195358.953000', '195358.955000', '195358.958000', '195358.960000', '195358.963000', '195358.965000', '195358.968000', '195358.971000', '195358.973000', '195358.976000', '195358.979000', '195358.981000', '195358.984000', '195358.987000', '195358.989000', '195358.992000', '195358.994000', '195358.997000', '195359.001000', '195418.830000', '195418.833000', '195418.836000', '195418.838000', '195418.841000', '195418.844000', '195418.846000', '195418.849000', '195418.852000', '195418.854000', '195418.857000', '195418.860000', '195418.862000', '195418.865000', '195418.868000', '195418.870000', '195418.873000', '195418.875000', '195418.878000', '195418.881000', '195418.883000', '195418.886000', '195418.888000', '195418.891000', '195418.893000', '195418.896000', '195418.899000', '195418.901000', '195418.904000', '195418.906000', '195418.909000', '195418.911000', '195418.914000', '195418.917000', '195418.919000', '195418.922000', '195418.924000', '195418.927000', '195418.929000', '195418.932000', '195418.935000', '195418.937000', '195418.940000', '195418.942000', '195438.830000', '195438.849000', '195438.852000', '195438.855000', '195438.857000', '195438.860000', '195438.863000', '195438.865000', '195438.868000', '195438.870000', '195438.876000', '195438.879000', '195438.881000', '195438.884000', '195438.886000', '195438.889000', '195438.892000', '195438.894000', '195438.897000', '195438.900000', '195438.902000', '195438.905000', '195438.917000', '195438.919000', '195438.922000', '195438.925000', '195438.927000', '195438.930000', '195438.933000', '195438.935000', '195438.938000', '195438.941000', '195438.943000', '195438.946000', '195438.949000', '195438.951000', '195438.954000', '195438.957000', '195438.960000', '195438.963000', '195438.965000', '195438.968000', '195438.970000', '195458.831000', '195458.844000', '195458.847000', '195458.849000', '195458.852000', '195458.855000', '195458.857000', '195458.860000', '195458.862000', '195458.865000', '195458.867000', '195458.870000', '195458.873000', '195458.875000', '195458.878000', '195458.880000', '195458.883000', '195458.885000', '195458.888000', '195458.891000', '195458.893000', '195458.896000', '195458.899000', '195458.901000', '195458.904000', '195458.906000', '195458.909000', '195458.912000', '195458.914000', '195458.917000', '195458.919000', '195458.922000', '195458.925000', '195458.927000', '195458.930000', '195458.933000', '195458.935000', '195458.938000', '195458.940000', '195458.943000', '195458.945000', '195458.948000', '195458.951000', '195458.953000', '195518.830000', '195518.854000', '195518.857000', '195518.859000', '195518.862000', '195518.864000', '195518.867000', '195518.869000', '195518.872000', '195518.875000', '195518.877000', '195518.880000', '195518.882000', '195518.885000', '195518.888000', '195518.890000', '195518.893000', '195518.896000', '195518.898000', '195518.901000', '195518.903000', '195518.906000', '195518.909000', '195518.911000', '195518.914000', '195518.917000', '195518.919000', '195518.922000', '195518.932000', '195518.934000', '195518.937000', '195518.940000', '195518.943000', '195518.945000', '195518.948000', '195518.950000', '195518.953000', '195518.955000', '195518.958000', '195518.961000', '195518.963000', '195518.966000', '195518.969000', '195538.857000', '195538.859000', '195538.862000', '195538.865000', '195538.867000', '195538.870000', '195538.873000', '195538.875000', '195538.878000', '195538.880000', '195538.883000', '195538.886000', '195538.888000', '195538.891000', '195538.894000', '195538.896000', '195538.899000', '195538.901000', '195538.904000', '195538.906000', '195538.909000', '195538.912000', '195538.914000', '195538.917000', '195538.919000', '195538.922000', '195538.925000', '195538.927000', '195538.930000', '195538.933000', '195538.935000', '195538.938000', '195538.940000', '195538.943000', '195538.946000', '195538.948000', '195538.951000', '195538.953000', '195538.956000', '195538.959000', '195538.961000', '195538.964000', '195538.966000', '195538.969000', '195558.829000', '195558.835000', '195558.837000', '195558.840000', '195558.843000', '195558.845000', '195558.848000', '195558.850000', '195558.853000', '195558.856000', '195558.858000', '195558.861000', '195558.864000', '195558.866000', '195558.869000', '195558.871000', '195558.874000', '195558.877000', '195558.879000', '195558.882000', '195558.884000', '195558.887000', '195558.890000', '195558.892000', '195558.895000', '195558.897000', '195558.900000', '195558.903000', '195558.905000', '195558.908000', '195558.910000', '195558.913000', '195558.916000', '195558.918000', '195558.921000', '195558.923000', '195558.926000', '195558.929000', '195558.932000', '195558.934000', '195558.937000', '195558.940000', '195558.942000', '195618.829000', '195618.844000', '195618.847000', '195618.849000', '195618.852000', '195618.855000', '195618.857000', '195618.860000', '195618.862000', '195618.865000', '195618.868000', '195618.870000', '195618.873000', '195618.876000', '195618.878000', '195618.881000', '195618.883000', '195618.886000', '195618.888000', '195618.891000', '195618.894000', '195618.896000', '195618.899000', '195618.901000', '195618.904000', '195618.907000', '195618.909000', '195618.912000', '195618.914000', '195618.917000', '195618.920000', '195618.922000', '195618.925000', '195618.927000', '195618.930000', '195618.933000', '195618.935000', '195618.938000', '195618.940000', '195618.943000', '195618.946000', '195618.948000', '195618.951000', '195618.953000', '195638.830000', '195638.833000', '195638.836000', '195638.839000', '195638.841000', '195638.844000', '195638.846000', '195638.849000', '195638.851000', '195638.854000', '195638.857000', '195638.859000', '195638.862000', '195638.865000', '195638.867000', '195638.870000', '195638.872000', '195638.875000', '195638.878000', '195638.880000', '195638.883000', '195638.885000', '195638.888000', '195638.891000', '195638.905000', '195638.908000', '195638.910000', '195638.913000', '195638.916000', '195638.918000', '195638.921000', '195638.923000', '195638.926000', '195638.929000', '195638.931000', '195638.934000', '195638.936000', '195638.939000', '195638.942000', '195638.944000', '195638.947000', '195638.949000', '195638.952000', '195658.831000', '195658.837000', '195658.840000', '195658.842000', '195658.851000', '195658.853000', '195658.856000', '195658.859000', '195658.861000', '195658.864000', '195658.867000', '195658.869000', '195658.872000', '195658.874000', '195658.877000', '195658.880000', '195658.882000', '195658.885000', '195658.887000', '195658.890000', '195658.893000', '195658.895000', '195658.898000', '195658.901000', '195658.903000', '195658.921000', '195658.923000', '195658.926000', '195658.929000', '195658.931000', '195658.934000', '195658.936000', '195658.939000', '195658.942000', '195658.944000', '195658.947000', '195658.949000', '195658.952000', '195658.954000', '195658.957000', '195658.960000', '195658.962000', '195658.965000', '195658.967000', '195718.831000', '195718.833000', '195718.836000', '195718.839000', '195718.841000', '195718.844000', '195718.846000', '195718.849000', '195718.852000', '195718.854000', '195718.857000', '195718.860000', '195718.862000', '195718.865000', '195718.867000', '195718.870000', '195718.872000', '195718.875000', '195718.878000', '195718.880000', '195718.883000', '195718.886000', '195718.888000', '195718.891000', '195718.893000', '195718.896000', '195718.899000', '195718.901000', '195718.904000', '195718.906000', '195718.909000', '195718.912000', '195718.914000', '195718.917000', '195718.919000', '195718.922000', '195718.924000', '195718.927000', '195718.930000', '195718.932000', '195718.935000', '195718.937000', '195718.940000', '195738.829000', '195738.832000', '195738.835000', '195738.838000', '195738.840000', '195738.843000', '195738.845000', '195738.848000', '195738.851000', '195738.853000', '195738.856000', '195738.859000', '195738.861000', '195738.864000', '195738.866000', '195738.869000', '195738.872000', '195738.874000', '195738.877000', '195738.879000', '195738.882000', '195738.884000', '195738.887000', '195738.890000', '195738.892000', '195738.895000', '195738.897000', '195738.900000', '195738.902000', '195738.905000', '195738.907000', '195738.910000', '195738.913000', '195738.915000', '195738.918000', '195738.920000', '195738.923000', '195738.925000', '195738.928000', '195738.931000', '195738.933000', '195738.936000', '195738.938000', '195738.941000', '195752.106000', '195752.109000', '195752.112000', '195752.114000', '195752.117000', '195752.119000', '195752.122000', '195752.125000', '195752.128000', '195752.131000', '195752.134000', '195752.136000', '195752.139000', '195752.142000', '195752.145000', '195752.148000', '195752.157000', '195752.173000', '195752.176000', '195752.179000', '195752.183000', '195752.186000', '195752.188000', '195752.191000', '195752.194000', '195752.197000', '195752.200000', '195752.202000', '195752.205000'], 'InstanceCreationTime': ['195138.859000', '195138.863000', '195138.865000', '195138.868000', '195138.871000', '195138.873000', '195138.876000', '195138.878000', '195138.881000', '195138.883000', '195138.886000', '195138.888000', '195138.891000', '195138.894000', '195138.896000', '195138.906000', '195138.909000', '195138.911000', '195138.914000', '195138.916000', '195138.919000', '195138.922000', '195138.924000', '195138.927000', '195138.929000', '195138.932000', '195138.934000', '195138.937000', '195138.940000', '195138.942000', '195138.945000', '195138.947000', '195138.950000', '195138.952000', '195138.955000', '195138.957000', '195138.960000', '195138.963000', '195138.965000', '195138.968000', '195138.970000', '195138.973000', '195138.975000', '195138.979000', '195138.982000', '195138.985000', '195138.988000', '195138.990000', '195138.993000', '195138.995000', '195138.998000', '195139.001000', '195139.004000', '195139.006000', '195139.009000', '195139.012000', '195139.014000', '195139.017000', '195139.019000', '195139.022000', '195158.830000', '195158.833000', '195158.836000', '195158.838000', '195158.841000', '195158.843000', '195158.846000', '195158.849000', '195158.851000', '195158.854000', '195158.856000', '195158.859000', '195158.861000', '195158.864000', '195158.866000', '195158.869000', '195158.872000', '195158.874000', '195158.877000', '195158.880000', '195158.883000', '195158.885000', '195158.888000', '195158.890000', '195158.893000', '195158.895000', '195158.898000', '195158.901000', '195158.903000', '195158.906000', '195158.908000', '195158.911000', '195158.913000', '195158.916000', '195158.919000', '195158.921000', '195158.924000', '195158.926000', '195158.929000', '195158.932000', '195158.935000', '195158.937000', '195158.940000', '195158.942000', '195218.830000', '195218.833000', '195218.836000', '195218.838000', '195218.841000', '195218.843000', '195218.846000', '195218.848000', '195218.851000', '195218.854000', '195218.856000', '195218.859000', '195218.861000', '195218.864000', '195218.866000', '195218.869000', '195218.871000', '195218.874000', '195218.884000', '195218.886000', '195218.889000', '195218.891000', '195218.901000', '195218.903000', '195218.906000', '195218.908000', '195218.911000', '195218.913000', '195218.916000', '195218.918000', '195218.921000', '195218.924000', '195218.926000', '195218.929000', '195218.931000', '195218.934000', '195218.937000', '195218.939000', '195218.942000', '195218.944000', '195218.947000', '195218.949000', '195218.952000', '195238.830000', '195238.833000', '195238.836000', '195238.838000', '195238.841000', '195238.844000', '195238.846000', '195238.849000', '195238.852000', '195238.860000', '195238.862000', '195238.865000', '195238.867000', '195238.870000', '195238.873000', '195238.875000', '195238.878000', '195238.880000', '195238.883000', '195238.885000', '195238.888000', '195238.891000', '195238.893000', '195238.896000', '195238.898000', '195238.901000', '195238.903000', '195238.906000', '195238.909000', '195238.911000', '195238.914000', '195238.916000', '195238.919000', '195238.921000', '195238.924000', '195238.926000', '195238.929000', '195238.932000', '195238.934000', '195238.937000', '195238.939000', '195238.942000', '195238.944000', '195258.830000', '195258.832000', '195258.835000', '195258.854000', '195258.857000', '195258.860000', '195258.862000', '195258.865000', '195258.867000', '195258.870000', '195258.873000', '195258.875000', '195258.878000', '195258.881000', '195258.883000', '195258.886000', '195258.888000', '195258.891000', '195258.894000', '195258.896000', '195258.899000', '195258.901000', '195258.904000', '195258.907000', '195258.909000', '195258.912000', '195258.914000', '195258.917000', '195258.919000', '195258.922000', '195258.925000', '195258.927000', '195258.930000', '195258.932000', '195258.935000', '195258.938000', '195258.940000', '195258.943000', '195258.946000', '195258.948000', '195258.951000', '195258.953000', '195258.956000', '195258.959000', '195318.829000', '195318.832000', '195318.835000', '195318.837000', '195318.840000', '195318.843000', '195318.845000', '195318.848000', '195318.851000', '195318.853000', '195318.856000', '195318.858000', '195318.861000', '195318.863000', '195318.866000', '195318.869000', '195318.871000', '195318.874000', '195318.876000', '195318.879000', '195318.882000', '195318.884000', '195318.887000', '195318.889000', '195318.892000', '195318.894000', '195318.897000', '195318.900000', '195318.902000', '195318.905000', '195318.907000', '195318.910000', '195318.913000', '195318.916000', '195318.919000', '195318.922000', '195318.924000', '195318.927000', '195318.929000', '195318.932000', '195318.935000', '195318.937000', '195318.940000', '195338.830000', '195338.833000', '195338.835000', '195338.838000', '195338.840000', '195338.844000', '195338.846000', '195338.849000', '195338.852000', '195338.854000', '195338.857000', '195338.859000', '195338.862000', '195338.865000', '195338.867000', '195338.870000', '195338.872000', '195338.875000', '195338.878000', '195338.880000', '195338.883000', '195338.885000', '195338.888000', '195338.890000', '195338.893000', '195338.896000', '195338.898000', '195338.901000', '195338.903000', '195338.906000', '195338.909000', '195338.911000', '195338.914000', '195338.916000', '195338.919000', '195338.922000', '195338.924000', '195338.927000', '195338.929000', '195338.932000', '195338.934000', '195338.937000', '195338.940000', '195338.942000', '195358.830000', '195358.833000', '195358.835000', '195358.838000', '195358.841000', '195358.843000', '195358.846000', '195358.848000', '195358.851000', '195358.854000', '195358.856000', '195358.859000', '195358.861000', '195358.864000', '195358.867000', '195358.869000', '195358.872000', '195358.874000', '195358.937000', '195358.940000', '195358.942000', '195358.945000', '195358.947000', '195358.950000', '195358.953000', '195358.955000', '195358.958000', '195358.960000', '195358.963000', '195358.965000', '195358.968000', '195358.971000', '195358.973000', '195358.976000', '195358.979000', '195358.981000', '195358.984000', '195358.987000', '195358.989000', '195358.992000', '195358.994000', '195358.997000', '195359.001000', '195418.830000', '195418.833000', '195418.836000', '195418.838000', '195418.841000', '195418.844000', '195418.846000', '195418.849000', '195418.852000', '195418.854000', '195418.857000', '195418.860000', '195418.862000', '195418.865000', '195418.868000', '195418.870000', '195418.873000', '195418.875000', '195418.878000', '195418.881000', '195418.883000', '195418.886000', '195418.888000', '195418.891000', '195418.893000', '195418.896000', '195418.899000', '195418.901000', '195418.904000', '195418.906000', '195418.909000', '195418.911000', '195418.914000', '195418.917000', '195418.919000', '195418.922000', '195418.924000', '195418.927000', '195418.929000', '195418.932000', '195418.935000', '195418.937000', '195418.940000', '195418.942000', '195438.830000', '195438.849000', '195438.852000', '195438.855000', '195438.857000', '195438.860000', '195438.863000', '195438.865000', '195438.868000', '195438.870000', '195438.876000', '195438.879000', '195438.881000', '195438.884000', '195438.886000', '195438.889000', '195438.892000', '195438.894000', '195438.897000', '195438.900000', '195438.902000', '195438.905000', '195438.917000', '195438.919000', '195438.922000', '195438.925000', '195438.927000', '195438.930000', '195438.933000', '195438.935000', '195438.938000', '195438.941000', '195438.943000', '195438.946000', '195438.949000', '195438.951000', '195438.954000', '195438.957000', '195438.960000', '195438.963000', '195438.965000', '195438.968000', '195438.970000', '195458.831000', '195458.844000', '195458.847000', '195458.849000', '195458.852000', '195458.855000', '195458.857000', '195458.860000', '195458.862000', '195458.865000', '195458.867000', '195458.870000', '195458.873000', '195458.875000', '195458.878000', '195458.880000', '195458.883000', '195458.885000', '195458.888000', '195458.891000', '195458.893000', '195458.896000', '195458.899000', '195458.901000', '195458.904000', '195458.906000', '195458.909000', '195458.912000', '195458.914000', '195458.917000', '195458.919000', '195458.922000', '195458.925000', '195458.927000', '195458.930000', '195458.933000', '195458.935000', '195458.938000', '195458.940000', '195458.943000', '195458.945000', '195458.948000', '195458.951000', '195458.953000', '195518.830000', '195518.854000', '195518.857000', '195518.859000', '195518.862000', '195518.864000', '195518.867000', '195518.869000', '195518.872000', '195518.875000', '195518.877000', '195518.880000', '195518.882000', '195518.885000', '195518.888000', '195518.890000', '195518.893000', '195518.896000', '195518.898000', '195518.901000', '195518.903000', '195518.906000', '195518.909000', '195518.911000', '195518.914000', '195518.917000', '195518.919000', '195518.922000', '195518.932000', '195518.934000', '195518.937000', '195518.940000', '195518.943000', '195518.945000', '195518.948000', '195518.950000', '195518.953000', '195518.955000', '195518.958000', '195518.961000', '195518.963000', '195518.966000', '195518.969000', '195538.857000', '195538.859000', '195538.862000', '195538.865000', '195538.867000', '195538.870000', '195538.873000', '195538.875000', '195538.878000', '195538.880000', '195538.883000', '195538.886000', '195538.888000', '195538.891000', '195538.894000', '195538.896000', '195538.899000', '195538.901000', '195538.904000', '195538.906000', '195538.909000', '195538.912000', '195538.914000', '195538.917000', '195538.919000', '195538.922000', '195538.925000', '195538.927000', '195538.930000', '195538.933000', '195538.935000', '195538.938000', '195538.940000', '195538.943000', '195538.946000', '195538.948000', '195538.951000', '195538.953000', '195538.956000', '195538.959000', '195538.961000', '195538.964000', '195538.966000', '195538.969000', '195558.829000', '195558.835000', '195558.837000', '195558.840000', '195558.843000', '195558.845000', '195558.848000', '195558.850000', '195558.853000', '195558.856000', '195558.858000', '195558.861000', '195558.864000', '195558.866000', '195558.869000', '195558.871000', '195558.874000', '195558.877000', '195558.879000', '195558.882000', '195558.884000', '195558.887000', '195558.890000', '195558.892000', '195558.895000', '195558.897000', '195558.900000', '195558.903000', '195558.905000', '195558.908000', '195558.910000', '195558.913000', '195558.916000', '195558.918000', '195558.921000', '195558.923000', '195558.926000', '195558.929000', '195558.932000', '195558.934000', '195558.937000', '195558.940000', '195558.942000', '195618.829000', '195618.844000', '195618.847000', '195618.849000', '195618.852000', '195618.855000', '195618.857000', '195618.860000', '195618.862000', '195618.865000', '195618.868000', '195618.870000', '195618.873000', '195618.876000', '195618.878000', '195618.881000', '195618.883000', '195618.886000', '195618.888000', '195618.891000', '195618.894000', '195618.896000', '195618.899000', '195618.901000', '195618.904000', '195618.907000', '195618.909000', '195618.912000', '195618.914000', '195618.917000', '195618.920000', '195618.922000', '195618.925000', '195618.927000', '195618.930000', '195618.933000', '195618.935000', '195618.938000', '195618.940000', '195618.943000', '195618.946000', '195618.948000', '195618.951000', '195618.953000', '195638.830000', '195638.833000', '195638.836000', '195638.839000', '195638.841000', '195638.844000', '195638.846000', '195638.849000', '195638.851000', '195638.854000', '195638.857000', '195638.859000', '195638.862000', '195638.865000', '195638.867000', '195638.870000', '195638.872000', '195638.875000', '195638.878000', '195638.880000', '195638.883000', '195638.885000', '195638.888000', '195638.891000', '195638.905000', '195638.908000', '195638.910000', '195638.913000', '195638.916000', '195638.918000', '195638.921000', '195638.923000', '195638.926000', '195638.929000', '195638.931000', '195638.934000', '195638.936000', '195638.939000', '195638.942000', '195638.944000', '195638.947000', '195638.949000', '195638.952000', '195658.831000', '195658.837000', '195658.840000', '195658.842000', '195658.851000', '195658.853000', '195658.856000', '195658.859000', '195658.861000', '195658.864000', '195658.867000', '195658.869000', '195658.872000', '195658.874000', '195658.877000', '195658.880000', '195658.882000', '195658.885000', '195658.887000', '195658.890000', '195658.893000', '195658.895000', '195658.898000', '195658.901000', '195658.903000', '195658.921000', '195658.923000', '195658.926000', '195658.929000', '195658.931000', '195658.934000', '195658.936000', '195658.939000', '195658.942000', '195658.944000', '195658.947000', '195658.949000', '195658.952000', '195658.954000', '195658.957000', '195658.960000', '195658.962000', '195658.965000', '195658.967000', '195718.831000', '195718.833000', '195718.836000', '195718.839000', '195718.841000', '195718.844000', '195718.846000', '195718.849000', '195718.852000', '195718.854000', '195718.857000', '195718.860000', '195718.862000', '195718.865000', '195718.867000', '195718.870000', '195718.872000', '195718.875000', '195718.878000', '195718.880000', '195718.883000', '195718.886000', '195718.888000', '195718.891000', '195718.893000', '195718.896000', '195718.899000', '195718.901000', '195718.904000', '195718.906000', '195718.909000', '195718.912000', '195718.914000', '195718.917000', '195718.919000', '195718.922000', '195718.924000', '195718.927000', '195718.930000', '195718.932000', '195718.935000', '195718.937000', '195718.940000', '195738.829000', '195738.832000', '195738.835000', '195738.838000', '195738.840000', '195738.843000', '195738.845000', '195738.848000', '195738.851000', '195738.853000', '195738.856000', '195738.859000', '195738.861000', '195738.864000', '195738.866000', '195738.869000', '195738.872000', '195738.874000', '195738.877000', '195738.879000', '195738.882000', '195738.884000', '195738.887000', '195738.890000', '195738.892000', '195738.895000', '195738.897000', '195738.900000', '195738.902000', '195738.905000', '195738.907000', '195738.910000', '195738.913000', '195738.915000', '195738.918000', '195738.920000', '195738.923000', '195738.925000', '195738.928000', '195738.931000', '195738.933000', '195738.936000', '195738.938000', '195738.941000', '195752.106000', '195752.109000', '195752.112000', '195752.114000', '195752.117000', '195752.119000', '195752.122000', '195752.125000', '195752.128000', '195752.131000', '195752.134000', '195752.136000', '195752.139000', '195752.142000', '195752.145000', '195752.148000', '195752.157000', '195752.173000', '195752.176000', '195752.179000', '195752.183000', '195752.186000', '195752.188000', '195752.191000', '195752.194000', '195752.197000', '195752.200000', '195752.202000', '195752.205000'], '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': [6113, 8023, 5918, 6507, 6043, 6363, 6158, 6170, 6831, 5985, 6670, 5928, 6036, 6973, 5893, 6299, 5975, 6218, 6569, 5840, 5816, 6294, 6085, 5880, 5696, 6212, 7463, 6038, 7921, 6036, 7219, 5984, 5946, 6286, 6118, 5897, 5983, 6274, 6085, 6379, 6233, 5857, 6213, 6190, 6161, 6325, 5975, 5997, 6426, 6157, 5889, 5939, 5950, 6652, 6208, 6285, 5868, 6174, 6930, 6273, 6489, 5894, 6110, 6875, 6234, 7460, 6091, 6590, 6090, 6746, 6095, 5965, 7148, 5984, 6050, 6154, 6041, 6059, 6003, 6159, 6538, 6063, 5913, 5812, 6046, 7004, 6426, 7786, 5967, 6019, 5917, 6060, 6455, 5818, 6011, 6680, 6012, 6165, 5906, 6193, 7377, 5990, 7701, 6060, 7408, 5984, 6554, 6141, 5955, 5864, 5914, 7081, 5992, 6186, 5865, 6126, 5975, 6196, 6287, 6192, 6135, 7750, 6016, 8130, 5886, 5938, 5811, 6498, 6226, 6065, 7112, 6179, 8289, 5693, 6310, 6028, 6195, 6844, 6328, 7564, 5837, 5970, 5862, 6253, 5845, 6057, 6757, 5955, 6164, 5934, 6212, 6571, 5951, 6602, 5866, 6066, 6481, 6074, 6047, 5959, 6053, 6628, 6481, 6969, 6507, 5976, 5911, 6586, 6420, 6136, 6035, 6439, 6006, 6149, 6523, 5911, 6057, 7512, 5721, 6028, 5978, 6353, 7885, 5835, 6049, 5860, 6154, 6514, 5816, 5953, 6023, 6319, 6967, 5994, 6034, 5927, 6027, 6516, 5895, 6715, 6078, 6011, 7104, 5962, 7402, 5914, 6013, 5819, 6376, 6487, 6024, 8536, 5818, 6432, 5794, 6142, 6623, 6147, 6690, 5914, 6254, 6513, 6210, 6434, 6035, 6180, 6165, 6316, 7022, 5809, 6313, 6604, 6400, 6865, 6015, 6238, 5817, 6298, 7096, 6080, 8327, 5701, 5936, 6078, 6176, 6020, 5981, 6112, 5804, 6132, 7236, 6299, 8139, 5914, 6370, 5864, 6350, 6028, 6374, 6527, 6132, 6186, 5957, 6376, 6003, 6061, 6214, 6426, 6409, 6228, 5847, 5913, 7531, 6066, 7423, 6242, 8435, 6016, 6986, 5932, 6502, 5684, 6245, 6608, 6695, 6091, 5987, 6592, 6088, 6134, 6886, 6567, 6588, 5878, 6194, 6012, 6244, 6569, 6178, 6518, 6146, 7272, 6183, 6468, 5922, 6509, 6031, 6128, 6234, 6169, 6053, 5840, 6207, 6268, 6487, 6107, 6182, 5838, 5819, 6023, 8026, 6103, 6277, 5890, 6322, 6914, 7039, 7667, 6633, 6956, 5641, 5978, 7171, 6122, 6219, 6118, 6568, 6631, 6277, 6750, 5990, 6210, 6572, 5977, 7074, 5874, 6275, 6750, 6534, 6950, 6042, 6167, 7260, 5965, 6117, 6612, 6442, 6259, 6059, 6479, 6792, 6691, 8022, 6275, 5963, 6053, 6461, 6674, 6792, 6523, 6204, 5989, 6037, 6758, 6661, 6339, 6418, 6084, 6673, 6369, 6949, 6781, 6577, 6520, 6131, 6535, 6370, 6086, 7345, 5930, 6428, 6525, 6395, 6147, 6136, 7087, 6776, 6169, 5869, 6102, 6904, 7710, 6572, 6925, 5998, 6319, 6683, 6163, 6043, 6060, 6841, 7505, 6297, 6606, 6919, 6615, 6083, 6118, 6602, 8258, 6522, 6903, 6153, 6866, 6021, 6970, 6557, 6772, 6916, 6326, 6541, 6175, 6914, 6363, 6580, 7476, 6184, 6160, 7078, 6597, 6478, 6213, 6013, 6190, 7333, 6061, 6367, 6899, 6943, 7084, 6113, 6763, 6099, 6352, 6472, 5925, 6332, 6259, 6585, 6614, 6857, 7221, 6271, 7240, 6158, 6400, 8130, 6635, 6909, 5826, 6090, 5998, 6455, 6945, 6365, 6772, 7829, 7413, 6287, 6072, 5865, 6679, 6352, 7075, 6428, 6226, 6553, 6081, 6967, 6855, 6304, 6810, 6025, 6602, 6117, 6749, 6200, 7049, 5940, 6736, 5859, 6829, 6047, 6952, 6107, 6310, 6011, 5922, 6291, 6485, 6472, 6309, 7175, 6033, 7310, 6063, 6566, 6055, 6848, 6231, 6317, 6795, 5976, 6461, 6457, 6727, 6568, 7180, 6570, 7648, 6499, 6424, 5968, 6378, 7313, 6812, 6052, 6404, 6918, 7112, 6612, 6107, 6316, 6532, 7550, 6875, 6123, 7939, 6567, 6941, 7154, 6574, 7288, 6043, 6881, 6651, 6171, 6219, 6793, 6251, 6743, 6061, 6424, 6822, 6419, 6727, 6721, 6813, 6681, 6234, 7447, 6447, 7218, 6169, 6526, 7362, 6380, 6462, 6465, 6880, 6282, 6563, 7098, 6838, 7068, 6736, 7541, 6459, 6963, 6182, 7133, 6413, 7034, 6472, 6829, 6621, 6575, 5921, 5799, 6066, 6782, 5788, 6541, 7076, 7129, 8070, 7826, 6890, 7183, 6453, 8099, 7421, 7207, 7272, 6241, 6850, 8289, 6921, 7113, 6415, 7152, 6886, 7181, 6566, 6222, 7200, 6698, 6707, 7023, 6686, 6719, 6175, 6308, 6530, 6939, 6882, 7063, 6702, 7047, 6509, 6878, 6312, 6520, 6953, 6997, 6758, 7140, 6424, 7091, 6321, 6831, 7306, 7195, 6610, 6441, 7008, 7260, 6980, 6463, 7314, 6064, 6638, 7796, 6716, 6893, 5939, 6585, 7081, 7309, 6871, 6960, 6488, 7103, 6628, 6259, 6754, 6452, 6961, 6369, 6623, 6894, 6918, 7058, 6851, 6438, 6384, 7322, 6619, 6612, 6661, 6935, 6840, 6800, 7846, 6522, 6970, 6430, 6878, 6585, 7092, 6264, 7099, 6147, 6521, 6199, 6401, 7432, 6362, 6978, 7069, 6438, 6515, 6754, 6817, 6859, 6494, 6847, 6841, 7095, 7946, 6727, 6432, 6425, 6954, 6951, 6822, 7232, 6911, 7362, 7770, 6569, 7181, 7288, 6970, 7169, 6767, 7334, 7688, 7422, 7665, 7028, 7452, 6486, 7141, 6342, 7221, 6288, 6892, 7141, 6957, 6753, 6471, 6638, 7477, 8086, 7067, 7766, 7195, 7436, 7256, 7175, 7093, 7228, 6681, 6011, 6532, 7152, 6445, 7105, 6734, 6727, 7147, 6814, 7073, 6798, 7732, 7389, 6977, 7915, 7090, 7710, 6904, 7459, 6715, 7981, 6536, 7434, 6938, 7193, 7408, 6762, 7573, 6969, 6704, 7297, 6677, 7134, 8189, 6906, 7241, 6661, 7142, 6942, 7160, 7214, 6803, 7103, 6679, 7256, 6353, 6459, 7274, 6799, 7931, 6547, 6837, 6574, 7069, 6819, 6816, 6668, 6628, 7132, 6427, 6949, 6403, 6892, 6475, 6775, 6289, 7010, 6524, 6708, 6395, 6348, 7158, 6411, 6684, 6050, 6587, 7412, 6497, 7379, 6785, 6701, 7871, 7044, 7481, 6924, 7185, 6522, 7246, 6739, 6327, 6933, 6772, 7012, 6442, 6717, 6691, 7078, 7477, 6689, 8092, 6669, 7095, 6395, 7119, 6300, 6777, 6800, 6505], 'WindowCenter': [3645.0, 3651.0, 3617.0, 3627.0, 3615.0, 3614.0, 3614.0, 3613.0, 3624.0, 3615.0, 3624.0, 3614.0, 3614.0, 3635.0, 3603.0, 3612.0, 3613.0, 3613.0, 3624.0, 3605.0, 3604.0, 3626.0, 3617.0, 3617.0, 3617.0, 3615.0, 3624.0, 3601.0, 3633.0, 3602.0, 3623.0, 3613.0, 3613.0, 3614.0, 3614.0, 3603.0, 3613.0, 3613.0, 3613.0, 3625.0, 3616.0, 3616.0, 3617.0, 3628.0, 3629.0, 3639.0, 3629.0, 3628.0, 3628.0, 3629.0, 3617.0, 3627.0, 3627.0, 3628.0, 3629.0, 3630.0, 3619.0, 3629.0, 3650.0, 3639.0, 3627.0, 3618.0, 3626.0, 3640.0, 3627.0, 3639.0, 3627.0, 3625.0, 3614.0, 3624.0, 3614.0, 3614.0, 3624.0, 3615.0, 3615.0, 3615.0, 3616.0, 3615.0, 3615.0, 3617.0, 3627.0, 3628.0, 3617.0, 3617.0, 3627.0, 3638.0, 3627.0, 3636.0, 3617.0, 3616.0, 3617.0, 3629.0, 3629.0, 3629.0, 3642.0, 3640.0, 3628.0, 3628.0, 3618.0, 3629.0, 3650.0, 3630.0, 3650.0, 3629.0, 3637.0, 3615.0, 3613.0, 3602.0, 3602.0, 3603.0, 3615.0, 3637.0, 3628.0, 3629.0, 3629.0, 3629.0, 3626.0, 3628.0, 3627.0, 3628.0, 3629.0, 3649.0, 3628.0, 3648.0, 3616.0, 3614.0, 3603.0, 3611.0, 3601.0, 3601.0, 3624.0, 3615.0, 3647.0, 3615.0, 3625.0, 3614.0, 3614.0, 3612.0, 3612.0, 3634.0, 3603.0, 3613.0, 3603.0, 3613.0, 3603.0, 3614.0, 3624.0, 3615.0, 3615.0, 3615.0, 3615.0, 3625.0, 3616.0, 3637.0, 3616.0, 3628.0, 3639.0, 3628.0, 3628.0, 3630.0, 3629.0, 3640.0, 3628.0, 3650.0, 3640.0, 3629.0, 3629.0, 3640.0, 3640.0, 3631.0, 3629.0, 3629.0, 3629.0, 3629.0, 3628.0, 3617.0, 3628.0, 3650.0, 3617.0, 3630.0, 3630.0, 3639.0, 3659.0, 3617.0, 3627.0, 3615.0, 3615.0, 3627.0, 3617.0, 3628.0, 3628.0, 3639.0, 3639.0, 3628.0, 3614.0, 3615.0, 3614.0, 3627.0, 3617.0, 3638.0, 3627.0, 3628.0, 3638.0, 3627.0, 3635.0, 3604.0, 3613.0, 3602.0, 3613.0, 3614.0, 3615.0, 3657.0, 3616.0, 3626.0, 3614.0, 3614.0, 3624.0, 3615.0, 3626.0, 3617.0, 3627.0, 3628.0, 3629.0, 3627.0, 3626.0, 3616.0, 3616.0, 3627.0, 3638.0, 3619.0, 3640.0, 3640.0, 3640.0, 3639.0, 3617.0, 3615.0, 3616.0, 3614.0, 3637.0, 3616.0, 3648.0, 3616.0, 3627.0, 3615.0, 3614.0, 3615.0, 3614.0, 3615.0, 3616.0, 3628.0, 3638.0, 3626.0, 3648.0, 3615.0, 3624.0, 3604.0, 3613.0, 3614.0, 3625.0, 3625.0, 3616.0, 3627.0, 3628.0, 3640.0, 3629.0, 3628.0, 3627.0, 3627.0, 3628.0, 3628.0, 3619.0, 3619.0, 3650.0, 3629.0, 3648.0, 3627.0, 3644.0, 3602.0, 3622.0, 3602.0, 3611.0, 3603.0, 3614.0, 3625.0, 3627.0, 3615.0, 3614.0, 3624.0, 3614.0, 3615.0, 3625.0, 3626.0, 3626.0, 3617.0, 3628.0, 3628.0, 3628.0, 3626.0, 3616.0, 3624.0, 3615.0, 3635.0, 3615.0, 3625.0, 3615.0, 3626.0, 3628.0, 3629.0, 3627.0, 3628.0, 3628.0, 3629.0, 3629.0, 3640.0, 3640.0, 3629.0, 3631.0, 3630.0, 3632.0, 3642.0, 3662.0, 3641.0, 3640.0, 3619.0, 3626.0, 3638.0, 3637.0, 3638.0, 3638.0, 3640.0, 3619.0, 3628.0, 3639.0, 3628.0, 3617.0, 3615.0, 3626.0, 3626.0, 3627.0, 3638.0, 3629.0, 3630.0, 3640.0, 3629.0, 3651.0, 3617.0, 3626.0, 3625.0, 3627.0, 3637.0, 3616.0, 3629.0, 3649.0, 3630.0, 3629.0, 3639.0, 3628.0, 3627.0, 3615.0, 3624.0, 3626.0, 3626.0, 3648.0, 3627.0, 3617.0, 3628.0, 3627.0, 3625.0, 3625.0, 3625.0, 3615.0, 3613.0, 3615.0, 3626.0, 3626.0, 3626.0, 3626.0, 3615.0, 3626.0, 3625.0, 3636.0, 3625.0, 3626.0, 3626.0, 3616.0, 3627.0, 3629.0, 3629.0, 3649.0, 3628.0, 3640.0, 3629.0, 3641.0, 3628.0, 3629.0, 3639.0, 3640.0, 3629.0, 3619.0, 3630.0, 3639.0, 3648.0, 3626.0, 3626.0, 3614.0, 3627.0, 3627.0, 3627.0, 3627.0, 3629.0, 3640.0, 3649.0, 3628.0, 3638.0, 3637.0, 3639.0, 3629.0, 3629.0, 3638.0, 3659.0, 3627.0, 3637.0, 3613.0, 3611.0, 3601.0, 3623.0, 3612.0, 3624.0, 3635.0, 3625.0, 3626.0, 3627.0, 3637.0, 3625.0, 3627.0, 3636.0, 3615.0, 3616.0, 3639.0, 3639.0, 3629.0, 3627.0, 3615.0, 3613.0, 3633.0, 3612.0, 3625.0, 3624.0, 3637.0, 3637.0, 3626.0, 3638.0, 3627.0, 3640.0, 3627.0, 3628.0, 3628.0, 3627.0, 3639.0, 3627.0, 3626.0, 3635.0, 3626.0, 3637.0, 3627.0, 3640.0, 3659.0, 3640.0, 3651.0, 3632.0, 3643.0, 3642.0, 3641.0, 3652.0, 3641.0, 3640.0, 3651.0, 3637.0, 3627.0, 3615.0, 3604.0, 3626.0, 3626.0, 3635.0, 3625.0, 3615.0, 3625.0, 3614.0, 3637.0, 3639.0, 3629.0, 3638.0, 3628.0, 3638.0, 3616.0, 3625.0, 3613.0, 3623.0, 3614.0, 3624.0, 3604.0, 3624.0, 3615.0, 3637.0, 3628.0, 3639.0, 3628.0, 3629.0, 3628.0, 3628.0, 3627.0, 3628.0, 3636.0, 3615.0, 3635.0, 3615.0, 3626.0, 3615.0, 3638.0, 3628.0, 3627.0, 3637.0, 3628.0, 3639.0, 3629.0, 3640.0, 3640.0, 3640.0, 3640.0, 3650.0, 3627.0, 3626.0, 3615.0, 3626.0, 3637.0, 3637.0, 3627.0, 3638.0, 3650.0, 3650.0, 3651.0, 3631.0, 3642.0, 3628.0, 3651.0, 3625.0, 3615.0, 3633.0, 3611.0, 3610.0, 3622.0, 3610.0, 3622.0, 3612.0, 3624.0, 3625.0, 3616.0, 3628.0, 3626.0, 3626.0, 3638.0, 3627.0, 3626.0, 3637.0, 3628.0, 3638.0, 3626.0, 3637.0, 3625.0, 3613.0, 3634.0, 3614.0, 3636.0, 3615.0, 3625.0, 3637.0, 3626.0, 3626.0, 3627.0, 3638.0, 3626.0, 3638.0, 3635.0, 3627.0, 3638.0, 3628.0, 3647.0, 3626.0, 3636.0, 3627.0, 3636.0, 3626.0, 3638.0, 3626.0, 3639.0, 3641.0, 3639.0, 3631.0, 3630.0, 3643.0, 3654.0, 3630.0, 3642.0, 3652.0, 3652.0, 3660.0, 3647.0, 3636.0, 3636.0, 3627.0, 3648.0, 3636.0, 3650.0, 3648.0, 3625.0, 3625.0, 3644.0, 3623.0, 3621.0, 3611.0, 3622.0, 3623.0, 3622.0, 3622.0, 3612.0, 3635.0, 3623.0, 3623.0, 3622.0, 3611.0, 3612.0, 3601.0, 3611.0, 3612.0, 3625.0, 3623.0, 3622.0, 3622.0, 3623.0, 3611.0, 3624.0, 3625.0, 3626.0, 3637.0, 3638.0, 3637.0, 3637.0, 3626.0, 3636.0, 3624.0, 3626.0, 3636.0, 3636.0, 3638.0, 3639.0, 3639.0, 3648.0, 3638.0, 3625.0, 3648.0, 3615.0, 3626.0, 3648.0, 3637.0, 3639.0, 3629.0, 3638.0, 3650.0, 3649.0, 3639.0, 3638.0, 3626.0, 3638.0, 3637.0, 3629.0, 3639.0, 3640.0, 3651.0, 3640.0, 3638.0, 3637.0, 3638.0, 3638.0, 3627.0, 3627.0, 3628.0, 3649.0, 3639.0, 3638.0, 3637.0, 3636.0, 3624.0, 3624.0, 3646.0, 3625.0, 3637.0, 3626.0, 3625.0, 3637.0, 3636.0, 3624.0, 3625.0, 3614.0, 3626.0, 3615.0, 3626.0, 3649.0, 3626.0, 3638.0, 3637.0, 3627.0, 3628.0, 3637.0, 3638.0, 3639.0, 3627.0, 3638.0, 3637.0, 3639.0, 3648.0, 3637.0, 3627.0, 3627.0, 3638.0, 3640.0, 3639.0, 3650.0, 3650.0, 3650.0, 3662.0, 3653.0, 3652.0, 3662.0, 3652.0, 3652.0, 3642.0, 3651.0, 3650.0, 3650.0, 3648.0, 3639.0, 3648.0, 3639.0, 3651.0, 3641.0, 3651.0, 3640.0, 3649.0, 3650.0, 3650.0, 3653.0, 3642.0, 3642.0, 3651.0, 3662.0, 3639.0, 3636.0, 3624.0, 3623.0, 3624.0, 3623.0, 3624.0, 3634.0, 3625.0, 3616.0, 3625.0, 3637.0, 3625.0, 3648.0, 3637.0, 3639.0, 3639.0, 3640.0, 3639.0, 3639.0, 3648.0, 3638.0, 3637.0, 3647.0, 3639.0, 3646.0, 3637.0, 3635.0, 3637.0, 3647.0, 3625.0, 3648.0, 3637.0, 3638.0, 3649.0, 3639.0, 3650.0, 3649.0, 3640.0, 3650.0, 3651.0, 3650.0, 3670.0, 3651.0, 3651.0, 3640.0, 3652.0, 3650.0, 3652.0, 3662.0, 3641.0, 3650.0, 3637.0, 3647.0, 3627.0, 3627.0, 3650.0, 3639.0, 3660.0, 3639.0, 3639.0, 3639.0, 3649.0, 3638.0, 3639.0, 3639.0, 3638.0, 3639.0, 3627.0, 3638.0, 3626.0, 3635.0, 3624.0, 3625.0, 3614.0, 3636.0, 3625.0, 3638.0, 3639.0, 3639.0, 3650.0, 3640.0, 3653.0, 3641.0, 3653.0, 3662.0, 3643.0, 3652.0, 3653.0, 3642.0, 3663.0, 3650.0, 3649.0, 3639.0, 3637.0, 3627.0, 3649.0, 3639.0, 3641.0, 3651.0, 3652.0, 3653.0, 3640.0, 3652.0, 3639.0, 3650.0, 3650.0, 3641.0, 3660.0, 3642.0, 3651.0, 3640.0, 3639.0, 3627.0, 3638.0, 3639.0, 3629.0], 'WindowWidth': [8258.0, 8254.0, 8205.0, 8215.0, 8196.0, 8191.0, 8191.0, 8189.0, 8203.0, 8193.0, 8205.0, 8191.0, 8192.0, 8220.0, 8177.0, 8187.0, 8188.0, 8189.0, 8203.0, 8180.0, 8180.0, 8211.0, 8201.0, 8201.0, 8200.0, 8194.0, 8204.0, 8168.0, 8211.0, 8171.0, 8201.0, 8188.0, 8188.0, 8191.0, 8193.0, 8175.0, 8187.0, 8187.0, 8188.0, 8208.0, 8196.0, 8198.0, 8201.0, 8219.0, 8223.0, 8234.0, 8221.0, 8220.0, 8218.0, 8220.0, 8200.0, 8215.0, 8214.0, 8216.0, 8221.0, 8222.0, 8208.0, 8222.0, 8249.0, 8234.0, 8214.0, 8204.0, 8213.0, 8236.0, 8216.0, 8232.0, 8215.0, 8208.0, 8191.0, 8202.0, 8189.0, 8190.0, 8205.0, 8195.0, 8196.0, 8196.0, 8198.0, 8195.0, 8197.0, 8199.0, 8214.0, 8217.0, 8202.0, 8203.0, 8216.0, 8230.0, 8214.0, 8223.0, 8199.0, 8199.0, 8201.0, 8220.0, 8221.0, 8223.0, 8243.0, 8239.0, 8220.0, 8217.0, 8206.0, 8220.0, 8249.0, 8223.0, 8249.0, 8220.0, 8226.0, 8194.0, 8187.0, 8171.0, 8172.0, 8176.0, 8196.0, 8228.0, 8218.0, 8223.0, 8223.0, 8221.0, 8214.0, 8219.0, 8215.0, 8218.0, 8219.0, 8247.0, 8218.0, 8243.0, 8197.0, 8192.0, 8174.0, 8183.0, 8170.0, 8171.0, 8205.0, 8194.0, 8239.0, 8196.0, 8210.0, 8193.0, 8190.0, 8185.0, 8186.0, 8215.0, 8174.0, 8189.0, 8175.0, 8189.0, 8175.0, 8193.0, 8205.0, 8195.0, 8194.0, 8194.0, 8195.0, 8208.0, 8199.0, 8227.0, 8200.0, 8217.0, 8234.0, 8221.0, 8221.0, 8223.0, 8220.0, 8235.0, 8219.0, 8249.0, 8237.0, 8220.0, 8222.0, 8238.0, 8239.0, 8227.0, 8223.0, 8221.0, 8220.0, 8222.0, 8219.0, 8204.0, 8217.0, 8248.0, 8204.0, 8226.0, 8224.0, 8235.0, 8261.0, 8204.0, 8214.0, 8197.0, 8197.0, 8214.0, 8203.0, 8217.0, 8218.0, 8235.0, 8232.0, 8218.0, 8195.0, 8196.0, 8194.0, 8213.0, 8201.0, 8230.0, 8214.0, 8218.0, 8231.0, 8215.0, 8221.0, 8179.0, 8187.0, 8172.0, 8189.0, 8192.0, 8193.0, 8253.0, 8198.0, 8212.0, 8194.0, 8192.0, 8205.0, 8195.0, 8209.0, 8201.0, 8216.0, 8218.0, 8220.0, 8214.0, 8213.0, 8198.0, 8198.0, 8214.0, 8232.0, 8208.0, 8238.0, 8238.0, 8238.0, 8233.0, 8202.0, 8194.0, 8197.0, 8192.0, 8225.0, 8198.0, 8241.0, 8199.0, 8215.0, 8196.0, 8195.0, 8195.0, 8195.0, 8195.0, 8198.0, 8217.0, 8229.0, 8213.0, 8242.0, 8197.0, 8205.0, 8178.0, 8187.0, 8192.0, 8208.0, 8208.0, 8199.0, 8216.0, 8219.0, 8239.0, 8222.0, 8219.0, 8216.0, 8217.0, 8220.0, 8219.0, 8208.0, 8209.0, 8251.0, 8221.0, 8245.0, 8214.0, 8230.0, 8172.0, 8196.0, 8171.0, 8183.0, 8175.0, 8192.0, 8208.0, 8214.0, 8196.0, 8194.0, 8204.0, 8192.0, 8195.0, 8207.0, 8211.0, 8211.0, 8201.0, 8216.0, 8217.0, 8218.0, 8213.0, 8199.0, 8205.0, 8196.0, 8221.0, 8195.0, 8207.0, 8196.0, 8213.0, 8216.0, 8220.0, 8216.0, 8218.0, 8220.0, 8222.0, 8224.0, 8238.0, 8238.0, 8224.0, 8229.0, 8227.0, 8231.0, 8244.0, 8271.0, 8243.0, 8239.0, 8208.0, 8212.0, 8230.0, 8227.0, 8228.0, 8230.0, 8236.0, 8207.0, 8219.0, 8234.0, 8219.0, 8202.0, 8196.0, 8211.0, 8211.0, 8216.0, 8231.0, 8220.0, 8224.0, 8236.0, 8222.0, 8251.0, 8202.0, 8213.0, 8210.0, 8214.0, 8226.0, 8200.0, 8219.0, 8248.0, 8224.0, 8224.0, 8237.0, 8220.0, 8215.0, 8196.0, 8206.0, 8210.0, 8211.0, 8243.0, 8215.0, 8201.0, 8217.0, 8215.0, 8210.0, 8207.0, 8207.0, 8196.0, 8190.0, 8196.0, 8213.0, 8212.0, 8213.0, 8212.0, 8197.0, 8212.0, 8209.0, 8222.0, 8209.0, 8211.0, 8211.0, 8198.0, 8214.0, 8221.0, 8221.0, 8245.0, 8219.0, 8237.0, 8220.0, 8239.0, 8218.0, 8221.0, 8234.0, 8239.0, 8225.0, 8207.0, 8225.0, 8234.0, 8242.0, 8212.0, 8209.0, 8193.0, 8213.0, 8214.0, 8215.0, 8217.0, 8222.0, 8237.0, 8248.0, 8218.0, 8232.0, 8228.0, 8234.0, 8220.0, 8221.0, 8231.0, 8260.0, 8215.0, 8226.0, 8189.0, 8182.0, 8169.0, 8199.0, 8185.0, 8205.0, 8222.0, 8209.0, 8214.0, 8215.0, 8228.0, 8208.0, 8213.0, 8225.0, 8196.0, 8200.0, 8233.0, 8235.0, 8220.0, 8216.0, 8194.0, 8192.0, 8214.0, 8187.0, 8209.0, 8206.0, 8225.0, 8227.0, 8212.0, 8229.0, 8217.0, 8238.0, 8217.0, 8218.0, 8218.0, 8216.0, 8232.0, 8214.0, 8213.0, 8223.0, 8211.0, 8228.0, 8216.0, 8237.0, 8261.0, 8236.0, 8256.0, 8234.0, 8248.0, 8244.0, 8243.0, 8256.0, 8242.0, 8237.0, 8252.0, 8224.0, 8212.0, 8195.0, 8180.0, 8209.0, 8210.0, 8223.0, 8208.0, 8196.0, 8207.0, 8194.0, 8228.0, 8233.0, 8220.0, 8232.0, 8218.0, 8230.0, 8200.0, 8209.0, 8191.0, 8201.0, 8190.0, 8204.0, 8178.0, 8206.0, 8196.0, 8227.0, 8218.0, 8236.0, 8220.0, 8220.0, 8218.0, 8218.0, 8215.0, 8219.0, 8223.0, 8195.0, 8221.0, 8195.0, 8212.0, 8197.0, 8231.0, 8217.0, 8216.0, 8229.0, 8219.0, 8234.0, 8222.0, 8238.0, 8236.0, 8237.0, 8235.0, 8248.0, 8215.0, 8210.0, 8196.0, 8211.0, 8227.0, 8229.0, 8218.0, 8233.0, 8251.0, 8251.0, 8254.0, 8229.0, 8243.0, 8219.0, 8252.0, 8210.0, 8194.0, 8213.0, 8182.0, 8179.0, 8196.0, 8180.0, 8197.0, 8185.0, 8204.0, 8209.0, 8198.0, 8219.0, 8212.0, 8211.0, 8231.0, 8216.0, 8215.0, 8228.0, 8217.0, 8230.0, 8210.0, 8228.0, 8210.0, 8191.0, 8219.0, 8193.0, 8222.0, 8195.0, 8211.0, 8227.0, 8212.0, 8213.0, 8215.0, 8233.0, 8214.0, 8232.0, 8223.0, 8213.0, 8231.0, 8216.0, 8239.0, 8212.0, 8226.0, 8215.0, 8226.0, 8214.0, 8231.0, 8213.0, 8235.0, 8240.0, 8237.0, 8229.0, 8228.0, 8247.0, 8263.0, 8227.0, 8245.0, 8259.0, 8258.0, 8264.0, 8239.0, 8225.0, 8223.0, 8213.0, 8243.0, 8226.0, 8249.0, 8247.0, 8210.0, 8205.0, 8229.0, 8200.0, 8194.0, 8184.0, 8197.0, 8200.0, 8199.0, 8201.0, 8187.0, 8220.0, 8204.0, 8201.0, 8198.0, 8183.0, 8186.0, 8170.0, 8184.0, 8187.0, 8207.0, 8204.0, 8201.0, 8200.0, 8201.0, 8185.0, 8205.0, 8207.0, 8214.0, 8227.0, 8229.0, 8230.0, 8228.0, 8213.0, 8224.0, 8207.0, 8211.0, 8224.0, 8225.0, 8231.0, 8234.0, 8233.0, 8246.0, 8231.0, 8211.0, 8243.0, 8196.0, 8213.0, 8243.0, 8230.0, 8234.0, 8221.0, 8233.0, 8250.0, 8249.0, 8234.0, 8232.0, 8213.0, 8229.0, 8230.0, 8222.0, 8236.0, 8237.0, 8254.0, 8240.0, 8234.0, 8230.0, 8230.0, 8229.0, 8214.0, 8214.0, 8218.0, 8248.0, 8235.0, 8231.0, 8227.0, 8225.0, 8206.0, 8207.0, 8236.0, 8209.0, 8226.0, 8212.0, 8211.0, 8227.0, 8226.0, 8205.0, 8207.0, 8193.0, 8211.0, 8196.0, 8213.0, 8247.0, 8215.0, 8231.0, 8230.0, 8215.0, 8217.0, 8230.0, 8233.0, 8233.0, 8216.0, 8232.0, 8230.0, 8233.0, 8243.0, 8228.0, 8215.0, 8218.0, 8233.0, 8238.0, 8237.0, 8251.0, 8251.0, 8252.0, 8271.0, 8259.0, 8257.0, 8273.0, 8260.0, 8259.0, 8243.0, 8252.0, 8251.0, 8248.0, 8244.0, 8233.0, 8245.0, 8236.0, 8252.0, 8240.0, 8254.0, 8238.0, 8250.0, 8253.0, 8254.0, 8259.0, 8245.0, 8245.0, 8253.0, 8268.0, 8234.0, 8225.0, 8206.0, 8200.0, 8202.0, 8203.0, 8203.0, 8217.0, 8208.0, 8199.0, 8210.0, 8229.0, 8211.0, 8246.0, 8230.0, 8234.0, 8234.0, 8236.0, 8235.0, 8233.0, 8243.0, 8229.0, 8227.0, 8238.0, 8231.0, 8238.0, 8226.0, 8224.0, 8227.0, 8240.0, 8211.0, 8243.0, 8228.0, 8231.0, 8246.0, 8235.0, 8250.0, 8250.0, 8239.0, 8251.0, 8255.0, 8253.0, 8279.0, 8252.0, 8253.0, 8238.0, 8255.0, 8253.0, 8257.0, 8271.0, 8241.0, 8250.0, 8229.0, 8241.0, 8214.0, 8216.0, 8249.0, 8235.0, 8264.0, 8236.0, 8235.0, 8234.0, 8248.0, 8231.0, 8233.0, 8232.0, 8233.0, 8235.0, 8218.0, 8231.0, 8213.0, 8223.0, 8206.0, 8207.0, 8192.0, 8225.0, 8211.0, 8232.0, 8236.0, 8237.0, 8255.0, 8241.0, 8261.0, 8241.0, 8261.0, 8271.0, 8247.0, 8256.0, 8259.0, 8244.0, 8272.0, 8252.0, 8247.0, 8233.0, 8228.0, 8217.0, 8248.0, 8234.0, 8240.0, 8255.0, 8258.0, 8261.0, 8241.0, 8257.0, 8236.0, 8253.0, 8251.0, 8240.0, 8265.0, 8242.0, 8254.0, 8237.0, 8234.0, 8216.0, 8231.0, 8234.0, 8221.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.00015283582089552238</td></tr>
<tr><td colspan=3>aqi</td><td>0.0173271616532721</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.98720286132182</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1713563801954003</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.991964443344828</td></tr>
<tr><td colspan=3>efc</td><td>0.4478</td></tr>
<tr><td colspan=3>fber</td><td>6007.291</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08585775930960594</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.34443168771526983</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.71041769855829</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.625330573770878</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9760445654092047</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5298779564947873</td></tr>
<tr><td colspan=3>gcor</td><td>0.0111308</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011721806600689888</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018413357436656952</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.615615648852528</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.6004</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.7117</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>129.1132</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307050.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>261.296</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.87</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.0256</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2873.7867</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3077.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69494.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>773.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3826.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>851.0246</td></tr>
<tr><td colspan=3>tsnr</td><td>43.17678521265043</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>