ds005256-mriqc/sub-0018_ses-03_task-social_acq-mb8_run-02_bold.html
Felix Hoffstaedter 283c5df053 [DATALAD RUNCMD] Compute MRIQC for sub-0018
=== 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-0018 --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-0018",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:50:43 +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-0018_ses-03_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-0018_ses-03_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-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_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-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_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-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0018_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_ses-03_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-0018/figures/sub-0018_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_ses-03_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-0018/ses-03/func/sub-0018_ses-03_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>4051d202a74000ea072829a0c85a5c9f</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:50:29.310000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997038, -0.0204747, 0.0741382, 0.0231482, 0.999106, -0.0353839]</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.0907035</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>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4165, -7742, -7236, 735, -19, -179, -34, 18]</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.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2c24080c-9e79-46c5-b6b8-e6f95b1d99f0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6749794483184814, 0.06210505589842796, 0.19803814589977264, 105.90564727783203], [0.054932091385126114, 2.680527448654175, -0.0998871773481369, -95.31631469726562], [0.19890747964382172, 0.09493240714073181, 2.6908740997314453, -67.37097930908203], [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': ['095029.310000', '095029.770000', '095030.230000', '095030.690000', '095031.150000', '095031.610000', '095032.070000', '095032.530000', '095032.990000', '095033.450000', '095033.910000', '095034.370000', '095034.830000', '095035.290000', '095035.750000', '095036.210000', '095036.670000', '095037.130000', '095037.590000', '095038.050000', '095038.510000', '095038.970000', '095039.430000', '095039.890000', '095040.350000', '095040.810000', '095041.270000', '095041.730000', '095042.190000', '095042.650000', '095043.110000', '095043.570000', '095044.030000', '095044.490000', '095044.950000', '095045.410000', '095045.870000', '095046.330000', '095046.790000', '095047.250000', '095047.710000', '095048.170000', '095048.630000', '095049.090000', '095049.550000', '095050.010000', '095050.470000', '095050.930000', '095051.390000', '095051.850000', '095052.310000', '095052.770000', '095053.230000', '095053.690000', '095054.150000', '095054.610000', '095055.070000', '095055.530000', '095055.990000', '095056.450000', '095056.910000', '095057.370000', '095057.830000', '095058.290000', '095058.750000', '095059.210000', '095059.670000', '095100.130000', '095100.590000', '095101.050000', '095101.510000', '095101.970000', '095102.430000', '095102.890000', '095103.350000', '095103.810000', '095104.270000', '095104.730000', '095105.190000', '095105.650000', '095106.110000', '095106.570000', '095107.030000', '095107.490000', '095107.950000', '095108.410000', '095108.870000', '095109.330000', '095109.790000', '095110.250000', '095110.710000', '095111.170000', '095111.630000', '095112.090000', '095112.550000', '095113.010000', '095113.470000', '095113.930000', '095114.390000', '095114.850000', '095115.310000', '095115.770000', '095116.230000', '095116.690000', '095117.150000', '095117.610000', '095118.070000', '095118.530000', '095118.990000', '095119.450000', '095119.910000', '095120.370000', '095120.830000', '095121.290000', '095121.750000', '095122.210000', '095122.670000', '095123.130000', '095123.590000', '095124.050000', '095124.510000', '095124.970000', '095125.430000', '095125.890000', '095126.350000', '095126.810000', '095127.270000', '095127.730000', '095128.190000', '095128.650000', '095129.110000', '095129.570000', '095130.030000', '095130.490000', '095130.950000', '095131.410000', '095131.870000', '095132.330000', '095132.790000', '095133.250000', '095133.710000', '095134.170000', '095134.630000', '095135.090000', '095135.550000', '095136.010000', '095136.470000', '095136.930000', '095137.390000', '095137.850000', '095138.310000', '095138.770000', '095139.230000', '095139.690000', '095140.150000', '095140.610000', '095141.070000', '095141.530000', '095141.990000', '095142.450000', '095142.910000', '095143.370000', '095143.830000', '095144.290000', '095144.750000', '095145.210000', '095145.670000', '095146.130000', '095146.590000', '095147.050000', '095147.510000', '095147.970000', '095148.430000', '095148.890000', '095149.350000', '095149.810000', '095150.270000', '095150.730000', '095151.190000', '095151.650000', '095152.110000', '095152.570000', '095153.030000', '095153.490000', '095153.950000', '095154.410000', '095154.870000', '095155.330000', '095155.790000', '095156.250000', '095156.710000', '095157.170000', '095157.630000', '095158.090000', '095158.550000', '095159.010000', '095159.470000', '095159.930000', '095200.390000', '095200.850000', '095201.310000', '095201.770000', '095202.230000', '095202.690000', '095203.150000', '095203.610000', '095204.070000', '095204.530000', '095204.990000', '095205.450000', '095205.910000', '095206.370000', '095206.830000', '095207.290000', '095207.750000', '095208.210000', '095208.670000', '095209.130000', '095209.590000', '095210.050000', '095210.510000', '095210.970000', '095211.430000', '095211.890000', '095212.350000', '095212.810000', '095213.270000', '095213.730000', '095214.190000', '095214.650000', '095215.110000', '095215.570000', '095216.030000', '095216.490000', '095216.950000', '095217.410000', '095217.870000', '095218.330000', '095218.790000', '095219.250000', '095219.710000', '095220.170000', '095220.630000', '095221.090000', '095221.550000', '095222.010000', '095222.470000', '095222.930000', '095223.390000', '095223.850000', '095224.310000', '095224.770000', '095225.230000', '095225.690000', '095226.150000', '095226.610000', '095227.070000', '095227.530000', '095227.990000', '095228.450000', '095228.910000', '095229.370000', '095229.830000', '095230.290000', '095230.750000', '095231.210000', '095231.670000', '095232.130000', '095232.590000', '095233.050000', '095233.510000', '095233.970000', '095234.430000', '095234.890000', '095235.350000', '095235.810000', '095236.270000', '095236.730000', '095237.190000', '095237.650000', '095238.110000', '095238.570000', '095239.030000', '095239.490000', '095239.950000', '095240.410000', '095240.870000', '095241.330000', '095241.790000', '095242.250000', '095242.710000', '095243.170000', '095243.630000', '095244.090000', '095244.550000', '095245.010000', '095245.470000', '095245.930000', '095246.390000', '095246.850000', '095247.310000', '095247.770000', '095248.230000', '095248.690000', '095249.150000', '095249.610000', '095250.070000', '095250.530000', '095250.990000', '095251.450000', '095251.910000', '095252.370000', '095252.830000', '095253.290000', '095253.750000', '095254.210000', '095254.670000', '095255.130000', '095255.590000', '095256.050000', '095256.510000', '095256.970000', '095257.430000', '095257.890000', '095258.350000', '095258.810000', '095259.270000', '095259.730000', '095300.190000', '095300.650000', '095301.110000', '095301.570000', '095302.030000', '095302.490000', '095302.950000', '095303.410000', '095303.870000', '095304.330000', '095304.790000', '095305.250000', '095305.710000', '095306.170000', '095306.630000', '095307.090000', '095307.550000', '095308.010000', '095308.470000', '095308.930000', '095309.390000', '095309.850000', '095310.310000', '095310.770000', '095311.230000', '095311.690000', '095312.150000', '095312.610000', '095313.070000', '095313.530000', '095313.990000', '095314.450000', '095314.910000', '095315.370000', '095315.830000', '095316.290000', '095316.750000', '095317.210000', '095317.670000', '095318.130000', '095318.590000', '095319.050000', '095319.510000', '095319.970000', '095320.430000', '095320.890000', '095321.350000', '095321.810000', '095322.270000', '095322.730000', '095323.190000', '095323.650000', '095324.110000', '095324.570000', '095325.030000', '095325.490000', '095325.950000', '095326.410000', '095326.870000', '095327.330000', '095327.790000', '095328.250000', '095328.710000', '095329.170000', '095329.630000', '095330.090000', '095330.550000', '095331.010000', '095331.470000', '095331.930000', '095332.390000', '095332.850000', '095333.310000', '095333.770000', '095334.230000', '095334.690000', '095335.150000', '095335.610000', '095336.070000', '095336.530000', '095336.990000', '095337.450000', '095337.910000', '095338.370000', '095338.830000', '095339.290000', '095339.750000', '095340.210000', '095340.670000', '095341.130000', '095341.590000', '095342.050000', '095342.510000', '095342.970000', '095343.430000', '095343.890000', '095344.350000', '095344.810000', '095345.270000', '095345.730000', '095346.190000', '095346.650000', '095347.110000', '095347.570000', '095348.030000', '095348.490000', '095348.950000', '095349.410000', '095349.870000', '095350.330000', '095350.790000', '095351.250000', '095351.710000', '095352.170000', '095352.630000', '095353.090000', '095353.550000', '095354.010000', '095354.470000', '095354.930000', '095355.390000', '095355.850000', '095356.310000', '095356.770000', '095357.230000', '095357.690000', '095358.150000', '095358.610000', '095359.070000', '095359.530000', '095359.990000', '095400.450000', '095400.910000', '095401.370000', '095401.830000', '095402.290000', '095402.750000', '095403.210000', '095403.670000', '095404.130000', '095404.590000', '095405.050000', '095405.510000', '095405.970000', '095406.430000', '095406.890000', '095407.350000', '095407.810000', '095408.270000', '095408.730000', '095409.190000', '095409.650000', '095410.110000', '095410.570000', '095411.030000', '095411.490000', '095411.950000', '095412.410000', '095412.870000', '095413.330000', '095413.790000', '095414.250000', '095414.710000', '095415.170000', '095415.630000', '095416.090000', '095416.550000', '095417.010000', '095417.470000', '095417.930000', '095418.390000', '095418.850000', '095419.310000', '095419.770000', '095420.230000', '095420.690000', '095421.150000', '095421.610000', '095422.070000', '095422.530000', '095422.990000', '095423.450000', '095423.910000', '095424.370000', '095424.830000', '095425.290000', '095425.750000', '095426.210000', '095426.670000', '095427.130000', '095427.590000', '095428.050000', '095428.510000', '095428.970000', '095429.430000', '095429.890000', '095430.350000', '095430.810000', '095431.270000', '095431.730000', '095432.190000', '095432.650000', '095433.110000', '095433.570000', '095434.030000', '095434.490000', '095434.950000', '095435.410000', '095435.870000', '095436.330000', '095436.790000', '095437.250000', '095437.710000', '095438.170000', '095438.630000', '095439.090000', '095439.550000', '095440.010000', '095440.470000', '095440.930000', '095441.390000', '095441.850000', '095442.310000', '095442.770000', '095443.230000', '095443.690000', '095444.150000', '095444.610000', '095445.070000', '095445.530000', '095445.990000', '095446.450000', '095446.910000', '095447.370000', '095447.830000', '095448.290000', '095448.750000', '095449.210000', '095449.670000', '095450.130000', '095450.590000', '095451.050000', '095451.510000', '095451.970000', '095452.430000', '095452.890000', '095453.350000', '095453.810000', '095454.270000', '095454.730000', '095455.190000', '095455.650000', '095456.110000', '095456.570000', '095457.030000', '095457.490000', '095457.950000', '095458.410000', '095458.870000', '095459.330000', '095459.790000', '095500.250000', '095500.710000', '095501.170000', '095501.630000', '095502.090000', '095502.550000', '095503.010000', '095503.470000', '095503.930000', '095504.390000', '095504.850000', '095505.310000', '095505.770000', '095506.230000', '095506.690000', '095507.150000', '095507.610000', '095508.070000', '095508.530000', '095508.990000', '095509.450000', '095509.910000', '095510.370000', '095510.830000', '095511.290000', '095511.750000', '095512.210000', '095512.670000', '095513.130000', '095513.590000', '095514.050000', '095514.510000', '095514.970000', '095515.430000', '095515.890000', '095516.350000', '095516.810000', '095517.270000', '095517.730000', '095518.190000', '095518.650000', '095519.110000', '095519.570000', '095520.030000', '095520.490000', '095520.950000', '095521.410000', '095521.870000', '095522.330000', '095522.790000', '095523.250000', '095523.710000', '095524.170000', '095524.630000', '095525.090000', '095525.550000', '095526.010000', '095526.470000', '095526.930000', '095527.390000', '095527.850000', '095528.310000', '095528.770000', '095529.230000', '095529.690000', '095530.150000', '095530.610000', '095531.070000', '095531.530000', '095531.990000', '095532.450000', '095532.910000', '095533.370000', '095533.830000', '095534.290000', '095534.750000', '095535.210000', '095535.670000', '095536.130000', '095536.590000', '095537.050000', '095537.510000', '095537.970000', '095538.430000', '095538.890000', '095539.350000', '095539.810000', '095540.270000', '095540.730000', '095541.190000', '095541.650000', '095542.110000', '095542.570000', '095543.030000', '095543.490000', '095543.950000', '095544.410000', '095544.870000', '095545.330000', '095545.790000', '095546.250000', '095546.710000', '095547.170000', '095547.630000', '095548.090000', '095548.550000', '095549.010000', '095549.470000', '095549.930000', '095550.390000', '095550.850000', '095551.310000', '095551.770000', '095552.230000', '095552.690000', '095553.150000', '095553.610000', '095554.070000', '095554.530000', '095554.990000', '095555.450000', '095555.910000', '095556.370000', '095556.830000', '095557.290000', '095557.750000', '095558.210000', '095558.670000', '095559.130000', '095559.590000', '095600.050000', '095600.510000', '095600.970000', '095601.430000', '095601.890000', '095602.350000', '095602.810000', '095603.270000', '095603.730000', '095604.190000', '095604.650000', '095605.110000', '095605.570000', '095606.030000', '095606.490000', '095606.950000', '095607.410000', '095607.870000', '095608.330000', '095608.790000', '095609.250000', '095609.710000', '095610.170000', '095610.630000', '095611.090000', '095611.550000', '095612.010000', '095612.470000', '095612.930000', '095613.390000', '095613.850000', '095614.310000', '095614.770000', '095615.230000', '095615.690000', '095616.150000', '095616.610000', '095617.070000', '095617.530000', '095617.990000', '095618.450000', '095618.910000', '095619.370000', '095619.830000', '095620.290000', '095620.750000', '095621.210000', '095621.670000', '095622.130000', '095622.590000', '095623.050000', '095623.510000', '095623.970000', '095624.430000', '095624.890000', '095625.350000', '095625.810000', '095626.270000', '095626.730000', '095627.190000', '095627.650000', '095628.110000', '095628.570000', '095629.030000', '095629.490000', '095629.950000', '095630.410000', '095630.870000', '095631.330000', '095631.790000', '095632.250000', '095632.710000', '095633.170000', '095633.630000', '095634.090000', '095634.550000', '095635.010000', '095635.470000', '095635.930000', '095636.390000', '095636.850000', '095637.310000', '095637.770000', '095638.230000', '095638.690000', '095639.150000', '095639.610000', '095640.070000', '095640.530000', '095640.990000', '095641.450000', '095641.910000', '095642.370000', '095642.830000', '095643.290000', '095643.750000', '095644.210000', '095644.670000', '095645.130000', '095645.590000', '095646.050000', '095646.510000', '095646.970000', '095647.430000', '095647.890000', '095648.350000', '095648.810000', '095649.270000', '095649.730000', '095650.190000', '095650.650000', '095651.110000', '095651.570000', '095652.030000', '095652.490000', '095652.950000', '095653.410000', '095653.870000', '095654.330000', '095654.790000', '095655.250000', '095655.710000', '095656.170000', '095656.630000', '095657.090000', '095657.550000', '095658.010000', '095658.470000', '095658.930000', '095659.390000', '095659.850000', '095700.310000', '095700.770000', '095701.230000', '095701.690000', '095702.150000', '095702.610000', '095703.070000', '095703.530000', '095703.990000', '095704.450000', '095704.910000', '095705.370000', '095705.830000', '095706.290000', '095706.750000', '095707.210000', '095707.670000', '095708.130000', '095708.590000', '095709.050000', '095709.510000', '095709.970000'], 'ContentTime': ['095044.015000', '095044.019000', '095044.022000', '095044.025000', '095044.027000', '095044.030000', '095044.033000', '095044.036000', '095044.039000', '095044.041000', '095044.044000', '095044.047000', '095044.050000', '095044.061000', '095044.064000', '095044.067000', '095044.078000', '095044.081000', '095044.088000', '095044.090000', '095044.093000', '095044.096000', '095044.099000', '095044.102000', '095044.104000', '095044.107000', '095044.110000', '095044.113000', '095044.116000', '095044.119000', '095103.984000', '095103.987000', '095103.990000', '095103.992000', '095103.995000', '095103.998000', '095104.002000', '095104.005000', '095104.007000', '095104.010000', '095104.013000', '095104.016000', '095104.019000', '095104.022000', '095104.024000', '095104.027000', '095104.030000', '095104.033000', '095104.036000', '095104.039000', '095104.042000', '095104.044000', '095104.047000', '095104.050000', '095104.053000', '095104.056000', '095104.059000', '095104.061000', '095104.064000', '095104.067000', '095104.070000', '095104.073000', '095104.075000', '095104.078000', '095104.081000', '095104.084000', '095104.087000', '095104.090000', '095104.092000', '095104.107000', '095104.109000', '095104.112000', '095104.115000', '095123.985000', '095123.988000', '095123.991000', '095123.994000', '095123.997000', '095124.001000', '095124.004000', '095124.006000', '095124.009000', '095124.012000', '095124.015000', '095124.023000', '095124.026000', '095124.029000', '095124.032000', '095124.034000', '095124.037000', '095124.040000', '095124.043000', '095124.046000', '095124.049000', '095124.052000', '095124.054000', '095124.057000', '095124.060000', '095124.063000', '095124.066000', '095124.069000', '095124.072000', '095124.075000', '095124.077000', '095124.080000', '095124.083000', '095124.086000', '095124.089000', '095124.092000', '095124.094000', '095124.097000', '095124.100000', '095124.103000', '095124.106000', '095124.109000', '095124.112000', '095124.114000', '095143.984000', '095143.987000', '095143.990000', '095143.993000', '095143.996000', '095143.998000', '095144.002000', '095144.005000', '095144.008000', '095144.011000', '095144.014000', '095144.017000', '095144.019000', '095144.022000', '095144.025000', '095144.028000', '095144.031000', '095144.033000', '095144.036000', '095144.039000', '095144.042000', '095144.045000', '095144.048000', '095144.051000', '095144.053000', '095144.056000', '095144.059000', '095144.062000', '095144.065000', '095144.068000', '095144.070000', '095144.073000', '095144.076000', '095144.079000', '095144.082000', '095144.085000', '095144.087000', '095144.090000', '095144.093000', '095144.096000', '095144.099000', '095144.102000', '095144.104000', '095203.984000', '095203.987000', '095203.989000', '095203.992000', '095203.995000', '095203.998000', '095204.002000', '095204.005000', '095204.008000', '095204.011000', '095204.013000', '095204.016000', '095204.019000', '095204.022000', '095204.025000', '095204.028000', '095204.030000', '095204.033000', '095204.036000', '095204.039000', '095204.042000', '095204.045000', '095204.048000', '095204.051000', '095204.053000', '095204.056000', '095204.059000', '095204.062000', '095204.065000', '095204.068000', '095204.071000', '095204.074000', '095204.077000', '095204.079000', '095204.082000', '095204.085000', '095204.088000', '095204.091000', '095204.094000', '095204.097000', '095204.099000', '095204.102000', '095204.105000', '095204.108000', '095223.984000', '095223.987000', '095223.990000', '095223.993000', '095223.995000', '095223.998000', '095224.002000', '095224.005000', '095224.008000', '095224.011000', '095224.014000', '095224.016000', '095224.019000', '095224.022000', '095224.025000', '095224.028000', '095224.031000', '095224.034000', '095224.036000', '095224.039000', '095224.042000', '095224.045000', '095224.048000', '095224.051000', '095224.054000', '095224.057000', '095224.060000', '095224.062000', '095224.065000', '095224.068000', '095224.071000', '095224.074000', '095224.077000', '095224.079000', '095224.082000', '095224.085000', '095224.088000', '095224.091000', '095224.094000', '095224.097000', '095224.100000', '095224.103000', '095224.105000', '095243.984000', '095243.987000', '095243.990000', '095243.993000', '095243.995000', '095243.998000', '095244.002000', '095244.005000', '095244.008000', '095244.011000', '095244.014000', '095244.016000', '095244.019000', '095244.022000', '095244.025000', '095244.028000', '095244.031000', '095244.033000', '095244.036000', '095244.039000', '095244.042000', '095244.045000', '095244.048000', '095244.051000', '095244.054000', '095244.056000', '095244.059000', '095244.062000', '095244.065000', '095244.068000', '095244.071000', '095244.074000', '095244.076000', '095244.079000', '095244.082000', '095244.097000', '095244.100000', '095244.103000', '095244.106000', '095244.108000', '095244.111000', '095244.114000', '095244.117000', '095303.984000', '095303.987000', '095303.990000', '095303.993000', '095303.995000', '095303.998000', '095304.002000', '095304.005000', '095304.008000', '095304.011000', '095304.014000', '095304.016000', '095304.019000', '095304.022000', '095304.025000', '095304.028000', '095304.031000', '095304.033000', '095304.036000', '095304.039000', '095304.042000', '095304.045000', '095304.048000', '095304.051000', '095304.054000', '095304.056000', '095304.059000', '095304.062000', '095304.065000', '095304.068000', '095304.071000', '095304.074000', '095304.076000', '095304.079000', '095304.082000', '095304.085000', '095304.088000', '095304.091000', '095304.094000', '095304.097000', '095304.099000', '095304.106000', '095304.109000', '095304.111000', '095323.984000', '095323.987000', '095323.990000', '095323.993000', '095323.995000', '095323.998000', '095324.002000', '095324.005000', '095324.008000', '095324.011000', '095324.014000', '095324.017000', '095324.020000', '095324.023000', '095324.026000', '095324.029000', '095324.031000', '095324.034000', '095324.037000', '095324.040000', '095324.043000', '095324.046000', '095324.049000', '095324.051000', '095324.054000', '095324.057000', '095324.060000', '095324.063000', '095324.066000', '095324.068000', '095324.071000', '095324.074000', '095324.077000', '095324.080000', '095324.083000', '095324.086000', '095324.088000', '095324.091000', '095324.094000', '095324.097000', '095324.100000', '095324.103000', '095324.106000', '095343.984000', '095343.987000', '095343.990000', '095343.992000', '095343.995000', '095343.998000', '095344.002000', '095344.005000', '095344.008000', '095344.010000', '095344.013000', '095344.016000', '095344.019000', '095344.022000', '095344.025000', '095344.027000', '095344.030000', '095344.033000', '095344.036000', '095344.039000', '095344.042000', '095344.045000', '095344.047000', '095344.050000', '095344.053000', '095344.056000', '095344.059000', '095344.062000', '095344.064000', '095344.067000', '095344.070000', '095344.073000', '095344.076000', '095344.079000', '095344.082000', '095344.084000', '095344.087000', '095344.090000', '095344.093000', '095344.096000', '095344.099000', '095344.101000', '095344.104000', '095344.107000', '095403.984000', '095403.987000', '095403.990000', '095403.993000', '095403.996000', '095403.998000', '095404.002000', '095404.005000', '095404.008000', '095404.011000', '095404.014000', '095404.017000', '095404.020000', '095404.023000', '095404.026000', '095404.029000', '095404.032000', '095404.034000', '095404.037000', '095404.040000', '095404.043000', '095404.046000', '095404.049000', '095404.051000', '095404.054000', '095404.057000', '095404.060000', '095404.063000', '095404.066000', '095404.069000', '095404.071000', '095404.074000', '095404.077000', '095404.080000', '095404.083000', '095404.086000', '095404.089000', '095404.091000', '095404.094000', '095404.097000', '095404.100000', '095404.103000', '095404.106000', '095423.984000', '095423.987000', '095423.990000', '095423.993000', '095423.996000', '095423.998000', '095424.002000', '095424.005000', '095424.008000', '095424.011000', '095424.014000', '095424.016000', '095424.019000', '095424.022000', '095424.025000', '095424.028000', '095424.031000', '095424.048000', '095424.051000', '095424.053000', '095424.056000', '095424.059000', '095424.062000', '095424.065000', '095424.068000', '095424.070000', '095424.073000', '095424.076000', '095424.079000', '095424.082000', '095424.085000', '095424.088000', '095424.090000', '095424.093000', '095424.096000', '095424.099000', '095424.102000', '095424.105000', '095424.107000', '095424.110000', '095424.113000', '095424.116000', '095424.119000', '095424.122000', '095443.984000', '095443.987000', '095443.990000', '095443.993000', '095444.001000', '095444.004000', '095444.006000', '095444.009000', '095444.012000', '095444.015000', '095444.018000', '095444.021000', '095444.023000', '095444.026000', '095444.029000', '095444.032000', '095444.037000', '095444.041000', '095444.044000', '095444.047000', '095444.050000', '095444.053000', '095444.056000', '095444.059000', '095444.062000', '095444.065000', '095444.067000', '095444.070000', '095444.073000', '095444.076000', '095444.079000', '095444.082000', '095444.085000', '095444.087000', '095444.090000', '095444.093000', '095444.096000', '095444.099000', '095444.102000', '095444.104000', '095444.107000', '095444.110000', '095444.113000', '095503.984000', '095503.987000', '095503.990000', '095503.993000', '095503.995000', '095503.998000', '095504.002000', '095504.005000', '095504.008000', '095504.011000', '095504.013000', '095504.016000', '095504.019000', '095504.022000', '095504.025000', '095504.028000', '095504.031000', '095504.033000', '095504.036000', '095504.039000', '095504.042000', '095504.045000', '095504.048000', '095504.050000', '095504.053000', '095504.056000', '095504.059000', '095504.062000', '095504.065000', '095504.067000', '095504.070000', '095504.073000', '095504.076000', '095504.079000', '095504.082000', '095504.085000', '095504.087000', '095504.090000', '095504.093000', '095504.096000', '095504.099000', '095504.102000', '095504.105000', '095504.107000', '095523.984000', '095523.987000', '095523.990000', '095523.993000', '095523.996000', '095524.000000', '095524.003000', '095524.006000', '095524.009000', '095524.012000', '095524.015000', '095524.018000', '095524.021000', '095524.023000', '095524.026000', '095524.029000', '095524.032000', '095524.035000', '095524.038000', '095524.041000', '095524.043000', '095524.046000', '095524.049000', '095524.052000', '095524.055000', '095524.058000', '095524.061000', '095524.063000', '095524.066000', '095524.070000', '095524.073000', '095524.077000', '095524.080000', '095524.083000', '095524.085000', '095524.088000', '095524.091000', '095524.094000', '095524.097000', '095524.100000', '095524.102000', '095524.105000', '095524.108000', '095543.984000', '095543.987000', '095543.990000', '095543.993000', '095543.995000', '095543.998000', '095544.002000', '095544.005000', '095544.008000', '095544.011000', '095544.014000', '095544.016000', '095544.019000', '095544.022000', '095544.025000', '095544.028000', '095544.031000', '095544.034000', '095544.037000', '095544.039000', '095544.042000', '095544.045000', '095544.048000', '095544.051000', '095544.054000', '095544.056000', '095544.059000', '095544.062000', '095544.065000', '095544.069000', '095544.072000', '095544.075000', '095544.077000', '095544.080000', '095544.083000', '095544.086000', '095544.089000', '095544.092000', '095544.094000', '095544.097000', '095544.100000', '095544.103000', '095544.119000', '095544.122000', '095603.984000', '095603.987000', '095603.990000', '095603.993000', '095603.995000', '095603.998000', '095604.002000', '095604.005000', '095604.008000', '095604.011000', '095604.013000', '095604.016000', '095604.019000', '095604.022000', '095604.025000', '095604.028000', '095604.031000', '095604.034000', '095604.037000', '095604.039000', '095604.042000', '095604.045000', '095604.048000', '095604.051000', '095604.054000', '095604.057000', '095604.059000', '095604.062000', '095604.065000', '095604.068000', '095604.071000', '095604.074000', '095604.077000', '095604.079000', '095604.082000', '095604.086000', '095604.091000', '095604.095000', '095604.098000', '095604.100000', '095604.103000', '095604.106000', '095604.109000', '095623.984000', '095623.987000', '095623.990000', '095623.993000', '095623.996000', '095623.998000', '095624.002000', '095624.005000', '095624.008000', '095624.011000', '095624.013000', '095624.016000', '095624.019000', '095624.022000', '095624.025000', '095624.028000', '095624.031000', '095624.034000', '095624.037000', '095624.039000', '095624.042000', '095624.045000', '095624.048000', '095624.051000', '095624.054000', '095624.056000', '095624.059000', '095624.062000', '095624.065000', '095624.068000', '095624.071000', '095624.074000', '095624.077000', '095624.079000', '095624.082000', '095624.085000', '095624.088000', '095624.091000', '095624.094000', '095624.096000', '095624.099000', '095624.102000', '095624.105000', '095624.108000', '095643.984000', '095643.987000', '095643.990000', '095643.993000', '095643.996000', '095643.998000', '095644.002000', '095644.005000', '095644.008000', '095644.011000', '095644.014000', '095644.016000', '095644.019000', '095644.024000', '095644.027000', '095644.029000', '095644.032000', '095644.036000', '095644.038000', '095644.042000', '095644.044000', '095644.047000', '095644.050000', '095644.053000', '095644.056000', '095644.059000', '095644.061000', '095644.064000', '095644.067000', '095644.070000', '095644.073000', '095644.076000', '095644.079000', '095644.082000', '095644.084000', '095644.087000', '095644.090000', '095644.093000', '095644.098000', '095644.101000', '095644.104000', '095644.107000', '095644.110000', '095703.984000', '095703.987000', '095703.990000', '095703.993000', '095703.996000', '095704.000000', '095704.003000', '095704.005000', '095704.008000', '095704.011000', '095704.014000', '095704.017000', '095704.020000', '095704.023000', '095704.026000', '095704.028000', '095704.031000', '095704.034000', '095704.037000', '095704.040000', '095704.043000', '095704.045000', '095704.048000', '095704.051000', '095704.054000', '095704.057000', '095704.060000', '095704.063000', '095704.065000', '095704.068000', '095704.071000', '095704.074000', '095704.077000', '095704.080000', '095704.082000', '095704.085000', '095704.088000', '095704.091000', '095704.094000', '095704.097000', '095704.100000', '095704.103000', '095704.105000', '095704.108000', '095711.291000', '095711.294000', '095711.297000', '095711.300000', '095711.303000', '095711.306000', '095711.309000', '095711.312000', '095711.315000', '095711.329000', '095711.332000', '095711.336000', '095711.338000', '095711.341000', '095711.345000', '095711.347000'], 'InstanceCreationTime': ['095044.015000', '095044.019000', '095044.022000', '095044.025000', '095044.027000', '095044.030000', '095044.033000', '095044.036000', '095044.039000', '095044.041000', '095044.044000', '095044.047000', '095044.050000', '095044.061000', '095044.064000', '095044.067000', '095044.078000', '095044.081000', '095044.088000', '095044.090000', '095044.093000', '095044.096000', '095044.099000', '095044.102000', '095044.104000', '095044.107000', '095044.110000', '095044.113000', '095044.116000', '095044.119000', '095103.984000', '095103.987000', '095103.990000', '095103.992000', '095103.995000', '095103.998000', '095104.002000', '095104.005000', '095104.007000', '095104.010000', '095104.013000', '095104.016000', '095104.019000', '095104.022000', '095104.024000', '095104.027000', '095104.030000', '095104.033000', '095104.036000', '095104.039000', '095104.042000', '095104.044000', '095104.047000', '095104.050000', '095104.053000', '095104.056000', '095104.059000', '095104.061000', '095104.064000', '095104.067000', '095104.070000', '095104.073000', '095104.075000', '095104.078000', '095104.081000', '095104.084000', '095104.087000', '095104.090000', '095104.092000', '095104.107000', '095104.109000', '095104.112000', '095104.115000', '095123.985000', '095123.988000', '095123.991000', '095123.994000', '095123.997000', '095124.001000', '095124.004000', '095124.006000', '095124.009000', '095124.012000', '095124.015000', '095124.023000', '095124.026000', '095124.029000', '095124.032000', '095124.034000', '095124.037000', '095124.040000', '095124.043000', '095124.046000', '095124.049000', '095124.052000', '095124.054000', '095124.057000', '095124.060000', '095124.063000', '095124.066000', '095124.069000', '095124.072000', '095124.075000', '095124.077000', '095124.080000', '095124.083000', '095124.086000', '095124.089000', '095124.092000', '095124.094000', '095124.097000', '095124.100000', '095124.103000', '095124.106000', '095124.109000', '095124.112000', '095124.114000', '095143.984000', '095143.987000', '095143.990000', '095143.993000', '095143.996000', '095143.998000', '095144.002000', '095144.005000', '095144.008000', '095144.011000', '095144.014000', '095144.017000', '095144.019000', '095144.022000', '095144.025000', '095144.028000', '095144.031000', '095144.033000', '095144.036000', '095144.039000', '095144.042000', '095144.045000', '095144.048000', '095144.051000', '095144.053000', '095144.056000', '095144.059000', '095144.062000', '095144.065000', '095144.068000', '095144.070000', '095144.073000', '095144.076000', '095144.079000', '095144.082000', '095144.085000', '095144.087000', '095144.090000', '095144.093000', '095144.096000', '095144.099000', '095144.102000', '095144.104000', '095203.984000', '095203.987000', '095203.989000', '095203.992000', '095203.995000', '095203.998000', '095204.002000', '095204.005000', '095204.008000', '095204.011000', '095204.013000', '095204.016000', '095204.019000', '095204.022000', '095204.025000', '095204.028000', '095204.030000', '095204.033000', '095204.036000', '095204.039000', '095204.042000', '095204.045000', '095204.048000', '095204.051000', '095204.053000', '095204.056000', '095204.059000', '095204.062000', '095204.065000', '095204.068000', '095204.071000', '095204.074000', '095204.077000', '095204.079000', '095204.082000', '095204.085000', '095204.088000', '095204.091000', '095204.094000', '095204.097000', '095204.099000', '095204.102000', '095204.105000', '095204.108000', '095223.984000', '095223.987000', '095223.990000', '095223.993000', '095223.995000', '095223.998000', '095224.002000', '095224.005000', '095224.008000', '095224.011000', '095224.014000', '095224.016000', '095224.019000', '095224.022000', '095224.025000', '095224.028000', '095224.031000', '095224.034000', '095224.036000', '095224.039000', '095224.042000', '095224.045000', '095224.048000', '095224.051000', '095224.054000', '095224.057000', '095224.060000', '095224.062000', '095224.065000', '095224.068000', '095224.071000', '095224.074000', '095224.077000', '095224.079000', '095224.082000', '095224.085000', '095224.088000', '095224.091000', '095224.094000', '095224.097000', '095224.100000', '095224.103000', '095224.105000', '095243.984000', '095243.987000', '095243.990000', '095243.993000', '095243.995000', '095243.998000', '095244.002000', '095244.005000', '095244.008000', '095244.011000', '095244.014000', '095244.016000', '095244.019000', '095244.022000', '095244.025000', '095244.028000', '095244.031000', '095244.033000', '095244.036000', '095244.039000', '095244.042000', '095244.045000', '095244.048000', '095244.051000', '095244.054000', '095244.056000', '095244.059000', '095244.062000', '095244.065000', '095244.068000', '095244.071000', '095244.074000', '095244.076000', '095244.079000', '095244.082000', '095244.097000', '095244.100000', '095244.103000', '095244.106000', '095244.108000', '095244.111000', '095244.114000', '095244.117000', '095303.984000', '095303.987000', '095303.990000', '095303.993000', '095303.995000', '095303.998000', '095304.002000', '095304.005000', '095304.008000', '095304.011000', '095304.014000', '095304.016000', '095304.019000', '095304.022000', '095304.025000', '095304.028000', '095304.031000', '095304.033000', '095304.036000', '095304.039000', '095304.042000', '095304.045000', '095304.048000', '095304.051000', '095304.054000', '095304.056000', '095304.059000', '095304.062000', '095304.065000', '095304.068000', '095304.071000', '095304.074000', '095304.076000', '095304.079000', '095304.082000', '095304.085000', '095304.088000', '095304.091000', '095304.094000', '095304.097000', '095304.099000', '095304.106000', '095304.109000', '095304.111000', '095323.984000', '095323.987000', '095323.990000', '095323.993000', '095323.995000', '095323.998000', '095324.002000', '095324.005000', '095324.008000', '095324.011000', '095324.014000', '095324.017000', '095324.020000', '095324.023000', '095324.026000', '095324.029000', '095324.031000', '095324.034000', '095324.037000', '095324.040000', '095324.043000', '095324.046000', '095324.049000', '095324.051000', '095324.054000', '095324.057000', '095324.060000', '095324.063000', '095324.066000', '095324.068000', '095324.071000', '095324.074000', '095324.077000', '095324.080000', '095324.083000', '095324.086000', '095324.088000', '095324.091000', '095324.094000', '095324.097000', '095324.100000', '095324.103000', '095324.106000', '095343.984000', '095343.987000', '095343.990000', '095343.992000', '095343.995000', '095343.998000', '095344.002000', '095344.005000', '095344.008000', '095344.010000', '095344.013000', '095344.016000', '095344.019000', '095344.022000', '095344.025000', '095344.027000', '095344.030000', '095344.033000', '095344.036000', '095344.039000', '095344.042000', '095344.045000', '095344.047000', '095344.050000', '095344.053000', '095344.056000', '095344.059000', '095344.062000', '095344.064000', '095344.067000', '095344.070000', '095344.073000', '095344.076000', '095344.079000', '095344.082000', '095344.084000', '095344.087000', '095344.090000', '095344.093000', '095344.096000', '095344.099000', '095344.101000', '095344.104000', '095344.107000', '095403.984000', '095403.987000', '095403.990000', '095403.993000', '095403.996000', '095403.998000', '095404.002000', '095404.005000', '095404.008000', '095404.011000', '095404.014000', '095404.017000', '095404.020000', '095404.023000', '095404.026000', '095404.029000', '095404.032000', '095404.034000', '095404.037000', '095404.040000', '095404.043000', '095404.046000', '095404.049000', '095404.051000', '095404.054000', '095404.057000', '095404.060000', '095404.063000', '095404.066000', '095404.069000', '095404.071000', '095404.074000', '095404.077000', '095404.080000', '095404.083000', '095404.086000', '095404.089000', '095404.091000', '095404.094000', '095404.097000', '095404.100000', '095404.103000', '095404.106000', '095423.984000', '095423.987000', '095423.990000', '095423.993000', '095423.996000', '095423.998000', '095424.002000', '095424.005000', '095424.008000', '095424.011000', '095424.014000', '095424.016000', '095424.019000', '095424.022000', '095424.025000', '095424.028000', '095424.031000', '095424.048000', '095424.051000', '095424.053000', '095424.056000', '095424.059000', '095424.062000', '095424.065000', '095424.068000', '095424.070000', '095424.073000', '095424.076000', '095424.079000', '095424.082000', '095424.085000', '095424.088000', '095424.090000', '095424.093000', '095424.096000', '095424.099000', '095424.102000', '095424.105000', '095424.107000', '095424.110000', '095424.113000', '095424.116000', '095424.119000', '095424.122000', '095443.984000', '095443.987000', '095443.990000', '095443.993000', '095444.001000', '095444.004000', '095444.006000', '095444.009000', '095444.012000', '095444.015000', '095444.018000', '095444.021000', '095444.023000', '095444.026000', '095444.029000', '095444.032000', '095444.037000', '095444.041000', '095444.044000', '095444.047000', '095444.050000', '095444.053000', '095444.056000', '095444.059000', '095444.062000', '095444.065000', '095444.067000', '095444.070000', '095444.073000', '095444.076000', '095444.079000', '095444.082000', '095444.085000', '095444.087000', '095444.090000', '095444.093000', '095444.096000', '095444.099000', '095444.102000', '095444.104000', '095444.107000', '095444.110000', '095444.113000', '095503.984000', '095503.987000', '095503.990000', '095503.993000', '095503.995000', '095503.998000', '095504.002000', '095504.005000', '095504.008000', '095504.011000', '095504.013000', '095504.016000', '095504.019000', '095504.022000', '095504.025000', '095504.028000', '095504.031000', '095504.033000', '095504.036000', '095504.039000', '095504.042000', '095504.045000', '095504.048000', '095504.050000', '095504.053000', '095504.056000', '095504.059000', '095504.062000', '095504.065000', '095504.067000', '095504.070000', '095504.073000', '095504.076000', '095504.079000', '095504.082000', '095504.085000', '095504.087000', '095504.090000', '095504.093000', '095504.096000', '095504.099000', '095504.102000', '095504.105000', '095504.107000', '095523.984000', '095523.987000', '095523.990000', '095523.993000', '095523.996000', '095524.000000', '095524.003000', '095524.006000', '095524.009000', '095524.012000', '095524.015000', '095524.018000', '095524.021000', '095524.023000', '095524.026000', '095524.029000', '095524.032000', '095524.035000', '095524.038000', '095524.041000', '095524.043000', '095524.046000', '095524.049000', '095524.052000', '095524.055000', '095524.058000', '095524.061000', '095524.063000', '095524.066000', '095524.070000', '095524.073000', '095524.077000', '095524.080000', '095524.083000', '095524.085000', '095524.088000', '095524.091000', '095524.094000', '095524.097000', '095524.100000', '095524.102000', '095524.105000', '095524.108000', '095543.984000', '095543.987000', '095543.990000', '095543.993000', '095543.995000', '095543.998000', '095544.002000', '095544.005000', '095544.008000', '095544.011000', '095544.014000', '095544.016000', '095544.019000', '095544.022000', '095544.025000', '095544.028000', '095544.031000', '095544.034000', '095544.037000', '095544.039000', '095544.042000', '095544.045000', '095544.048000', '095544.051000', '095544.054000', '095544.056000', '095544.059000', '095544.062000', '095544.065000', '095544.069000', '095544.072000', '095544.075000', '095544.077000', '095544.080000', '095544.083000', '095544.086000', '095544.089000', '095544.092000', '095544.094000', '095544.097000', '095544.100000', '095544.103000', '095544.119000', '095544.122000', '095603.984000', '095603.987000', '095603.990000', '095603.993000', '095603.995000', '095603.998000', '095604.002000', '095604.005000', '095604.008000', '095604.011000', '095604.013000', '095604.016000', '095604.019000', '095604.022000', '095604.025000', '095604.028000', '095604.031000', '095604.034000', '095604.037000', '095604.039000', '095604.042000', '095604.045000', '095604.048000', '095604.051000', '095604.054000', '095604.057000', '095604.059000', '095604.062000', '095604.065000', '095604.068000', '095604.071000', '095604.074000', '095604.077000', '095604.079000', '095604.082000', '095604.086000', '095604.091000', '095604.095000', '095604.098000', '095604.100000', '095604.103000', '095604.106000', '095604.109000', '095623.984000', '095623.987000', '095623.990000', '095623.993000', '095623.996000', '095623.998000', '095624.002000', '095624.005000', '095624.008000', '095624.011000', '095624.013000', '095624.016000', '095624.019000', '095624.022000', '095624.025000', '095624.028000', '095624.031000', '095624.034000', '095624.037000', '095624.039000', '095624.042000', '095624.045000', '095624.048000', '095624.051000', '095624.054000', '095624.056000', '095624.059000', '095624.062000', '095624.065000', '095624.068000', '095624.071000', '095624.074000', '095624.077000', '095624.079000', '095624.082000', '095624.085000', '095624.088000', '095624.091000', '095624.094000', '095624.096000', '095624.099000', '095624.102000', '095624.105000', '095624.108000', '095643.984000', '095643.987000', '095643.990000', '095643.993000', '095643.996000', '095643.998000', '095644.002000', '095644.005000', '095644.008000', '095644.011000', '095644.014000', '095644.016000', '095644.019000', '095644.024000', '095644.027000', '095644.029000', '095644.032000', '095644.036000', '095644.038000', '095644.042000', '095644.044000', '095644.047000', '095644.050000', '095644.053000', '095644.056000', '095644.059000', '095644.061000', '095644.064000', '095644.067000', '095644.070000', '095644.073000', '095644.076000', '095644.079000', '095644.082000', '095644.084000', '095644.087000', '095644.090000', '095644.093000', '095644.098000', '095644.101000', '095644.104000', '095644.107000', '095644.110000', '095703.984000', '095703.987000', '095703.990000', '095703.993000', '095703.996000', '095704.000000', '095704.003000', '095704.005000', '095704.008000', '095704.011000', '095704.014000', '095704.017000', '095704.020000', '095704.023000', '095704.026000', '095704.028000', '095704.031000', '095704.034000', '095704.037000', '095704.040000', '095704.043000', '095704.045000', '095704.048000', '095704.051000', '095704.054000', '095704.057000', '095704.060000', '095704.063000', '095704.065000', '095704.068000', '095704.071000', '095704.074000', '095704.077000', '095704.080000', '095704.082000', '095704.085000', '095704.088000', '095704.091000', '095704.094000', '095704.097000', '095704.100000', '095704.103000', '095704.105000', '095704.108000', '095711.291000', '095711.294000', '095711.297000', '095711.300000', '095711.303000', '095711.306000', '095711.309000', '095711.312000', '095711.315000', '095711.329000', '095711.332000', '095711.336000', '095711.338000', '095711.341000', '095711.345000', '095711.347000'], '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': [9877, 8148, 11275, 8457, 11059, 10301, 8929, 10521, 10050, 7575, 13306, 9870, 8188, 12688, 9106, 9351, 10682, 7724, 12935, 9732, 7231, 12486, 8814, 6497, 11953, 8740, 7829, 11714, 8308, 8798, 9823, 7542, 12767, 9869, 6946, 12104, 8372, 6629, 10860, 8355, 6688, 10455, 7646, 11624, 9037, 6861, 12175, 8947, 6728, 11810, 8659, 10208, 10465, 8435, 13240, 9929, 6855, 13661, 9913, 8414, 12792, 9275, 9032, 10577, 7779, 13100, 9919, 7658, 9572, 8862, 7008, 12173, 8772, 9679, 9625, 7335, 12825, 8488, 13655, 9631, 13263, 10340, 9395, 10713, 7582, 12843, 8770, 7219, 11991, 8332, 6999, 11022, 8101, 7251, 12059, 8552, 6991, 11532, 8500, 6934, 12616, 9322, 7063, 12611, 9048, 7236, 13242, 9963, 7381, 11511, 9387, 7815, 10062, 10174, 7689, 11299, 10014, 7912, 14521, 10426, 7500, 13392, 9601, 8044, 13679, 9886, 7064, 11778, 8221, 10659, 10446, 8261, 13668, 9545, 7457, 10863, 7674, 13243, 9938, 7306, 11683, 7671, 7298, 9013, 7194, 10316, 8818, 7155, 11735, 8540, 9075, 9601, 7541, 12918, 8523, 9079, 9565, 7488, 13741, 10067, 7399, 11999, 8266, 10112, 10113, 7809, 14113, 10071, 7352, 12432, 8824, 11143, 10425, 8424, 14869, 9953, 7247, 11853, 8572, 9371, 10375, 7359, 12961, 9241, 8699, 11475, 8591, 13911, 9404, 7380, 11824, 8994, 12723, 10153, 7280, 12679, 8778, 11400, 10164, 7791, 12068, 8452, 7401, 11362, 8806, 7444, 10519, 7335, 12836, 9142, 9492, 10746, 8290, 13798, 9569, 7444, 11485, 8191, 11806, 9422, 7389, 12181, 9174, 6944, 12412, 8369, 7243, 10812, 7996, 12008, 9863, 7831, 12975, 9159, 7087, 11871, 8839, 13099, 10478, 8089, 13189, 9591, 7162, 12718, 9574, 7361, 11482, 7766, 7165, 10411, 7850, 10307, 9206, 7262, 11503, 8203, 13253, 9825, 7323, 11850, 8323, 13587, 9828, 12114, 10652, 7520, 12825, 8676, 7583, 10454, 7860, 12858, 9132, 7012, 10398, 7796, 9287, 9408, 7632, 11311, 8811, 7376, 11534, 8460, 10212, 10039, 7713, 12911, 9181, 7283, 11789, 9003, 10856, 10430, 7771, 12714, 9217, 7190, 13025, 9439, 7004, 11773, 8439, 7411, 12208, 9059, 7255, 11822, 8219, 8926, 10423, 8194, 14057, 10198, 7216, 12324, 8879, 7058, 12326, 8761, 7148, 11152, 8184, 6645, 12100, 9388, 7082, 9515, 9158, 7115, 14059, 10669, 7856, 13974, 9833, 7639, 13429, 9778, 7573, 14004, 9569, 7378, 12114, 8429, 14368, 10383, 10394, 11203, 8060, 12232, 8991, 7148, 11800, 8767, 7311, 9961, 7584, 9118, 8830, 7083, 12762, 9215, 7108, 11176, 8329, 6905, 8226, 9498, 7838, 9641, 8796, 7197, 12441, 8864, 9355, 13033, 9198, 10989, 9913, 7286, 14317, 10021, 11821, 12916, 9716, 7228, 11016, 8057, 7301, 9960, 7685, 13090, 9893, 8144, 12785, 9053, 6975, 11994, 9320, 8180, 13438, 8989, 7606, 10656, 7582, 12862, 9950, 7429, 12556, 8828, 7255, 12424, 9120, 7335, 11873, 8352, 6921, 11838, 9213, 7326, 12192, 8754, 8130, 10756, 8190, 11907, 10471, 8220, 10180, 9386, 7325, 13538, 9977, 7453, 12315, 8427, 7418, 10166, 7669, 13293, 9698, 7164, 11240, 8070, 9383, 9715, 7551, 13949, 9268, 7412, 11111, 8132, 8073, 9881, 8042, 11582, 8903, 6957, 11465, 8373, 12242, 9580, 7304, 12655, 8752, 8375, 10412, 8121, 12832, 9143, 6892, 11838, 8752, 7675, 11229, 7761, 11174, 9076, 6942, 13073, 9154, 7057, 11195, 7902, 7188, 11426, 7750, 7279, 9897, 7375, 11739, 9520, 7623, 12855, 8698, 9364, 10370, 8365, 14516, 10159, 7752, 11172, 8030, 12840, 9874, 7765, 12543, 8512, 9053, 8560, 7133, 11789, 8170, 9706, 10015, 7549, 12459, 8699, 7025, 10740, 7581, 11835, 8760, 7202, 9957, 7625, 12250, 8962, 8065, 9244, 7485, 12564, 9052, 7720, 12678, 8530, 7277, 10626, 7797, 6949, 11729, 8582, 7072, 11301, 8056, 8225, 9958, 7914, 14963, 11050, 7792, 13165, 9489, 8001, 14153, 9609, 7260, 12117, 8512, 7118, 12886, 8928, 6984, 11008, 8148, 6928, 12666, 9856, 8012, 7470, 10486, 7749, 7134, 10740, 8066, 11431, 9735, 7374, 13882, 9491, 8762, 13146, 9875, 10318, 11272, 8781, 13886, 10751, 8175, 13484, 9267, 7242, 11085, 8390, 7246, 7983, 9378, 7582, 7601, 9243, 7667, 8249, 9017, 7295, 12414, 8275, 11905, 8983, 7981, 12008, 8716, 14304, 8964, 9667, 9544, 7303, 13677, 9777, 7270, 10863, 7904, 8844, 10055, 7491, 10196, 9064, 7112, 12928, 9528, 7784, 7921, 10298, 7686, 7686, 8786, 9535, 7811, 7829, 11680, 8069, 8647, 11000, 8953, 11973, 12214, 8788, 10325, 10808, 8039, 14823, 11007, 8619, 11568, 9175, 6992, 11328, 9331, 7341, 13647, 10103, 7332, 9907, 8606, 6995, 11251, 9935, 8274, 7394, 10557, 7827, 7211, 12102, 9239, 6948, 13233, 8858, 6893, 12428, 9115, 7936, 14292, 10164, 7401, 12224, 8920, 9124, 11428, 10018, 13738, 12269, 9121, 7412, 10738, 7826, 7283, 10672, 8078, 8876, 12010, 8681, 7262, 11147, 8194, 8446, 11763, 8643, 9071, 12269, 8854, 7329, 11356, 8297, 7763, 12881, 8884, 7108, 11265, 8134, 9065, 12142, 9340, 7650, 11190, 7952, 8724, 10238, 7815, 12777, 10046, 7377, 11956, 8581, 6840, 11428, 8680, 13274, 9412, 7186, 11935, 8253, 12826, 9844, 7681, 11920, 8838, 6787, 11755, 9038, 7095, 10975, 7768, 7019, 10397, 7358, 13488, 10052, 10114, 9930, 7411, 13326, 9725, 7491, 12198, 8207, 8598, 10671, 8180, 8273, 9703, 7198, 12733, 9079, 7802, 12583, 8643, 10554, 9454, 7034, 13161, 9843, 8186, 11260, 7696, 10807, 9435, 7240, 13802, 9870, 7544, 10993, 7518, 12714, 9336, 7880, 11779, 7984, 8905, 8525, 6883, 12143, 8986, 9409, 9757, 7349, 13645, 9466, 11934, 9851, 7745, 12666, 8620, 7445, 12176, 9328, 7475, 10668, 7744, 11699, 9331, 7523, 13212, 9136, 8248, 10192, 7819, 10990, 9750, 7763, 9344, 9055, 7174, 11536, 9320, 7163, 12624, 9105, 8747, 11538, 8935, 12827, 9521, 7405, 13514, 9462, 8092, 13074, 8464, 7275, 11025, 7675, 13401, 9809, 7843, 13158, 8990, 6949, 11926, 8776, 11199, 11691, 8590, 8312, 10239, 7777, 8657, 10184, 7720, 9246, 9392, 7175, 13181, 9914], 'WindowCenter': [4172.0, 4134.0, 4148.0, 4104.0, 4122.0, 4111.0, 4100.0, 4108.0, 4098.0, 4076.0, 4126.0, 4096.0, 4088.0, 4116.0, 4085.0, 4084.0, 4106.0, 4076.0, 4114.0, 4083.0, 4064.0, 4114.0, 4083.0, 4053.0, 4105.0, 4085.0, 4075.0, 4117.0, 4074.0, 4084.0, 4094.0, 4063.0, 4114.0, 4095.0, 4064.0, 4115.0, 4074.0, 4065.0, 4107.0, 4086.0, 4066.0, 4108.0, 4089.0, 4117.0, 4099.0, 4068.0, 4130.0, 4099.0, 4077.0, 4118.0, 4098.0, 4107.0, 4109.0, 4088.0, 4116.0, 4097.0, 4064.0, 4126.0, 4096.0, 4074.0, 4116.0, 4086.0, 4084.0, 4093.0, 4064.0, 4115.0, 4095.0, 4076.0, 4096.0, 4086.0, 4078.0, 4118.0, 4098.0, 4098.0, 4097.0, 4077.0, 4118.0, 4087.0, 4115.0, 4085.0, 4115.0, 4095.0, 4073.0, 4093.0, 4062.0, 4101.0, 4071.0, 4050.0, 4105.0, 4086.0, 4063.0, 4105.0, 4074.0, 4065.0, 4116.0, 4086.0, 4078.0, 4117.0, 4087.0, 4066.0, 4116.0, 4096.0, 4065.0, 4116.0, 4085.0, 4065.0, 4116.0, 4095.0, 4064.0, 4103.0, 4085.0, 4077.0, 4095.0, 4106.0, 4076.0, 4106.0, 4096.0, 4076.0, 4126.0, 4107.0, 4066.0, 4116.0, 4083.0, 4074.0, 4116.0, 4095.0, 4063.0, 4103.0, 4074.0, 4082.0, 4091.0, 4072.0, 4112.0, 4082.0, 4062.0, 4093.0, 4063.0, 4113.0, 4084.0, 4062.0, 4103.0, 4063.0, 4063.0, 4083.0, 4066.0, 4107.0, 4099.0, 4079.0, 4119.0, 4100.0, 4098.0, 4100.0, 4077.0, 4117.0, 4088.0, 4088.0, 4097.0, 4067.0, 4127.0, 4097.0, 4067.0, 4116.0, 4086.0, 4095.0, 4106.0, 4076.0, 4127.0, 4098.0, 4064.0, 4115.0, 4085.0, 4105.0, 4095.0, 4074.0, 4125.0, 4083.0, 4062.0, 4103.0, 4073.0, 4083.0, 4094.0, 4064.0, 4115.0, 4084.0, 4074.0, 4105.0, 4074.0, 4115.0, 4084.0, 4062.0, 4103.0, 4083.0, 4104.0, 4093.0, 4062.0, 4102.0, 4073.0, 4102.0, 4094.0, 4062.0, 4103.0, 4073.0, 4065.0, 4104.0, 4085.0, 4066.0, 4096.0, 4066.0, 4115.0, 4085.0, 4086.0, 4107.0, 4075.0, 4117.0, 4085.0, 4062.0, 4104.0, 4075.0, 4103.0, 4084.0, 4063.0, 4103.0, 4086.0, 4066.0, 4116.0, 4086.0, 4076.0, 4105.0, 4077.0, 4117.0, 4098.0, 4076.0, 4116.0, 4087.0, 4054.0, 4104.0, 4086.0, 4115.0, 4096.0, 4064.0, 4104.0, 4083.0, 4052.0, 4115.0, 4084.0, 4063.0, 4104.0, 4074.0, 4066.0, 4106.0, 4088.0, 4108.0, 4097.0, 4077.0, 4117.0, 4087.0, 4117.0, 4097.0, 4066.0, 4105.0, 4076.0, 4114.0, 4084.0, 4103.0, 4094.0, 4061.0, 4101.0, 4071.0, 4049.0, 4081.0, 4061.0, 4102.0, 4082.0, 4051.0, 4093.0, 4062.0, 4083.0, 4085.0, 4075.0, 4105.0, 4085.0, 4065.0, 4105.0, 4087.0, 4095.0, 4096.0, 4065.0, 4115.0, 4084.0, 4063.0, 4105.0, 4086.0, 4095.0, 4095.0, 4063.0, 4114.0, 4084.0, 4064.0, 4115.0, 4085.0, 4066.0, 4116.0, 4085.0, 4065.0, 4117.0, 4086.0, 4065.0, 4106.0, 4074.0, 4084.0, 4097.0, 4075.0, 4117.0, 4095.0, 4065.0, 4104.0, 4084.0, 4064.0, 4115.0, 4085.0, 4064.0, 4105.0, 4087.0, 4067.0, 4130.0, 4099.0, 4078.0, 4109.0, 4099.0, 4078.0, 4130.0, 4108.0, 4078.0, 4127.0, 4095.0, 4064.0, 4115.0, 4084.0, 4063.0, 4115.0, 4083.0, 4053.0, 4104.0, 4059.0, 4101.0, 4081.0, 4080.0, 4080.0, 4060.0, 4092.0, 4070.0, 4051.0, 4091.0, 4072.0, 4062.0, 4093.0, 4076.0, 4084.0, 4085.0, 4065.0, 4116.0, 4086.0, 4063.0, 4107.0, 4086.0, 4066.0, 4086.0, 4097.0, 4079.0, 4100.0, 4100.0, 4079.0, 4118.0, 4098.0, 4098.0, 4130.0, 4098.0, 4107.0, 4095.0, 4066.0, 4114.0, 4094.0, 4104.0, 4105.0, 4083.0, 4062.0, 4092.0, 4073.0, 4062.0, 4083.0, 4062.0, 4114.0, 4084.0, 4075.0, 4115.0, 4084.0, 4053.0, 4103.0, 4082.0, 4061.0, 4103.0, 4073.0, 4063.0, 4081.0, 4062.0, 4104.0, 4096.0, 4065.0, 4115.0, 4085.0, 4065.0, 4116.0, 4086.0, 4076.0, 4118.0, 4075.0, 4065.0, 4117.0, 4096.0, 4065.0, 4116.0, 4085.0, 4074.0, 4093.0, 4074.0, 4104.0, 4094.0, 4074.0, 4093.0, 4082.0, 4063.0, 4115.0, 4094.0, 4063.0, 4104.0, 4073.0, 4064.0, 4094.0, 4063.0, 4115.0, 4084.0, 4064.0, 4104.0, 4075.0, 4083.0, 4084.0, 4064.0, 4115.0, 4084.0, 4064.0, 4105.0, 4074.0, 4075.0, 4096.0, 4077.0, 4107.0, 4087.0, 4065.0, 4106.0, 4086.0, 4116.0, 4097.0, 4065.0, 4116.0, 4086.0, 4075.0, 4106.0, 4077.0, 4116.0, 4085.0, 4065.0, 4106.0, 4086.0, 4076.0, 4106.0, 4076.0, 4105.0, 4085.0, 4066.0, 4116.0, 4085.0, 4064.0, 4105.0, 4076.0, 4066.0, 4107.0, 4077.0, 4077.0, 4097.0, 4077.0, 4120.0, 4109.0, 4078.0, 4129.0, 4089.0, 4087.0, 4097.0, 4077.0, 4126.0, 4095.0, 4063.0, 4093.0, 4064.0, 4103.0, 4083.0, 4062.0, 4104.0, 4073.0, 4073.0, 4073.0, 4064.0, 4103.0, 4074.0, 4084.0, 4095.0, 4065.0, 4115.0, 4085.0, 4054.0, 4094.0, 4064.0, 4105.0, 4085.0, 4065.0, 4097.0, 4075.0, 4116.0, 4086.0, 4075.0, 4086.0, 4065.0, 4105.0, 4086.0, 4077.0, 4117.0, 4088.0, 4076.0, 4106.0, 4076.0, 4067.0, 4120.0, 4099.0, 4079.0, 4121.0, 4091.0, 4088.0, 4108.0, 4088.0, 4138.0, 4108.0, 4077.0, 4116.0, 4085.0, 4074.0, 4115.0, 4085.0, 4053.0, 4103.0, 4074.0, 4054.0, 4103.0, 4073.0, 4054.0, 4093.0, 4074.0, 4064.0, 4117.0, 4097.0, 4077.0, 4067.0, 4095.0, 4075.0, 4064.0, 4094.0, 4074.0, 4105.0, 4095.0, 4065.0, 4116.0, 4084.0, 4073.0, 4104.0, 4082.0, 4081.0, 4078.0, 4059.0, 4099.0, 4079.0, 4048.0, 4089.0, 4060.0, 4048.0, 4079.0, 4059.0, 4049.0, 4061.0, 4081.0, 4063.0, 4076.0, 4098.0, 4089.0, 4089.0, 4100.0, 4080.0, 4119.0, 4088.0, 4119.0, 4087.0, 4074.0, 4106.0, 4074.0, 4114.0, 4073.0, 4072.0, 4071.0, 4052.0, 4101.0, 4083.0, 4051.0, 4092.0, 4063.0, 4072.0, 4083.0, 4063.0, 4094.0, 4084.0, 4065.0, 4116.0, 4098.0, 4078.0, 4088.0, 4109.0, 4090.0, 4089.0, 4088.0, 4098.0, 4079.0, 4077.0, 4108.0, 4077.0, 4087.0, 4109.0, 4087.0, 4108.0, 4106.0, 4086.0, 4095.0, 4094.0, 4063.0, 4114.0, 4094.0, 4073.0, 4104.0, 4083.0, 4052.0, 4092.0, 4083.0, 4063.0, 4115.0, 4095.0, 4064.0, 4094.0, 4074.0, 4064.0, 4105.0, 4096.0, 4076.0, 4067.0, 4097.0, 4075.0, 4065.0, 4117.0, 4099.0, 4067.0, 4117.0, 4086.0, 4067.0, 4117.0, 4086.0, 4078.0, 4128.0, 4096.0, 4065.0, 4106.0, 4085.0, 4083.0, 4105.0, 4085.0, 4114.0, 4093.0, 4072.0, 4051.0, 4081.0, 4061.0, 4052.0, 4093.0, 4074.0, 4074.0, 4105.0, 4085.0, 4065.0, 4105.0, 4076.0, 4076.0, 4107.0, 4087.0, 4085.0, 4106.0, 4085.0, 4064.0, 4107.0, 4076.0, 4064.0, 4116.0, 4086.0, 4064.0, 4104.0, 4075.0, 4085.0, 4116.0, 4085.0, 4075.0, 4107.0, 4075.0, 4074.0, 4094.0, 4064.0, 4117.0, 4095.0, 4066.0, 4116.0, 4086.0, 4056.0, 4107.0, 4086.0, 4117.0, 4086.0, 4065.0, 4105.0, 4076.0, 4116.0, 4096.0, 4076.0, 4105.0, 4085.0, 4067.0, 4118.0, 4098.0, 4067.0, 4119.0, 4089.0, 4078.0, 4109.0, 4079.0, 4141.0, 4110.0, 4109.0, 4098.0, 4077.0, 4127.0, 4099.0, 4077.0, 4119.0, 4087.0, 4086.0, 4106.0, 4086.0, 4087.0, 4097.0, 4077.0, 4128.0, 4097.0, 4078.0, 4118.0, 4088.0, 4108.0, 4100.0, 4066.0, 4116.0, 4097.0, 4075.0, 4105.0, 4075.0, 4105.0, 4085.0, 4065.0, 4128.0, 4098.0, 4076.0, 4106.0, 4066.0, 4115.0, 4085.0, 4075.0, 4105.0, 4076.0, 4086.0, 4087.0, 4066.0, 4118.0, 4087.0, 4098.0, 4098.0, 4066.0, 4117.0, 4098.0, 4107.0, 4097.0, 4075.0, 4115.0, 4085.0, 4065.0, 4116.0, 4097.0, 4077.0, 4107.0, 4076.0, 4105.0, 4086.0, 4065.0, 4116.0, 4086.0, 4076.0, 4096.0, 4076.0, 4108.0, 4100.0, 4078.0, 4097.0, 4087.0, 4068.0, 4120.0, 4100.0, 4078.0, 4120.0, 4099.0, 4088.0, 4120.0, 4088.0, 4119.0, 4097.0, 4076.0, 4116.0, 4097.0, 4076.0, 4118.0, 4075.0, 4066.0, 4095.0, 4077.0, 4116.0, 4096.0, 4075.0, 4117.0, 4085.0, 4064.0, 4105.0, 4085.0, 4106.0, 4106.0, 4074.0, 4074.0, 4095.0, 4075.0, 4085.0, 4095.0, 4076.0, 4097.0, 4097.0, 4066.0, 4117.0, 4097.0], 'WindowWidth': [9283.0, 9214.0, 9217.0, 9149.0, 9166.0, 9149.0, 9132.0, 9140.0, 9124.0, 9092.0, 9159.0, 9117.0, 9108.0, 9144.0, 9102.0, 9099.0, 9132.0, 9092.0, 9137.0, 9096.0, 9071.0, 9138.0, 9096.0, 9057.0, 9127.0, 9101.0, 9087.0, 9145.0, 9086.0, 9099.0, 9110.0, 9069.0, 9138.0, 9114.0, 9072.0, 9140.0, 9086.0, 9075.0, 9133.0, 9106.0, 9078.0, 9136.0, 9113.0, 9149.0, 9127.0, 9085.0, 9170.0, 9128.0, 9097.0, 9151.0, 9125.0, 9135.0, 9139.0, 9108.0, 9146.0, 9119.0, 9072.0, 9157.0, 9116.0, 9086.0, 9143.0, 9103.0, 9096.0, 9109.0, 9072.0, 9140.0, 9115.0, 9091.0, 9117.0, 9104.0, 9097.0, 9150.0, 9124.0, 9123.0, 9124.0, 9094.0, 9148.0, 9105.0, 9141.0, 9100.0, 9141.0, 9115.0, 9080.0, 9107.0, 9061.0, 9113.0, 9073.0, 9046.0, 9126.0, 9104.0, 9070.0, 9125.0, 9086.0, 9075.0, 9145.0, 9104.0, 9100.0, 9149.0, 9108.0, 9079.0, 9145.0, 9118.0, 9076.0, 9142.0, 9099.0, 9073.0, 9142.0, 9113.0, 9073.0, 9121.0, 9102.0, 9092.0, 9116.0, 9131.0, 9091.0, 9131.0, 9117.0, 9089.0, 9159.0, 9132.0, 9078.0, 9141.0, 9095.0, 9083.0, 9142.0, 9112.0, 9069.0, 9119.0, 9082.0, 9090.0, 9102.0, 9077.0, 9130.0, 9090.0, 9064.0, 9105.0, 9065.0, 9133.0, 9095.0, 9063.0, 9119.0, 9067.0, 9069.0, 9096.0, 9078.0, 9135.0, 9126.0, 9101.0, 9153.0, 9130.0, 9125.0, 9129.0, 9094.0, 9147.0, 9108.0, 9108.0, 9119.0, 9079.0, 9160.0, 9121.0, 9079.0, 9144.0, 9105.0, 9114.0, 9130.0, 9091.0, 9162.0, 9121.0, 9072.0, 9140.0, 9102.0, 9125.0, 9114.0, 9085.0, 9153.0, 9094.0, 9065.0, 9120.0, 9082.0, 9095.0, 9111.0, 9072.0, 9139.0, 9098.0, 9084.0, 9127.0, 9082.0, 9140.0, 9097.0, 9064.0, 9121.0, 9095.0, 9123.0, 9107.0, 9066.0, 9117.0, 9080.0, 9118.0, 9110.0, 9066.0, 9122.0, 9082.0, 9071.0, 9125.0, 9100.0, 9076.0, 9116.0, 9076.0, 9141.0, 9102.0, 9101.0, 9131.0, 9086.0, 9143.0, 9097.0, 9065.0, 9122.0, 9085.0, 9121.0, 9096.0, 9069.0, 9122.0, 9101.0, 9077.0, 9144.0, 9104.0, 9091.0, 9127.0, 9093.0, 9146.0, 9121.0, 9089.0, 9144.0, 9104.0, 9057.0, 9123.0, 9100.0, 9138.0, 9113.0, 9069.0, 9122.0, 9094.0, 9052.0, 9137.0, 9096.0, 9067.0, 9122.0, 9086.0, 9076.0, 9129.0, 9110.0, 9136.0, 9122.0, 9095.0, 9146.0, 9105.0, 9147.0, 9119.0, 9075.0, 9128.0, 9089.0, 9136.0, 9095.0, 9119.0, 9108.0, 9060.0, 9113.0, 9073.0, 9043.0, 9086.0, 9062.0, 9117.0, 9090.0, 9049.0, 9107.0, 9066.0, 9096.0, 9101.0, 9086.0, 9128.0, 9100.0, 9074.0, 9126.0, 9107.0, 9114.0, 9116.0, 9073.0, 9139.0, 9099.0, 9069.0, 9125.0, 9100.0, 9113.0, 9111.0, 9068.0, 9138.0, 9097.0, 9070.0, 9140.0, 9101.0, 9076.0, 9143.0, 9102.0, 9075.0, 9145.0, 9102.0, 9074.0, 9129.0, 9085.0, 9096.0, 9117.0, 9086.0, 9144.0, 9113.0, 9073.0, 9122.0, 9098.0, 9072.0, 9141.0, 9099.0, 9072.0, 9128.0, 9107.0, 9080.0, 9170.0, 9126.0, 9101.0, 9142.0, 9126.0, 9096.0, 9169.0, 9138.0, 9096.0, 9159.0, 9114.0, 9070.0, 9138.0, 9098.0, 9067.0, 9139.0, 9094.0, 9054.0, 9120.0, 9056.0, 9112.0, 9088.0, 9083.0, 9083.0, 9058.0, 9103.0, 9070.0, 9047.0, 9099.0, 9078.0, 9064.0, 9108.0, 9090.0, 9096.0, 9101.0, 9073.0, 9144.0, 9105.0, 9070.0, 9134.0, 9105.0, 9079.0, 9103.0, 9122.0, 9099.0, 9128.0, 9129.0, 9102.0, 9151.0, 9125.0, 9125.0, 9169.0, 9122.0, 9133.0, 9115.0, 9074.0, 9136.0, 9110.0, 9122.0, 9125.0, 9093.0, 9064.0, 9104.0, 9081.0, 9067.0, 9092.0, 9065.0, 9137.0, 9098.0, 9085.0, 9140.0, 9098.0, 9055.0, 9120.0, 9092.0, 9063.0, 9119.0, 9078.0, 9064.0, 9086.0, 9065.0, 9122.0, 9115.0, 9074.0, 9140.0, 9100.0, 9073.0, 9142.0, 9103.0, 9090.0, 9150.0, 9088.0, 9075.0, 9145.0, 9117.0, 9074.0, 9142.0, 9102.0, 9085.0, 9108.0, 9083.0, 9122.0, 9110.0, 9085.0, 9109.0, 9093.0, 9067.0, 9138.0, 9111.0, 9067.0, 9123.0, 9081.0, 9069.0, 9109.0, 9068.0, 9138.0, 9098.0, 9071.0, 9125.0, 9087.0, 9096.0, 9098.0, 9069.0, 9140.0, 9097.0, 9071.0, 9126.0, 9085.0, 9086.0, 9115.0, 9092.0, 9132.0, 9106.0, 9076.0, 9129.0, 9105.0, 9144.0, 9120.0, 9075.0, 9142.0, 9103.0, 9087.0, 9129.0, 9091.0, 9143.0, 9102.0, 9076.0, 9128.0, 9103.0, 9092.0, 9131.0, 9091.0, 9128.0, 9101.0, 9076.0, 9143.0, 9101.0, 9072.0, 9125.0, 9091.0, 9077.0, 9133.0, 9093.0, 9094.0, 9119.0, 9097.0, 9157.0, 9141.0, 9099.0, 9167.0, 9112.0, 9107.0, 9119.0, 9090.0, 9156.0, 9112.0, 9068.0, 9106.0, 9068.0, 9119.0, 9092.0, 9065.0, 9123.0, 9081.0, 9079.0, 9081.0, 9070.0, 9121.0, 9084.0, 9097.0, 9113.0, 9073.0, 9141.0, 9100.0, 9056.0, 9109.0, 9071.0, 9127.0, 9100.0, 9074.0, 9118.0, 9087.0, 9142.0, 9103.0, 9086.0, 9104.0, 9075.0, 9127.0, 9103.0, 9093.0, 9146.0, 9108.0, 9091.0, 9130.0, 9092.0, 9080.0, 9155.0, 9127.0, 9100.0, 9158.0, 9120.0, 9111.0, 9136.0, 9111.0, 9178.0, 9138.0, 9094.0, 9141.0, 9099.0, 9082.0, 9140.0, 9099.0, 9052.0, 9117.0, 9081.0, 9055.0, 9119.0, 9080.0, 9058.0, 9108.0, 9084.0, 9072.0, 9146.0, 9120.0, 9093.0, 9079.0, 9114.0, 9090.0, 9070.0, 9109.0, 9085.0, 9126.0, 9115.0, 9074.0, 9143.0, 9097.0, 9080.0, 9122.0, 9089.0, 9085.0, 9079.0, 9053.0, 9107.0, 9080.0, 9037.0, 9092.0, 9054.0, 9039.0, 9080.0, 9055.0, 9043.0, 9060.0, 9089.0, 9068.0, 9093.0, 9123.0, 9115.0, 9113.0, 9129.0, 9102.0, 9153.0, 9111.0, 9151.0, 9107.0, 9083.0, 9127.0, 9083.0, 9136.0, 9079.0, 9075.0, 9073.0, 9050.0, 9115.0, 9092.0, 9048.0, 9103.0, 9065.0, 9076.0, 9093.0, 9069.0, 9109.0, 9097.0, 9073.0, 9145.0, 9123.0, 9099.0, 9109.0, 9137.0, 9116.0, 9115.0, 9110.0, 9122.0, 9097.0, 9093.0, 9134.0, 9093.0, 9106.0, 9136.0, 9105.0, 9133.0, 9130.0, 9104.0, 9114.0, 9109.0, 9065.0, 9136.0, 9108.0, 9079.0, 9123.0, 9093.0, 9051.0, 9103.0, 9094.0, 9067.0, 9139.0, 9112.0, 9072.0, 9110.0, 9084.0, 9069.0, 9125.0, 9114.0, 9088.0, 9078.0, 9116.0, 9089.0, 9073.0, 9144.0, 9123.0, 9077.0, 9145.0, 9103.0, 9079.0, 9145.0, 9104.0, 9092.0, 9161.0, 9116.0, 9075.0, 9129.0, 9099.0, 9092.0, 9124.0, 9097.0, 9136.0, 9105.0, 9077.0, 9048.0, 9085.0, 9061.0, 9051.0, 9105.0, 9084.0, 9083.0, 9126.0, 9100.0, 9075.0, 9126.0, 9087.0, 9088.0, 9130.0, 9104.0, 9100.0, 9129.0, 9100.0, 9069.0, 9134.0, 9091.0, 9072.0, 9142.0, 9102.0, 9073.0, 9124.0, 9087.0, 9099.0, 9143.0, 9101.0, 9088.0, 9131.0, 9089.0, 9083.0, 9110.0, 9071.0, 9144.0, 9111.0, 9075.0, 9142.0, 9104.0, 9062.0, 9133.0, 9104.0, 9146.0, 9102.0, 9073.0, 9125.0, 9089.0, 9143.0, 9117.0, 9089.0, 9125.0, 9099.0, 9079.0, 9150.0, 9123.0, 9083.0, 9153.0, 9115.0, 9098.0, 9140.0, 9100.0, 9186.0, 9142.0, 9139.0, 9122.0, 9093.0, 9159.0, 9124.0, 9094.0, 9151.0, 9108.0, 9103.0, 9131.0, 9104.0, 9107.0, 9120.0, 9096.0, 9162.0, 9121.0, 9096.0, 9149.0, 9110.0, 9137.0, 9127.0, 9079.0, 9143.0, 9118.0, 9088.0, 9128.0, 9089.0, 9126.0, 9100.0, 9076.0, 9163.0, 9120.0, 9089.0, 9129.0, 9077.0, 9138.0, 9100.0, 9087.0, 9127.0, 9090.0, 9103.0, 9105.0, 9077.0, 9149.0, 9108.0, 9121.0, 9122.0, 9077.0, 9144.0, 9121.0, 9132.0, 9120.0, 9087.0, 9140.0, 9101.0, 9075.0, 9143.0, 9119.0, 9092.0, 9132.0, 9091.0, 9127.0, 9102.0, 9073.0, 9143.0, 9103.0, 9090.0, 9116.0, 9091.0, 9135.0, 9127.0, 9095.0, 9121.0, 9107.0, 9083.0, 9153.0, 9127.0, 9099.0, 9154.0, 9126.0, 9109.0, 9155.0, 9109.0, 9152.0, 9120.0, 9090.0, 9144.0, 9118.0, 9090.0, 9146.0, 9088.0, 9076.0, 9113.0, 9091.0, 9144.0, 9117.0, 9087.0, 9144.0, 9100.0, 9072.0, 9125.0, 9100.0, 9127.0, 9128.0, 9083.0, 9084.0, 9113.0, 9086.0, 9099.0, 9115.0, 9090.0, 9119.0, 9120.0, 9077.0, 9145.0, 9121.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.0007199309551208286</td></tr>
<tr><td colspan=3>aqi</td><td>0.017868770655926354</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.758840433490796</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2400349482027642</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0039442298847936</td></tr>
<tr><td colspan=3>efc</td><td>0.4649</td></tr>
<tr><td colspan=3>fber</td><td>7243.4702</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08328664936075592</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1507479861910241</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3246228930446455</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.267143400492544</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.4815845771980496</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2251407014433418</td></tr>
<tr><td colspan=3>gcor</td><td>0.00766267</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005188656970858574</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02809804491698742</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.03654858917277</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.1169</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.868</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.2118</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>750.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>326.4991</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7143</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>543.3914</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3317.9043</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3463.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1292.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4368.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>857.9054</td></tr>
<tr><td colspan=3>tsnr</td><td>42.213396567385644</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>