ds005256-mriqc/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter 9ad845eeb8 [DATALAD RUNCMD] Compute MRIQC for sub-0087
=== 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-0087 --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-0087",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 01:36:28 +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-0087_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-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0087/figures/sub-0087_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-0087/figures/sub-0087_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0087/figures/sub-0087_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-0087/ses-02/func/sub-0087_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>f8af6739562d519d54c7d10857a197db</td></tr>
</table>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="about-metadata-1">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
Dataset Information
</button>
</h2>
<div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
<div class="accordion-body metadata-table">
<table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:42:9.887500</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.998874, -0.047364, -0.00263934, 0.0472805, 0.989505, 0.136545]</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.114598</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>[4164, -7773, -7219, 550, -53, -58, 55, 86]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>272.305</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>35933899-99f9-4d54-ad9f-8d6a5a3ece19||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.6799063682556152, 0.12685014307498932, 0.010410365648567677, 106.3362045288086], [0.12707409262657166, 2.6547691822052, 0.36859455704689026, -107.94377899169922], [-0.007081168238073587, -0.36634141206741333, 2.6747019290924072, -45.79291915893555], [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': ['194209.887500', '194210.347500', '194210.807500', '194211.267500', '194211.727500', '194212.187500', '194212.647500', '194213.107500', '194213.567500', '194214.027500', '194214.487500', '194214.947500', '194215.407500', '194215.867500', '194216.327500', '194216.787500', '194217.247500', '194217.707500', '194218.167500', '194218.627500', '194219.087500', '194219.547500', '194220.007500', '194220.467500', '194220.927500', '194221.387500', '194221.847500', '194222.307500', '194222.767500', '194223.227500', '194223.687500', '194224.147500', '194224.607500', '194225.067500', '194225.527500', '194225.987500', '194226.447500', '194226.907500', '194227.367500', '194227.827500', '194228.287500', '194228.747500', '194229.207500', '194229.667500', '194230.127500', '194230.587500', '194231.047500', '194231.507500', '194231.967500', '194232.427500', '194232.887500', '194233.347500', '194233.807500', '194234.267500', '194234.727500', '194235.187500', '194235.647500', '194236.107500', '194236.567500', '194237.027500', '194237.487500', '194237.947500', '194238.407500', '194238.867500', '194239.327500', '194239.787500', '194240.247500', '194240.707500', '194241.167500', '194241.627500', '194242.087500', '194242.547500', '194243.007500', '194243.467500', '194243.927500', '194244.387500', '194244.847500', '194245.307500', '194245.767500', '194246.227500', '194246.687500', '194247.147500', '194247.607500', '194248.067500', '194248.527500', '194248.987500', '194249.447500', '194249.907500', '194250.367500', '194250.827500', '194251.287500', '194251.747500', '194252.207500', '194252.667500', '194253.127500', '194253.587500', '194254.047500', '194254.507500', '194254.967500', '194255.427500', '194255.887500', '194256.347500', '194256.807500', '194257.267500', '194257.727500', '194258.187500', '194258.647500', '194259.107500', '194259.567500', '194300.027500', '194300.487500', '194300.947500', '194301.407500', '194301.867500', '194302.327500', '194302.787500', '194303.247500', '194303.707500', '194304.167500', '194304.627500', '194305.087500', '194305.547500', '194306.007500', '194306.467500', '194306.927500', '194307.387500', '194307.847500', '194308.307500', '194308.767500', '194309.227500', '194309.687500', '194310.147500', '194310.607500', '194311.067500', '194311.527500', '194311.987500', '194312.447500', '194312.907500', '194313.367500', '194313.827500', '194314.287500', '194314.747500', '194315.207500', '194315.667500', '194316.127500', '194316.587500', '194317.047500', '194317.507500', '194317.967500', '194318.427500', '194318.887500', '194319.347500', '194319.807500', '194320.267500', '194320.727500', '194321.187500', '194321.647500', '194322.107500', '194322.567500', '194323.027500', '194323.487500', '194323.947500', '194324.407500', '194324.867500', '194325.327500', '194325.787500', '194326.247500', '194326.707500', '194327.167500', '194327.627500', '194328.087500', '194328.547500', '194329.007500', '194329.467500', '194329.927500', '194330.387500', '194330.847500', '194331.307500', '194331.767500', '194332.227500', '194332.687500', '194333.147500', '194333.607500', '194334.067500', '194334.527500', '194334.987500', '194335.447500', '194335.907500', '194336.367500', '194336.827500', '194337.287500', '194337.747500', '194338.207500', '194338.667500', '194339.127500', '194339.587500', '194340.047500', '194340.507500', '194340.967500', '194341.427500', '194341.887500', '194342.347500', '194342.807500', '194343.267500', '194343.727500', '194344.187500', '194344.647500', '194345.107500', '194345.567500', '194346.027500', '194346.487500', '194346.947500', '194347.407500', '194347.867500', '194348.327500', '194348.787500', '194349.247500', '194349.707500', '194350.167500', '194350.627500', '194351.087500', '194351.547500', '194352.007500', '194352.467500', '194352.927500', '194353.387500', '194353.847500', '194354.307500', '194354.767500', '194355.227500', '194355.687500', '194356.147500', '194356.607500', '194357.067500', '194357.527500', '194357.987500', '194358.447500', '194358.907500', '194359.367500', '194359.827500', '194400.287500', '194400.747500', '194401.207500', '194401.667500', '194402.127500', '194402.587500', '194403.047500', '194403.507500', '194403.967500', '194404.427500', '194404.887500', '194405.347500', '194405.807500', '194406.267500', '194406.727500', '194407.187500', '194407.647500', '194408.107500', '194408.567500', '194409.027500', '194409.487500', '194409.947500', '194410.407500', '194410.867500', '194411.327500', '194411.787500', '194412.247500', '194412.707500', '194413.167500', '194413.627500', '194414.087500', '194414.547500', '194415.007500', '194415.467500', '194415.927500', '194416.387500', '194416.847500', '194417.307500', '194417.767500', '194418.227500', '194418.687500', '194419.147500', '194419.607500', '194420.067500', '194420.527500', '194420.987500', '194421.447500', '194421.907500', '194422.367500', '194422.827500', '194423.287500', '194423.747500', '194424.207500', '194424.667500', '194425.127500', '194425.587500', '194426.047500', '194426.507500', '194426.967500', '194427.427500', '194427.887500', '194428.347500', '194428.807500', '194429.267500', '194429.727500', '194430.187500', '194430.647500', '194431.107500', '194431.567500', '194432.027500', '194432.487500', '194432.947500', '194433.407500', '194433.867500', '194434.327500', '194434.787500', '194435.247500', '194435.707500', '194436.167500', '194436.627500', '194437.087500', '194437.547500', '194438.007500', '194438.467500', '194438.927500', '194439.387500', '194439.847500', '194440.307500', '194440.767500', '194441.227500', '194441.687500', '194442.147500', '194442.607500', '194443.067500', '194443.527500', '194443.987500', '194444.447500', '194444.907500', '194445.367500', '194445.827500', '194446.287500', '194446.747500', '194447.207500', '194447.667500', '194448.127500', '194448.587500', '194449.047500', '194449.507500', '194449.967500', '194450.427500', '194450.887500', '194451.347500', '194451.807500', '194452.267500', '194452.727500', '194453.187500', '194453.647500', '194454.107500', '194454.567500', '194455.027500', '194455.487500', '194455.947500', '194456.407500', '194456.867500', '194457.327500', '194457.787500', '194458.247500', '194458.707500', '194459.167500', '194459.627500', '194500.087500', '194500.547500', '194501.007500', '194501.467500', '194501.927500', '194502.387500', '194502.847500', '194503.307500', '194503.767500', '194504.227500', '194504.687500', '194505.147500', '194505.607500', '194506.067500', '194506.527500', '194506.987500', '194507.447500', '194507.907500', '194508.367500', '194508.827500', '194509.287500', '194509.747500', '194510.207500', '194510.667500', '194511.127500', '194511.587500', '194512.047500', '194512.507500', '194512.967500', '194513.427500', '194513.887500', '194514.347500', '194514.807500', '194515.267500', '194515.727500', '194516.187500', '194516.647500', '194517.107500', '194517.567500', '194518.027500', '194518.487500', '194518.947500', '194519.407500', '194519.867500', '194520.327500', '194520.787500', '194521.247500', '194521.707500', '194522.167500', '194522.627500', '194523.087500', '194523.547500', '194524.007500', '194524.467500', '194524.927500', '194525.387500', '194525.847500', '194526.307500', '194526.767500', '194527.227500', '194527.687500', '194528.147500', '194528.607500', '194529.067500', '194529.527500', '194529.987500', '194530.447500', '194530.907500', '194531.367500', '194531.827500', '194532.287500', '194532.747500', '194533.207500', '194533.667500', '194534.127500', '194534.587500', '194535.047500', '194535.507500', '194535.967500', '194536.427500', '194536.887500', '194537.347500', '194537.807500', '194538.267500', '194538.727500', '194539.187500', '194539.647500', '194540.107500', '194540.567500', '194541.027500', '194541.487500', '194541.947500', '194542.407500', '194542.867500', '194543.327500', '194543.787500', '194544.247500', '194544.707500', '194545.167500', '194545.627500', '194546.087500', '194546.547500', '194547.007500', '194547.467500', '194547.927500', '194548.387500', '194548.847500', '194549.307500', '194549.767500', '194550.227500', '194550.687500', '194551.147500', '194551.607500', '194552.067500', '194552.527500', '194552.987500', '194553.447500', '194553.907500', '194554.367500', '194554.827500', '194555.287500', '194555.747500', '194556.207500', '194556.667500', '194557.127500', '194557.587500', '194558.047500', '194558.507500', '194558.967500', '194559.427500', '194559.887500', '194600.347500', '194600.807500', '194601.267500', '194601.727500', '194602.187500', '194602.647500', '194603.107500', '194603.567500', '194604.027500', '194604.487500', '194604.947500', '194605.407500', '194605.867500', '194606.327500', '194606.787500', '194607.247500', '194607.707500', '194608.167500', '194608.627500', '194609.087500', '194609.547500', '194610.007500', '194610.467500', '194610.927500', '194611.387500', '194611.847500', '194612.307500', '194612.767500', '194613.227500', '194613.687500', '194614.147500', '194614.607500', '194615.067500', '194615.527500', '194615.987500', '194616.447500', '194616.907500', '194617.367500', '194617.827500', '194618.287500', '194618.747500', '194619.207500', '194619.667500', '194620.127500', '194620.587500', '194621.047500', '194621.507500', '194621.967500', '194622.427500', '194622.887500', '194623.347500', '194623.807500', '194624.267500', '194624.727500', '194625.187500', '194625.647500', '194626.107500', '194626.567500', '194627.027500', '194627.487500', '194627.947500', '194628.407500', '194628.867500', '194629.327500', '194629.787500', '194630.247500', '194630.707500', '194631.167500', '194631.627500', '194632.087500', '194632.547500', '194633.007500', '194633.467500', '194633.927500', '194634.387500', '194634.847500', '194635.307500', '194635.767500', '194636.227500', '194636.687500', '194637.147500', '194637.607500', '194638.067500', '194638.527500', '194638.987500', '194639.447500', '194639.907500', '194640.367500', '194640.827500', '194641.287500', '194641.747500', '194642.207500', '194642.667500', '194643.127500', '194643.587500', '194644.047500', '194644.507500', '194644.967500', '194645.427500', '194645.887500', '194646.347500', '194646.807500', '194647.267500', '194647.727500', '194648.187500', '194648.647500', '194649.107500', '194649.567500', '194650.027500', '194650.487500', '194650.947500', '194651.407500', '194651.867500', '194652.327500', '194652.787500', '194653.247500', '194653.707500', '194654.167500', '194654.627500', '194655.087500', '194655.547500', '194656.007500', '194656.467500', '194656.927500', '194657.387500', '194657.847500', '194658.307500', '194658.767500', '194659.227500', '194659.687500', '194700.147500', '194700.607500', '194701.067500', '194701.527500', '194701.987500', '194702.447500', '194702.907500', '194703.367500', '194703.827500', '194704.287500', '194704.747500', '194705.207500', '194705.667500', '194706.127500', '194706.587500', '194707.047500', '194707.507500', '194707.967500', '194708.427500', '194708.887500', '194709.347500', '194709.807500', '194710.267500', '194710.727500', '194711.187500', '194711.647500', '194712.107500', '194712.567500', '194713.027500', '194713.487500', '194713.947500', '194714.407500', '194714.867500', '194715.327500', '194715.787500', '194716.247500', '194716.707500', '194717.167500', '194717.627500', '194718.087500', '194718.547500', '194719.007500', '194719.467500', '194719.927500', '194720.387500', '194720.847500', '194721.307500', '194721.767500', '194722.227500', '194722.687500', '194723.147500', '194723.607500', '194724.067500', '194724.527500', '194724.987500', '194725.447500', '194725.907500', '194726.367500', '194726.827500', '194727.287500', '194727.747500', '194728.207500', '194728.667500', '194729.127500', '194729.587500', '194730.047500', '194730.507500', '194730.967500', '194731.427500', '194731.887500', '194732.347500', '194732.807500', '194733.267500', '194733.727500', '194734.187500', '194734.647500', '194735.107500', '194735.567500', '194736.027500', '194736.487500', '194736.947500', '194737.407500', '194737.867500', '194738.327500', '194738.787500', '194739.247500', '194739.707500', '194740.167500', '194740.627500', '194741.087500', '194741.547500', '194742.007500', '194742.467500', '194742.927500', '194743.387500', '194743.847500', '194744.307500', '194744.767500', '194745.227500', '194745.687500', '194746.147500', '194746.607500', '194747.067500', '194747.527500', '194747.987500', '194748.447500', '194748.907500', '194749.367500', '194749.827500', '194750.287500', '194750.747500', '194751.207500', '194751.667500', '194752.127500', '194752.587500', '194753.047500', '194753.507500', '194753.967500', '194754.427500', '194754.887500', '194755.347500', '194755.807500', '194756.267500', '194756.727500', '194757.187500', '194757.647500', '194758.107500', '194758.567500', '194759.027500', '194759.487500', '194759.947500', '194800.407500', '194800.867500', '194801.327500', '194801.787500', '194802.247500', '194802.707500', '194803.167500', '194803.627500', '194804.087500', '194804.547500', '194805.007500', '194805.467500', '194805.927500', '194806.387500', '194806.847500', '194807.307500', '194807.767500', '194808.227500', '194808.687500', '194809.147500', '194809.607500', '194810.067500', '194810.527500', '194810.987500', '194811.447500', '194811.907500', '194812.367500', '194812.827500', '194813.287500', '194813.747500', '194814.207500', '194814.667500', '194815.127500', '194815.587500', '194816.047500', '194816.507500', '194816.967500', '194817.427500', '194817.887500', '194818.347500', '194818.807500', '194819.267500', '194819.727500', '194820.187500', '194820.647500', '194821.107500', '194821.567500', '194822.027500', '194822.487500', '194822.947500', '194823.407500', '194823.867500', '194824.327500', '194824.787500', '194825.247500', '194825.707500', '194826.167500', '194826.627500', '194827.087500', '194827.547500', '194828.007500', '194828.467500', '194828.927500', '194829.387500', '194829.847500', '194830.307500', '194830.767500', '194831.227500', '194831.687500', '194832.147500', '194832.607500', '194833.067500', '194833.527500', '194833.987500', '194834.447500', '194834.907500', '194835.367500'], 'ContentTime': ['194224.687000', '194224.690000', '194224.693000', '194224.695000', '194224.698000', '194224.700000', '194224.703000', '194224.705000', '194224.708000', '194224.710000', '194224.713000', '194224.716000', '194224.718000', '194224.722000', '194224.725000', '194224.727000', '194224.730000', '194224.732000', '194224.735000', '194224.737000', '194224.740000', '194224.743000', '194224.745000', '194224.748000', '194224.751000', '194224.753000', '194224.756000', '194224.758000', '194224.761000', '194224.764000', '194244.657000', '194244.660000', '194244.663000', '194244.666000', '194244.668000', '194244.671000', '194244.673000', '194244.676000', '194244.679000', '194244.681000', '194244.684000', '194244.686000', '194244.689000', '194244.691000', '194244.694000', '194244.697000', '194244.699000', '194244.702000', '194244.704000', '194244.707000', '194244.709000', '194244.718000', '194244.721000', '194244.724000', '194244.726000', '194244.729000', '194244.731000', '194244.734000', '194244.736000', '194244.739000', '194244.742000', '194244.744000', '194244.747000', '194244.749000', '194244.752000', '194244.754000', '194244.757000', '194244.759000', '194244.762000', '194244.765000', '194244.767000', '194244.770000', '194244.772000', '194244.775000', '194304.657000', '194304.660000', '194304.663000', '194304.665000', '194304.672000', '194304.674000', '194304.677000', '194304.679000', '194304.682000', '194304.685000', '194304.687000', '194304.690000', '194304.692000', '194304.695000', '194304.697000', '194304.700000', '194304.703000', '194304.705000', '194304.708000', '194304.710000', '194304.713000', '194304.715000', '194304.718000', '194304.721000', '194304.742000', '194304.745000', '194304.747000', '194304.750000', '194304.752000', '194304.755000', '194304.757000', '194304.760000', '194304.763000', '194304.765000', '194304.768000', '194304.770000', '194304.773000', '194304.775000', '194304.778000', '194304.781000', '194304.783000', '194304.786000', '194304.788000', '194324.658000', '194324.661000', '194324.664000', '194324.666000', '194324.669000', '194324.672000', '194324.674000', '194324.677000', '194324.679000', '194324.682000', '194324.684000', '194324.687000', '194324.690000', '194324.692000', '194324.695000', '194324.697000', '194324.700000', '194324.703000', '194324.705000', '194324.708000', '194324.710000', '194324.713000', '194324.716000', '194324.718000', '194324.721000', '194324.723000', '194324.726000', '194324.728000', '194324.731000', '194324.734000', '194324.736000', '194324.739000', '194324.741000', '194324.744000', '194324.746000', '194324.749000', '194324.752000', '194324.754000', '194324.757000', '194324.759000', '194324.762000', '194324.765000', '194324.767000', '194324.770000', '194344.659000', '194344.661000', '194344.664000', '194344.667000', '194344.669000', '194344.672000', '194344.675000', '194344.677000', '194344.680000', '194344.682000', '194344.685000', '194344.687000', '194344.690000', '194344.693000', '194344.695000', '194344.698000', '194344.700000', '194344.703000', '194344.705000', '194344.708000', '194344.711000', '194344.713000', '194344.716000', '194344.718000', '194344.721000', '194344.724000', '194344.726000', '194344.729000', '194344.731000', '194344.734000', '194344.736000', '194344.739000', '194344.742000', '194344.744000', '194344.747000', '194344.749000', '194344.752000', '194344.755000', '194344.757000', '194344.760000', '194344.762000', '194344.765000', '194344.767000', '194404.657000', '194404.660000', '194404.663000', '194404.665000', '194404.668000', '194404.671000', '194404.673000', '194404.676000', '194404.678000', '194404.681000', '194404.683000', '194404.686000', '194404.689000', '194404.691000', '194404.694000', '194404.696000', '194404.699000', '194404.702000', '194404.704000', '194404.707000', '194404.710000', '194404.712000', '194404.715000', '194404.718000', '194404.720000', '194404.723000', '194404.725000', '194404.728000', '194404.731000', '194404.733000', '194404.736000', '194404.738000', '194404.741000', '194404.744000', '194404.746000', '194404.749000', '194404.751000', '194404.754000', '194404.757000', '194404.759000', '194404.762000', '194404.764000', '194404.767000', '194404.770000', '194424.657000', '194424.660000', '194424.663000', '194424.665000', '194424.668000', '194424.670000', '194424.673000', '194424.676000', '194424.678000', '194424.681000', '194424.683000', '194424.686000', '194424.689000', '194424.691000', '194424.694000', '194424.696000', '194424.699000', '194424.702000', '194424.704000', '194424.707000', '194424.709000', '194424.712000', '194424.714000', '194424.717000', '194424.720000', '194424.722000', '194424.725000', '194424.727000', '194424.730000', '194424.733000', '194424.735000', '194424.738000', '194424.740000', '194424.743000', '194424.745000', '194424.748000', '194424.751000', '194424.753000', '194424.756000', '194424.758000', '194424.761000', '194424.764000', '194424.766000', '194444.658000', '194444.660000', '194444.663000', '194444.666000', '194444.668000', '194444.671000', '194444.674000', '194444.676000', '194444.679000', '194444.681000', '194444.684000', '194444.687000', '194444.689000', '194444.692000', '194444.694000', '194444.697000', '194444.699000', '194444.702000', '194444.705000', '194444.707000', '194444.740000', '194444.742000', '194444.745000', '194444.748000', '194444.750000', '194444.753000', '194444.755000', '194444.758000', '194444.761000', '194444.763000', '194444.766000', '194444.768000', '194444.771000', '194444.774000', '194444.776000', '194444.779000', '194444.781000', '194444.784000', '194444.786000', '194444.789000', '194444.792000', '194444.794000', '194444.797000', '194444.847000', '194504.658000', '194504.661000', '194504.663000', '194504.666000', '194504.668000', '194504.671000', '194504.674000', '194504.676000', '194504.679000', '194504.681000', '194504.684000', '194504.687000', '194504.689000', '194504.692000', '194504.694000', '194504.697000', '194504.700000', '194504.702000', '194504.705000', '194504.708000', '194504.710000', '194504.713000', '194504.715000', '194504.718000', '194504.720000', '194504.723000', '194504.726000', '194504.728000', '194504.731000', '194504.733000', '194504.736000', '194504.739000', '194504.741000', '194504.744000', '194504.746000', '194504.749000', '194504.752000', '194504.754000', '194504.757000', '194504.759000', '194504.762000', '194504.765000', '194504.767000', '194524.657000', '194524.660000', '194524.663000', '194524.665000', '194524.668000', '194524.671000', '194524.673000', '194524.676000', '194524.678000', '194524.681000', '194524.683000', '194524.686000', '194524.690000', '194524.693000', '194524.696000', '194524.698000', '194524.701000', '194524.703000', '194524.706000', '194524.709000', '194524.711000', '194524.714000', '194524.716000', '194524.719000', '194524.722000', '194524.724000', '194524.727000', '194524.729000', '194524.732000', '194524.735000', '194524.737000', '194524.740000', '194524.743000', '194524.745000', '194524.748000', '194524.751000', '194524.753000', '194524.756000', '194524.758000', '194524.761000', '194524.764000', '194524.766000', '194524.769000', '194524.771000', '194544.659000', '194544.661000', '194544.664000', '194544.667000', '194544.669000', '194544.672000', '194544.675000', '194544.677000', '194544.680000', '194544.682000', '194544.685000', '194544.688000', '194544.690000', '194544.693000', '194544.695000', '194544.698000', '194544.700000', '194544.703000', '194544.706000', '194544.708000', '194544.711000', '194544.714000', '194544.716000', '194544.719000', '194544.722000', '194544.724000', '194544.727000', '194544.729000', '194544.732000', '194544.735000', '194544.737000', '194544.743000', '194544.746000', '194544.748000', '194544.751000', '194544.753000', '194544.756000', '194544.759000', '194544.761000', '194544.764000', '194544.766000', '194544.769000', '194544.772000', '194604.659000', '194604.661000', '194604.664000', '194604.667000', '194604.669000', '194604.672000', '194604.675000', '194604.677000', '194604.680000', '194604.682000', '194604.685000', '194604.688000', '194604.690000', '194604.693000', '194604.695000', '194604.698000', '194604.701000', '194604.703000', '194604.706000', '194604.708000', '194604.711000', '194604.713000', '194604.716000', '194604.719000', '194604.721000', '194604.724000', '194604.726000', '194604.729000', '194604.731000', '194604.734000', '194604.737000', '194604.739000', '194604.742000', '194604.745000', '194604.747000', '194604.750000', '194604.752000', '194604.755000', '194604.757000', '194604.760000', '194604.763000', '194604.765000', '194604.768000', '194624.657000', '194624.660000', '194624.682000', '194624.684000', '194624.687000', '194624.690000', '194624.692000', '194624.695000', '194624.697000', '194624.700000', '194624.703000', '194624.705000', '194624.708000', '194624.710000', '194624.713000', '194624.716000', '194624.718000', '194624.721000', '194624.724000', '194624.726000', '194624.729000', '194624.731000', '194624.734000', '194624.737000', '194624.739000', '194624.742000', '194624.744000', '194624.747000', '194624.750000', '194624.752000', '194624.755000', '194624.757000', '194624.760000', '194624.763000', '194624.765000', '194624.768000', '194624.770000', '194624.780000', '194624.782000', '194624.785000', '194624.787000', '194624.790000', '194624.793000', '194624.795000', '194644.658000', '194644.661000', '194644.663000', '194644.666000', '194644.669000', '194644.671000', '194644.674000', '194644.676000', '194644.680000', '194644.683000', '194644.686000', '194644.688000', '194644.691000', '194644.694000', '194644.696000', '194644.699000', '194644.701000', '194644.704000', '194644.707000', '194644.709000', '194644.712000', '194644.714000', '194644.717000', '194644.720000', '194644.722000', '194644.725000', '194644.727000', '194644.731000', '194644.734000', '194644.737000', '194644.740000', '194644.742000', '194644.745000', '194644.748000', '194644.750000', '194644.753000', '194644.755000', '194644.758000', '194644.760000', '194644.763000', '194644.766000', '194644.768000', '194644.771000', '194704.658000', '194704.661000', '194704.663000', '194704.666000', '194704.668000', '194704.671000', '194704.674000', '194704.676000', '194704.679000', '194704.682000', '194704.684000', '194704.687000', '194704.689000', '194704.692000', '194704.695000', '194704.697000', '194704.700000', '194704.703000', '194704.705000', '194704.708000', '194704.711000', '194704.713000', '194704.716000', '194704.718000', '194704.721000', '194704.724000', '194704.726000', '194704.729000', '194704.731000', '194704.734000', '194704.737000', '194704.739000', '194704.742000', '194704.745000', '194704.747000', '194704.750000', '194704.752000', '194704.755000', '194704.758000', '194704.760000', '194704.763000', '194704.765000', '194704.768000', '194704.771000', '194724.657000', '194724.660000', '194724.663000', '194724.666000', '194724.668000', '194724.671000', '194724.673000', '194724.676000', '194724.679000', '194724.681000', '194724.684000', '194724.686000', '194724.689000', '194724.692000', '194724.694000', '194724.697000', '194724.700000', '194724.703000', '194724.706000', '194724.708000', '194724.711000', '194724.713000', '194724.716000', '194724.719000', '194724.721000', '194724.724000', '194724.726000', '194724.729000', '194724.732000', '194724.734000', '194724.737000', '194724.740000', '194724.742000', '194724.745000', '194724.748000', '194724.750000', '194724.753000', '194724.756000', '194724.758000', '194724.761000', '194724.763000', '194724.766000', '194724.769000', '194744.658000', '194744.660000', '194744.663000', '194744.666000', '194744.668000', '194744.671000', '194744.674000', '194744.676000', '194744.679000', '194744.681000', '194744.684000', '194744.686000', '194744.721000', '194744.723000', '194744.726000', '194744.729000', '194744.731000', '194744.734000', '194744.737000', '194744.739000', '194744.742000', '194744.744000', '194744.747000', '194744.750000', '194744.752000', '194744.757000', '194744.759000', '194744.762000', '194744.765000', '194744.767000', '194744.770000', '194744.773000', '194744.775000', '194744.778000', '194744.780000', '194744.783000', '194744.786000', '194744.788000', '194744.791000', '194744.793000', '194744.796000', '194744.799000', '194744.910000', '194744.912000', '194804.659000', '194804.662000', '194804.664000', '194804.667000', '194804.669000', '194804.672000', '194804.675000', '194804.677000', '194804.680000', '194804.682000', '194804.685000', '194804.688000', '194804.690000', '194804.693000', '194804.695000', '194804.698000', '194804.701000', '194804.704000', '194804.707000', '194804.710000', '194804.712000', '194804.715000', '194804.717000', '194804.720000', '194804.723000', '194804.725000', '194804.728000', '194804.731000', '194804.733000', '194804.736000', '194804.738000', '194804.741000', '194804.744000', '194804.746000', '194804.749000', '194804.751000', '194804.754000', '194804.756000', '194804.759000', '194804.762000', '194804.764000', '194804.767000', '194804.770000', '194824.659000', '194824.662000', '194824.664000', '194824.667000', '194824.669000', '194824.672000', '194824.675000', '194824.677000', '194824.680000', '194824.682000', '194824.685000', '194824.687000', '194824.690000', '194824.693000', '194824.695000', '194824.698000', '194824.701000', '194824.703000', '194824.706000', '194824.709000', '194824.711000', '194824.714000', '194824.716000', '194824.719000', '194824.722000', '194824.724000', '194824.727000', '194824.729000', '194824.732000', '194824.735000', '194824.737000', '194824.740000', '194824.743000', '194824.745000', '194824.748000', '194824.750000', '194824.753000', '194824.755000', '194824.758000', '194824.761000', '194824.763000', '194824.766000', '194824.769000', '194824.771000', '194836.476000', '194836.479000', '194836.481000', '194836.484000', '194836.487000', '194836.489000', '194836.492000', '194836.495000', '194836.497000', '194836.500000', '194836.503000', '194836.506000', '194836.514000', '194836.517000', '194836.520000', '194836.523000', '194836.526000', '194836.529000', '194836.533000', '194836.536000', '194836.539000', '194836.542000', '194836.545000', '194836.548000', '194836.550000', '194836.554000'], 'InstanceCreationTime': ['194224.687000', '194224.690000', '194224.693000', '194224.695000', '194224.698000', '194224.700000', '194224.703000', '194224.705000', '194224.708000', '194224.710000', '194224.713000', '194224.716000', '194224.718000', '194224.722000', '194224.725000', '194224.727000', '194224.730000', '194224.732000', '194224.735000', '194224.737000', '194224.740000', '194224.743000', '194224.745000', '194224.748000', '194224.751000', '194224.753000', '194224.756000', '194224.758000', '194224.761000', '194224.764000', '194244.657000', '194244.660000', '194244.663000', '194244.666000', '194244.668000', '194244.671000', '194244.673000', '194244.676000', '194244.679000', '194244.681000', '194244.684000', '194244.686000', '194244.689000', '194244.691000', '194244.694000', '194244.697000', '194244.699000', '194244.702000', '194244.704000', '194244.707000', '194244.709000', '194244.718000', '194244.721000', '194244.724000', '194244.726000', '194244.729000', '194244.731000', '194244.734000', '194244.736000', '194244.739000', '194244.742000', '194244.744000', '194244.747000', '194244.749000', '194244.752000', '194244.754000', '194244.757000', '194244.759000', '194244.762000', '194244.765000', '194244.767000', '194244.770000', '194244.772000', '194244.775000', '194304.657000', '194304.660000', '194304.663000', '194304.665000', '194304.672000', '194304.674000', '194304.677000', '194304.679000', '194304.682000', '194304.685000', '194304.687000', '194304.690000', '194304.692000', '194304.695000', '194304.697000', '194304.700000', '194304.703000', '194304.705000', '194304.708000', '194304.710000', '194304.713000', '194304.715000', '194304.718000', '194304.721000', '194304.742000', '194304.745000', '194304.747000', '194304.750000', '194304.752000', '194304.755000', '194304.757000', '194304.760000', '194304.763000', '194304.765000', '194304.768000', '194304.770000', '194304.773000', '194304.775000', '194304.778000', '194304.781000', '194304.783000', '194304.786000', '194304.788000', '194324.658000', '194324.661000', '194324.664000', '194324.666000', '194324.669000', '194324.672000', '194324.674000', '194324.677000', '194324.679000', '194324.682000', '194324.684000', '194324.687000', '194324.690000', '194324.692000', '194324.695000', '194324.697000', '194324.700000', '194324.703000', '194324.705000', '194324.708000', '194324.710000', '194324.713000', '194324.716000', '194324.718000', '194324.721000', '194324.723000', '194324.726000', '194324.728000', '194324.731000', '194324.734000', '194324.736000', '194324.739000', '194324.741000', '194324.744000', '194324.746000', '194324.749000', '194324.752000', '194324.754000', '194324.757000', '194324.759000', '194324.762000', '194324.765000', '194324.767000', '194324.770000', '194344.659000', '194344.661000', '194344.664000', '194344.667000', '194344.669000', '194344.672000', '194344.675000', '194344.677000', '194344.680000', '194344.682000', '194344.685000', '194344.687000', '194344.690000', '194344.693000', '194344.695000', '194344.698000', '194344.700000', '194344.703000', '194344.705000', '194344.708000', '194344.711000', '194344.713000', '194344.716000', '194344.718000', '194344.721000', '194344.724000', '194344.726000', '194344.729000', '194344.731000', '194344.734000', '194344.736000', '194344.739000', '194344.742000', '194344.744000', '194344.747000', '194344.749000', '194344.752000', '194344.755000', '194344.757000', '194344.760000', '194344.762000', '194344.765000', '194344.767000', '194404.657000', '194404.660000', '194404.663000', '194404.665000', '194404.668000', '194404.671000', '194404.673000', '194404.676000', '194404.678000', '194404.681000', '194404.683000', '194404.686000', '194404.689000', '194404.691000', '194404.694000', '194404.696000', '194404.699000', '194404.702000', '194404.704000', '194404.707000', '194404.710000', '194404.712000', '194404.715000', '194404.718000', '194404.720000', '194404.723000', '194404.725000', '194404.728000', '194404.731000', '194404.733000', '194404.736000', '194404.738000', '194404.741000', '194404.744000', '194404.746000', '194404.749000', '194404.751000', '194404.754000', '194404.757000', '194404.759000', '194404.762000', '194404.764000', '194404.767000', '194404.770000', '194424.657000', '194424.660000', '194424.663000', '194424.665000', '194424.668000', '194424.670000', '194424.673000', '194424.676000', '194424.678000', '194424.681000', '194424.683000', '194424.686000', '194424.689000', '194424.691000', '194424.694000', '194424.696000', '194424.699000', '194424.702000', '194424.704000', '194424.707000', '194424.709000', '194424.712000', '194424.714000', '194424.717000', '194424.720000', '194424.722000', '194424.725000', '194424.727000', '194424.730000', '194424.733000', '194424.735000', '194424.738000', '194424.740000', '194424.743000', '194424.745000', '194424.748000', '194424.751000', '194424.753000', '194424.756000', '194424.758000', '194424.761000', '194424.764000', '194424.766000', '194444.658000', '194444.660000', '194444.663000', '194444.666000', '194444.668000', '194444.671000', '194444.674000', '194444.676000', '194444.679000', '194444.681000', '194444.684000', '194444.687000', '194444.689000', '194444.692000', '194444.694000', '194444.697000', '194444.699000', '194444.702000', '194444.705000', '194444.707000', '194444.740000', '194444.742000', '194444.745000', '194444.748000', '194444.750000', '194444.753000', '194444.755000', '194444.758000', '194444.761000', '194444.763000', '194444.766000', '194444.768000', '194444.771000', '194444.774000', '194444.776000', '194444.779000', '194444.781000', '194444.784000', '194444.786000', '194444.789000', '194444.792000', '194444.794000', '194444.797000', '194444.847000', '194504.658000', '194504.661000', '194504.663000', '194504.666000', '194504.668000', '194504.671000', '194504.674000', '194504.676000', '194504.679000', '194504.681000', '194504.684000', '194504.687000', '194504.689000', '194504.692000', '194504.694000', '194504.697000', '194504.700000', '194504.702000', '194504.705000', '194504.708000', '194504.710000', '194504.713000', '194504.715000', '194504.718000', '194504.720000', '194504.723000', '194504.726000', '194504.728000', '194504.731000', '194504.733000', '194504.736000', '194504.739000', '194504.741000', '194504.744000', '194504.746000', '194504.749000', '194504.752000', '194504.754000', '194504.757000', '194504.759000', '194504.762000', '194504.765000', '194504.767000', '194524.657000', '194524.660000', '194524.663000', '194524.665000', '194524.668000', '194524.671000', '194524.673000', '194524.676000', '194524.678000', '194524.681000', '194524.683000', '194524.686000', '194524.690000', '194524.693000', '194524.696000', '194524.698000', '194524.701000', '194524.703000', '194524.706000', '194524.709000', '194524.711000', '194524.714000', '194524.716000', '194524.719000', '194524.722000', '194524.724000', '194524.727000', '194524.729000', '194524.732000', '194524.735000', '194524.737000', '194524.740000', '194524.743000', '194524.745000', '194524.748000', '194524.751000', '194524.753000', '194524.756000', '194524.758000', '194524.761000', '194524.764000', '194524.766000', '194524.769000', '194524.771000', '194544.659000', '194544.661000', '194544.664000', '194544.667000', '194544.669000', '194544.672000', '194544.675000', '194544.677000', '194544.680000', '194544.682000', '194544.685000', '194544.688000', '194544.690000', '194544.693000', '194544.695000', '194544.698000', '194544.700000', '194544.703000', '194544.706000', '194544.708000', '194544.711000', '194544.714000', '194544.716000', '194544.719000', '194544.722000', '194544.724000', '194544.727000', '194544.729000', '194544.732000', '194544.735000', '194544.737000', '194544.743000', '194544.746000', '194544.748000', '194544.751000', '194544.753000', '194544.756000', '194544.759000', '194544.761000', '194544.764000', '194544.766000', '194544.769000', '194544.772000', '194604.659000', '194604.661000', '194604.664000', '194604.667000', '194604.669000', '194604.672000', '194604.675000', '194604.677000', '194604.680000', '194604.682000', '194604.685000', '194604.688000', '194604.690000', '194604.693000', '194604.695000', '194604.698000', '194604.701000', '194604.703000', '194604.706000', '194604.708000', '194604.711000', '194604.713000', '194604.716000', '194604.719000', '194604.721000', '194604.724000', '194604.726000', '194604.729000', '194604.731000', '194604.734000', '194604.737000', '194604.739000', '194604.742000', '194604.745000', '194604.747000', '194604.750000', '194604.752000', '194604.755000', '194604.757000', '194604.760000', '194604.763000', '194604.765000', '194604.768000', '194624.657000', '194624.660000', '194624.682000', '194624.684000', '194624.687000', '194624.690000', '194624.692000', '194624.695000', '194624.697000', '194624.700000', '194624.703000', '194624.705000', '194624.708000', '194624.710000', '194624.713000', '194624.716000', '194624.718000', '194624.721000', '194624.724000', '194624.726000', '194624.729000', '194624.731000', '194624.734000', '194624.737000', '194624.739000', '194624.742000', '194624.744000', '194624.747000', '194624.750000', '194624.752000', '194624.755000', '194624.757000', '194624.760000', '194624.763000', '194624.765000', '194624.768000', '194624.770000', '194624.780000', '194624.782000', '194624.785000', '194624.787000', '194624.790000', '194624.793000', '194624.795000', '194644.658000', '194644.661000', '194644.663000', '194644.666000', '194644.669000', '194644.671000', '194644.674000', '194644.676000', '194644.680000', '194644.683000', '194644.686000', '194644.688000', '194644.691000', '194644.694000', '194644.696000', '194644.699000', '194644.701000', '194644.704000', '194644.707000', '194644.709000', '194644.712000', '194644.714000', '194644.717000', '194644.720000', '194644.722000', '194644.725000', '194644.727000', '194644.731000', '194644.734000', '194644.737000', '194644.740000', '194644.742000', '194644.745000', '194644.748000', '194644.750000', '194644.753000', '194644.755000', '194644.758000', '194644.760000', '194644.763000', '194644.766000', '194644.768000', '194644.771000', '194704.658000', '194704.661000', '194704.663000', '194704.666000', '194704.668000', '194704.671000', '194704.674000', '194704.676000', '194704.679000', '194704.682000', '194704.684000', '194704.687000', '194704.689000', '194704.692000', '194704.695000', '194704.697000', '194704.700000', '194704.703000', '194704.705000', '194704.708000', '194704.711000', '194704.713000', '194704.716000', '194704.718000', '194704.721000', '194704.724000', '194704.726000', '194704.729000', '194704.731000', '194704.734000', '194704.737000', '194704.739000', '194704.742000', '194704.745000', '194704.747000', '194704.750000', '194704.752000', '194704.755000', '194704.758000', '194704.760000', '194704.763000', '194704.765000', '194704.768000', '194704.771000', '194724.657000', '194724.660000', '194724.663000', '194724.666000', '194724.668000', '194724.671000', '194724.673000', '194724.676000', '194724.679000', '194724.681000', '194724.684000', '194724.686000', '194724.689000', '194724.692000', '194724.694000', '194724.697000', '194724.700000', '194724.703000', '194724.706000', '194724.708000', '194724.711000', '194724.713000', '194724.716000', '194724.719000', '194724.721000', '194724.724000', '194724.726000', '194724.729000', '194724.732000', '194724.734000', '194724.737000', '194724.740000', '194724.742000', '194724.745000', '194724.748000', '194724.750000', '194724.753000', '194724.756000', '194724.758000', '194724.761000', '194724.763000', '194724.766000', '194724.769000', '194744.658000', '194744.660000', '194744.663000', '194744.666000', '194744.668000', '194744.671000', '194744.674000', '194744.676000', '194744.679000', '194744.681000', '194744.684000', '194744.686000', '194744.721000', '194744.723000', '194744.726000', '194744.729000', '194744.731000', '194744.734000', '194744.737000', '194744.739000', '194744.742000', '194744.744000', '194744.747000', '194744.750000', '194744.752000', '194744.757000', '194744.759000', '194744.762000', '194744.765000', '194744.767000', '194744.770000', '194744.773000', '194744.775000', '194744.778000', '194744.780000', '194744.783000', '194744.786000', '194744.788000', '194744.791000', '194744.793000', '194744.796000', '194744.799000', '194744.910000', '194744.912000', '194804.659000', '194804.662000', '194804.664000', '194804.667000', '194804.669000', '194804.672000', '194804.675000', '194804.677000', '194804.680000', '194804.682000', '194804.685000', '194804.688000', '194804.690000', '194804.693000', '194804.695000', '194804.698000', '194804.701000', '194804.704000', '194804.707000', '194804.710000', '194804.712000', '194804.715000', '194804.717000', '194804.720000', '194804.723000', '194804.725000', '194804.728000', '194804.731000', '194804.733000', '194804.736000', '194804.738000', '194804.741000', '194804.744000', '194804.746000', '194804.749000', '194804.751000', '194804.754000', '194804.756000', '194804.759000', '194804.762000', '194804.764000', '194804.767000', '194804.770000', '194824.659000', '194824.662000', '194824.664000', '194824.667000', '194824.669000', '194824.672000', '194824.675000', '194824.677000', '194824.680000', '194824.682000', '194824.685000', '194824.687000', '194824.690000', '194824.693000', '194824.695000', '194824.698000', '194824.701000', '194824.703000', '194824.706000', '194824.709000', '194824.711000', '194824.714000', '194824.716000', '194824.719000', '194824.722000', '194824.724000', '194824.727000', '194824.729000', '194824.732000', '194824.735000', '194824.737000', '194824.740000', '194824.743000', '194824.745000', '194824.748000', '194824.750000', '194824.753000', '194824.755000', '194824.758000', '194824.761000', '194824.763000', '194824.766000', '194824.769000', '194824.771000', '194836.476000', '194836.479000', '194836.481000', '194836.484000', '194836.487000', '194836.489000', '194836.492000', '194836.495000', '194836.497000', '194836.500000', '194836.503000', '194836.506000', '194836.514000', '194836.517000', '194836.520000', '194836.523000', '194836.526000', '194836.529000', '194836.533000', '194836.536000', '194836.539000', '194836.542000', '194836.545000', '194836.548000', '194836.550000', '194836.554000'], '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': [10714, 8050, 11295, 9106, 12194, 10223, 12686, 10261, 9249, 11361, 9161, 12429, 10327, 13573, 10308, 12159, 10206, 7712, 10876, 8143, 11765, 9582, 12600, 10129, 11843, 9439, 8702, 9945, 8559, 10759, 9361, 13331, 9998, 8555, 10078, 8023, 12147, 10106, 12483, 10582, 9407, 12541, 8814, 13465, 10967, 9979, 12791, 9678, 16776, 12129, 9960, 14222, 11562, 12161, 12940, 9023, 15390, 12034, 15872, 13155, 14458, 11020, 8868, 12766, 8689, 13783, 10101, 12387, 9943, 11895, 9706, 7750, 9799, 8004, 10560, 9527, 11114, 9408, 9017, 9405, 8112, 10208, 8271, 11211, 9502, 11966, 9828, 8337, 10301, 8249, 11043, 9173, 11432, 9776, 12367, 9699, 8427, 11152, 8282, 12987, 10239, 14593, 11115, 13769, 10624, 8898, 11762, 8406, 13307, 10975, 15983, 11012, 11905, 10799, 10450, 12180, 8382, 12776, 9551, 13337, 10530, 13068, 10451, 12579, 10046, 11021, 10095, 7737, 10934, 7834, 12195, 10051, 12736, 10184, 9388, 10818, 8102, 11561, 9501, 13098, 10403, 8548, 10411, 8095, 12660, 10109, 13379, 10113, 11349, 9703, 8440, 11460, 7869, 12013, 9547, 12524, 9754, 8199, 11231, 9345, 11447, 9868, 7536, 12283, 9566, 7998, 11770, 9904, 13302, 10475, 7782, 12804, 9952, 16301, 10244, 7860, 11202, 8131, 13093, 10131, 10142, 9475, 7329, 11439, 9368, 10941, 9123, 7847, 10530, 7742, 11340, 9098, 12186, 9651, 11172, 9900, 7598, 11366, 8756, 12627, 9954, 10828, 9828, 7695, 12140, 9951, 13510, 10361, 8898, 10979, 8176, 12949, 10622, 12753, 9635, 8366, 12311, 8756, 13062, 9809, 11747, 10098, 8679, 12586, 9075, 12650, 9761, 10569, 10486, 7748, 11467, 8776, 12063, 9654, 9032, 10516, 9105, 8612, 7223, 9597, 10108, 9311, 10873, 8662, 11660, 9500, 8311, 11171, 9224, 12341, 10518, 8341, 13957, 10793, 16048, 11405, 10821, 13909, 8602, 14233, 9886, 14160, 10428, 14377, 9801, 8930, 10815, 8016, 12239, 8832, 11636, 9266, 11642, 9206, 8508, 11294, 8254, 11349, 9596, 8164, 10799, 8028, 12265, 9710, 11585, 9327, 8356, 11646, 8084, 11698, 9073, 11875, 9405, 7883, 10869, 7529, 11855, 9259, 11104, 9513, 7466, 10141, 7342, 11203, 9123, 11437, 9015, 8544, 10021, 7479, 11131, 8493, 11545, 9089, 9832, 9267, 7694, 10886, 8375, 11573, 9786, 10321, 9429, 7539, 11590, 9214, 10112, 10857, 7674, 11757, 11026, 8480, 13632, 10980, 8249, 13771, 10364, 12980, 11355, 8008, 14164, 10395, 16156, 10830, 9641, 12552, 8005, 13585, 9759, 14632, 10546, 8616, 10528, 7750, 12541, 9927, 11766, 9295, 8541, 10454, 7695, 11543, 9049, 11779, 9384, 8174, 11393, 7721, 12375, 9727, 12852, 10249, 8158, 11916, 8574, 13450, 10696, 14752, 9782, 8033, 12129, 8269, 13515, 9621, 13443, 9863, 12909, 10826, 8008, 11562, 7804, 12586, 10179, 12129, 9426, 8050, 11242, 7997, 12165, 9535, 9867, 9637, 8515, 11795, 8390, 11816, 9295, 8122, 12820, 9992, 12228, 9498, 8124, 12413, 8161, 12822, 9781, 11678, 10694, 7945, 12362, 8020, 13306, 10652, 11701, 9698, 8265, 11534, 7422, 12693, 8965, 10898, 9347, 8246, 11986, 7675, 12246, 9349, 9945, 10462, 7643, 12056, 9131, 13069, 9740, 7941, 12077, 9584, 13904, 10288, 8620, 11700, 7979, 13256, 10471, 10182, 11460, 7967, 13658, 11006, 10639, 11320, 7598, 13639, 10543, 11143, 11142, 7854, 13620, 10167, 15204, 11126, 9947, 11282, 7952, 13550, 10297, 13799, 10285, 9822, 12737, 7942, 13529, 9864, 11486, 9873, 7776, 12120, 8357, 12759, 10027, 7785, 11238, 7523, 12309, 9888, 10954, 9352, 7696, 12076, 7850, 12705, 10008, 13527, 10137, 9696, 12147, 7662, 13600, 10088, 13891, 10801, 7827, 12464, 8007, 13856, 10819, 10786, 10049, 7610, 12981, 9629, 11876, 9643, 8093, 12557, 8747, 12848, 10154, 11272, 10465, 8037, 12250, 7870, 13940, 9584, 8544, 12382, 8442, 9235, 11430, 9626, 8309, 12330, 9405, 9581, 12730, 9540, 8698, 12784, 9201, 16233, 11306, 7995, 13435, 10326, 13996, 10394, 7759, 12728, 8233, 13240, 9294, 9885, 10769, 7517, 12402, 8647, 11079, 9808, 7942, 11572, 8569, 13055, 9938, 10256, 10896, 7355, 12985, 9523, 13932, 10782, 10516, 11695, 7777, 13769, 9835, 15387, 10919, 12435, 11132, 8420, 13601, 9317, 14013, 10087, 12504, 11082, 8028, 12892, 9786, 14391, 10392, 12317, 9858, 10311, 11077, 7768, 12251, 7866, 12967, 10073, 12024, 9476, 7696, 11477, 7771, 12506, 9220, 11923, 9380, 8867, 11486, 7319, 11750, 8930, 12832, 9924, 8208, 10994, 7518, 12608, 9527, 12841, 10083, 11574, 10072, 8310, 12326, 7724, 13282, 9902, 13984, 10484, 10084, 10922, 7756, 12728, 8564, 13764, 10252, 13975, 10335, 12334, 10743, 8413, 12777, 8305, 13668, 10488, 11531, 10226, 7887, 12722, 8207, 13605, 10548, 12960, 9937, 8107, 12596, 8040, 13714, 10228, 13030, 10193, 10268, 11750, 7775, 13590, 9702, 12560, 10207, 7928, 12615, 8736, 14045, 11229, 11291, 10171, 7939, 12792, 9503, 15608, 10754, 8688, 11089, 7626, 12682, 8524, 9968, 10152, 7403, 12454, 8822, 10859, 9741, 7514, 12118, 8487, 12144, 9276, 12218, 9745, 8839, 11116, 7336, 12708, 9543, 13314, 10431, 7788, 11573, 7839, 12756, 10290, 14001, 10336, 8660, 12269, 7725, 13546, 8815, 13095, 9273, 12080, 10019, 8943, 11968, 7592, 13369, 9603, 14010, 10129, 8686, 11226, 7342, 12785, 9730, 12556, 9792, 8901, 11694, 9054, 13440, 10730, 11382, 9789, 8817, 13653, 10337, 8888, 13475, 10060, 10111, 12456, 9237, 14563, 10948, 8480, 13275, 9764, 11829, 10511, 7550, 12353, 9257, 10341, 10264, 7275, 12003, 9052, 10957, 10061, 7945, 12252, 7783, 11698, 9237, 8537, 12268, 8821, 7445, 11841, 11820, 12363, 14067, 12322, 10276, 12481, 8452, 12712, 9851, 13684, 12066, 9619, 15097, 11750, 17407, 12255, 13550, 12090, 9812, 14150, 10340, 14579, 11028, 9810, 11949, 8945, 13161, 8547, 13407, 10899, 10800, 10739, 8586, 11826, 9374, 12871, 9771, 8834, 10650, 8335, 11803, 9128, 8474, 10885, 9506], 'WindowCenter': [4287.0, 4231.0, 4270.0, 4239.0, 4265.0, 4245.0, 4263.0, 4233.0, 4222.0, 4252.0, 4223.0, 4251.0, 4232.0, 4262.0, 4232.0, 4253.0, 4233.0, 4199.0, 4240.0, 4202.0, 4240.0, 4221.0, 4251.0, 4233.0, 4251.0, 4222.0, 4210.0, 4232.0, 4210.0, 4240.0, 4222.0, 4262.0, 4231.0, 4210.0, 4231.0, 4203.0, 4251.0, 4232.0, 4251.0, 4242.0, 4234.0, 4253.0, 4221.0, 4261.0, 4244.0, 4232.0, 4250.0, 4221.0, 4273.0, 4250.0, 4219.0, 4252.0, 4239.0, 4238.0, 4239.0, 4197.0, 4248.0, 4228.0, 4258.0, 4237.0, 4236.0, 4216.0, 4183.0, 4223.0, 4184.0, 4233.0, 4202.0, 4222.0, 4204.0, 4223.0, 4205.0, 4173.0, 4203.0, 4187.0, 4215.0, 4208.0, 4227.0, 4208.0, 4208.0, 4208.0, 4188.0, 4218.0, 4199.0, 4228.0, 4218.0, 4238.0, 4218.0, 4198.0, 4230.0, 4198.0, 4239.0, 4220.0, 4238.0, 4231.0, 4250.0, 4220.0, 4198.0, 4229.0, 4200.0, 4250.0, 4220.0, 4259.0, 4231.0, 4250.0, 4228.0, 4208.0, 4237.0, 4198.0, 4250.0, 4229.0, 4258.0, 4229.0, 4237.0, 4228.0, 4217.0, 4237.0, 4185.0, 4236.0, 4205.0, 4236.0, 4218.0, 4236.0, 4218.0, 4236.0, 4217.0, 4227.0, 4217.0, 4186.0, 4226.0, 4199.0, 4237.0, 4218.0, 4236.0, 4217.0, 4209.0, 4228.0, 4187.0, 4238.0, 4220.0, 4263.0, 4232.0, 4208.0, 4227.0, 4198.0, 4248.0, 4216.0, 4249.0, 4230.0, 4240.0, 4218.0, 4198.0, 4237.0, 4185.0, 4247.0, 4228.0, 4247.0, 4217.0, 4197.0, 4226.0, 4207.0, 4237.0, 4215.0, 4184.0, 4237.0, 4217.0, 4196.0, 4237.0, 4218.0, 4248.0, 4216.0, 4175.0, 4237.0, 4216.0, 4256.0, 4215.0, 4184.0, 4214.0, 4184.0, 4235.0, 4215.0, 4213.0, 4203.0, 4174.0, 4226.0, 4208.0, 4227.0, 4207.0, 4196.0, 4228.0, 4198.0, 4227.0, 4209.0, 4237.0, 4218.0, 4228.0, 4217.0, 4187.0, 4227.0, 4197.0, 4238.0, 4217.0, 4227.0, 4217.0, 4186.0, 4236.0, 4218.0, 4247.0, 4217.0, 4206.0, 4228.0, 4199.0, 4237.0, 4228.0, 4237.0, 4207.0, 4198.0, 4237.0, 4195.0, 4236.0, 4216.0, 4225.0, 4215.0, 4194.0, 4235.0, 4195.0, 4235.0, 4205.0, 4214.0, 4215.0, 4184.0, 4226.0, 4207.0, 4235.0, 4216.0, 4209.0, 4240.0, 4220.0, 4207.0, 4174.0, 4215.0, 4227.0, 4218.0, 4228.0, 4208.0, 4225.0, 4219.0, 4208.0, 4239.0, 4218.0, 4249.0, 4228.0, 4185.0, 4236.0, 4214.0, 4244.0, 4212.0, 4200.0, 4222.0, 4169.0, 4219.0, 4187.0, 4206.0, 4187.0, 4206.0, 4176.0, 4165.0, 4185.0, 4156.0, 4206.0, 4178.0, 4197.0, 4190.0, 4209.0, 4190.0, 4180.0, 4211.0, 4183.0, 4225.0, 4206.0, 4185.0, 4214.0, 4186.0, 4224.0, 4206.0, 4224.0, 4203.0, 4194.0, 4225.0, 4185.0, 4224.0, 4194.0, 4236.0, 4207.0, 4185.0, 4225.0, 4185.0, 4237.0, 4219.0, 4225.0, 4216.0, 4174.0, 4215.0, 4185.0, 4227.0, 4206.0, 4236.0, 4206.0, 4208.0, 4218.0, 4187.0, 4239.0, 4208.0, 4238.0, 4221.0, 4218.0, 4218.0, 4187.0, 4227.0, 4211.0, 4238.0, 4228.0, 4229.0, 4219.0, 4198.0, 4250.0, 4220.0, 4230.0, 4239.0, 4199.0, 4249.0, 4227.0, 4208.0, 4259.0, 4229.0, 4209.0, 4261.0, 4230.0, 4262.0, 4241.0, 4199.0, 4250.0, 4218.0, 4256.0, 4226.0, 4206.0, 4236.0, 4185.0, 4245.0, 4216.0, 4247.0, 4215.0, 4195.0, 4214.0, 4185.0, 4235.0, 4217.0, 4225.0, 4206.0, 4195.0, 4227.0, 4187.0, 4236.0, 4206.0, 4237.0, 4207.0, 4196.0, 4237.0, 4187.0, 4237.0, 4218.0, 4249.0, 4217.0, 4196.0, 4236.0, 4207.0, 4247.0, 4227.0, 4247.0, 4215.0, 4184.0, 4224.0, 4194.0, 4246.0, 4205.0, 4234.0, 4204.0, 4234.0, 4213.0, 4184.0, 4223.0, 4174.0, 4235.0, 4214.0, 4224.0, 4204.0, 4183.0, 4223.0, 4186.0, 4225.0, 4204.0, 4213.0, 4204.0, 4237.0, 4276.0, 4224.0, 4249.0, 4217.0, 4197.0, 4250.0, 4229.0, 4235.0, 4216.0, 4196.0, 4235.0, 4196.0, 4236.0, 4217.0, 4237.0, 4227.0, 4196.0, 4237.0, 4184.0, 4247.0, 4227.0, 4235.0, 4204.0, 4193.0, 4225.0, 4185.0, 4234.0, 4205.0, 4224.0, 4206.0, 4196.0, 4237.0, 4185.0, 4236.0, 4217.0, 4228.0, 4226.0, 4185.0, 4236.0, 4218.0, 4248.0, 4217.0, 4210.0, 4238.0, 4209.0, 4247.0, 4214.0, 4197.0, 4236.0, 4199.0, 4247.0, 4229.0, 4228.0, 4227.0, 4185.0, 4246.0, 4228.0, 4226.0, 4226.0, 4186.0, 4249.0, 4228.0, 4226.0, 4227.0, 4186.0, 4246.0, 4218.0, 4256.0, 4228.0, 4216.0, 4226.0, 4197.0, 4246.0, 4217.0, 4246.0, 4216.0, 4216.0, 4236.0, 4185.0, 4236.0, 4214.0, 4225.0, 4216.0, 4184.0, 4236.0, 4198.0, 4248.0, 4228.0, 4198.0, 4238.0, 4198.0, 4249.0, 4229.0, 4239.0, 4219.0, 4198.0, 4249.0, 4198.0, 4250.0, 4230.0, 4247.0, 4229.0, 4217.0, 4238.0, 4186.0, 4247.0, 4228.0, 4247.0, 4228.0, 4186.0, 4236.0, 4197.0, 4246.0, 4228.0, 4225.0, 4216.0, 4186.0, 4235.0, 4216.0, 4236.0, 4206.0, 4197.0, 4237.0, 4206.0, 4237.0, 4216.0, 4226.0, 4217.0, 4186.0, 4236.0, 4196.0, 4247.0, 4216.0, 4207.0, 4249.0, 4196.0, 4217.0, 4236.0, 4217.0, 4209.0, 4250.0, 4220.0, 4232.0, 4251.0, 4231.0, 4209.0, 4250.0, 4221.0, 4261.0, 4228.0, 4185.0, 4249.0, 4217.0, 4247.0, 4217.0, 4185.0, 4236.0, 4196.0, 4235.0, 4205.0, 4217.0, 4227.0, 4186.0, 4247.0, 4208.0, 4227.0, 4229.0, 4199.0, 4239.0, 4210.0, 4248.0, 4229.0, 4230.0, 4228.0, 4187.0, 4248.0, 4217.0, 4248.0, 4228.0, 4216.0, 4227.0, 4175.0, 4248.0, 4217.0, 4246.0, 4217.0, 4235.0, 4226.0, 4194.0, 4246.0, 4205.0, 4235.0, 4216.0, 4235.0, 4225.0, 4184.0, 4236.0, 4217.0, 4246.0, 4216.0, 4225.0, 4203.0, 4215.0, 4213.0, 4173.0, 4223.0, 4183.0, 4235.0, 4215.0, 4224.0, 4206.0, 4174.0, 4225.0, 4187.0, 4235.0, 4205.0, 4224.0, 4205.0, 4207.0, 4225.0, 4176.0, 4236.0, 4207.0, 4248.0, 4217.0, 4198.0, 4228.0, 4187.0, 4248.0, 4219.0, 4248.0, 4227.0, 4226.0, 4217.0, 4199.0, 4238.0, 4188.0, 4248.0, 4218.0, 4259.0, 4228.0, 4217.0, 4229.0, 4186.0, 4247.0, 4208.0, 4248.0, 4218.0, 4246.0, 4217.0, 4237.0, 4216.0, 4185.0, 4236.0, 4195.0, 4246.0, 4227.0, 4225.0, 4217.0, 4184.0, 4236.0, 4196.0, 4247.0, 4217.0, 4236.0, 4217.0, 4185.0, 4236.0, 4184.0, 4246.0, 4218.0, 4236.0, 4216.0, 4216.0, 4226.0, 4186.0, 4234.0, 4205.0, 4239.0, 4216.0, 4184.0, 4238.0, 4195.0, 4246.0, 4227.0, 4226.0, 4216.0, 4187.0, 4236.0, 4206.0, 4257.0, 4226.0, 4194.0, 4215.0, 4184.0, 4236.0, 4195.0, 4215.0, 4215.0, 4176.0, 4235.0, 4206.0, 4214.0, 4205.0, 4187.0, 4235.0, 4195.0, 4236.0, 4205.0, 4237.0, 4207.0, 4205.0, 4236.0, 4186.0, 4246.0, 4215.0, 4245.0, 4213.0, 4173.0, 4223.0, 4173.0, 4235.0, 4217.0, 4245.0, 4215.0, 4195.0, 4225.0, 4187.0, 4235.0, 4194.0, 4233.0, 4206.0, 4236.0, 4216.0, 4195.0, 4236.0, 4200.0, 4247.0, 4218.0, 4246.0, 4219.0, 4196.0, 4226.0, 4187.0, 4250.0, 4218.0, 4237.0, 4217.0, 4206.0, 4215.0, 4194.0, 4261.0, 4230.0, 4239.0, 4217.0, 4207.0, 4260.0, 4218.0, 4196.0, 4236.0, 4217.0, 4217.0, 4237.0, 4207.0, 4247.0, 4228.0, 4195.0, 4237.0, 4204.0, 4224.0, 4215.0, 4173.0, 4224.0, 4206.0, 4216.0, 4217.0, 4176.0, 4236.0, 4208.0, 4226.0, 4218.0, 4201.0, 4252.0, 4199.0, 4226.0, 4205.0, 4185.0, 4236.0, 4207.0, 4175.0, 4238.0, 4226.0, 4235.0, 4236.0, 4238.0, 4219.0, 4253.0, 4184.0, 4221.0, 4204.0, 4232.0, 4235.0, 4202.0, 4233.0, 4211.0, 4244.0, 4212.0, 4221.0, 4199.0, 4178.0, 4208.0, 4176.0, 4206.0, 4185.0, 4175.0, 4184.0, 4163.0, 4194.0, 4167.0, 4219.0, 4200.0, 4196.0, 4197.0, 4178.0, 4210.0, 4191.0, 4221.0, 4203.0, 4192.0, 4226.0, 4206.0, 4237.0, 4207.0, 4195.0, 4226.0, 4204.0], 'WindowWidth': [9489.0, 9401.0, 9450.0, 9406.0, 9434.0, 9404.0, 9425.0, 9384.0, 9369.0, 9409.0, 9370.0, 9407.0, 9381.0, 9422.0, 9381.0, 9411.0, 9385.0, 9333.0, 9390.0, 9342.0, 9388.0, 9365.0, 9405.0, 9383.0, 9405.0, 9368.0, 9347.0, 9381.0, 9347.0, 9389.0, 9368.0, 9421.0, 9377.0, 9349.0, 9379.0, 9343.0, 9405.0, 9381.0, 9404.0, 9395.0, 9389.0, 9411.0, 9365.0, 9420.0, 9401.0, 9381.0, 9401.0, 9363.0, 9444.0, 9406.0, 9358.0, 9410.0, 9385.0, 9382.0, 9384.0, 9323.0, 9398.0, 9366.0, 9412.0, 9380.0, 9373.0, 9345.0, 9295.0, 9352.0, 9300.0, 9365.0, 9321.0, 9346.0, 9327.0, 9350.0, 9331.0, 9286.0, 9326.0, 9311.0, 9344.0, 9339.0, 9362.0, 9338.0, 9341.0, 9338.0, 9314.0, 9354.0, 9330.0, 9369.0, 9354.0, 9381.0, 9354.0, 9329.0, 9373.0, 9328.0, 9385.0, 9360.0, 9382.0, 9377.0, 9400.0, 9359.0, 9327.0, 9370.0, 9333.0, 9401.0, 9359.0, 9413.0, 9375.0, 9401.0, 9368.0, 9341.0, 9378.0, 9329.0, 9404.0, 9371.0, 9414.0, 9371.0, 9379.0, 9368.0, 9352.0, 9378.0, 9305.0, 9374.0, 9332.0, 9376.0, 9354.0, 9375.0, 9352.0, 9374.0, 9351.0, 9365.0, 9352.0, 9308.0, 9363.0, 9333.0, 9380.0, 9353.0, 9376.0, 9352.0, 9343.0, 9369.0, 9313.0, 9380.0, 9361.0, 9427.0, 9380.0, 9343.0, 9365.0, 9331.0, 9398.0, 9352.0, 9397.0, 9375.0, 9390.0, 9357.0, 9330.0, 9381.0, 9307.0, 9398.0, 9374.0, 9399.0, 9357.0, 9329.0, 9364.0, 9341.0, 9383.0, 9350.0, 9307.0, 9381.0, 9354.0, 9325.0, 9384.0, 9358.0, 9398.0, 9350.0, 9293.0, 9381.0, 9352.0, 9408.0, 9346.0, 9303.0, 9342.0, 9306.0, 9371.0, 9345.0, 9341.0, 9328.0, 9293.0, 9365.0, 9342.0, 9367.0, 9342.0, 9326.0, 9371.0, 9333.0, 9368.0, 9347.0, 9381.0, 9357.0, 9370.0, 9353.0, 9314.0, 9366.0, 9327.0, 9383.0, 9353.0, 9365.0, 9351.0, 9309.0, 9378.0, 9355.0, 9394.0, 9351.0, 9335.0, 9368.0, 9333.0, 9382.0, 9370.0, 9380.0, 9339.0, 9330.0, 9381.0, 9323.0, 9379.0, 9351.0, 9362.0, 9347.0, 9318.0, 9374.0, 9320.0, 9373.0, 9333.0, 9347.0, 9347.0, 9304.0, 9364.0, 9340.0, 9376.0, 9352.0, 9347.0, 9392.0, 9364.0, 9342.0, 9292.0, 9347.0, 9367.0, 9359.0, 9372.0, 9344.0, 9363.0, 9360.0, 9346.0, 9386.0, 9360.0, 9401.0, 9370.0, 9308.0, 9378.0, 9343.0, 9387.0, 9337.0, 9318.0, 9354.0, 9274.0, 9343.0, 9296.0, 9320.0, 9293.0, 9318.0, 9275.0, 9259.0, 9287.0, 9249.0, 9318.0, 9283.0, 9309.0, 9304.0, 9329.0, 9302.0, 9291.0, 9335.0, 9298.0, 9360.0, 9336.0, 9305.0, 9344.0, 9311.0, 9358.0, 9337.0, 9357.0, 9329.0, 9320.0, 9360.0, 9306.0, 9357.0, 9319.0, 9378.0, 9339.0, 9307.0, 9361.0, 9307.0, 9380.0, 9361.0, 9362.0, 9350.0, 9293.0, 9348.0, 9311.0, 9368.0, 9338.0, 9378.0, 9337.0, 9344.0, 9356.0, 9314.0, 9387.0, 9344.0, 9383.0, 9365.0, 9357.0, 9358.0, 9313.0, 9369.0, 9352.0, 9384.0, 9372.0, 9375.0, 9360.0, 9334.0, 9406.0, 9366.0, 9377.0, 9389.0, 9335.0, 9402.0, 9370.0, 9344.0, 9416.0, 9375.0, 9347.0, 9423.0, 9376.0, 9425.0, 9392.0, 9333.0, 9406.0, 9356.0, 9407.0, 9364.0, 9335.0, 9379.0, 9307.0, 9389.0, 9351.0, 9397.0, 9348.0, 9319.0, 9343.0, 9308.0, 9373.0, 9352.0, 9362.0, 9338.0, 9324.0, 9368.0, 9314.0, 9379.0, 9339.0, 9380.0, 9340.0, 9325.0, 9381.0, 9313.0, 9380.0, 9359.0, 9403.0, 9354.0, 9325.0, 9379.0, 9341.0, 9396.0, 9368.0, 9394.0, 9348.0, 9304.0, 9359.0, 9320.0, 9392.0, 9335.0, 9370.0, 9332.0, 9372.0, 9341.0, 9303.0, 9356.0, 9290.0, 9374.0, 9347.0, 9358.0, 9331.0, 9302.0, 9357.0, 9310.0, 9359.0, 9333.0, 9343.0, 9334.0, 9402.0, 9455.0, 9379.0, 9402.0, 9356.0, 9327.0, 9405.0, 9375.0, 9376.0, 9350.0, 9324.0, 9376.0, 9324.0, 9377.0, 9354.0, 9382.0, 9366.0, 9322.0, 9378.0, 9306.0, 9394.0, 9366.0, 9374.0, 9332.0, 9315.0, 9360.0, 9309.0, 9373.0, 9335.0, 9357.0, 9337.0, 9324.0, 9378.0, 9310.0, 9377.0, 9354.0, 9371.0, 9364.0, 9310.0, 9377.0, 9356.0, 9398.0, 9353.0, 9348.0, 9378.0, 9341.0, 9390.0, 9340.0, 9324.0, 9376.0, 9331.0, 9395.0, 9372.0, 9368.0, 9365.0, 9309.0, 9390.0, 9367.0, 9364.0, 9364.0, 9310.0, 9399.0, 9370.0, 9364.0, 9366.0, 9308.0, 9390.0, 9356.0, 9406.0, 9367.0, 9350.0, 9362.0, 9326.0, 9391.0, 9352.0, 9390.0, 9349.0, 9352.0, 9376.0, 9307.0, 9375.0, 9345.0, 9361.0, 9348.0, 9306.0, 9377.0, 9329.0, 9400.0, 9371.0, 9331.0, 9386.0, 9331.0, 9402.0, 9374.0, 9387.0, 9360.0, 9330.0, 9401.0, 9330.0, 9401.0, 9375.0, 9396.0, 9372.0, 9353.0, 9383.0, 9311.0, 9393.0, 9371.0, 9394.0, 9367.0, 9310.0, 9377.0, 9328.0, 9389.0, 9368.0, 9361.0, 9348.0, 9312.0, 9374.0, 9351.0, 9375.0, 9336.0, 9328.0, 9379.0, 9336.0, 9379.0, 9350.0, 9365.0, 9350.0, 9309.0, 9377.0, 9324.0, 9392.0, 9352.0, 9341.0, 9397.0, 9325.0, 9354.0, 9377.0, 9353.0, 9346.0, 9398.0, 9363.0, 9381.0, 9405.0, 9378.0, 9343.0, 9402.0, 9363.0, 9418.0, 9368.0, 9306.0, 9399.0, 9351.0, 9392.0, 9348.0, 9306.0, 9376.0, 9321.0, 9373.0, 9333.0, 9350.0, 9365.0, 9310.0, 9393.0, 9343.0, 9368.0, 9373.0, 9331.0, 9384.0, 9349.0, 9397.0, 9373.0, 9373.0, 9369.0, 9313.0, 9394.0, 9352.0, 9398.0, 9369.0, 9350.0, 9364.0, 9290.0, 9394.0, 9351.0, 9392.0, 9352.0, 9373.0, 9361.0, 9317.0, 9388.0, 9331.0, 9371.0, 9347.0, 9371.0, 9360.0, 9302.0, 9375.0, 9351.0, 9389.0, 9347.0, 9358.0, 9326.0, 9344.0, 9340.0, 9286.0, 9352.0, 9299.0, 9374.0, 9347.0, 9357.0, 9333.0, 9289.0, 9358.0, 9313.0, 9372.0, 9333.0, 9357.0, 9331.0, 9336.0, 9359.0, 9294.0, 9375.0, 9338.0, 9397.0, 9353.0, 9326.0, 9369.0, 9312.0, 9395.0, 9357.0, 9395.0, 9367.0, 9361.0, 9353.0, 9331.0, 9381.0, 9315.0, 9393.0, 9354.0, 9412.0, 9369.0, 9351.0, 9369.0, 9309.0, 9394.0, 9340.0, 9393.0, 9353.0, 9389.0, 9349.0, 9379.0, 9348.0, 9304.0, 9375.0, 9319.0, 9390.0, 9365.0, 9359.0, 9350.0, 9302.0, 9375.0, 9321.0, 9392.0, 9350.0, 9376.0, 9350.0, 9307.0, 9375.0, 9304.0, 9388.0, 9353.0, 9376.0, 9347.0, 9347.0, 9362.0, 9306.0, 9369.0, 9333.0, 9385.0, 9349.0, 9302.0, 9379.0, 9320.0, 9391.0, 9365.0, 9362.0, 9348.0, 9310.0, 9378.0, 9336.0, 9409.0, 9363.0, 9315.0, 9343.0, 9304.0, 9377.0, 9321.0, 9347.0, 9349.0, 9296.0, 9373.0, 9337.0, 9344.0, 9333.0, 9314.0, 9373.0, 9321.0, 9374.0, 9334.0, 9380.0, 9337.0, 9334.0, 9380.0, 9314.0, 9392.0, 9349.0, 9388.0, 9342.0, 9288.0, 9355.0, 9286.0, 9373.0, 9351.0, 9387.0, 9346.0, 9318.0, 9358.0, 9312.0, 9372.0, 9316.0, 9367.0, 9333.0, 9376.0, 9350.0, 9319.0, 9377.0, 9335.0, 9391.0, 9354.0, 9388.0, 9357.0, 9323.0, 9361.0, 9315.0, 9401.0, 9355.0, 9378.0, 9353.0, 9334.0, 9342.0, 9314.0, 9417.0, 9371.0, 9385.0, 9350.0, 9338.0, 9417.0, 9353.0, 9320.0, 9374.0, 9352.0, 9350.0, 9375.0, 9336.0, 9392.0, 9365.0, 9318.0, 9376.0, 9328.0, 9355.0, 9345.0, 9285.0, 9354.0, 9334.0, 9346.0, 9351.0, 9295.0, 9374.0, 9340.0, 9362.0, 9352.0, 9336.0, 9406.0, 9332.0, 9360.0, 9327.0, 9300.0, 9373.0, 9339.0, 9293.0, 9382.0, 9362.0, 9372.0, 9375.0, 9378.0, 9354.0, 9407.0, 9302.0, 9347.0, 9329.0, 9364.0, 9371.0, 9322.0, 9366.0, 9331.0, 9387.0, 9336.0, 9342.0, 9311.0, 9279.0, 9321.0, 9273.0, 9315.0, 9283.0, 9270.0, 9279.0, 9250.0, 9293.0, 9266.0, 9340.0, 9316.0, 9303.0, 9307.0, 9282.0, 9330.0, 9306.0, 9346.0, 9326.0, 9310.0, 9363.0, 9341.0, 9379.0, 9339.0, 9319.0, 9360.0, 9331.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.0037234491017964074</td></tr>
<tr><td colspan=3>aqi</td><td>0.03550671928143713</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.97172380350123</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2236784509712233</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0395654140887305</td></tr>
<tr><td colspan=3>efc</td><td>0.4823</td></tr>
<tr><td colspan=3>fber</td><td>4346.4673</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13385948855227323</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>92</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.017964071856287</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6290883845515407</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.593786665432034</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.850215568409202</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.443262919813387</td></tr>
<tr><td colspan=3>gcor</td><td>0.00918504</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0011470041936263442</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022441081702709198</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>835</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.729019293847022</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>19.8891</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>53.221</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.433</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298413.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>777.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>322.4551</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9971</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>504.4702</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3375.5495</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3626.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1001.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4460.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.3674</td></tr>
<tr><td colspan=3>tsnr</td><td>33.49470314919017</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>