ds005256-mriqc/sub-0008_ses-04_task-social_acq-mb8_run-04_bold.html
Felix Hoffstaedter 72002baa0b [DATALAD RUNCMD] Compute MRIQC for sub-0008
=== 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-0008 --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-0008",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:22:12 +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-0008_ses-04_task-social_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>
<script>
var timestamp = Date.now()
function read_form() {
var ds = "<unset>";
var sub = "sub-0008_ses-04_task-social_acq-mb8_run-04_bold.nii.gz";
var artifacts = [];
$('#qcartifacts-group input:checked').each(function() {
artifacts.push($(this).attr('name'));
});
var rating = $('#qcslider').val();
var payload = {
'dataset': ds,
'subject': sub,
'rating': rating,
'artifacts': artifacts,
'time_sec': (Date.now() - timestamp) / 1000,
'confidence': $('#qcextra-confidence').val(),
'comments': $('#qcextra-comments').val()
};
var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
$('#btn-download').attr('href', URL.createObjectURL(file));
$('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
return payload
};
function toggle_rating() {
if ($('#qcrating-menu').hasClass('d-none')) {
$('#qcrating-menu').removeClass('d-none');
$('#qcrating-toggler').prop('checked', true);
} else {
$('#qcrating-menu').addClass('d-none');
$('#qcrating-toggler').prop('checked', false);
}
};
$(window).on('load',function(){
var authorization = $('#btn-post').val()
if (authorization.includes("secret_token")) {
$('#btn-post').addClass('d-none');
};
timestamp = Date.now();
});
</script>
<style type="text/css">
/* The slider itself */
.slider {
-webkit-appearance: none; /* Override default CSS styles */
appearance: none;
margin-bottom: 8px;
margin-left: 10%;
width: 80%;
height: 5px; /* Specified height */
background: #d3d3d3; /* Grey background */
outline: none; /* Remove outline */
opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
-webkit-transition: .2s; /* 0.2 seconds transition on hover */
transition: opacity .2s;
}
/* Mouse-over effects */
.slider:hover {
opacity: 1; /* Fully shown on mouse-over */
}
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border: 0;
background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
cursor: pointer;
z-index: 2000 !important;
}
</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
<li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
About
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="#errors">Errors</a></li>
<li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
<h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>
<div id="Basic echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-carpet_bold.svg</a></small>
</div>
</div>
<div id="Extended echo-wise reports" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
<div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-mean_bold.svg</a></small>
</div>
</div>
<div id="Extended reports shared across echos" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
<div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-04_subject-0008_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-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0008/figures/sub-0008_ses-04_task-social_acq-mb8_run-04_desc-norm_bold.svg</a></small>
</div>
</div>
<div id="About" class="mt-5">
<h1 class="sub-report-title pt-5 ps-4">About</h1>
<div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2> <p class="alert alert-success" role="alert">No errors to report!</p>
</div>
<div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p> <div class="accordion accordion-flush" id="about-metadata">
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-0">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
Provenance Information
</button>
</h2>
<div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0008/ses-04/func/sub-0008_ses-04_task-social_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6f45537c9eb9f33a056936ac5f3b1ca1</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>13:02:37.047500</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.997265, -0.0526764, 0.0518368, 0.0515664, 0.998416, 0.0225242]</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0880803</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>22</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4149, -7717, -7290, 582, -105, -121, -74, 78]</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.908</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c2092fa8-8640-47a1-a3de-02fd4312ac80||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.6755900382995605, 0.13834889233112335, 0.14294123649597168, 101.7933349609375], [0.14132700860500336, 2.678675889968872, 0.05343172326683998, -108.76885223388672], [0.139074444770813, -0.060430679470300674, 2.6956841945648193, -57.40049362182617], [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': ['130237.047500', '130237.507500', '130237.967500', '130238.427500', '130238.887500', '130239.347500', '130239.807500', '130240.267500', '130240.727500', '130241.187500', '130241.647500', '130242.107500', '130242.567500', '130243.027500', '130243.487500', '130243.947500', '130244.407500', '130244.867500', '130245.327500', '130245.787500', '130246.247500', '130246.707500', '130247.167500', '130247.627500', '130248.087500', '130248.547500', '130249.007500', '130249.467500', '130249.927500', '130250.387500', '130250.847500', '130251.307500', '130251.767500', '130252.227500', '130252.687500', '130253.147500', '130253.607500', '130254.067500', '130254.527500', '130254.987500', '130255.447500', '130255.907500', '130256.367500', '130256.827500', '130257.287500', '130257.747500', '130258.207500', '130258.667500', '130259.127500', '130259.587500', '130300.047500', '130300.507500', '130300.967500', '130301.427500', '130301.887500', '130302.347500', '130302.807500', '130303.267500', '130303.727500', '130304.187500', '130304.647500', '130305.107500', '130305.567500', '130306.027500', '130306.487500', '130306.947500', '130307.407500', '130307.867500', '130308.327500', '130308.787500', '130309.247500', '130309.707500', '130310.167500', '130310.627500', '130311.087500', '130311.547500', '130312.007500', '130312.467500', '130312.927500', '130313.387500', '130313.847500', '130314.307500', '130314.767500', '130315.227500', '130315.687500', '130316.147500', '130316.607500', '130317.067500', '130317.527500', '130317.987500', '130318.447500', '130318.907500', '130319.367500', '130319.827500', '130320.287500', '130320.747500', '130321.207500', '130321.667500', '130322.127500', '130322.587500', '130323.047500', '130323.507500', '130323.967500', '130324.427500', '130324.887500', '130325.347500', '130325.807500', '130326.267500', '130326.727500', '130327.187500', '130327.647500', '130328.107500', '130328.567500', '130329.027500', '130329.487500', '130329.947500', '130330.407500', '130330.867500', '130331.327500', '130331.787500', '130332.247500', '130332.707500', '130333.167500', '130333.627500', '130334.087500', '130334.547500', '130335.007500', '130335.467500', '130335.927500', '130336.387500', '130336.847500', '130337.307500', '130337.767500', '130338.227500', '130338.687500', '130339.147500', '130339.607500', '130340.067500', '130340.527500', '130340.987500', '130341.447500', '130341.907500', '130342.367500', '130342.827500', '130343.287500', '130343.747500', '130344.207500', '130344.667500', '130345.127500', '130345.587500', '130346.047500', '130346.507500', '130346.967500', '130347.427500', '130347.887500', '130348.347500', '130348.807500', '130349.267500', '130349.727500', '130350.187500', '130350.647500', '130351.107500', '130351.567500', '130352.027500', '130352.487500', '130352.947500', '130353.407500', '130353.867500', '130354.327500', '130354.787500', '130355.247500', '130355.707500', '130356.167500', '130356.627500', '130357.087500', '130357.547500', '130358.007500', '130358.467500', '130358.927500', '130359.387500', '130359.847500', '130400.307500', '130400.767500', '130401.227500', '130401.687500', '130402.147500', '130402.607500', '130403.067500', '130403.527500', '130403.987500', '130404.447500', '130404.907500', '130405.367500', '130405.827500', '130406.287500', '130406.747500', '130407.207500', '130407.667500', '130408.127500', '130408.587500', '130409.047500', '130409.507500', '130409.967500', '130410.427500', '130410.887500', '130411.347500', '130411.807500', '130412.267500', '130412.727500', '130413.187500', '130413.647500', '130414.107500', '130414.567500', '130415.027500', '130415.487500', '130415.947500', '130416.407500', '130416.867500', '130417.327500', '130417.787500', '130418.247500', '130418.707500', '130419.167500', '130419.627500', '130420.087500', '130420.547500', '130421.007500', '130421.467500', '130421.927500', '130422.387500', '130422.847500', '130423.307500', '130423.767500', '130424.227500', '130424.687500', '130425.147500', '130425.607500', '130426.067500', '130426.527500', '130426.987500', '130427.447500', '130427.907500', '130428.367500', '130428.827500', '130429.287500', '130429.747500', '130430.207500', '130430.667500', '130431.127500', '130431.587500', '130432.047500', '130432.507500', '130432.967500', '130433.427500', '130433.887500', '130434.347500', '130434.807500', '130435.267500', '130435.727500', '130436.187500', '130436.647500', '130437.107500', '130437.567500', '130438.027500', '130438.487500', '130438.947500', '130439.407500', '130439.867500', '130440.327500', '130440.787500', '130441.247500', '130441.707500', '130442.167500', '130442.627500', '130443.087500', '130443.547500', '130444.007500', '130444.467500', '130444.927500', '130445.387500', '130445.847500', '130446.307500', '130446.767500', '130447.227500', '130447.687500', '130448.147500', '130448.607500', '130449.067500', '130449.527500', '130449.987500', '130450.447500', '130450.907500', '130451.367500', '130451.827500', '130452.287500', '130452.747500', '130453.207500', '130453.667500', '130454.127500', '130454.587500', '130455.047500', '130455.507500', '130455.967500', '130456.427500', '130456.887500', '130457.347500', '130457.807500', '130458.267500', '130458.727500', '130459.187500', '130459.647500', '130500.107500', '130500.567500', '130501.027500', '130501.487500', '130501.947500', '130502.407500', '130502.867500', '130503.327500', '130503.787500', '130504.247500', '130504.707500', '130505.167500', '130505.627500', '130506.087500', '130506.547500', '130507.007500', '130507.467500', '130507.927500', '130508.387500', '130508.847500', '130509.307500', '130509.767500', '130510.227500', '130510.687500', '130511.147500', '130511.607500', '130512.067500', '130512.527500', '130512.987500', '130513.447500', '130513.907500', '130514.367500', '130514.827500', '130515.287500', '130515.747500', '130516.207500', '130516.667500', '130517.127500', '130517.587500', '130518.047500', '130518.507500', '130518.967500', '130519.427500', '130519.887500', '130520.347500', '130520.807500', '130521.267500', '130521.727500', '130522.187500', '130522.647500', '130523.107500', '130523.567500', '130524.027500', '130524.487500', '130524.947500', '130525.407500', '130525.867500', '130526.327500', '130526.787500', '130527.247500', '130527.707500', '130528.167500', '130528.627500', '130529.087500', '130529.547500', '130530.007500', '130530.467500', '130530.927500', '130531.387500', '130531.847500', '130532.307500', '130532.767500', '130533.227500', '130533.687500', '130534.147500', '130534.607500', '130535.067500', '130535.527500', '130535.987500', '130536.447500', '130536.907500', '130537.367500', '130537.827500', '130538.287500', '130538.747500', '130539.207500', '130539.667500', '130540.127500', '130540.587500', '130541.047500', '130541.507500', '130541.967500', '130542.427500', '130542.887500', '130543.347500', '130543.807500', '130544.267500', '130544.727500', '130545.187500', '130545.647500', '130546.107500', '130546.567500', '130547.027500', '130547.487500', '130547.947500', '130548.407500', '130548.867500', '130549.327500', '130549.787500', '130550.247500', '130550.707500', '130551.167500', '130551.627500', '130552.087500', '130552.547500', '130553.007500', '130553.467500', '130553.927500', '130554.387500', '130554.847500', '130555.307500', '130555.767500', '130556.227500', '130556.687500', '130557.147500', '130557.607500', '130558.067500', '130558.527500', '130558.987500', '130559.447500', '130559.907500', '130600.367500', '130600.827500', '130601.287500', '130601.747500', '130602.207500', '130602.667500', '130603.127500', '130603.587500', '130604.047500', '130604.507500', '130604.967500', '130605.427500', '130605.887500', '130606.347500', '130606.807500', '130607.267500', '130607.727500', '130608.187500', '130608.647500', '130609.107500', '130609.567500', '130610.027500', '130610.487500', '130610.947500', '130611.407500', '130611.867500', '130612.327500', '130612.787500', '130613.247500', '130613.707500', '130614.167500', '130614.627500', '130615.087500', '130615.547500', '130616.007500', '130616.467500', '130616.927500', '130617.387500', '130617.847500', '130618.307500', '130618.767500', '130619.227500', '130619.687500', '130620.147500', '130620.607500', '130621.067500', '130621.527500', '130621.987500', '130622.447500', '130622.907500', '130623.367500', '130623.827500', '130624.287500', '130624.747500', '130625.207500', '130625.667500', '130626.127500', '130626.587500', '130627.047500', '130627.507500', '130627.967500', '130628.427500', '130628.887500', '130629.347500', '130629.807500', '130630.267500', '130630.727500', '130631.187500', '130631.647500', '130632.107500', '130632.567500', '130633.027500', '130633.487500', '130633.947500', '130634.407500', '130634.867500', '130635.327500', '130635.787500', '130636.247500', '130636.707500', '130637.167500', '130637.627500', '130638.087500', '130638.547500', '130639.007500', '130639.467500', '130639.927500', '130640.387500', '130640.847500', '130641.307500', '130641.767500', '130642.227500', '130642.687500', '130643.147500', '130643.607500', '130644.067500', '130644.527500', '130644.987500', '130645.447500', '130645.907500', '130646.367500', '130646.827500', '130647.287500', '130647.747500', '130648.207500', '130648.667500', '130649.127500', '130649.587500', '130650.047500', '130650.507500', '130650.967500', '130651.427500', '130651.887500', '130652.347500', '130652.807500', '130653.267500', '130653.727500', '130654.187500', '130654.647500', '130655.107500', '130655.567500', '130656.027500', '130656.487500', '130656.947500', '130657.407500', '130657.867500', '130658.327500', '130658.787500', '130659.247500', '130659.707500', '130700.167500', '130700.627500', '130701.087500', '130701.547500', '130702.007500', '130702.467500', '130702.927500', '130703.387500', '130703.847500', '130704.307500', '130704.767500', '130705.227500', '130705.687500', '130706.147500', '130706.607500', '130707.067500', '130707.527500', '130707.987500', '130708.447500', '130708.907500', '130709.367500', '130709.827500', '130710.287500', '130710.747500', '130711.207500', '130711.667500', '130712.127500', '130712.587500', '130713.047500', '130713.507500', '130713.967500', '130714.427500', '130714.887500', '130715.347500', '130715.807500', '130716.267500', '130716.727500', '130717.187500', '130717.647500', '130718.107500', '130718.567500', '130719.027500', '130719.487500', '130719.947500', '130720.407500', '130720.867500', '130721.327500', '130721.787500', '130722.247500', '130722.707500', '130723.167500', '130723.627500', '130724.087500', '130724.547500', '130725.007500', '130725.467500', '130725.927500', '130726.387500', '130726.847500', '130727.307500', '130727.767500', '130728.227500', '130728.687500', '130729.147500', '130729.607500', '130730.067500', '130730.527500', '130730.987500', '130731.447500', '130731.907500', '130732.367500', '130732.827500', '130733.287500', '130733.747500', '130734.207500', '130734.667500', '130735.127500', '130735.587500', '130736.047500', '130736.507500', '130736.967500', '130737.427500', '130737.887500', '130738.347500', '130738.807500', '130739.267500', '130739.727500', '130740.187500', '130740.647500', '130741.107500', '130741.567500', '130742.027500', '130742.487500', '130742.947500', '130743.407500', '130743.867500', '130744.327500', '130744.787500', '130745.247500', '130745.707500', '130746.167500', '130746.627500', '130747.087500', '130747.547500', '130748.007500', '130748.467500', '130748.927500', '130749.387500', '130749.847500', '130750.307500', '130750.767500', '130751.227500', '130751.687500', '130752.147500', '130752.607500', '130753.067500', '130753.527500', '130753.987500', '130754.447500', '130754.907500', '130755.367500', '130755.827500', '130756.287500', '130756.747500', '130757.207500', '130757.667500', '130758.127500', '130758.587500', '130759.047500', '130759.507500', '130759.967500', '130800.427500', '130800.887500', '130801.347500', '130801.807500', '130802.267500', '130802.727500', '130803.187500', '130803.647500', '130804.107500', '130804.567500', '130805.027500', '130805.487500', '130805.947500', '130806.407500', '130806.867500', '130807.327500', '130807.787500', '130808.247500', '130808.707500', '130809.167500', '130809.627500', '130810.087500', '130810.547500', '130811.007500', '130811.467500', '130811.927500', '130812.387500', '130812.847500', '130813.307500', '130813.767500', '130814.227500', '130814.687500', '130815.147500', '130815.607500', '130816.067500', '130816.527500', '130816.987500', '130817.447500', '130817.907500', '130818.367500', '130818.827500', '130819.287500', '130819.747500', '130820.207500', '130820.667500', '130821.127500', '130821.587500', '130822.047500', '130822.507500', '130822.967500', '130823.427500', '130823.887500', '130824.347500', '130824.807500', '130825.267500', '130825.727500', '130826.187500', '130826.647500', '130827.107500', '130827.567500', '130828.027500', '130828.487500', '130828.947500', '130829.407500', '130829.867500', '130830.327500', '130830.787500', '130831.247500', '130831.707500', '130832.167500', '130832.627500', '130833.087500', '130833.547500', '130834.007500', '130834.467500', '130834.927500', '130835.387500', '130835.847500', '130836.307500', '130836.767500', '130837.227500', '130837.687500', '130838.147500', '130838.607500', '130839.067500', '130839.527500', '130839.987500', '130840.447500', '130840.907500', '130841.367500', '130841.827500', '130842.287500', '130842.747500', '130843.207500', '130843.667500', '130844.127500', '130844.587500', '130845.047500', '130845.507500', '130845.967500', '130846.427500', '130846.887500', '130847.347500', '130847.807500', '130848.267500', '130848.727500', '130849.187500', '130849.647500', '130850.107500', '130850.567500', '130851.027500', '130851.487500', '130851.947500', '130852.407500', '130852.867500', '130853.327500', '130853.787500', '130854.247500', '130854.707500', '130855.167500', '130855.627500', '130856.087500', '130856.547500', '130857.007500', '130857.467500', '130857.927500', '130858.387500', '130858.847500', '130859.307500', '130859.767500', '130900.227500', '130900.687500', '130901.147500', '130901.607500', '130902.067500', '130902.527500', '130902.987500', '130903.447500', '130903.907500', '130904.367500', '130904.827500', '130905.287500', '130905.747500', '130906.207500', '130906.667500', '130907.127500', '130907.587500', '130908.047500', '130908.507500', '130908.967500', '130909.427500', '130909.887500', '130910.347500', '130910.807500', '130911.267500', '130911.727500', '130912.187500', '130912.647500', '130913.107500', '130913.567500', '130914.027500', '130914.487500', '130914.947500', '130915.407500', '130915.867500', '130916.327500', '130916.787500', '130917.247500', '130917.707500'], 'ContentTime': ['130300.920000', '130300.923000', '130300.930000', '130300.934000', '130300.937000', '130300.939000', '130300.942000', '130300.945000', '130300.948000', '130300.951000', '130300.954000', '130300.957000', '130300.960000', '130300.963000', '130300.969000', '130300.972000', '130300.975000', '130300.985000', '130300.988000', '130300.991000', '130300.994000', '130300.997000', '130301.001000', '130301.004000', '130301.007000', '130301.010000', '130301.012000', '130301.022000', '130301.025000', '130301.028000', '130301.031000', '130301.034000', '130301.036000', '130301.039000', '130301.042000', '130301.045000', '130301.048000', '130301.051000', '130301.057000', '130301.060000', '130301.063000', '130301.066000', '130301.069000', '130301.072000', '130301.075000', '130301.078000', '130301.080000', '130301.083000', '130301.086000', '130320.885000', '130320.888000', '130320.891000', '130320.894000', '130320.897000', '130320.900000', '130320.903000', '130320.906000', '130320.908000', '130320.911000', '130320.914000', '130320.917000', '130320.920000', '130320.923000', '130320.926000', '130320.929000', '130320.932000', '130320.935000', '130320.937000', '130320.940000', '130320.943000', '130320.948000', '130320.951000', '130320.953000', '130320.956000', '130320.959000', '130320.962000', '130320.965000', '130320.968000', '130320.971000', '130320.974000', '130320.977000', '130320.980000', '130320.983000', '130320.986000', '130320.989000', '130320.991000', '130320.994000', '130320.997000', '130321.001000', '130321.004000', '130321.007000', '130321.010000', '130321.013000', '130340.885000', '130340.888000', '130340.891000', '130340.894000', '130340.897000', '130340.900000', '130340.903000', '130340.906000', '130340.910000', '130340.913000', '130340.916000', '130340.919000', '130340.922000', '130340.925000', '130340.928000', '130340.931000', '130340.934000', '130340.936000', '130340.939000', '130340.942000', '130340.945000', '130340.948000', '130340.951000', '130340.954000', '130340.957000', '130340.960000', '130340.963000', '130340.966000', '130340.969000', '130340.972000', '130340.976000', '130340.980000', '130340.983000', '130340.986000', '130340.989000', '130340.992000', '130340.995000', '130340.998000', '130341.010000', '130341.013000', '130341.016000', '130341.019000', '130341.022000', '130400.885000', '130400.888000', '130400.891000', '130400.894000', '130400.897000', '130400.900000', '130400.903000', '130400.906000', '130400.909000', '130400.912000', '130400.914000', '130400.917000', '130400.920000', '130400.923000', '130400.926000', '130400.929000', '130400.932000', '130400.939000', '130400.942000', '130400.945000', '130400.948000', '130400.951000', '130400.954000', '130400.956000', '130400.959000', '130400.962000', '130400.965000', '130400.968000', '130400.971000', '130400.974000', '130400.977000', '130400.980000', '130400.983000', '130400.986000', '130400.989000', '130400.992000', '130400.995000', '130400.998000', '130401.002000', '130401.004000', '130401.007000', '130401.010000', '130401.013000', '130401.016000', '130420.885000', '130420.888000', '130420.891000', '130420.894000', '130420.897000', '130420.900000', '130420.903000', '130420.906000', '130420.909000', '130420.912000', '130420.915000', '130420.917000', '130420.920000', '130420.923000', '130420.926000', '130420.929000', '130420.932000', '130420.935000', '130420.938000', '130420.941000', '130420.944000', '130420.946000', '130420.949000', '130420.952000', '130420.962000', '130420.965000', '130420.968000', '130420.971000', '130420.974000', '130420.976000', '130420.979000', '130420.983000', '130420.985000', '130420.991000', '130420.994000', '130420.997000', '130421.001000', '130421.004000', '130421.007000', '130421.010000', '130421.013000', '130421.016000', '130421.019000', '130440.885000', '130440.888000', '130440.891000', '130440.894000', '130440.897000', '130440.900000', '130440.903000', '130440.906000', '130440.909000', '130440.911000', '130440.914000', '130440.917000', '130440.920000', '130440.923000', '130440.926000', '130440.929000', '130440.932000', '130440.947000', '130440.950000', '130440.953000', '130440.960000', '130440.963000', '130440.966000', '130440.969000', '130440.972000', '130440.975000', '130440.978000', '130440.981000', '130440.984000', '130440.987000', '130440.990000', '130440.993000', '130440.996000', '130441.000000', '130441.002000', '130441.005000', '130441.008000', '130441.011000', '130441.014000', '130441.017000', '130441.020000', '130441.023000', '130441.026000', '130441.029000', '130500.884000', '130500.887000', '130500.890000', '130500.893000', '130500.896000', '130500.899000', '130500.902000', '130500.905000', '130500.908000', '130500.911000', '130500.914000', '130500.916000', '130500.919000', '130500.922000', '130500.925000', '130500.928000', '130500.931000', '130500.934000', '130500.937000', '130500.940000', '130500.943000', '130500.946000', '130500.950000', '130500.953000', '130500.956000', '130500.959000', '130500.962000', '130500.965000', '130500.968000', '130500.971000', '130500.974000', '130500.977000', '130500.979000', '130500.983000', '130500.985000', '130500.988000', '130500.991000', '130500.994000', '130500.997000', '130501.001000', '130501.004000', '130501.007000', '130501.010000', '130520.885000', '130520.888000', '130520.891000', '130520.894000', '130520.897000', '130520.900000', '130520.903000', '130520.906000', '130520.909000', '130520.911000', '130520.915000', '130520.918000', '130520.920000', '130520.923000', '130520.926000', '130520.929000', '130520.932000', '130520.935000', '130520.938000', '130520.941000', '130520.944000', '130520.947000', '130520.950000', '130520.953000', '130520.955000', '130520.958000', '130520.961000', '130520.964000', '130520.967000', '130520.977000', '130520.980000', '130520.982000', '130520.985000', '130520.988000', '130520.991000', '130520.994000', '130520.997000', '130521.001000', '130521.004000', '130521.007000', '130521.010000', '130521.013000', '130521.016000', '130521.019000', '130540.885000', '130540.888000', '130540.891000', '130540.894000', '130540.897000', '130540.900000', '130540.903000', '130540.906000', '130540.909000', '130540.912000', '130540.914000', '130540.917000', '130540.920000', '130540.923000', '130540.926000', '130540.929000', '130540.932000', '130540.935000', '130540.938000', '130540.941000', '130540.944000', '130540.947000', '130540.950000', '130540.952000', '130540.956000', '130540.958000', '130540.961000', '130540.964000', '130540.967000', '130540.970000', '130540.973000', '130540.976000', '130540.979000', '130540.982000', '130540.985000', '130540.988000', '130540.991000', '130540.994000', '130540.997000', '130541.000000', '130541.004000', '130541.006000', '130541.009000', '130600.885000', '130600.891000', '130600.894000', '130600.897000', '130600.900000', '130600.903000', '130600.906000', '130600.909000', '130600.912000', '130600.915000', '130600.918000', '130600.920000', '130600.923000', '130600.926000', '130600.929000', '130600.932000', '130600.935000', '130600.938000', '130600.941000', '130600.944000', '130600.947000', '130600.950000', '130600.953000', '130600.955000', '130600.958000', '130600.961000', '130600.964000', '130600.967000', '130600.970000', '130600.973000', '130600.976000', '130600.979000', '130600.982000', '130600.985000', '130600.988000', '130600.991000', '130600.994000', '130600.997000', '130601.001000', '130601.003000', '130601.006000', '130601.009000', '130601.012000', '130601.015000', '130620.885000', '130620.888000', '130620.891000', '130620.894000', '130620.897000', '130620.900000', '130620.903000', '130620.906000', '130620.909000', '130620.912000', '130620.915000', '130620.918000', '130620.933000', '130620.936000', '130620.939000', '130620.942000', '130620.945000', '130620.948000', '130620.951000', '130620.954000', '130620.957000', '130620.960000', '130620.963000', '130620.966000', '130620.968000', '130620.971000', '130620.974000', '130620.978000', '130620.980000', '130620.983000', '130620.987000', '130620.991000', '130620.994000', '130620.996000', '130621.000000', '130621.003000', '130621.006000', '130621.009000', '130621.012000', '130621.015000', '130621.018000', '130621.021000', '130621.024000', '130640.885000', '130640.888000', '130640.891000', '130640.894000', '130640.897000', '130640.902000', '130640.905000', '130640.908000', '130640.911000', '130640.914000', '130640.916000', '130640.919000', '130640.922000', '130640.925000', '130640.928000', '130640.931000', '130640.934000', '130640.937000', '130640.940000', '130640.943000', '130640.946000', '130640.949000', '130640.952000', '130640.955000', '130640.958000', '130640.960000', '130640.963000', '130640.966000', '130640.969000', '130640.972000', '130640.975000', '130640.978000', '130640.981000', '130640.984000', '130640.987000', '130640.990000', '130640.993000', '130640.996000', '130641.000000', '130641.003000', '130641.006000', '130641.009000', '130641.012000', '130641.014000', '130700.885000', '130700.888000', '130700.897000', '130700.900000', '130700.903000', '130700.906000', '130700.909000', '130700.912000', '130700.914000', '130700.917000', '130700.920000', '130700.923000', '130700.926000', '130700.929000', '130700.932000', '130700.935000', '130700.938000', '130700.941000', '130700.944000', '130700.947000', '130700.950000', '130700.952000', '130700.955000', '130700.958000', '130700.961000', '130700.964000', '130700.967000', '130700.970000', '130700.973000', '130700.976000', '130700.979000', '130700.982000', '130700.985000', '130700.988000', '130700.991000', '130700.994000', '130700.997000', '130701.000000', '130701.004000', '130701.007000', '130701.010000', '130701.012000', '130701.015000', '130720.884000', '130720.887000', '130720.890000', '130720.893000', '130720.896000', '130720.899000', '130720.902000', '130720.905000', '130720.908000', '130720.911000', '130720.914000', '130720.917000', '130720.919000', '130720.922000', '130720.925000', '130720.928000', '130720.931000', '130720.934000', '130720.937000', '130720.940000', '130720.943000', '130720.946000', '130720.948000', '130720.951000', '130720.954000', '130720.957000', '130720.960000', '130720.963000', '130720.966000', '130720.970000', '130720.973000', '130720.976000', '130720.979000', '130720.982000', '130720.985000', '130720.988000', '130720.991000', '130720.993000', '130720.996000', '130720.999000', '130721.002000', '130721.005000', '130721.008000', '130721.011000', '130740.885000', '130740.888000', '130740.891000', '130740.894000', '130740.897000', '130740.900000', '130740.903000', '130740.906000', '130740.909000', '130740.912000', '130740.915000', '130740.917000', '130740.920000', '130740.923000', '130740.926000', '130740.929000', '130740.932000', '130740.935000', '130740.938000', '130740.941000', '130740.944000', '130740.947000', '130740.950000', '130740.966000', '130740.969000', '130740.972000', '130740.975000', '130740.978000', '130740.981000', '130740.984000', '130740.987000', '130740.990000', '130740.993000', '130740.996000', '130741.000000', '130741.003000', '130741.005000', '130741.009000', '130741.012000', '130741.014000', '130741.017000', '130741.020000', '130741.024000', '130800.885000', '130800.888000', '130800.892000', '130800.895000', '130800.898000', '130800.901000', '130800.904000', '130800.907000', '130800.910000', '130800.913000', '130800.916000', '130800.919000', '130800.922000', '130800.925000', '130800.928000', '130800.931000', '130800.934000', '130800.937000', '130800.940000', '130800.943000', '130800.946000', '130800.949000', '130800.952000', '130800.955000', '130800.958000', '130800.961000', '130800.964000', '130800.967000', '130800.970000', '130800.973000', '130800.976000', '130800.979000', '130800.982000', '130800.985000', '130800.989000', '130800.992000', '130800.996000', '130801.000000', '130801.004000', '130801.007000', '130801.011000', '130801.014000', '130801.017000', '130820.885000', '130820.888000', '130820.891000', '130820.894000', '130820.897000', '130820.900000', '130820.903000', '130820.906000', '130820.909000', '130820.912000', '130820.915000', '130820.918000', '130820.920000', '130820.923000', '130820.926000', '130820.929000', '130820.932000', '130820.935000', '130820.938000', '130820.941000', '130820.944000', '130820.947000', '130820.950000', '130820.953000', '130820.956000', '130820.959000', '130820.961000', '130820.964000', '130820.967000', '130820.970000', '130820.973000', '130820.976000', '130820.981000', '130820.984000', '130820.987000', '130820.990000', '130820.993000', '130820.996000', '130821.000000', '130821.003000', '130821.006000', '130821.009000', '130821.012000', '130821.014000', '130840.885000', '130840.888000', '130840.892000', '130840.894000', '130840.897000', '130840.900000', '130840.903000', '130840.906000', '130840.909000', '130840.912000', '130840.915000', '130840.918000', '130840.921000', '130840.924000', '130840.927000', '130840.930000', '130840.932000', '130840.935000', '130840.938000', '130840.941000', '130840.944000', '130840.947000', '130840.950000', '130840.953000', '130840.956000', '130840.959000', '130840.962000', '130840.965000', '130840.967000', '130840.971000', '130840.973000', '130840.976000', '130840.979000', '130840.982000', '130840.985000', '130840.988000', '130840.991000', '130840.994000', '130840.997000', '130841.001000', '130841.004000', '130841.007000', '130841.010000', '130900.885000', '130900.888000', '130900.891000', '130900.894000', '130900.897000', '130900.900000', '130900.903000', '130900.906000', '130900.909000', '130900.912000', '130900.914000', '130900.917000', '130900.920000', '130900.923000', '130900.926000', '130900.929000', '130900.932000', '130900.935000', '130900.938000', '130900.941000', '130900.944000', '130900.947000', '130900.950000', '130900.953000', '130900.956000', '130900.959000', '130900.961000', '130900.964000', '130900.967000', '130900.970000', '130900.973000', '130900.976000', '130900.979000', '130900.982000', '130900.985000', '130900.988000', '130900.991000', '130900.994000', '130900.997000', '130901.001000', '130901.004000', '130901.007000', '130901.009000', '130901.012000', '130919.113000', '130919.117000', '130919.121000', '130919.124000', '130919.128000', '130919.132000', '130919.135000', '130919.138000', '130919.142000', '130919.145000', '130919.148000', '130919.151000', '130919.154000', '130919.157000', '130919.160000', '130919.163000', '130919.166000', '130919.169000', '130919.172000', '130919.175000', '130919.178000', '130919.181000', '130919.184000', '130919.188000', '130919.191000', '130919.194000', '130919.197000', '130919.200000', '130919.203000', '130919.206000', '130919.209000', '130919.211000', '130919.214000', '130919.218000', '130919.220000', '130919.223000', '130919.226000', '130919.229000', '130919.232000', '130919.235000'], 'InstanceCreationTime': ['130300.920000', '130300.923000', '130300.930000', '130300.934000', '130300.937000', '130300.939000', '130300.942000', '130300.945000', '130300.948000', '130300.951000', '130300.954000', '130300.957000', '130300.960000', '130300.963000', '130300.969000', '130300.972000', '130300.975000', '130300.985000', '130300.988000', '130300.991000', '130300.994000', '130300.997000', '130301.001000', '130301.004000', '130301.007000', '130301.010000', '130301.012000', '130301.022000', '130301.025000', '130301.028000', '130301.031000', '130301.034000', '130301.036000', '130301.039000', '130301.042000', '130301.045000', '130301.048000', '130301.051000', '130301.057000', '130301.060000', '130301.063000', '130301.066000', '130301.069000', '130301.072000', '130301.075000', '130301.078000', '130301.080000', '130301.083000', '130301.086000', '130320.885000', '130320.888000', '130320.891000', '130320.894000', '130320.897000', '130320.900000', '130320.903000', '130320.906000', '130320.908000', '130320.911000', '130320.914000', '130320.917000', '130320.920000', '130320.923000', '130320.926000', '130320.929000', '130320.932000', '130320.935000', '130320.937000', '130320.940000', '130320.943000', '130320.948000', '130320.951000', '130320.953000', '130320.956000', '130320.959000', '130320.962000', '130320.965000', '130320.968000', '130320.971000', '130320.974000', '130320.977000', '130320.980000', '130320.983000', '130320.986000', '130320.989000', '130320.991000', '130320.994000', '130320.997000', '130321.001000', '130321.004000', '130321.007000', '130321.010000', '130321.013000', '130340.885000', '130340.888000', '130340.891000', '130340.894000', '130340.897000', '130340.900000', '130340.903000', '130340.906000', '130340.910000', '130340.913000', '130340.916000', '130340.919000', '130340.922000', '130340.925000', '130340.928000', '130340.931000', '130340.934000', '130340.936000', '130340.939000', '130340.942000', '130340.945000', '130340.948000', '130340.951000', '130340.954000', '130340.957000', '130340.960000', '130340.963000', '130340.966000', '130340.969000', '130340.972000', '130340.976000', '130340.980000', '130340.983000', '130340.986000', '130340.989000', '130340.992000', '130340.995000', '130340.998000', '130341.010000', '130341.013000', '130341.016000', '130341.019000', '130341.022000', '130400.885000', '130400.888000', '130400.891000', '130400.894000', '130400.897000', '130400.900000', '130400.903000', '130400.906000', '130400.909000', '130400.912000', '130400.914000', '130400.917000', '130400.920000', '130400.923000', '130400.926000', '130400.929000', '130400.932000', '130400.939000', '130400.942000', '130400.945000', '130400.948000', '130400.951000', '130400.954000', '130400.956000', '130400.959000', '130400.962000', '130400.965000', '130400.968000', '130400.971000', '130400.974000', '130400.977000', '130400.980000', '130400.983000', '130400.986000', '130400.989000', '130400.992000', '130400.995000', '130400.998000', '130401.002000', '130401.004000', '130401.007000', '130401.010000', '130401.013000', '130401.016000', '130420.885000', '130420.888000', '130420.891000', '130420.894000', '130420.897000', '130420.900000', '130420.903000', '130420.906000', '130420.909000', '130420.912000', '130420.915000', '130420.917000', '130420.920000', '130420.923000', '130420.926000', '130420.929000', '130420.932000', '130420.935000', '130420.938000', '130420.941000', '130420.944000', '130420.946000', '130420.949000', '130420.952000', '130420.962000', '130420.965000', '130420.968000', '130420.971000', '130420.974000', '130420.976000', '130420.979000', '130420.983000', '130420.985000', '130420.991000', '130420.994000', '130420.997000', '130421.001000', '130421.004000', '130421.007000', '130421.010000', '130421.013000', '130421.016000', '130421.019000', '130440.885000', '130440.888000', '130440.891000', '130440.894000', '130440.897000', '130440.900000', '130440.903000', '130440.906000', '130440.909000', '130440.911000', '130440.914000', '130440.917000', '130440.920000', '130440.923000', '130440.926000', '130440.929000', '130440.932000', '130440.947000', '130440.950000', '130440.953000', '130440.960000', '130440.963000', '130440.966000', '130440.969000', '130440.972000', '130440.975000', '130440.978000', '130440.981000', '130440.984000', '130440.987000', '130440.990000', '130440.993000', '130440.996000', '130441.000000', '130441.002000', '130441.005000', '130441.008000', '130441.011000', '130441.014000', '130441.017000', '130441.020000', '130441.023000', '130441.026000', '130441.029000', '130500.884000', '130500.887000', '130500.890000', '130500.893000', '130500.896000', '130500.899000', '130500.902000', '130500.905000', '130500.908000', '130500.911000', '130500.914000', '130500.916000', '130500.919000', '130500.922000', '130500.925000', '130500.928000', '130500.931000', '130500.934000', '130500.937000', '130500.940000', '130500.943000', '130500.946000', '130500.950000', '130500.953000', '130500.956000', '130500.959000', '130500.962000', '130500.965000', '130500.968000', '130500.971000', '130500.974000', '130500.977000', '130500.979000', '130500.983000', '130500.985000', '130500.988000', '130500.991000', '130500.994000', '130500.997000', '130501.001000', '130501.004000', '130501.007000', '130501.010000', '130520.885000', '130520.888000', '130520.891000', '130520.894000', '130520.897000', '130520.900000', '130520.903000', '130520.906000', '130520.909000', '130520.911000', '130520.915000', '130520.918000', '130520.920000', '130520.923000', '130520.926000', '130520.929000', '130520.932000', '130520.935000', '130520.938000', '130520.941000', '130520.944000', '130520.947000', '130520.950000', '130520.953000', '130520.955000', '130520.958000', '130520.961000', '130520.964000', '130520.967000', '130520.977000', '130520.980000', '130520.982000', '130520.985000', '130520.988000', '130520.991000', '130520.994000', '130520.997000', '130521.001000', '130521.004000', '130521.007000', '130521.010000', '130521.013000', '130521.016000', '130521.019000', '130540.885000', '130540.888000', '130540.891000', '130540.894000', '130540.897000', '130540.900000', '130540.903000', '130540.906000', '130540.909000', '130540.912000', '130540.914000', '130540.917000', '130540.920000', '130540.923000', '130540.926000', '130540.929000', '130540.932000', '130540.935000', '130540.938000', '130540.941000', '130540.944000', '130540.947000', '130540.950000', '130540.952000', '130540.956000', '130540.958000', '130540.961000', '130540.964000', '130540.967000', '130540.970000', '130540.973000', '130540.976000', '130540.979000', '130540.982000', '130540.985000', '130540.988000', '130540.991000', '130540.994000', '130540.997000', '130541.000000', '130541.004000', '130541.006000', '130541.009000', '130600.885000', '130600.891000', '130600.894000', '130600.897000', '130600.900000', '130600.903000', '130600.906000', '130600.909000', '130600.912000', '130600.915000', '130600.918000', '130600.920000', '130600.923000', '130600.926000', '130600.929000', '130600.932000', '130600.935000', '130600.938000', '130600.941000', '130600.944000', '130600.947000', '130600.950000', '130600.953000', '130600.955000', '130600.958000', '130600.961000', '130600.964000', '130600.967000', '130600.970000', '130600.973000', '130600.976000', '130600.979000', '130600.982000', '130600.985000', '130600.988000', '130600.991000', '130600.994000', '130600.997000', '130601.001000', '130601.003000', '130601.006000', '130601.009000', '130601.012000', '130601.015000', '130620.885000', '130620.888000', '130620.891000', '130620.894000', '130620.897000', '130620.900000', '130620.903000', '130620.906000', '130620.909000', '130620.912000', '130620.915000', '130620.918000', '130620.933000', '130620.936000', '130620.939000', '130620.942000', '130620.945000', '130620.948000', '130620.951000', '130620.954000', '130620.957000', '130620.960000', '130620.963000', '130620.966000', '130620.968000', '130620.971000', '130620.974000', '130620.978000', '130620.980000', '130620.983000', '130620.987000', '130620.991000', '130620.994000', '130620.996000', '130621.000000', '130621.003000', '130621.006000', '130621.009000', '130621.012000', '130621.015000', '130621.018000', '130621.021000', '130621.024000', '130640.885000', '130640.888000', '130640.891000', '130640.894000', '130640.897000', '130640.902000', '130640.905000', '130640.908000', '130640.911000', '130640.914000', '130640.916000', '130640.919000', '130640.922000', '130640.925000', '130640.928000', '130640.931000', '130640.934000', '130640.937000', '130640.940000', '130640.943000', '130640.946000', '130640.949000', '130640.952000', '130640.955000', '130640.958000', '130640.960000', '130640.963000', '130640.966000', '130640.969000', '130640.972000', '130640.975000', '130640.978000', '130640.981000', '130640.984000', '130640.987000', '130640.990000', '130640.993000', '130640.996000', '130641.000000', '130641.003000', '130641.006000', '130641.009000', '130641.012000', '130641.014000', '130700.885000', '130700.888000', '130700.897000', '130700.900000', '130700.903000', '130700.906000', '130700.909000', '130700.912000', '130700.914000', '130700.917000', '130700.920000', '130700.923000', '130700.926000', '130700.929000', '130700.932000', '130700.935000', '130700.938000', '130700.941000', '130700.944000', '130700.947000', '130700.950000', '130700.952000', '130700.955000', '130700.958000', '130700.961000', '130700.964000', '130700.967000', '130700.970000', '130700.973000', '130700.976000', '130700.979000', '130700.982000', '130700.985000', '130700.988000', '130700.991000', '130700.994000', '130700.997000', '130701.000000', '130701.004000', '130701.007000', '130701.010000', '130701.012000', '130701.015000', '130720.884000', '130720.887000', '130720.890000', '130720.893000', '130720.896000', '130720.899000', '130720.902000', '130720.905000', '130720.908000', '130720.911000', '130720.914000', '130720.917000', '130720.919000', '130720.922000', '130720.925000', '130720.928000', '130720.931000', '130720.934000', '130720.937000', '130720.940000', '130720.943000', '130720.946000', '130720.948000', '130720.951000', '130720.954000', '130720.957000', '130720.960000', '130720.963000', '130720.966000', '130720.970000', '130720.973000', '130720.976000', '130720.979000', '130720.982000', '130720.985000', '130720.988000', '130720.991000', '130720.993000', '130720.996000', '130720.999000', '130721.002000', '130721.005000', '130721.008000', '130721.011000', '130740.885000', '130740.888000', '130740.891000', '130740.894000', '130740.897000', '130740.900000', '130740.903000', '130740.906000', '130740.909000', '130740.912000', '130740.915000', '130740.917000', '130740.920000', '130740.923000', '130740.926000', '130740.929000', '130740.932000', '130740.935000', '130740.938000', '130740.941000', '130740.944000', '130740.947000', '130740.950000', '130740.966000', '130740.969000', '130740.972000', '130740.975000', '130740.978000', '130740.981000', '130740.984000', '130740.987000', '130740.990000', '130740.993000', '130740.996000', '130741.000000', '130741.003000', '130741.005000', '130741.009000', '130741.012000', '130741.014000', '130741.017000', '130741.020000', '130741.024000', '130800.885000', '130800.888000', '130800.892000', '130800.895000', '130800.898000', '130800.901000', '130800.904000', '130800.907000', '130800.910000', '130800.913000', '130800.916000', '130800.919000', '130800.922000', '130800.925000', '130800.928000', '130800.931000', '130800.934000', '130800.937000', '130800.940000', '130800.943000', '130800.946000', '130800.949000', '130800.952000', '130800.955000', '130800.958000', '130800.961000', '130800.964000', '130800.967000', '130800.970000', '130800.973000', '130800.976000', '130800.979000', '130800.982000', '130800.985000', '130800.989000', '130800.992000', '130800.996000', '130801.000000', '130801.004000', '130801.007000', '130801.011000', '130801.014000', '130801.017000', '130820.885000', '130820.888000', '130820.891000', '130820.894000', '130820.897000', '130820.900000', '130820.903000', '130820.906000', '130820.909000', '130820.912000', '130820.915000', '130820.918000', '130820.920000', '130820.923000', '130820.926000', '130820.929000', '130820.932000', '130820.935000', '130820.938000', '130820.941000', '130820.944000', '130820.947000', '130820.950000', '130820.953000', '130820.956000', '130820.959000', '130820.961000', '130820.964000', '130820.967000', '130820.970000', '130820.973000', '130820.976000', '130820.981000', '130820.984000', '130820.987000', '130820.990000', '130820.993000', '130820.996000', '130821.000000', '130821.003000', '130821.006000', '130821.009000', '130821.012000', '130821.014000', '130840.885000', '130840.888000', '130840.892000', '130840.894000', '130840.897000', '130840.900000', '130840.903000', '130840.906000', '130840.909000', '130840.912000', '130840.915000', '130840.918000', '130840.921000', '130840.924000', '130840.927000', '130840.930000', '130840.932000', '130840.935000', '130840.938000', '130840.941000', '130840.944000', '130840.947000', '130840.950000', '130840.953000', '130840.956000', '130840.959000', '130840.962000', '130840.965000', '130840.967000', '130840.971000', '130840.973000', '130840.976000', '130840.979000', '130840.982000', '130840.985000', '130840.988000', '130840.991000', '130840.994000', '130840.997000', '130841.001000', '130841.004000', '130841.007000', '130841.010000', '130900.885000', '130900.888000', '130900.891000', '130900.894000', '130900.897000', '130900.900000', '130900.903000', '130900.906000', '130900.909000', '130900.912000', '130900.914000', '130900.917000', '130900.920000', '130900.923000', '130900.926000', '130900.929000', '130900.932000', '130900.935000', '130900.938000', '130900.941000', '130900.944000', '130900.947000', '130900.950000', '130900.953000', '130900.956000', '130900.959000', '130900.961000', '130900.964000', '130900.967000', '130900.970000', '130900.973000', '130900.976000', '130900.979000', '130900.982000', '130900.985000', '130900.988000', '130900.991000', '130900.994000', '130900.997000', '130901.001000', '130901.004000', '130901.007000', '130901.009000', '130901.012000', '130919.113000', '130919.117000', '130919.121000', '130919.124000', '130919.128000', '130919.132000', '130919.135000', '130919.138000', '130919.142000', '130919.145000', '130919.148000', '130919.151000', '130919.154000', '130919.157000', '130919.160000', '130919.163000', '130919.166000', '130919.169000', '130919.172000', '130919.175000', '130919.178000', '130919.181000', '130919.184000', '130919.188000', '130919.191000', '130919.194000', '130919.197000', '130919.200000', '130919.203000', '130919.206000', '130919.209000', '130919.211000', '130919.214000', '130919.218000', '130919.220000', '130919.223000', '130919.226000', '130919.229000', '130919.232000', '130919.235000'], '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': [11587, 9183, 11090, 9552, 10840, 9455, 10651, 9325, 10559, 9401, 10673, 8663, 10668, 8322, 10444, 12339, 9639, 11476, 9759, 10970, 9259, 11087, 9458, 10799, 9296, 10630, 9417, 10738, 9438, 10588, 9430, 10539, 9615, 10418, 9467, 10505, 9069, 10524, 8624, 10019, 12283, 9670, 11697, 9542, 11157, 9495, 11014, 9491, 10626, 9284, 10913, 9324, 10403, 9534, 10435, 9336, 10494, 9380, 10564, 9306, 10620, 9373, 12303, 9294, 10941, 9481, 11014, 9376, 12094, 9657, 10871, 10080, 10831, 9210, 10893, 8972, 10407, 8564, 10008, 8447, 9858, 8170, 10304, 8710, 10089, 8926, 9778, 8760, 9938, 8574, 10223, 8786, 10262, 8580, 10397, 9658, 10229, 10526, 10513, 9975, 10056, 11642, 9648, 11493, 9751, 10991, 9219, 10899, 9166, 10496, 9482, 10351, 9694, 9945, 9717, 10093, 9413, 10292, 9523, 10217, 8728, 10541, 8497, 10518, 11730, 9646, 11638, 9353, 11358, 9311, 10787, 9320, 10240, 9479, 10259, 9610, 10483, 9580, 9916, 9723, 10039, 9031, 10080, 8680, 10193, 8326, 10145, 8280, 9860, 8449, 10396, 8499, 10576, 8543, 10333, 8625, 10298, 9775, 10225, 10833, 10155, 9552, 9993, 9122, 10089, 12165, 9320, 11462, 9556, 11615, 9403, 11203, 9490, 10883, 9381, 10471, 9160, 10367, 9087, 10623, 9378, 10404, 9178, 10368, 9451, 11545, 9302, 10992, 9281, 10497, 9315, 10567, 9538, 11135, 9502, 10665, 9541, 10358, 9339, 9944, 9278, 10118, 9337, 10070, 9184, 10080, 8676, 10077, 9892, 9819, 8578, 9632, 9666, 9387, 12608, 9227, 11327, 9282, 10637, 9541, 10165, 9213, 10170, 9047, 10372, 9086, 10156, 9335, 10030, 9333, 9665, 9251, 9970, 9422, 9721, 9461, 9756, 9361, 9704, 9445, 9921, 9573, 9817, 9532, 9871, 9485, 10114, 9504, 10303, 9598, 11315, 10066, 10670, 9123, 9819, 9360, 9904, 9136, 9887, 8650, 10245, 8562, 9868, 9951, 9721, 12871, 9598, 11373, 9437, 10691, 9546, 10204, 9603, 9983, 9566, 10015, 9385, 10142, 9517, 10103, 9514, 9711, 9373, 9509, 9341, 9919, 9536, 10016, 9545, 9946, 9492, 9971, 9401, 9942, 9229, 10027, 9101, 9807, 8801, 10235, 8850, 10143, 8779, 9521, 9070, 9753, 9081, 9680, 9427, 9440, 9447, 9577, 9388, 9807, 9540, 9727, 8934, 10186, 8657, 10082, 11499, 9371, 12253, 9431, 11828, 9250, 10636, 9362, 10233, 9390, 9823, 9542, 9983, 9479, 9814, 9485, 9504, 9196, 9743, 9290, 9868, 9336, 9704, 9196, 9736, 8802, 9918, 9106, 9648, 9005, 9985, 8721, 9855, 10457, 9857, 9969, 9266, 10322, 9606, 12001, 9564, 12204, 9399, 10787, 9440, 11060, 9471, 10499, 9459, 10693, 9601, 10591, 9630, 10848, 9488, 10829, 9497, 11128, 9615, 10920, 9625, 11597, 9366, 11642, 9567, 10334, 9506, 9997, 9521, 10285, 9640, 9408, 9414, 9626, 9227, 9496, 9507, 9616, 9902, 9698, 9267, 9555, 9165, 9433, 9361, 9344, 9645, 9582, 9439, 10059, 9461, 9631, 9156, 9733, 8890, 9705, 8755, 9875, 8453, 9543, 9506, 9362, 8242, 9488, 8262, 9382, 8594, 9345, 11834, 9455, 12228, 9290, 10754, 9393, 10605, 9320, 11002, 9397, 10466, 9333, 10672, 9403, 10452, 9270, 9552, 9659, 9323, 9422, 9435, 9313, 9211, 9231, 9191, 9135, 9174, 9236, 10123, 9258, 9402, 9544, 9936, 9366, 11631, 9139, 10024, 9253, 8785, 9432, 9117, 9071, 9792, 10163, 9447, 9434, 9438, 10681, 9270, 11117, 8850, 10718, 9151, 9778, 8885, 9568, 8182, 9380, 10030, 9231, 9082, 9351, 9606, 9372, 10502, 9564, 9264, 9206, 9252, 9244, 9428, 9404, 9258, 9445, 9325, 9360, 9440, 9409, 9396, 9284, 9419, 9380, 10221, 9269, 11518, 9198, 10130, 9616, 9572, 9532, 11799, 9526, 12071, 9165, 9504, 9321, 9592, 9346, 9679, 9403, 9779, 9800, 10559, 9344, 10184, 9303, 9583, 9153, 9914, 9030, 9840, 8614, 9899, 8541, 9587, 8580, 9712, 8593, 9826, 8628, 9681, 8606, 9506, 8504, 9579, 9465, 9625, 10991, 9676, 10105, 9744, 9925, 9507, 9464, 9425, 9421, 9509, 9603, 9437, 9710, 9185, 9481, 9475, 9624, 9461, 9501, 9650, 10646, 9635, 11311, 9402, 9269, 9632, 9629, 9193, 9824, 9282, 9794, 9110, 9601, 8506, 9689, 8173, 9814, 8888, 9637, 9963, 9838, 10062, 9585, 9788, 9562, 9720, 9286, 9321, 9437, 9601, 9735, 9780, 9579, 9590, 9231, 9795, 9542, 9731, 9584, 9877, 9524, 9845, 9439, 9633, 9184, 9906, 9063, 9595, 8705, 9653, 8438, 9800, 9586, 9763, 9668, 9694, 8218, 9848, 8327, 10072, 8380, 9844, 8734, 9707, 8716, 9677, 11111, 9581, 11273, 9592, 12544, 9785, 10626, 9555, 10551, 9400, 9976, 9201, 9480, 9469, 9609, 9515, 9267, 9337, 9603, 9699, 9477, 9542, 10218, 9564, 8818, 9843, 9733, 9896, 9281, 11859, 9585, 11985, 9530, 12037, 9946, 12749, 9652, 11046, 9445, 8744, 9750, 8460, 9626, 8545, 9635, 8401, 9742, 11003, 9582, 8623, 9560, 8381, 9747, 8541, 9668, 8808, 9753, 9288, 9925, 9461, 9623, 9337, 9674, 9471, 9744, 9200, 9727, 8670, 9534, 8852, 9283, 8690, 9648, 8869, 9550, 9089, 9490, 9152, 9681, 9245, 9695, 9500, 9639, 9470, 9663, 9359, 9942, 8917, 9517, 9042, 9769, 8843, 9949, 9153, 9819, 8954, 9823, 9087, 9818, 9058, 9686, 9584, 9644, 9745, 9718, 9476, 9530, 9618, 11332, 9598, 11662, 9463, 9704, 9750, 9529, 9477, 9573, 9470, 9618, 9404, 9672, 9312, 9797, 9535, 9974, 9059, 9768, 9548, 9619, 9732, 9748, 9740, 9695, 9642, 9824, 9589, 9786, 9651, 9717, 9386, 9843, 9233, 9715, 9143, 9655, 9235, 9687, 8994, 9641, 8568, 9777, 9416, 9581, 9061, 9708, 10298, 9674, 11046, 9612, 10117, 9597, 9972, 9561, 9814, 9797, 8624, 9716, 8428, 9867, 8539, 9856, 8552, 9761, 8487, 9779, 8547, 9666, 8795, 9857, 8792, 10017, 8761, 9808, 8769, 9821, 9022, 9608, 8851, 9865, 9428, 9667, 9439, 9680, 9686, 9994, 9952, 9908, 10060, 9907, 9994, 9969, 9734, 9687, 9547, 9822, 8971, 9733, 9134, 9898, 8945, 9762, 8529, 9560, 11030, 9628, 11902, 9768, 10238, 9429, 9780, 9678, 9724, 9845, 9670, 9976, 9692, 9593, 9666, 9593, 9742, 9528], 'WindowCenter': [4402.0, 4357.0, 4375.0, 4352.0, 4361.0, 4339.0, 4347.0, 4327.0, 4345.0, 4325.0, 4335.0, 4313.0, 4336.0, 4304.0, 4335.0, 4354.0, 4324.0, 4333.0, 4322.0, 4333.0, 4312.0, 4331.0, 4323.0, 4333.0, 4324.0, 4333.0, 4324.0, 4345.0, 4325.0, 4335.0, 4326.0, 4347.0, 4336.0, 4346.0, 4336.0, 4348.0, 4326.0, 4348.0, 4315.0, 4336.0, 4354.0, 4325.0, 4343.0, 4324.0, 4343.0, 4323.0, 4332.0, 4323.0, 4332.0, 4324.0, 4344.0, 4324.0, 4334.0, 4325.0, 4346.0, 4326.0, 4345.0, 4325.0, 4334.0, 4324.0, 4334.0, 4326.0, 4355.0, 4325.0, 4344.0, 4324.0, 4334.0, 4325.0, 4354.0, 4324.0, 4333.0, 4322.0, 4335.0, 4321.0, 4346.0, 4313.0, 4332.0, 4310.0, 4322.0, 4300.0, 4324.0, 4302.0, 4334.0, 4312.0, 4335.0, 4326.0, 4334.0, 4314.0, 4334.0, 4326.0, 4345.0, 4314.0, 4337.0, 4315.0, 4335.0, 4334.0, 4335.0, 4334.0, 4334.0, 4323.0, 4324.0, 4344.0, 4321.0, 4330.0, 4320.0, 4331.0, 4312.0, 4331.0, 4311.0, 4331.0, 4322.0, 4332.0, 4324.0, 4334.0, 4323.0, 4335.0, 4325.0, 4337.0, 4325.0, 4335.0, 4314.0, 4334.0, 4313.0, 4334.0, 4342.0, 4323.0, 4342.0, 4323.0, 4331.0, 4320.0, 4332.0, 4323.0, 4333.0, 4323.0, 4334.0, 4323.0, 4344.0, 4333.0, 4334.0, 4323.0, 4335.0, 4313.0, 4334.0, 4314.0, 4334.0, 4302.0, 4334.0, 4313.0, 4324.0, 4302.0, 4334.0, 4313.0, 4333.0, 4314.0, 4332.0, 4311.0, 4333.0, 4322.0, 4334.0, 4334.0, 4336.0, 4323.0, 4323.0, 4323.0, 4332.0, 4342.0, 4322.0, 4342.0, 4322.0, 4342.0, 4312.0, 4331.0, 4322.0, 4332.0, 4322.0, 4332.0, 4312.0, 4320.0, 4312.0, 4330.0, 4323.0, 4333.0, 4325.0, 4334.0, 4324.0, 4344.0, 4324.0, 4333.0, 4322.0, 4332.0, 4312.0, 4333.0, 4323.0, 4342.0, 4323.0, 4333.0, 4321.0, 4333.0, 4324.0, 4334.0, 4323.0, 4334.0, 4323.0, 4335.0, 4323.0, 4334.0, 4313.0, 4334.0, 4322.0, 4323.0, 4311.0, 4323.0, 4322.0, 4322.0, 4353.0, 4321.0, 4342.0, 4323.0, 4333.0, 4322.0, 4333.0, 4324.0, 4333.0, 4324.0, 4332.0, 4314.0, 4333.0, 4324.0, 4348.0, 4337.0, 4335.0, 4324.0, 4335.0, 4323.0, 4324.0, 4325.0, 4334.0, 4325.0, 4324.0, 4335.0, 4335.0, 4323.0, 4335.0, 4336.0, 4335.0, 4334.0, 4334.0, 4325.0, 4333.0, 4362.0, 4371.0, 4338.0, 4359.0, 4337.0, 4335.0, 4323.0, 4324.0, 4323.0, 4333.0, 4314.0, 4335.0, 4314.0, 4333.0, 4321.0, 4324.0, 4352.0, 4323.0, 4333.0, 4323.0, 4331.0, 4322.0, 4332.0, 4323.0, 4323.0, 4324.0, 4322.0, 4323.0, 4334.0, 4324.0, 4333.0, 4324.0, 4335.0, 4324.0, 4325.0, 4325.0, 4335.0, 4335.0, 4335.0, 4325.0, 4335.0, 4325.0, 4336.0, 4324.0, 4335.0, 4324.0, 4334.0, 4324.0, 4333.0, 4314.0, 4333.0, 4322.0, 4334.0, 4312.0, 4323.0, 4314.0, 4334.0, 4323.0, 4336.0, 4325.0, 4335.0, 4337.0, 4337.0, 4337.0, 4336.0, 4336.0, 4339.0, 4324.0, 4336.0, 4314.0, 4333.0, 4344.0, 4323.0, 4342.0, 4324.0, 4342.0, 4312.0, 4321.0, 4310.0, 4320.0, 4311.0, 4321.0, 4311.0, 4321.0, 4320.0, 4322.0, 4322.0, 4323.0, 4322.0, 4323.0, 4323.0, 4324.0, 4323.0, 4324.0, 4324.0, 4335.0, 4325.0, 4336.0, 4323.0, 4324.0, 4313.0, 4334.0, 4313.0, 4335.0, 4334.0, 4324.0, 4321.0, 4324.0, 4333.0, 4323.0, 4341.0, 4324.0, 4342.0, 4312.0, 4332.0, 4323.0, 4343.0, 4323.0, 4333.0, 4325.0, 4331.0, 4324.0, 4332.0, 4335.0, 4344.0, 4334.0, 4344.0, 4336.0, 4345.0, 4334.0, 4343.0, 4336.0, 4344.0, 4326.0, 4344.0, 4323.0, 4333.0, 4323.0, 4334.0, 4322.0, 4333.0, 4321.0, 4323.0, 4323.0, 4324.0, 4324.0, 4322.0, 4323.0, 4324.0, 4335.0, 4335.0, 4324.0, 4335.0, 4326.0, 4336.0, 4336.0, 4337.0, 4337.0, 4337.0, 4336.0, 4338.0, 4337.0, 4335.0, 4325.0, 4336.0, 4325.0, 4325.0, 4313.0, 4324.0, 4302.0, 4324.0, 4322.0, 4323.0, 4303.0, 4322.0, 4311.0, 4323.0, 4311.0, 4321.0, 4342.0, 4323.0, 4367.0, 4336.0, 4342.0, 4323.0, 4332.0, 4324.0, 4344.0, 4323.0, 4331.0, 4323.0, 4332.0, 4323.0, 4331.0, 4323.0, 4335.0, 4324.0, 4323.0, 4324.0, 4311.0, 4322.0, 4322.0, 4323.0, 4311.0, 4324.0, 4324.0, 4325.0, 4334.0, 4325.0, 4336.0, 4336.0, 4333.0, 4324.0, 4342.0, 4323.0, 4323.0, 4322.0, 4312.0, 4323.0, 4325.0, 4327.0, 4350.0, 4335.0, 4336.0, 4324.0, 4314.0, 4334.0, 4312.0, 4334.0, 4313.0, 4333.0, 4312.0, 4321.0, 4300.0, 4310.0, 4301.0, 4311.0, 4309.0, 4311.0, 4298.0, 4310.0, 4310.0, 4312.0, 4331.0, 4321.0, 4311.0, 4323.0, 4313.0, 4324.0, 4324.0, 4324.0, 4324.0, 4325.0, 4324.0, 4325.0, 4326.0, 4326.0, 4325.0, 4326.0, 4337.0, 4337.0, 4337.0, 4325.0, 4346.0, 4326.0, 4336.0, 4336.0, 4336.0, 4336.0, 4358.0, 4336.0, 4355.0, 4337.0, 4325.0, 4324.0, 4323.0, 4337.0, 4325.0, 4324.0, 4335.0, 4324.0, 4334.0, 4324.0, 4333.0, 4312.0, 4324.0, 4312.0, 4320.0, 4299.0, 4310.0, 4297.0, 4310.0, 4301.0, 4310.0, 4299.0, 4311.0, 4300.0, 4320.0, 4300.0, 4321.0, 4298.0, 4311.0, 4300.0, 4322.0, 4310.0, 4312.0, 4331.0, 4322.0, 4321.0, 4320.0, 4311.0, 4311.0, 4310.0, 4312.0, 4311.0, 4323.0, 4322.0, 4324.0, 4325.0, 4326.0, 4326.0, 4337.0, 4337.0, 4337.0, 4336.0, 4337.0, 4347.0, 4326.0, 4345.0, 4323.0, 4325.0, 4324.0, 4326.0, 4324.0, 4336.0, 4324.0, 4335.0, 4325.0, 4326.0, 4314.0, 4325.0, 4313.0, 4336.0, 4324.0, 4337.0, 4336.0, 4336.0, 4335.0, 4336.0, 4334.0, 4324.0, 4324.0, 4324.0, 4326.0, 4325.0, 4325.0, 4324.0, 4335.0, 4325.0, 4325.0, 4325.0, 4336.0, 4338.0, 4337.0, 4336.0, 4337.0, 4325.0, 4337.0, 4326.0, 4325.0, 4325.0, 4335.0, 4313.0, 4325.0, 4311.0, 4324.0, 4302.0, 4324.0, 4322.0, 4324.0, 4323.0, 4324.0, 4303.0, 4335.0, 4314.0, 4336.0, 4315.0, 4336.0, 4316.0, 4336.0, 4314.0, 4335.0, 4345.0, 4327.0, 4344.0, 4325.0, 4343.0, 4324.0, 4333.0, 4323.0, 4321.0, 4311.0, 4322.0, 4311.0, 4321.0, 4321.0, 4322.0, 4323.0, 4324.0, 4324.0, 4324.0, 4323.0, 4324.0, 4326.0, 4334.0, 4337.0, 4327.0, 4348.0, 4339.0, 4338.0, 4329.0, 4345.0, 4327.0, 4344.0, 4326.0, 4345.0, 4326.0, 4353.0, 4324.0, 4333.0, 4323.0, 4312.0, 4324.0, 4303.0, 4325.0, 4313.0, 4324.0, 4303.0, 4324.0, 4334.0, 4324.0, 4312.0, 4324.0, 4302.0, 4323.0, 4313.0, 4324.0, 4312.0, 4322.0, 4312.0, 4321.0, 4323.0, 4336.0, 4325.0, 4324.0, 4324.0, 4325.0, 4324.0, 4325.0, 4314.0, 4325.0, 4313.0, 4324.0, 4313.0, 4322.0, 4313.0, 4323.0, 4312.0, 4324.0, 4312.0, 4323.0, 4324.0, 4325.0, 4324.0, 4325.0, 4324.0, 4325.0, 4324.0, 4324.0, 4313.0, 4323.0, 4313.0, 4324.0, 4314.0, 4335.0, 4312.0, 4322.0, 4312.0, 4335.0, 4313.0, 4324.0, 4312.0, 4325.0, 4325.0, 4336.0, 4325.0, 4325.0, 4325.0, 4337.0, 4335.0, 4344.0, 4324.0, 4343.0, 4321.0, 4322.0, 4311.0, 4322.0, 4321.0, 4322.0, 4312.0, 4312.0, 4311.0, 4311.0, 4310.0, 4321.0, 4310.0, 4320.0, 4311.0, 4324.0, 4324.0, 4324.0, 4335.0, 4325.0, 4324.0, 4325.0, 4325.0, 4336.0, 4325.0, 4336.0, 4324.0, 4325.0, 4324.0, 4325.0, 4313.0, 4323.0, 4311.0, 4313.0, 4311.0, 4323.0, 4310.0, 4322.0, 4313.0, 4324.0, 4313.0, 4324.0, 4312.0, 4323.0, 4320.0, 4323.0, 4330.0, 4321.0, 4322.0, 4323.0, 4320.0, 4325.0, 4324.0, 4334.0, 4313.0, 4323.0, 4314.0, 4333.0, 4314.0, 4333.0, 4314.0, 4336.0, 4313.0, 4336.0, 4315.0, 4325.0, 4313.0, 4323.0, 4314.0, 4336.0, 4315.0, 4350.0, 4314.0, 4335.0, 4313.0, 4336.0, 4327.0, 4337.0, 4325.0, 4325.0, 4324.0, 4336.0, 4336.0, 4335.0, 4335.0, 4335.0, 4335.0, 4324.0, 4324.0, 4324.0, 4324.0, 4324.0, 4322.0, 4323.0, 4312.0, 4323.0, 4312.0, 4323.0, 4312.0, 4323.0, 4302.0, 4322.0, 4320.0, 4311.0, 4330.0, 4310.0, 4309.0, 4299.0, 4308.0, 4297.0, 4296.0, 4309.0, 4309.0, 4310.0, 4309.0, 4309.0, 4311.0, 4310.0, 4321.0, 4310.0], 'WindowWidth': [9706.0, 9634.0, 9650.0, 9613.0, 9620.0, 9585.0, 9594.0, 9566.0, 9588.0, 9561.0, 9575.0, 9541.0, 9574.0, 9529.0, 9573.0, 9597.0, 9556.0, 9566.0, 9551.0, 9566.0, 9537.0, 9562.0, 9553.0, 9566.0, 9557.0, 9568.0, 9559.0, 9586.0, 9559.0, 9572.0, 9564.0, 9592.0, 9577.0, 9592.0, 9577.0, 9597.0, 9565.0, 9596.0, 9546.0, 9574.0, 9598.0, 9558.0, 9580.0, 9556.0, 9579.0, 9553.0, 9565.0, 9554.0, 9565.0, 9557.0, 9582.0, 9557.0, 9568.0, 9558.0, 9588.0, 9563.0, 9587.0, 9561.0, 9571.0, 9560.0, 9573.0, 9562.0, 9600.0, 9559.0, 9584.0, 9558.0, 9570.0, 9557.0, 9597.0, 9558.0, 9568.0, 9549.0, 9571.0, 9549.0, 9591.0, 9540.0, 9563.0, 9532.0, 9550.0, 9519.0, 9554.0, 9524.0, 9568.0, 9538.0, 9573.0, 9564.0, 9573.0, 9544.0, 9572.0, 9563.0, 9590.0, 9543.0, 9577.0, 9545.0, 9573.0, 9572.0, 9571.0, 9570.0, 9569.0, 9553.0, 9555.0, 9583.0, 9549.0, 9558.0, 9545.0, 9562.0, 9536.0, 9561.0, 9535.0, 9562.0, 9551.0, 9564.0, 9558.0, 9571.0, 9556.0, 9574.0, 9563.0, 9577.0, 9559.0, 9574.0, 9543.0, 9570.0, 9540.0, 9568.0, 9577.0, 9554.0, 9578.0, 9554.0, 9561.0, 9547.0, 9564.0, 9553.0, 9568.0, 9554.0, 9570.0, 9553.0, 9584.0, 9570.0, 9570.0, 9555.0, 9573.0, 9541.0, 9571.0, 9543.0, 9570.0, 9526.0, 9568.0, 9540.0, 9556.0, 9525.0, 9570.0, 9540.0, 9568.0, 9541.0, 9566.0, 9534.0, 9566.0, 9551.0, 9569.0, 9570.0, 9575.0, 9553.0, 9554.0, 9552.0, 9566.0, 9577.0, 9551.0, 9577.0, 9549.0, 9577.0, 9536.0, 9560.0, 9551.0, 9564.0, 9551.0, 9563.0, 9538.0, 9546.0, 9537.0, 9560.0, 9554.0, 9568.0, 9559.0, 9572.0, 9559.0, 9583.0, 9556.0, 9568.0, 9550.0, 9563.0, 9538.0, 9567.0, 9553.0, 9578.0, 9553.0, 9566.0, 9549.0, 9565.0, 9557.0, 9572.0, 9554.0, 9569.0, 9554.0, 9573.0, 9555.0, 9570.0, 9542.0, 9570.0, 9552.0, 9553.0, 9536.0, 9553.0, 9549.0, 9552.0, 9594.0, 9549.0, 9578.0, 9554.0, 9568.0, 9551.0, 9567.0, 9557.0, 9567.0, 9556.0, 9564.0, 9543.0, 9569.0, 9558.0, 9599.0, 9581.0, 9574.0, 9558.0, 9572.0, 9556.0, 9557.0, 9559.0, 9573.0, 9560.0, 9558.0, 9574.0, 9573.0, 9556.0, 9572.0, 9576.0, 9573.0, 9571.0, 9571.0, 9559.0, 9568.0, 9625.0, 9634.0, 9581.0, 9614.0, 9579.0, 9575.0, 9554.0, 9555.0, 9553.0, 9568.0, 9542.0, 9572.0, 9542.0, 9569.0, 9550.0, 9555.0, 9591.0, 9552.0, 9565.0, 9552.0, 9561.0, 9549.0, 9563.0, 9553.0, 9552.0, 9555.0, 9552.0, 9555.0, 9568.0, 9556.0, 9568.0, 9558.0, 9574.0, 9560.0, 9560.0, 9561.0, 9575.0, 9574.0, 9573.0, 9559.0, 9574.0, 9560.0, 9576.0, 9556.0, 9573.0, 9558.0, 9570.0, 9556.0, 9570.0, 9543.0, 9567.0, 9553.0, 9569.0, 9538.0, 9556.0, 9543.0, 9571.0, 9556.0, 9576.0, 9560.0, 9575.0, 9580.0, 9581.0, 9581.0, 9579.0, 9577.0, 9588.0, 9560.0, 9577.0, 9544.0, 9569.0, 9582.0, 9552.0, 9579.0, 9555.0, 9575.0, 9535.0, 9547.0, 9530.0, 9545.0, 9534.0, 9546.0, 9533.0, 9547.0, 9545.0, 9549.0, 9551.0, 9555.0, 9552.0, 9555.0, 9558.0, 9557.0, 9552.0, 9556.0, 9556.0, 9573.0, 9558.0, 9575.0, 9553.0, 9557.0, 9542.0, 9571.0, 9541.0, 9572.0, 9569.0, 9556.0, 9549.0, 9554.0, 9567.0, 9554.0, 9575.0, 9554.0, 9578.0, 9537.0, 9564.0, 9553.0, 9583.0, 9555.0, 9566.0, 9559.0, 9563.0, 9556.0, 9566.0, 9573.0, 9585.0, 9572.0, 9584.0, 9575.0, 9586.0, 9572.0, 9583.0, 9577.0, 9586.0, 9562.0, 9586.0, 9557.0, 9569.0, 9554.0, 9569.0, 9552.0, 9565.0, 9547.0, 9552.0, 9553.0, 9556.0, 9556.0, 9553.0, 9555.0, 9558.0, 9574.0, 9574.0, 9559.0, 9575.0, 9563.0, 9578.0, 9579.0, 9580.0, 9580.0, 9581.0, 9578.0, 9583.0, 9579.0, 9576.0, 9560.0, 9578.0, 9560.0, 9561.0, 9540.0, 9556.0, 9524.0, 9556.0, 9551.0, 9554.0, 9526.0, 9553.0, 9537.0, 9555.0, 9536.0, 9550.0, 9579.0, 9556.0, 9622.0, 9579.0, 9581.0, 9554.0, 9567.0, 9556.0, 9584.0, 9555.0, 9564.0, 9554.0, 9565.0, 9554.0, 9562.0, 9552.0, 9574.0, 9558.0, 9555.0, 9555.0, 9536.0, 9551.0, 9552.0, 9553.0, 9535.0, 9557.0, 9557.0, 9559.0, 9570.0, 9561.0, 9578.0, 9578.0, 9569.0, 9556.0, 9579.0, 9554.0, 9552.0, 9552.0, 9539.0, 9556.0, 9561.0, 9565.0, 9602.0, 9576.0, 9575.0, 9558.0, 9543.0, 9570.0, 9538.0, 9570.0, 9539.0, 9566.0, 9534.0, 9546.0, 9516.0, 9531.0, 9518.0, 9533.0, 9528.0, 9532.0, 9512.0, 9530.0, 9531.0, 9536.0, 9560.0, 9550.0, 9536.0, 9554.0, 9540.0, 9557.0, 9557.0, 9557.0, 9557.0, 9560.0, 9557.0, 9562.0, 9561.0, 9562.0, 9560.0, 9563.0, 9578.0, 9580.0, 9579.0, 9560.0, 9590.0, 9561.0, 9576.0, 9577.0, 9578.0, 9576.0, 9610.0, 9577.0, 9598.0, 9581.0, 9560.0, 9558.0, 9555.0, 9581.0, 9560.0, 9558.0, 9574.0, 9557.0, 9572.0, 9557.0, 9568.0, 9537.0, 9556.0, 9538.0, 9545.0, 9512.0, 9529.0, 9509.0, 9531.0, 9520.0, 9531.0, 9515.0, 9533.0, 9516.0, 9544.0, 9518.0, 9546.0, 9514.0, 9533.0, 9517.0, 9549.0, 9531.0, 9536.0, 9561.0, 9550.0, 9547.0, 9546.0, 9533.0, 9535.0, 9533.0, 9538.0, 9534.0, 9554.0, 9551.0, 9558.0, 9560.0, 9563.0, 9563.0, 9579.0, 9578.0, 9579.0, 9577.0, 9578.0, 9594.0, 9562.0, 9587.0, 9553.0, 9560.0, 9557.0, 9561.0, 9557.0, 9574.0, 9558.0, 9574.0, 9559.0, 9561.0, 9543.0, 9560.0, 9542.0, 9575.0, 9559.0, 9581.0, 9576.0, 9576.0, 9574.0, 9577.0, 9572.0, 9558.0, 9560.0, 9558.0, 9561.0, 9560.0, 9560.0, 9559.0, 9573.0, 9560.0, 9560.0, 9559.0, 9578.0, 9583.0, 9580.0, 9577.0, 9579.0, 9561.0, 9579.0, 9563.0, 9561.0, 9560.0, 9574.0, 9540.0, 9559.0, 9535.0, 9556.0, 9525.0, 9555.0, 9552.0, 9555.0, 9554.0, 9556.0, 9528.0, 9572.0, 9544.0, 9576.0, 9546.0, 9577.0, 9549.0, 9576.0, 9545.0, 9574.0, 9587.0, 9565.0, 9583.0, 9558.0, 9581.0, 9555.0, 9567.0, 9553.0, 9547.0, 9534.0, 9548.0, 9534.0, 9548.0, 9547.0, 9550.0, 9551.0, 9555.0, 9557.0, 9556.0, 9553.0, 9556.0, 9562.0, 9572.0, 9579.0, 9566.0, 9597.0, 9585.0, 9583.0, 9571.0, 9588.0, 9565.0, 9584.0, 9563.0, 9587.0, 9561.0, 9593.0, 9554.0, 9565.0, 9553.0, 9537.0, 9556.0, 9527.0, 9560.0, 9540.0, 9556.0, 9527.0, 9556.0, 9568.0, 9554.0, 9537.0, 9555.0, 9523.0, 9554.0, 9539.0, 9554.0, 9537.0, 9550.0, 9538.0, 9548.0, 9555.0, 9576.0, 9557.0, 9556.0, 9557.0, 9560.0, 9556.0, 9560.0, 9543.0, 9558.0, 9539.0, 9554.0, 9538.0, 9551.0, 9539.0, 9554.0, 9536.0, 9555.0, 9538.0, 9554.0, 9557.0, 9561.0, 9557.0, 9559.0, 9556.0, 9559.0, 9556.0, 9557.0, 9539.0, 9554.0, 9539.0, 9555.0, 9544.0, 9571.0, 9537.0, 9550.0, 9537.0, 9574.0, 9540.0, 9555.0, 9537.0, 9558.0, 9559.0, 9575.0, 9560.0, 9561.0, 9559.0, 9581.0, 9574.0, 9585.0, 9555.0, 9580.0, 9548.0, 9550.0, 9533.0, 9549.0, 9548.0, 9550.0, 9535.0, 9535.0, 9531.0, 9532.0, 9531.0, 9546.0, 9530.0, 9546.0, 9533.0, 9555.0, 9555.0, 9558.0, 9574.0, 9560.0, 9558.0, 9561.0, 9561.0, 9577.0, 9559.0, 9576.0, 9556.0, 9560.0, 9555.0, 9558.0, 9538.0, 9553.0, 9533.0, 9538.0, 9534.0, 9551.0, 9532.0, 9550.0, 9540.0, 9555.0, 9538.0, 9555.0, 9538.0, 9552.0, 9546.0, 9551.0, 9559.0, 9548.0, 9549.0, 9552.0, 9548.0, 9559.0, 9555.0, 9570.0, 9541.0, 9555.0, 9542.0, 9569.0, 9543.0, 9568.0, 9544.0, 9574.0, 9542.0, 9575.0, 9546.0, 9560.0, 9542.0, 9555.0, 9544.0, 9576.0, 9546.0, 9603.0, 9545.0, 9573.0, 9540.0, 9576.0, 9567.0, 9578.0, 9562.0, 9559.0, 9557.0, 9577.0, 9578.0, 9573.0, 9573.0, 9574.0, 9572.0, 9557.0, 9556.0, 9557.0, 9555.0, 9558.0, 9550.0, 9553.0, 9536.0, 9551.0, 9536.0, 9554.0, 9537.0, 9554.0, 9523.0, 9549.0, 9544.0, 9533.0, 9555.0, 9527.0, 9525.0, 9511.0, 9522.0, 9507.0, 9505.0, 9525.0, 9527.0, 9527.0, 9527.0, 9526.0, 9531.0, 9530.0, 9546.0, 9529.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.0003136708860759494</td></tr>
<tr><td colspan=3>aqi</td><td>0.019859109781357884</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.483132700864054</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1403209971082948</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9729116134907839</td></tr>
<tr><td colspan=3>efc</td><td>0.474</td></tr>
<tr><td colspan=3>fber</td><td>5183.2251</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07447927997580732</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.4959723820483315</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5719181547379013</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4945890314334536</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7661506613225564</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.455014771457694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00567487</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010535353794693947</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023485779762268066</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>3.7898108914588846</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>27.2501</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9728</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>186.5999</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301281.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>366.9087</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0787</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>585.1809</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3520.5161</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3742.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75263.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1130.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4647.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>987.3778</td></tr>
<tr><td colspan=3>tsnr</td><td>42.56546333874576</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>