ds005256-mriqc/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter b993479202 [DATALAD RUNCMD] Compute MRIQC for sub-0064
=== 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-0064 --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-0064",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-18 23:12:18 +02:00

616 lines
No EOL
103 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-0064_ses-02_task-alignvideo_acq-mb8_run-01_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-0064_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_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-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>
</div>
<div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-02_subject-0064_suffix-bold_task-alignvideo" 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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_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-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_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-0064/ses-02/func/sub-0064_ses-02_task-alignvideo_acq-mb8_run-01_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>faab20624727eed689e1ba5ba041f9fe</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>10:07:40.627500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996612, 0.0553046, 0.0608773, -0.0551958, 0.99847, -0.00346884]</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_brain_imaging_center</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-01_task-alignvideo_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.0870275</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-01_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4116, -7719, -7233, 594, -100, -72, 28, 138]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>221.24</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7618d0b5-3de3-49e8-b158-5e7df2fb4d3a||Sequence: R016 ve11e/master r/434b28f1; Aug 7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6738369464874268, -0.1480863094329834, 0.16463524103164673, 117.86753845214844], [-0.14837823808193207, 2.678820848464966, -0.00026165926828980446, -86.66822052001953], [0.16332946717739105, 0.009306637570261955, 2.6949758529663086, -72.89757537841797], [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, 839]</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], 'AcquisitionTime': ['100740.627500', '100741.087500', '100741.547500', '100742.007500', '100742.467500', '100742.927500', '100743.387500', '100743.847500', '100744.307500', '100744.767500', '100745.227500', '100745.687500', '100746.147500', '100746.607500', '100747.067500', '100747.527500', '100747.987500', '100748.447500', '100748.907500', '100749.367500', '100749.827500', '100750.287500', '100750.747500', '100751.207500', '100751.667500', '100752.127500', '100752.587500', '100753.047500', '100753.507500', '100753.967500', '100754.427500', '100754.887500', '100755.347500', '100755.807500', '100756.267500', '100756.727500', '100757.187500', '100757.647500', '100758.107500', '100758.567500', '100759.027500', '100759.487500', '100759.947500', '100800.407500', '100800.867500', '100801.327500', '100801.787500', '100802.247500', '100802.707500', '100803.167500', '100803.627500', '100804.087500', '100804.547500', '100805.007500', '100805.467500', '100805.927500', '100806.387500', '100806.847500', '100807.307500', '100807.767500', '100808.227500', '100808.687500', '100809.147500', '100809.607500', '100810.067500', '100810.527500', '100810.987500', '100811.447500', '100811.907500', '100812.367500', '100812.827500', '100813.287500', '100813.747500', '100814.207500', '100814.667500', '100815.127500', '100815.587500', '100816.047500', '100816.507500', '100816.967500', '100817.427500', '100817.887500', '100818.347500', '100818.807500', '100819.267500', '100819.727500', '100820.187500', '100820.647500', '100821.107500', '100821.567500', '100822.027500', '100822.487500', '100822.947500', '100823.407500', '100823.867500', '100824.327500', '100824.787500', '100825.247500', '100825.707500', '100826.167500', '100826.627500', '100827.087500', '100827.547500', '100828.007500', '100828.467500', '100828.927500', '100829.387500', '100829.847500', '100830.307500', '100830.767500', '100831.227500', '100831.687500', '100832.147500', '100832.607500', '100833.067500', '100833.527500', '100833.987500', '100834.447500', '100834.907500', '100835.367500', '100835.827500', '100836.287500', '100836.747500', '100837.207500', '100837.667500', '100838.127500', '100838.587500', '100839.047500', '100839.507500', '100839.967500', '100840.427500', '100840.887500', '100841.347500', '100841.807500', '100842.267500', '100842.727500', '100843.187500', '100843.647500', '100844.107500', '100844.567500', '100845.027500', '100845.487500', '100845.947500', '100846.407500', '100846.867500', '100847.327500', '100847.787500', '100848.247500', '100848.707500', '100849.167500', '100849.627500', '100850.087500', '100850.547500', '100851.007500', '100851.467500', '100851.927500', '100852.387500', '100852.847500', '100853.307500', '100853.767500', '100854.227500', '100854.687500', '100855.147500', '100855.607500', '100856.067500', '100856.527500', '100856.987500', '100857.447500', '100857.907500', '100858.367500', '100858.827500', '100859.287500', '100859.747500', '100900.207500', '100900.667500', '100901.127500', '100901.587500', '100902.047500', '100902.507500', '100902.967500', '100903.427500', '100903.887500', '100904.347500', '100904.807500', '100905.267500', '100905.727500', '100906.187500', '100906.647500', '100907.107500', '100907.567500', '100908.027500', '100908.487500', '100908.947500', '100909.407500', '100909.867500', '100910.327500', '100910.787500', '100911.247500', '100911.707500', '100912.167500', '100912.627500', '100913.087500', '100913.547500', '100914.007500', '100914.467500', '100914.927500', '100915.387500', '100915.847500', '100916.307500', '100916.767500', '100917.227500', '100917.687500', '100918.147500', '100918.607500', '100919.067500', '100919.527500', '100919.987500', '100920.447500', '100920.907500', '100921.367500', '100921.827500', '100922.287500', '100922.747500', '100923.207500', '100923.667500', '100924.127500', '100924.587500', '100925.047500', '100925.507500', '100925.967500', '100926.427500', '100926.887500', '100927.347500', '100927.807500', '100928.267500', '100928.727500', '100929.187500', '100929.647500', '100930.107500', '100930.567500', '100931.027500', '100931.487500', '100931.947500', '100932.407500', '100932.867500', '100933.327500', '100933.787500', '100934.247500', '100934.707500', '100935.167500', '100935.627500', '100936.087500', '100936.547500', '100937.007500', '100937.467500', '100937.927500', '100938.387500', '100938.847500', '100939.307500', '100939.767500', '100940.227500', '100940.687500', '100941.147500', '100941.607500', '100942.067500', '100942.527500', '100942.987500', '100943.447500', '100943.907500', '100944.367500', '100944.827500', '100945.287500', '100945.747500', '100946.207500', '100946.667500', '100947.127500', '100947.587500', '100948.047500', '100948.507500', '100948.967500', '100949.427500', '100949.887500', '100950.347500', '100950.807500', '100951.267500', '100951.727500', '100952.187500', '100952.647500', '100953.107500', '100953.567500', '100954.027500', '100954.487500', '100954.947500', '100955.407500', '100955.867500', '100956.327500', '100956.787500', '100957.247500', '100957.707500', '100958.167500', '100958.627500', '100959.087500', '100959.547500', '101000.007500', '101000.467500', '101000.927500', '101001.387500', '101001.847500', '101002.307500', '101002.767500', '101003.227500', '101003.687500', '101004.147500', '101004.607500', '101005.067500', '101005.527500', '101005.987500', '101006.447500', '101006.907500', '101007.367500', '101007.827500', '101008.287500', '101008.747500', '101009.207500', '101009.667500', '101010.127500', '101010.587500', '101011.047500', '101011.507500', '101011.967500', '101012.427500', '101012.887500', '101013.347500', '101013.807500', '101014.267500', '101014.727500', '101015.187500', '101015.647500', '101016.107500', '101016.567500', '101017.027500', '101017.487500', '101017.947500', '101018.407500', '101018.867500', '101019.327500', '101019.787500', '101020.247500', '101020.707500', '101021.167500', '101021.627500', '101022.087500', '101022.547500', '101023.007500', '101023.467500', '101023.927500', '101024.387500', '101024.847500', '101025.307500', '101025.767500', '101026.227500', '101026.687500', '101027.147500', '101027.607500', '101028.067500', '101028.527500', '101028.987500', '101029.447500', '101029.907500', '101030.367500', '101030.827500', '101031.287500', '101031.747500', '101032.207500', '101032.667500', '101033.127500', '101033.587500', '101034.047500', '101034.507500', '101034.967500', '101035.427500', '101035.887500', '101036.347500', '101036.807500', '101037.267500', '101037.727500', '101038.187500', '101038.647500', '101039.107500', '101039.567500', '101040.027500', '101040.487500', '101040.947500', '101041.407500', '101041.867500', '101042.327500', '101042.787500', '101043.247500', '101043.707500', '101044.167500', '101044.627500', '101045.087500', '101045.547500', '101046.007500', '101046.467500', '101046.927500', '101047.387500', '101047.847500', '101048.307500', '101048.767500', '101049.227500', '101049.687500', '101050.147500', '101050.607500', '101051.067500', '101051.527500', '101051.987500', '101052.447500', '101052.907500', '101053.367500', '101053.827500', '101054.287500', '101054.747500', '101055.207500', '101055.667500', '101056.127500', '101056.587500', '101057.047500', '101057.507500', '101057.967500', '101058.427500', '101058.887500', '101059.347500', '101059.807500', '101100.267500', '101100.727500', '101101.187500', '101101.647500', '101102.107500', '101102.567500', '101103.027500', '101103.487500', '101103.947500', '101104.407500', '101104.867500', '101105.327500', '101105.787500', '101106.247500', '101106.707500', '101107.167500', '101107.627500', '101108.087500', '101108.547500', '101109.007500', '101109.467500', '101109.927500', '101110.387500', '101110.847500', '101111.307500', '101111.767500', '101112.227500', '101112.687500', '101113.147500', '101113.607500', '101114.067500', '101114.527500', '101114.987500', '101115.447500', '101115.907500', '101116.367500', '101116.827500', '101117.287500', '101117.747500', '101118.207500', '101118.667500', '101119.127500', '101119.587500', '101120.047500', '101120.507500', '101120.967500', '101121.427500', '101121.887500', '101122.347500', '101122.807500', '101123.267500', '101123.727500', '101124.187500', '101124.647500', '101125.107500', '101125.567500', '101126.027500', '101126.487500', '101126.947500', '101127.407500', '101127.867500', '101128.327500', '101128.787500', '101129.247500', '101129.707500', '101130.167500', '101130.627500', '101131.087500', '101131.547500', '101132.007500', '101132.467500', '101132.927500', '101133.387500', '101133.847500', '101134.307500', '101134.767500', '101135.227500', '101135.687500', '101136.147500', '101136.607500', '101137.067500', '101137.527500', '101137.987500', '101138.447500', '101138.907500', '101139.367500', '101139.827500', '101140.287500', '101140.747500', '101141.207500', '101141.667500', '101142.127500', '101142.587500', '101143.047500', '101143.507500', '101143.967500', '101144.427500', '101144.887500', '101145.347500', '101145.807500', '101146.267500', '101146.727500', '101147.187500', '101147.647500', '101148.107500', '101148.567500', '101149.027500', '101149.487500', '101149.947500', '101150.407500', '101150.867500', '101151.327500', '101151.787500', '101152.247500', '101152.707500', '101153.167500', '101153.627500', '101154.087500', '101154.547500', '101155.007500', '101155.467500', '101155.927500', '101156.387500', '101156.847500', '101157.307500', '101157.767500', '101158.227500', '101158.687500', '101159.147500', '101159.607500', '101200.067500', '101200.527500', '101200.987500', '101201.447500', '101201.907500', '101202.367500', '101202.827500', '101203.287500', '101203.747500', '101204.207500', '101204.667500', '101205.127500', '101205.587500', '101206.047500', '101206.507500', '101206.967500', '101207.427500', '101207.887500', '101208.347500', '101208.807500', '101209.267500', '101209.727500', '101210.187500', '101210.647500', '101211.107500', '101211.567500', '101212.027500', '101212.487500', '101212.947500', '101213.407500', '101213.867500', '101214.327500', '101214.787500', '101215.247500', '101215.707500', '101216.167500', '101216.627500', '101217.087500', '101217.547500', '101218.007500', '101218.467500', '101218.927500', '101219.387500', '101219.847500', '101220.307500', '101220.767500', '101221.227500', '101221.687500', '101222.147500', '101222.607500', '101223.067500', '101223.527500', '101223.987500', '101224.447500', '101224.907500', '101225.367500', '101225.827500', '101226.287500', '101226.747500', '101227.207500', '101227.667500', '101228.127500', '101228.587500', '101229.047500', '101229.507500', '101229.967500', '101230.427500', '101230.887500', '101231.347500', '101231.807500', '101232.267500', '101232.727500', '101233.187500', '101233.647500', '101234.107500', '101234.567500', '101235.027500', '101235.487500', '101235.947500', '101236.407500', '101236.867500', '101237.327500', '101237.787500', '101238.247500', '101238.707500', '101239.167500', '101239.627500', '101240.087500', '101240.547500', '101241.007500', '101241.467500', '101241.927500', '101242.387500', '101242.847500', '101243.307500', '101243.767500', '101244.227500', '101244.687500', '101245.147500', '101245.607500', '101246.067500', '101246.527500', '101246.987500', '101247.447500', '101247.907500', '101248.367500', '101248.827500', '101249.287500', '101249.747500', '101250.207500', '101250.667500', '101251.127500', '101251.587500', '101252.047500', '101252.507500', '101252.967500', '101253.427500', '101253.887500', '101254.347500', '101254.807500', '101255.267500', '101255.727500', '101256.187500', '101256.647500', '101257.107500', '101257.567500', '101258.027500', '101258.487500', '101258.947500', '101259.407500', '101259.867500', '101300.327500', '101300.787500', '101301.247500', '101301.707500', '101302.167500', '101302.627500', '101303.087500', '101303.547500', '101304.007500', '101304.467500', '101304.927500', '101305.387500', '101305.847500', '101306.307500', '101306.767500', '101307.227500', '101307.687500', '101308.147500', '101308.607500', '101309.067500', '101309.527500', '101309.987500', '101310.447500', '101310.907500', '101311.367500', '101311.827500', '101312.287500', '101312.747500', '101313.207500', '101313.667500', '101314.127500', '101314.587500', '101315.047500', '101315.507500', '101315.967500', '101316.427500', '101316.887500', '101317.347500', '101317.807500', '101318.267500', '101318.727500', '101319.187500', '101319.647500', '101320.107500', '101320.567500', '101321.027500', '101321.487500', '101321.947500', '101322.407500', '101322.867500', '101323.327500', '101323.787500', '101324.247500', '101324.707500', '101325.167500', '101325.627500', '101326.087500', '101326.547500', '101327.007500', '101327.467500', '101327.927500', '101328.387500', '101328.847500', '101329.307500', '101329.767500', '101330.227500', '101330.687500', '101331.147500', '101331.607500', '101332.067500', '101332.527500', '101332.987500', '101333.447500', '101333.907500', '101334.367500', '101334.827500', '101335.287500', '101335.747500', '101336.207500', '101336.667500', '101337.127500', '101337.587500', '101338.047500', '101338.507500', '101338.967500', '101339.427500', '101339.887500', '101340.347500', '101340.807500', '101341.267500', '101341.727500', '101342.187500', '101342.647500', '101343.107500', '101343.567500', '101344.027500', '101344.487500', '101344.947500', '101345.407500', '101345.867500', '101346.327500', '101346.787500', '101347.247500', '101347.707500', '101348.167500', '101348.627500', '101349.087500', '101349.547500', '101350.007500', '101350.467500', '101350.927500', '101351.387500', '101351.847500', '101352.307500', '101352.767500', '101353.227500', '101353.687500', '101354.147500', '101354.607500', '101355.067500', '101355.527500', '101355.987500', '101356.447500', '101356.907500', '101357.367500', '101357.827500', '101358.287500', '101358.747500', '101359.207500', '101359.667500', '101400.127500', '101400.587500', '101401.047500', '101401.507500', '101401.967500', '101402.427500', '101402.887500', '101403.347500', '101403.807500', '101404.267500', '101404.727500', '101405.187500', '101405.647500', '101406.107500'], 'ContentTime': ['100809.673000', '100809.677000', '100809.679000', '100809.682000', '100809.684000', '100809.687000', '100809.689000', '100809.692000', '100809.695000', '100809.697000', '100809.700000', '100809.702000', '100809.705000', '100809.708000', '100809.710000', '100809.713000', '100809.715000', '100809.718000', '100809.720000', '100809.723000', '100809.735000', '100809.738000', '100809.740000', '100809.743000', '100809.745000', '100809.748000', '100809.751000', '100809.753000', '100809.756000', '100809.759000', '100809.761000', '100809.764000', '100809.766000', '100809.769000', '100809.771000', '100809.774000', '100809.776000', '100809.779000', '100809.782000', '100809.784000', '100809.787000', '100809.790000', '100809.792000', '100809.795000', '100809.797000', '100809.800000', '100809.802000', '100809.805000', '100809.808000', '100809.810000', '100809.813000', '100809.815000', '100809.818000', '100809.821000', '100809.823000', '100809.832000', '100809.834000', '100809.837000', '100809.840000', '100809.842000', '100829.611000', '100829.623000', '100829.626000', '100829.628000', '100829.631000', '100829.633000', '100829.636000', '100829.639000', '100829.641000', '100829.644000', '100829.646000', '100829.649000', '100829.652000', '100829.654000', '100829.657000', '100829.659000', '100829.662000', '100829.665000', '100829.667000', '100829.670000', '100829.673000', '100829.675000', '100829.678000', '100829.680000', '100829.683000', '100829.686000', '100829.688000', '100829.691000', '100829.693000', '100829.696000', '100829.699000', '100829.701000', '100829.704000', '100829.706000', '100829.709000', '100829.712000', '100829.714000', '100829.717000', '100829.719000', '100829.722000', '100829.725000', '100829.727000', '100829.730000', '100849.612000', '100849.614000', '100849.617000', '100849.620000', '100849.622000', '100849.625000', '100849.628000', '100849.630000', '100849.633000', '100849.635000', '100849.638000', '100849.641000', '100849.644000', '100849.646000', '100849.649000', '100849.652000', '100849.655000', '100849.658000', '100849.661000', '100849.663000', '100849.666000', '100849.669000', '100849.682000', '100849.685000', '100849.687000', '100849.690000', '100849.693000', '100849.695000', '100849.698000', '100849.700000', '100849.703000', '100849.706000', '100849.708000', '100849.711000', '100849.713000', '100849.716000', '100849.719000', '100849.721000', '100849.724000', '100849.726000', '100849.729000', '100849.732000', '100849.734000', '100909.611000', '100909.614000', '100909.617000', '100909.620000', '100909.622000', '100909.625000', '100909.627000', '100909.630000', '100909.633000', '100909.635000', '100909.638000', '100909.640000', '100909.643000', '100909.646000', '100909.648000', '100909.651000', '100909.653000', '100909.656000', '100909.659000', '100909.661000', '100909.664000', '100909.667000', '100909.669000', '100909.672000', '100909.675000', '100909.677000', '100909.680000', '100909.682000', '100909.685000', '100909.688000', '100909.690000', '100909.693000', '100909.696000', '100909.698000', '100909.701000', '100909.703000', '100909.706000', '100909.709000', '100909.711000', '100909.714000', '100909.716000', '100909.719000', '100909.722000', '100909.724000', '100929.611000', '100929.614000', '100929.617000', '100929.619000', '100929.622000', '100929.625000', '100929.628000', '100929.631000', '100929.634000', '100929.637000', '100929.639000', '100929.642000', '100929.644000', '100929.647000', '100929.649000', '100929.652000', '100929.655000', '100929.657000', '100929.660000', '100929.662000', '100929.665000', '100929.668000', '100929.670000', '100929.673000', '100929.675000', '100929.678000', '100929.681000', '100929.684000', '100929.686000', '100929.689000', '100929.692000', '100929.694000', '100929.697000', '100929.700000', '100929.702000', '100929.705000', '100929.708000', '100929.711000', '100929.714000', '100929.717000', '100929.719000', '100929.722000', '100929.724000', '100949.612000', '100949.614000', '100949.617000', '100949.620000', '100949.622000', '100949.625000', '100949.628000', '100949.630000', '100949.633000', '100949.636000', '100949.638000', '100949.641000', '100949.643000', '100949.646000', '100949.649000', '100949.651000', '100949.654000', '100949.657000', '100949.659000', '100949.662000', '100949.664000', '100949.667000', '100949.670000', '100949.672000', '100949.675000', '100949.678000', '100949.680000', '100949.683000', '100949.686000', '100949.688000', '100949.691000', '100949.693000', '100949.696000', '100949.699000', '100949.701000', '100949.704000', '100949.706000', '100949.709000', '100949.712000', '100949.714000', '100949.717000', '100949.719000', '100949.722000', '100949.725000', '101009.610000', '101009.613000', '101009.616000', '101009.619000', '101009.621000', '101009.633000', '101009.636000', '101009.638000', '101009.641000', '101009.644000', '101009.646000', '101009.649000', '101009.651000', '101009.654000', '101009.656000', '101009.659000', '101009.662000', '101009.665000', '101009.668000', '101009.671000', '101009.674000', '101009.677000', '101009.680000', '101009.682000', '101009.685000', '101009.688000', '101009.690000', '101009.693000', '101009.695000', '101009.698000', '101009.701000', '101009.703000', '101009.706000', '101009.708000', '101009.711000', '101009.714000', '101009.716000', '101009.719000', '101009.722000', '101009.724000', '101009.727000', '101009.729000', '101009.732000', '101029.612000', '101029.614000', '101029.617000', '101029.620000', '101029.622000', '101029.625000', '101029.628000', '101029.630000', '101029.633000', '101029.635000', '101029.638000', '101029.641000', '101029.643000', '101029.646000', '101029.648000', '101029.651000', '101029.654000', '101029.656000', '101029.659000', '101029.661000', '101029.664000', '101029.667000', '101029.669000', '101029.672000', '101029.674000', '101029.677000', '101029.680000', '101029.682000', '101029.685000', '101029.687000', '101029.690000', '101029.693000', '101029.695000', '101029.698000', '101029.700000', '101029.703000', '101029.706000', '101029.708000', '101029.711000', '101029.714000', '101029.716000', '101029.719000', '101029.721000', '101029.724000', '101049.612000', '101049.614000', '101049.617000', '101049.620000', '101049.622000', '101049.625000', '101049.627000', '101049.630000', '101049.633000', '101049.635000', '101049.638000', '101049.641000', '101049.644000', '101049.647000', '101049.649000', '101049.652000', '101049.655000', '101049.657000', '101049.660000', '101049.663000', '101049.665000', '101049.669000', '101049.672000', '101049.675000', '101049.678000', '101049.680000', '101049.683000', '101049.685000', '101049.688000', '101049.691000', '101049.693000', '101049.696000', '101049.699000', '101049.701000', '101049.704000', '101049.706000', '101049.709000', '101049.712000', '101049.714000', '101049.717000', '101049.720000', '101049.722000', '101049.725000', '101109.612000', '101109.615000', '101109.617000', '101109.620000', '101109.623000', '101109.625000', '101109.628000', '101109.631000', '101109.642000', '101109.644000', '101109.647000', '101109.649000', '101109.652000', '101109.655000', '101109.657000', '101109.660000', '101109.663000', '101109.665000', '101109.668000', '101109.670000', '101109.673000', '101109.676000', '101109.678000', '101109.681000', '101109.684000', '101109.686000', '101109.689000', '101109.692000', '101109.694000', '101109.697000', '101109.700000', '101109.702000', '101109.705000', '101109.708000', '101109.710000', '101109.713000', '101109.715000', '101109.718000', '101109.721000', '101109.723000', '101109.726000', '101109.728000', '101109.731000', '101109.734000', '101129.612000', '101129.614000', '101129.617000', '101129.620000', '101129.622000', '101129.625000', '101129.628000', '101129.630000', '101129.633000', '101129.636000', '101129.638000', '101129.641000', '101129.643000', '101129.646000', '101129.649000', '101129.651000', '101129.654000', '101129.656000', '101129.659000', '101129.662000', '101129.664000', '101129.667000', '101129.669000', '101129.672000', '101129.675000', '101129.677000', '101129.680000', '101129.682000', '101129.685000', '101129.688000', '101129.700000', '101129.703000', '101129.706000', '101129.709000', '101129.711000', '101129.714000', '101129.717000', '101129.719000', '101129.722000', '101129.724000', '101129.727000', '101129.729000', '101129.732000', '101149.611000', '101149.614000', '101149.617000', '101149.620000', '101149.622000', '101149.625000', '101149.628000', '101149.630000', '101149.633000', '101149.635000', '101149.638000', '101149.641000', '101149.643000', '101149.646000', '101149.648000', '101149.651000', '101149.654000', '101149.656000', '101149.659000', '101149.661000', '101149.664000', '101149.666000', '101149.669000', '101149.672000', '101149.674000', '101149.677000', '101149.679000', '101149.682000', '101149.685000', '101149.687000', '101149.690000', '101149.693000', '101149.695000', '101149.698000', '101149.700000', '101149.703000', '101149.705000', '101149.708000', '101149.711000', '101149.713000', '101149.716000', '101149.719000', '101149.721000', '101149.724000', '101209.612000', '101209.615000', '101209.617000', '101209.620000', '101209.622000', '101209.625000', '101209.628000', '101209.630000', '101209.633000', '101209.636000', '101209.638000', '101209.641000', '101209.643000', '101209.646000', '101209.649000', '101209.651000', '101209.654000', '101209.656000', '101209.659000', '101209.662000', '101209.664000', '101209.667000', '101209.669000', '101209.672000', '101209.675000', '101209.677000', '101209.680000', '101209.683000', '101209.686000', '101209.689000', '101209.692000', '101209.695000', '101209.698000', '101209.700000', '101209.703000', '101209.706000', '101209.710000', '101209.712000', '101209.715000', '101209.718000', '101209.720000', '101209.723000', '101209.725000', '101229.611000', '101229.613000', '101229.616000', '101229.619000', '101229.621000', '101229.624000', '101229.627000', '101229.629000', '101229.632000', '101229.634000', '101229.637000', '101229.640000', '101229.642000', '101229.645000', '101229.647000', '101229.650000', '101229.653000', '101229.655000', '101229.658000', '101229.661000', '101229.663000', '101229.666000', '101229.668000', '101229.671000', '101229.674000', '101229.676000', '101229.679000', '101229.682000', '101229.685000', '101229.687000', '101229.690000', '101229.693000', '101229.695000', '101229.698000', '101229.700000', '101229.703000', '101229.706000', '101229.708000', '101229.711000', '101229.713000', '101229.716000', '101229.719000', '101229.721000', '101229.724000', '101249.611000', '101249.614000', '101249.617000', '101249.620000', '101249.622000', '101249.625000', '101249.628000', '101249.630000', '101249.633000', '101249.635000', '101249.638000', '101249.641000', '101249.643000', '101249.646000', '101249.648000', '101249.651000', '101249.655000', '101249.658000', '101249.660000', '101249.663000', '101249.666000', '101249.668000', '101249.671000', '101249.673000', '101249.676000', '101249.679000', '101249.681000', '101249.684000', '101249.686000', '101249.689000', '101249.692000', '101249.694000', '101249.697000', '101249.699000', '101249.702000', '101249.705000', '101249.707000', '101249.710000', '101249.712000', '101249.715000', '101249.718000', '101249.720000', '101249.723000', '101309.612000', '101309.615000', '101309.617000', '101309.620000', '101309.623000', '101309.625000', '101309.628000', '101309.631000', '101309.633000', '101309.636000', '101309.639000', '101309.641000', '101309.644000', '101309.647000', '101309.649000', '101309.652000', '101309.657000', '101309.659000', '101309.662000', '101309.665000', '101309.667000', '101309.670000', '101309.672000', '101309.675000', '101309.678000', '101309.703000', '101309.706000', '101309.709000', '101309.711000', '101309.714000', '101309.716000', '101309.719000', '101309.722000', '101309.724000', '101309.727000', '101309.730000', '101309.732000', '101309.735000', '101309.737000', '101309.740000', '101309.743000', '101309.745000', '101309.748000', '101329.612000', '101329.614000', '101329.617000', '101329.620000', '101329.622000', '101329.625000', '101329.627000', '101329.630000', '101329.633000', '101329.635000', '101329.638000', '101329.640000', '101329.643000', '101329.646000', '101329.648000', '101329.651000', '101329.653000', '101329.656000', '101329.659000', '101329.661000', '101329.664000', '101329.666000', '101329.669000', '101329.672000', '101329.674000', '101329.677000', '101329.680000', '101329.682000', '101329.685000', '101329.687000', '101329.690000', '101329.692000', '101329.695000', '101329.698000', '101329.700000', '101329.703000', '101329.705000', '101329.708000', '101329.711000', '101329.713000', '101329.716000', '101329.718000', '101329.721000', '101329.723000', '101349.612000', '101349.614000', '101349.617000', '101349.620000', '101349.622000', '101349.625000', '101349.627000', '101349.630000', '101349.633000', '101349.635000', '101349.638000', '101349.641000', '101349.643000', '101349.646000', '101349.649000', '101349.651000', '101349.654000', '101349.656000', '101349.659000', '101349.661000', '101349.664000', '101349.667000', '101349.669000', '101349.672000', '101349.674000', '101349.677000', '101349.680000', '101349.682000', '101349.685000', '101349.687000', '101349.690000', '101349.693000', '101349.695000', '101349.698000', '101349.700000', '101349.703000', '101349.706000', '101349.708000', '101349.711000', '101349.713000', '101349.716000', '101349.719000', '101349.721000', '101349.724000', '101407.877000', '101407.880000', '101407.882000', '101407.885000', '101407.888000', '101407.891000', '101407.894000', '101407.896000', '101407.899000', '101407.903000', '101407.905000', '101407.908000', '101407.911000', '101407.914000', '101407.917000', '101407.920000', '101407.923000', '101407.926000', '101407.929000', '101407.932000', '101407.934000', '101407.937000', '101407.940000', '101407.943000', '101407.945000', '101407.948000', '101407.951000', '101407.953000', '101407.956000', '101407.958000', '101407.961000', '101407.964000', '101407.967000', '101407.972000', '101407.975000', '101407.978000', '101407.981000', '101407.984000', '101407.987000', '101407.990000'], 'InstanceCreationTime': ['100809.673000', '100809.677000', '100809.679000', '100809.682000', '100809.684000', '100809.687000', '100809.689000', '100809.692000', '100809.695000', '100809.697000', '100809.700000', '100809.702000', '100809.705000', '100809.708000', '100809.710000', '100809.713000', '100809.715000', '100809.718000', '100809.720000', '100809.723000', '100809.735000', '100809.738000', '100809.740000', '100809.743000', '100809.745000', '100809.748000', '100809.751000', '100809.753000', '100809.756000', '100809.759000', '100809.761000', '100809.764000', '100809.766000', '100809.769000', '100809.771000', '100809.774000', '100809.776000', '100809.779000', '100809.782000', '100809.784000', '100809.787000', '100809.790000', '100809.792000', '100809.795000', '100809.797000', '100809.800000', '100809.802000', '100809.805000', '100809.808000', '100809.810000', '100809.813000', '100809.815000', '100809.818000', '100809.821000', '100809.823000', '100809.832000', '100809.834000', '100809.837000', '100809.840000', '100809.842000', '100829.611000', '100829.623000', '100829.626000', '100829.628000', '100829.631000', '100829.633000', '100829.636000', '100829.639000', '100829.641000', '100829.644000', '100829.646000', '100829.649000', '100829.652000', '100829.654000', '100829.657000', '100829.659000', '100829.662000', '100829.665000', '100829.667000', '100829.670000', '100829.673000', '100829.675000', '100829.678000', '100829.680000', '100829.683000', '100829.686000', '100829.688000', '100829.691000', '100829.693000', '100829.696000', '100829.699000', '100829.701000', '100829.704000', '100829.706000', '100829.709000', '100829.712000', '100829.714000', '100829.717000', '100829.719000', '100829.722000', '100829.725000', '100829.727000', '100829.730000', '100849.612000', '100849.614000', '100849.617000', '100849.620000', '100849.622000', '100849.625000', '100849.628000', '100849.630000', '100849.633000', '100849.635000', '100849.638000', '100849.641000', '100849.644000', '100849.646000', '100849.649000', '100849.652000', '100849.655000', '100849.658000', '100849.661000', '100849.663000', '100849.666000', '100849.669000', '100849.682000', '100849.685000', '100849.687000', '100849.690000', '100849.693000', '100849.695000', '100849.698000', '100849.700000', '100849.703000', '100849.706000', '100849.708000', '100849.711000', '100849.713000', '100849.716000', '100849.719000', '100849.721000', '100849.724000', '100849.726000', '100849.729000', '100849.732000', '100849.734000', '100909.611000', '100909.614000', '100909.617000', '100909.620000', '100909.622000', '100909.625000', '100909.627000', '100909.630000', '100909.633000', '100909.635000', '100909.638000', '100909.640000', '100909.643000', '100909.646000', '100909.648000', '100909.651000', '100909.653000', '100909.656000', '100909.659000', '100909.661000', '100909.664000', '100909.667000', '100909.669000', '100909.672000', '100909.675000', '100909.677000', '100909.680000', '100909.682000', '100909.685000', '100909.688000', '100909.690000', '100909.693000', '100909.696000', '100909.698000', '100909.701000', '100909.703000', '100909.706000', '100909.709000', '100909.711000', '100909.714000', '100909.716000', '100909.719000', '100909.722000', '100909.724000', '100929.611000', '100929.614000', '100929.617000', '100929.619000', '100929.622000', '100929.625000', '100929.628000', '100929.631000', '100929.634000', '100929.637000', '100929.639000', '100929.642000', '100929.644000', '100929.647000', '100929.649000', '100929.652000', '100929.655000', '100929.657000', '100929.660000', '100929.662000', '100929.665000', '100929.668000', '100929.670000', '100929.673000', '100929.675000', '100929.678000', '100929.681000', '100929.684000', '100929.686000', '100929.689000', '100929.692000', '100929.694000', '100929.697000', '100929.700000', '100929.702000', '100929.705000', '100929.708000', '100929.711000', '100929.714000', '100929.717000', '100929.719000', '100929.722000', '100929.724000', '100949.612000', '100949.614000', '100949.617000', '100949.620000', '100949.622000', '100949.625000', '100949.628000', '100949.630000', '100949.633000', '100949.636000', '100949.638000', '100949.641000', '100949.643000', '100949.646000', '100949.649000', '100949.651000', '100949.654000', '100949.657000', '100949.659000', '100949.662000', '100949.664000', '100949.667000', '100949.670000', '100949.672000', '100949.675000', '100949.678000', '100949.680000', '100949.683000', '100949.686000', '100949.688000', '100949.691000', '100949.693000', '100949.696000', '100949.699000', '100949.701000', '100949.704000', '100949.706000', '100949.709000', '100949.712000', '100949.714000', '100949.717000', '100949.719000', '100949.722000', '100949.725000', '101009.610000', '101009.613000', '101009.616000', '101009.619000', '101009.621000', '101009.633000', '101009.636000', '101009.638000', '101009.641000', '101009.644000', '101009.646000', '101009.649000', '101009.651000', '101009.654000', '101009.656000', '101009.659000', '101009.662000', '101009.665000', '101009.668000', '101009.671000', '101009.674000', '101009.677000', '101009.680000', '101009.682000', '101009.685000', '101009.688000', '101009.690000', '101009.693000', '101009.695000', '101009.698000', '101009.701000', '101009.703000', '101009.706000', '101009.708000', '101009.711000', '101009.714000', '101009.716000', '101009.719000', '101009.722000', '101009.724000', '101009.727000', '101009.729000', '101009.732000', '101029.612000', '101029.614000', '101029.617000', '101029.620000', '101029.622000', '101029.625000', '101029.628000', '101029.630000', '101029.633000', '101029.635000', '101029.638000', '101029.641000', '101029.643000', '101029.646000', '101029.648000', '101029.651000', '101029.654000', '101029.656000', '101029.659000', '101029.661000', '101029.664000', '101029.667000', '101029.669000', '101029.672000', '101029.674000', '101029.677000', '101029.680000', '101029.682000', '101029.685000', '101029.687000', '101029.690000', '101029.693000', '101029.695000', '101029.698000', '101029.700000', '101029.703000', '101029.706000', '101029.708000', '101029.711000', '101029.714000', '101029.716000', '101029.719000', '101029.721000', '101029.724000', '101049.612000', '101049.614000', '101049.617000', '101049.620000', '101049.622000', '101049.625000', '101049.627000', '101049.630000', '101049.633000', '101049.635000', '101049.638000', '101049.641000', '101049.644000', '101049.647000', '101049.649000', '101049.652000', '101049.655000', '101049.657000', '101049.660000', '101049.663000', '101049.665000', '101049.669000', '101049.672000', '101049.675000', '101049.678000', '101049.680000', '101049.683000', '101049.685000', '101049.688000', '101049.691000', '101049.693000', '101049.696000', '101049.699000', '101049.701000', '101049.704000', '101049.706000', '101049.709000', '101049.712000', '101049.714000', '101049.717000', '101049.720000', '101049.722000', '101049.725000', '101109.612000', '101109.615000', '101109.617000', '101109.620000', '101109.623000', '101109.625000', '101109.628000', '101109.631000', '101109.642000', '101109.644000', '101109.647000', '101109.649000', '101109.652000', '101109.655000', '101109.657000', '101109.660000', '101109.663000', '101109.665000', '101109.668000', '101109.670000', '101109.673000', '101109.676000', '101109.678000', '101109.681000', '101109.684000', '101109.686000', '101109.689000', '101109.692000', '101109.694000', '101109.697000', '101109.700000', '101109.702000', '101109.705000', '101109.708000', '101109.710000', '101109.713000', '101109.715000', '101109.718000', '101109.721000', '101109.723000', '101109.726000', '101109.728000', '101109.731000', '101109.734000', '101129.612000', '101129.614000', '101129.617000', '101129.620000', '101129.622000', '101129.625000', '101129.628000', '101129.630000', '101129.633000', '101129.636000', '101129.638000', '101129.641000', '101129.643000', '101129.646000', '101129.649000', '101129.651000', '101129.654000', '101129.656000', '101129.659000', '101129.662000', '101129.664000', '101129.667000', '101129.669000', '101129.672000', '101129.675000', '101129.677000', '101129.680000', '101129.682000', '101129.685000', '101129.688000', '101129.700000', '101129.703000', '101129.706000', '101129.709000', '101129.711000', '101129.714000', '101129.717000', '101129.719000', '101129.722000', '101129.724000', '101129.727000', '101129.729000', '101129.732000', '101149.611000', '101149.614000', '101149.617000', '101149.620000', '101149.622000', '101149.625000', '101149.628000', '101149.630000', '101149.633000', '101149.635000', '101149.638000', '101149.641000', '101149.643000', '101149.646000', '101149.648000', '101149.651000', '101149.654000', '101149.656000', '101149.659000', '101149.661000', '101149.664000', '101149.666000', '101149.669000', '101149.672000', '101149.674000', '101149.677000', '101149.679000', '101149.682000', '101149.685000', '101149.687000', '101149.690000', '101149.693000', '101149.695000', '101149.698000', '101149.700000', '101149.703000', '101149.705000', '101149.708000', '101149.711000', '101149.713000', '101149.716000', '101149.719000', '101149.721000', '101149.724000', '101209.612000', '101209.615000', '101209.617000', '101209.620000', '101209.622000', '101209.625000', '101209.628000', '101209.630000', '101209.633000', '101209.636000', '101209.638000', '101209.641000', '101209.643000', '101209.646000', '101209.649000', '101209.651000', '101209.654000', '101209.656000', '101209.659000', '101209.662000', '101209.664000', '101209.667000', '101209.669000', '101209.672000', '101209.675000', '101209.677000', '101209.680000', '101209.683000', '101209.686000', '101209.689000', '101209.692000', '101209.695000', '101209.698000', '101209.700000', '101209.703000', '101209.706000', '101209.710000', '101209.712000', '101209.715000', '101209.718000', '101209.720000', '101209.723000', '101209.725000', '101229.611000', '101229.613000', '101229.616000', '101229.619000', '101229.621000', '101229.624000', '101229.627000', '101229.629000', '101229.632000', '101229.634000', '101229.637000', '101229.640000', '101229.642000', '101229.645000', '101229.647000', '101229.650000', '101229.653000', '101229.655000', '101229.658000', '101229.661000', '101229.663000', '101229.666000', '101229.668000', '101229.671000', '101229.674000', '101229.676000', '101229.679000', '101229.682000', '101229.685000', '101229.687000', '101229.690000', '101229.693000', '101229.695000', '101229.698000', '101229.700000', '101229.703000', '101229.706000', '101229.708000', '101229.711000', '101229.713000', '101229.716000', '101229.719000', '101229.721000', '101229.724000', '101249.611000', '101249.614000', '101249.617000', '101249.620000', '101249.622000', '101249.625000', '101249.628000', '101249.630000', '101249.633000', '101249.635000', '101249.638000', '101249.641000', '101249.643000', '101249.646000', '101249.648000', '101249.651000', '101249.655000', '101249.658000', '101249.660000', '101249.663000', '101249.666000', '101249.668000', '101249.671000', '101249.673000', '101249.676000', '101249.679000', '101249.681000', '101249.684000', '101249.686000', '101249.689000', '101249.692000', '101249.694000', '101249.697000', '101249.699000', '101249.702000', '101249.705000', '101249.707000', '101249.710000', '101249.712000', '101249.715000', '101249.718000', '101249.720000', '101249.723000', '101309.612000', '101309.615000', '101309.617000', '101309.620000', '101309.623000', '101309.625000', '101309.628000', '101309.631000', '101309.633000', '101309.636000', '101309.639000', '101309.641000', '101309.644000', '101309.647000', '101309.649000', '101309.652000', '101309.657000', '101309.659000', '101309.662000', '101309.665000', '101309.667000', '101309.670000', '101309.672000', '101309.675000', '101309.678000', '101309.703000', '101309.706000', '101309.709000', '101309.711000', '101309.714000', '101309.716000', '101309.719000', '101309.722000', '101309.724000', '101309.727000', '101309.730000', '101309.732000', '101309.735000', '101309.737000', '101309.740000', '101309.743000', '101309.745000', '101309.748000', '101329.612000', '101329.614000', '101329.617000', '101329.620000', '101329.622000', '101329.625000', '101329.627000', '101329.630000', '101329.633000', '101329.635000', '101329.638000', '101329.640000', '101329.643000', '101329.646000', '101329.648000', '101329.651000', '101329.653000', '101329.656000', '101329.659000', '101329.661000', '101329.664000', '101329.666000', '101329.669000', '101329.672000', '101329.674000', '101329.677000', '101329.680000', '101329.682000', '101329.685000', '101329.687000', '101329.690000', '101329.692000', '101329.695000', '101329.698000', '101329.700000', '101329.703000', '101329.705000', '101329.708000', '101329.711000', '101329.713000', '101329.716000', '101329.718000', '101329.721000', '101329.723000', '101349.612000', '101349.614000', '101349.617000', '101349.620000', '101349.622000', '101349.625000', '101349.627000', '101349.630000', '101349.633000', '101349.635000', '101349.638000', '101349.641000', '101349.643000', '101349.646000', '101349.649000', '101349.651000', '101349.654000', '101349.656000', '101349.659000', '101349.661000', '101349.664000', '101349.667000', '101349.669000', '101349.672000', '101349.674000', '101349.677000', '101349.680000', '101349.682000', '101349.685000', '101349.687000', '101349.690000', '101349.693000', '101349.695000', '101349.698000', '101349.700000', '101349.703000', '101349.706000', '101349.708000', '101349.711000', '101349.713000', '101349.716000', '101349.719000', '101349.721000', '101349.724000', '101407.877000', '101407.880000', '101407.882000', '101407.885000', '101407.888000', '101407.891000', '101407.894000', '101407.896000', '101407.899000', '101407.903000', '101407.905000', '101407.908000', '101407.911000', '101407.914000', '101407.917000', '101407.920000', '101407.923000', '101407.926000', '101407.929000', '101407.932000', '101407.934000', '101407.937000', '101407.940000', '101407.943000', '101407.945000', '101407.948000', '101407.951000', '101407.953000', '101407.956000', '101407.958000', '101407.961000', '101407.964000', '101407.967000', '101407.972000', '101407.975000', '101407.978000', '101407.981000', '101407.984000', '101407.987000', '101407.990000'], '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], 'LargestImagePixelValue': [10077, 7366, 10244, 7247, 9869, 7260, 9308, 7579, 8797, 7197, 9654, 7298, 9461, 7053, 8317, 9208, 7197, 9876, 7472, 9761, 7390, 9357, 7275, 9295, 7454, 8838, 7093, 7998, 7044, 7505, 7090, 7733, 6994, 7815, 8736, 7773, 9174, 7776, 8997, 7701, 8841, 7630, 8808, 7658, 8713, 7683, 8878, 7531, 8845, 7486, 8980, 7187, 9109, 7399, 9353, 7339, 9108, 7380, 8236, 7296, 7474, 7391, 7567, 6993, 8047, 9240, 7629, 9431, 7222, 9168, 7096, 8881, 7430, 8104, 7414, 7059, 8635, 7324, 8410, 7167, 8223, 7210, 8978, 7565, 9449, 7802, 9235, 7592, 9615, 7767, 11321, 6977, 7394, 8519, 7257, 8587, 7684, 9271, 7688, 9334, 7244, 7429, 7813, 7469, 8084, 9884, 8265, 9742, 7842, 7778, 7573, 7294, 9411, 7493, 9267, 7184, 8532, 7481, 9425, 7906, 9539, 8262, 9202, 8062, 9402, 7522, 8681, 7580, 9146, 7848, 9682, 7528, 9938, 7837, 10041, 7610, 10201, 7649, 9850, 7500, 9716, 7954, 10163, 7945, 8486, 8161, 9825, 7779, 10089, 7727, 9931, 7536, 10990, 7450, 9944, 7599, 10501, 7502, 9951, 7310, 8261, 7250, 9478, 7449, 9622, 7512, 9760, 7504, 8659, 7129, 9547, 7379, 9286, 7321, 7922, 10499, 7631, 9800, 7623, 9818, 6933, 9007, 6760, 8073, 8063, 7685, 9570, 7729, 9632, 7132, 9736, 7229, 9511, 7373, 9504, 7523, 9598, 7532, 8755, 7052, 8483, 9256, 8093, 10006, 8207, 9871, 7859, 9357, 7966, 9684, 7601, 9592, 7470, 9767, 7308, 9499, 7219, 8663, 9021, 7896, 9937, 7765, 9865, 7425, 10122, 7022, 9239, 7038, 9110, 7347, 9233, 7324, 10064, 7270, 9670, 7132, 9294, 7194, 8701, 6879, 8222, 6718, 8083, 9242, 7576, 9566, 7476, 9282, 7237, 9457, 7493, 9887, 7151, 9183, 6871, 8172, 6769, 7834, 7043, 7662, 7066, 7674, 6798, 8016, 6947, 8806, 7262, 8608, 7169, 7831, 6683, 8707, 6693, 7764, 6798, 8307, 7210, 9197, 7586, 6949, 7873, 11322, 8109, 12489, 8168, 12155, 8277, 12654, 7917, 10261, 7461, 9805, 7002, 9031, 9586, 9503, 11754, 8408, 9932, 8340, 10636, 7753, 9921, 7201, 9038, 6855, 8201, 8143, 8239, 9328, 7203, 6781, 7679, 7435, 9027, 7509, 8662, 7719, 10124, 8490, 9950, 8520, 11513, 8577, 12612, 8102, 10409, 8044, 9696, 8326, 11533, 8063, 10108, 8133, 9575, 8314, 9971, 8141, 9828, 8157, 9454, 7952, 11027, 8058, 10040, 8261, 9944, 7934, 10155, 8039, 9715, 8063, 9849, 7967, 10250, 8152, 10343, 8077, 9930, 8146, 9806, 8447, 7239, 7424, 7437, 7852, 7662, 8368, 8823, 8277, 10505, 7803, 9330, 7580, 6806, 7512, 8279, 9463, 8681, 8052, 8397, 11773, 8225, 11568, 7874, 10434, 7726, 10085, 7520, 9420, 8163, 9676, 7916, 9870, 7540, 8800, 7639, 8204, 8114, 8275, 9994, 8162, 9163, 8302, 8900, 8266, 10280, 7942, 9780, 7743, 8247, 9457, 8356, 9410, 8327, 9177, 8214, 10291, 6857, 7325, 7984, 7861, 8230, 8989, 8147, 9424, 7477, 8168, 7261, 8117, 8551, 8208, 9800, 7949, 9781, 7944, 10226, 9891, 12171, 10590, 9646, 8892, 7671, 9830, 7290, 9520, 7616, 9661, 7386, 8852, 7815, 9574, 7403, 9427, 7518, 8480, 7675, 7284, 7861, 7568, 8646, 7683, 9809, 7538, 7768, 7062, 7731, 8842, 7519, 8641, 7632, 9815, 7822, 8672, 7939, 9447, 7949, 9565, 7790, 9318, 7243, 7376, 7416, 7595, 7912, 7636, 9250, 7710, 9168, 7952, 9074, 7797, 10009, 7686, 10768, 8012, 11405, 7723, 10103, 7568, 9894, 7573, 9671, 7238, 9297, 7555, 9664, 7324, 9742, 7539, 9215, 7479, 9202, 7784, 9299, 7835, 9236, 7753, 9620, 7747, 10560, 7808, 10044, 7479, 9834, 7544, 7812, 7571, 8234, 7561, 9881, 8017, 9969, 7262, 9874, 7642, 9907, 7877, 9325, 7556, 8911, 7245, 9388, 7850, 9174, 7672, 6953, 7870, 11374, 7703, 12885, 7768, 11187, 7142, 10442, 7761, 9923, 7933, 8455, 7878, 8789, 7828, 9115, 7530, 9351, 8697, 8191, 7990, 9022, 8225, 11326, 7775, 11954, 7986, 12795, 8706, 11234, 7949, 8522, 7893, 9701, 7717, 10282, 7593, 9910, 7625, 9823, 7915, 9445, 7677, 8115, 7856, 8431, 7857, 9792, 7710, 9920, 7893, 9161, 7899, 8897, 7943, 7907, 7982, 8771, 7903, 9440, 7736, 9392, 7966, 9561, 7635, 9567, 7185, 6988, 7712, 7060, 7927, 7639, 7949, 7246, 7939, 7284, 7995, 7544, 9232, 7266, 7166, 7373, 7084, 8392, 7565, 9011, 7517, 9744, 7773, 11080, 7229, 7070, 8740, 7580, 9444, 7642, 9760, 7330, 7171, 8518, 7701, 11388, 6998, 8791, 8019, 7290, 8564, 7433, 8185, 7681, 9958, 7449, 7125, 8098, 7507, 7364, 7263, 7634, 9839, 7639, 10117, 7838, 10512, 8721, 8983, 7353, 7527, 9538, 7479, 9744, 7637, 8395, 7395, 7198, 7337, 7399, 9108, 7880, 9845, 7660, 10771, 7670, 10190, 7629, 11184, 9304, 9021, 7344, 7403, 9762, 7499, 9811, 7393, 9676, 8402, 12274, 7650, 10089, 7307, 9921, 7541, 8612, 8295, 7717, 7905, 7301, 7555, 9387, 7642, 9522, 7484, 8052, 8310, 8743, 8183, 10524, 9064, 12045, 10356, 10240, 7050, 10565, 7439, 9711, 7343, 9847, 7636, 8568, 7740, 7852, 7069, 7680, 7472, 9879, 7660, 8719, 7437, 9105, 7589, 9807, 7432, 11275, 8057, 10572, 8469, 9262, 8549, 10152, 8441, 7946, 7542, 8014, 8240, 7899, 9529, 7325, 10173, 7750, 10775, 7908, 8941, 7547, 7084, 7537, 7754, 7683, 10162, 7821, 10254, 7923, 9934, 7317, 7636, 7969, 7876, 9602, 7743, 9571, 7233, 8871, 8274, 9725, 8353, 7665, 12026, 10049, 13616, 9987, 13005, 7657, 12688, 7545, 9545, 7415, 11217, 7341, 8754, 7066, 7593, 7427, 7595, 9366, 7670, 9792, 7608, 9809, 8283, 7450, 7243, 7418, 9547, 7459, 9885, 8153, 11333, 10188, 12237, 8169, 9573, 7275, 7966, 7888, 8436, 7741, 10415, 7045, 9176, 7317, 7735, 7490, 7313, 9207], 'WindowCenter': [3994.0, 3960.0, 3976.0, 3933.0, 3951.0, 3919.0, 3938.0, 3917.0, 3938.0, 3917.0, 3938.0, 3916.0, 3948.0, 3905.0, 3926.0, 3935.0, 3916.0, 3948.0, 3929.0, 3960.0, 3928.0, 3947.0, 3928.0, 3949.0, 3928.0, 3949.0, 3919.0, 3942.0, 3932.0, 3943.0, 3943.0, 3954.0, 3943.0, 3943.0, 3951.0, 3942.0, 3950.0, 3941.0, 3963.0, 3954.0, 3963.0, 3944.0, 3962.0, 3943.0, 3952.0, 3942.0, 3963.0, 3943.0, 3952.0, 3943.0, 3965.0, 3944.0, 3963.0, 3944.0, 3964.0, 3943.0, 3952.0, 3930.0, 3952.0, 3942.0, 3944.0, 3943.0, 3943.0, 3932.0, 3954.0, 3961.0, 3941.0, 3951.0, 3929.0, 3950.0, 3930.0, 3962.0, 3969.0, 3968.0, 3957.0, 3956.0, 3977.0, 3957.0, 3980.0, 3959.0, 3978.0, 3957.0, 3978.0, 3967.0, 3977.0, 3955.0, 3964.0, 3955.0, 3977.0, 3957.0, 3985.0, 3958.0, 3957.0, 3966.0, 3954.0, 3965.0, 3955.0, 3965.0, 3955.0, 3964.0, 3945.0, 3944.0, 3955.0, 3943.0, 3954.0, 3961.0, 3952.0, 3961.0, 3942.0, 3941.0, 3941.0, 3943.0, 3961.0, 3929.0, 3950.0, 3918.0, 3939.0, 3931.0, 3950.0, 3942.0, 3961.0, 3952.0, 3961.0, 3940.0, 3948.0, 3928.0, 3950.0, 3940.0, 3948.0, 3940.0, 3949.0, 3929.0, 3959.0, 3929.0, 3960.0, 3929.0, 3958.0, 3941.0, 3959.0, 3928.0, 3949.0, 3940.0, 3959.0, 3940.0, 3949.0, 3951.0, 3958.0, 3940.0, 3959.0, 3928.0, 3959.0, 3930.0, 3971.0, 3929.0, 3960.0, 3940.0, 3959.0, 3928.0, 3958.0, 3916.0, 3925.0, 3928.0, 3948.0, 3927.0, 3960.0, 3929.0, 3958.0, 3929.0, 3947.0, 3915.0, 3948.0, 3917.0, 3948.0, 3926.0, 3938.0, 3957.0, 3928.0, 3958.0, 3927.0, 3946.0, 3916.0, 3934.0, 3903.0, 3925.0, 3924.0, 3926.0, 3947.0, 3926.0, 3947.0, 3917.0, 3947.0, 3928.0, 3949.0, 3927.0, 3948.0, 3938.0, 3959.0, 3928.0, 3938.0, 3917.0, 3940.0, 3948.0, 3938.0, 3947.0, 3937.0, 3947.0, 3926.0, 3937.0, 3928.0, 3948.0, 3927.0, 3948.0, 3928.0, 3958.0, 3928.0, 3959.0, 3928.0, 3949.0, 3936.0, 3937.0, 3947.0, 3927.0, 3946.0, 3927.0, 3946.0, 3915.0, 3947.0, 3917.0, 3951.0, 3940.0, 3960.0, 3941.0, 3960.0, 3940.0, 3960.0, 3931.0, 3962.0, 3931.0, 3964.0, 3931.0, 3953.0, 3931.0, 3952.0, 3961.0, 3941.0, 3960.0, 3941.0, 3962.0, 3942.0, 3960.0, 3941.0, 3972.0, 3928.0, 3960.0, 3929.0, 3950.0, 3919.0, 3941.0, 3929.0, 3941.0, 3945.0, 3956.0, 3946.0, 3967.0, 3945.0, 3976.0, 3954.0, 3964.0, 3945.0, 3942.0, 3931.0, 3952.0, 3933.0, 3954.0, 3946.0, 3965.0, 3956.0, 3975.0, 3953.0, 3943.0, 3955.0, 3973.0, 3953.0, 3984.0, 3940.0, 3973.0, 3941.0, 3969.0, 3928.0, 3947.0, 3916.0, 3945.0, 3915.0, 3952.0, 3949.0, 3951.0, 3969.0, 3940.0, 3949.0, 3939.0, 3958.0, 3926.0, 3945.0, 3915.0, 3937.0, 3904.0, 3937.0, 3926.0, 3939.0, 3948.0, 3930.0, 3919.0, 3928.0, 3929.0, 3950.0, 3929.0, 3951.0, 3943.0, 3962.0, 3952.0, 3962.0, 3953.0, 3971.0, 3952.0, 3969.0, 3928.0, 3944.0, 3925.0, 3947.0, 3937.0, 3957.0, 3927.0, 3959.0, 3938.0, 3946.0, 3927.0, 3933.0, 3925.0, 3934.0, 3925.0, 3936.0, 3926.0, 3946.0, 3926.0, 3946.0, 3925.0, 3933.0, 3912.0, 3931.0, 3912.0, 3932.0, 3913.0, 3933.0, 3925.0, 3945.0, 3926.0, 3944.0, 3925.0, 3932.0, 3913.0, 3933.0, 3924.0, 3914.0, 3915.0, 3914.0, 3924.0, 3924.0, 3924.0, 3922.0, 3924.0, 3959.0, 3940.0, 3948.0, 3926.0, 3904.0, 3928.0, 3940.0, 3948.0, 3938.0, 3927.0, 3939.0, 3957.0, 3937.0, 3957.0, 3926.0, 3947.0, 3915.0, 3945.0, 3925.0, 3934.0, 3924.0, 3934.0, 3923.0, 3933.0, 3912.0, 3923.0, 3912.0, 3924.0, 3911.0, 3912.0, 3932.0, 3913.0, 3921.0, 3923.0, 3922.0, 3923.0, 3933.0, 3912.0, 3933.0, 3913.0, 3911.0, 3920.0, 3912.0, 3920.0, 3924.0, 3935.0, 3925.0, 3933.0, 3903.0, 3916.0, 3937.0, 3926.0, 3938.0, 3948.0, 3938.0, 3938.0, 3917.0, 3927.0, 3914.0, 3926.0, 3924.0, 3925.0, 3933.0, 3914.0, 3944.0, 3940.0, 3935.0, 3948.0, 3956.0, 3947.0, 3936.0, 3925.0, 3915.0, 3945.0, 3915.0, 3935.0, 3914.0, 3933.0, 3903.0, 3924.0, 3915.0, 3935.0, 3916.0, 3935.0, 3914.0, 3923.0, 3913.0, 3902.0, 3926.0, 3941.0, 3950.0, 3929.0, 3948.0, 3928.0, 3927.0, 3917.0, 3927.0, 3948.0, 3930.0, 3938.0, 3927.0, 3948.0, 3928.0, 3937.0, 3927.0, 3935.0, 3925.0, 3934.0, 3915.0, 3935.0, 3915.0, 3915.0, 3927.0, 3928.0, 3926.0, 3926.0, 3947.0, 3928.0, 3947.0, 3927.0, 3936.0, 3927.0, 3949.0, 3930.0, 3957.0, 3926.0, 3956.0, 3914.0, 3944.0, 3914.0, 3933.0, 3913.0, 3933.0, 3913.0, 3934.0, 3925.0, 3947.0, 3917.0, 3946.0, 3926.0, 3935.0, 3916.0, 3936.0, 3928.0, 3948.0, 3940.0, 3951.0, 3955.0, 3951.0, 3929.0, 3958.0, 3941.0, 3961.0, 3941.0, 3962.0, 3929.0, 3928.0, 3927.0, 3925.0, 3927.0, 3947.0, 3938.0, 3961.0, 3931.0, 3959.0, 3941.0, 3961.0, 3941.0, 3950.0, 3941.0, 3951.0, 3944.0, 3964.0, 3954.0, 3964.0, 3954.0, 3932.0, 3942.0, 3971.0, 3940.0, 3969.0, 3927.0, 3958.0, 3917.0, 3947.0, 3927.0, 3948.0, 3938.0, 3937.0, 3938.0, 3935.0, 3928.0, 3937.0, 3929.0, 3949.0, 3950.0, 3939.0, 3940.0, 3937.0, 3937.0, 3946.0, 3915.0, 3956.0, 3915.0, 3955.0, 3936.0, 3957.0, 3925.0, 3923.0, 3913.0, 3932.0, 3913.0, 3932.0, 3913.0, 3934.0, 3915.0, 3947.0, 3926.0, 3934.0, 3914.0, 3913.0, 3915.0, 3923.0, 3915.0, 3933.0, 3914.0, 3933.0, 3914.0, 3934.0, 3925.0, 3923.0, 3913.0, 3912.0, 3912.0, 3910.0, 3911.0, 3920.0, 3912.0, 3921.0, 3913.0, 3921.0, 3912.0, 3933.0, 3902.0, 3902.0, 3913.0, 3902.0, 3924.0, 3913.0, 3914.0, 3914.0, 3925.0, 3916.0, 3927.0, 3928.0, 3949.0, 3930.0, 3929.0, 3930.0, 3929.0, 3939.0, 3928.0, 3939.0, 3929.0, 3950.0, 3930.0, 3959.0, 3930.0, 3918.0, 3938.0, 3927.0, 3936.0, 3927.0, 3946.0, 3917.0, 3918.0, 3952.0, 3930.0, 3970.0, 3929.0, 3950.0, 3940.0, 3916.0, 3937.0, 3915.0, 3925.0, 3916.0, 3935.0, 3916.0, 3916.0, 3927.0, 3928.0, 3929.0, 3918.0, 3928.0, 3948.0, 3929.0, 3948.0, 3929.0, 3948.0, 3939.0, 3937.0, 3916.0, 3927.0, 3947.0, 3929.0, 3948.0, 3928.0, 3938.0, 3930.0, 3931.0, 3931.0, 3943.0, 3963.0, 3952.0, 3962.0, 3930.0, 3959.0, 3918.0, 3948.0, 3928.0, 3960.0, 3950.0, 3939.0, 3929.0, 3929.0, 3949.0, 3915.0, 3960.0, 3930.0, 3950.0, 3929.0, 3970.0, 3929.0, 3960.0, 3929.0, 3949.0, 3917.0, 3925.0, 3914.0, 3914.0, 3915.0, 3915.0, 3929.0, 3949.0, 3929.0, 3948.0, 3916.0, 3913.0, 3925.0, 3924.0, 3926.0, 3950.0, 3938.0, 3959.0, 3949.0, 3946.0, 3915.0, 3944.0, 3902.0, 3922.0, 3901.0, 3922.0, 3902.0, 3926.0, 3915.0, 3914.0, 3904.0, 3914.0, 3915.0, 3947.0, 3926.0, 3924.0, 3915.0, 3925.0, 3915.0, 3935.0, 3904.0, 3945.0, 3913.0, 3932.0, 3911.0, 3920.0, 3897.0, 3919.0, 3899.0, 3898.0, 3887.0, 3898.0, 3896.0, 3897.0, 3906.0, 3886.0, 3905.0, 3899.0, 3942.0, 3911.0, 3921.0, 3914.0, 3903.0, 3912.0, 3913.0, 3912.0, 3932.0, 3902.0, 3920.0, 3911.0, 3932.0, 3914.0, 3912.0, 3912.0, 3914.0, 3934.0, 3913.0, 3932.0, 3901.0, 3923.0, 3924.0, 3923.0, 3912.0, 3912.0, 3943.0, 3932.0, 3952.0, 3920.0, 3939.0, 3887.0, 3928.0, 3886.0, 3904.0, 3887.0, 3916.0, 3886.0, 3896.0, 3887.0, 3897.0, 3886.0, 3886.0, 3906.0, 3898.0, 3919.0, 3900.0, 3931.0, 3912.0, 3901.0, 3903.0, 3913.0, 3933.0, 3914.0, 3948.0, 3912.0, 3944.0, 3935.0, 3970.0, 3927.0, 3934.0, 3916.0, 3926.0, 3924.0, 3912.0, 3913.0, 3932.0, 3902.0, 3923.0, 3928.0, 3928.0, 3914.0, 3913.0, 3933.0], 'WindowWidth': [8920.0, 8866.0, 8878.0, 8815.0, 8835.0, 8786.0, 8811.0, 8782.0, 8809.0, 8780.0, 8808.0, 8778.0, 8822.0, 8761.0, 8792.0, 8800.0, 8778.0, 8824.0, 8803.0, 8844.0, 8799.0, 8822.0, 8798.0, 8828.0, 8800.0, 8829.0, 8788.0, 8824.0, 8814.0, 8829.0, 8828.0, 8847.0, 8829.0, 8830.0, 8834.0, 8823.0, 8832.0, 8822.0, 8855.0, 8846.0, 8854.0, 8829.0, 8853.0, 8830.0, 8839.0, 8827.0, 8854.0, 8827.0, 8839.0, 8830.0, 8862.0, 8832.0, 8854.0, 8831.0, 8859.0, 8830.0, 8839.0, 8807.0, 8837.0, 8825.0, 8832.0, 8827.0, 8828.0, 8812.0, 8844.0, 8849.0, 8823.0, 8836.0, 8803.0, 8831.0, 8807.0, 8851.0, 8876.0, 8872.0, 8856.0, 8854.0, 8884.0, 8858.0, 8893.0, 8865.0, 8887.0, 8856.0, 8884.0, 8870.0, 8880.0, 8850.0, 8857.0, 8848.0, 8883.0, 8855.0, 8887.0, 8861.0, 8856.0, 8865.0, 8847.0, 8862.0, 8848.0, 8863.0, 8849.0, 8859.0, 8835.0, 8834.0, 8847.0, 8830.0, 8844.0, 8849.0, 8838.0, 8848.0, 8825.0, 8821.0, 8823.0, 8828.0, 8850.0, 8805.0, 8832.0, 8787.0, 8816.0, 8806.0, 8833.0, 8823.0, 8850.0, 8841.0, 8848.0, 8820.0, 8826.0, 8800.0, 8831.0, 8819.0, 8827.0, 8820.0, 8830.0, 8801.0, 8843.0, 8803.0, 8842.0, 8802.0, 8839.0, 8822.0, 8843.0, 8800.0, 8829.0, 8819.0, 8843.0, 8820.0, 8831.0, 8836.0, 8839.0, 8817.0, 8843.0, 8801.0, 8844.0, 8805.0, 8862.0, 8804.0, 8847.0, 8819.0, 8843.0, 8802.0, 8839.0, 8781.0, 8790.0, 8799.0, 8825.0, 8799.0, 8844.0, 8805.0, 8839.0, 8804.0, 8824.0, 8779.0, 8824.0, 8783.0, 8826.0, 8794.0, 8811.0, 8835.0, 8800.0, 8842.0, 8797.0, 8819.0, 8778.0, 8801.0, 8759.0, 8790.0, 8786.0, 8794.0, 8825.0, 8795.0, 8822.0, 8784.0, 8824.0, 8799.0, 8828.0, 8799.0, 8826.0, 8815.0, 8842.0, 8800.0, 8814.0, 8783.0, 8819.0, 8825.0, 8813.0, 8823.0, 8810.0, 8820.0, 8792.0, 8807.0, 8799.0, 8823.0, 8798.0, 8826.0, 8799.0, 8839.0, 8799.0, 8842.0, 8800.0, 8829.0, 8808.0, 8811.0, 8823.0, 8796.0, 8820.0, 8795.0, 8819.0, 8778.0, 8822.0, 8783.0, 8835.0, 8822.0, 8847.0, 8822.0, 8847.0, 8822.0, 8846.0, 8809.0, 8852.0, 8810.0, 8858.0, 8812.0, 8844.0, 8811.0, 8840.0, 8848.0, 8822.0, 8847.0, 8823.0, 8850.0, 8825.0, 8847.0, 8823.0, 8865.0, 8803.0, 8847.0, 8805.0, 8833.0, 8790.0, 8822.0, 8804.0, 8825.0, 8837.0, 8852.0, 8841.0, 8871.0, 8836.0, 8878.0, 8847.0, 8859.0, 8833.0, 8825.0, 8808.0, 8838.0, 8815.0, 8844.0, 8841.0, 8865.0, 8853.0, 8875.0, 8845.0, 8829.0, 8848.0, 8868.0, 8841.0, 8884.0, 8820.0, 8867.0, 8820.0, 8856.0, 8798.0, 8821.0, 8777.0, 8816.0, 8777.0, 8837.0, 8827.0, 8833.0, 8855.0, 8816.0, 8828.0, 8814.0, 8840.0, 8794.0, 8815.0, 8775.0, 8807.0, 8762.0, 8810.0, 8793.0, 8814.0, 8824.0, 8803.0, 8789.0, 8800.0, 8805.0, 8830.0, 8801.0, 8834.0, 8826.0, 8850.0, 8840.0, 8850.0, 8842.0, 8862.0, 8835.0, 8854.0, 8796.0, 8813.0, 8787.0, 8821.0, 8809.0, 8836.0, 8797.0, 8841.0, 8812.0, 8819.0, 8794.0, 8796.0, 8787.0, 8797.0, 8789.0, 8807.0, 8793.0, 8819.0, 8792.0, 8819.0, 8789.0, 8795.0, 8765.0, 8788.0, 8765.0, 8791.0, 8767.0, 8796.0, 8787.0, 8815.0, 8791.0, 8813.0, 8791.0, 8793.0, 8769.0, 8796.0, 8788.0, 8774.0, 8776.0, 8775.0, 8788.0, 8787.0, 8787.0, 8781.0, 8787.0, 8842.0, 8819.0, 8826.0, 8791.0, 8761.0, 8798.0, 8818.0, 8824.0, 8813.0, 8795.0, 8815.0, 8836.0, 8806.0, 8835.0, 8791.0, 8820.0, 8775.0, 8816.0, 8789.0, 8798.0, 8787.0, 8798.0, 8783.0, 8797.0, 8767.0, 8783.0, 8765.0, 8783.0, 8761.0, 8765.0, 8793.0, 8768.0, 8776.0, 8780.0, 8777.0, 8782.0, 8795.0, 8768.0, 8795.0, 8766.0, 8763.0, 8773.0, 8764.0, 8772.0, 8784.0, 8803.0, 8789.0, 8797.0, 8758.0, 8779.0, 8809.0, 8794.0, 8814.0, 8827.0, 8813.0, 8810.0, 8782.0, 8794.0, 8773.0, 8792.0, 8785.0, 8789.0, 8795.0, 8771.0, 8813.0, 8818.0, 8800.0, 8821.0, 8830.0, 8821.0, 8801.0, 8786.0, 8773.0, 8813.0, 8775.0, 8799.0, 8771.0, 8793.0, 8755.0, 8783.0, 8774.0, 8802.0, 8777.0, 8801.0, 8772.0, 8781.0, 8768.0, 8752.0, 8790.0, 8821.0, 8831.0, 8801.0, 8824.0, 8797.0, 8796.0, 8783.0, 8794.0, 8826.0, 8806.0, 8812.0, 8796.0, 8824.0, 8798.0, 8810.0, 8795.0, 8802.0, 8789.0, 8798.0, 8776.0, 8801.0, 8775.0, 8777.0, 8795.0, 8797.0, 8793.0, 8794.0, 8822.0, 8799.0, 8822.0, 8794.0, 8806.0, 8794.0, 8828.0, 8802.0, 8835.0, 8791.0, 8830.0, 8773.0, 8810.0, 8771.0, 8793.0, 8767.0, 8795.0, 8770.0, 8800.0, 8790.0, 8819.0, 8782.0, 8817.0, 8791.0, 8802.0, 8780.0, 8805.0, 8798.0, 8825.0, 8819.0, 8835.0, 8847.0, 8832.0, 8802.0, 8836.0, 8821.0, 8851.0, 8824.0, 8850.0, 8801.0, 8796.0, 8794.0, 8790.0, 8796.0, 8823.0, 8813.0, 8844.0, 8807.0, 8842.0, 8821.0, 8846.0, 8821.0, 8831.0, 8821.0, 8834.0, 8832.0, 8858.0, 8845.0, 8859.0, 8846.0, 8813.0, 8827.0, 8861.0, 8817.0, 8855.0, 8794.0, 8837.0, 8781.0, 8822.0, 8796.0, 8825.0, 8813.0, 8808.0, 8812.0, 8803.0, 8799.0, 8809.0, 8802.0, 8828.0, 8830.0, 8814.0, 8818.0, 8810.0, 8808.0, 8818.0, 8774.0, 8831.0, 8774.0, 8828.0, 8805.0, 8832.0, 8788.0, 8782.0, 8769.0, 8791.0, 8768.0, 8792.0, 8770.0, 8797.0, 8775.0, 8819.0, 8792.0, 8800.0, 8772.0, 8767.0, 8774.0, 8782.0, 8774.0, 8793.0, 8770.0, 8794.0, 8772.0, 8799.0, 8787.0, 8780.0, 8767.0, 8764.0, 8765.0, 8757.0, 8763.0, 8771.0, 8763.0, 8775.0, 8768.0, 8776.0, 8767.0, 8794.0, 8754.0, 8752.0, 8769.0, 8752.0, 8784.0, 8767.0, 8772.0, 8770.0, 8790.0, 8777.0, 8797.0, 8798.0, 8828.0, 8802.0, 8802.0, 8805.0, 8803.0, 8813.0, 8798.0, 8814.0, 8800.0, 8829.0, 8803.0, 8842.0, 8804.0, 8786.0, 8811.0, 8795.0, 8804.0, 8792.0, 8818.0, 8780.0, 8784.0, 8836.0, 8804.0, 8856.0, 8803.0, 8831.0, 8816.0, 8779.0, 8805.0, 8774.0, 8788.0, 8776.0, 8800.0, 8779.0, 8777.0, 8793.0, 8797.0, 8800.0, 8783.0, 8797.0, 8823.0, 8800.0, 8823.0, 8800.0, 8824.0, 8812.0, 8807.0, 8779.0, 8794.0, 8820.0, 8798.0, 8822.0, 8796.0, 8813.0, 8803.0, 8808.0, 8806.0, 8826.0, 8854.0, 8838.0, 8850.0, 8805.0, 8840.0, 8781.0, 8821.0, 8797.0, 8841.0, 8828.0, 8812.0, 8800.0, 8801.0, 8825.0, 8777.0, 8848.0, 8801.0, 8828.0, 8799.0, 8855.0, 8801.0, 8842.0, 8802.0, 8825.0, 8780.0, 8787.0, 8768.0, 8771.0, 8772.0, 8774.0, 8801.0, 8827.0, 8801.0, 8821.0, 8777.0, 8767.0, 8788.0, 8783.0, 8791.0, 8829.0, 8811.0, 8843.0, 8826.0, 8816.0, 8776.0, 8811.0, 8752.0, 8776.0, 8745.0, 8776.0, 8750.0, 8791.0, 8774.0, 8772.0, 8759.0, 8773.0, 8776.0, 8821.0, 8790.0, 8786.0, 8774.0, 8788.0, 8775.0, 8801.0, 8757.0, 8812.0, 8767.0, 8792.0, 8762.0, 8771.0, 8734.0, 8765.0, 8741.0, 8738.0, 8723.0, 8737.0, 8733.0, 8735.0, 8744.0, 8720.0, 8743.0, 8744.0, 8806.0, 8764.0, 8776.0, 8771.0, 8757.0, 8767.0, 8767.0, 8763.0, 8788.0, 8750.0, 8770.0, 8761.0, 8792.0, 8772.0, 8765.0, 8764.0, 8771.0, 8798.0, 8769.0, 8791.0, 8750.0, 8780.0, 8783.0, 8780.0, 8765.0, 8764.0, 8808.0, 8790.0, 8819.0, 8771.0, 8795.0, 8721.0, 8777.0, 8717.0, 8739.0, 8719.0, 8757.0, 8719.0, 8733.0, 8723.0, 8737.0, 8720.0, 8720.0, 8747.0, 8739.0, 8766.0, 8746.0, 8788.0, 8765.0, 8750.0, 8755.0, 8770.0, 8793.0, 8773.0, 8825.0, 8765.0, 8809.0, 8799.0, 8855.0, 8793.0, 8800.0, 8777.0, 8790.0, 8784.0, 8765.0, 8767.0, 8790.0, 8751.0, 8779.0, 8797.0, 8799.0, 8772.0, 8769.0, 8795.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.0011964004767580452</td></tr>
<tr><td colspan=3>aqi</td><td>0.03655964231227652</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.502717684988035</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.210345244558474</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.986380305190932</td></tr>
<tr><td colspan=3>efc</td><td>0.4492</td></tr>
<tr><td colspan=3>fber</td><td>6350.9102</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10794351508758304</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>71</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.462455303933254</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.378096814050548</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3210658537523865</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.573987393176813</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2392371952224446</td></tr>
<tr><td colspan=3>gcor</td><td>0.0196958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01050527673214674</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030149752274155617</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>839</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.994636407335636</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>30.2449</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.5611</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>141.4279</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307313.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>649.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>291.95</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>503.7206</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3210.6088</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3375.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69231.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4217.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>844.8768</td></tr>
<tr><td colspan=3>tsnr</td><td>33.36142817372456</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>