ds005256-mriqc/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_bold.html
Felix Hoffstaedter a76d168855 [DATALAD RUNCMD] Compute MRIQC for sub-0033
=== 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-0033 --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-0033",
  "sourcedata/raw/dataset_description.json"
 ],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
2025-09-19 02:07:04 +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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-02_task-alignvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-02/func/sub-0033_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>6c12e45bdd4a912b93253b8737a29fac</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>12:20:28.255000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99791, 0.0346793, 0.054522, -0.0324066, 0.998591, -0.0420295]</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.102779</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>[4148, -7739, -7261, 421, -67, -98, 30, 65]</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>289.689</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3cc480dc-f499-40bc-8f30-dbcd9a7d21b5||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6773200035095215, -0.0869445949792862, 0.15093722939491272, 113.2334976196289], [-0.09304202347993851, 2.6791458129882812, -0.1084718182682991, -86.77571105957031], [0.14627844095230103, 0.112761951982975, 2.6935946941375732, -97.6307601928711], [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': ['122028.255000', '122028.715000', '122029.175000', '122029.635000', '122030.095000', '122030.555000', '122031.015000', '122031.475000', '122031.935000', '122032.395000', '122032.855000', '122033.315000', '122033.775000', '122034.235000', '122034.695000', '122035.155000', '122035.615000', '122036.075000', '122036.535000', '122036.995000', '122037.455000', '122037.915000', '122038.375000', '122038.835000', '122039.295000', '122039.755000', '122040.215000', '122040.675000', '122041.135000', '122041.595000', '122042.055000', '122042.515000', '122042.975000', '122043.435000', '122043.895000', '122044.355000', '122044.815000', '122045.275000', '122045.735000', '122046.195000', '122046.655000', '122047.115000', '122047.575000', '122048.035000', '122048.495000', '122048.955000', '122049.415000', '122049.875000', '122050.335000', '122050.795000', '122051.255000', '122051.715000', '122052.175000', '122052.635000', '122053.095000', '122053.555000', '122054.015000', '122054.475000', '122054.935000', '122055.395000', '122055.855000', '122056.315000', '122056.775000', '122057.235000', '122057.695000', '122058.155000', '122058.615000', '122059.075000', '122059.535000', '122059.995000', '122100.455000', '122100.915000', '122101.375000', '122101.835000', '122102.295000', '122102.755000', '122103.215000', '122103.675000', '122104.135000', '122104.595000', '122105.055000', '122105.515000', '122105.975000', '122106.435000', '122106.895000', '122107.355000', '122107.815000', '122108.275000', '122108.735000', '122109.195000', '122109.655000', '122110.115000', '122110.575000', '122111.035000', '122111.495000', '122111.955000', '122112.415000', '122112.875000', '122113.335000', '122113.795000', '122114.255000', '122114.715000', '122115.175000', '122115.635000', '122116.095000', '122116.555000', '122117.015000', '122117.475000', '122117.935000', '122118.395000', '122118.855000', '122119.315000', '122119.775000', '122120.235000', '122120.695000', '122121.155000', '122121.615000', '122122.075000', '122122.535000', '122122.995000', '122123.455000', '122123.915000', '122124.375000', '122124.835000', '122125.295000', '122125.755000', '122126.215000', '122126.675000', '122127.135000', '122127.595000', '122128.055000', '122128.515000', '122128.975000', '122129.435000', '122129.895000', '122130.355000', '122130.815000', '122131.275000', '122131.735000', '122132.195000', '122132.655000', '122133.115000', '122133.575000', '122134.035000', '122134.495000', '122134.955000', '122135.415000', '122135.875000', '122136.335000', '122136.795000', '122137.255000', '122137.715000', '122138.175000', '122138.635000', '122139.095000', '122139.555000', '122140.015000', '122140.475000', '122140.935000', '122141.395000', '122141.855000', '122142.315000', '122142.775000', '122143.235000', '122143.695000', '122144.155000', '122144.615000', '122145.075000', '122145.535000', '122145.995000', '122146.455000', '122146.915000', '122147.375000', '122147.835000', '122148.295000', '122148.755000', '122149.215000', '122149.675000', '122150.135000', '122150.595000', '122151.055000', '122151.515000', '122151.975000', '122152.435000', '122152.895000', '122153.355000', '122153.815000', '122154.275000', '122154.735000', '122155.195000', '122155.655000', '122156.115000', '122156.575000', '122157.035000', '122157.495000', '122157.955000', '122158.415000', '122158.875000', '122159.335000', '122159.795000', '122200.255000', '122200.715000', '122201.175000', '122201.635000', '122202.095000', '122202.555000', '122203.015000', '122203.475000', '122203.935000', '122204.395000', '122204.855000', '122205.315000', '122205.775000', '122206.235000', '122206.695000', '122207.155000', '122207.615000', '122208.075000', '122208.535000', '122208.995000', '122209.455000', '122209.915000', '122210.375000', '122210.835000', '122211.295000', '122211.755000', '122212.215000', '122212.675000', '122213.135000', '122213.595000', '122214.055000', '122214.515000', '122214.975000', '122215.435000', '122215.895000', '122216.355000', '122216.815000', '122217.275000', '122217.735000', '122218.195000', '122218.655000', '122219.115000', '122219.575000', '122220.035000', '122220.495000', '122220.955000', '122221.415000', '122221.875000', '122222.335000', '122222.795000', '122223.255000', '122223.715000', '122224.175000', '122224.635000', '122225.095000', '122225.555000', '122226.015000', '122226.475000', '122226.935000', '122227.395000', '122227.855000', '122228.315000', '122228.775000', '122229.235000', '122229.695000', '122230.155000', '122230.615000', '122231.075000', '122231.535000', '122231.995000', '122232.455000', '122232.915000', '122233.375000', '122233.835000', '122234.295000', '122234.755000', '122235.215000', '122235.675000', '122236.135000', '122236.595000', '122237.055000', '122237.515000', '122237.975000', '122238.435000', '122238.895000', '122239.355000', '122239.815000', '122240.275000', '122240.735000', '122241.195000', '122241.655000', '122242.115000', '122242.575000', '122243.035000', '122243.495000', '122243.955000', '122244.415000', '122244.875000', '122245.335000', '122245.795000', '122246.255000', '122246.715000', '122247.175000', '122247.635000', '122248.095000', '122248.555000', '122249.015000', '122249.475000', '122249.935000', '122250.395000', '122250.855000', '122251.315000', '122251.775000', '122252.235000', '122252.695000', '122253.155000', '122253.615000', '122254.075000', '122254.535000', '122254.995000', '122255.455000', '122255.915000', '122256.375000', '122256.835000', '122257.295000', '122257.755000', '122258.215000', '122258.675000', '122259.135000', '122259.595000', '122300.055000', '122300.515000', '122300.975000', '122301.435000', '122301.895000', '122302.355000', '122302.815000', '122303.275000', '122303.735000', '122304.195000', '122304.655000', '122305.115000', '122305.575000', '122306.035000', '122306.495000', '122306.955000', '122307.415000', '122307.875000', '122308.335000', '122308.795000', '122309.255000', '122309.715000', '122310.175000', '122310.635000', '122311.095000', '122311.555000', '122312.015000', '122312.475000', '122312.935000', '122313.395000', '122313.855000', '122314.315000', '122314.775000', '122315.235000', '122315.695000', '122316.155000', '122316.615000', '122317.075000', '122317.535000', '122317.995000', '122318.455000', '122318.915000', '122319.375000', '122319.835000', '122320.295000', '122320.755000', '122321.215000', '122321.675000', '122322.135000', '122322.595000', '122323.055000', '122323.515000', '122323.975000', '122324.435000', '122324.895000', '122325.355000', '122325.815000', '122326.275000', '122326.735000', '122327.195000', '122327.655000', '122328.115000', '122328.575000', '122329.035000', '122329.495000', '122329.955000', '122330.415000', '122330.875000', '122331.335000', '122331.795000', '122332.255000', '122332.715000', '122333.175000', '122333.635000', '122334.095000', '122334.555000', '122335.015000', '122335.475000', '122335.935000', '122336.395000', '122336.855000', '122337.315000', '122337.775000', '122338.235000', '122338.695000', '122339.155000', '122339.615000', '122340.075000', '122340.535000', '122340.995000', '122341.455000', '122341.915000', '122342.375000', '122342.835000', '122343.295000', '122343.755000', '122344.215000', '122344.675000', '122345.135000', '122345.595000', '122346.055000', '122346.515000', '122346.975000', '122347.435000', '122347.895000', '122348.355000', '122348.815000', '122349.275000', '122349.735000', '122350.195000', '122350.655000', '122351.115000', '122351.575000', '122352.035000', '122352.495000', '122352.955000', '122353.415000', '122353.875000', '122354.335000', '122354.795000', '122355.255000', '122355.715000', '122356.175000', '122356.635000', '122357.095000', '122357.555000', '122358.015000', '122358.475000', '122358.935000', '122359.395000', '122359.855000', '122400.315000', '122400.775000', '122401.235000', '122401.695000', '122402.155000', '122402.615000', '122403.075000', '122403.535000', '122403.995000', '122404.455000', '122404.915000', '122405.375000', '122405.835000', '122406.295000', '122406.755000', '122407.215000', '122407.675000', '122408.135000', '122408.595000', '122409.055000', '122409.515000', '122409.975000', '122410.435000', '122410.895000', '122411.355000', '122411.815000', '122412.275000', '122412.735000', '122413.195000', '122413.655000', '122414.115000', '122414.575000', '122415.035000', '122415.495000', '122415.955000', '122416.415000', '122416.875000', '122417.335000', '122417.795000', '122418.255000', '122418.715000', '122419.175000', '122419.635000', '122420.095000', '122420.555000', '122421.015000', '122421.475000', '122421.935000', '122422.395000', '122422.855000', '122423.315000', '122423.775000', '122424.235000', '122424.695000', '122425.155000', '122425.615000', '122426.075000', '122426.535000', '122426.995000', '122427.455000', '122427.915000', '122428.375000', '122428.835000', '122429.295000', '122429.755000', '122430.215000', '122430.675000', '122431.135000', '122431.595000', '122432.055000', '122432.515000', '122432.975000', '122433.435000', '122433.895000', '122434.355000', '122434.815000', '122435.275000', '122435.735000', '122436.195000', '122436.655000', '122437.115000', '122437.575000', '122438.035000', '122438.495000', '122438.955000', '122439.415000', '122439.875000', '122440.335000', '122440.795000', '122441.255000', '122441.715000', '122442.175000', '122442.635000', '122443.095000', '122443.555000', '122444.015000', '122444.475000', '122444.935000', '122445.395000', '122445.855000', '122446.315000', '122446.775000', '122447.235000', '122447.695000', '122448.155000', '122448.615000', '122449.075000', '122449.535000', '122449.995000', '122450.455000', '122450.915000', '122451.375000', '122451.835000', '122452.295000', '122452.755000', '122453.215000', '122453.675000', '122454.135000', '122454.595000', '122455.055000', '122455.515000', '122455.975000', '122456.435000', '122456.895000', '122457.355000', '122457.815000', '122458.275000', '122458.735000', '122459.195000', '122459.655000', '122500.115000', '122500.575000', '122501.035000', '122501.495000', '122501.955000', '122502.415000', '122502.875000', '122503.335000', '122503.795000', '122504.255000', '122504.715000', '122505.175000', '122505.635000', '122506.095000', '122506.555000', '122507.015000', '122507.475000', '122507.935000', '122508.395000', '122508.855000', '122509.315000', '122509.775000', '122510.235000', '122510.695000', '122511.155000', '122511.615000', '122512.075000', '122512.535000', '122512.995000', '122513.455000', '122513.915000', '122514.375000', '122514.835000', '122515.295000', '122515.755000', '122516.215000', '122516.675000', '122517.135000', '122517.595000', '122518.055000', '122518.515000', '122518.975000', '122519.435000', '122519.895000', '122520.355000', '122520.815000', '122521.275000', '122521.735000', '122522.195000', '122522.655000', '122523.115000', '122523.575000', '122524.035000', '122524.495000', '122524.955000', '122525.415000', '122525.875000', '122526.335000', '122526.795000', '122527.255000', '122527.715000', '122528.175000', '122528.635000', '122529.095000', '122529.555000', '122530.015000', '122530.475000', '122530.935000', '122531.395000', '122531.855000', '122532.315000', '122532.775000', '122533.235000', '122533.695000', '122534.155000', '122534.615000', '122535.075000', '122535.535000', '122535.995000', '122536.455000', '122536.915000', '122537.375000', '122537.835000', '122538.295000', '122538.755000', '122539.215000', '122539.675000', '122540.135000', '122540.595000', '122541.055000', '122541.515000', '122541.975000', '122542.435000', '122542.895000', '122543.355000', '122543.815000', '122544.275000', '122544.735000', '122545.195000', '122545.655000', '122546.115000', '122546.575000', '122547.035000', '122547.495000', '122547.955000', '122548.415000', '122548.875000', '122549.335000', '122549.795000', '122550.255000', '122550.715000', '122551.175000', '122551.635000', '122552.095000', '122552.555000', '122553.015000', '122553.475000', '122553.935000', '122554.395000', '122554.855000', '122555.315000', '122555.775000', '122556.235000', '122556.695000', '122557.155000', '122557.615000', '122558.075000', '122558.535000', '122558.995000', '122559.455000', '122559.915000', '122600.375000', '122600.835000', '122601.295000', '122601.755000', '122602.215000', '122602.675000', '122603.135000', '122603.595000', '122604.055000', '122604.515000', '122604.975000', '122605.435000', '122605.895000', '122606.355000', '122606.815000', '122607.275000', '122607.735000', '122608.195000', '122608.655000', '122609.115000', '122609.575000', '122610.035000', '122610.495000', '122610.955000', '122611.415000', '122611.875000', '122612.335000', '122612.795000', '122613.255000', '122613.715000', '122614.175000', '122614.635000', '122615.095000', '122615.555000', '122616.015000', '122616.475000', '122616.935000', '122617.395000', '122617.855000', '122618.315000', '122618.775000', '122619.235000', '122619.695000', '122620.155000', '122620.615000', '122621.075000', '122621.535000', '122621.995000', '122622.455000', '122622.915000', '122623.375000', '122623.835000', '122624.295000', '122624.755000', '122625.215000', '122625.675000', '122626.135000', '122626.595000', '122627.055000', '122627.515000', '122627.975000', '122628.435000', '122628.895000', '122629.355000', '122629.815000', '122630.275000', '122630.735000', '122631.195000', '122631.655000', '122632.115000', '122632.575000', '122633.035000', '122633.495000', '122633.955000', '122634.415000', '122634.875000', '122635.335000', '122635.795000', '122636.255000', '122636.715000', '122637.175000', '122637.635000', '122638.095000', '122638.555000', '122639.015000', '122639.475000', '122639.935000', '122640.395000', '122640.855000', '122641.315000', '122641.775000', '122642.235000', '122642.695000', '122643.155000', '122643.615000', '122644.075000', '122644.535000', '122644.995000', '122645.455000', '122645.915000', '122646.375000', '122646.835000', '122647.295000', '122647.755000', '122648.215000', '122648.675000', '122649.135000', '122649.595000', '122650.055000', '122650.515000', '122650.975000', '122651.435000', '122651.895000', '122652.355000', '122652.815000', '122653.275000', '122653.735000'], 'ContentTime': ['122041.217000', '122041.220000', '122041.223000', '122041.226000', '122041.229000', '122041.232000', '122041.235000', '122041.238000', '122041.258000', '122041.275000', '122041.278000', '122041.281000', '122041.284000', '122041.287000', '122041.290000', '122041.293000', '122041.296000', '122041.298000', '122041.307000', '122041.310000', '122041.313000', '122041.316000', '122041.319000', '122041.322000', '122041.325000', '122041.328000', '122041.331000', '122101.185000', '122101.188000', '122101.191000', '122101.195000', '122101.198000', '122101.201000', '122101.204000', '122101.207000', '122101.210000', '122101.213000', '122101.216000', '122101.218000', '122101.221000', '122101.224000', '122101.227000', '122101.230000', '122101.233000', '122101.237000', '122101.240000', '122101.246000', '122101.249000', '122101.252000', '122101.255000', '122101.258000', '122101.261000', '122101.264000', '122101.267000', '122101.269000', '122101.273000', '122101.275000', '122101.278000', '122101.281000', '122101.284000', '122101.287000', '122101.290000', '122101.293000', '122101.296000', '122101.299000', '122101.301000', '122101.304000', '122101.307000', '122101.310000', '122101.313000', '122101.316000', '122121.185000', '122121.188000', '122121.192000', '122121.195000', '122121.197000', '122121.200000', '122121.203000', '122121.206000', '122121.209000', '122121.212000', '122121.215000', '122121.218000', '122121.221000', '122121.223000', '122121.226000', '122121.229000', '122121.232000', '122121.235000', '122121.238000', '122121.241000', '122121.244000', '122121.249000', '122121.253000', '122121.256000', '122121.259000', '122121.262000', '122121.265000', '122121.268000', '122121.271000', '122121.273000', '122121.276000', '122121.279000', '122121.282000', '122121.285000', '122121.288000', '122121.291000', '122121.294000', '122121.297000', '122121.299000', '122121.302000', '122121.313000', '122121.316000', '122121.318000', '122141.185000', '122141.188000', '122141.191000', '122141.194000', '122141.197000', '122141.199000', '122141.202000', '122141.205000', '122141.208000', '122141.211000', '122141.214000', '122141.217000', '122141.220000', '122141.223000', '122141.226000', '122141.229000', '122141.232000', '122141.235000', '122141.237000', '122141.240000', '122141.243000', '122141.246000', '122141.249000', '122141.252000', '122141.255000', '122141.258000', '122141.270000', '122141.273000', '122141.276000', '122141.278000', '122141.281000', '122141.284000', '122141.287000', '122141.290000', '122141.293000', '122141.296000', '122141.298000', '122141.301000', '122141.304000', '122141.307000', '122141.310000', '122141.313000', '122141.316000', '122141.319000', '122201.186000', '122201.189000', '122201.192000', '122201.195000', '122201.198000', '122201.201000', '122201.204000', '122201.206000', '122201.214000', '122201.217000', '122201.220000', '122201.223000', '122201.226000', '122201.229000', '122201.232000', '122201.235000', '122201.238000', '122201.241000', '122201.244000', '122201.247000', '122201.250000', '122201.253000', '122201.256000', '122201.259000', '122201.261000', '122201.264000', '122201.269000', '122201.273000', '122201.276000', '122201.279000', '122201.282000', '122201.285000', '122201.288000', '122201.291000', '122201.294000', '122201.297000', '122201.299000', '122201.302000', '122201.305000', '122201.308000', '122201.311000', '122201.314000', '122201.317000', '122221.186000', '122221.189000', '122221.192000', '122221.195000', '122221.198000', '122221.201000', '122221.204000', '122221.206000', '122221.209000', '122221.212000', '122221.215000', '122221.218000', '122221.221000', '122221.224000', '122221.227000', '122221.230000', '122221.233000', '122221.236000', '122221.239000', '122221.241000', '122221.244000', '122221.247000', '122221.250000', '122221.253000', '122221.256000', '122221.259000', '122221.262000', '122221.265000', '122221.268000', '122221.271000', '122221.274000', '122221.276000', '122221.279000', '122221.290000', '122221.293000', '122221.296000', '122221.299000', '122221.302000', '122221.305000', '122221.308000', '122221.310000', '122221.313000', '122221.316000', '122221.319000', '122241.186000', '122241.192000', '122241.195000', '122241.198000', '122241.201000', '122241.204000', '122241.207000', '122241.210000', '122241.213000', '122241.216000', '122241.219000', '122241.222000', '122241.226000', '122241.235000', '122241.238000', '122241.241000', '122241.244000', '122241.247000', '122241.250000', '122241.253000', '122241.256000', '122241.259000', '122241.262000', '122241.265000', '122241.268000', '122241.271000', '122241.274000', '122241.276000', '122241.280000', '122241.283000', '122241.287000', '122241.291000', '122241.295000', '122241.298000', '122241.301000', '122241.304000', '122241.306000', '122241.309000', '122241.313000', '122241.315000', '122241.318000', '122241.321000', '122241.324000', '122301.185000', '122301.188000', '122301.191000', '122301.194000', '122301.197000', '122301.200000', '122301.203000', '122301.212000', '122301.214000', '122301.218000', '122301.220000', '122301.223000', '122301.226000', '122301.229000', '122301.232000', '122301.235000', '122301.238000', '122301.241000', '122301.243000', '122301.246000', '122301.249000', '122301.252000', '122301.255000', '122301.258000', '122301.261000', '122301.264000', '122301.267000', '122301.269000', '122301.272000', '122301.275000', '122301.278000', '122301.281000', '122301.284000', '122301.287000', '122301.290000', '122301.293000', '122301.296000', '122301.299000', '122301.302000', '122301.304000', '122301.307000', '122301.310000', '122301.313000', '122301.316000', '122321.185000', '122321.188000', '122321.191000', '122321.194000', '122321.197000', '122321.200000', '122321.202000', '122321.206000', '122321.208000', '122321.211000', '122321.214000', '122321.217000', '122321.220000', '122321.223000', '122321.226000', '122321.229000', '122321.232000', '122321.235000', '122321.238000', '122321.241000', '122321.244000', '122321.260000', '122321.268000', '122321.271000', '122321.274000', '122321.276000', '122321.279000', '122321.282000', '122321.285000', '122321.288000', '122321.291000', '122321.294000', '122321.297000', '122321.300000', '122321.303000', '122321.306000', '122321.309000', '122321.315000', '122321.318000', '122321.321000', '122321.323000', '122321.326000', '122321.329000', '122341.185000', '122341.188000', '122341.191000', '122341.194000', '122341.197000', '122341.200000', '122341.203000', '122341.206000', '122341.209000', '122341.211000', '122341.214000', '122341.217000', '122341.220000', '122341.223000', '122341.226000', '122341.229000', '122341.238000', '122341.241000', '122341.244000', '122341.247000', '122341.250000', '122341.253000', '122341.256000', '122341.259000', '122341.262000', '122341.264000', '122341.267000', '122341.270000', '122341.273000', '122341.276000', '122341.279000', '122341.282000', '122341.285000', '122341.288000', '122341.291000', '122341.293000', '122341.296000', '122341.299000', '122341.302000', '122341.305000', '122341.308000', '122341.311000', '122341.314000', '122341.317000', '122401.185000', '122401.197000', '122401.200000', '122401.203000', '122401.206000', '122401.209000', '122401.212000', '122401.215000', '122401.218000', '122401.220000', '122401.224000', '122401.227000', '122401.230000', '122401.232000', '122401.236000', '122401.238000', '122401.241000', '122401.244000', '122401.247000', '122401.250000', '122401.253000', '122401.256000', '122401.260000', '122401.263000', '122401.266000', '122401.269000', '122401.272000', '122401.275000', '122401.278000', '122401.281000', '122401.284000', '122401.287000', '122401.290000', '122401.293000', '122401.296000', '122401.299000', '122401.301000', '122401.304000', '122401.307000', '122401.310000', '122401.313000', '122401.316000', '122401.319000', '122421.186000', '122421.196000', '122421.198000', '122421.201000', '122421.204000', '122421.207000', '122421.210000', '122421.213000', '122421.216000', '122421.219000', '122421.222000', '122421.225000', '122421.228000', '122421.231000', '122421.234000', '122421.237000', '122421.240000', '122421.243000', '122421.246000', '122421.249000', '122421.252000', '122421.254000', '122421.257000', '122421.260000', '122421.263000', '122421.266000', '122421.269000', '122421.272000', '122421.275000', '122421.277000', '122421.280000', '122421.283000', '122421.286000', '122421.289000', '122421.292000', '122421.295000', '122421.298000', '122421.301000', '122421.304000', '122421.307000', '122421.309000', '122421.312000', '122421.315000', '122421.318000', '122441.186000', '122441.220000', '122441.223000', '122441.225000', '122441.228000', '122441.247000', '122441.250000', '122441.252000', '122441.255000', '122441.258000', '122441.261000', '122441.264000', '122441.267000', '122441.270000', '122441.273000', '122441.276000', '122441.279000', '122441.282000', '122441.285000', '122441.301000', '122441.304000', '122441.307000', '122441.310000', '122441.313000', '122441.316000', '122441.319000', '122441.322000', '122441.325000', '122441.328000', '122441.331000', '122441.333000', '122441.336000', '122441.348000', '122441.352000', '122441.355000', '122441.359000', '122441.361000', '122441.364000', '122441.367000', '122441.370000', '122441.373000', '122441.376000', '122441.379000', '122501.186000', '122501.189000', '122501.192000', '122501.211000', '122501.214000', '122501.217000', '122501.220000', '122501.222000', '122501.225000', '122501.228000', '122501.231000', '122501.234000', '122501.237000', '122501.240000', '122501.243000', '122501.246000', '122501.249000', '122501.252000', '122501.255000', '122501.258000', '122501.261000', '122501.264000', '122501.267000', '122501.270000', '122501.273000', '122501.275000', '122501.278000', '122501.291000', '122501.294000', '122501.297000', '122501.300000', '122501.303000', '122501.306000', '122501.309000', '122501.312000', '122501.314000', '122501.317000', '122501.320000', '122501.323000', '122501.326000', '122501.329000', '122501.332000', '122501.335000', '122521.185000', '122521.188000', '122521.191000', '122521.194000', '122521.197000', '122521.200000', '122521.203000', '122521.206000', '122521.209000', '122521.212000', '122521.215000', '122521.217000', '122521.220000', '122521.223000', '122521.226000', '122521.229000', '122521.232000', '122521.235000', '122521.238000', '122521.241000', '122521.244000', '122521.247000', '122521.250000', '122521.253000', '122521.256000', '122521.259000', '122521.262000', '122521.265000', '122521.267000', '122521.270000', '122521.273000', '122521.276000', '122521.279000', '122521.282000', '122521.285000', '122521.288000', '122521.291000', '122521.294000', '122521.298000', '122521.301000', '122521.304000', '122521.307000', '122521.310000', '122521.313000', '122541.185000', '122541.219000', '122541.222000', '122541.225000', '122541.228000', '122541.231000', '122541.234000', '122541.236000', '122541.239000', '122541.242000', '122541.245000', '122541.248000', '122541.251000', '122541.254000', '122541.257000', '122541.260000', '122541.263000', '122541.266000', '122541.269000', '122541.272000', '122541.275000', '122541.278000', '122541.281000', '122541.284000', '122541.287000', '122541.290000', '122541.293000', '122541.296000', '122541.298000', '122541.301000', '122541.304000', '122541.307000', '122541.310000', '122541.313000', '122541.316000', '122541.319000', '122541.322000', '122541.325000', '122541.328000', '122541.330000', '122541.333000', '122541.336000', '122541.339000', '122541.342000', '122601.185000', '122601.188000', '122601.191000', '122601.194000', '122601.197000', '122601.200000', '122601.203000', '122601.206000', '122601.209000', '122601.212000', '122601.215000', '122601.218000', '122601.221000', '122601.224000', '122601.227000', '122601.230000', '122601.232000', '122601.235000', '122601.238000', '122601.241000', '122601.244000', '122601.247000', '122601.250000', '122601.253000', '122601.256000', '122601.259000', '122601.262000', '122601.265000', '122601.269000', '122601.273000', '122601.276000', '122601.279000', '122601.281000', '122601.284000', '122601.287000', '122601.290000', '122601.293000', '122601.296000', '122601.299000', '122601.302000', '122601.305000', '122601.308000', '122601.310000', '122621.196000', '122621.214000', '122621.217000', '122621.220000', '122621.223000', '122621.226000', '122621.229000', '122621.232000', '122621.235000', '122621.238000', '122621.240000', '122621.243000', '122621.246000', '122621.249000', '122621.252000', '122621.255000', '122621.258000', '122621.261000', '122621.264000', '122621.267000', '122621.270000', '122621.273000', '122621.276000', '122621.279000', '122621.282000', '122621.285000', '122621.287000', '122621.290000', '122621.293000', '122621.296000', '122621.299000', '122621.302000', '122621.305000', '122621.308000', '122621.311000', '122621.314000', '122621.317000', '122621.319000', '122621.322000', '122621.325000', '122621.328000', '122621.331000', '122621.334000', '122641.186000', '122641.201000', '122641.204000', '122641.207000', '122641.210000', '122641.213000', '122641.216000', '122641.219000', '122641.222000', '122641.224000', '122641.227000', '122641.230000', '122641.233000', '122641.236000', '122641.239000', '122641.242000', '122641.245000', '122641.248000', '122641.251000', '122641.254000', '122641.257000', '122641.260000', '122641.262000', '122641.266000', '122641.268000', '122641.271000', '122641.274000', '122641.277000', '122641.280000', '122641.283000', '122641.286000', '122641.289000', '122641.292000', '122641.295000', '122641.298000', '122641.301000', '122641.303000', '122641.306000', '122641.309000', '122641.313000', '122641.315000', '122641.318000', '122641.321000', '122641.324000', '122654.342000', '122654.346000', '122654.349000', '122654.353000', '122654.355000', '122654.359000', '122654.362000', '122654.365000', '122654.369000', '122654.372000', '122654.375000', '122654.378000', '122654.381000', '122654.384000', '122654.387000', '122654.390000', '122654.393000', '122654.396000', '122654.399000', '122654.402000', '122654.405000', '122654.408000', '122654.411000', '122654.414000', '122654.417000', '122654.420000', '122654.423000', '122654.426000', '122654.429000'], 'InstanceCreationTime': ['122041.217000', '122041.220000', '122041.223000', '122041.226000', '122041.229000', '122041.232000', '122041.235000', '122041.238000', '122041.258000', '122041.275000', '122041.278000', '122041.281000', '122041.284000', '122041.287000', '122041.290000', '122041.293000', '122041.296000', '122041.298000', '122041.307000', '122041.310000', '122041.313000', '122041.316000', '122041.319000', '122041.322000', '122041.325000', '122041.328000', '122041.331000', '122101.185000', '122101.188000', '122101.191000', '122101.195000', '122101.198000', '122101.201000', '122101.204000', '122101.207000', '122101.210000', '122101.213000', '122101.216000', '122101.218000', '122101.221000', '122101.224000', '122101.227000', '122101.230000', '122101.233000', '122101.237000', '122101.240000', '122101.246000', '122101.249000', '122101.252000', '122101.255000', '122101.258000', '122101.261000', '122101.264000', '122101.267000', '122101.269000', '122101.273000', '122101.275000', '122101.278000', '122101.281000', '122101.284000', '122101.287000', '122101.290000', '122101.293000', '122101.296000', '122101.299000', '122101.301000', '122101.304000', '122101.307000', '122101.310000', '122101.313000', '122101.316000', '122121.185000', '122121.188000', '122121.192000', '122121.195000', '122121.197000', '122121.200000', '122121.203000', '122121.206000', '122121.209000', '122121.212000', '122121.215000', '122121.218000', '122121.221000', '122121.223000', '122121.226000', '122121.229000', '122121.232000', '122121.235000', '122121.238000', '122121.241000', '122121.244000', '122121.249000', '122121.253000', '122121.256000', '122121.259000', '122121.262000', '122121.265000', '122121.268000', '122121.271000', '122121.273000', '122121.276000', '122121.279000', '122121.282000', '122121.285000', '122121.288000', '122121.291000', '122121.294000', '122121.297000', '122121.299000', '122121.302000', '122121.313000', '122121.316000', '122121.318000', '122141.185000', '122141.188000', '122141.191000', '122141.194000', '122141.197000', '122141.199000', '122141.202000', '122141.205000', '122141.208000', '122141.211000', '122141.214000', '122141.217000', '122141.220000', '122141.223000', '122141.226000', '122141.229000', '122141.232000', '122141.235000', '122141.237000', '122141.240000', '122141.243000', '122141.246000', '122141.249000', '122141.252000', '122141.255000', '122141.258000', '122141.270000', '122141.273000', '122141.276000', '122141.278000', '122141.281000', '122141.284000', '122141.287000', '122141.290000', '122141.293000', '122141.296000', '122141.298000', '122141.301000', '122141.304000', '122141.307000', '122141.310000', '122141.313000', '122141.316000', '122141.319000', '122201.186000', '122201.189000', '122201.192000', '122201.195000', '122201.198000', '122201.201000', '122201.204000', '122201.206000', '122201.214000', '122201.217000', '122201.220000', '122201.223000', '122201.226000', '122201.229000', '122201.232000', '122201.235000', '122201.238000', '122201.241000', '122201.244000', '122201.247000', '122201.250000', '122201.253000', '122201.256000', '122201.259000', '122201.261000', '122201.264000', '122201.269000', '122201.273000', '122201.276000', '122201.279000', '122201.282000', '122201.285000', '122201.288000', '122201.291000', '122201.294000', '122201.297000', '122201.299000', '122201.302000', '122201.305000', '122201.308000', '122201.311000', '122201.314000', '122201.317000', '122221.186000', '122221.189000', '122221.192000', '122221.195000', '122221.198000', '122221.201000', '122221.204000', '122221.206000', '122221.209000', '122221.212000', '122221.215000', '122221.218000', '122221.221000', '122221.224000', '122221.227000', '122221.230000', '122221.233000', '122221.236000', '122221.239000', '122221.241000', '122221.244000', '122221.247000', '122221.250000', '122221.253000', '122221.256000', '122221.259000', '122221.262000', '122221.265000', '122221.268000', '122221.271000', '122221.274000', '122221.276000', '122221.279000', '122221.290000', '122221.293000', '122221.296000', '122221.299000', '122221.302000', '122221.305000', '122221.308000', '122221.310000', '122221.313000', '122221.316000', '122221.319000', '122241.186000', '122241.192000', '122241.195000', '122241.198000', '122241.201000', '122241.204000', '122241.207000', '122241.210000', '122241.213000', '122241.216000', '122241.219000', '122241.222000', '122241.226000', '122241.235000', '122241.238000', '122241.241000', '122241.244000', '122241.247000', '122241.250000', '122241.253000', '122241.256000', '122241.259000', '122241.262000', '122241.265000', '122241.268000', '122241.271000', '122241.274000', '122241.276000', '122241.280000', '122241.283000', '122241.287000', '122241.291000', '122241.295000', '122241.298000', '122241.301000', '122241.304000', '122241.306000', '122241.309000', '122241.313000', '122241.315000', '122241.318000', '122241.321000', '122241.324000', '122301.185000', '122301.188000', '122301.191000', '122301.194000', '122301.197000', '122301.200000', '122301.203000', '122301.212000', '122301.214000', '122301.218000', '122301.220000', '122301.223000', '122301.226000', '122301.229000', '122301.232000', '122301.235000', '122301.238000', '122301.241000', '122301.243000', '122301.246000', '122301.249000', '122301.252000', '122301.255000', '122301.258000', '122301.261000', '122301.264000', '122301.267000', '122301.269000', '122301.272000', '122301.275000', '122301.278000', '122301.281000', '122301.284000', '122301.287000', '122301.290000', '122301.293000', '122301.296000', '122301.299000', '122301.302000', '122301.304000', '122301.307000', '122301.310000', '122301.313000', '122301.316000', '122321.185000', '122321.188000', '122321.191000', '122321.194000', '122321.197000', '122321.200000', '122321.202000', '122321.206000', '122321.208000', '122321.211000', '122321.214000', '122321.217000', '122321.220000', '122321.223000', '122321.226000', '122321.229000', '122321.232000', '122321.235000', '122321.238000', '122321.241000', '122321.244000', '122321.260000', '122321.268000', '122321.271000', '122321.274000', '122321.276000', '122321.279000', '122321.282000', '122321.285000', '122321.288000', '122321.291000', '122321.294000', '122321.297000', '122321.300000', '122321.303000', '122321.306000', '122321.309000', '122321.315000', '122321.318000', '122321.321000', '122321.323000', '122321.326000', '122321.329000', '122341.185000', '122341.188000', '122341.191000', '122341.194000', '122341.197000', '122341.200000', '122341.203000', '122341.206000', '122341.209000', '122341.211000', '122341.214000', '122341.217000', '122341.220000', '122341.223000', '122341.226000', '122341.229000', '122341.238000', '122341.241000', '122341.244000', '122341.247000', '122341.250000', '122341.253000', '122341.256000', '122341.259000', '122341.262000', '122341.264000', '122341.267000', '122341.270000', '122341.273000', '122341.276000', '122341.279000', '122341.282000', '122341.285000', '122341.288000', '122341.291000', '122341.293000', '122341.296000', '122341.299000', '122341.302000', '122341.305000', '122341.308000', '122341.311000', '122341.314000', '122341.317000', '122401.185000', '122401.197000', '122401.200000', '122401.203000', '122401.206000', '122401.209000', '122401.212000', '122401.215000', '122401.218000', '122401.220000', '122401.224000', '122401.227000', '122401.230000', '122401.232000', '122401.236000', '122401.238000', '122401.241000', '122401.244000', '122401.247000', '122401.250000', '122401.253000', '122401.256000', '122401.260000', '122401.263000', '122401.266000', '122401.269000', '122401.272000', '122401.275000', '122401.278000', '122401.281000', '122401.284000', '122401.287000', '122401.290000', '122401.293000', '122401.296000', '122401.299000', '122401.301000', '122401.304000', '122401.307000', '122401.310000', '122401.313000', '122401.316000', '122401.319000', '122421.186000', '122421.196000', '122421.198000', '122421.201000', '122421.204000', '122421.207000', '122421.210000', '122421.213000', '122421.216000', '122421.219000', '122421.222000', '122421.225000', '122421.228000', '122421.231000', '122421.234000', '122421.237000', '122421.240000', '122421.243000', '122421.246000', '122421.249000', '122421.252000', '122421.254000', '122421.257000', '122421.260000', '122421.263000', '122421.266000', '122421.269000', '122421.272000', '122421.275000', '122421.277000', '122421.280000', '122421.283000', '122421.286000', '122421.289000', '122421.292000', '122421.295000', '122421.298000', '122421.301000', '122421.304000', '122421.307000', '122421.309000', '122421.312000', '122421.315000', '122421.318000', '122441.186000', '122441.220000', '122441.223000', '122441.225000', '122441.228000', '122441.247000', '122441.250000', '122441.252000', '122441.255000', '122441.258000', '122441.261000', '122441.264000', '122441.267000', '122441.270000', '122441.273000', '122441.276000', '122441.279000', '122441.282000', '122441.285000', '122441.301000', '122441.304000', '122441.307000', '122441.310000', '122441.313000', '122441.316000', '122441.319000', '122441.322000', '122441.325000', '122441.328000', '122441.331000', '122441.333000', '122441.336000', '122441.348000', '122441.352000', '122441.355000', '122441.359000', '122441.361000', '122441.364000', '122441.367000', '122441.370000', '122441.373000', '122441.376000', '122441.379000', '122501.186000', '122501.189000', '122501.192000', '122501.211000', '122501.214000', '122501.217000', '122501.220000', '122501.222000', '122501.225000', '122501.228000', '122501.231000', '122501.234000', '122501.237000', '122501.240000', '122501.243000', '122501.246000', '122501.249000', '122501.252000', '122501.255000', '122501.258000', '122501.261000', '122501.264000', '122501.267000', '122501.270000', '122501.273000', '122501.275000', '122501.278000', '122501.291000', '122501.294000', '122501.297000', '122501.300000', '122501.303000', '122501.306000', '122501.309000', '122501.312000', '122501.314000', '122501.317000', '122501.320000', '122501.323000', '122501.326000', '122501.329000', '122501.332000', '122501.335000', '122521.185000', '122521.188000', '122521.191000', '122521.194000', '122521.197000', '122521.200000', '122521.203000', '122521.206000', '122521.209000', '122521.212000', '122521.215000', '122521.217000', '122521.220000', '122521.223000', '122521.226000', '122521.229000', '122521.232000', '122521.235000', '122521.238000', '122521.241000', '122521.244000', '122521.247000', '122521.250000', '122521.253000', '122521.256000', '122521.259000', '122521.262000', '122521.265000', '122521.267000', '122521.270000', '122521.273000', '122521.276000', '122521.279000', '122521.282000', '122521.285000', '122521.288000', '122521.291000', '122521.294000', '122521.298000', '122521.301000', '122521.304000', '122521.307000', '122521.310000', '122521.313000', '122541.185000', '122541.219000', '122541.222000', '122541.225000', '122541.228000', '122541.231000', '122541.234000', '122541.236000', '122541.239000', '122541.242000', '122541.245000', '122541.248000', '122541.251000', '122541.254000', '122541.257000', '122541.260000', '122541.263000', '122541.266000', '122541.269000', '122541.272000', '122541.275000', '122541.278000', '122541.281000', '122541.284000', '122541.287000', '122541.290000', '122541.293000', '122541.296000', '122541.298000', '122541.301000', '122541.304000', '122541.307000', '122541.310000', '122541.313000', '122541.316000', '122541.319000', '122541.322000', '122541.325000', '122541.328000', '122541.330000', '122541.333000', '122541.336000', '122541.339000', '122541.342000', '122601.185000', '122601.188000', '122601.191000', '122601.194000', '122601.197000', '122601.200000', '122601.203000', '122601.206000', '122601.209000', '122601.212000', '122601.215000', '122601.218000', '122601.221000', '122601.224000', '122601.227000', '122601.230000', '122601.232000', '122601.235000', '122601.238000', '122601.241000', '122601.244000', '122601.247000', '122601.250000', '122601.253000', '122601.256000', '122601.259000', '122601.262000', '122601.265000', '122601.269000', '122601.273000', '122601.276000', '122601.279000', '122601.281000', '122601.284000', '122601.287000', '122601.290000', '122601.293000', '122601.296000', '122601.299000', '122601.302000', '122601.305000', '122601.308000', '122601.310000', '122621.196000', '122621.214000', '122621.217000', '122621.220000', '122621.223000', '122621.226000', '122621.229000', '122621.232000', '122621.235000', '122621.238000', '122621.240000', '122621.243000', '122621.246000', '122621.249000', '122621.252000', '122621.255000', '122621.258000', '122621.261000', '122621.264000', '122621.267000', '122621.270000', '122621.273000', '122621.276000', '122621.279000', '122621.282000', '122621.285000', '122621.287000', '122621.290000', '122621.293000', '122621.296000', '122621.299000', '122621.302000', '122621.305000', '122621.308000', '122621.311000', '122621.314000', '122621.317000', '122621.319000', '122621.322000', '122621.325000', '122621.328000', '122621.331000', '122621.334000', '122641.186000', '122641.201000', '122641.204000', '122641.207000', '122641.210000', '122641.213000', '122641.216000', '122641.219000', '122641.222000', '122641.224000', '122641.227000', '122641.230000', '122641.233000', '122641.236000', '122641.239000', '122641.242000', '122641.245000', '122641.248000', '122641.251000', '122641.254000', '122641.257000', '122641.260000', '122641.262000', '122641.266000', '122641.268000', '122641.271000', '122641.274000', '122641.277000', '122641.280000', '122641.283000', '122641.286000', '122641.289000', '122641.292000', '122641.295000', '122641.298000', '122641.301000', '122641.303000', '122641.306000', '122641.309000', '122641.313000', '122641.315000', '122641.318000', '122641.321000', '122641.324000', '122654.342000', '122654.346000', '122654.349000', '122654.353000', '122654.355000', '122654.359000', '122654.362000', '122654.365000', '122654.369000', '122654.372000', '122654.375000', '122654.378000', '122654.381000', '122654.384000', '122654.387000', '122654.390000', '122654.393000', '122654.396000', '122654.399000', '122654.402000', '122654.405000', '122654.408000', '122654.411000', '122654.414000', '122654.417000', '122654.420000', '122654.423000', '122654.426000', '122654.429000'], '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': [8132, 8646, 6299, 6419, 8650, 6564, 12506, 9008, 12502, 8639, 9895, 6260, 7694, 5813, 6304, 9900, 6995, 11367, 7313, 10106, 6051, 8994, 6108, 7719, 6585, 6258, 10705, 6692, 10875, 6899, 9553, 6075, 7341, 5996, 6425, 8440, 6379, 10061, 6418, 10727, 6200, 9616, 6252, 8620, 7181, 6600, 11907, 7319, 10246, 6396, 8428, 6179, 6519, 7932, 6261, 10330, 6755, 10096, 6112, 9531, 6373, 8629, 6517, 6637, 8896, 6335, 11137, 6380, 10082, 6272, 8834, 6687, 6430, 6662, 6465, 6680, 6239, 7807, 6338, 6765, 6235, 6531, 6356, 10184, 6293, 11178, 6430, 9179, 7778, 9545, 6842, 9271, 7274, 7379, 12123, 7533, 11768, 8840, 10589, 8129, 11969, 7289, 9851, 6182, 9384, 6284, 7968, 6272, 7966, 6403, 11382, 8020, 12060, 8562, 11326, 6759, 6150, 7533, 6279, 8350, 8203, 8139, 7356, 8171, 6834, 9474, 7677, 10125, 9672, 8864, 12350, 7833, 12073, 8203, 11107, 8021, 11765, 7849, 7668, 6101, 7932, 6431, 7408, 6502, 6395, 10896, 6098, 7768, 8208, 6942, 10669, 7156, 9288, 6601, 7071, 6292, 7087, 6092, 6149, 6433, 6513, 8308, 6326, 10224, 6566, 8727, 6104, 7087, 8115, 6516, 11064, 6994, 9236, 6494, 8047, 7206, 6372, 11047, 7868, 9865, 7009, 7457, 6017, 6251, 7272, 6243, 9540, 6352, 8542, 6181, 6266, 7482, 6214, 10815, 6636, 9030, 7171, 6851, 9221, 6332, 10547, 7095, 8766, 6089, 7820, 6556, 6092, 10593, 6319, 8822, 6107, 7305, 6084, 6624, 9924, 6792, 10726, 6333, 8312, 6567, 6186, 9428, 6730, 11174, 7131, 8607, 6099, 6067, 8560, 6094, 10575, 6712, 9094, 6131, 6346, 6306, 6301, 10365, 6191, 9962, 6184, 8151, 6252, 6866, 8273, 6071, 10908, 7219, 9529, 6344, 8952, 6160, 7976, 10231, 7398, 11317, 7129, 9450, 6190, 8353, 6406, 6928, 9660, 6715, 10348, 6210, 9136, 6436, 7796, 6164, 7001, 7949, 6386, 10766, 6117, 9483, 6127, 7654, 6440, 8243, 9419, 6534, 11229, 6843, 8879, 6014, 8705, 6700, 6268, 8796, 6286, 10114, 6335, 9216, 6440, 8837, 6109, 6939, 6719, 6308, 11101, 7446, 10569, 6984, 8498, 6270, 7302, 6389, 6343, 8751, 6733, 10241, 6871, 6390, 6236, 6234, 6209, 10910, 6563, 10808, 8198, 9682, 6427, 8948, 7544, 7477, 11291, 8501, 11587, 9912, 11662, 7924, 9938, 6518, 7639, 6271, 7661, 6548, 10507, 9831, 11401, 6764, 6514, 6639, 6541, 7703, 6243, 10852, 7481, 10160, 7360, 8418, 6896, 6999, 6566, 6301, 6336, 6577, 9239, 6537, 11304, 8044, 10492, 6453, 8747, 6148, 6692, 6489, 6492, 9187, 6688, 10950, 8087, 9818, 6577, 6978, 6198, 6194, 9627, 6569, 10398, 7750, 8655, 6553, 6522, 6349, 6390, 9775, 6206, 10221, 6623, 8612, 6493, 6290, 7894, 6186, 10865, 7865, 8854, 6225, 6939, 6399, 6262, 7324, 6466, 9918, 6474, 9842, 6478, 8212, 6463, 6790, 6525, 6370, 8489, 6268, 10942, 6193, 9026, 6316, 7760, 6744, 6447, 9281, 6247, 10827, 6225, 8545, 6405, 7513, 6536, 6538, 9254, 6461, 10573, 7199, 9796, 6713, 8213, 6279, 7684, 8322, 6565, 11446, 7738, 10370, 6445, 8893, 6567, 8265, 6750, 7151, 8761, 6520, 10659, 6349, 9768, 6168, 8393, 6389, 6842, 6261, 6290, 8986, 6418, 11181, 7211, 9922, 6451, 8899, 6674, 6769, 10807, 7767, 10677, 7172, 8017, 6533, 6643, 8905, 6550, 10770, 8129, 9930, 6609, 7775, 6294, 6734, 6886, 6483, 8246, 6534, 10921, 6242, 8781, 6143, 8162, 6610, 6408, 8402, 6217, 10957, 6640, 9683, 6505, 8345, 6508, 6443, 8878, 6543, 10210, 7660, 10872, 6852, 8134, 6360, 6347, 6330, 6430, 10286, 7132, 9854, 6602, 9613, 6467, 7142, 6436, 6328, 7991, 6959, 10708, 6337, 9854, 6523, 8374, 6567, 8171, 6272, 6544, 9060, 6150, 11272, 7145, 9343, 6378, 8012, 6204, 6432, 8052, 7091, 11081, 7588, 9352, 6338, 9427, 6505, 7840, 6659, 6215, 10079, 6519, 11055, 6284, 8363, 6895, 7188, 11365, 7233, 10415, 6271, 7979, 6654, 7131, 10147, 7086, 10581, 6489, 8164, 6155, 7754, 6313, 6792, 6637, 6458, 8863, 6444, 10988, 7098, 9897, 6487, 8458, 6537, 6637, 8967, 6551, 11152, 8228, 9710, 6582, 8186, 6405, 6199, 9885, 6893, 9894, 7804, 9037, 6618, 7768, 6340, 6544, 6269, 6578, 6468, 6481, 9521, 6409, 10468, 6239, 8965, 7082, 6619, 8655, 6326, 11204, 6882, 9690, 7278, 9219, 7429, 6369, 6192, 7515, 8023, 10856, 6476, 9762, 6996, 11737, 8295, 11044, 8508, 12031, 9003, 9756, 10978, 10017, 10764, 9690, 11203, 8503, 7163, 6327, 6447, 6267, 6462, 6154, 6283, 6540, 8008, 6615, 8675, 6502, 7794, 10022, 6824, 11000, 8768, 6912, 10624, 6841, 11316, 6761, 7816, 8276, 6475, 11748, 8575, 10535, 6236, 7151, 8000, 6320, 11924, 7451, 8561, 6162, 6492, 10681, 6239, 9648, 6319, 7073, 6332, 6684, 10104, 7682, 10618, 6210, 8765, 6347, 7257, 6272, 6083, 10597, 6529, 10540, 7178, 7920, 6260, 6100, 10753, 6276, 8890, 6692, 6541, 11467, 7333, 10307, 6320, 7710, 8076, 6069, 11295, 7674, 9234, 6270, 6499, 11030, 7151, 9726, 6125, 7833, 7815, 6715, 11229, 6399, 9374, 6210, 8395, 6225, 6340, 6535, 6185, 6035, 7919, 7778, 7073, 8633, 6388, 11594, 6137, 8537, 7047, 6573, 11942, 7859, 9877, 6395, 8331, 6131, 6122, 11038, 6745, 10107, 7202, 8540, 6296, 7017, 6497, 6255, 11844, 7934, 10551, 8196, 8867, 6268, 7132, 6085, 6855, 6768, 7167, 10900, 7603, 8867, 6277, 8861, 6500, 8183, 6592, 8756, 6973, 7959, 8255, 6177, 11463, 6875, 9795, 7374, 9520, 7382, 8335, 6494, 6203, 11230, 6957, 10159, 7659, 9827, 6633, 7742, 6357, 6449, 8589, 6178, 10091, 6607, 10587, 7701, 9032, 6309, 6681, 6348, 6515, 7512, 6142, 9845, 6340, 11457, 6450, 9087, 6234, 8385, 8366, 7272, 8783, 6203, 11518, 6813], 'WindowCenter': [4179.0, 4173.0, 4127.0, 4123.0, 4142.0, 4121.0, 4171.0, 4153.0, 4170.0, 4139.0, 4149.0, 4107.0, 4115.0, 4082.0, 4105.0, 4148.0, 4117.0, 4158.0, 4119.0, 4147.0, 4107.0, 4136.0, 4093.0, 4115.0, 4104.0, 4105.0, 4146.0, 4105.0, 4147.0, 4105.0, 4135.0, 4094.0, 4114.0, 4093.0, 4105.0, 4126.0, 4104.0, 4147.0, 4107.0, 4156.0, 4108.0, 4149.0, 4107.0, 4139.0, 4118.0, 4119.0, 4158.0, 4119.0, 4161.0, 4108.0, 4139.0, 4107.0, 4108.0, 4128.0, 4119.0, 4161.0, 4121.0, 4163.0, 4123.0, 4163.0, 4123.0, 4154.0, 4124.0, 4133.0, 4155.0, 4136.0, 4185.0, 4124.0, 4163.0, 4135.0, 4155.0, 4133.0, 4137.0, 4147.0, 4135.0, 4134.0, 4124.0, 4143.0, 4123.0, 4136.0, 4140.0, 4138.0, 4150.0, 4190.0, 4137.0, 4188.0, 4136.0, 4168.0, 4145.0, 4168.0, 4135.0, 4178.0, 4146.0, 4145.0, 4187.0, 4143.0, 4171.0, 4125.0, 4144.0, 4140.0, 4172.0, 4130.0, 4160.0, 4120.0, 4160.0, 4132.0, 4139.0, 4121.0, 4142.0, 4105.0, 4142.0, 4111.0, 4153.0, 4123.0, 4142.0, 4115.0, 4107.0, 4143.0, 4107.0, 4125.0, 4137.0, 4127.0, 4128.0, 4137.0, 4119.0, 4135.0, 4114.0, 4132.0, 4118.0, 4107.0, 4139.0, 4094.0, 4125.0, 4093.0, 4113.0, 4095.0, 4125.0, 4094.0, 4093.0, 4076.0, 4093.0, 4086.0, 4098.0, 4087.0, 4087.0, 4142.0, 4091.0, 4131.0, 4095.0, 4076.0, 4106.0, 4086.0, 4119.0, 4089.0, 4100.0, 4077.0, 4086.0, 4064.0, 4065.0, 4079.0, 4077.0, 4095.0, 4091.0, 4131.0, 4090.0, 4108.0, 4077.0, 4090.0, 4112.0, 4091.0, 4143.0, 4102.0, 4122.0, 4092.0, 4112.0, 4101.0, 4089.0, 4130.0, 4100.0, 4131.0, 4104.0, 4102.0, 4080.0, 4091.0, 4112.0, 4092.0, 4133.0, 4104.0, 4126.0, 4096.0, 4106.0, 4116.0, 4095.0, 4158.0, 4106.0, 4138.0, 4117.0, 4106.0, 4138.0, 4095.0, 4146.0, 4105.0, 4125.0, 4095.0, 4115.0, 4095.0, 4096.0, 4147.0, 4105.0, 4134.0, 4094.0, 4116.0, 4107.0, 4121.0, 4151.0, 4120.0, 4160.0, 4120.0, 4139.0, 4117.0, 4107.0, 4148.0, 4118.0, 4159.0, 4118.0, 4138.0, 4108.0, 4106.0, 4137.0, 4107.0, 4148.0, 4119.0, 4137.0, 4109.0, 4119.0, 4119.0, 4120.0, 4160.0, 4111.0, 4162.0, 4122.0, 4142.0, 4121.0, 4132.0, 4140.0, 4110.0, 4162.0, 4132.0, 4152.0, 4121.0, 4151.0, 4110.0, 4140.0, 4161.0, 4130.0, 4161.0, 4118.0, 4147.0, 4107.0, 4128.0, 4105.0, 4115.0, 4148.0, 4105.0, 4150.0, 4106.0, 4148.0, 4107.0, 4127.0, 4107.0, 4129.0, 4139.0, 4120.0, 4172.0, 4110.0, 4149.0, 4108.0, 4128.0, 4108.0, 4141.0, 4151.0, 4119.0, 4159.0, 4118.0, 4137.0, 4095.0, 4137.0, 4106.0, 4106.0, 4138.0, 4106.0, 4147.0, 4105.0, 4137.0, 4106.0, 4138.0, 4107.0, 4118.0, 4116.0, 4107.0, 4158.0, 4130.0, 4159.0, 4118.0, 4140.0, 4119.0, 4130.0, 4121.0, 4104.0, 4121.0, 4116.0, 4174.0, 4119.0, 4120.0, 4121.0, 4121.0, 4122.0, 4174.0, 4132.0, 4186.0, 4157.0, 4163.0, 4134.0, 4151.0, 4129.0, 4130.0, 4171.0, 4141.0, 4171.0, 4164.0, 4147.0, 4127.0, 4145.0, 4104.0, 4111.0, 4090.0, 4112.0, 4092.0, 4132.0, 4132.0, 4145.0, 4088.0, 4078.0, 4088.0, 4090.0, 4098.0, 4078.0, 4130.0, 4100.0, 4130.0, 4101.0, 4110.0, 4100.0, 4099.0, 4088.0, 4090.0, 4089.0, 4102.0, 4133.0, 4093.0, 4145.0, 4125.0, 4145.0, 4104.0, 4123.0, 4091.0, 4091.0, 4093.0, 4091.0, 4133.0, 4104.0, 4144.0, 4115.0, 4135.0, 4104.0, 4102.0, 4091.0, 4091.0, 4133.0, 4103.0, 4145.0, 4115.0, 4124.0, 4106.0, 4105.0, 4106.0, 4106.0, 4146.0, 4106.0, 4148.0, 4118.0, 4136.0, 4106.0, 4105.0, 4126.0, 4097.0, 4147.0, 4128.0, 4136.0, 4106.0, 4115.0, 4105.0, 4105.0, 4127.0, 4106.0, 4147.0, 4106.0, 4148.0, 4118.0, 4137.0, 4107.0, 4118.0, 4119.0, 4121.0, 4151.0, 4121.0, 4161.0, 4108.0, 4139.0, 4106.0, 4130.0, 4119.0, 4118.0, 4151.0, 4119.0, 4159.0, 4106.0, 4139.0, 4119.0, 4129.0, 4120.0, 4120.0, 4150.0, 4119.0, 4159.0, 4132.0, 4162.0, 4133.0, 4152.0, 4122.0, 4141.0, 4139.0, 4119.0, 4170.0, 4141.0, 4160.0, 4121.0, 4150.0, 4118.0, 4138.0, 4117.0, 4117.0, 4139.0, 4118.0, 4159.0, 4105.0, 4147.0, 4105.0, 4138.0, 4107.0, 4119.0, 4119.0, 4119.0, 4149.0, 4118.0, 4159.0, 4129.0, 4150.0, 4119.0, 4150.0, 4118.0, 4119.0, 4157.0, 4130.0, 4160.0, 4117.0, 4127.0, 4106.0, 4115.0, 4135.0, 4104.0, 4144.0, 4125.0, 4146.0, 4115.0, 4126.0, 4104.0, 4106.0, 4116.0, 4105.0, 4137.0, 4117.0, 4157.0, 4117.0, 4137.0, 4107.0, 4138.0, 4118.0, 4119.0, 4140.0, 4107.0, 4158.0, 4118.0, 4149.0, 4118.0, 4137.0, 4117.0, 4118.0, 4137.0, 4105.0, 4147.0, 4129.0, 4158.0, 4117.0, 4127.0, 4119.0, 4117.0, 4106.0, 4117.0, 4159.0, 4130.0, 4160.0, 4131.0, 4161.0, 4120.0, 4118.0, 4118.0, 4119.0, 4140.0, 4130.0, 4161.0, 4120.0, 4159.0, 4118.0, 4139.0, 4119.0, 4140.0, 4119.0, 4120.0, 4148.0, 4107.0, 4159.0, 4129.0, 4149.0, 4119.0, 4139.0, 4108.0, 4117.0, 4138.0, 4129.0, 4160.0, 4128.0, 4150.0, 4119.0, 4148.0, 4117.0, 4139.0, 4118.0, 4120.0, 4162.0, 4122.0, 4171.0, 4118.0, 4139.0, 4130.0, 4130.0, 4170.0, 4129.0, 4158.0, 4117.0, 4124.0, 4116.0, 4117.0, 4147.0, 4115.0, 4157.0, 4105.0, 4124.0, 4093.0, 4127.0, 4105.0, 4115.0, 4118.0, 4119.0, 4148.0, 4117.0, 4157.0, 4128.0, 4148.0, 4106.0, 4138.0, 4106.0, 4117.0, 4134.0, 4105.0, 4156.0, 4125.0, 4145.0, 4117.0, 4136.0, 4106.0, 4094.0, 4145.0, 4115.0, 4146.0, 4128.0, 4148.0, 4119.0, 4127.0, 4117.0, 4118.0, 4119.0, 4132.0, 4132.0, 4133.0, 4175.0, 4133.0, 4172.0, 4122.0, 4165.0, 4133.0, 4134.0, 4164.0, 4134.0, 4172.0, 4133.0, 4163.0, 4131.0, 4151.0, 4114.0, 4107.0, 4082.0, 4070.0, 4128.0, 4143.0, 4089.0, 4128.0, 4114.0, 4153.0, 4124.0, 4158.0, 4138.0, 4167.0, 4135.0, 4176.0, 4174.0, 4147.0, 4142.0, 4117.0, 4126.0, 4104.0, 4084.0, 4074.0, 4087.0, 4085.0, 4088.0, 4101.0, 4116.0, 4115.0, 4139.0, 4115.0, 4135.0, 4104.0, 4124.0, 4145.0, 4104.0, 4144.0, 4122.0, 4101.0, 4143.0, 4100.0, 4140.0, 4100.0, 4109.0, 4109.0, 4088.0, 4142.0, 4134.0, 4143.0, 4090.0, 4100.0, 4110.0, 4089.0, 4141.0, 4100.0, 4120.0, 4090.0, 4100.0, 4141.0, 4089.0, 4131.0, 4090.0, 4101.0, 4102.0, 4103.0, 4145.0, 4125.0, 4156.0, 4102.0, 4135.0, 4116.0, 4126.0, 4116.0, 4108.0, 4158.0, 4121.0, 4160.0, 4130.0, 4140.0, 4118.0, 4107.0, 4158.0, 4117.0, 4148.0, 4117.0, 4120.0, 4170.0, 4142.0, 4160.0, 4117.0, 4127.0, 4126.0, 4105.0, 4157.0, 4127.0, 4148.0, 4117.0, 4116.0, 4157.0, 4116.0, 4145.0, 4104.0, 4125.0, 4126.0, 4104.0, 4156.0, 4104.0, 4135.0, 4105.0, 4136.0, 4108.0, 4116.0, 4117.0, 4107.0, 4108.0, 4140.0, 4141.0, 4132.0, 4151.0, 4119.0, 4170.0, 4107.0, 4138.0, 4128.0, 4118.0, 4170.0, 4139.0, 4160.0, 4120.0, 4149.0, 4109.0, 4107.0, 4159.0, 4118.0, 4160.0, 4129.0, 4150.0, 4119.0, 4132.0, 4119.0, 4120.0, 4170.0, 4139.0, 4158.0, 4140.0, 4148.0, 4118.0, 4127.0, 4106.0, 4116.0, 4118.0, 4128.0, 4159.0, 4129.0, 4152.0, 4120.0, 4149.0, 4120.0, 4138.0, 4119.0, 4153.0, 4130.0, 4142.0, 4151.0, 4120.0, 4170.0, 4117.0, 4148.0, 4128.0, 4148.0, 4127.0, 4139.0, 4118.0, 4106.0, 4158.0, 4116.0, 4145.0, 4126.0, 4146.0, 4116.0, 4126.0, 4115.0, 4105.0, 4135.0, 4104.0, 4146.0, 4116.0, 4157.0, 4127.0, 4147.0, 4119.0, 4128.0, 4119.0, 4120.0, 4143.0, 4119.0, 4163.0, 4134.0, 4185.0, 4133.0, 4152.0, 4121.0, 4153.0, 4152.0, 4142.0, 4152.0, 4124.0, 4183.0, 4130.0], 'WindowWidth': [9284.0, 9264.0, 9196.0, 9184.0, 9204.0, 9176.0, 9243.0, 9220.0, 9241.0, 9195.0, 9209.0, 9151.0, 9157.0, 9112.0, 9147.0, 9208.0, 9165.0, 9221.0, 9168.0, 9206.0, 9152.0, 9186.0, 9128.0, 9160.0, 9144.0, 9146.0, 9202.0, 9145.0, 9203.0, 9146.0, 9185.0, 9130.0, 9156.0, 9127.0, 9144.0, 9175.0, 9145.0, 9205.0, 9150.0, 9217.0, 9154.0, 9212.0, 9154.0, 9197.0, 9169.0, 9170.0, 9222.0, 9169.0, 9230.0, 9155.0, 9196.0, 9154.0, 9154.0, 9182.0, 9173.0, 9231.0, 9177.0, 9236.0, 9183.0, 9236.0, 9184.0, 9226.0, 9186.0, 9198.0, 9228.0, 9203.0, 9271.0, 9186.0, 9235.0, 9203.0, 9227.0, 9198.0, 9209.0, 9223.0, 9204.0, 9204.0, 9187.0, 9210.0, 9183.0, 9208.0, 9218.0, 9213.0, 9233.0, 9285.0, 9211.0, 9279.0, 9208.0, 9250.0, 9215.0, 9250.0, 9205.0, 9265.0, 9221.0, 9216.0, 9275.0, 9210.0, 9245.0, 9171.0, 9197.0, 9205.0, 9251.0, 9190.0, 9229.0, 9181.0, 9233.0, 9198.0, 9201.0, 9181.0, 9210.0, 9149.0, 9192.0, 9150.0, 9210.0, 9169.0, 9197.0, 9166.0, 9158.0, 9214.0, 9152.0, 9173.0, 9193.0, 9179.0, 9184.0, 9196.0, 9172.0, 9189.0, 9157.0, 9179.0, 9154.0, 9138.0, 9180.0, 9115.0, 9160.0, 9112.0, 9139.0, 9116.0, 9159.0, 9114.0, 9113.0, 9093.0, 9115.0, 9110.0, 9127.0, 9111.0, 9112.0, 9193.0, 9122.0, 9191.0, 9113.0, 9088.0, 9126.0, 9102.0, 9153.0, 9114.0, 9131.0, 9094.0, 9102.0, 9072.0, 9076.0, 9099.0, 9097.0, 9115.0, 9118.0, 9172.0, 9115.0, 9136.0, 9095.0, 9115.0, 9147.0, 9118.0, 9191.0, 9136.0, 9163.0, 9123.0, 9147.0, 9130.0, 9114.0, 9170.0, 9129.0, 9172.0, 9144.0, 9137.0, 9104.0, 9121.0, 9151.0, 9125.0, 9180.0, 9142.0, 9173.0, 9136.0, 9148.0, 9162.0, 9135.0, 9219.0, 9150.0, 9194.0, 9162.0, 9148.0, 9191.0, 9133.0, 9201.0, 9145.0, 9172.0, 9130.0, 9158.0, 9132.0, 9134.0, 9202.0, 9145.0, 9183.0, 9131.0, 9162.0, 9152.0, 9176.0, 9217.0, 9174.0, 9229.0, 9175.0, 9197.0, 9166.0, 9153.0, 9209.0, 9168.0, 9225.0, 9169.0, 9198.0, 9156.0, 9151.0, 9191.0, 9152.0, 9207.0, 9173.0, 9195.0, 9161.0, 9175.0, 9175.0, 9175.0, 9229.0, 9166.0, 9235.0, 9182.0, 9211.0, 9183.0, 9195.0, 9204.0, 9163.0, 9234.0, 9195.0, 9221.0, 9180.0, 9218.0, 9161.0, 9201.0, 9230.0, 9188.0, 9231.0, 9169.0, 9207.0, 9154.0, 9179.0, 9148.0, 9162.0, 9209.0, 9148.0, 9213.0, 9154.0, 9209.0, 9154.0, 9182.0, 9155.0, 9189.0, 9201.0, 9176.0, 9249.0, 9162.0, 9214.0, 9156.0, 9184.0, 9157.0, 9203.0, 9217.0, 9173.0, 9228.0, 9168.0, 9194.0, 9136.0, 9194.0, 9151.0, 9152.0, 9197.0, 9152.0, 9206.0, 9150.0, 9193.0, 9151.0, 9198.0, 9155.0, 9171.0, 9167.0, 9154.0, 9224.0, 9188.0, 9226.0, 9172.0, 9202.0, 9174.0, 9187.0, 9182.0, 9148.0, 9166.0, 9164.0, 9254.0, 9177.0, 9179.0, 9183.0, 9183.0, 9187.0, 9255.0, 9199.0, 9276.0, 9236.0, 9242.0, 9204.0, 9222.0, 9187.0, 9188.0, 9247.0, 9204.0, 9247.0, 9236.0, 9204.0, 9180.0, 9201.0, 9143.0, 9148.0, 9119.0, 9153.0, 9124.0, 9178.0, 9176.0, 9199.0, 9114.0, 9098.0, 9113.0, 9117.0, 9125.0, 9098.0, 9170.0, 9131.0, 9170.0, 9133.0, 9144.0, 9133.0, 9128.0, 9115.0, 9118.0, 9118.0, 9137.0, 9180.0, 9127.0, 9200.0, 9171.0, 9198.0, 9144.0, 9166.0, 9122.0, 9121.0, 9122.0, 9121.0, 9180.0, 9142.0, 9198.0, 9157.0, 9184.0, 9143.0, 9137.0, 9121.0, 9122.0, 9179.0, 9141.0, 9198.0, 9160.0, 9171.0, 9150.0, 9148.0, 9149.0, 9149.0, 9203.0, 9151.0, 9207.0, 9167.0, 9192.0, 9152.0, 9150.0, 9177.0, 9137.0, 9206.0, 9179.0, 9191.0, 9152.0, 9161.0, 9149.0, 9147.0, 9180.0, 9151.0, 9209.0, 9153.0, 9209.0, 9171.0, 9194.0, 9155.0, 9171.0, 9173.0, 9178.0, 9219.0, 9178.0, 9234.0, 9159.0, 9199.0, 9153.0, 9187.0, 9173.0, 9172.0, 9219.0, 9174.0, 9226.0, 9154.0, 9199.0, 9172.0, 9186.0, 9177.0, 9177.0, 9215.0, 9175.0, 9229.0, 9195.0, 9235.0, 9196.0, 9223.0, 9184.0, 9206.0, 9201.0, 9172.0, 9244.0, 9206.0, 9229.0, 9180.0, 9216.0, 9171.0, 9196.0, 9169.0, 9168.0, 9199.0, 9171.0, 9227.0, 9151.0, 9207.0, 9151.0, 9198.0, 9154.0, 9173.0, 9175.0, 9174.0, 9212.0, 9171.0, 9226.0, 9188.0, 9216.0, 9175.0, 9216.0, 9170.0, 9171.0, 9223.0, 9187.0, 9229.0, 9169.0, 9181.0, 9154.0, 9163.0, 9188.0, 9145.0, 9201.0, 9174.0, 9204.0, 9164.0, 9176.0, 9148.0, 9151.0, 9166.0, 9150.0, 9195.0, 9169.0, 9224.0, 9169.0, 9197.0, 9156.0, 9199.0, 9169.0, 9174.0, 9203.0, 9156.0, 9224.0, 9171.0, 9214.0, 9170.0, 9195.0, 9171.0, 9172.0, 9196.0, 9151.0, 9207.0, 9187.0, 9225.0, 9170.0, 9183.0, 9175.0, 9169.0, 9152.0, 9169.0, 9227.0, 9190.0, 9232.0, 9193.0, 9233.0, 9178.0, 9172.0, 9171.0, 9174.0, 9203.0, 9192.0, 9236.0, 9177.0, 9228.0, 9172.0, 9203.0, 9173.0, 9203.0, 9176.0, 9178.0, 9212.0, 9156.0, 9227.0, 9188.0, 9214.0, 9174.0, 9202.0, 9161.0, 9170.0, 9199.0, 9187.0, 9230.0, 9185.0, 9217.0, 9176.0, 9213.0, 9170.0, 9202.0, 9173.0, 9178.0, 9237.0, 9183.0, 9248.0, 9173.0, 9202.0, 9190.0, 9191.0, 9246.0, 9189.0, 9228.0, 9169.0, 9175.0, 9164.0, 9168.0, 9209.0, 9163.0, 9224.0, 9152.0, 9173.0, 9133.0, 9179.0, 9149.0, 9165.0, 9173.0, 9175.0, 9213.0, 9169.0, 9224.0, 9185.0, 9212.0, 9154.0, 9196.0, 9154.0, 9168.0, 9188.0, 9148.0, 9218.0, 9176.0, 9203.0, 9168.0, 9193.0, 9150.0, 9132.0, 9201.0, 9163.0, 9205.0, 9181.0, 9211.0, 9176.0, 9183.0, 9170.0, 9173.0, 9176.0, 9196.0, 9197.0, 9203.0, 9259.0, 9200.0, 9252.0, 9183.0, 9244.0, 9198.0, 9203.0, 9244.0, 9203.0, 9250.0, 9199.0, 9241.0, 9194.0, 9219.0, 9157.0, 9150.0, 9107.0, 9072.0, 9184.0, 9198.0, 9121.0, 9168.0, 9156.0, 9206.0, 9167.0, 9222.0, 9195.0, 9233.0, 9188.0, 9264.0, 9255.0, 9209.0, 9193.0, 9150.0, 9164.0, 9130.0, 9104.0, 9090.0, 9115.0, 9110.0, 9119.0, 9142.0, 9168.0, 9165.0, 9200.0, 9163.0, 9187.0, 9146.0, 9174.0, 9200.0, 9145.0, 9200.0, 9165.0, 9137.0, 9194.0, 9133.0, 9189.0, 9132.0, 9144.0, 9145.0, 9117.0, 9195.0, 9186.0, 9196.0, 9120.0, 9134.0, 9147.0, 9118.0, 9189.0, 9134.0, 9160.0, 9122.0, 9135.0, 9190.0, 9120.0, 9177.0, 9122.0, 9136.0, 9139.0, 9144.0, 9200.0, 9175.0, 9220.0, 9145.0, 9192.0, 9168.0, 9180.0, 9166.0, 9159.0, 9227.0, 9181.0, 9232.0, 9189.0, 9204.0, 9172.0, 9157.0, 9224.0, 9168.0, 9212.0, 9170.0, 9177.0, 9244.0, 9211.0, 9230.0, 9172.0, 9183.0, 9179.0, 9151.0, 9222.0, 9181.0, 9212.0, 9169.0, 9167.0, 9221.0, 9164.0, 9202.0, 9146.0, 9176.0, 9177.0, 9146.0, 9219.0, 9147.0, 9188.0, 9150.0, 9193.0, 9159.0, 9168.0, 9169.0, 9156.0, 9159.0, 9206.0, 9207.0, 9194.0, 9221.0, 9176.0, 9243.0, 9157.0, 9197.0, 9184.0, 9173.0, 9243.0, 9202.0, 9231.0, 9178.0, 9217.0, 9161.0, 9158.0, 9228.0, 9173.0, 9231.0, 9188.0, 9217.0, 9179.0, 9195.0, 9177.0, 9176.0, 9242.0, 9200.0, 9225.0, 9200.0, 9213.0, 9173.0, 9184.0, 9155.0, 9168.0, 9171.0, 9186.0, 9229.0, 9186.0, 9223.0, 9180.0, 9216.0, 9177.0, 9200.0, 9175.0, 9225.0, 9190.0, 9210.0, 9222.0, 9180.0, 9245.0, 9170.0, 9211.0, 9184.0, 9211.0, 9181.0, 9199.0, 9171.0, 9153.0, 9223.0, 9165.0, 9201.0, 9178.0, 9204.0, 9166.0, 9179.0, 9165.0, 9150.0, 9189.0, 9146.0, 9205.0, 9165.0, 9222.0, 9182.0, 9209.0, 9177.0, 9187.0, 9175.0, 9179.0, 9211.0, 9177.0, 9239.0, 9202.0, 9272.0, 9199.0, 9222.0, 9181.0, 9228.0, 9225.0, 9210.0, 9223.0, 9189.0, 9267.0, 9191.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.005808086124401914</td></tr>
<tr><td colspan=3>aqi</td><td>0.03165510885167464</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.541818525257455</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.240853749149701</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0992802385988032</td></tr>
<tr><td colspan=3>efc</td><td>0.5345</td></tr>
<tr><td colspan=3>fber</td><td>3440.3892</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12313932358249642</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.24401913875598</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4902214921826684</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4000020336885832</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.654977300336772</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4156851425226504</td></tr>
<tr><td colspan=3>gcor</td><td>0.0148875</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.009306737221777439</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.038616642355918884</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>836</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.366861273421909</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>12.5844</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>57.1476</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>217.4904</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283223.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>1015.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.0939</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9865</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>466.8351</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3276.4221</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3422.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>783.625</td></tr>
<tr><td colspan=3>tsnr</td><td>33.919494746951386</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>