<?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-0106_ses-04_task-social_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-0106_ses-04_task-social_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-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_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-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_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-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0106_suffix-bold_task-social" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_ses-04_task-social_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-0106/figures/sub-0106_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-social_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-0106/ses-04/func/sub-0106_ses-04_task-social_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>937af2f9d4fb39aa4ce46daf11eaf5bf</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:11:30.880000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</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.259</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-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0950832</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-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5abf1ec7-6a26-471f-969b-a2f286844aad||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 872]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'AcquisitionTime': ['191130.880000', '191131.340000', '191131.800000', '191132.260000', '191132.720000', '191133.180000', '191133.640000', '191134.100000', '191134.560000', '191135.020000', '191135.480000', '191135.940000', '191136.400000', '191136.860000', '191137.320000', '191137.780000', '191138.240000', '191138.700000', '191139.160000', '191139.620000', '191140.080000', '191140.540000', '191141.000000', '191141.460000', '191141.920000', '191142.380000', '191142.840000', '191143.300000', '191143.760000', '191144.220000', '191144.680000', '191145.140000', '191145.600000', '191146.060000', '191146.520000', '191146.980000', '191147.440000', '191147.900000', '191148.360000', '191148.820000', '191149.280000', '191149.740000', '191150.200000', '191150.660000', '191151.120000', '191151.580000', '191152.040000', '191152.500000', '191152.960000', '191153.420000', '191153.880000', '191154.340000', '191154.800000', '191155.260000', '191155.720000', '191156.180000', '191156.640000', '191157.100000', '191157.560000', '191158.020000', '191158.480000', '191158.940000', '191159.400000', '191159.860000', '191200.320000', '191200.780000', '191201.240000', '191201.700000', '191202.160000', '191202.620000', '191203.080000', '191203.540000', '191204.000000', '191204.460000', '191204.920000', '191205.380000', '191205.840000', '191206.300000', '191206.760000', '191207.220000', '191207.680000', '191208.140000', '191208.600000', '191209.060000', '191209.520000', '191209.980000', '191210.440000', '191210.900000', '191211.360000', '191211.820000', '191212.280000', '191212.740000', '191213.200000', '191213.660000', '191214.120000', '191214.580000', '191215.040000', '191215.500000', '191215.960000', '191216.420000', '191216.880000', '191217.340000', '191217.800000', '191218.260000', '191218.720000', '191219.180000', '191219.640000', '191220.100000', '191220.560000', '191221.020000', '191221.480000', '191221.940000', '191222.400000', '191222.860000', '191223.320000', '191223.780000', '191224.240000', '191224.700000', '191225.160000', '191225.620000', '191226.080000', '191226.540000', '191227.000000', '191227.460000', '191227.920000', '191228.380000', '191228.840000', '191229.300000', '191229.760000', '191230.220000', '191230.680000', '191231.140000', '191231.600000', '191232.060000', '191232.520000', '191232.980000', '191233.440000', '191233.900000', '191234.360000', '191234.820000', '191235.280000', '191235.740000', '191236.200000', '191236.660000', '191237.120000', '191237.580000', '191238.040000', '191238.500000', '191238.960000', '191239.420000', '191239.880000', '191240.340000', '191240.800000', '191241.260000', '191241.720000', '191242.180000', '191242.640000', '191243.100000', '191243.560000', '191244.020000', '191244.480000', '191244.940000', '191245.400000', '191245.860000', '191246.320000', '191246.780000', '191247.240000', '191247.700000', '191248.160000', '191248.620000', '191249.080000', '191249.540000', '191250.000000', '191250.460000', '191250.920000', '191251.380000', '191251.840000', '191252.300000', '191252.760000', '191253.220000', '191253.680000', '191254.140000', '191254.600000', '191255.060000', '191255.520000', '191255.980000', '191256.440000', '191256.900000', '191257.360000', '191257.820000', '191258.280000', '191258.740000', '191259.200000', '191259.660000', '191300.120000', '191300.580000', '191301.040000', '191301.500000', '191301.960000', '191302.420000', '191302.880000', '191303.340000', '191303.800000', '191304.260000', '191304.720000', '191305.180000', '191305.640000', '191306.100000', '191306.560000', '191307.020000', '191307.480000', '191307.940000', '191308.400000', '191308.860000', '191309.320000', '191309.780000', '191310.240000', '191310.700000', '191311.160000', '191311.620000', '191312.080000', '191312.540000', '191313.000000', '191313.460000', '191313.920000', '191314.380000', '191314.840000', '191315.300000', '191315.760000', '191316.220000', '191316.680000', '191317.140000', '191317.600000', '191318.060000', '191318.520000', '191318.980000', '191319.440000', '191319.900000', '191320.360000', '191320.820000', '191321.280000', '191321.740000', '191322.200000', '191322.660000', '191323.120000', '191323.580000', '191324.040000', '191324.500000', '191324.960000', '191325.420000', '191325.880000', '191326.340000', '191326.800000', '191327.260000', '191327.720000', '191328.180000', '191328.640000', '191329.100000', '191329.560000', '191330.020000', '191330.480000', '191330.940000', '191331.400000', '191331.860000', '191332.320000', '191332.780000', '191333.240000', '191333.700000', '191334.160000', '191334.620000', '191335.080000', '191335.540000', '191336.000000', '191336.460000', '191336.920000', '191337.380000', '191337.840000', '191338.300000', '191338.760000', '191339.220000', '191339.680000', '191340.140000', '191340.600000', '191341.060000', '191341.520000', '191341.980000', '191342.440000', '191342.900000', '191343.360000', '191343.820000', '191344.280000', '191344.740000', '191345.200000', '191345.660000', '191346.120000', '191346.580000', '191347.040000', '191347.500000', '191347.960000', '191348.420000', '191348.880000', '191349.340000', '191349.800000', '191350.260000', '191350.720000', '191351.180000', '191351.640000', '191352.100000', '191352.560000', '191353.020000', '191353.480000', '191353.940000', '191354.400000', '191354.860000', '191355.320000', '191355.780000', '191356.240000', '191356.700000', '191357.160000', '191357.620000', '191358.080000', '191358.540000', '191359.000000', '191359.460000', '191359.920000', '191400.380000', '191400.840000', '191401.300000', '191401.760000', '191402.220000', '191402.680000', '191403.140000', '191403.600000', '191404.060000', '191404.520000', '191404.980000', '191405.440000', '191405.900000', '191406.360000', '191406.820000', '191407.280000', '191407.740000', '191408.200000', '191408.660000', '191409.120000', '191409.580000', '191410.040000', '191410.500000', '191410.960000', '191411.420000', '191411.880000', '191412.340000', '191412.800000', '191413.260000', '191413.720000', '191414.180000', '191414.640000', '191415.100000', '191415.560000', '191416.020000', '191416.480000', '191416.940000', '191417.400000', '191417.860000', '191418.320000', '191418.780000', '191419.240000', '191419.700000', '191420.160000', '191420.620000', '191421.080000', '191421.540000', '191422.000000', '191422.460000', '191422.920000', '191423.380000', '191423.840000', '191424.300000', '191424.760000', '191425.220000', '191425.680000', '191426.140000', '191426.600000', '191427.060000', '191427.520000', '191427.980000', '191428.440000', '191428.900000', '191429.360000', '191429.820000', '191430.280000', '191430.740000', '191431.200000', '191431.660000', '191432.120000', '191432.580000', '191433.040000', '191433.500000', '191433.960000', '191434.420000', '191434.880000', '191435.340000', '191435.800000', '191436.260000', '191436.720000', '191437.180000', '191437.640000', '191438.100000', '191438.560000', '191439.020000', '191439.480000', '191439.940000', '191440.400000', '191440.860000', '191441.320000', '191441.780000', '191442.240000', '191442.700000', '191443.160000', '191443.620000', '191444.080000', '191444.540000', '191445.000000', '191445.460000', '191445.920000', '191446.380000', '191446.840000', '191447.300000', '191447.760000', '191448.220000', '191448.680000', '191449.140000', '191449.600000', '191450.060000', '191450.520000', '191450.980000', '191451.440000', '191451.900000', '191452.360000', '191452.820000', '191453.280000', '191453.740000', '191454.200000', '191454.660000', '191455.120000', '191455.580000', '191456.040000', '191456.500000', '191456.960000', '191457.420000', '191457.880000', '191458.340000', '191458.800000', '191459.260000', '191459.720000', '191500.180000', '191500.640000', '191501.100000', '191501.560000', '191502.020000', '191502.480000', '191502.940000', '191503.400000', '191503.860000', '191504.320000', '191504.780000', '191505.240000', '191505.700000', '191506.160000', '191506.620000', '191507.080000', '191507.540000', '191508.000000', '191508.460000', '191508.920000', '191509.380000', '191509.840000', '191510.300000', '191510.760000', '191511.220000', '191511.680000', '191512.140000', '191512.600000', '191513.060000', '191513.520000', '191513.980000', '191514.440000', '191514.900000', '191515.360000', '191515.820000', '191516.280000', '191516.740000', '191517.200000', '191517.660000', '191518.120000', '191518.580000', '191519.040000', '191519.500000', '191519.960000', '191520.420000', '191520.880000', '191521.340000', '191521.800000', '191522.260000', '191522.720000', '191523.180000', '191523.640000', '191524.100000', '191524.560000', '191525.020000', '191525.480000', '191525.940000', '191526.400000', '191526.860000', '191527.320000', '191527.780000', '191528.240000', '191528.700000', '191529.160000', '191529.620000', '191530.080000', '191530.540000', '191531.000000', '191531.460000', '191531.920000', '191532.380000', '191532.840000', '191533.300000', '191533.760000', '191534.220000', '191534.680000', '191535.140000', '191535.600000', '191536.060000', '191536.520000', '191536.980000', '191537.440000', '191537.900000', '191538.360000', '191538.820000', '191539.280000', '191539.740000', '191540.200000', '191540.660000', '191541.120000', '191541.580000', '191542.040000', '191542.500000', '191542.960000', '191543.420000', '191543.880000', '191544.340000', '191544.800000', '191545.260000', '191545.720000', '191546.180000', '191546.640000', '191547.100000', '191547.560000', '191548.020000', '191548.480000', '191548.940000', '191549.400000', '191549.860000', '191550.320000', '191550.780000', '191551.240000', '191551.700000', '191552.160000', '191552.620000', '191553.080000', '191553.540000', '191554.000000', '191554.460000', '191554.920000', '191555.380000', '191555.840000', '191556.300000', '191556.760000', '191557.220000', '191557.680000', '191558.140000', '191558.600000', '191559.060000', '191559.520000', '191559.980000', '191600.440000', '191600.900000', '191601.360000', '191601.820000', '191602.280000', '191602.740000', '191603.200000', '191603.660000', '191604.120000', '191604.580000', '191605.040000', '191605.500000', '191605.960000', '191606.420000', '191606.880000', '191607.340000', '191607.800000', '191608.260000', '191608.720000', '191609.180000', '191609.640000', '191610.100000', '191610.560000', '191611.020000', '191611.480000', '191611.940000', '191612.400000', '191612.860000', '191613.320000', '191613.780000', '191614.240000', '191614.700000', '191615.160000', '191615.620000', '191616.080000', '191616.540000', '191617.000000', '191617.460000', '191617.920000', '191618.380000', '191618.840000', '191619.300000', '191619.760000', '191620.220000', '191620.680000', '191621.140000', '191621.600000', '191622.060000', '191622.520000', '191622.980000', '191623.440000', '191623.900000', '191624.360000', '191624.820000', '191625.280000', '191625.740000', '191626.200000', '191626.660000', '191627.120000', '191627.580000', '191628.040000', '191628.500000', '191628.960000', '191629.420000', '191629.880000', '191630.340000', '191630.800000', '191631.260000', '191631.720000', '191632.180000', '191632.640000', '191633.100000', '191633.560000', '191634.020000', '191634.480000', '191634.940000', '191635.400000', '191635.860000', '191636.320000', '191636.780000', '191637.240000', '191637.700000', '191638.160000', '191638.620000', '191639.080000', '191639.540000', '191640.000000', '191640.460000', '191640.920000', '191641.380000', '191641.840000', '191642.300000', '191642.760000', '191643.220000', '191643.680000', '191644.140000', '191644.600000', '191645.060000', '191645.520000', '191645.980000', '191646.440000', '191646.900000', '191647.360000', '191647.820000', '191648.280000', '191648.740000', '191649.200000', '191649.660000', '191650.120000', '191650.580000', '191651.040000', '191651.500000', '191651.960000', '191652.420000', '191652.880000', '191653.340000', '191653.800000', '191654.260000', '191654.720000', '191655.180000', '191655.640000', '191656.100000', '191656.560000', '191657.020000', '191657.480000', '191657.940000', '191658.400000', '191658.860000', '191659.320000', '191659.780000', '191700.240000', '191700.700000', '191701.160000', '191701.620000', '191702.080000', '191702.540000', '191703.000000', '191703.460000', '191703.920000', '191704.380000', '191704.840000', '191705.300000', '191705.760000', '191706.220000', '191706.680000', '191707.140000', '191707.600000', '191708.060000', '191708.520000', '191708.980000', '191709.440000', '191709.900000', '191710.360000', '191710.820000', '191711.280000', '191711.740000', '191712.200000', '191712.660000', '191713.120000', '191713.580000', '191714.040000', '191714.500000', '191714.960000', '191715.420000', '191715.880000', '191716.340000', '191716.800000', '191717.260000', '191717.720000', '191718.180000', '191718.640000', '191719.100000', '191719.560000', '191720.020000', '191720.480000', '191720.940000', '191721.400000', '191721.860000', '191722.320000', '191722.780000', '191723.240000', '191723.700000', '191724.160000', '191724.620000', '191725.080000', '191725.540000', '191726.000000', '191726.460000', '191726.920000', '191727.380000', '191727.840000', '191728.300000', '191728.760000', '191729.220000', '191729.680000', '191730.140000', '191730.600000', '191731.060000', '191731.520000', '191731.980000', '191732.440000', '191732.900000', '191733.360000', '191733.820000', '191734.280000', '191734.740000', '191735.200000', '191735.660000', '191736.120000', '191736.580000', '191737.040000', '191737.500000', '191737.960000', '191738.420000', '191738.880000', '191739.340000', '191739.800000', '191740.260000', '191740.720000', '191741.180000', '191741.640000', '191742.100000', '191742.560000', '191743.020000', '191743.480000', '191743.940000', '191744.400000', '191744.860000', '191745.320000', '191745.780000', '191746.240000', '191746.700000', '191747.160000', '191747.620000', '191748.080000', '191748.540000', '191749.000000', '191749.460000', '191749.920000', '191750.380000', '191750.840000', '191751.300000', '191751.760000', '191752.220000', '191752.680000', '191753.140000', '191753.600000', '191754.060000', '191754.520000', '191754.980000', '191755.440000', '191755.900000', '191756.360000', '191756.820000', '191757.280000', '191757.740000', '191758.200000', '191758.660000', '191759.120000', '191759.580000', '191800.040000', '191800.500000', '191800.960000', '191801.420000', '191801.880000', '191802.340000', '191802.800000', '191803.260000', '191803.720000', '191804.180000', '191804.640000', '191805.100000', '191805.560000', '191806.020000', '191806.480000', '191806.940000', '191807.400000', '191807.860000', '191808.320000', '191808.780000', '191809.240000', '191809.700000', '191810.160000', '191810.620000', '191811.080000', '191811.540000'], 'ContentTime': ['191153.834000', '191153.837000', '191153.840000', '191153.842000', '191153.845000', '191153.847000', '191153.850000', '191153.853000', '191153.855000', '191153.858000', '191153.860000', '191153.863000', '191153.866000', '191153.868000', '191153.871000', '191153.873000', '191153.876000', '191153.878000', '191153.881000', '191153.883000', '191153.886000', '191153.889000', '191153.891000', '191153.894000', '191153.896000', '191153.899000', '191153.901000', '191153.904000', '191153.906000', '191153.909000', '191153.912000', '191153.914000', '191153.917000', '191153.919000', '191153.922000', '191153.924000', '191153.927000', '191153.929000', '191153.932000', '191153.935000', '191153.937000', '191153.940000', '191153.944000', '191153.946000', '191153.949000', '191153.951000', '191153.954000', '191153.956000', '191213.795000', '191213.798000', '191213.801000', '191213.803000', '191213.806000', '191213.809000', '191213.811000', '191213.814000', '191213.816000', '191213.819000', '191213.821000', '191213.824000', '191213.827000', '191213.829000', '191213.832000', '191213.834000', '191213.837000', '191213.839000', '191213.842000', '191213.844000', '191213.847000', '191213.850000', '191213.852000', '191213.859000', '191213.862000', '191213.865000', '191213.867000', '191213.870000', '191213.872000', '191213.875000', '191213.877000', '191213.880000', '191213.882000', '191213.885000', '191213.888000', '191213.890000', '191213.893000', '191213.895000', '191213.898000', '191213.900000', '191213.903000', '191213.905000', '191213.908000', '191233.796000', '191233.799000', '191233.802000', '191233.804000', '191233.807000', '191233.809000', '191233.812000', '191233.815000', '191233.817000', '191233.820000', '191233.822000', '191233.825000', '191233.827000', '191233.830000', '191233.832000', '191233.835000', '191233.837000', '191233.840000', '191233.842000', '191233.845000', '191233.848000', '191233.850000', '191233.853000', '191233.855000', '191233.858000', '191233.860000', '191233.863000', '191233.865000', '191233.868000', '191233.871000', '191233.873000', '191233.876000', '191233.878000', '191233.881000', '191233.885000', '191233.888000', '191233.890000', '191233.893000', '191233.895000', '191233.898000', '191233.900000', '191233.903000', '191233.906000', '191233.908000', '191253.797000', '191253.799000', '191253.802000', '191253.805000', '191253.807000', '191253.810000', '191253.812000', '191253.815000', '191253.818000', '191253.820000', '191253.823000', '191253.825000', '191253.828000', '191253.830000', '191253.833000', '191253.836000', '191253.838000', '191253.841000', '191253.843000', '191253.846000', '191253.848000', '191253.853000', '191253.855000', '191253.858000', '191253.860000', '191253.863000', '191253.865000', '191253.868000', '191253.870000', '191253.873000', '191253.876000', '191253.878000', '191253.881000', '191253.883000', '191253.897000', '191253.900000', '191253.902000', '191253.905000', '191253.908000', '191253.910000', '191253.913000', '191253.915000', '191253.918000', '191313.796000', '191313.798000', '191313.801000', '191313.804000', '191313.806000', '191313.809000', '191313.811000', '191313.814000', '191313.816000', '191313.819000', '191313.821000', '191313.824000', '191313.827000', '191313.829000', '191313.832000', '191313.835000', '191313.838000', '191313.840000', '191313.843000', '191313.845000', '191313.848000', '191313.851000', '191313.853000', '191313.856000', '191313.858000', '191313.861000', '191313.863000', '191313.866000', '191313.868000', '191313.871000', '191313.874000', '191313.876000', '191313.879000', '191313.881000', '191313.884000', '191313.886000', '191313.889000', '191313.892000', '191313.894000', '191313.897000', '191313.899000', '191313.902000', '191313.904000', '191313.907000', '191333.796000', '191333.798000', '191333.801000', '191333.803000', '191333.806000', '191333.809000', '191333.811000', '191333.814000', '191333.817000', '191333.819000', '191333.822000', '191333.824000', '191333.827000', '191333.829000', '191333.832000', '191333.835000', '191333.837000', '191333.840000', '191333.842000', '191333.845000', '191333.847000', '191333.850000', '191333.853000', '191333.855000', '191333.858000', '191333.860000', '191333.863000', '191333.865000', '191333.868000', '191333.870000', '191333.873000', '191333.876000', '191333.878000', '191333.881000', '191333.883000', '191333.886000', '191333.889000', '191333.891000', '191333.894000', '191333.896000', '191333.899000', '191333.901000', '191333.904000', '191353.795000', '191353.798000', '191353.801000', '191353.803000', '191353.806000', '191353.808000', '191353.811000', '191353.814000', '191353.816000', '191353.819000', '191353.821000', '191353.824000', '191353.826000', '191353.829000', '191353.832000', '191353.834000', '191353.837000', '191353.839000', '191353.842000', '191353.845000', '191353.847000', '191353.850000', '191353.852000', '191353.855000', '191353.857000', '191353.860000', '191353.863000', '191353.865000', '191353.868000', '191353.870000', '191353.873000', '191353.875000', '191353.878000', '191353.881000', '191353.883000', '191353.886000', '191353.888000', '191353.891000', '191353.893000', '191353.896000', '191353.899000', '191353.901000', '191353.904000', '191353.906000', '191413.796000', '191413.798000', '191413.801000', '191413.804000', '191413.806000', '191413.809000', '191413.811000', '191413.814000', '191413.817000', '191413.819000', '191413.822000', '191413.824000', '191413.827000', '191413.830000', '191413.832000', '191413.842000', '191413.845000', '191413.848000', '191413.850000', '191413.853000', '191413.855000', '191413.858000', '191413.860000', '191413.863000', '191413.865000', '191413.868000', '191413.870000', '191413.873000', '191413.876000', '191413.878000', '191413.881000', '191413.883000', '191413.886000', '191413.888000', '191413.891000', '191413.893000', '191413.896000', '191413.910000', '191413.912000', '191413.915000', '191413.917000', '191413.920000', '191413.922000', '191433.795000', '191433.798000', '191433.801000', '191433.803000', '191433.806000', '191433.808000', '191433.811000', '191433.814000', '191433.816000', '191433.819000', '191433.823000', '191433.825000', '191433.828000', '191433.831000', '191433.833000', '191433.836000', '191433.838000', '191433.841000', '191433.843000', '191433.846000', '191433.849000', '191433.851000', '191433.854000', '191433.856000', '191433.859000', '191433.861000', '191433.864000', '191433.867000', '191433.869000', '191433.872000', '191433.883000', '191433.885000', '191433.888000', '191433.890000', '191433.893000', '191433.896000', '191433.898000', '191433.901000', '191433.903000', '191433.906000', '191433.908000', '191433.911000', '191433.914000', '191433.916000', '191453.796000', '191453.799000', '191453.802000', '191453.805000', '191453.807000', '191453.810000', '191453.812000', '191453.815000', '191453.817000', '191453.820000', '191453.823000', '191453.825000', '191453.828000', '191453.830000', '191453.833000', '191453.835000', '191453.838000', '191453.841000', '191453.843000', '191453.846000', '191453.848000', '191453.851000', '191453.854000', '191453.856000', '191453.859000', '191453.861000', '191453.864000', '191453.866000', '191453.869000', '191453.871000', '191453.874000', '191453.877000', '191453.879000', '191453.882000', '191453.893000', '191453.895000', '191453.898000', '191453.901000', '191453.903000', '191453.906000', '191453.908000', '191453.911000', '191453.914000', '191513.797000', '191513.799000', '191513.802000', '191513.805000', '191513.807000', '191513.810000', '191513.812000', '191513.815000', '191513.818000', '191513.820000', '191513.823000', '191513.825000', '191513.828000', '191513.830000', '191513.833000', '191513.836000', '191513.838000', '191513.841000', '191513.844000', '191513.846000', '191513.849000', '191513.851000', '191513.854000', '191513.856000', '191513.859000', '191513.861000', '191513.864000', '191513.867000', '191513.869000', '191513.872000', '191513.874000', '191513.877000', '191513.879000', '191513.882000', '191513.884000', '191513.887000', '191513.890000', '191513.892000', '191513.895000', '191513.897000', '191513.900000', '191513.902000', '191513.905000', '191533.795000', '191533.798000', '191533.801000', '191533.804000', '191533.806000', '191533.809000', '191533.811000', '191533.814000', '191533.816000', '191533.819000', '191533.822000', '191533.824000', '191533.827000', '191533.829000', '191533.832000', '191533.835000', '191533.837000', '191533.840000', '191533.842000', '191533.845000', '191533.848000', '191533.850000', '191533.853000', '191533.855000', '191533.858000', '191533.860000', '191533.863000', '191533.866000', '191533.868000', '191533.871000', '191533.873000', '191533.876000', '191533.879000', '191533.881000', '191533.884000', '191533.886000', '191533.889000', '191533.891000', '191533.894000', '191533.896000', '191533.899000', '191533.902000', '191533.904000', '191533.907000', '191553.795000', '191553.798000', '191553.801000', '191553.803000', '191553.806000', '191553.809000', '191553.811000', '191553.814000', '191553.816000', '191553.819000', '191553.821000', '191553.824000', '191553.827000', '191553.829000', '191553.832000', '191553.834000', '191553.837000', '191553.839000', '191553.842000', '191553.845000', '191553.847000', '191553.850000', '191553.852000', '191553.855000', '191553.858000', '191553.861000', '191553.864000', '191553.866000', '191553.869000', '191553.871000', '191553.874000', '191553.877000', '191553.879000', '191553.882000', '191553.884000', '191553.887000', '191553.889000', '191553.892000', '191553.895000', '191553.897000', '191553.900000', '191553.902000', '191553.905000', '191613.796000', '191613.798000', '191613.801000', '191613.804000', '191613.806000', '191613.809000', '191613.811000', '191613.814000', '191613.816000', '191613.819000', '191613.821000', '191613.824000', '191613.835000', '191613.837000', '191613.840000', '191613.843000', '191613.845000', '191613.848000', '191613.850000', '191613.853000', '191613.855000', '191613.858000', '191613.860000', '191613.863000', '191613.866000', '191613.868000', '191613.871000', '191613.873000', '191613.876000', '191613.878000', '191613.881000', '191613.884000', '191613.886000', '191613.889000', '191613.891000', '191613.894000', '191613.897000', '191613.899000', '191613.902000', '191613.904000', '191613.907000', '191613.909000', '191613.912000', '191613.915000', '191633.796000', '191633.798000', '191633.801000', '191633.804000', '191633.806000', '191633.809000', '191633.811000', '191633.814000', '191633.816000', '191633.819000', '191633.822000', '191633.824000', '191633.827000', '191633.829000', '191633.832000', '191633.835000', '191633.837000', '191633.840000', '191633.843000', '191633.845000', '191633.848000', '191633.850000', '191633.853000', '191633.855000', '191633.858000', '191633.861000', '191633.863000', '191633.866000', '191633.868000', '191633.871000', '191633.873000', '191633.876000', '191633.878000', '191633.881000', '191633.883000', '191633.886000', '191633.889000', '191633.891000', '191633.894000', '191633.896000', '191633.899000', '191633.901000', '191633.904000', '191653.795000', '191653.798000', '191653.801000', '191653.804000', '191653.806000', '191653.809000', '191653.811000', '191653.814000', '191653.816000', '191653.819000', '191653.822000', '191653.824000', '191653.827000', '191653.829000', '191653.832000', '191653.834000', '191653.837000', '191653.840000', '191653.842000', '191653.845000', '191653.847000', '191653.850000', '191653.852000', '191653.855000', '191653.858000', '191653.860000', '191653.863000', '191653.865000', '191653.868000', '191653.871000', '191653.873000', '191653.876000', '191653.878000', '191653.881000', '191653.883000', '191653.886000', '191653.888000', '191653.891000', '191653.894000', '191653.896000', '191653.899000', '191653.901000', '191653.904000', '191653.907000', '191713.796000', '191713.799000', '191713.802000', '191713.805000', '191713.807000', '191713.810000', '191713.812000', '191713.815000', '191713.817000', '191713.820000', '191713.823000', '191713.825000', '191713.828000', '191713.830000', '191713.833000', '191713.836000', '191713.838000', '191713.841000', '191713.843000', '191713.846000', '191713.848000', '191713.851000', '191713.853000', '191713.856000', '191713.859000', '191713.861000', '191713.864000', '191713.866000', '191713.869000', '191713.873000', '191713.876000', '191713.878000', '191713.881000', '191713.884000', '191713.886000', '191713.889000', '191713.891000', '191713.894000', '191713.896000', '191713.899000', '191713.902000', '191713.905000', '191713.908000', '191733.796000', '191733.799000', '191733.802000', '191733.804000', '191733.807000', '191733.810000', '191733.812000', '191733.815000', '191733.817000', '191733.820000', '191733.823000', '191733.825000', '191733.828000', '191733.830000', '191733.833000', '191733.835000', '191733.838000', '191733.840000', '191733.843000', '191733.846000', '191733.850000', '191733.852000', '191733.855000', '191733.879000', '191733.881000', '191733.884000', '191733.886000', '191733.889000', '191733.892000', '191733.894000', '191733.897000', '191733.899000', '191733.902000', '191733.904000', '191733.907000', '191733.910000', '191733.912000', '191733.915000', '191733.917000', '191733.920000', '191733.923000', '191733.925000', '191733.928000', '191733.930000', '191753.795000', '191753.798000', '191753.801000', '191753.803000', '191753.806000', '191753.809000', '191753.811000', '191753.814000', '191753.816000', '191753.819000', '191753.821000', '191753.824000', '191753.827000', '191753.829000', '191753.832000', '191753.835000', '191753.837000', '191753.840000', '191753.842000', '191753.845000', '191753.847000', '191753.850000', '191753.853000', '191753.855000', '191753.858000', '191753.860000', '191753.863000', '191753.866000', '191753.869000', '191753.871000', '191753.874000', '191753.876000', '191753.879000', '191753.882000', '191753.884000', '191753.887000', '191753.890000', '191753.892000', '191753.895000', '191753.897000', '191753.900000', '191753.902000', '191753.905000', '191812.733000', '191812.736000', '191812.739000', '191812.742000', '191812.745000', '191812.747000', '191812.750000', '191812.753000', '191812.756000', '191812.758000', '191812.761000', '191812.764000', '191812.766000', '191812.769000', '191812.772000', '191812.774000', '191812.777000', '191812.779000', '191812.782000', '191812.784000', '191812.787000', '191812.790000', '191812.792000', '191812.795000', '191812.797000', '191812.802000', '191812.848000', '191812.852000', '191812.855000', '191812.859000', '191812.862000', '191812.866000', '191812.870000', '191812.873000', '191812.876000', '191812.879000', '191812.882000', '191812.885000', '191812.888000', '191812.891000', '191812.894000', '191812.897000'], 'InstanceCreationTime': ['191153.834000', '191153.837000', '191153.840000', '191153.842000', '191153.845000', '191153.847000', '191153.850000', '191153.853000', '191153.855000', '191153.858000', '191153.860000', '191153.863000', '191153.866000', '191153.868000', '191153.871000', '191153.873000', '191153.876000', '191153.878000', '191153.881000', '191153.883000', '191153.886000', '191153.889000', '191153.891000', '191153.894000', '191153.896000', '191153.899000', '191153.901000', '191153.904000', '191153.906000', '191153.909000', '191153.912000', '191153.914000', '191153.917000', '191153.919000', '191153.922000', '191153.924000', '191153.927000', '191153.929000', '191153.932000', '191153.935000', '191153.937000', '191153.940000', '191153.944000', '191153.946000', '191153.949000', '191153.951000', '191153.954000', '191153.956000', '191213.795000', '191213.798000', '191213.801000', '191213.803000', '191213.806000', '191213.809000', '191213.811000', '191213.814000', '191213.816000', '191213.819000', '191213.821000', '191213.824000', '191213.827000', '191213.829000', '191213.832000', '191213.834000', '191213.837000', '191213.839000', '191213.842000', '191213.844000', '191213.847000', '191213.850000', '191213.852000', '191213.859000', '191213.862000', '191213.865000', '191213.867000', '191213.870000', '191213.872000', '191213.875000', '191213.877000', '191213.880000', '191213.882000', '191213.885000', '191213.888000', '191213.890000', '191213.893000', '191213.895000', '191213.898000', '191213.900000', '191213.903000', '191213.905000', '191213.908000', '191233.796000', '191233.799000', '191233.802000', '191233.804000', '191233.807000', '191233.809000', '191233.812000', '191233.815000', '191233.817000', '191233.820000', '191233.822000', '191233.825000', '191233.827000', '191233.830000', '191233.832000', '191233.835000', '191233.837000', '191233.840000', '191233.842000', '191233.845000', '191233.848000', '191233.850000', '191233.853000', '191233.855000', '191233.858000', '191233.860000', '191233.863000', '191233.865000', '191233.868000', '191233.871000', '191233.873000', '191233.876000', '191233.878000', '191233.881000', '191233.885000', '191233.888000', '191233.890000', '191233.893000', '191233.895000', '191233.898000', '191233.900000', '191233.903000', '191233.906000', '191233.908000', '191253.797000', '191253.799000', '191253.802000', '191253.805000', '191253.807000', '191253.810000', '191253.812000', '191253.815000', '191253.818000', '191253.820000', '191253.823000', '191253.825000', '191253.828000', '191253.830000', '191253.833000', '191253.836000', '191253.838000', '191253.841000', '191253.843000', '191253.846000', '191253.848000', '191253.853000', '191253.855000', '191253.858000', '191253.860000', '191253.863000', '191253.865000', '191253.868000', '191253.870000', '191253.873000', '191253.876000', '191253.878000', '191253.881000', '191253.883000', '191253.897000', '191253.900000', '191253.902000', '191253.905000', '191253.908000', '191253.910000', '191253.913000', '191253.915000', '191253.918000', '191313.796000', '191313.798000', '191313.801000', '191313.804000', '191313.806000', '191313.809000', '191313.811000', '191313.814000', '191313.816000', '191313.819000', '191313.821000', '191313.824000', '191313.827000', '191313.829000', '191313.832000', '191313.835000', '191313.838000', '191313.840000', '191313.843000', '191313.845000', '191313.848000', '191313.851000', '191313.853000', '191313.856000', '191313.858000', '191313.861000', '191313.863000', '191313.866000', '191313.868000', '191313.871000', '191313.874000', '191313.876000', '191313.879000', '191313.881000', '191313.884000', '191313.886000', '191313.889000', '191313.892000', '191313.894000', '191313.897000', '191313.899000', '191313.902000', '191313.904000', '191313.907000', '191333.796000', '191333.798000', '191333.801000', '191333.803000', '191333.806000', '191333.809000', '191333.811000', '191333.814000', '191333.817000', '191333.819000', '191333.822000', '191333.824000', '191333.827000', '191333.829000', '191333.832000', '191333.835000', '191333.837000', '191333.840000', '191333.842000', '191333.845000', '191333.847000', '191333.850000', '191333.853000', '191333.855000', '191333.858000', '191333.860000', '191333.863000', '191333.865000', '191333.868000', '191333.870000', '191333.873000', '191333.876000', '191333.878000', '191333.881000', '191333.883000', '191333.886000', '191333.889000', '191333.891000', '191333.894000', '191333.896000', '191333.899000', '191333.901000', '191333.904000', '191353.795000', '191353.798000', '191353.801000', '191353.803000', '191353.806000', '191353.808000', '191353.811000', '191353.814000', '191353.816000', '191353.819000', '191353.821000', '191353.824000', '191353.826000', '191353.829000', '191353.832000', '191353.834000', '191353.837000', '191353.839000', '191353.842000', '191353.845000', '191353.847000', '191353.850000', '191353.852000', '191353.855000', '191353.857000', '191353.860000', '191353.863000', '191353.865000', '191353.868000', '191353.870000', '191353.873000', '191353.875000', '191353.878000', '191353.881000', '191353.883000', '191353.886000', '191353.888000', '191353.891000', '191353.893000', '191353.896000', '191353.899000', '191353.901000', '191353.904000', '191353.906000', '191413.796000', '191413.798000', '191413.801000', '191413.804000', '191413.806000', '191413.809000', '191413.811000', '191413.814000', '191413.817000', '191413.819000', '191413.822000', '191413.824000', '191413.827000', '191413.830000', '191413.832000', '191413.842000', '191413.845000', '191413.848000', '191413.850000', '191413.853000', '191413.855000', '191413.858000', '191413.860000', '191413.863000', '191413.865000', '191413.868000', '191413.870000', '191413.873000', '191413.876000', '191413.878000', '191413.881000', '191413.883000', '191413.886000', '191413.888000', '191413.891000', '191413.893000', '191413.896000', '191413.910000', '191413.912000', '191413.915000', '191413.917000', '191413.920000', '191413.922000', '191433.795000', '191433.798000', '191433.801000', '191433.803000', '191433.806000', '191433.808000', '191433.811000', '191433.814000', '191433.816000', '191433.819000', '191433.823000', '191433.825000', '191433.828000', '191433.831000', '191433.833000', '191433.836000', '191433.838000', '191433.841000', '191433.843000', '191433.846000', '191433.849000', '191433.851000', '191433.854000', '191433.856000', '191433.859000', '191433.861000', '191433.864000', '191433.867000', '191433.869000', '191433.872000', '191433.883000', '191433.885000', '191433.888000', '191433.890000', '191433.893000', '191433.896000', '191433.898000', '191433.901000', '191433.903000', '191433.906000', '191433.908000', '191433.911000', '191433.914000', '191433.916000', '191453.796000', '191453.799000', '191453.802000', '191453.805000', '191453.807000', '191453.810000', '191453.812000', '191453.815000', '191453.817000', '191453.820000', '191453.823000', '191453.825000', '191453.828000', '191453.830000', '191453.833000', '191453.835000', '191453.838000', '191453.841000', '191453.843000', '191453.846000', '191453.848000', '191453.851000', '191453.854000', '191453.856000', '191453.859000', '191453.861000', '191453.864000', '191453.866000', '191453.869000', '191453.871000', '191453.874000', '191453.877000', '191453.879000', '191453.882000', '191453.893000', '191453.895000', '191453.898000', '191453.901000', '191453.903000', '191453.906000', '191453.908000', '191453.911000', '191453.914000', '191513.797000', '191513.799000', '191513.802000', '191513.805000', '191513.807000', '191513.810000', '191513.812000', '191513.815000', '191513.818000', '191513.820000', '191513.823000', '191513.825000', '191513.828000', '191513.830000', '191513.833000', '191513.836000', '191513.838000', '191513.841000', '191513.844000', '191513.846000', '191513.849000', '191513.851000', '191513.854000', '191513.856000', '191513.859000', '191513.861000', '191513.864000', '191513.867000', '191513.869000', '191513.872000', '191513.874000', '191513.877000', '191513.879000', '191513.882000', '191513.884000', '191513.887000', '191513.890000', '191513.892000', '191513.895000', '191513.897000', '191513.900000', '191513.902000', '191513.905000', '191533.795000', '191533.798000', '191533.801000', '191533.804000', '191533.806000', '191533.809000', '191533.811000', '191533.814000', '191533.816000', '191533.819000', '191533.822000', '191533.824000', '191533.827000', '191533.829000', '191533.832000', '191533.835000', '191533.837000', '191533.840000', '191533.842000', '191533.845000', '191533.848000', '191533.850000', '191533.853000', '191533.855000', '191533.858000', '191533.860000', '191533.863000', '191533.866000', '191533.868000', '191533.871000', '191533.873000', '191533.876000', '191533.879000', '191533.881000', '191533.884000', '191533.886000', '191533.889000', '191533.891000', '191533.894000', '191533.896000', '191533.899000', '191533.902000', '191533.904000', '191533.907000', '191553.795000', '191553.798000', '191553.801000', '191553.803000', '191553.806000', '191553.809000', '191553.811000', '191553.814000', '191553.816000', '191553.819000', '191553.821000', '191553.824000', '191553.827000', '191553.829000', '191553.832000', '191553.834000', '191553.837000', '191553.839000', '191553.842000', '191553.845000', '191553.847000', '191553.850000', '191553.852000', '191553.855000', '191553.858000', '191553.861000', '191553.864000', '191553.866000', '191553.869000', '191553.871000', '191553.874000', '191553.877000', '191553.879000', '191553.882000', '191553.884000', '191553.887000', '191553.889000', '191553.892000', '191553.895000', '191553.897000', '191553.900000', '191553.902000', '191553.905000', '191613.796000', '191613.798000', '191613.801000', '191613.804000', '191613.806000', '191613.809000', '191613.811000', '191613.814000', '191613.816000', '191613.819000', '191613.821000', '191613.824000', '191613.835000', '191613.837000', '191613.840000', '191613.843000', '191613.845000', '191613.848000', '191613.850000', '191613.853000', '191613.855000', '191613.858000', '191613.860000', '191613.863000', '191613.866000', '191613.868000', '191613.871000', '191613.873000', '191613.876000', '191613.878000', '191613.881000', '191613.884000', '191613.886000', '191613.889000', '191613.891000', '191613.894000', '191613.897000', '191613.899000', '191613.902000', '191613.904000', '191613.907000', '191613.909000', '191613.912000', '191613.915000', '191633.796000', '191633.798000', '191633.801000', '191633.804000', '191633.806000', '191633.809000', '191633.811000', '191633.814000', '191633.816000', '191633.819000', '191633.822000', '191633.824000', '191633.827000', '191633.829000', '191633.832000', '191633.835000', '191633.837000', '191633.840000', '191633.843000', '191633.845000', '191633.848000', '191633.850000', '191633.853000', '191633.855000', '191633.858000', '191633.861000', '191633.863000', '191633.866000', '191633.868000', '191633.871000', '191633.873000', '191633.876000', '191633.878000', '191633.881000', '191633.883000', '191633.886000', '191633.889000', '191633.891000', '191633.894000', '191633.896000', '191633.899000', '191633.901000', '191633.904000', '191653.795000', '191653.798000', '191653.801000', '191653.804000', '191653.806000', '191653.809000', '191653.811000', '191653.814000', '191653.816000', '191653.819000', '191653.822000', '191653.824000', '191653.827000', '191653.829000', '191653.832000', '191653.834000', '191653.837000', '191653.840000', '191653.842000', '191653.845000', '191653.847000', '191653.850000', '191653.852000', '191653.855000', '191653.858000', '191653.860000', '191653.863000', '191653.865000', '191653.868000', '191653.871000', '191653.873000', '191653.876000', '191653.878000', '191653.881000', '191653.883000', '191653.886000', '191653.888000', '191653.891000', '191653.894000', '191653.896000', '191653.899000', '191653.901000', '191653.904000', '191653.907000', '191713.796000', '191713.799000', '191713.802000', '191713.805000', '191713.807000', '191713.810000', '191713.812000', '191713.815000', '191713.817000', '191713.820000', '191713.823000', '191713.825000', '191713.828000', '191713.830000', '191713.833000', '191713.836000', '191713.838000', '191713.841000', '191713.843000', '191713.846000', '191713.848000', '191713.851000', '191713.853000', '191713.856000', '191713.859000', '191713.861000', '191713.864000', '191713.866000', '191713.869000', '191713.873000', '191713.876000', '191713.878000', '191713.881000', '191713.884000', '191713.886000', '191713.889000', '191713.891000', '191713.894000', '191713.896000', '191713.899000', '191713.902000', '191713.905000', '191713.908000', '191733.796000', '191733.799000', '191733.802000', '191733.804000', '191733.807000', '191733.810000', '191733.812000', '191733.815000', '191733.817000', '191733.820000', '191733.823000', '191733.825000', '191733.828000', '191733.830000', '191733.833000', '191733.835000', '191733.838000', '191733.840000', '191733.843000', '191733.846000', '191733.850000', '191733.852000', '191733.855000', '191733.879000', '191733.881000', '191733.884000', '191733.886000', '191733.889000', '191733.892000', '191733.894000', '191733.897000', '191733.899000', '191733.902000', '191733.904000', '191733.907000', '191733.910000', '191733.912000', '191733.915000', '191733.917000', '191733.920000', '191733.923000', '191733.925000', '191733.928000', '191733.930000', '191753.795000', '191753.798000', '191753.801000', '191753.803000', '191753.806000', '191753.809000', '191753.811000', '191753.814000', '191753.816000', '191753.819000', '191753.821000', '191753.824000', '191753.827000', '191753.829000', '191753.832000', '191753.835000', '191753.837000', '191753.840000', '191753.842000', '191753.845000', '191753.847000', '191753.850000', '191753.853000', '191753.855000', '191753.858000', '191753.860000', '191753.863000', '191753.866000', '191753.869000', '191753.871000', '191753.874000', '191753.876000', '191753.879000', '191753.882000', '191753.884000', '191753.887000', '191753.890000', '191753.892000', '191753.895000', '191753.897000', '191753.900000', '191753.902000', '191753.905000', '191812.733000', '191812.736000', '191812.739000', '191812.742000', '191812.745000', '191812.747000', '191812.750000', '191812.753000', '191812.756000', '191812.758000', '191812.761000', '191812.764000', '191812.766000', '191812.769000', '191812.772000', '191812.774000', '191812.777000', '191812.779000', '191812.782000', '191812.784000', '191812.787000', '191812.790000', '191812.792000', '191812.795000', '191812.797000', '191812.802000', '191812.848000', '191812.852000', '191812.855000', '191812.859000', '191812.862000', '191812.866000', '191812.870000', '191812.873000', '191812.876000', '191812.879000', '191812.882000', '191812.885000', '191812.888000', '191812.891000', '191812.894000', '191812.897000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872], 'LargestImagePixelValue': [13443, 12329, 9180, 11063, 9453, 11239, 9354, 11377, 9317, 12038, 9635, 8194, 10083, 8282, 11174, 9253, 11195, 9033, 11418, 9118, 11440, 10357, 8413, 11112, 9121, 11335, 9038, 11447, 9777, 11572, 9593, 11699, 9602, 12100, 10662, 14799, 11123, 14063, 10804, 13235, 10987, 12088, 11047, 9781, 10753, 9102, 10395, 8672, 8355, 10018, 9715, 10134, 8504, 11458, 10139, 9856, 10627, 13225, 10089, 10453, 11539, 12112, 11191, 10354, 9687, 12353, 10869, 13051, 12194, 11710, 13956, 12418, 13439, 12045, 11747, 12045, 11727, 10835, 12660, 11856, 10850, 12200, 12012, 10615, 12067, 12044, 8529, 12220, 11719, 8030, 11934, 11265, 12204, 11769, 10901, 12313, 11323, 10426, 12134, 12411, 8576, 11701, 10646, 12372, 12227, 9973, 11966, 10655, 12389, 11506, 10550, 11879, 11257, 8687, 11743, 9996, 11557, 10389, 9661, 11554, 10871, 10983, 11250, 9106, 11509, 9523, 12338, 11959, 14098, 10999, 10107, 11866, 10261, 12166, 10811, 9915, 11742, 10827, 8526, 11662, 10092, 9051, 11709, 10588, 9472, 12380, 11254, 10560, 11403, 11121, 10886, 11119, 8829, 11945, 10902, 11916, 11117, 10563, 11609, 10425, 9270, 11193, 9514, 12361, 10887, 9532, 11229, 8687, 12239, 10268, 12592, 11360, 11855, 11431, 9156, 11989, 10474, 12381, 11027, 12064, 11214, 12039, 11297, 12355, 11699, 12302, 11527, 12045, 11054, 9725, 11612, 10267, 11628, 10204, 12069, 11040, 12501, 10073, 12201, 11087, 11852, 11449, 9063, 11552, 10619, 10111, 10958, 10132, 11967, 11093, 11609, 10864, 10839, 11903, 10893, 8854, 11523, 10341, 11594, 11126, 11844, 11699, 10633, 9846, 11083, 9768, 11723, 10435, 11877, 11566, 10119, 10632, 10089, 11810, 9516, 12199, 10666, 10081, 10363, 9742, 11645, 11764, 11215, 12061, 10747, 13004, 11026, 9024, 11581, 9661, 11571, 10607, 11691, 10793, 9174, 10917, 9732, 11660, 9832, 11897, 10576, 11738, 11163, 11549, 11093, 10038, 10764, 10999, 8351, 8717, 11047, 10029, 11772, 10186, 11329, 10625, 9830, 12056, 11110, 12161, 11354, 10519, 12417, 11539, 10229, 11048, 9999, 11991, 10559, 12262, 11085, 12176, 10886, 9027, 11702, 9492, 11759, 10550, 11722, 9668, 11564, 9991, 12198, 10857, 12002, 10958, 11986, 11152, 12253, 11162, 12237, 10746, 9405, 11396, 8518, 11982, 10418, 11790, 10683, 11676, 10558, 12011, 10948, 12255, 11212, 11774, 11218, 8548, 11598, 9304, 11773, 10440, 11553, 10850, 11924, 9238, 11895, 10258, 11502, 9509, 11558, 10440, 11504, 8608, 11475, 10799, 11686, 10421, 10215, 10100, 8996, 11178, 10814, 9427, 11229, 10882, 9221, 11110, 10345, 10105, 10618, 9474, 11358, 11679, 11443, 8349, 11344, 9365, 11342, 9448, 10962, 9868, 9021, 10178, 8427, 10446, 9477, 10419, 8535, 11002, 8073, 11339, 11056, 10778, 13374, 11138, 9681, 11392, 10028, 11724, 10555, 11973, 10515, 10516, 10248, 11120, 10393, 12065, 9882, 8357, 8975, 10003, 8213, 9957, 9352, 10260, 7957, 8378, 8491, 8386, 10408, 10880, 9333, 12146, 11590, 10306, 12471, 12181, 10670, 12679, 11243, 12462, 11481, 12530, 12189, 11969, 12432, 12312, 12395, 11504, 10695, 11208, 10276, 11326, 10031, 11385, 10789, 10420, 10804, 10359, 10913, 9762, 11246, 9294, 11097, 11198, 10904, 11650, 11084, 9869, 11383, 9655, 12011, 9938, 12001, 9946, 11563, 10487, 9471, 11092, 9397, 11511, 10623, 12173, 10278, 11558, 10392, 9465, 11045, 10297, 11563, 11514, 11399, 10000, 12170, 10329, 8765, 11182, 8688, 10856, 9062, 8033, 10287, 9559, 8069, 10885, 10296, 11249, 10429, 10040, 12404, 11097, 10125, 12102, 11394, 12933, 11105, 10327, 11559, 8876, 8251, 11440, 8698, 12115, 9293, 11864, 9616, 11807, 9918, 11871, 10633, 12409, 10945, 12530, 11406, 12764, 12289, 12945, 11505, 12725, 11346, 8948, 11851, 10734, 11857, 11089, 12686, 9933, 11917, 11466, 12100, 10710, 12328, 10834, 12438, 11065, 12106, 11613, 12240, 11066, 10021, 11629, 11080, 11808, 10866, 12287, 11451, 12451, 10569, 12121, 11427, 8585, 11012, 10563, 9655, 9320, 6631, 9106, 8180, 7962, 9181, 7382, 6997, 7101, 8697, 8652, 11648, 10796, 10547, 9930, 11463, 11031, 10229, 11986, 11754, 11055, 12799, 11340, 10653, 12544, 12442, 13470, 11667, 10563, 12042, 11593, 11942, 11686, 9978, 11765, 11047, 12588, 11120, 9903, 12021, 10648, 12536, 10989, 10348, 11244, 9696, 11626, 11087, 10710, 10859, 10200, 11737, 10769, 12218, 11215, 12354, 10854, 11998, 10859, 9471, 11059, 8777, 6727, 6811, 6800, 7446, 7051, 6977, 7087, 8792, 7602, 10291, 11190, 10223, 13211, 11499, 12594, 11688, 9922, 11189, 9283, 9859, 11060, 10618, 12037, 11290, 10136, 11255, 10289, 11758, 10561, 11162, 11184, 9380, 11338, 9493, 11988, 10700, 12116, 10829, 9145, 11674, 10739, 9269, 11434, 8581, 11061, 9506, 10154, 8758, 10911, 8536, 10424, 9160, 7278, 10144, 7656, 10792, 9065, 11139, 8834, 10802, 8683, 10834, 8532, 11089, 8679, 11054, 8228, 9162, 7072, 8714, 6784, 6776, 6842, 7396, 8684, 7299, 9882, 8858, 11271, 9903, 10257, 13015, 10194, 13560, 10115, 14014, 11270, 15763, 10739, 10148, 12332, 10543, 12900, 10155, 11065, 10115, 9938, 10567, 9517, 10996, 9762, 8726, 9977, 8767, 10716, 9375, 11103, 9598, 10894, 8961, 10660, 8993, 7660, 8984, 7382, 10374, 7728, 10860, 7666, 10491, 7504, 10861, 7688, 10255, 7864, 10310, 8699, 11090, 8054, 11099, 8654, 10603, 8949, 7616, 9828, 12566, 9757, 11237, 9720, 10944, 9512, 10881, 8694, 9624, 9107, 11672, 9370, 10862, 8940, 7240, 9830, 7724, 8123, 7802, 9141, 7401, 6623, 9326, 8693, 13246, 10399, 11205, 10614, 8947, 10910, 9447, 10928, 9099, 11004, 8880, 14068, 10175, 9609, 11507, 9951, 12054, 9901, 13050, 9899, 10396, 10413, 9541, 10099, 9891, 10228, 10372, 10834, 10421, 10674, 9655, 10687, 9669, 9919, 10025, 8906, 10159, 8848, 10310, 8999, 10178, 9223, 10226, 9315, 10297, 9684, 10574, 9277, 10390, 8215, 9962, 8607, 9584, 8276, 10044, 8041, 7562, 7526, 7469, 10109, 7544, 7297, 6809, 8485, 7758, 7115, 9087, 11862, 8361, 10191, 9887, 8174, 15009, 10179, 13212, 11900, 13909, 11157, 13925, 10276, 13996, 9883, 13241, 9807, 10057, 9938, 10934, 10903, 10679, 8688, 10268, 10926, 10155, 10620, 10265, 10600], 'WindowCenter': [4420.0, 4396.0, 4350.0, 4358.0, 4337.0, 4357.0, 4337.0, 4357.0, 4337.0, 4354.0, 4335.0, 4324.0, 4346.0, 4325.0, 4357.0, 4334.0, 4344.0, 4324.0, 4356.0, 4338.0, 4353.0, 4345.0, 4322.0, 4345.0, 4332.0, 4346.0, 4325.0, 4344.0, 4332.0, 4342.0, 4321.0, 4340.0, 4323.0, 4341.0, 4331.0, 4352.0, 4329.0, 4348.0, 4317.0, 4336.0, 4318.0, 4329.0, 4330.0, 4320.0, 4327.0, 4322.0, 4343.0, 4334.0, 4337.0, 4332.0, 4322.0, 4323.0, 4262.0, 4333.0, 4324.0, 4310.0, 4310.0, 4333.0, 4308.0, 4297.0, 4321.0, 4344.0, 4320.0, 4307.0, 4311.0, 4332.0, 4323.0, 4331.0, 4333.0, 4333.0, 4331.0, 4319.0, 4315.0, 4292.0, 4290.0, 4278.0, 4289.0, 4278.0, 4289.0, 4278.0, 4278.0, 4275.0, 4285.0, 4267.0, 4286.0, 4290.0, 4258.0, 4288.0, 4288.0, 4258.0, 4290.0, 4291.0, 4302.0, 4302.0, 4293.0, 4303.0, 4304.0, 4293.0, 4314.0, 4317.0, 4285.0, 4319.0, 4309.0, 4329.0, 4319.0, 4309.0, 4316.0, 4307.0, 4342.0, 4332.0, 4323.0, 4331.0, 4330.0, 4299.0, 4331.0, 4324.0, 4333.0, 4324.0, 4324.0, 4333.0, 4345.0, 4335.0, 4333.0, 4315.0, 4333.0, 4324.0, 4344.0, 4335.0, 4342.0, 4322.0, 4319.0, 4331.0, 4321.0, 4332.0, 4333.0, 4324.0, 4344.0, 4346.0, 4325.0, 4343.0, 4332.0, 4314.0, 4344.0, 4335.0, 4325.0, 4343.0, 4345.0, 4335.0, 4346.0, 4334.0, 4322.0, 4345.0, 4312.0, 4333.0, 4323.0, 4332.0, 4323.0, 4320.0, 4333.0, 4321.0, 4311.0, 4333.0, 4326.0, 4345.0, 4335.0, 4314.0, 4333.0, 4304.0, 4333.0, 4324.0, 4345.0, 4336.0, 4345.0, 4332.0, 4313.0, 4332.0, 4321.0, 4333.0, 4323.0, 4331.0, 4320.0, 4329.0, 4321.0, 4329.0, 4330.0, 4320.0, 4319.0, 4317.0, 4320.0, 4310.0, 4331.0, 4321.0, 4330.0, 4321.0, 4331.0, 4331.0, 4331.0, 4311.0, 4330.0, 4331.0, 4330.0, 4333.0, 4300.0, 4332.0, 4332.0, 4320.0, 4332.0, 4334.0, 4332.0, 4333.0, 4331.0, 4322.0, 4322.0, 4333.0, 4319.0, 4299.0, 4331.0, 4321.0, 4331.0, 4331.0, 4342.0, 4344.0, 4332.0, 4319.0, 4331.0, 4308.0, 4331.0, 4323.0, 4331.0, 4332.0, 4321.0, 4321.0, 4320.0, 4331.0, 4323.0, 4342.0, 4334.0, 4321.0, 4323.0, 4323.0, 4334.0, 4342.0, 4333.0, 4332.0, 4321.0, 4329.0, 4319.0, 4298.0, 4319.0, 4308.0, 4331.0, 4333.0, 4343.0, 4333.0, 4321.0, 4334.0, 4322.0, 4343.0, 4323.0, 4333.0, 4323.0, 4344.0, 4333.0, 4331.0, 4335.0, 4325.0, 4335.0, 4311.0, 4293.0, 4292.0, 4319.0, 4310.0, 4331.0, 4309.0, 4308.0, 4322.0, 4312.0, 4318.0, 4320.0, 4317.0, 4321.0, 4307.0, 4329.0, 4318.0, 4306.0, 4307.0, 4299.0, 4319.0, 4320.0, 4319.0, 4320.0, 4318.0, 4308.0, 4298.0, 4319.0, 4309.0, 4330.0, 4319.0, 4333.0, 4323.0, 4333.0, 4311.0, 4331.0, 4321.0, 4331.0, 4321.0, 4333.0, 4332.0, 4330.0, 4320.0, 4329.0, 4318.0, 4300.0, 4320.0, 4297.0, 4330.0, 4309.0, 4322.0, 4309.0, 4320.0, 4309.0, 4319.0, 4308.0, 4320.0, 4319.0, 4320.0, 4318.0, 4298.0, 4319.0, 4310.0, 4328.0, 4319.0, 4321.0, 4320.0, 4318.0, 4299.0, 4330.0, 4320.0, 4334.0, 4309.0, 4320.0, 4309.0, 4317.0, 4287.0, 4316.0, 4318.0, 4318.0, 4332.0, 4322.0, 4333.0, 4313.0, 4330.0, 4333.0, 4310.0, 4331.0, 4332.0, 4322.0, 4332.0, 4333.0, 4336.0, 4333.0, 4324.0, 4332.0, 4331.0, 4333.0, 4287.0, 4317.0, 4296.0, 4320.0, 4298.0, 4321.0, 4310.0, 4311.0, 4321.0, 4311.0, 4334.0, 4324.0, 4334.0, 4324.0, 4335.0, 4304.0, 4335.0, 4334.0, 4325.0, 4342.0, 4322.0, 4311.0, 4330.0, 4310.0, 4331.0, 4319.0, 4333.0, 4319.0, 4319.0, 4308.0, 4320.0, 4333.0, 4340.0, 4334.0, 4311.0, 4309.0, 4331.0, 4310.0, 4318.0, 4300.0, 4321.0, 4301.0, 4297.0, 4309.0, 4297.0, 4319.0, 4319.0, 4299.0, 4331.0, 4332.0, 4308.0, 4332.0, 4333.0, 4308.0, 4317.0, 4316.0, 4315.0, 4307.0, 4304.0, 4305.0, 4303.0, 4314.0, 4313.0, 4313.0, 4302.0, 4303.0, 4304.0, 4292.0, 4303.0, 4295.0, 4313.0, 4318.0, 4307.0, 4318.0, 4307.0, 4320.0, 4307.0, 4318.0, 4294.0, 4305.0, 4304.0, 4305.0, 4315.0, 4328.0, 4321.0, 4340.0, 4321.0, 4352.0, 4335.0, 4355.0, 4335.0, 4342.0, 4345.0, 4324.0, 4344.0, 4326.0, 4344.0, 4335.0, 4345.0, 4336.0, 4331.0, 4321.0, 4311.0, 4321.0, 4318.0, 4331.0, 4331.0, 4329.0, 4309.0, 4328.0, 4318.0, 4297.0, 4343.0, 4325.0, 4346.0, 4334.0, 4316.0, 4333.0, 4335.0, 4315.0, 4347.0, 4335.0, 4345.0, 4359.0, 4323.0, 4342.0, 4335.0, 4323.0, 4331.0, 4318.0, 4331.0, 4330.0, 4310.0, 4307.0, 4288.0, 4297.0, 4328.0, 4297.0, 4330.0, 4309.0, 4331.0, 4310.0, 4332.0, 4323.0, 4343.0, 4333.0, 4342.0, 4332.0, 4330.0, 4321.0, 4329.0, 4319.0, 4316.0, 4306.0, 4314.0, 4295.0, 4284.0, 4303.0, 4293.0, 4303.0, 4292.0, 4312.0, 4282.0, 4303.0, 4302.0, 4302.0, 4306.0, 4314.0, 4305.0, 4314.0, 4303.0, 4315.0, 4317.0, 4340.0, 4330.0, 4319.0, 4317.0, 4317.0, 4329.0, 4318.0, 4330.0, 4318.0, 4328.0, 4320.0, 4328.0, 4327.0, 4298.0, 4319.0, 4344.0, 4334.0, 4334.0, 4292.0, 4321.0, 4289.0, 4266.0, 4300.0, 4278.0, 4279.0, 4294.0, 4301.0, 4290.0, 4331.0, 4320.0, 4320.0, 4312.0, 4332.0, 4332.0, 4335.0, 4347.0, 4344.0, 4321.0, 4332.0, 4309.0, 4296.0, 4316.0, 4315.0, 4315.0, 4305.0, 4306.0, 4305.0, 4302.0, 4301.0, 4290.0, 4281.0, 4303.0, 4317.0, 4326.0, 4318.0, 4307.0, 4329.0, 4331.0, 4340.0, 4332.0, 4309.0, 4330.0, 4324.0, 4331.0, 4331.0, 4320.0, 4322.0, 4323.0, 4332.0, 4335.0, 4343.0, 4332.0, 4331.0, 4332.0, 4331.0, 4332.0, 4311.0, 4345.0, 4300.0, 4256.0, 4243.0, 4253.0, 4253.0, 4254.0, 4267.0, 4268.0, 4301.0, 4291.0, 4321.0, 4349.0, 4323.0, 4332.0, 4319.0, 4317.0, 4306.0, 4295.0, 4305.0, 4286.0, 4295.0, 4305.0, 4305.0, 4315.0, 4305.0, 4294.0, 4306.0, 4307.0, 4315.0, 4304.0, 4304.0, 4305.0, 4294.0, 4305.0, 4296.0, 4319.0, 4308.0, 4328.0, 4320.0, 4322.0, 4341.0, 4331.0, 4309.0, 4344.0, 4300.0, 4318.0, 4307.0, 4307.0, 4285.0, 4305.0, 4287.0, 4305.0, 4296.0, 4277.0, 4319.0, 4288.0, 4330.0, 4311.0, 4330.0, 4310.0, 4320.0, 4300.0, 4319.0, 4298.0, 4319.0, 4298.0, 4317.0, 4300.0, 4314.0, 4268.0, 4287.0, 4255.0, 4242.0, 4268.0, 4278.0, 4298.0, 4266.0, 4309.0, 4300.0, 4320.0, 4325.0, 4326.0, 4345.0, 4323.0, 4332.0, 4298.0, 4317.0, 4294.0, 4312.0, 4280.0, 4268.0, 4288.0, 4268.0, 4290.0, 4268.0, 4276.0, 4265.0, 4255.0, 4278.0, 4267.0, 4275.0, 4266.0, 4255.0, 4266.0, 4257.0, 4278.0, 4268.0, 4289.0, 4269.0, 4290.0, 4282.0, 4279.0, 4270.0, 4262.0, 4281.0, 4262.0, 4293.0, 4263.0, 4305.0, 4275.0, 4307.0, 4277.0, 4306.0, 4275.0, 4305.0, 4275.0, 4306.0, 4298.0, 4317.0, 4288.0, 4319.0, 4299.0, 4318.0, 4310.0, 4289.0, 4321.0, 4330.0, 4310.0, 4331.0, 4312.0, 4321.0, 4308.0, 4307.0, 4287.0, 4297.0, 4298.0, 4317.0, 4311.0, 4320.0, 4299.0, 4292.0, 4278.0, 4290.0, 4277.0, 4280.0, 4300.0, 4281.0, 4269.0, 4302.0, 4291.0, 4319.0, 4286.0, 4294.0, 4297.0, 4286.0, 4297.0, 4297.0, 4309.0, 4287.0, 4307.0, 4287.0, 4314.0, 4295.0, 4284.0, 4292.0, 4283.0, 4292.0, 4272.0, 4290.0, 4270.0, 4269.0, 4279.0, 4269.0, 4279.0, 4269.0, 4279.0, 4281.0, 4279.0, 4293.0, 4280.0, 4270.0, 4279.0, 4271.0, 4270.0, 4281.0, 4270.0, 4280.0, 4271.0, 4294.0, 4284.0, 4294.0, 4282.0, 4293.0, 4284.0, 4294.0, 4294.0, 4293.0, 4284.0, 4294.0, 4274.0, 4293.0, 4275.0, 4285.0, 4275.0, 4308.0, 4274.0, 4264.0, 4183.0, 4269.0, 4312.0, 4263.0, 4280.0, 4282.0, 4274.0, 4279.0, 4268.0, 4288.0, 4322.0, 4290.0, 4312.0, 4310.0, 4288.0, 4328.0, 4297.0, 4318.0, 4307.0, 4305.0, 4282.0, 4289.0, 4258.0, 4275.0, 4255.0, 4272.0, 4242.0, 4242.0, 4255.0, 4253.0, 4253.0, 4252.0, 4231.0, 4253.0, 4264.0, 4253.0, 4264.0, 4254.0, 4265.0], 'WindowWidth': [9729.0, 9687.0, 9610.0, 9617.0, 9586.0, 9610.0, 9583.0, 9610.0, 9583.0, 9601.0, 9576.0, 9562.0, 9596.0, 9564.0, 9611.0, 9574.0, 9588.0, 9562.0, 9607.0, 9587.0, 9600.0, 9589.0, 9558.0, 9590.0, 9570.0, 9594.0, 9563.0, 9590.0, 9569.0, 9581.0, 9551.0, 9576.0, 9558.0, 9581.0, 9566.0, 9594.0, 9559.0, 9581.0, 9540.0, 9564.0, 9543.0, 9558.0, 9560.0, 9546.0, 9553.0, 9556.0, 9588.0, 9579.0, 9590.0, 9571.0, 9550.0, 9549.0, 9444.0, 9566.0, 9552.0, 9524.0, 9525.0, 9563.0, 9522.0, 9500.0, 9543.0, 9583.0, 9542.0, 9517.0, 9530.0, 9561.0, 9549.0, 9560.0, 9563.0, 9564.0, 9560.0, 9537.0, 9524.0, 9487.0, 9480.0, 9462.0, 9479.0, 9463.0, 9480.0, 9462.0, 9460.0, 9454.0, 9469.0, 9445.0, 9471.0, 9481.0, 9437.0, 9478.0, 9478.0, 9439.0, 9483.0, 9486.0, 9504.0, 9504.0, 9493.0, 9506.0, 9508.0, 9493.0, 9523.0, 9531.0, 9487.0, 9537.0, 9526.0, 9552.0, 9538.0, 9525.0, 9533.0, 9522.0, 9576.0, 9564.0, 9549.0, 9558.0, 9557.0, 9514.0, 9559.0, 9554.0, 9566.0, 9554.0, 9554.0, 9566.0, 9586.0, 9570.0, 9566.0, 9542.0, 9566.0, 9553.0, 9583.0, 9568.0, 9575.0, 9547.0, 9539.0, 9559.0, 9547.0, 9563.0, 9565.0, 9554.0, 9583.0, 9591.0, 9560.0, 9579.0, 9564.0, 9541.0, 9582.0, 9570.0, 9558.0, 9581.0, 9586.0, 9571.0, 9590.0, 9569.0, 9548.0, 9586.0, 9535.0, 9562.0, 9548.0, 9561.0, 9548.0, 9543.0, 9562.0, 9543.0, 9530.0, 9564.0, 9561.0, 9585.0, 9570.0, 9538.0, 9563.0, 9524.0, 9564.0, 9552.0, 9584.0, 9573.0, 9585.0, 9562.0, 9537.0, 9561.0, 9547.0, 9565.0, 9551.0, 9560.0, 9541.0, 9552.0, 9542.0, 9552.0, 9554.0, 9540.0, 9537.0, 9532.0, 9540.0, 9528.0, 9558.0, 9544.0, 9557.0, 9548.0, 9559.0, 9559.0, 9559.0, 9530.0, 9558.0, 9558.0, 9557.0, 9564.0, 9517.0, 9564.0, 9564.0, 9546.0, 9562.0, 9570.0, 9562.0, 9563.0, 9561.0, 9547.0, 9548.0, 9565.0, 9541.0, 9511.0, 9559.0, 9545.0, 9558.0, 9559.0, 9576.0, 9582.0, 9563.0, 9542.0, 9558.0, 9524.0, 9558.0, 9550.0, 9561.0, 9560.0, 9546.0, 9546.0, 9545.0, 9559.0, 9553.0, 9577.0, 9568.0, 9549.0, 9553.0, 9551.0, 9567.0, 9577.0, 9566.0, 9561.0, 9545.0, 9553.0, 9539.0, 9510.0, 9540.0, 9525.0, 9561.0, 9566.0, 9578.0, 9566.0, 9549.0, 9567.0, 9552.0, 9580.0, 9552.0, 9565.0, 9551.0, 9580.0, 9566.0, 9562.0, 9571.0, 9558.0, 9575.0, 9526.0, 9506.0, 9503.0, 9534.0, 9526.0, 9556.0, 9520.0, 9522.0, 9547.0, 9532.0, 9534.0, 9538.0, 9530.0, 9543.0, 9517.0, 9551.0, 9536.0, 9516.0, 9517.0, 9507.0, 9536.0, 9541.0, 9539.0, 9537.0, 9534.0, 9521.0, 9508.0, 9538.0, 9524.0, 9555.0, 9540.0, 9563.0, 9552.0, 9564.0, 9530.0, 9557.0, 9543.0, 9557.0, 9545.0, 9563.0, 9560.0, 9557.0, 9541.0, 9552.0, 9534.0, 9512.0, 9539.0, 9506.0, 9554.0, 9524.0, 9546.0, 9522.0, 9539.0, 9524.0, 9537.0, 9520.0, 9540.0, 9535.0, 9542.0, 9537.0, 9510.0, 9537.0, 9529.0, 9550.0, 9538.0, 9544.0, 9540.0, 9537.0, 9511.0, 9556.0, 9543.0, 9568.0, 9525.0, 9539.0, 9525.0, 9534.0, 9492.0, 9532.0, 9537.0, 9537.0, 9564.0, 9550.0, 9568.0, 9542.0, 9558.0, 9565.0, 9532.0, 9562.0, 9565.0, 9550.0, 9562.0, 9567.0, 9574.0, 9568.0, 9559.0, 9562.0, 9560.0, 9563.0, 9494.0, 9534.0, 9503.0, 9540.0, 9510.0, 9542.0, 9529.0, 9532.0, 9548.0, 9534.0, 9569.0, 9558.0, 9572.0, 9558.0, 9572.0, 9531.0, 9572.0, 9567.0, 9555.0, 9574.0, 9548.0, 9532.0, 9555.0, 9529.0, 9558.0, 9538.0, 9566.0, 9542.0, 9541.0, 9526.0, 9544.0, 9570.0, 9577.0, 9573.0, 9538.0, 9531.0, 9565.0, 9535.0, 9541.0, 9513.0, 9546.0, 9522.0, 9509.0, 9528.0, 9508.0, 9542.0, 9538.0, 9512.0, 9557.0, 9559.0, 9524.0, 9561.0, 9564.0, 9523.0, 9531.0, 9531.0, 9527.0, 9518.0, 9510.0, 9512.0, 9505.0, 9522.0, 9521.0, 9522.0, 9506.0, 9509.0, 9509.0, 9493.0, 9509.0, 9501.0, 9523.0, 9537.0, 9521.0, 9539.0, 9520.0, 9543.0, 9521.0, 9536.0, 9499.0, 9514.0, 9512.0, 9516.0, 9529.0, 9554.0, 9549.0, 9573.0, 9552.0, 9593.0, 9575.0, 9599.0, 9574.0, 9580.0, 9588.0, 9559.0, 9584.0, 9564.0, 9587.0, 9575.0, 9590.0, 9577.0, 9564.0, 9549.0, 9533.0, 9546.0, 9541.0, 9563.0, 9561.0, 9559.0, 9529.0, 9553.0, 9541.0, 9514.0, 9582.0, 9566.0, 9591.0, 9574.0, 9550.0, 9571.0, 9577.0, 9550.0, 9594.0, 9576.0, 9591.0, 9618.0, 9554.0, 9578.0, 9573.0, 9554.0, 9561.0, 9534.0, 9557.0, 9557.0, 9527.0, 9517.0, 9491.0, 9507.0, 9552.0, 9507.0, 9553.0, 9524.0, 9560.0, 9530.0, 9563.0, 9554.0, 9580.0, 9564.0, 9577.0, 9562.0, 9556.0, 9544.0, 9554.0, 9537.0, 9531.0, 9516.0, 9525.0, 9498.0, 9481.0, 9505.0, 9493.0, 9507.0, 9490.0, 9518.0, 9477.0, 9507.0, 9504.0, 9505.0, 9516.0, 9525.0, 9510.0, 9522.0, 9506.0, 9527.0, 9533.0, 9571.0, 9559.0, 9541.0, 9537.0, 9536.0, 9552.0, 9540.0, 9556.0, 9537.0, 9552.0, 9545.0, 9551.0, 9549.0, 9511.0, 9541.0, 9586.0, 9577.0, 9575.0, 9514.0, 9550.0, 9497.0, 9456.0, 9512.0, 9484.0, 9485.0, 9513.0, 9517.0, 9497.0, 9557.0, 9539.0, 9542.0, 9532.0, 9560.0, 9562.0, 9570.0, 9590.0, 9582.0, 9543.0, 9561.0, 9523.0, 9500.0, 9530.0, 9525.0, 9525.0, 9510.0, 9516.0, 9512.0, 9502.0, 9500.0, 9483.0, 9473.0, 9507.0, 9531.0, 9544.0, 9536.0, 9519.0, 9554.0, 9562.0, 9571.0, 9563.0, 9526.0, 9556.0, 9557.0, 9559.0, 9557.0, 9543.0, 9547.0, 9551.0, 9563.0, 9569.0, 9579.0, 9561.0, 9560.0, 9561.0, 9561.0, 9561.0, 9534.0, 9586.0, 9512.0, 9446.0, 9423.0, 9434.0, 9436.0, 9440.0, 9459.0, 9465.0, 9517.0, 9506.0, 9544.0, 9598.0, 9552.0, 9560.0, 9538.0, 9532.0, 9514.0, 9496.0, 9515.0, 9489.0, 9500.0, 9512.0, 9511.0, 9526.0, 9511.0, 9496.0, 9515.0, 9522.0, 9528.0, 9510.0, 9510.0, 9511.0, 9497.0, 9513.0, 9501.0, 9538.0, 9520.0, 9550.0, 9541.0, 9551.0, 9577.0, 9559.0, 9528.0, 9583.0, 9517.0, 9537.0, 9521.0, 9519.0, 9484.0, 9514.0, 9493.0, 9514.0, 9502.0, 9481.0, 9539.0, 9498.0, 9558.0, 9533.0, 9556.0, 9529.0, 9543.0, 9517.0, 9538.0, 9508.0, 9535.0, 9508.0, 9533.0, 9516.0, 9541.0, 9468.0, 9488.0, 9445.0, 9421.0, 9470.0, 9483.0, 9508.0, 9461.0, 9521.0, 9511.0, 9537.0, 9553.0, 9558.0, 9584.0, 9550.0, 9561.0, 9505.0, 9530.0, 9492.0, 9513.0, 9468.0, 9448.0, 9475.0, 9445.0, 9481.0, 9449.0, 9455.0, 9439.0, 9425.0, 9462.0, 9445.0, 9452.0, 9442.0, 9426.0, 9442.0, 9431.0, 9463.0, 9449.0, 9478.0, 9450.0, 9484.0, 9476.0, 9466.0, 9456.0, 9451.0, 9474.0, 9448.0, 9494.0, 9452.0, 9512.0, 9470.0, 9517.0, 9479.0, 9515.0, 9470.0, 9511.0, 9473.0, 9513.0, 9509.0, 9534.0, 9495.0, 9537.0, 9511.0, 9536.0, 9527.0, 9500.0, 9543.0, 9554.0, 9529.0, 9558.0, 9535.0, 9544.0, 9522.0, 9519.0, 9492.0, 9504.0, 9506.0, 9531.0, 9532.0, 9543.0, 9514.0, 9509.0, 9463.0, 9504.0, 9478.0, 9484.0, 9511.0, 9488.0, 9469.0, 9516.0, 9499.0, 9532.0, 9480.0, 9491.0, 9500.0, 9484.0, 9501.0, 9501.0, 9520.0, 9488.0, 9517.0, 9487.0, 9519.0, 9494.0, 9478.0, 9488.0, 9474.0, 9485.0, 9458.0, 9479.0, 9452.0, 9452.0, 9462.0, 9447.0, 9464.0, 9451.0, 9465.0, 9468.0, 9463.0, 9489.0, 9468.0, 9453.0, 9463.0, 9456.0, 9452.0, 9467.0, 9453.0, 9468.0, 9456.0, 9493.0, 9480.0, 9493.0, 9473.0, 9491.0, 9480.0, 9493.0, 9495.0, 9490.0, 9480.0, 9493.0, 9466.0, 9493.0, 9470.0, 9482.0, 9471.0, 9520.0, 9469.0, 9452.0, 9300.0, 9466.0, 9531.0, 9450.0, 9486.0, 9494.0, 9465.0, 9482.0, 9465.0, 9488.0, 9543.0, 9498.0, 9529.0, 9526.0, 9494.0, 9547.0, 9502.0, 9533.0, 9515.0, 9509.0, 9470.0, 9476.0, 9431.0, 9449.0, 9420.0, 9440.0, 9400.0, 9397.0, 9421.0, 9415.0, 9416.0, 9414.0, 9385.0, 9417.0, 9432.0, 9417.0, 9433.0, 9420.0, 9436.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.006541804597701151</td></tr>
<tr><td colspan=3>aqi</td><td>0.06679868528735633</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.24073741238199</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.143123965132336</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.018661437169159</td></tr>
<tr><td colspan=3>efc</td><td>0.4617</td></tr>
<tr><td colspan=3>fber</td><td>7860.832</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21959054336891812</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>272</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>31.264367816091955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6351298031111394</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4992220313229945</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.927530384747691</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4786369932627323</td></tr>
<tr><td colspan=3>gcor</td><td>0.0144768</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01322568953037262</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030056463554501534</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</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.016237209393892</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.5919</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.8272</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>155.0408</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301973.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>731.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>307.2783</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.456</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.9277</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3511.926</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3712.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74571.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1271.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4553.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>924.242</td></tr>
<tr><td colspan=3>tsnr</td><td>26.440777671872638</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><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>