ds005256-mriqc/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 0c23e25301 [DATALAD RUNCMD] Compute MRIQC for sub-0078
=== 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-0078 --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-0078",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:56:00 +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-0078_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-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0078/figures/sub-0078_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-0078/figures/sub-0078_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0078/figures/sub-0078_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-0078/ses-02/func/sub-0078_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>67078f7bae37f5aaaa9fd510a6f971ce</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>09:38:12.677500</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.999534, 0.026445, -0.0152478, -0.0247771, 0.9946, 0.100779]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0754941</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>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4138, -7762, -7226, 792, -82, -175, -69, 91]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.667</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3991c7ae-6924-4319-a176-06e88540323b||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.6816766262054443, -0.06647524237632751, -0.04814252629876137, 115.00833892822266], [-0.07095009833574295, 2.6684398651123047, 0.2709555923938751, -102.05218505859375], [-0.04090874269604683, -0.2703818380832672, 2.6859383583068848, -50.733055114746094], [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': ['093812.677500', '093813.137500', '093813.597500', '093814.057500', '093814.517500', '093814.977500', '093815.437500', '093815.897500', '093816.357500', '093816.817500', '093817.277500', '093817.737500', '093818.197500', '093818.657500', '093819.117500', '093819.577500', '093820.037500', '093820.497500', '093820.957500', '093821.417500', '093821.877500', '093822.337500', '093822.797500', '093823.257500', '093823.717500', '093824.177500', '093824.637500', '093825.097500', '093825.557500', '093826.017500', '093826.477500', '093826.937500', '093827.397500', '093827.857500', '093828.317500', '093828.777500', '093829.237500', '093829.697500', '093830.157500', '093830.617500', '093831.077500', '093831.537500', '093831.997500', '093832.457500', '093832.917500', '093833.377500', '093833.837500', '093834.297500', '093834.757500', '093835.217500', '093835.677500', '093836.137500', '093836.597500', '093837.057500', '093837.517500', '093837.977500', '093838.437500', '093838.897500', '093839.357500', '093839.817500', '093840.277500', '093840.737500', '093841.197500', '093841.657500', '093842.117500', '093842.577500', '093843.037500', '093843.497500', '093843.957500', '093844.417500', '093844.877500', '093845.337500', '093845.797500', '093846.257500', '093846.717500', '093847.177500', '093847.637500', '093848.097500', '093848.557500', '093849.017500', '093849.477500', '093849.937500', '093850.397500', '093850.857500', '093851.317500', '093851.777500', '093852.237500', '093852.697500', '093853.157500', '093853.617500', '093854.077500', '093854.537500', '093854.997500', '093855.457500', '093855.917500', '093856.377500', '093856.837500', '093857.297500', '093857.757500', '093858.217500', '093858.677500', '093859.137500', '093859.597500', '093900.057500', '093900.517500', '093900.977500', '093901.437500', '093901.897500', '093902.357500', '093902.817500', '093903.277500', '093903.737500', '093904.197500', '093904.657500', '093905.117500', '093905.577500', '093906.037500', '093906.497500', '093906.957500', '093907.417500', '093907.877500', '093908.337500', '093908.797500', '093909.257500', '093909.717500', '093910.177500', '093910.637500', '093911.097500', '093911.557500', '093912.017500', '093912.477500', '093912.937500', '093913.397500', '093913.857500', '093914.317500', '093914.777500', '093915.237500', '093915.697500', '093916.157500', '093916.617500', '093917.077500', '093917.537500', '093917.997500', '093918.457500', '093918.917500', '093919.377500', '093919.837500', '093920.297500', '093920.757500', '093921.217500', '093921.677500', '093922.137500', '093922.597500', '093923.057500', '093923.517500', '093923.977500', '093924.437500', '093924.897500', '093925.357500', '093925.817500', '093926.277500', '093926.737500', '093927.197500', '093927.657500', '093928.117500', '093928.577500', '093929.037500', '093929.497500', '093929.957500', '093930.417500', '093930.877500', '093931.337500', '093931.797500', '093932.257500', '093932.717500', '093933.177500', '093933.637500', '093934.097500', '093934.557500', '093935.017500', '093935.477500', '093935.937500', '093936.397500', '093936.857500', '093937.317500', '093937.777500', '093938.237500', '093938.697500', '093939.157500', '093939.617500', '093940.077500', '093940.537500', '093940.997500', '093941.457500', '093941.917500', '093942.377500', '093942.837500', '093943.297500', '093943.757500', '093944.217500', '093944.677500', '093945.137500', '093945.597500', '093946.057500', '093946.517500', '093946.977500', '093947.437500', '093947.897500', '093948.357500', '093948.817500', '093949.277500', '093949.737500', '093950.197500', '093950.657500', '093951.117500', '093951.577500', '093952.037500', '093952.497500', '093952.957500', '093953.417500', '093953.877500', '093954.337500', '093954.797500', '093955.257500', '093955.717500', '093956.177500', '093956.637500', '093957.097500', '093957.557500', '093958.017500', '093958.477500', '093958.937500', '093959.397500', '093959.857500', '094000.317500', '094000.777500', '094001.237500', '094001.697500', '094002.157500', '094002.617500', '094003.077500', '094003.537500', '094003.997500', '094004.457500', '094004.917500', '094005.377500', '094005.837500', '094006.297500', '094006.757500', '094007.217500', '094007.677500', '094008.137500', '094008.597500', '094009.057500', '094009.517500', '094009.977500', '094010.437500', '094010.897500', '094011.357500', '094011.817500', '094012.277500', '094012.737500', '094013.197500', '094013.657500', '094014.117500', '094014.577500', '094015.037500', '094015.497500', '094015.957500', '094016.417500', '094016.877500', '094017.337500', '094017.797500', '094018.257500', '094018.717500', '094019.177500', '094019.637500', '094020.097500', '094020.557500', '094021.017500', '094021.477500', '094021.937500', '094022.397500', '094022.857500', '094023.317500', '094023.777500', '094024.237500', '094024.697500', '094025.157500', '094025.617500', '094026.077500', '094026.537500', '094026.997500', '094027.457500', '094027.917500', '094028.377500', '094028.837500', '094029.297500', '094029.757500', '094030.217500', '094030.677500', '094031.137500', '094031.597500', '094032.057500', '094032.517500', '094032.977500', '094033.437500', '094033.897500', '094034.357500', '094034.817500', '094035.277500', '094035.737500', '094036.197500', '094036.657500', '094037.117500', '094037.577500', '094038.037500', '094038.497500', '094038.957500', '094039.417500', '094039.877500', '094040.337500', '094040.797500', '094041.257500', '094041.717500', '094042.177500', '094042.637500', '094043.097500', '094043.557500', '094044.017500', '094044.477500', '094044.937500', '094045.397500', '094045.857500', '094046.317500', '094046.777500', '094047.237500', '094047.697500', '094048.157500', '094048.617500', '094049.077500', '094049.537500', '094049.997500', '094050.457500', '094050.917500', '094051.377500', '094051.837500', '094052.297500', '094052.757500', '094053.217500', '094053.677500', '094054.137500', '094054.597500', '094055.057500', '094055.517500', '094055.977500', '094056.437500', '094056.897500', '094057.357500', '094057.817500', '094058.277500', '094058.737500', '094059.197500', '094059.657500', '094100.117500', '094100.577500', '094101.037500', '094101.497500', '094101.957500', '094102.417500', '094102.877500', '094103.337500', '094103.797500', '094104.257500', '094104.717500', '094105.177500', '094105.637500', '094106.097500', '094106.557500', '094107.017500', '094107.477500', '094107.937500', '094108.397500', '094108.857500', '094109.317500', '094109.777500', '094110.237500', '094110.697500', '094111.157500', '094111.617500', '094112.077500', '094112.537500', '094112.997500', '094113.457500', '094113.917500', '094114.377500', '094114.837500', '094115.297500', '094115.757500', '094116.217500', '094116.677500', '094117.137500', '094117.597500', '094118.057500', '094118.517500', '094118.977500', '094119.437500', '094119.897500', '094120.357500', '094120.817500', '094121.277500', '094121.737500', '094122.197500', '094122.657500', '094123.117500', '094123.577500', '094124.037500', '094124.497500', '094124.957500', '094125.417500', '094125.877500', '094126.337500', '094126.797500', '094127.257500', '094127.717500', '094128.177500', '094128.637500', '094129.097500', '094129.557500', '094130.017500', '094130.477500', '094130.937500', '094131.397500', '094131.857500', '094132.317500', '094132.777500', '094133.237500', '094133.697500', '094134.157500', '094134.617500', '094135.077500', '094135.537500', '094135.997500', '094136.457500', '094136.917500', '094137.377500', '094137.837500', '094138.297500', '094138.757500', '094139.217500', '094139.677500', '094140.137500', '094140.597500', '094141.057500', '094141.517500', '094141.977500', '094142.437500', '094142.897500', '094143.357500', '094143.817500', '094144.277500', '094144.737500', '094145.197500', '094145.657500', '094146.117500', '094146.577500', '094147.037500', '094147.497500', '094147.957500', '094148.417500', '094148.877500', '094149.337500', '094149.797500', '094150.257500', '094150.717500', '094151.177500', '094151.637500', '094152.097500', '094152.557500', '094153.017500', '094153.477500', '094153.937500', '094154.397500', '094154.857500', '094155.317500', '094155.777500', '094156.237500', '094156.697500', '094157.157500', '094157.617500', '094158.077500', '094158.537500', '094158.997500', '094159.457500', '094159.917500', '094200.377500', '094200.837500', '094201.297500', '094201.757500', '094202.217500', '094202.677500', '094203.137500', '094203.597500', '094204.057500', '094204.517500', '094204.977500', '094205.437500', '094205.897500', '094206.357500', '094206.817500', '094207.277500', '094207.737500', '094208.197500', '094208.657500', '094209.117500', '094209.577500', '094210.037500', '094210.497500', '094210.957500', '094211.417500', '094211.877500', '094212.337500', '094212.797500', '094213.257500', '094213.717500', '094214.177500', '094214.637500', '094215.097500', '094215.557500', '094216.017500', '094216.477500', '094216.937500', '094217.397500', '094217.857500', '094218.317500', '094218.777500', '094219.237500', '094219.697500', '094220.157500', '094220.617500', '094221.077500', '094221.537500', '094221.997500', '094222.457500', '094222.917500', '094223.377500', '094223.837500', '094224.297500', '094224.757500', '094225.217500', '094225.677500', '094226.137500', '094226.597500', '094227.057500', '094227.517500', '094227.977500', '094228.437500', '094228.897500', '094229.357500', '094229.817500', '094230.277500', '094230.737500', '094231.197500', '094231.657500', '094232.117500', '094232.577500', '094233.037500', '094233.497500', '094233.957500', '094234.417500', '094234.877500', '094235.337500', '094235.797500', '094236.257500', '094236.717500', '094237.177500', '094237.637500', '094238.097500', '094238.557500', '094239.017500', '094239.477500', '094239.937500', '094240.397500', '094240.857500', '094241.317500', '094241.777500', '094242.237500', '094242.697500', '094243.157500', '094243.617500', '094244.077500', '094244.537500', '094244.997500', '094245.457500', '094245.917500', '094246.377500', '094246.837500', '094247.297500', '094247.757500', '094248.217500', '094248.677500', '094249.137500', '094249.597500', '094250.057500', '094250.517500', '094250.977500', '094251.437500', '094251.897500', '094252.357500', '094252.817500', '094253.277500', '094253.737500', '094254.197500', '094254.657500', '094255.117500', '094255.577500', '094256.037500', '094256.497500', '094256.957500', '094257.417500', '094257.877500', '094258.337500', '094258.797500', '094259.257500', '094259.717500', '094300.177500', '094300.637500', '094301.097500', '094301.557500', '094302.017500', '094302.477500', '094302.937500', '094303.397500', '094303.857500', '094304.317500', '094304.777500', '094305.237500', '094305.697500', '094306.157500', '094306.617500', '094307.077500', '094307.537500', '094307.997500', '094308.457500', '094308.917500', '094309.377500', '094309.837500', '094310.297500', '094310.757500', '094311.217500', '094311.677500', '094312.137500', '094312.597500', '094313.057500', '094313.517500', '094313.977500', '094314.437500', '094314.897500', '094315.357500', '094315.817500', '094316.277500', '094316.737500', '094317.197500', '094317.657500', '094318.117500', '094318.577500', '094319.037500', '094319.497500', '094319.957500', '094320.417500', '094320.877500', '094321.337500', '094321.797500', '094322.257500', '094322.717500', '094323.177500', '094323.637500', '094324.097500', '094324.557500', '094325.017500', '094325.477500', '094325.937500', '094326.397500', '094326.857500', '094327.317500', '094327.777500', '094328.237500', '094328.697500', '094329.157500', '094329.617500', '094330.077500', '094330.537500', '094330.997500', '094331.457500', '094331.917500', '094332.377500', '094332.837500', '094333.297500', '094333.757500', '094334.217500', '094334.677500', '094335.137500', '094335.597500', '094336.057500', '094336.517500', '094336.977500', '094337.437500', '094337.897500', '094338.357500', '094338.817500', '094339.277500', '094339.737500', '094340.197500', '094340.657500', '094341.117500', '094341.577500', '094342.037500', '094342.497500', '094342.957500', '094343.417500', '094343.877500', '094344.337500', '094344.797500', '094345.257500', '094345.717500', '094346.177500', '094346.637500', '094347.097500', '094347.557500', '094348.017500', '094348.477500', '094348.937500', '094349.397500', '094349.857500', '094350.317500', '094350.777500', '094351.237500', '094351.697500', '094352.157500', '094352.617500', '094353.077500', '094353.537500', '094353.997500', '094354.457500', '094354.917500', '094355.377500', '094355.837500', '094356.297500', '094356.757500', '094357.217500', '094357.677500', '094358.137500', '094358.597500', '094359.057500', '094359.517500', '094359.977500', '094400.437500', '094400.897500', '094401.357500', '094401.817500', '094402.277500', '094402.737500', '094403.197500', '094403.657500', '094404.117500', '094404.577500', '094405.037500', '094405.497500', '094405.957500', '094406.417500', '094406.877500', '094407.337500', '094407.797500', '094408.257500', '094408.717500', '094409.177500', '094409.637500', '094410.097500', '094410.557500', '094411.017500', '094411.477500', '094411.937500', '094412.397500', '094412.857500', '094413.317500', '094413.777500', '094414.237500', '094414.697500', '094415.157500', '094415.617500', '094416.077500', '094416.537500', '094416.997500', '094417.457500', '094417.917500', '094418.377500', '094418.837500', '094419.297500', '094419.757500', '094420.217500', '094420.677500', '094421.137500', '094421.597500', '094422.057500', '094422.517500', '094422.977500', '094423.437500', '094423.897500', '094424.357500', '094424.817500', '094425.277500', '094425.737500', '094426.197500', '094426.657500', '094427.117500', '094427.577500', '094428.037500', '094428.497500', '094428.957500', '094429.417500', '094429.877500', '094430.337500', '094430.797500', '094431.257500', '094431.717500', '094432.177500', '094432.637500', '094433.097500', '094433.557500', '094434.017500', '094434.477500', '094434.937500', '094435.397500', '094435.857500', '094436.317500', '094436.777500', '094437.237500', '094437.697500', '094438.157500'], 'ContentTime': ['093837.778000', '093837.781000', '093837.784000', '093837.786000', '093837.789000', '093837.791000', '093837.794000', '093837.797000', '093837.799000', '093837.802000', '093837.804000', '093837.807000', '093837.810000', '093837.813000', '093837.815000', '093837.818000', '093837.821000', '093837.823000', '093837.826000', '093837.828000', '093837.831000', '093837.834000', '093837.836000', '093837.839000', '093837.842000', '093837.844000', '093837.847000', '093837.850000', '093837.853000', '093837.855000', '093837.858000', '093837.860000', '093837.863000', '093837.866000', '093837.868000', '093837.871000', '093837.874000', '093837.876000', '093837.887000', '093837.890000', '093837.892000', '093837.895000', '093837.898000', '093837.900000', '093837.903000', '093837.906000', '093837.908000', '093837.911000', '093837.913000', '093837.916000', '093837.919000', '093837.921000', '093837.924000', '093857.744000', '093857.747000', '093857.750000', '093857.752000', '093857.755000', '093857.758000', '093857.760000', '093857.763000', '093857.766000', '093857.768000', '093857.771000', '093857.774000', '093857.776000', '093857.779000', '093857.785000', '093857.787000', '093857.790000', '093857.793000', '093857.795000', '093857.798000', '093857.801000', '093857.803000', '093857.806000', '093857.809000', '093857.811000', '093857.814000', '093857.817000', '093857.819000', '093857.822000', '093857.824000', '093857.827000', '093857.830000', '093857.833000', '093857.835000', '093857.838000', '093857.840000', '093857.843000', '093857.846000', '093857.848000', '093857.851000', '093857.859000', '093857.861000', '093857.864000', '093857.866000', '093917.745000', '093917.748000', '093917.750000', '093917.753000', '093917.756000', '093917.758000', '093917.761000', '093917.763000', '093917.766000', '093917.769000', '093917.771000', '093917.774000', '093917.776000', '093917.779000', '093917.782000', '093917.785000', '093917.787000', '093917.790000', '093917.792000', '093917.795000', '093917.798000', '093917.800000', '093917.803000', '093917.806000', '093917.808000', '093917.811000', '093917.814000', '093917.816000', '093917.819000', '093917.821000', '093917.824000', '093917.827000', '093917.829000', '093917.832000', '093917.834000', '093917.837000', '093917.840000', '093917.842000', '093917.845000', '093917.847000', '093917.850000', '093917.853000', '093917.855000', '093937.744000', '093937.747000', '093937.750000', '093937.752000', '093937.757000', '093937.760000', '093937.762000', '093937.765000', '093937.768000', '093937.770000', '093937.773000', '093937.776000', '093937.778000', '093937.781000', '093937.785000', '093937.793000', '093937.795000', '093937.798000', '093937.800000', '093937.803000', '093937.806000', '093937.808000', '093937.811000', '093937.814000', '093937.816000', '093937.819000', '093937.822000', '093937.824000', '093937.827000', '093937.842000', '093937.845000', '093937.847000', '093937.850000', '093937.853000', '093937.855000', '093937.858000', '093937.861000', '093937.863000', '093937.866000', '093937.869000', '093937.871000', '093937.874000', '093937.876000', '093957.743000', '093957.746000', '093957.749000', '093957.752000', '093957.755000', '093957.757000', '093957.760000', '093957.763000', '093957.765000', '093957.768000', '093957.771000', '093957.773000', '093957.776000', '093957.778000', '093957.781000', '093957.784000', '093957.786000', '093957.789000', '093957.792000', '093957.794000', '093957.797000', '093957.800000', '093957.803000', '093957.805000', '093957.808000', '093957.810000', '093957.813000', '093957.816000', '093957.819000', '093957.821000', '093957.824000', '093957.827000', '093957.829000', '093957.832000', '093957.835000', '093957.837000', '093957.840000', '093957.842000', '093957.845000', '093957.848000', '093957.850000', '093957.853000', '093957.855000', '093957.859000', '094017.744000', '094017.747000', '094017.750000', '094017.753000', '094017.755000', '094017.758000', '094017.761000', '094017.764000', '094017.766000', '094017.769000', '094017.777000', '094017.779000', '094017.782000', '094017.785000', '094017.787000', '094017.796000', '094017.799000', '094017.802000', '094017.805000', '094017.807000', '094017.810000', '094017.813000', '094017.815000', '094017.818000', '094017.821000', '094017.823000', '094017.826000', '094017.828000', '094017.831000', '094017.834000', '094017.837000', '094017.839000', '094017.842000', '094017.845000', '094017.847000', '094017.850000', '094017.853000', '094017.855000', '094017.858000', '094017.860000', '094017.863000', '094017.866000', '094017.868000', '094037.745000', '094037.747000', '094037.750000', '094037.753000', '094037.756000', '094037.758000', '094037.761000', '094037.764000', '094037.766000', '094037.769000', '094037.771000', '094037.774000', '094037.777000', '094037.779000', '094037.782000', '094037.785000', '094037.787000', '094037.790000', '094037.793000', '094037.795000', '094037.798000', '094037.801000', '094037.803000', '094037.806000', '094037.809000', '094037.811000', '094037.814000', '094037.817000', '094037.819000', '094037.822000', '094037.824000', '094037.827000', '094037.830000', '094037.832000', '094037.835000', '094037.838000', '094037.840000', '094037.843000', '094037.846000', '094037.848000', '094037.851000', '094037.854000', '094037.856000', '094037.859000', '094057.745000', '094057.748000', '094057.750000', '094057.753000', '094057.756000', '094057.758000', '094057.761000', '094057.764000', '094057.766000', '094057.769000', '094057.772000', '094057.775000', '094057.778000', '094057.781000', '094057.784000', '094057.786000', '094057.789000', '094057.791000', '094057.794000', '094057.797000', '094057.799000', '094057.802000', '094057.805000', '094057.807000', '094057.810000', '094057.813000', '094057.815000', '094057.818000', '094057.821000', '094057.824000', '094057.828000', '094057.831000', '094057.833000', '094057.836000', '094057.839000', '094057.841000', '094057.844000', '094057.847000', '094057.849000', '094057.852000', '094057.855000', '094057.857000', '094057.860000', '094117.744000', '094117.747000', '094117.750000', '094117.753000', '094117.755000', '094117.758000', '094117.761000', '094117.763000', '094117.766000', '094117.769000', '094117.771000', '094117.795000', '094117.797000', '094117.800000', '094117.803000', '094117.805000', '094117.808000', '094117.811000', '094117.813000', '094117.816000', '094117.818000', '094117.821000', '094117.824000', '094117.826000', '094117.829000', '094117.832000', '094117.835000', '094117.837000', '094117.840000', '094117.842000', '094117.845000', '094117.848000', '094117.850000', '094117.853000', '094117.856000', '094117.858000', '094117.861000', '094117.863000', '094117.866000', '094117.869000', '094117.871000', '094117.874000', '094117.877000', '094117.879000', '094137.745000', '094137.748000', '094137.750000', '094137.753000', '094137.756000', '094137.759000', '094137.761000', '094137.764000', '094137.767000', '094137.770000', '094137.773000', '094137.775000', '094137.778000', '094137.781000', '094137.783000', '094137.786000', '094137.789000', '094137.791000', '094137.794000', '094137.797000', '094137.799000', '094137.802000', '094137.805000', '094137.808000', '094137.810000', '094137.813000', '094137.816000', '094137.819000', '094137.822000', '094137.824000', '094137.827000', '094137.830000', '094137.836000', '094137.839000', '094137.842000', '094137.844000', '094137.847000', '094137.850000', '094137.852000', '094137.855000', '094137.858000', '094137.860000', '094137.863000', '094157.743000', '094157.747000', '094157.749000', '094157.752000', '094157.754000', '094157.757000', '094157.760000', '094157.762000', '094157.765000', '094157.768000', '094157.770000', '094157.773000', '094157.775000', '094157.778000', '094157.781000', '094157.783000', '094157.786000', '094157.789000', '094157.791000', '094157.794000', '094157.797000', '094157.799000', '094157.802000', '094157.805000', '094157.807000', '094157.810000', '094157.813000', '094157.815000', '094157.818000', '094157.821000', '094157.840000', '094157.842000', '094157.845000', '094157.848000', '094157.850000', '094157.853000', '094157.855000', '094157.858000', '094157.861000', '094157.863000', '094157.866000', '094157.869000', '094157.871000', '094157.874000', '094217.744000', '094217.747000', '094217.750000', '094217.753000', '094217.755000', '094217.758000', '094217.761000', '094217.763000', '094217.766000', '094217.769000', '094217.771000', '094217.774000', '094217.777000', '094217.779000', '094217.782000', '094217.785000', '094217.787000', '094217.790000', '094217.793000', '094217.795000', '094217.798000', '094217.801000', '094217.806000', '094217.809000', '094217.811000', '094217.814000', '094217.817000', '094217.819000', '094217.822000', '094217.825000', '094217.827000', '094217.830000', '094217.832000', '094217.835000', '094217.838000', '094217.840000', '094217.843000', '094217.846000', '094217.848000', '094217.851000', '094217.854000', '094217.856000', '094217.859000', '094237.745000', '094237.747000', '094237.750000', '094237.753000', '094237.756000', '094237.758000', '094237.761000', '094237.763000', '094237.766000', '094237.769000', '094237.772000', '094237.774000', '094237.777000', '094237.780000', '094237.782000', '094237.785000', '094237.787000', '094237.790000', '094237.793000', '094237.795000', '094237.798000', '094237.801000', '094237.804000', '094237.806000', '094237.809000', '094237.812000', '094237.814000', '094237.817000', '094237.820000', '094237.822000', '094237.825000', '094237.827000', '094237.830000', '094237.833000', '094237.835000', '094237.838000', '094237.851000', '094237.853000', '094237.856000', '094237.858000', '094237.861000', '094237.864000', '094237.866000', '094237.869000', '094257.745000', '094257.748000', '094257.750000', '094257.753000', '094257.756000', '094257.758000', '094257.761000', '094257.764000', '094257.767000', '094257.769000', '094257.772000', '094257.775000', '094257.777000', '094257.780000', '094257.783000', '094257.785000', '094257.788000', '094257.790000', '094257.793000', '094257.796000', '094257.798000', '094257.801000', '094257.804000', '094257.806000', '094257.809000', '094257.812000', '094257.814000', '094257.817000', '094257.820000', '094257.823000', '094257.826000', '094257.829000', '094257.832000', '094257.834000', '094257.837000', '094257.840000', '094257.842000', '094257.845000', '094257.848000', '094257.850000', '094257.853000', '094257.856000', '094257.858000', '094317.745000', '094317.748000', '094317.750000', '094317.754000', '094317.756000', '094317.759000', '094317.762000', '094317.765000', '094317.767000', '094317.770000', '094317.772000', '094317.775000', '094317.778000', '094317.780000', '094317.783000', '094317.786000', '094317.788000', '094317.791000', '094317.794000', '094317.796000', '094317.799000', '094317.802000', '094317.804000', '094317.807000', '094317.810000', '094317.812000', '094317.815000', '094317.818000', '094317.820000', '094317.823000', '094317.825000', '094317.828000', '094317.831000', '094317.833000', '094317.836000', '094317.839000', '094317.842000', '094317.844000', '094317.847000', '094317.850000', '094317.852000', '094317.855000', '094317.858000', '094317.860000', '094337.745000', '094337.748000', '094337.750000', '094337.753000', '094337.756000', '094337.759000', '094337.761000', '094337.764000', '094337.766000', '094337.769000', '094337.772000', '094337.774000', '094337.777000', '094337.780000', '094337.782000', '094337.785000', '094337.788000', '094337.796000', '094337.799000', '094337.802000', '094337.804000', '094337.807000', '094337.810000', '094337.813000', '094337.815000', '094337.818000', '094337.821000', '094337.824000', '094337.826000', '094337.829000', '094337.832000', '094337.834000', '094337.837000', '094337.840000', '094337.843000', '094337.845000', '094337.848000', '094337.851000', '094337.853000', '094337.856000', '094337.867000', '094337.870000', '094337.873000', '094357.745000', '094357.748000', '094357.751000', '094357.753000', '094357.756000', '094357.759000', '094357.762000', '094357.764000', '094357.767000', '094357.769000', '094357.772000', '094357.775000', '094357.777000', '094357.780000', '094357.783000', '094357.786000', '094357.788000', '094357.791000', '094357.794000', '094357.796000', '094357.799000', '094357.802000', '094357.805000', '094357.807000', '094357.810000', '094357.812000', '094357.815000', '094357.818000', '094357.820000', '094357.823000', '094357.826000', '094357.829000', '094357.831000', '094357.834000', '094357.837000', '094357.839000', '094357.842000', '094357.844000', '094357.847000', '094357.850000', '094357.852000', '094357.855000', '094357.858000', '094417.744000', '094417.747000', '094417.749000', '094417.767000', '094417.770000', '094417.773000', '094417.775000', '094417.778000', '094417.781000', '094417.783000', '094417.786000', '094417.789000', '094417.791000', '094417.794000', '094417.797000', '094417.799000', '094417.802000', '094417.805000', '094417.807000', '094417.810000', '094417.813000', '094417.815000', '094417.818000', '094417.820000', '094417.823000', '094417.826000', '094417.828000', '094417.831000', '094417.834000', '094417.836000', '094417.839000', '094417.842000', '094417.844000', '094417.847000', '094417.850000', '094417.852000', '094417.855000', '094417.858000', '094417.860000', '094417.863000', '094417.865000', '094417.868000', '094417.871000', '094417.874000', '094437.745000', '094437.748000', '094437.750000', '094437.753000', '094437.756000', '094437.758000', '094437.761000', '094437.764000', '094437.766000', '094437.769000', '094437.772000', '094437.774000', '094437.777000', '094437.780000', '094437.782000', '094437.785000', '094437.788000', '094437.790000', '094437.793000', '094437.796000', '094437.798000', '094437.801000', '094437.804000', '094437.806000', '094437.809000', '094437.812000', '094437.814000', '094437.817000', '094437.820000', '094437.822000', '094437.825000', '094437.828000', '094437.830000', '094437.833000', '094437.836000', '094437.838000', '094437.841000', '094437.844000', '094437.846000', '094437.849000', '094437.852000', '094437.854000', '094437.857000', '094437.860000', '094439.062000', '094439.065000', '094439.068000'], 'InstanceCreationTime': ['093837.778000', '093837.781000', '093837.784000', '093837.786000', '093837.789000', '093837.791000', '093837.794000', '093837.797000', '093837.799000', '093837.802000', '093837.804000', '093837.807000', '093837.810000', '093837.813000', '093837.815000', '093837.818000', '093837.821000', '093837.823000', '093837.826000', '093837.828000', '093837.831000', '093837.834000', '093837.836000', '093837.839000', '093837.842000', '093837.844000', '093837.847000', '093837.850000', '093837.853000', '093837.855000', '093837.858000', '093837.860000', '093837.863000', '093837.866000', '093837.868000', '093837.871000', '093837.874000', '093837.876000', '093837.887000', '093837.890000', '093837.892000', '093837.895000', '093837.898000', '093837.900000', '093837.903000', '093837.906000', '093837.908000', '093837.911000', '093837.913000', '093837.916000', '093837.919000', '093837.921000', '093837.924000', '093857.744000', '093857.747000', '093857.750000', '093857.752000', '093857.755000', '093857.758000', '093857.760000', '093857.763000', '093857.766000', '093857.768000', '093857.771000', '093857.774000', '093857.776000', '093857.779000', '093857.785000', '093857.787000', '093857.790000', '093857.793000', '093857.795000', '093857.798000', '093857.801000', '093857.803000', '093857.806000', '093857.809000', '093857.811000', '093857.814000', '093857.817000', '093857.819000', '093857.822000', '093857.824000', '093857.827000', '093857.830000', '093857.833000', '093857.835000', '093857.838000', '093857.840000', '093857.843000', '093857.846000', '093857.848000', '093857.851000', '093857.859000', '093857.861000', '093857.864000', '093857.866000', '093917.745000', '093917.748000', '093917.750000', '093917.753000', '093917.756000', '093917.758000', '093917.761000', '093917.763000', '093917.766000', '093917.769000', '093917.771000', '093917.774000', '093917.776000', '093917.779000', '093917.782000', '093917.785000', '093917.787000', '093917.790000', '093917.792000', '093917.795000', '093917.798000', '093917.800000', '093917.803000', '093917.806000', '093917.808000', '093917.811000', '093917.814000', '093917.816000', '093917.819000', '093917.821000', '093917.824000', '093917.827000', '093917.829000', '093917.832000', '093917.834000', '093917.837000', '093917.840000', '093917.842000', '093917.845000', '093917.847000', '093917.850000', '093917.853000', '093917.855000', '093937.744000', '093937.747000', '093937.750000', '093937.752000', '093937.757000', '093937.760000', '093937.762000', '093937.765000', '093937.768000', '093937.770000', '093937.773000', '093937.776000', '093937.778000', '093937.781000', '093937.785000', '093937.793000', '093937.795000', '093937.798000', '093937.800000', '093937.803000', '093937.806000', '093937.808000', '093937.811000', '093937.814000', '093937.816000', '093937.819000', '093937.822000', '093937.824000', '093937.827000', '093937.842000', '093937.845000', '093937.847000', '093937.850000', '093937.853000', '093937.855000', '093937.858000', '093937.861000', '093937.863000', '093937.866000', '093937.869000', '093937.871000', '093937.874000', '093937.876000', '093957.743000', '093957.746000', '093957.749000', '093957.752000', '093957.755000', '093957.757000', '093957.760000', '093957.763000', '093957.765000', '093957.768000', '093957.771000', '093957.773000', '093957.776000', '093957.778000', '093957.781000', '093957.784000', '093957.786000', '093957.789000', '093957.792000', '093957.794000', '093957.797000', '093957.800000', '093957.803000', '093957.805000', '093957.808000', '093957.810000', '093957.813000', '093957.816000', '093957.819000', '093957.821000', '093957.824000', '093957.827000', '093957.829000', '093957.832000', '093957.835000', '093957.837000', '093957.840000', '093957.842000', '093957.845000', '093957.848000', '093957.850000', '093957.853000', '093957.855000', '093957.859000', '094017.744000', '094017.747000', '094017.750000', '094017.753000', '094017.755000', '094017.758000', '094017.761000', '094017.764000', '094017.766000', '094017.769000', '094017.777000', '094017.779000', '094017.782000', '094017.785000', '094017.787000', '094017.796000', '094017.799000', '094017.802000', '094017.805000', '094017.807000', '094017.810000', '094017.813000', '094017.815000', '094017.818000', '094017.821000', '094017.823000', '094017.826000', '094017.828000', '094017.831000', '094017.834000', '094017.837000', '094017.839000', '094017.842000', '094017.845000', '094017.847000', '094017.850000', '094017.853000', '094017.855000', '094017.858000', '094017.860000', '094017.863000', '094017.866000', '094017.868000', '094037.745000', '094037.747000', '094037.750000', '094037.753000', '094037.756000', '094037.758000', '094037.761000', '094037.764000', '094037.766000', '094037.769000', '094037.771000', '094037.774000', '094037.777000', '094037.779000', '094037.782000', '094037.785000', '094037.787000', '094037.790000', '094037.793000', '094037.795000', '094037.798000', '094037.801000', '094037.803000', '094037.806000', '094037.809000', '094037.811000', '094037.814000', '094037.817000', '094037.819000', '094037.822000', '094037.824000', '094037.827000', '094037.830000', '094037.832000', '094037.835000', '094037.838000', '094037.840000', '094037.843000', '094037.846000', '094037.848000', '094037.851000', '094037.854000', '094037.856000', '094037.859000', '094057.745000', '094057.748000', '094057.750000', '094057.753000', '094057.756000', '094057.758000', '094057.761000', '094057.764000', '094057.766000', '094057.769000', '094057.772000', '094057.775000', '094057.778000', '094057.781000', '094057.784000', '094057.786000', '094057.789000', '094057.791000', '094057.794000', '094057.797000', '094057.799000', '094057.802000', '094057.805000', '094057.807000', '094057.810000', '094057.813000', '094057.815000', '094057.818000', '094057.821000', '094057.824000', '094057.828000', '094057.831000', '094057.833000', '094057.836000', '094057.839000', '094057.841000', '094057.844000', '094057.847000', '094057.849000', '094057.852000', '094057.855000', '094057.857000', '094057.860000', '094117.744000', '094117.747000', '094117.750000', '094117.753000', '094117.755000', '094117.758000', '094117.761000', '094117.763000', '094117.766000', '094117.769000', '094117.771000', '094117.795000', '094117.797000', '094117.800000', '094117.803000', '094117.805000', '094117.808000', '094117.811000', '094117.813000', '094117.816000', '094117.818000', '094117.821000', '094117.824000', '094117.826000', '094117.829000', '094117.832000', '094117.835000', '094117.837000', '094117.840000', '094117.842000', '094117.845000', '094117.848000', '094117.850000', '094117.853000', '094117.856000', '094117.858000', '094117.861000', '094117.863000', '094117.866000', '094117.869000', '094117.871000', '094117.874000', '094117.877000', '094117.879000', '094137.745000', '094137.748000', '094137.750000', '094137.753000', '094137.756000', '094137.759000', '094137.761000', '094137.764000', '094137.767000', '094137.770000', '094137.773000', '094137.775000', '094137.778000', '094137.781000', '094137.783000', '094137.786000', '094137.789000', '094137.791000', '094137.794000', '094137.797000', '094137.799000', '094137.802000', '094137.805000', '094137.808000', '094137.810000', '094137.813000', '094137.816000', '094137.819000', '094137.822000', '094137.824000', '094137.827000', '094137.830000', '094137.836000', '094137.839000', '094137.842000', '094137.844000', '094137.847000', '094137.850000', '094137.852000', '094137.855000', '094137.858000', '094137.860000', '094137.863000', '094157.743000', '094157.747000', '094157.749000', '094157.752000', '094157.754000', '094157.757000', '094157.760000', '094157.762000', '094157.765000', '094157.768000', '094157.770000', '094157.773000', '094157.775000', '094157.778000', '094157.781000', '094157.783000', '094157.786000', '094157.789000', '094157.791000', '094157.794000', '094157.797000', '094157.799000', '094157.802000', '094157.805000', '094157.807000', '094157.810000', '094157.813000', '094157.815000', '094157.818000', '094157.821000', '094157.840000', '094157.842000', '094157.845000', '094157.848000', '094157.850000', '094157.853000', '094157.855000', '094157.858000', '094157.861000', '094157.863000', '094157.866000', '094157.869000', '094157.871000', '094157.874000', '094217.744000', '094217.747000', '094217.750000', '094217.753000', '094217.755000', '094217.758000', '094217.761000', '094217.763000', '094217.766000', '094217.769000', '094217.771000', '094217.774000', '094217.777000', '094217.779000', '094217.782000', '094217.785000', '094217.787000', '094217.790000', '094217.793000', '094217.795000', '094217.798000', '094217.801000', '094217.806000', '094217.809000', '094217.811000', '094217.814000', '094217.817000', '094217.819000', '094217.822000', '094217.825000', '094217.827000', '094217.830000', '094217.832000', '094217.835000', '094217.838000', '094217.840000', '094217.843000', '094217.846000', '094217.848000', '094217.851000', '094217.854000', '094217.856000', '094217.859000', '094237.745000', '094237.747000', '094237.750000', '094237.753000', '094237.756000', '094237.758000', '094237.761000', '094237.763000', '094237.766000', '094237.769000', '094237.772000', '094237.774000', '094237.777000', '094237.780000', '094237.782000', '094237.785000', '094237.787000', '094237.790000', '094237.793000', '094237.795000', '094237.798000', '094237.801000', '094237.804000', '094237.806000', '094237.809000', '094237.812000', '094237.814000', '094237.817000', '094237.820000', '094237.822000', '094237.825000', '094237.827000', '094237.830000', '094237.833000', '094237.835000', '094237.838000', '094237.851000', '094237.853000', '094237.856000', '094237.858000', '094237.861000', '094237.864000', '094237.866000', '094237.869000', '094257.745000', '094257.748000', '094257.750000', '094257.753000', '094257.756000', '094257.758000', '094257.761000', '094257.764000', '094257.767000', '094257.769000', '094257.772000', '094257.775000', '094257.777000', '094257.780000', '094257.783000', '094257.785000', '094257.788000', '094257.790000', '094257.793000', '094257.796000', '094257.798000', '094257.801000', '094257.804000', '094257.806000', '094257.809000', '094257.812000', '094257.814000', '094257.817000', '094257.820000', '094257.823000', '094257.826000', '094257.829000', '094257.832000', '094257.834000', '094257.837000', '094257.840000', '094257.842000', '094257.845000', '094257.848000', '094257.850000', '094257.853000', '094257.856000', '094257.858000', '094317.745000', '094317.748000', '094317.750000', '094317.754000', '094317.756000', '094317.759000', '094317.762000', '094317.765000', '094317.767000', '094317.770000', '094317.772000', '094317.775000', '094317.778000', '094317.780000', '094317.783000', '094317.786000', '094317.788000', '094317.791000', '094317.794000', '094317.796000', '094317.799000', '094317.802000', '094317.804000', '094317.807000', '094317.810000', '094317.812000', '094317.815000', '094317.818000', '094317.820000', '094317.823000', '094317.825000', '094317.828000', '094317.831000', '094317.833000', '094317.836000', '094317.839000', '094317.842000', '094317.844000', '094317.847000', '094317.850000', '094317.852000', '094317.855000', '094317.858000', '094317.860000', '094337.745000', '094337.748000', '094337.750000', '094337.753000', '094337.756000', '094337.759000', '094337.761000', '094337.764000', '094337.766000', '094337.769000', '094337.772000', '094337.774000', '094337.777000', '094337.780000', '094337.782000', '094337.785000', '094337.788000', '094337.796000', '094337.799000', '094337.802000', '094337.804000', '094337.807000', '094337.810000', '094337.813000', '094337.815000', '094337.818000', '094337.821000', '094337.824000', '094337.826000', '094337.829000', '094337.832000', '094337.834000', '094337.837000', '094337.840000', '094337.843000', '094337.845000', '094337.848000', '094337.851000', '094337.853000', '094337.856000', '094337.867000', '094337.870000', '094337.873000', '094357.745000', '094357.748000', '094357.751000', '094357.753000', '094357.756000', '094357.759000', '094357.762000', '094357.764000', '094357.767000', '094357.769000', '094357.772000', '094357.775000', '094357.777000', '094357.780000', '094357.783000', '094357.786000', '094357.788000', '094357.791000', '094357.794000', '094357.796000', '094357.799000', '094357.802000', '094357.805000', '094357.807000', '094357.810000', '094357.812000', '094357.815000', '094357.818000', '094357.820000', '094357.823000', '094357.826000', '094357.829000', '094357.831000', '094357.834000', '094357.837000', '094357.839000', '094357.842000', '094357.844000', '094357.847000', '094357.850000', '094357.852000', '094357.855000', '094357.858000', '094417.744000', '094417.747000', '094417.749000', '094417.767000', '094417.770000', '094417.773000', '094417.775000', '094417.778000', '094417.781000', '094417.783000', '094417.786000', '094417.789000', '094417.791000', '094417.794000', '094417.797000', '094417.799000', '094417.802000', '094417.805000', '094417.807000', '094417.810000', '094417.813000', '094417.815000', '094417.818000', '094417.820000', '094417.823000', '094417.826000', '094417.828000', '094417.831000', '094417.834000', '094417.836000', '094417.839000', '094417.842000', '094417.844000', '094417.847000', '094417.850000', '094417.852000', '094417.855000', '094417.858000', '094417.860000', '094417.863000', '094417.865000', '094417.868000', '094417.871000', '094417.874000', '094437.745000', '094437.748000', '094437.750000', '094437.753000', '094437.756000', '094437.758000', '094437.761000', '094437.764000', '094437.766000', '094437.769000', '094437.772000', '094437.774000', '094437.777000', '094437.780000', '094437.782000', '094437.785000', '094437.788000', '094437.790000', '094437.793000', '094437.796000', '094437.798000', '094437.801000', '094437.804000', '094437.806000', '094437.809000', '094437.812000', '094437.814000', '094437.817000', '094437.820000', '094437.822000', '094437.825000', '094437.828000', '094437.830000', '094437.833000', '094437.836000', '094437.838000', '094437.841000', '094437.844000', '094437.846000', '094437.849000', '094437.852000', '094437.854000', '094437.857000', '094437.860000', '094439.062000', '094439.065000', '094439.068000'], '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': [8286, 6998, 7774, 6711, 8725, 6600, 8197, 6919, 8509, 6882, 8530, 6779, 8211, 6561, 7755, 8735, 7280, 7337, 7049, 9224, 6950, 9521, 7005, 8591, 6829, 8861, 7001, 8567, 6893, 8377, 6663, 7872, 6615, 8591, 6194, 8231, 6531, 7090, 6460, 7791, 9317, 7162, 9630, 6896, 9003, 6801, 8320, 6468, 7427, 9646, 6960, 8879, 6681, 8192, 6667, 8710, 6572, 8119, 6277, 7847, 6968, 7806, 6356, 7788, 8077, 7185, 9443, 6760, 8530, 6828, 7947, 6796, 8478, 6731, 8070, 6969, 6411, 8417, 6529, 7986, 6977, 8413, 6700, 8420, 7024, 8327, 7177, 8658, 6947, 8748, 7366, 9764, 7072, 8871, 7243, 8748, 7470, 8881, 7256, 6646, 8128, 8115, 8324, 8055, 7891, 6672, 7694, 6563, 8257, 6446, 8219, 6651, 7724, 6678, 7864, 6455, 8300, 6619, 7867, 6725, 7896, 6695, 8337, 6829, 9537, 6764, 8110, 6884, 7245, 6824, 8269, 7036, 8797, 6945, 8629, 7259, 8470, 7878, 6391, 7990, 6504, 8950, 6626, 8138, 6861, 7938, 6737, 8225, 6588, 9078, 6601, 8858, 6637, 7724, 7244, 6445, 6673, 6916, 7252, 6738, 8784, 6731, 8777, 7069, 8467, 7178, 7837, 6852, 7273, 6503, 7867, 6552, 8073, 6619, 7796, 9954, 7564, 9168, 6966, 8610, 6853, 8918, 6858, 8566, 6580, 8286, 6305, 6867, 6081, 7550, 6444, 6581, 6642, 7600, 6766, 8337, 6578, 9145, 6834, 9127, 6845, 8725, 6787, 8458, 6776, 8798, 6911, 8357, 6900, 8319, 6687, 7134, 6534, 8992, 6540, 8427, 8013, 7856, 9702, 7002, 8616, 6664, 8638, 6661, 8567, 6178, 7061, 9495, 7249, 9149, 6863, 8725, 6764, 9311, 6507, 8434, 7802, 7658, 9433, 7083, 8683, 6765, 8769, 6628, 8427, 6417, 8375, 6430, 8062, 6440, 7093, 6350, 7161, 9062, 6706, 9215, 6832, 8093, 6599, 8249, 6363, 7423, 7788, 7638, 7586, 7133, 6386, 8429, 6416, 7987, 7458, 7608, 9318, 6759, 8491, 6859, 8751, 6422, 8174, 6478, 7252, 9206, 7293, 9326, 6809, 9010, 6708, 8979, 6290, 8411, 6353, 7053, 6187, 6678, 7753, 6819, 9467, 6766, 9301, 6633, 8642, 6615, 8305, 6811, 8423, 6545, 9015, 6294, 8555, 6726, 7728, 6695, 8157, 6854, 8811, 6743, 9110, 7345, 9014, 7741, 8956, 7417, 9524, 7204, 9601, 6979, 9078, 7386, 7808, 7315, 6611, 6919, 6824, 8389, 6582, 8224, 6862, 9057, 6918, 7495, 7256, 6741, 6589, 6873, 7098, 10035, 6856, 9186, 6789, 9355, 6937, 10067, 6738, 9581, 6950, 6971, 6255, 7226, 6310, 6958, 6299, 8473, 6611, 7867, 6829, 7363, 6370, 6696, 7679, 6933, 8350, 7661, 8056, 8101, 7617, 8617, 6960, 8021, 7092, 8116, 10293, 8647, 10186, 7495, 9928, 6897, 9012, 6753, 8571, 6584, 8511, 6523, 7288, 9423, 7085, 9655, 7384, 6965, 6686, 6377, 7666, 6382, 8537, 6212, 8155, 7964, 6867, 9000, 6865, 8718, 6768, 8261, 6886, 8400, 7192, 7375, 9599, 7567, 9447, 7260, 9020, 6877, 9240, 6736, 8717, 6728, 8450, 6579, 8723, 6453, 9247, 6246, 8113, 6376, 7197, 6438, 8632, 6423, 8418, 6300, 7937, 6752, 8108, 6543, 6921, 6771, 8288, 7001, 8775, 6934, 8453, 6995, 8617, 6799, 8146, 6544, 8160, 6418, 7693, 8009, 7438, 8973, 7301, 9022, 7184, 9106, 6808, 8856, 6707, 8883, 6621, 7901, 6530, 8032, 6711, 7722, 6729, 7263, 6693, 8424, 6884, 8642, 7049, 8477, 6574, 9073, 6629, 7850, 6448, 7909, 6328, 8224, 6573, 7683, 8480, 7510, 6180, 7358, 7170, 7178, 8558, 8214, 8394, 7820, 7798, 6805, 8740, 6865, 9074, 7172, 8882, 8033, 8319, 6774, 9124, 6986, 9087, 7461, 8929, 7813, 6187, 7486, 6328, 8037, 6417, 7759, 8091, 7767, 6474, 7540, 6839, 6864, 8539, 7290, 8764, 8082, 6316, 7784, 6528, 8208, 6240, 8004, 6640, 8533, 6523, 8720, 6504, 8138, 6615, 8548, 6557, 7471, 6760, 8299, 6568, 8408, 6539, 7853, 6583, 7720, 6629, 7984, 6403, 8226, 6446, 7815, 6730, 8066, 6641, 8720, 6733, 8609, 6780, 8699, 7308, 8490, 6711, 9053, 6705, 9189, 7187, 8386, 6784, 8684, 7113, 8799, 7917, 8255, 8242, 6473, 7590, 6210, 8362, 6319, 8706, 6742, 7377, 6574, 9124, 6335, 8129, 6513, 7364, 6374, 7040, 9415, 6888, 8810, 6772, 8646, 6693, 8121, 6647, 8270, 6663, 7969, 6575, 8615, 6735, 8616, 6835, 8507, 6899, 8602, 8117, 6804, 7945, 6576, 7980, 6778, 8133, 6879, 8316, 6915, 7791, 6753, 7716, 6430, 8142, 6408, 7578, 6599, 7718, 6285, 7765, 9322, 7276, 9145, 7774, 7996, 7290, 6491, 6987, 6460, 6668, 6446, 7583, 8155, 6660, 7946, 7374, 6416, 7958, 7526, 7990, 9819, 7431, 9046, 7165, 8455, 6952, 8730, 6869, 8531, 7007, 8662, 6861, 8542, 6860, 8381, 6773, 8588, 6886, 8866, 7249, 7662, 7815, 6340, 7988, 6306, 8249, 9071, 7585, 8223, 8017, 6501, 8412, 6573, 8180, 8455, 7501, 9653, 7083, 8456, 6728, 8314, 6607, 9180, 6384, 8726, 6395, 7211, 6125, 8159, 6599, 7117, 9107, 6998, 9220, 7051, 7592, 6803, 7388, 7012, 9080, 6868, 9339, 6750, 8376, 6875, 8105, 6702, 8701, 6492, 7312, 8527, 7388, 9041, 6888, 9025, 6893, 8643, 6657, 8393, 6615, 7304, 6563, 7278, 7638, 6845, 8811, 6745, 8625, 6814, 8081, 6820, 8476, 6766, 8341, 6389, 8329, 7646, 7208, 6829, 6696, 8809, 6855, 8651, 6846, 8666, 6860, 8170, 6724, 8076, 6821, 8068, 6764, 8444, 6761, 8077, 6724, 8235, 6658, 8037, 6741, 8135, 6568, 8545, 6353, 7955, 6696, 7570, 6499, 7638, 6371, 8479, 6223, 8291, 7271, 7499, 6371, 9450, 6808, 8764, 6860, 8609, 6951, 7422, 9550, 8166, 6441, 8315, 6439, 9470, 6693, 9270, 6676, 8227, 6865, 7307, 6850, 7842, 6756, 8049, 6849, 8366, 6976, 8693, 6881, 8260, 6859, 8379, 6812, 8976, 7052, 8203, 6997, 8154, 6881], 'WindowCenter': [3971.0, 3935.0, 3943.0, 3909.0, 3939.0, 3905.0, 3938.0, 3907.0, 3937.0, 3904.0, 3924.0, 3881.0, 3910.0, 3879.0, 3902.0, 3911.0, 3891.0, 3889.0, 3890.0, 3918.0, 3890.0, 3921.0, 3890.0, 3908.0, 3878.0, 3908.0, 3889.0, 3911.0, 3890.0, 3910.0, 3879.0, 3898.0, 3878.0, 3909.0, 3868.0, 3910.0, 3868.0, 3889.0, 3866.0, 3888.0, 3906.0, 3878.0, 3918.0, 3878.0, 3906.0, 3865.0, 3897.0, 3854.0, 3874.0, 3905.0, 3876.0, 3895.0, 3864.0, 3895.0, 3864.0, 3896.0, 3865.0, 3897.0, 3867.0, 3910.0, 3888.0, 3898.0, 3867.0, 3899.0, 3898.0, 3889.0, 3919.0, 3877.0, 3907.0, 3879.0, 3897.0, 3879.0, 3910.0, 3889.0, 3911.0, 3901.0, 3882.0, 3924.0, 3893.0, 3923.0, 3904.0, 3925.0, 3893.0, 3925.0, 3903.0, 3913.0, 3902.0, 3922.0, 3893.0, 3922.0, 3903.0, 3920.0, 3889.0, 3908.0, 3889.0, 3910.0, 3888.0, 3909.0, 3887.0, 3878.0, 3900.0, 3898.0, 3911.0, 3899.0, 3899.0, 3877.0, 3899.0, 3876.0, 3909.0, 3878.0, 3910.0, 3877.0, 3888.0, 3876.0, 3898.0, 3865.0, 3898.0, 3876.0, 3897.0, 3866.0, 3897.0, 3876.0, 3896.0, 3875.0, 3919.0, 3877.0, 3898.0, 3876.0, 3885.0, 3875.0, 3896.0, 3876.0, 3896.0, 3888.0, 3908.0, 3889.0, 3907.0, 3900.0, 3868.0, 3899.0, 3867.0, 3920.0, 3877.0, 3911.0, 3879.0, 3898.0, 3877.0, 3908.0, 3876.0, 3920.0, 3876.0, 3919.0, 3877.0, 3901.0, 3902.0, 3878.0, 3876.0, 3889.0, 3900.0, 3891.0, 3923.0, 3893.0, 3937.0, 3889.0, 3913.0, 3890.0, 3902.0, 3878.0, 3888.0, 3866.0, 3896.0, 3864.0, 3886.0, 3863.0, 3885.0, 3905.0, 3886.0, 3904.0, 3863.0, 3893.0, 3862.0, 3891.0, 3861.0, 3892.0, 3861.0, 3894.0, 3864.0, 3863.0, 3852.0, 3886.0, 3865.0, 3876.0, 3877.0, 3898.0, 3890.0, 3909.0, 3892.0, 3933.0, 3894.0, 3933.0, 3892.0, 3922.0, 3891.0, 3911.0, 3891.0, 3921.0, 3888.0, 3912.0, 3890.0, 3910.0, 3879.0, 3889.0, 3879.0, 3922.0, 3880.0, 3912.0, 3899.0, 3911.0, 3920.0, 3890.0, 3907.0, 3877.0, 3909.0, 3875.0, 3910.0, 3866.0, 3889.0, 3918.0, 3888.0, 3918.0, 3878.0, 3908.0, 3876.0, 3908.0, 3866.0, 3898.0, 3886.0, 3899.0, 3908.0, 3888.0, 3907.0, 3877.0, 3907.0, 3878.0, 3908.0, 3879.0, 3910.0, 3879.0, 3910.0, 3878.0, 3891.0, 3879.0, 3891.0, 3921.0, 3891.0, 3921.0, 3880.0, 3900.0, 3878.0, 3910.0, 3878.0, 3901.0, 3910.0, 3900.0, 3899.0, 3889.0, 3878.0, 3910.0, 3880.0, 3912.0, 3901.0, 3913.0, 3922.0, 3890.0, 3910.0, 3879.0, 3910.0, 3866.0, 3910.0, 3866.0, 3889.0, 3919.0, 3888.0, 3917.0, 3879.0, 3909.0, 3878.0, 3909.0, 3878.0, 3908.0, 3867.0, 3876.0, 3866.0, 3878.0, 3898.0, 3878.0, 3918.0, 3878.0, 3921.0, 3891.0, 3910.0, 3890.0, 3909.0, 3889.0, 3909.0, 3880.0, 3921.0, 3880.0, 3921.0, 3891.0, 3901.0, 3891.0, 3910.0, 3892.0, 3921.0, 3892.0, 3923.0, 3903.0, 3922.0, 3913.0, 3921.0, 3902.0, 3921.0, 3902.0, 3932.0, 3891.0, 3921.0, 3899.0, 3899.0, 3901.0, 3878.0, 3889.0, 3890.0, 3911.0, 3889.0, 3911.0, 3890.0, 3921.0, 3902.0, 3903.0, 3902.0, 3890.0, 3891.0, 3891.0, 3890.0, 3933.0, 3881.0, 3922.0, 3879.0, 3920.0, 3878.0, 3919.0, 3866.0, 3918.0, 3876.0, 3875.0, 3851.0, 3873.0, 3850.0, 3863.0, 3863.0, 3897.0, 3877.0, 3898.0, 3889.0, 3887.0, 3866.0, 3878.0, 3912.0, 3904.0, 3922.0, 3915.0, 3912.0, 3926.0, 3914.0, 3924.0, 3902.0, 3913.0, 3889.0, 3901.0, 3919.0, 3909.0, 3918.0, 3886.0, 3917.0, 3876.0, 3895.0, 3864.0, 3895.0, 3860.0, 3893.0, 3851.0, 3873.0, 3902.0, 3873.0, 3904.0, 3885.0, 3874.0, 3877.0, 3866.0, 3896.0, 3864.0, 3910.0, 3867.0, 3911.0, 3910.0, 3892.0, 3921.0, 3890.0, 3910.0, 3879.0, 3909.0, 3878.0, 3900.0, 3877.0, 3889.0, 3918.0, 3887.0, 3905.0, 3886.0, 3906.0, 3866.0, 3906.0, 3878.0, 3907.0, 3876.0, 3898.0, 3876.0, 3907.0, 3867.0, 3919.0, 3878.0, 3899.0, 3867.0, 3888.0, 3867.0, 3909.0, 3867.0, 3911.0, 3881.0, 3912.0, 3892.0, 3912.0, 3880.0, 3889.0, 3879.0, 3910.0, 3891.0, 3920.0, 3891.0, 3912.0, 3891.0, 3911.0, 3878.0, 3898.0, 3866.0, 3898.0, 3866.0, 3897.0, 3895.0, 3886.0, 3895.0, 3874.0, 3892.0, 3872.0, 3892.0, 3862.0, 3893.0, 3863.0, 3894.0, 3862.0, 3883.0, 3852.0, 3882.0, 3863.0, 3885.0, 3877.0, 3887.0, 3877.0, 3897.0, 3889.0, 3907.0, 3887.0, 3898.0, 3878.0, 3920.0, 3877.0, 3900.0, 3867.0, 3899.0, 3867.0, 3910.0, 3877.0, 3900.0, 3907.0, 3889.0, 3855.0, 3887.0, 3876.0, 3889.0, 3909.0, 3910.0, 3896.0, 3897.0, 3887.0, 3877.0, 3907.0, 3878.0, 3920.0, 3889.0, 3907.0, 3899.0, 3897.0, 3879.0, 3919.0, 3888.0, 3921.0, 3900.0, 3919.0, 3899.0, 3868.0, 3900.0, 3876.0, 3910.0, 3879.0, 3901.0, 3899.0, 3899.0, 3879.0, 3899.0, 3878.0, 3878.0, 3908.0, 3889.0, 3908.0, 3900.0, 3866.0, 3898.0, 3878.0, 3910.0, 3879.0, 3910.0, 3877.0, 3910.0, 3866.0, 3909.0, 3866.0, 3899.0, 3877.0, 3909.0, 3867.0, 3887.0, 3877.0, 3898.0, 3877.0, 3909.0, 3867.0, 3897.0, 3877.0, 3887.0, 3876.0, 3896.0, 3878.0, 3908.0, 3878.0, 3899.0, 3878.0, 3898.0, 3878.0, 3908.0, 3890.0, 3910.0, 3890.0, 3909.0, 3899.0, 3910.0, 3878.0, 3921.0, 3890.0, 3919.0, 3889.0, 3908.0, 3879.0, 3908.0, 3889.0, 3908.0, 3898.0, 3909.0, 3910.0, 3866.0, 3897.0, 3867.0, 3910.0, 3878.0, 3909.0, 3877.0, 3889.0, 3877.0, 3920.0, 3879.0, 3911.0, 3865.0, 3888.0, 3866.0, 3877.0, 3906.0, 3877.0, 3907.0, 3877.0, 3895.0, 3877.0, 3896.0, 3877.0, 3897.0, 3878.0, 3910.0, 3889.0, 3909.0, 3890.0, 3910.0, 3891.0, 3920.0, 3892.0, 3921.0, 3911.0, 3889.0, 3912.0, 3890.0, 3912.0, 3890.0, 3912.0, 3890.0, 3910.0, 3887.0, 3900.0, 3877.0, 3898.0, 3865.0, 3898.0, 3865.0, 3898.0, 3876.0, 3888.0, 3864.0, 3888.0, 3905.0, 3886.0, 3906.0, 3885.0, 3884.0, 3886.0, 3866.0, 3887.0, 3869.0, 3876.0, 3867.0, 3901.0, 3912.0, 3891.0, 3912.0, 3902.0, 3880.0, 3902.0, 3888.0, 3899.0, 3918.0, 3889.0, 3907.0, 3877.0, 3895.0, 3876.0, 3895.0, 3864.0, 3893.0, 3874.0, 3895.0, 3866.0, 3895.0, 3867.0, 3896.0, 3875.0, 3907.0, 3889.0, 3919.0, 3899.0, 3898.0, 3899.0, 3866.0, 3900.0, 3878.0, 3910.0, 3921.0, 3900.0, 3909.0, 3900.0, 3867.0, 3910.0, 3877.0, 3908.0, 3898.0, 3900.0, 3920.0, 3889.0, 3897.0, 3877.0, 3897.0, 3876.0, 3908.0, 3867.0, 3908.0, 3865.0, 3886.0, 3855.0, 3897.0, 3875.0, 3877.0, 3908.0, 3888.0, 3907.0, 3887.0, 3897.0, 3878.0, 3886.0, 3889.0, 3909.0, 3880.0, 3919.0, 3879.0, 3900.0, 3879.0, 3899.0, 3877.0, 3908.0, 3866.0, 3888.0, 3897.0, 3887.0, 3907.0, 3878.0, 3907.0, 3875.0, 3896.0, 3877.0, 3897.0, 3865.0, 3887.0, 3864.0, 3886.0, 3883.0, 3865.0, 3907.0, 3878.0, 3908.0, 3876.0, 3897.0, 3877.0, 3896.0, 3876.0, 3898.0, 3866.0, 3910.0, 3886.0, 3887.0, 3876.0, 3877.0, 3906.0, 3878.0, 3910.0, 3890.0, 3908.0, 3891.0, 3909.0, 3880.0, 3898.0, 3878.0, 3910.0, 3880.0, 3911.0, 3891.0, 3899.0, 3889.0, 3911.0, 3890.0, 3899.0, 3891.0, 3900.0, 3877.0, 3909.0, 3868.0, 3900.0, 3877.0, 3898.0, 3866.0, 3898.0, 3866.0, 3899.0, 3867.0, 3909.0, 3888.0, 3888.0, 3866.0, 3920.0, 3877.0, 3910.0, 3876.0, 3909.0, 3887.0, 3890.0, 3920.0, 3899.0, 3866.0, 3897.0, 3865.0, 3918.0, 3875.0, 3919.0, 3878.0, 3898.0, 3876.0, 3886.0, 3875.0, 3895.0, 3877.0, 3898.0, 3877.0, 3897.0, 3877.0, 3896.0, 3876.0, 3896.0, 3878.0, 3898.0, 3878.0, 3906.0, 3877.0, 3895.0, 3876.0, 3897.0, 3877.0], 'WindowWidth': [8879.0, 8817.0, 8823.0, 8770.0, 8809.0, 8757.0, 8804.0, 8758.0, 8799.0, 8749.0, 8775.0, 8712.0, 8751.0, 8706.0, 8743.0, 8750.0, 8726.0, 8717.0, 8722.0, 8756.0, 8723.0, 8764.0, 8722.0, 8743.0, 8704.0, 8743.0, 8721.0, 8753.0, 8723.0, 8747.0, 8706.0, 8730.0, 8702.0, 8745.0, 8690.0, 8748.0, 8691.0, 8720.0, 8684.0, 8716.0, 8736.0, 8701.0, 8754.0, 8701.0, 8736.0, 8680.0, 8724.0, 8662.0, 8691.0, 8731.0, 8693.0, 8717.0, 8676.0, 8717.0, 8676.0, 8721.0, 8680.0, 8726.0, 8689.0, 8748.0, 8716.0, 8728.0, 8686.0, 8732.0, 8726.0, 8717.0, 8758.0, 8703.0, 8741.0, 8706.0, 8726.0, 8707.0, 8747.0, 8720.0, 8753.0, 8741.0, 8717.0, 8774.0, 8733.0, 8774.0, 8750.0, 8779.0, 8733.0, 8775.0, 8746.0, 8757.0, 8743.0, 8768.0, 8732.0, 8767.0, 8743.0, 8761.0, 8719.0, 8741.0, 8718.0, 8747.0, 8717.0, 8744.0, 8715.0, 8702.0, 8734.0, 8728.0, 8751.0, 8731.0, 8733.0, 8698.0, 8732.0, 8698.0, 8746.0, 8703.0, 8748.0, 8700.0, 8717.0, 8696.0, 8727.0, 8679.0, 8728.0, 8697.0, 8726.0, 8682.0, 8724.0, 8698.0, 8723.0, 8695.0, 8758.0, 8699.0, 8727.0, 8696.0, 8708.0, 8694.0, 8722.0, 8695.0, 8723.0, 8714.0, 8743.0, 8721.0, 8740.0, 8734.0, 8689.0, 8732.0, 8687.0, 8762.0, 8702.0, 8751.0, 8707.0, 8730.0, 8699.0, 8742.0, 8697.0, 8760.0, 8698.0, 8757.0, 8701.0, 8739.0, 8741.0, 8703.0, 8699.0, 8720.0, 8736.0, 8726.0, 8771.0, 8735.0, 8797.0, 8724.0, 8758.0, 8723.0, 8741.0, 8703.0, 8715.0, 8681.0, 8723.0, 8676.0, 8708.0, 8674.0, 8706.0, 8732.0, 8708.0, 8728.0, 8674.0, 8712.0, 8670.0, 8705.0, 8667.0, 8710.0, 8666.0, 8715.0, 8675.0, 8676.0, 8660.0, 8710.0, 8682.0, 8697.0, 8700.0, 8731.0, 8723.0, 8748.0, 8730.0, 8786.0, 8737.0, 8786.0, 8731.0, 8769.0, 8728.0, 8752.0, 8725.0, 8766.0, 8719.0, 8754.0, 8724.0, 8751.0, 8707.0, 8720.0, 8708.0, 8767.0, 8711.0, 8755.0, 8734.0, 8751.0, 8763.0, 8721.0, 8741.0, 8702.0, 8743.0, 8696.0, 8747.0, 8686.0, 8721.0, 8755.0, 8718.0, 8754.0, 8702.0, 8740.0, 8699.0, 8742.0, 8683.0, 8728.0, 8712.0, 8731.0, 8740.0, 8714.0, 8739.0, 8701.0, 8738.0, 8703.0, 8742.0, 8707.0, 8750.0, 8707.0, 8750.0, 8706.0, 8726.0, 8707.0, 8725.0, 8765.0, 8726.0, 8765.0, 8709.0, 8735.0, 8704.0, 8750.0, 8704.0, 8741.0, 8751.0, 8739.0, 8732.0, 8720.0, 8704.0, 8751.0, 8710.0, 8757.0, 8738.0, 8758.0, 8769.0, 8723.0, 8748.0, 8708.0, 8749.0, 8686.0, 8748.0, 8686.0, 8720.0, 8757.0, 8716.0, 8754.0, 8706.0, 8745.0, 8703.0, 8747.0, 8704.0, 8744.0, 8686.0, 8698.0, 8684.0, 8703.0, 8728.0, 8705.0, 8757.0, 8706.0, 8765.0, 8725.0, 8749.0, 8721.0, 8745.0, 8720.0, 8746.0, 8710.0, 8766.0, 8712.0, 8768.0, 8728.0, 8739.0, 8727.0, 8753.0, 8731.0, 8766.0, 8730.0, 8774.0, 8746.0, 8769.0, 8758.0, 8766.0, 8743.0, 8765.0, 8741.0, 8782.0, 8726.0, 8766.0, 8733.0, 8732.0, 8738.0, 8705.0, 8721.0, 8724.0, 8752.0, 8723.0, 8753.0, 8725.0, 8765.0, 8743.0, 8744.0, 8742.0, 8725.0, 8727.0, 8727.0, 8723.0, 8784.0, 8711.0, 8768.0, 8706.0, 8761.0, 8702.0, 8758.0, 8681.0, 8755.0, 8694.0, 8693.0, 8653.0, 8685.0, 8652.0, 8672.0, 8675.0, 8728.0, 8702.0, 8729.0, 8721.0, 8713.0, 8684.0, 8703.0, 8757.0, 8749.0, 8770.0, 8764.0, 8758.0, 8781.0, 8763.0, 8776.0, 8743.0, 8758.0, 8720.0, 8737.0, 8757.0, 8745.0, 8754.0, 8710.0, 8751.0, 8695.0, 8718.0, 8675.0, 8716.0, 8665.0, 8712.0, 8653.0, 8686.0, 8724.0, 8688.0, 8731.0, 8709.0, 8689.0, 8701.0, 8683.0, 8725.0, 8681.0, 8748.0, 8688.0, 8753.0, 8750.0, 8729.0, 8765.0, 8724.0, 8749.0, 8707.0, 8745.0, 8702.0, 8733.0, 8698.0, 8719.0, 8755.0, 8714.0, 8734.0, 8711.0, 8736.0, 8682.0, 8735.0, 8702.0, 8738.0, 8698.0, 8727.0, 8698.0, 8740.0, 8688.0, 8761.0, 8706.0, 8734.0, 8688.0, 8718.0, 8688.0, 8745.0, 8687.0, 8751.0, 8714.0, 8759.0, 8730.0, 8758.0, 8709.0, 8719.0, 8706.0, 8749.0, 8727.0, 8764.0, 8726.0, 8756.0, 8726.0, 8750.0, 8704.0, 8729.0, 8684.0, 8728.0, 8682.0, 8726.0, 8722.0, 8710.0, 8718.0, 8690.0, 8711.0, 8686.0, 8710.0, 8672.0, 8712.0, 8675.0, 8715.0, 8672.0, 8699.0, 8659.0, 8698.0, 8674.0, 8707.0, 8701.0, 8714.0, 8701.0, 8727.0, 8718.0, 8740.0, 8715.0, 8728.0, 8704.0, 8762.0, 8702.0, 8734.0, 8687.0, 8732.0, 8687.0, 8747.0, 8702.0, 8735.0, 8740.0, 8717.0, 8668.0, 8714.0, 8698.0, 8720.0, 8745.0, 8746.0, 8724.0, 8728.0, 8714.0, 8701.0, 8740.0, 8703.0, 8763.0, 8719.0, 8741.0, 8733.0, 8728.0, 8706.0, 8757.0, 8716.0, 8764.0, 8736.0, 8759.0, 8733.0, 8689.0, 8735.0, 8701.0, 8749.0, 8707.0, 8740.0, 8733.0, 8733.0, 8704.0, 8733.0, 8702.0, 8704.0, 8743.0, 8720.0, 8744.0, 8735.0, 8686.0, 8732.0, 8704.0, 8748.0, 8707.0, 8750.0, 8703.0, 8750.0, 8685.0, 8745.0, 8684.0, 8733.0, 8703.0, 8745.0, 8687.0, 8714.0, 8700.0, 8728.0, 8701.0, 8747.0, 8689.0, 8726.0, 8700.0, 8712.0, 8699.0, 8724.0, 8704.0, 8745.0, 8704.0, 8731.0, 8705.0, 8730.0, 8705.0, 8745.0, 8725.0, 8750.0, 8725.0, 8747.0, 8734.0, 8748.0, 8705.0, 8767.0, 8727.0, 8761.0, 8720.0, 8743.0, 8706.0, 8742.0, 8720.0, 8746.0, 8732.0, 8744.0, 8751.0, 8686.0, 8728.0, 8688.0, 8750.0, 8705.0, 8747.0, 8703.0, 8719.0, 8702.0, 8760.0, 8706.0, 8752.0, 8684.0, 8717.0, 8683.0, 8699.0, 8734.0, 8698.0, 8740.0, 8698.0, 8721.0, 8698.0, 8722.0, 8700.0, 8727.0, 8704.0, 8751.0, 8722.0, 8745.0, 8725.0, 8747.0, 8725.0, 8762.0, 8729.0, 8765.0, 8753.0, 8721.0, 8756.0, 8722.0, 8754.0, 8722.0, 8755.0, 8722.0, 8749.0, 8715.0, 8735.0, 8701.0, 8730.0, 8683.0, 8731.0, 8682.0, 8729.0, 8697.0, 8715.0, 8678.0, 8714.0, 8733.0, 8711.0, 8736.0, 8706.0, 8702.0, 8710.0, 8684.0, 8715.0, 8691.0, 8698.0, 8686.0, 8739.0, 8756.0, 8727.0, 8757.0, 8741.0, 8710.0, 8739.0, 8715.0, 8729.0, 8754.0, 8717.0, 8738.0, 8697.0, 8718.0, 8693.0, 8717.0, 8675.0, 8713.0, 8690.0, 8718.0, 8681.0, 8718.0, 8684.0, 8722.0, 8695.0, 8737.0, 8718.0, 8761.0, 8734.0, 8727.0, 8734.0, 8685.0, 8734.0, 8704.0, 8748.0, 8764.0, 8735.0, 8745.0, 8735.0, 8687.0, 8747.0, 8700.0, 8744.0, 8730.0, 8736.0, 8761.0, 8719.0, 8726.0, 8700.0, 8726.0, 8696.0, 8742.0, 8687.0, 8744.0, 8682.0, 8710.0, 8668.0, 8726.0, 8695.0, 8700.0, 8742.0, 8716.0, 8740.0, 8716.0, 8727.0, 8705.0, 8712.0, 8720.0, 8746.0, 8708.0, 8759.0, 8706.0, 8733.0, 8706.0, 8731.0, 8700.0, 8743.0, 8687.0, 8717.0, 8725.0, 8713.0, 8736.0, 8699.0, 8738.0, 8693.0, 8721.0, 8699.0, 8725.0, 8678.0, 8710.0, 8677.0, 8708.0, 8701.0, 8680.0, 8738.0, 8701.0, 8740.0, 8698.0, 8725.0, 8700.0, 8723.0, 8697.0, 8729.0, 8686.0, 8748.0, 8710.0, 8714.0, 8696.0, 8701.0, 8737.0, 8703.0, 8750.0, 8723.0, 8743.0, 8724.0, 8745.0, 8710.0, 8730.0, 8707.0, 8749.0, 8709.0, 8752.0, 8725.0, 8734.0, 8720.0, 8753.0, 8724.0, 8733.0, 8725.0, 8735.0, 8700.0, 8746.0, 8689.0, 8735.0, 8701.0, 8729.0, 8683.0, 8729.0, 8683.0, 8730.0, 8687.0, 8746.0, 8716.0, 8716.0, 8684.0, 8762.0, 8702.0, 8748.0, 8699.0, 8747.0, 8714.0, 8720.0, 8762.0, 8729.0, 8683.0, 8723.0, 8681.0, 8753.0, 8694.0, 8758.0, 8703.0, 8728.0, 8698.0, 8710.0, 8694.0, 8719.0, 8699.0, 8730.0, 8700.0, 8726.0, 8700.0, 8723.0, 8696.0, 8720.0, 8701.0, 8729.0, 8701.0, 8735.0, 8699.0, 8721.0, 8698.0, 8725.0, 8701.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.0003942344497607656</td></tr>
<tr><td colspan=3>aqi</td><td>0.019680290071770336</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.939159219724495</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1793456102035929</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9938509500838335</td></tr>
<tr><td colspan=3>efc</td><td>0.4545</td></tr>
<tr><td colspan=3>fber</td><td>5718.6201</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07896636729318485</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.1961722488038278</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.622485086207654</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.559827484423502</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.845124113985137</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4625036602143244</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107938</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014769122004508972</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024594714865088463</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</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.610697557359779</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>25.3633</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7141</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>156.1266</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307484.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.9933</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8007</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>509.0683</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3123.1322</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3370.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69060.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>819.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4140.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>933.3309</td></tr>
<tr><td colspan=3>tsnr</td><td>41.712117538554594</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>