<?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-0112_ses-03_task-social_acq-mb8_run-04_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-0112_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_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-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-03_subject-0112_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_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-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0112/figures/sub-0112_ses-03_task-social_acq-mb8_run-04_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-0112/ses-03/func/sub-0112_ses-03_task-social_acq-mb8_run-04_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>667d62e0e6496f5a14da2616d0666d92</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:19:21.437500</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.990884, 0.0891463, 0.101006, -0.0851229, 0.995422, -0.0434753]</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-04_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.077383</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-04_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7797, -7274, 190, -156, -140, -154, 83]</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>37ae9d87-49de-4db9-a224-fe421fbac45f||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.658468723297119, -0.22837845981121063, 0.2819322943687439, 117.1225357055664], [-0.2391730397939682, 2.6706430912017822, -0.09309882670640945, -88.25395965576172], [0.27099213004112244, 0.1166410818696022, 2.6836256980895996, -97.76757049560547], [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': ['191921.437500', '191921.897500', '191922.357500', '191922.817500', '191923.277500', '191923.737500', '191924.197500', '191924.657500', '191925.117500', '191925.577500', '191926.037500', '191926.497500', '191926.957500', '191927.417500', '191927.877500', '191928.337500', '191928.797500', '191929.257500', '191929.717500', '191930.177500', '191930.637500', '191931.097500', '191931.557500', '191932.017500', '191932.477500', '191932.937500', '191933.397500', '191933.857500', '191934.317500', '191934.777500', '191935.237500', '191935.697500', '191936.157500', '191936.617500', '191937.077500', '191937.537500', '191937.997500', '191938.457500', '191938.917500', '191939.377500', '191939.837500', '191940.297500', '191940.757500', '191941.217500', '191941.677500', '191942.137500', '191942.597500', '191943.057500', '191943.517500', '191943.977500', '191944.437500', '191944.897500', '191945.357500', '191945.817500', '191946.277500', '191946.737500', '191947.197500', '191947.657500', '191948.117500', '191948.577500', '191949.037500', '191949.497500', '191949.957500', '191950.417500', '191950.877500', '191951.337500', '191951.797500', '191952.257500', '191952.717500', '191953.177500', '191953.637500', '191954.097500', '191954.557500', '191955.017500', '191955.477500', '191955.937500', '191956.397500', '191956.857500', '191957.317500', '191957.777500', '191958.237500', '191958.697500', '191959.157500', '191959.617500', '192000.077500', '192000.537500', '192000.997500', '192001.457500', '192001.917500', '192002.377500', '192002.837500', '192003.297500', '192003.757500', '192004.217500', '192004.677500', '192005.137500', '192005.597500', '192006.057500', '192006.517500', '192006.977500', '192007.437500', '192007.897500', '192008.357500', '192008.817500', '192009.277500', '192009.737500', '192010.197500', '192010.657500', '192011.117500', '192011.577500', '192012.037500', '192012.497500', '192012.957500', '192013.417500', '192013.877500', '192014.337500', '192014.797500', '192015.257500', '192015.717500', '192016.177500', '192016.637500', '192017.097500', '192017.557500', '192018.017500', '192018.477500', '192018.937500', '192019.397500', '192019.857500', '192020.317500', '192020.777500', '192021.237500', '192021.697500', '192022.157500', '192022.617500', '192023.077500', '192023.537500', '192023.997500', '192024.457500', '192024.917500', '192025.377500', '192025.837500', '192026.297500', '192026.757500', '192027.217500', '192027.677500', '192028.137500', '192028.597500', '192029.057500', '192029.517500', '192029.977500', '192030.437500', '192030.897500', '192031.357500', '192031.817500', '192032.277500', '192032.737500', '192033.197500', '192033.657500', '192034.117500', '192034.577500', '192035.037500', '192035.497500', '192035.957500', '192036.417500', '192036.877500', '192037.337500', '192037.797500', '192038.257500', '192038.717500', '192039.177500', '192039.637500', '192040.097500', '192040.557500', '192041.017500', '192041.477500', '192041.937500', '192042.397500', '192042.857500', '192043.317500', '192043.777500', '192044.237500', '192044.697500', '192045.157500', '192045.617500', '192046.077500', '192046.537500', '192046.997500', '192047.457500', '192047.917500', '192048.377500', '192048.837500', '192049.297500', '192049.757500', '192050.217500', '192050.677500', '192051.137500', '192051.597500', '192052.057500', '192052.517500', '192052.977500', '192053.437500', '192053.897500', '192054.357500', '192054.817500', '192055.277500', '192055.737500', '192056.197500', '192056.657500', '192057.117500', '192057.577500', '192058.037500', '192058.497500', '192058.957500', '192059.417500', '192059.877500', '192100.337500', '192100.797500', '192101.257500', '192101.717500', '192102.177500', '192102.637500', '192103.097500', '192103.557500', '192104.017500', '192104.477500', '192104.937500', '192105.397500', '192105.857500', '192106.317500', '192106.777500', '192107.237500', '192107.697500', '192108.157500', '192108.617500', '192109.077500', '192109.537500', '192109.997500', '192110.457500', '192110.917500', '192111.377500', '192111.837500', '192112.297500', '192112.757500', '192113.217500', '192113.677500', '192114.137500', '192114.597500', '192115.057500', '192115.517500', '192115.977500', '192116.437500', '192116.897500', '192117.357500', '192117.817500', '192118.277500', '192118.737500', '192119.197500', '192119.657500', '192120.117500', '192120.577500', '192121.037500', '192121.497500', '192121.957500', '192122.417500', '192122.877500', '192123.337500', '192123.797500', '192124.257500', '192124.717500', '192125.177500', '192125.637500', '192126.097500', '192126.557500', '192127.017500', '192127.477500', '192127.937500', '192128.397500', '192128.857500', '192129.317500', '192129.777500', '192130.237500', '192130.697500', '192131.157500', '192131.617500', '192132.077500', '192132.537500', '192132.997500', '192133.457500', '192133.917500', '192134.377500', '192134.837500', '192135.297500', '192135.757500', '192136.217500', '192136.677500', '192137.137500', '192137.597500', '192138.057500', '192138.517500', '192138.977500', '192139.437500', '192139.897500', '192140.357500', '192140.817500', '192141.277500', '192141.737500', '192142.197500', '192142.657500', '192143.117500', '192143.577500', '192144.037500', '192144.497500', '192144.957500', '192145.417500', '192145.877500', '192146.337500', '192146.797500', '192147.257500', '192147.717500', '192148.177500', '192148.637500', '192149.097500', '192149.557500', '192150.017500', '192150.477500', '192150.937500', '192151.397500', '192151.857500', '192152.317500', '192152.777500', '192153.237500', '192153.697500', '192154.157500', '192154.617500', '192155.077500', '192155.537500', '192155.997500', '192156.457500', '192156.917500', '192157.377500', '192157.837500', '192158.297500', '192158.757500', '192159.217500', '192159.677500', '192200.137500', '192200.597500', '192201.057500', '192201.517500', '192201.977500', '192202.437500', '192202.897500', '192203.357500', '192203.817500', '192204.277500', '192204.737500', '192205.197500', '192205.657500', '192206.117500', '192206.577500', '192207.037500', '192207.497500', '192207.957500', '192208.417500', '192208.877500', '192209.337500', '192209.797500', '192210.257500', '192210.717500', '192211.177500', '192211.637500', '192212.097500', '192212.557500', '192213.017500', '192213.477500', '192213.937500', '192214.397500', '192214.857500', '192215.317500', '192215.777500', '192216.237500', '192216.697500', '192217.157500', '192217.617500', '192218.077500', '192218.537500', '192218.997500', '192219.457500', '192219.917500', '192220.377500', '192220.837500', '192221.297500', '192221.757500', '192222.217500', '192222.677500', '192223.137500', '192223.597500', '192224.057500', '192224.517500', '192224.977500', '192225.437500', '192225.897500', '192226.357500', '192226.817500', '192227.277500', '192227.737500', '192228.197500', '192228.657500', '192229.117500', '192229.577500', '192230.037500', '192230.497500', '192230.957500', '192231.417500', '192231.877500', '192232.337500', '192232.797500', '192233.257500', '192233.717500', '192234.177500', '192234.637500', '192235.097500', '192235.557500', '192236.017500', '192236.477500', '192236.937500', '192237.397500', '192237.857500', '192238.317500', '192238.777500', '192239.237500', '192239.697500', '192240.157500', '192240.617500', '192241.077500', '192241.537500', '192241.997500', '192242.457500', '192242.917500', '192243.377500', '192243.837500', '192244.297500', '192244.757500', '192245.217500', '192245.677500', '192246.137500', '192246.597500', '192247.057500', '192247.517500', '192247.977500', '192248.437500', '192248.897500', '192249.357500', '192249.817500', '192250.277500', '192250.737500', '192251.197500', '192251.657500', '192252.117500', '192252.577500', '192253.037500', '192253.497500', '192253.957500', '192254.417500', '192254.877500', '192255.337500', '192255.797500', '192256.257500', '192256.717500', '192257.177500', '192257.637500', '192258.097500', '192258.557500', '192259.017500', '192259.477500', '192259.937500', '192300.397500', '192300.857500', '192301.317500', '192301.777500', '192302.237500', '192302.697500', '192303.157500', '192303.617500', '192304.077500', '192304.537500', '192304.997500', '192305.457500', '192305.917500', '192306.377500', '192306.837500', '192307.297500', '192307.757500', '192308.217500', '192308.677500', '192309.137500', '192309.597500', '192310.057500', '192310.517500', '192310.977500', '192311.437500', '192311.897500', '192312.357500', '192312.817500', '192313.277500', '192313.737500', '192314.197500', '192314.657500', '192315.117500', '192315.577500', '192316.037500', '192316.497500', '192316.957500', '192317.417500', '192317.877500', '192318.337500', '192318.797500', '192319.257500', '192319.717500', '192320.177500', '192320.637500', '192321.097500', '192321.557500', '192322.017500', '192322.477500', '192322.937500', '192323.397500', '192323.857500', '192324.317500', '192324.777500', '192325.237500', '192325.697500', '192326.157500', '192326.617500', '192327.077500', '192327.537500', '192327.997500', '192328.457500', '192328.917500', '192329.377500', '192329.837500', '192330.297500', '192330.757500', '192331.217500', '192331.677500', '192332.137500', '192332.597500', '192333.057500', '192333.517500', '192333.977500', '192334.437500', '192334.897500', '192335.357500', '192335.817500', '192336.277500', '192336.737500', '192337.197500', '192337.657500', '192338.117500', '192338.577500', '192339.037500', '192339.497500', '192339.957500', '192340.417500', '192340.877500', '192341.337500', '192341.797500', '192342.257500', '192342.717500', '192343.177500', '192343.637500', '192344.097500', '192344.557500', '192345.017500', '192345.477500', '192345.937500', '192346.397500', '192346.857500', '192347.317500', '192347.777500', '192348.237500', '192348.697500', '192349.157500', '192349.617500', '192350.077500', '192350.537500', '192350.997500', '192351.457500', '192351.917500', '192352.377500', '192352.837500', '192353.297500', '192353.757500', '192354.217500', '192354.677500', '192355.137500', '192355.597500', '192356.057500', '192356.517500', '192356.977500', '192357.437500', '192357.897500', '192358.357500', '192358.817500', '192359.277500', '192359.737500', '192400.197500', '192400.657500', '192401.117500', '192401.577500', '192402.037500', '192402.497500', '192402.957500', '192403.417500', '192403.877500', '192404.337500', '192404.797500', '192405.257500', '192405.717500', '192406.177500', '192406.637500', '192407.097500', '192407.557500', '192408.017500', '192408.477500', '192408.937500', '192409.397500', '192409.857500', '192410.317500', '192410.777500', '192411.237500', '192411.697500', '192412.157500', '192412.617500', '192413.077500', '192413.537500', '192413.997500', '192414.457500', '192414.917500', '192415.377500', '192415.837500', '192416.297500', '192416.757500', '192417.217500', '192417.677500', '192418.137500', '192418.597500', '192419.057500', '192419.517500', '192419.977500', '192420.437500', '192420.897500', '192421.357500', '192421.817500', '192422.277500', '192422.737500', '192423.197500', '192423.657500', '192424.117500', '192424.577500', '192425.037500', '192425.497500', '192425.957500', '192426.417500', '192426.877500', '192427.337500', '192427.797500', '192428.257500', '192428.717500', '192429.177500', '192429.637500', '192430.097500', '192430.557500', '192431.017500', '192431.477500', '192431.937500', '192432.397500', '192432.857500', '192433.317500', '192433.777500', '192434.237500', '192434.697500', '192435.157500', '192435.617500', '192436.077500', '192436.537500', '192436.997500', '192437.457500', '192437.917500', '192438.377500', '192438.837500', '192439.297500', '192439.757500', '192440.217500', '192440.677500', '192441.137500', '192441.597500', '192442.057500', '192442.517500', '192442.977500', '192443.437500', '192443.897500', '192444.357500', '192444.817500', '192445.277500', '192445.737500', '192446.197500', '192446.657500', '192447.117500', '192447.577500', '192448.037500', '192448.497500', '192448.957500', '192449.417500', '192449.877500', '192450.337500', '192450.797500', '192451.257500', '192451.717500', '192452.177500', '192452.637500', '192453.097500', '192453.557500', '192454.017500', '192454.477500', '192454.937500', '192455.397500', '192455.857500', '192456.317500', '192456.777500', '192457.237500', '192457.697500', '192458.157500', '192458.617500', '192459.077500', '192459.537500', '192459.997500', '192500.457500', '192500.917500', '192501.377500', '192501.837500', '192502.297500', '192502.757500', '192503.217500', '192503.677500', '192504.137500', '192504.597500', '192505.057500', '192505.517500', '192505.977500', '192506.437500', '192506.897500', '192507.357500', '192507.817500', '192508.277500', '192508.737500', '192509.197500', '192509.657500', '192510.117500', '192510.577500', '192511.037500', '192511.497500', '192511.957500', '192512.417500', '192512.877500', '192513.337500', '192513.797500', '192514.257500', '192514.717500', '192515.177500', '192515.637500', '192516.097500', '192516.557500', '192517.017500', '192517.477500', '192517.937500', '192518.397500', '192518.857500', '192519.317500', '192519.777500', '192520.237500', '192520.697500', '192521.157500', '192521.617500', '192522.077500', '192522.537500', '192522.997500', '192523.457500', '192523.917500', '192524.377500', '192524.837500', '192525.297500', '192525.757500', '192526.217500', '192526.677500', '192527.137500', '192527.597500', '192528.057500', '192528.517500', '192528.977500', '192529.437500', '192529.897500', '192530.357500', '192530.817500', '192531.277500', '192531.737500', '192532.197500', '192532.657500', '192533.117500', '192533.577500', '192534.037500', '192534.497500', '192534.957500', '192535.417500', '192535.877500', '192536.337500', '192536.797500', '192537.257500', '192537.717500', '192538.177500', '192538.637500', '192539.097500', '192539.557500', '192540.017500', '192540.477500', '192540.937500', '192541.397500', '192541.857500', '192542.317500', '192542.777500', '192543.237500', '192543.697500', '192544.157500', '192544.617500', '192545.077500', '192545.537500', '192545.997500', '192546.457500', '192546.917500', '192547.377500', '192547.837500', '192548.297500', '192548.757500', '192549.217500', '192549.677500', '192550.137500', '192550.597500', '192551.057500', '192551.517500', '192551.977500', '192552.437500', '192552.897500', '192553.357500', '192553.817500', '192554.277500', '192554.737500', '192555.197500', '192555.657500', '192556.117500', '192556.577500', '192557.037500', '192557.497500', '192557.957500', '192558.417500', '192558.877500', '192559.337500', '192559.797500', '192600.257500', '192600.717500', '192601.177500', '192601.637500', '192602.097500'], 'ContentTime': ['191946.463000', '191946.466000', '191946.468000', '191946.471000', '191946.474000', '191946.476000', '191946.479000', '191946.481000', '191946.484000', '191946.486000', '191946.489000', '191946.492000', '191946.494000', '191946.497000', '191946.499000', '191946.502000', '191946.504000', '191946.507000', '191946.510000', '191946.512000', '191946.515000', '191946.517000', '191946.520000', '191946.523000', '191946.525000', '191946.528000', '191946.530000', '191946.533000', '191946.535000', '191946.538000', '191946.541000', '191946.543000', '191946.546000', '191946.548000', '191946.551000', '191946.553000', '191946.556000', '191946.558000', '191946.561000', '191946.566000', '191946.569000', '191946.571000', '191946.574000', '191946.576000', '191946.579000', '191946.581000', '191946.584000', '191946.586000', '191946.589000', '191946.592000', '191946.594000', '191946.597000', '191946.599000', '192006.429000', '192006.432000', '192006.435000', '192006.438000', '192006.440000', '192006.443000', '192006.445000', '192006.448000', '192006.450000', '192006.453000', '192006.455000', '192006.458000', '192006.460000', '192006.463000', '192006.466000', '192006.468000', '192006.471000', '192006.473000', '192006.476000', '192006.478000', '192006.481000', '192006.483000', '192006.486000', '192006.488000', '192006.491000', '192006.494000', '192006.496000', '192006.499000', '192006.501000', '192006.504000', '192006.506000', '192006.509000', '192006.511000', '192006.514000', '192006.542000', '192006.545000', '192006.547000', '192006.550000', '192006.553000', '192006.555000', '192006.558000', '192006.560000', '192006.563000', '192026.430000', '192026.432000', '192026.435000', '192026.437000', '192026.440000', '192026.449000', '192026.452000', '192026.454000', '192026.457000', '192026.459000', '192026.462000', '192026.465000', '192026.468000', '192026.471000', '192026.473000', '192026.476000', '192026.478000', '192026.481000', '192026.483000', '192026.486000', '192026.488000', '192026.491000', '192026.494000', '192026.496000', '192026.499000', '192026.501000', '192026.504000', '192026.506000', '192026.509000', '192026.512000', '192026.514000', '192026.517000', '192026.519000', '192026.522000', '192026.524000', '192026.527000', '192026.530000', '192026.532000', '192026.535000', '192026.537000', '192026.540000', '192026.542000', '192026.545000', '192026.547000', '192046.429000', '192046.432000', '192046.435000', '192046.437000', '192046.440000', '192046.443000', '192046.445000', '192046.448000', '192046.450000', '192046.453000', '192046.455000', '192046.458000', '192046.461000', '192046.463000', '192046.466000', '192046.468000', '192046.471000', '192046.473000', '192046.476000', '192046.479000', '192046.481000', '192046.484000', '192046.486000', '192046.489000', '192046.491000', '192046.494000', '192046.497000', '192046.499000', '192046.502000', '192046.505000', '192046.507000', '192046.510000', '192046.512000', '192046.515000', '192046.517000', '192046.520000', '192046.522000', '192046.525000', '192046.528000', '192046.530000', '192046.533000', '192046.535000', '192046.538000', '192106.429000', '192106.432000', '192106.435000', '192106.437000', '192106.440000', '192106.443000', '192106.445000', '192106.448000', '192106.450000', '192106.453000', '192106.456000', '192106.458000', '192106.461000', '192106.463000', '192106.492000', '192106.495000', '192106.497000', '192106.500000', '192106.502000', '192106.505000', '192106.508000', '192106.510000', '192106.513000', '192106.515000', '192106.518000', '192106.520000', '192106.523000', '192106.526000', '192106.528000', '192106.531000', '192106.534000', '192106.536000', '192106.539000', '192106.545000', '192106.548000', '192106.550000', '192106.553000', '192106.555000', '192106.558000', '192106.561000', '192106.563000', '192106.566000', '192106.568000', '192126.429000', '192126.432000', '192126.435000', '192126.437000', '192126.440000', '192126.443000', '192126.445000', '192126.448000', '192126.450000', '192126.453000', '192126.455000', '192126.458000', '192126.461000', '192126.463000', '192126.466000', '192126.468000', '192126.471000', '192126.474000', '192126.476000', '192126.479000', '192126.481000', '192126.484000', '192126.486000', '192126.489000', '192126.492000', '192126.494000', '192126.497000', '192126.499000', '192126.502000', '192126.505000', '192126.507000', '192126.510000', '192126.512000', '192126.515000', '192126.517000', '192126.520000', '192126.523000', '192126.525000', '192126.528000', '192126.530000', '192126.533000', '192126.535000', '192126.538000', '192126.541000', '192146.429000', '192146.432000', '192146.435000', '192146.437000', '192146.440000', '192146.442000', '192146.445000', '192146.448000', '192146.450000', '192146.453000', '192146.455000', '192146.458000', '192146.460000', '192146.463000', '192146.466000', '192146.469000', '192146.472000', '192146.475000', '192146.478000', '192146.480000', '192146.483000', '192146.485000', '192146.488000', '192146.491000', '192146.493000', '192146.496000', '192146.498000', '192146.501000', '192146.504000', '192146.507000', '192146.509000', '192146.512000', '192146.514000', '192146.517000', '192146.520000', '192146.522000', '192146.525000', '192146.527000', '192146.530000', '192146.532000', '192146.535000', '192146.538000', '192146.540000', '192206.430000', '192206.432000', '192206.435000', '192206.438000', '192206.440000', '192206.443000', '192206.445000', '192206.448000', '192206.450000', '192206.453000', '192206.456000', '192206.458000', '192206.461000', '192206.463000', '192206.466000', '192206.469000', '192206.471000', '192206.474000', '192206.476000', '192206.479000', '192206.482000', '192206.484000', '192206.487000', '192206.489000', '192206.492000', '192206.494000', '192206.497000', '192206.500000', '192206.502000', '192206.505000', '192206.508000', '192206.510000', '192206.513000', '192206.515000', '192206.518000', '192206.521000', '192206.523000', '192206.526000', '192206.528000', '192206.531000', '192206.533000', '192206.536000', '192206.539000', '192206.541000', '192226.430000', '192226.432000', '192226.435000', '192226.438000', '192226.440000', '192226.443000', '192226.445000', '192226.448000', '192226.457000', '192226.459000', '192226.462000', '192226.464000', '192226.467000', '192226.469000', '192226.472000', '192226.475000', '192226.477000', '192226.480000', '192226.482000', '192226.485000', '192226.488000', '192226.490000', '192226.493000', '192226.495000', '192226.498000', '192226.501000', '192226.503000', '192226.506000', '192226.508000', '192226.511000', '192226.514000', '192226.516000', '192226.519000', '192226.521000', '192226.524000', '192226.526000', '192226.529000', '192226.531000', '192226.534000', '192226.537000', '192226.539000', '192226.542000', '192226.544000', '192246.429000', '192246.432000', '192246.435000', '192246.437000', '192246.440000', '192246.443000', '192246.445000', '192246.448000', '192246.450000', '192246.453000', '192246.456000', '192246.458000', '192246.461000', '192246.463000', '192246.466000', '192246.469000', '192246.471000', '192246.474000', '192246.476000', '192246.479000', '192246.481000', '192246.484000', '192246.486000', '192246.489000', '192246.492000', '192246.494000', '192246.497000', '192246.499000', '192246.502000', '192246.504000', '192246.507000', '192246.510000', '192246.512000', '192246.515000', '192246.517000', '192246.520000', '192246.522000', '192246.525000', '192246.528000', '192246.530000', '192246.533000', '192246.535000', '192246.538000', '192246.540000', '192306.429000', '192306.432000', '192306.435000', '192306.437000', '192306.440000', '192306.442000', '192306.445000', '192306.448000', '192306.450000', '192306.453000', '192306.455000', '192306.458000', '192306.461000', '192306.463000', '192306.466000', '192306.468000', '192306.471000', '192306.474000', '192306.476000', '192306.479000', '192306.481000', '192306.484000', '192306.486000', '192306.489000', '192306.492000', '192306.494000', '192306.497000', '192306.499000', '192306.502000', '192306.504000', '192306.507000', '192306.510000', '192306.512000', '192306.515000', '192306.517000', '192306.520000', '192306.522000', '192306.525000', '192306.528000', '192306.530000', '192306.533000', '192306.535000', '192306.538000', '192326.429000', '192326.432000', '192326.435000', '192326.437000', '192326.440000', '192326.443000', '192326.445000', '192326.448000', '192326.450000', '192326.453000', '192326.455000', '192326.458000', '192326.461000', '192326.463000', '192326.466000', '192326.468000', '192326.471000', '192326.473000', '192326.476000', '192326.479000', '192326.481000', '192326.484000', '192326.486000', '192326.489000', '192326.491000', '192326.494000', '192326.497000', '192326.499000', '192326.502000', '192326.504000', '192326.507000', '192326.509000', '192326.512000', '192326.515000', '192326.517000', '192326.520000', '192326.522000', '192326.525000', '192326.527000', '192326.530000', '192326.533000', '192326.545000', '192326.547000', '192326.550000', '192346.429000', '192346.432000', '192346.435000', '192346.437000', '192346.440000', '192346.442000', '192346.445000', '192346.448000', '192346.450000', '192346.453000', '192346.455000', '192346.458000', '192346.461000', '192346.463000', '192346.466000', '192346.468000', '192346.471000', '192346.474000', '192346.476000', '192346.479000', '192346.481000', '192346.484000', '192346.486000', '192346.489000', '192346.492000', '192346.494000', '192346.497000', '192346.499000', '192346.502000', '192346.505000', '192346.507000', '192346.510000', '192346.512000', '192346.515000', '192346.517000', '192346.520000', '192346.523000', '192346.525000', '192346.528000', '192346.530000', '192346.533000', '192346.535000', '192346.538000', '192406.430000', '192406.432000', '192406.435000', '192406.438000', '192406.440000', '192406.443000', '192406.445000', '192406.448000', '192406.450000', '192406.453000', '192406.456000', '192406.458000', '192406.461000', '192406.463000', '192406.466000', '192406.468000', '192406.471000', '192406.474000', '192406.476000', '192406.479000', '192406.481000', '192406.484000', '192406.487000', '192406.489000', '192406.492000', '192406.494000', '192406.497000', '192406.499000', '192406.502000', '192406.504000', '192406.507000', '192406.510000', '192406.512000', '192406.515000', '192406.517000', '192406.550000', '192406.552000', '192406.555000', '192406.557000', '192406.560000', '192406.563000', '192406.565000', '192406.568000', '192406.570000', '192426.430000', '192426.432000', '192426.435000', '192426.438000', '192426.440000', '192426.443000', '192426.445000', '192426.448000', '192426.451000', '192426.453000', '192426.456000', '192426.458000', '192426.461000', '192426.463000', '192426.466000', '192426.469000', '192426.471000', '192426.474000', '192426.476000', '192426.479000', '192426.481000', '192426.484000', '192426.487000', '192426.489000', '192426.492000', '192426.494000', '192426.497000', '192426.500000', '192426.502000', '192426.505000', '192426.507000', '192426.510000', '192426.513000', '192426.515000', '192426.518000', '192426.520000', '192426.523000', '192426.526000', '192426.528000', '192426.531000', '192426.534000', '192426.536000', '192426.539000', '192446.429000', '192446.432000', '192446.435000', '192446.437000', '192446.440000', '192446.443000', '192446.445000', '192446.448000', '192446.450000', '192446.453000', '192446.456000', '192446.458000', '192446.461000', '192446.463000', '192446.466000', '192446.469000', '192446.471000', '192446.474000', '192446.477000', '192446.479000', '192446.482000', '192446.484000', '192446.487000', '192446.490000', '192446.492000', '192446.495000', '192446.497000', '192446.500000', '192446.503000', '192446.505000', '192446.508000', '192446.510000', '192446.513000', '192446.516000', '192446.518000', '192446.521000', '192446.524000', '192446.526000', '192446.529000', '192446.531000', '192446.534000', '192446.537000', '192446.539000', '192446.542000', '192506.430000', '192506.432000', '192506.435000', '192506.438000', '192506.440000', '192506.443000', '192506.445000', '192506.448000', '192506.451000', '192506.453000', '192506.456000', '192506.458000', '192506.461000', '192506.463000', '192506.466000', '192506.469000', '192506.471000', '192506.474000', '192506.476000', '192506.479000', '192506.482000', '192506.484000', '192506.487000', '192506.489000', '192506.492000', '192506.494000', '192506.497000', '192506.499000', '192506.502000', '192506.505000', '192506.507000', '192506.510000', '192506.513000', '192506.515000', '192506.518000', '192506.520000', '192506.523000', '192506.526000', '192506.528000', '192506.531000', '192506.533000', '192506.536000', '192506.539000', '192526.430000', '192526.432000', '192526.435000', '192526.438000', '192526.440000', '192526.443000', '192526.446000', '192526.448000', '192526.451000', '192526.453000', '192526.456000', '192526.458000', '192526.462000', '192526.464000', '192526.468000', '192526.471000', '192526.473000', '192526.476000', '192526.479000', '192526.481000', '192526.484000', '192526.486000', '192526.489000', '192526.492000', '192526.494000', '192526.497000', '192526.499000', '192526.502000', '192526.504000', '192526.507000', '192526.510000', '192526.512000', '192526.515000', '192526.517000', '192526.520000', '192526.523000', '192526.525000', '192526.528000', '192526.530000', '192526.533000', '192526.535000', '192526.538000', '192526.541000', '192526.543000', '192546.430000', '192546.432000', '192546.435000', '192546.438000', '192546.440000', '192546.443000', '192546.445000', '192546.448000', '192546.450000', '192546.453000', '192546.456000', '192546.458000', '192546.461000', '192546.463000', '192546.466000', '192546.468000', '192546.471000', '192546.474000', '192546.476000', '192546.479000', '192546.481000', '192546.484000', '192546.486000', '192546.489000', '192546.492000', '192546.494000', '192546.497000', '192546.499000', '192546.502000', '192546.504000', '192546.507000', '192546.510000', '192546.512000', '192546.515000', '192546.517000', '192546.520000', '192546.522000', '192546.525000', '192546.528000', '192546.530000', '192546.533000', '192546.535000', '192546.538000', '192603.126000', '192603.129000', '192603.131000', '192603.134000', '192603.137000', '192603.139000', '192603.142000', '192603.145000', '192603.148000', '192603.150000', '192603.153000', '192603.156000', '192603.159000', '192603.162000', '192603.165000', '192603.168000', '192603.171000', '192603.174000', '192603.177000', '192603.180000', '192603.182000', '192603.185000', '192603.188000', '192603.190000', '192603.193000', '192603.196000', '192603.198000', '192603.201000', '192603.204000', '192603.206000', '192603.209000', '192603.212000', '192603.214000', '192603.217000', '192603.220000', '192603.222000', '192603.225000'], 'InstanceCreationTime': ['191946.463000', '191946.466000', '191946.468000', '191946.471000', '191946.474000', '191946.476000', '191946.479000', '191946.481000', '191946.484000', '191946.486000', '191946.489000', '191946.492000', '191946.494000', '191946.497000', '191946.499000', '191946.502000', '191946.504000', '191946.507000', '191946.510000', '191946.512000', '191946.515000', '191946.517000', '191946.520000', '191946.523000', '191946.525000', '191946.528000', '191946.530000', '191946.533000', '191946.535000', '191946.538000', '191946.541000', '191946.543000', '191946.546000', '191946.548000', '191946.551000', '191946.553000', '191946.556000', '191946.558000', '191946.561000', '191946.566000', '191946.569000', '191946.571000', '191946.574000', '191946.576000', '191946.579000', '191946.581000', '191946.584000', '191946.586000', '191946.589000', '191946.592000', '191946.594000', '191946.597000', '191946.599000', '192006.429000', '192006.432000', '192006.435000', '192006.438000', '192006.440000', '192006.443000', '192006.445000', '192006.448000', '192006.450000', '192006.453000', '192006.455000', '192006.458000', '192006.460000', '192006.463000', '192006.466000', '192006.468000', '192006.471000', '192006.473000', '192006.476000', '192006.478000', '192006.481000', '192006.483000', '192006.486000', '192006.488000', '192006.491000', '192006.494000', '192006.496000', '192006.499000', '192006.501000', '192006.504000', '192006.506000', '192006.509000', '192006.511000', '192006.514000', '192006.542000', '192006.545000', '192006.547000', '192006.550000', '192006.553000', '192006.555000', '192006.558000', '192006.560000', '192006.563000', '192026.430000', '192026.432000', '192026.435000', '192026.437000', '192026.440000', '192026.449000', '192026.452000', '192026.454000', '192026.457000', '192026.459000', '192026.462000', '192026.465000', '192026.468000', '192026.471000', '192026.473000', '192026.476000', '192026.478000', '192026.481000', '192026.483000', '192026.486000', '192026.488000', '192026.491000', '192026.494000', '192026.496000', '192026.499000', '192026.501000', '192026.504000', '192026.506000', '192026.509000', '192026.512000', '192026.514000', '192026.517000', '192026.519000', '192026.522000', '192026.524000', '192026.527000', '192026.530000', '192026.532000', '192026.535000', '192026.537000', '192026.540000', '192026.542000', '192026.545000', '192026.547000', '192046.429000', '192046.432000', '192046.435000', '192046.437000', '192046.440000', '192046.443000', '192046.445000', '192046.448000', '192046.450000', '192046.453000', '192046.455000', '192046.458000', '192046.461000', '192046.463000', '192046.466000', '192046.468000', '192046.471000', '192046.473000', '192046.476000', '192046.479000', '192046.481000', '192046.484000', '192046.486000', '192046.489000', '192046.491000', '192046.494000', '192046.497000', '192046.499000', '192046.502000', '192046.505000', '192046.507000', '192046.510000', '192046.512000', '192046.515000', '192046.517000', '192046.520000', '192046.522000', '192046.525000', '192046.528000', '192046.530000', '192046.533000', '192046.535000', '192046.538000', '192106.429000', '192106.432000', '192106.435000', '192106.437000', '192106.440000', '192106.443000', '192106.445000', '192106.448000', '192106.450000', '192106.453000', '192106.456000', '192106.458000', '192106.461000', '192106.463000', '192106.492000', '192106.495000', '192106.497000', '192106.500000', '192106.502000', '192106.505000', '192106.508000', '192106.510000', '192106.513000', '192106.515000', '192106.518000', '192106.520000', '192106.523000', '192106.526000', '192106.528000', '192106.531000', '192106.534000', '192106.536000', '192106.539000', '192106.545000', '192106.548000', '192106.550000', '192106.553000', '192106.555000', '192106.558000', '192106.561000', '192106.563000', '192106.566000', '192106.568000', '192126.429000', '192126.432000', '192126.435000', '192126.437000', '192126.440000', '192126.443000', '192126.445000', '192126.448000', '192126.450000', '192126.453000', '192126.455000', '192126.458000', '192126.461000', '192126.463000', '192126.466000', '192126.468000', '192126.471000', '192126.474000', '192126.476000', '192126.479000', '192126.481000', '192126.484000', '192126.486000', '192126.489000', '192126.492000', '192126.494000', '192126.497000', '192126.499000', '192126.502000', '192126.505000', '192126.507000', '192126.510000', '192126.512000', '192126.515000', '192126.517000', '192126.520000', '192126.523000', '192126.525000', '192126.528000', '192126.530000', '192126.533000', '192126.535000', '192126.538000', '192126.541000', '192146.429000', '192146.432000', '192146.435000', '192146.437000', '192146.440000', '192146.442000', '192146.445000', '192146.448000', '192146.450000', '192146.453000', '192146.455000', '192146.458000', '192146.460000', '192146.463000', '192146.466000', '192146.469000', '192146.472000', '192146.475000', '192146.478000', '192146.480000', '192146.483000', '192146.485000', '192146.488000', '192146.491000', '192146.493000', '192146.496000', '192146.498000', '192146.501000', '192146.504000', '192146.507000', '192146.509000', '192146.512000', '192146.514000', '192146.517000', '192146.520000', '192146.522000', '192146.525000', '192146.527000', '192146.530000', '192146.532000', '192146.535000', '192146.538000', '192146.540000', '192206.430000', '192206.432000', '192206.435000', '192206.438000', '192206.440000', '192206.443000', '192206.445000', '192206.448000', '192206.450000', '192206.453000', '192206.456000', '192206.458000', '192206.461000', '192206.463000', '192206.466000', '192206.469000', '192206.471000', '192206.474000', '192206.476000', '192206.479000', '192206.482000', '192206.484000', '192206.487000', '192206.489000', '192206.492000', '192206.494000', '192206.497000', '192206.500000', '192206.502000', '192206.505000', '192206.508000', '192206.510000', '192206.513000', '192206.515000', '192206.518000', '192206.521000', '192206.523000', '192206.526000', '192206.528000', '192206.531000', '192206.533000', '192206.536000', '192206.539000', '192206.541000', '192226.430000', '192226.432000', '192226.435000', '192226.438000', '192226.440000', '192226.443000', '192226.445000', '192226.448000', '192226.457000', '192226.459000', '192226.462000', '192226.464000', '192226.467000', '192226.469000', '192226.472000', '192226.475000', '192226.477000', '192226.480000', '192226.482000', '192226.485000', '192226.488000', '192226.490000', '192226.493000', '192226.495000', '192226.498000', '192226.501000', '192226.503000', '192226.506000', '192226.508000', '192226.511000', '192226.514000', '192226.516000', '192226.519000', '192226.521000', '192226.524000', '192226.526000', '192226.529000', '192226.531000', '192226.534000', '192226.537000', '192226.539000', '192226.542000', '192226.544000', '192246.429000', '192246.432000', '192246.435000', '192246.437000', '192246.440000', '192246.443000', '192246.445000', '192246.448000', '192246.450000', '192246.453000', '192246.456000', '192246.458000', '192246.461000', '192246.463000', '192246.466000', '192246.469000', '192246.471000', '192246.474000', '192246.476000', '192246.479000', '192246.481000', '192246.484000', '192246.486000', '192246.489000', '192246.492000', '192246.494000', '192246.497000', '192246.499000', '192246.502000', '192246.504000', '192246.507000', '192246.510000', '192246.512000', '192246.515000', '192246.517000', '192246.520000', '192246.522000', '192246.525000', '192246.528000', '192246.530000', '192246.533000', '192246.535000', '192246.538000', '192246.540000', '192306.429000', '192306.432000', '192306.435000', '192306.437000', '192306.440000', '192306.442000', '192306.445000', '192306.448000', '192306.450000', '192306.453000', '192306.455000', '192306.458000', '192306.461000', '192306.463000', '192306.466000', '192306.468000', '192306.471000', '192306.474000', '192306.476000', '192306.479000', '192306.481000', '192306.484000', '192306.486000', '192306.489000', '192306.492000', '192306.494000', '192306.497000', '192306.499000', '192306.502000', '192306.504000', '192306.507000', '192306.510000', '192306.512000', '192306.515000', '192306.517000', '192306.520000', '192306.522000', '192306.525000', '192306.528000', '192306.530000', '192306.533000', '192306.535000', '192306.538000', '192326.429000', '192326.432000', '192326.435000', '192326.437000', '192326.440000', '192326.443000', '192326.445000', '192326.448000', '192326.450000', '192326.453000', '192326.455000', '192326.458000', '192326.461000', '192326.463000', '192326.466000', '192326.468000', '192326.471000', '192326.473000', '192326.476000', '192326.479000', '192326.481000', '192326.484000', '192326.486000', '192326.489000', '192326.491000', '192326.494000', '192326.497000', '192326.499000', '192326.502000', '192326.504000', '192326.507000', '192326.509000', '192326.512000', '192326.515000', '192326.517000', '192326.520000', '192326.522000', '192326.525000', '192326.527000', '192326.530000', '192326.533000', '192326.545000', '192326.547000', '192326.550000', '192346.429000', '192346.432000', '192346.435000', '192346.437000', '192346.440000', '192346.442000', '192346.445000', '192346.448000', '192346.450000', '192346.453000', '192346.455000', '192346.458000', '192346.461000', '192346.463000', '192346.466000', '192346.468000', '192346.471000', '192346.474000', '192346.476000', '192346.479000', '192346.481000', '192346.484000', '192346.486000', '192346.489000', '192346.492000', '192346.494000', '192346.497000', '192346.499000', '192346.502000', '192346.505000', '192346.507000', '192346.510000', '192346.512000', '192346.515000', '192346.517000', '192346.520000', '192346.523000', '192346.525000', '192346.528000', '192346.530000', '192346.533000', '192346.535000', '192346.538000', '192406.430000', '192406.432000', '192406.435000', '192406.438000', '192406.440000', '192406.443000', '192406.445000', '192406.448000', '192406.450000', '192406.453000', '192406.456000', '192406.458000', '192406.461000', '192406.463000', '192406.466000', '192406.468000', '192406.471000', '192406.474000', '192406.476000', '192406.479000', '192406.481000', '192406.484000', '192406.487000', '192406.489000', '192406.492000', '192406.494000', '192406.497000', '192406.499000', '192406.502000', '192406.504000', '192406.507000', '192406.510000', '192406.512000', '192406.515000', '192406.517000', '192406.550000', '192406.552000', '192406.555000', '192406.557000', '192406.560000', '192406.563000', '192406.565000', '192406.568000', '192406.570000', '192426.430000', '192426.432000', '192426.435000', '192426.438000', '192426.440000', '192426.443000', '192426.445000', '192426.448000', '192426.451000', '192426.453000', '192426.456000', '192426.458000', '192426.461000', '192426.463000', '192426.466000', '192426.469000', '192426.471000', '192426.474000', '192426.476000', '192426.479000', '192426.481000', '192426.484000', '192426.487000', '192426.489000', '192426.492000', '192426.494000', '192426.497000', '192426.500000', '192426.502000', '192426.505000', '192426.507000', '192426.510000', '192426.513000', '192426.515000', '192426.518000', '192426.520000', '192426.523000', '192426.526000', '192426.528000', '192426.531000', '192426.534000', '192426.536000', '192426.539000', '192446.429000', '192446.432000', '192446.435000', '192446.437000', '192446.440000', '192446.443000', '192446.445000', '192446.448000', '192446.450000', '192446.453000', '192446.456000', '192446.458000', '192446.461000', '192446.463000', '192446.466000', '192446.469000', '192446.471000', '192446.474000', '192446.477000', '192446.479000', '192446.482000', '192446.484000', '192446.487000', '192446.490000', '192446.492000', '192446.495000', '192446.497000', '192446.500000', '192446.503000', '192446.505000', '192446.508000', '192446.510000', '192446.513000', '192446.516000', '192446.518000', '192446.521000', '192446.524000', '192446.526000', '192446.529000', '192446.531000', '192446.534000', '192446.537000', '192446.539000', '192446.542000', '192506.430000', '192506.432000', '192506.435000', '192506.438000', '192506.440000', '192506.443000', '192506.445000', '192506.448000', '192506.451000', '192506.453000', '192506.456000', '192506.458000', '192506.461000', '192506.463000', '192506.466000', '192506.469000', '192506.471000', '192506.474000', '192506.476000', '192506.479000', '192506.482000', '192506.484000', '192506.487000', '192506.489000', '192506.492000', '192506.494000', '192506.497000', '192506.499000', '192506.502000', '192506.505000', '192506.507000', '192506.510000', '192506.513000', '192506.515000', '192506.518000', '192506.520000', '192506.523000', '192506.526000', '192506.528000', '192506.531000', '192506.533000', '192506.536000', '192506.539000', '192526.430000', '192526.432000', '192526.435000', '192526.438000', '192526.440000', '192526.443000', '192526.446000', '192526.448000', '192526.451000', '192526.453000', '192526.456000', '192526.458000', '192526.462000', '192526.464000', '192526.468000', '192526.471000', '192526.473000', '192526.476000', '192526.479000', '192526.481000', '192526.484000', '192526.486000', '192526.489000', '192526.492000', '192526.494000', '192526.497000', '192526.499000', '192526.502000', '192526.504000', '192526.507000', '192526.510000', '192526.512000', '192526.515000', '192526.517000', '192526.520000', '192526.523000', '192526.525000', '192526.528000', '192526.530000', '192526.533000', '192526.535000', '192526.538000', '192526.541000', '192526.543000', '192546.430000', '192546.432000', '192546.435000', '192546.438000', '192546.440000', '192546.443000', '192546.445000', '192546.448000', '192546.450000', '192546.453000', '192546.456000', '192546.458000', '192546.461000', '192546.463000', '192546.466000', '192546.468000', '192546.471000', '192546.474000', '192546.476000', '192546.479000', '192546.481000', '192546.484000', '192546.486000', '192546.489000', '192546.492000', '192546.494000', '192546.497000', '192546.499000', '192546.502000', '192546.504000', '192546.507000', '192546.510000', '192546.512000', '192546.515000', '192546.517000', '192546.520000', '192546.522000', '192546.525000', '192546.528000', '192546.530000', '192546.533000', '192546.535000', '192546.538000', '192603.126000', '192603.129000', '192603.131000', '192603.134000', '192603.137000', '192603.139000', '192603.142000', '192603.145000', '192603.148000', '192603.150000', '192603.153000', '192603.156000', '192603.159000', '192603.162000', '192603.165000', '192603.168000', '192603.171000', '192603.174000', '192603.177000', '192603.180000', '192603.182000', '192603.185000', '192603.188000', '192603.190000', '192603.193000', '192603.196000', '192603.198000', '192603.201000', '192603.204000', '192603.206000', '192603.209000', '192603.212000', '192603.214000', '192603.217000', '192603.220000', '192603.222000', '192603.225000'], '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': [7919, 7734, 8292, 7758, 7328, 7785, 7486, 8829, 7377, 12356, 9561, 7163, 10399, 7489, 8987, 7370, 10271, 7912, 7422, 8743, 7299, 8331, 7459, 12686, 8120, 7273, 8110, 7195, 7868, 7970, 6847, 12209, 8854, 6881, 7954, 6847, 7145, 7601, 12609, 9499, 12044, 9834, 12697, 9812, 13924, 10238, 14743, 11705, 14663, 10819, 13745, 10998, 13954, 11495, 14116, 10493, 13185, 9312, 12116, 9024, 8719, 6891, 8392, 6694, 7020, 7261, 7892, 10175, 8075, 8498, 8145, 7841, 7893, 8750, 8398, 7538, 7480, 7431, 8486, 7360, 12795, 7962, 12492, 8164, 12093, 8836, 7475, 8940, 7478, 11697, 8196, 9910, 8784, 7655, 9117, 7253, 12714, 6998, 13481, 7509, 11691, 8519, 14225, 7692, 7358, 7381, 7157, 7161, 7709, 7160, 8094, 7245, 7508, 7327, 10444, 7221, 11075, 7078, 9532, 7662, 8065, 7408, 7221, 7948, 10721, 13076, 10186, 7361, 10442, 7831, 8893, 7756, 6760, 13234, 12828, 11580, 13343, 11799, 12852, 12081, 9155, 8350, 8086, 7257, 10680, 9596, 8052, 12064, 7977, 10602, 10182, 6922, 12774, 10183, 10471, 11589, 6969, 11091, 7090, 7221, 9507, 7814, 12856, 10360, 7328, 7900, 7249, 8208, 7243, 7116, 9078, 7017, 10194, 7250, 7407, 6966, 6934, 9111, 7533, 10240, 7314, 9775, 7043, 7271, 7328, 6871, 11128, 6900, 11400, 7121, 7753, 6981, 8118, 9535, 7066, 8970, 7249, 7365, 7269, 8041, 7561, 7186, 9927, 7199, 8577, 7139, 11337, 7499, 11961, 9511, 7415, 7266, 7040, 7545, 7195, 11363, 8865, 10589, 7234, 7294, 7348, 6811, 10557, 9062, 11799, 7249, 10156, 8695, 8158, 12946, 10133, 9119, 8199, 7529, 9366, 7485, 7353, 9425, 6961, 14712, 7203, 6710, 11431, 7930, 9811, 9745, 7216, 14298, 9743, 7765, 12736, 9501, 9758, 9709, 7397, 13645, 11538, 7909, 8972, 7172, 7465, 7692, 7231, 7193, 9357, 7586, 7000, 7514, 7419, 7277, 9066, 7705, 8095, 9723, 7373, 10140, 8529, 7111, 9271, 8672, 11638, 9988, 7257, 7211, 7427, 8306, 7755, 13575, 8987, 7254, 7546, 7125, 7351, 7332, 9393, 8589, 9594, 7531, 7078, 7595, 7736, 8788, 14321, 10115, 10812, 7939, 7281, 7236, 7224, 7423, 7694, 9571, 9435, 10798, 8192, 11508, 7047, 11069, 8552, 10763, 9841, 7375, 7905, 7541, 7273, 7200, 11072, 9694, 13422, 10153, 7426, 7078, 7245, 8173, 7042, 11678, 9367, 11510, 7241, 10340, 8030, 10930, 10305, 7278, 10317, 6990, 8303, 7270, 9676, 8411, 13075, 9677, 7411, 6992, 7068, 7386, 7155, 10329, 8679, 13754, 9771, 7622, 7338, 7628, 7712, 7223, 11670, 7003, 10860, 7256, 7225, 7259, 7264, 7107, 9853, 7400, 7810, 7626, 7395, 7366, 7546, 7493, 8050, 7284, 7190, 7419, 7428, 7420, 7585, 7418, 8101, 7277, 7757, 7438, 7262, 7272, 8652, 7469, 10776, 7431, 7883, 7182, 7207, 7314, 7355, 8062, 12410, 9322, 7659, 7332, 6967, 6935, 7109, 7504, 9233, 11158, 7229, 8941, 7562, 7483, 7521, 7762, 7588, 10664, 7863, 7261, 7187, 7921, 7934, 7309, 11450, 9449, 11103, 7257, 7376, 8376, 9086, 11831, 7578, 10473, 7260, 7320, 7729, 7641, 10647, 9087, 11772, 10312, 10045, 7161, 7358, 9062, 8437, 12559, 8960, 9992, 6959, 8671, 7616, 7689, 10271, 7376, 9954, 6932, 7169, 7195, 7337, 9855, 8620, 11182, 7504, 7562, 9262, 7446, 7569, 7717, 7367, 12037, 9909, 9292, 8576, 7441, 10769, 7238, 11976, 9267, 11685, 7830, 7107, 7193, 7132, 7226, 7260, 7030, 6971, 8603, 7698, 7874, 7423, 7171, 7024, 7284, 7401, 7445, 10071, 7453, 7507, 7504, 7283, 7119, 11060, 8103, 7403, 7296, 7336, 7267, 11218, 8091, 9742, 9642, 6993, 7059, 7656, 7257, 7184, 9299, 7229, 10016, 7163, 8546, 7324, 6954, 8630, 8874, 11184, 8809, 9860, 7165, 11309, 7625, 12605, 8468, 8556, 8894, 7083, 7513, 7390, 8326, 7535, 11124, 9650, 11798, 8914, 9724, 7289, 8908, 7257, 9737, 7350, 11116, 9353, 12190, 7772, 7153, 7266, 7390, 7146, 7509, 9139, 7396, 10864, 7268, 9068, 7274, 10343, 7534, 10800, 9048, 11770, 7426, 7167, 6852, 7225, 7191, 9440, 7765, 7655, 9232, 7476, 7853, 7496, 10495, 7494, 11613, 9303, 10374, 7065, 7515, 7292, 7160, 9790, 7070, 11478, 7878, 10397, 8291, 10137, 7957, 11789, 8984, 11100, 7646, 7504, 7072, 7256, 7372, 7171, 11012, 8081, 9574, 6998, 7638, 7018, 7290, 8556, 7135, 9117, 7220, 7297, 7300, 7328, 9293, 7192, 10411, 7305, 7461, 6971, 7333, 9270, 11717, 11561, 7577, 10301, 7572, 7401, 7413, 9189, 7730, 11464, 9078, 7477, 7378, 7581, 8179, 7172, 11843, 8786, 12155, 9916, 8772, 7164, 7565, 7271, 7303, 11427, 7030, 11152, 7384, 8160, 7437, 8750, 7047, 10817, 8964, 11318, 7988, 8628, 7451, 7415, 7338, 7243, 7553, 7277, 7275, 7696, 7281, 7314, 7453, 7342, 7533, 7515, 7700, 7503, 7766, 6994, 7292, 7658, 7611, 7995, 7854, 9590, 7152, 7049, 7159, 7469, 7420, 7171, 8955, 7430, 10876, 7043, 6729, 7753, 7329, 10901, 9386, 12387, 9470, 11051, 7428, 6883, 7429, 7159, 10897, 7190, 9866, 8713, 7179, 10861, 9049, 12864, 8570, 7359, 7049, 7057, 11728, 10817, 11778, 7548, 10407, 7398, 9661, 7716, 11165, 9510, 12523, 7651, 7174, 7274, 7052, 7590, 7504, 11997, 7239, 9108, 7374, 9766, 7780, 13174, 9409, 10160, 9116, 7278, 7401, 7943, 7361, 15646, 11182, 11735, 8158, 7398, 7590, 7708, 7515, 7320, 8618, 7116, 10868, 8350, 9226, 7329, 9168, 7162, 10766, 7225, 12053, 8143, 11240, 7647, 7410, 7567, 7242, 7421, 7152, 7578, 7557, 7636, 7504, 7662, 7543, 8549, 7591, 12046, 10087, 11366, 7528, 11367, 7339, 12998, 8382, 12414, 8532, 7308, 7096, 7208, 7366, 7014, 11392, 8418, 11226, 7283, 9459, 7136, 12425, 7634, 7188, 7420, 7547, 7340, 7266, 9623, 7553, 12461, 7756, 7629, 7254, 7512, 8420, 7330, 11631, 8359, 11284, 7035, 7048, 7270, 7097, 10168, 8235, 11495, 7098, 7492, 7232, 7231, 7436, 7145, 13109, 7539, 7113, 7106, 7426, 8699, 7390, 12078, 9542, 7257, 7593, 7521, 9701, 7891, 7233, 7498, 7652], 'WindowCenter': [4427.0, 4403.0, 4398.0, 4388.0, 4377.0, 4384.0, 4375.0, 4394.0, 4377.0, 4432.0, 4403.0, 4363.0, 4392.0, 4359.0, 4391.0, 4374.0, 4405.0, 4381.0, 4363.0, 4382.0, 4360.0, 4370.0, 4362.0, 4409.0, 4373.0, 4360.0, 4372.0, 4362.0, 4368.0, 4385.0, 4363.0, 4413.0, 4383.0, 4348.0, 4366.0, 4351.0, 4350.0, 4371.0, 4411.0, 4394.0, 4408.0, 4390.0, 4411.0, 4388.0, 4409.0, 4386.0, 4408.0, 4386.0, 4393.0, 4370.0, 4380.0, 4361.0, 4365.0, 4360.0, 4366.0, 4347.0, 4367.0, 4336.0, 4355.0, 4336.0, 4323.0, 4313.0, 4272.0, 4313.0, 4311.0, 4299.0, 4305.0, 4328.0, 4209.0, 4394.0, 4372.0, 4360.0, 4358.0, 4367.0, 4357.0, 4348.0, 4337.0, 4350.0, 4369.0, 4349.0, 4398.0, 4357.0, 4397.0, 4371.0, 4396.0, 4368.0, 4348.0, 4377.0, 4350.0, 4398.0, 4368.0, 4379.0, 4371.0, 4348.0, 4369.0, 4346.0, 4396.0, 4338.0, 4404.0, 4348.0, 4397.0, 4372.0, 4412.0, 4347.0, 4348.0, 4360.0, 4350.0, 4349.0, 4360.0, 4350.0, 4372.0, 4359.0, 4345.0, 4350.0, 4390.0, 4351.0, 4398.0, 4364.0, 4335.0, 4355.0, 4230.0, 4403.0, 4348.0, 4298.0, 4398.0, 4413.0, 4376.0, 4377.0, 4415.0, 4359.0, 4379.0, 4360.0, 4338.0, 4410.0, 4316.0, 4352.0, 4467.0, 4375.0, 4413.0, 4292.0, 4340.0, 4347.0, 4348.0, 4337.0, 4377.0, 4367.0, 4346.0, 4386.0, 4346.0, 4364.0, 4366.0, 4337.0, 4387.0, 4378.0, 4364.0, 4375.0, 4325.0, 4375.0, 4325.0, 4334.0, 4366.0, 4348.0, 4387.0, 4377.0, 4349.0, 4346.0, 4336.0, 4356.0, 4349.0, 4338.0, 4368.0, 4335.0, 4376.0, 4337.0, 4337.0, 4339.0, 4339.0, 4369.0, 4348.0, 4377.0, 4349.0, 4367.0, 4336.0, 4338.0, 4349.0, 4339.0, 4388.0, 4338.0, 4387.0, 4339.0, 4349.0, 4340.0, 4358.0, 4379.0, 4339.0, 4368.0, 4350.0, 4349.0, 4351.0, 4358.0, 4360.0, 4338.0, 4379.0, 4340.0, 4359.0, 4351.0, 4391.0, 4363.0, 4399.0, 4380.0, 4348.0, 4348.0, 4336.0, 4350.0, 4353.0, 4401.0, 4371.0, 4379.0, 4349.0, 4348.0, 4350.0, 4340.0, 4390.0, 4371.0, 4400.0, 4310.0, 4418.0, 4392.0, 4355.0, 4384.0, 4425.0, 4393.0, 4371.0, 4360.0, 4380.0, 4327.0, 4312.0, 4361.0, 4326.0, 4385.0, 4314.0, 4299.0, 4362.0, 4335.0, 4356.0, 4345.0, 4326.0, 4386.0, 4345.0, 4325.0, 4373.0, 4355.0, 4362.0, 4375.0, 4373.0, 4405.0, 4398.0, 4359.0, 4378.0, 4350.0, 4360.0, 4370.0, 4322.0, 4362.0, 4392.0, 4374.0, 4364.0, 4371.0, 4374.0, 4362.0, 4392.0, 4376.0, 4374.0, 4390.0, 4350.0, 4386.0, 4368.0, 4337.0, 4379.0, 4369.0, 4400.0, 4374.0, 4344.0, 4347.0, 4348.0, 4354.0, 4358.0, 4408.0, 4369.0, 4344.0, 4347.0, 4335.0, 4347.0, 4348.0, 4378.0, 4365.0, 4377.0, 4348.0, 4335.0, 4356.0, 4343.0, 4368.0, 4403.0, 4374.0, 4374.0, 4346.0, 4333.0, 4346.0, 4347.0, 4347.0, 4359.0, 4380.0, 4380.0, 4386.0, 4369.0, 4385.0, 4338.0, 4394.0, 4365.0, 4400.0, 4375.0, 4347.0, 4354.0, 4346.0, 4343.0, 4349.0, 4388.0, 4379.0, 4397.0, 4377.0, 4336.0, 4337.0, 4333.0, 4355.0, 4337.0, 4389.0, 4367.0, 4385.0, 4336.0, 4376.0, 4369.0, 4388.0, 4377.0, 4345.0, 4373.0, 4335.0, 4355.0, 4334.0, 4366.0, 4357.0, 4395.0, 4366.0, 4332.0, 4335.0, 4335.0, 4346.0, 4336.0, 4377.0, 4367.0, 4397.0, 4365.0, 4344.0, 4334.0, 4333.0, 4344.0, 4334.0, 4374.0, 4321.0, 4362.0, 4322.0, 4321.0, 4321.0, 4333.0, 4322.0, 4362.0, 4320.0, 4331.0, 4331.0, 4332.0, 4334.0, 4344.0, 4334.0, 4344.0, 4334.0, 4323.0, 4335.0, 4334.0, 4346.0, 4345.0, 4347.0, 4342.0, 4346.0, 4342.0, 4346.0, 4334.0, 4347.0, 4366.0, 4347.0, 4384.0, 4344.0, 4354.0, 4338.0, 4345.0, 4350.0, 4346.0, 4359.0, 4395.0, 4375.0, 4344.0, 4346.0, 4334.0, 4337.0, 4337.0, 4349.0, 4376.0, 4388.0, 4346.0, 4367.0, 4346.0, 4347.0, 4356.0, 4359.0, 4360.0, 4389.0, 4359.0, 4348.0, 4345.0, 4365.0, 4370.0, 4360.0, 4398.0, 4390.0, 4395.0, 4346.0, 4346.0, 4381.0, 4381.0, 4397.0, 4361.0, 4388.0, 4350.0, 4346.0, 4360.0, 4358.0, 4409.0, 4380.0, 4400.0, 4389.0, 4378.0, 4346.0, 4348.0, 4381.0, 4367.0, 4399.0, 4368.0, 4375.0, 4336.0, 4354.0, 4358.0, 4359.0, 4388.0, 4348.0, 4376.0, 4334.0, 4334.0, 4335.0, 4349.0, 4388.0, 4369.0, 4385.0, 4349.0, 4360.0, 4379.0, 4349.0, 4358.0, 4359.0, 4350.0, 4398.0, 4377.0, 4366.0, 4356.0, 4346.0, 4375.0, 4346.0, 4386.0, 4365.0, 4384.0, 4333.0, 4323.0, 4334.0, 4323.0, 4335.0, 4334.0, 4333.0, 4336.0, 4356.0, 4347.0, 4356.0, 4347.0, 4337.0, 4337.0, 4349.0, 4350.0, 4347.0, 4374.0, 4348.0, 4346.0, 4350.0, 4348.0, 4350.0, 4400.0, 4359.0, 4345.0, 4350.0, 4347.0, 4350.0, 4396.0, 4356.0, 4376.0, 4368.0, 4337.0, 4337.0, 4346.0, 4348.0, 4336.0, 4367.0, 4349.0, 4377.0, 4339.0, 4364.0, 4349.0, 4346.0, 4378.0, 4380.0, 4399.0, 4381.0, 4376.0, 4349.0, 4387.0, 4360.0, 4410.0, 4371.0, 4367.0, 4365.0, 4337.0, 4349.0, 4349.0, 4356.0, 4349.0, 4388.0, 4378.0, 4386.0, 4367.0, 4363.0, 4348.0, 4364.0, 4348.0, 4377.0, 4348.0, 4389.0, 4379.0, 4398.0, 4348.0, 4337.0, 4347.0, 4344.0, 4338.0, 4348.0, 4379.0, 4346.0, 4386.0, 4348.0, 4368.0, 4348.0, 4379.0, 4359.0, 4401.0, 4381.0, 4396.0, 4360.0, 4337.0, 4339.0, 4344.0, 4350.0, 4390.0, 4358.0, 4348.0, 4377.0, 4348.0, 4360.0, 4349.0, 4389.0, 4350.0, 4396.0, 4376.0, 4375.0, 4339.0, 4347.0, 4349.0, 4349.0, 4390.0, 4349.0, 4388.0, 4358.0, 4377.0, 4353.0, 4375.0, 4357.0, 4386.0, 4367.0, 4374.0, 4345.0, 4334.0, 4337.0, 4335.0, 4347.0, 4337.0, 4386.0, 4357.0, 4365.0, 4337.0, 4347.0, 4349.0, 4349.0, 4369.0, 4349.0, 4378.0, 4358.0, 4360.0, 4360.0, 4359.0, 4390.0, 4359.0, 4401.0, 4361.0, 4356.0, 4351.0, 4360.0, 4391.0, 4410.0, 4397.0, 4354.0, 4389.0, 4355.0, 4348.0, 4349.0, 4378.0, 4360.0, 4398.0, 4365.0, 4347.0, 4345.0, 4347.0, 4368.0, 4349.0, 4398.0, 4369.0, 4386.0, 4378.0, 4356.0, 4337.0, 4342.0, 4348.0, 4347.0, 4388.0, 4337.0, 4385.0, 4347.0, 4356.0, 4346.0, 4357.0, 4337.0, 4387.0, 4367.0, 4375.0, 4345.0, 4353.0, 4335.0, 4333.0, 4335.0, 4335.0, 4345.0, 4343.0, 4346.0, 4344.0, 4346.0, 4336.0, 4347.0, 4347.0, 4357.0, 4346.0, 4347.0, 4347.0, 4358.0, 4336.0, 4349.0, 4359.0, 4360.0, 4370.0, 4372.0, 4393.0, 4356.0, 4343.0, 4340.0, 4340.0, 4339.0, 4328.0, 4347.0, 4328.0, 4365.0, 4316.0, 4300.0, 4336.0, 4334.0, 4386.0, 4362.0, 4408.0, 4406.0, 4412.0, 4363.0, 4332.0, 4356.0, 4350.0, 4397.0, 4367.0, 4405.0, 4385.0, 4362.0, 4400.0, 4395.0, 4422.0, 4379.0, 4365.0, 4362.0, 4353.0, 4414.0, 4402.0, 4398.0, 4358.0, 4380.0, 4351.0, 4377.0, 4362.0, 4389.0, 4392.0, 4412.0, 4362.0, 4347.0, 4344.0, 4349.0, 4359.0, 4348.0, 4397.0, 4349.0, 4365.0, 4348.0, 4378.0, 4359.0, 4407.0, 4380.0, 4389.0, 4368.0, 4346.0, 4344.0, 4344.0, 4345.0, 4405.0, 4386.0, 4383.0, 4345.0, 4334.0, 4346.0, 4337.0, 4348.0, 4347.0, 4365.0, 4349.0, 4387.0, 4358.0, 4366.0, 4348.0, 4365.0, 4339.0, 4384.0, 4349.0, 4396.0, 4358.0, 4386.0, 4346.0, 4346.0, 4354.0, 4348.0, 4350.0, 4349.0, 4357.0, 4360.0, 4359.0, 4348.0, 4358.0, 4360.0, 4370.0, 4361.0, 4400.0, 4390.0, 4388.0, 4359.0, 4395.0, 4349.0, 4407.0, 4370.0, 4394.0, 4369.0, 4347.0, 4335.0, 4345.0, 4349.0, 4339.0, 4398.0, 4358.0, 4389.0, 4348.0, 4376.0, 4350.0, 4408.0, 4361.0, 4349.0, 4350.0, 4349.0, 4348.0, 4360.0, 4389.0, 4361.0, 4411.0, 4361.0, 4358.0, 4350.0, 4348.0, 4369.0, 4351.0, 4400.0, 4371.0, 4388.0, 4350.0, 4347.0, 4349.0, 4347.0, 4387.0, 4372.0, 4397.0, 4349.0, 4360.0, 4357.0, 4360.0, 4375.0, 4364.0, 4419.0, 4358.0, 4352.0, 4351.0, 4361.0, 4382.0, 4364.0, 4410.0, 4388.0, 4360.0, 4360.0, 4372.0, 4403.0, 4374.0, 4375.0, 4375.0, 4371.0], 'WindowWidth': [9760.0, 9718.0, 9700.0, 9685.0, 9665.0, 9676.0, 9660.0, 9684.0, 9665.0, 9738.0, 9698.0, 9642.0, 9676.0, 9631.0, 9677.0, 9662.0, 9702.0, 9664.0, 9640.0, 9665.0, 9632.0, 9646.0, 9640.0, 9698.0, 9653.0, 9634.0, 9649.0, 9640.0, 9643.0, 9676.0, 9642.0, 9707.0, 9665.0, 9614.0, 9637.0, 9621.0, 9618.0, 9648.0, 9702.0, 9683.0, 9695.0, 9673.0, 9699.0, 9669.0, 9694.0, 9660.0, 9691.0, 9658.0, 9661.0, 9627.0, 9639.0, 9614.0, 9613.0, 9608.0, 9613.0, 9587.0, 9612.0, 9571.0, 9594.0, 9574.0, 9553.0, 9547.0, 9451.0, 9552.0, 9542.0, 9511.0, 9526.0, 9551.0, 9336.0, 9697.0, 9652.0, 9630.0, 9626.0, 9634.0, 9619.0, 9606.0, 9592.0, 9614.0, 9639.0, 9615.0, 9675.0, 9619.0, 9672.0, 9646.0, 9674.0, 9636.0, 9611.0, 9651.0, 9616.0, 9678.0, 9638.0, 9653.0, 9644.0, 9611.0, 9639.0, 9606.0, 9673.0, 9598.0, 9683.0, 9611.0, 9673.0, 9645.0, 9699.0, 9606.0, 9610.0, 9630.0, 9615.0, 9615.0, 9633.0, 9619.0, 9653.0, 9628.0, 9606.0, 9616.0, 9670.0, 9619.0, 9678.0, 9647.0, 9567.0, 9624.0, 9392.0, 9723.0, 9607.0, 9507.0, 9684.0, 9710.0, 9645.0, 9669.0, 9713.0, 9629.0, 9653.0, 9632.0, 9599.0, 9696.0, 9515.0, 9601.0, 9807.0, 9639.0, 9707.0, 9476.0, 9579.0, 9603.0, 9607.0, 9591.0, 9642.0, 9631.0, 9600.0, 9652.0, 9599.0, 9621.0, 9627.0, 9590.0, 9656.0, 9645.0, 9622.0, 9636.0, 9569.0, 9635.0, 9571.0, 9582.0, 9630.0, 9610.0, 9658.0, 9644.0, 9611.0, 9602.0, 9589.0, 9615.0, 9610.0, 9596.0, 9632.0, 9587.0, 9641.0, 9591.0, 9590.0, 9596.0, 9599.0, 9636.0, 9607.0, 9644.0, 9609.0, 9631.0, 9590.0, 9594.0, 9612.0, 9597.0, 9659.0, 9594.0, 9658.0, 9598.0, 9611.0, 9601.0, 9622.0, 9650.0, 9596.0, 9634.0, 9613.0, 9611.0, 9616.0, 9625.0, 9628.0, 9596.0, 9650.0, 9602.0, 9623.0, 9617.0, 9669.0, 9639.0, 9679.0, 9654.0, 9608.0, 9608.0, 9592.0, 9613.0, 9623.0, 9684.0, 9644.0, 9650.0, 9611.0, 9610.0, 9614.0, 9606.0, 9670.0, 9644.0, 9682.0, 9538.0, 9725.0, 9681.0, 9620.0, 9650.0, 9737.0, 9684.0, 9646.0, 9630.0, 9656.0, 9572.0, 9540.0, 9622.0, 9569.0, 9640.0, 9544.0, 9518.0, 9606.0, 9575.0, 9602.0, 9588.0, 9564.0, 9645.0, 9588.0, 9561.0, 9624.0, 9605.0, 9619.0, 9640.0, 9655.0, 9684.0, 9678.0, 9626.0, 9651.0, 9619.0, 9634.0, 9645.0, 9561.0, 9642.0, 9680.0, 9657.0, 9645.0, 9652.0, 9657.0, 9638.0, 9680.0, 9663.0, 9655.0, 9671.0, 9615.0, 9659.0, 9638.0, 9595.0, 9656.0, 9642.0, 9681.0, 9640.0, 9602.0, 9608.0, 9610.0, 9614.0, 9625.0, 9689.0, 9637.0, 9601.0, 9606.0, 9590.0, 9607.0, 9611.0, 9650.0, 9631.0, 9648.0, 9609.0, 9590.0, 9619.0, 9600.0, 9638.0, 9679.0, 9641.0, 9639.0, 9603.0, 9583.0, 9604.0, 9608.0, 9609.0, 9629.0, 9655.0, 9656.0, 9660.0, 9640.0, 9656.0, 9598.0, 9670.0, 9633.0, 9683.0, 9645.0, 9607.0, 9614.0, 9606.0, 9600.0, 9613.0, 9665.0, 9653.0, 9673.0, 9646.0, 9590.0, 9592.0, 9584.0, 9616.0, 9594.0, 9665.0, 9632.0, 9653.0, 9590.0, 9644.0, 9642.0, 9664.0, 9646.0, 9603.0, 9636.0, 9588.0, 9612.0, 9585.0, 9629.0, 9619.0, 9668.0, 9629.0, 9580.0, 9589.0, 9588.0, 9605.0, 9591.0, 9647.0, 9634.0, 9671.0, 9626.0, 9595.0, 9582.0, 9581.0, 9598.0, 9583.0, 9638.0, 9562.0, 9616.0, 9562.0, 9561.0, 9562.0, 9579.0, 9566.0, 9617.0, 9560.0, 9574.0, 9575.0, 9576.0, 9584.0, 9597.0, 9585.0, 9596.0, 9584.0, 9568.0, 9586.0, 9583.0, 9603.0, 9601.0, 9607.0, 9594.0, 9605.0, 9594.0, 9604.0, 9585.0, 9607.0, 9632.0, 9608.0, 9653.0, 9602.0, 9615.0, 9596.0, 9603.0, 9616.0, 9607.0, 9628.0, 9672.0, 9645.0, 9600.0, 9605.0, 9586.0, 9594.0, 9594.0, 9613.0, 9646.0, 9664.0, 9604.0, 9632.0, 9604.0, 9606.0, 9621.0, 9628.0, 9633.0, 9667.0, 9628.0, 9613.0, 9607.0, 9633.0, 9646.0, 9634.0, 9680.0, 9672.0, 9673.0, 9610.0, 9608.0, 9663.0, 9663.0, 9680.0, 9633.0, 9665.0, 9616.0, 9607.0, 9630.0, 9630.0, 9702.0, 9659.0, 9686.0, 9668.0, 9651.0, 9609.0, 9610.0, 9662.0, 9642.0, 9683.0, 9638.0, 9641.0, 9590.0, 9613.0, 9622.0, 9629.0, 9667.0, 9610.0, 9645.0, 9588.0, 9586.0, 9590.0, 9614.0, 9665.0, 9640.0, 9655.0, 9612.0, 9631.0, 9653.0, 9612.0, 9621.0, 9625.0, 9617.0, 9676.0, 9646.0, 9629.0, 9617.0, 9603.0, 9639.0, 9603.0, 9657.0, 9626.0, 9649.0, 9580.0, 9566.0, 9583.0, 9568.0, 9586.0, 9584.0, 9584.0, 9590.0, 9615.0, 9605.0, 9617.0, 9606.0, 9593.0, 9596.0, 9612.0, 9616.0, 9609.0, 9641.0, 9609.0, 9604.0, 9615.0, 9611.0, 9618.0, 9682.0, 9628.0, 9603.0, 9614.0, 9606.0, 9615.0, 9673.0, 9621.0, 9645.0, 9635.0, 9592.0, 9594.0, 9606.0, 9608.0, 9593.0, 9635.0, 9611.0, 9646.0, 9597.0, 9627.0, 9613.0, 9608.0, 9654.0, 9655.0, 9681.0, 9657.0, 9645.0, 9614.0, 9661.0, 9628.0, 9696.0, 9645.0, 9635.0, 9629.0, 9595.0, 9611.0, 9613.0, 9618.0, 9613.0, 9664.0, 9650.0, 9658.0, 9632.0, 9624.0, 9608.0, 9625.0, 9609.0, 9645.0, 9611.0, 9666.0, 9653.0, 9676.0, 9610.0, 9593.0, 9607.0, 9601.0, 9597.0, 9610.0, 9651.0, 9606.0, 9658.0, 9608.0, 9635.0, 9612.0, 9650.0, 9627.0, 9689.0, 9660.0, 9674.0, 9631.0, 9595.0, 9599.0, 9602.0, 9615.0, 9670.0, 9625.0, 9610.0, 9649.0, 9611.0, 9627.0, 9615.0, 9668.0, 9617.0, 9673.0, 9646.0, 9644.0, 9599.0, 9609.0, 9613.0, 9616.0, 9669.0, 9613.0, 9664.0, 9623.0, 9646.0, 9611.0, 9641.0, 9620.0, 9658.0, 9631.0, 9636.0, 9600.0, 9584.0, 9590.0, 9588.0, 9606.0, 9594.0, 9657.0, 9619.0, 9628.0, 9595.0, 9607.0, 9615.0, 9614.0, 9642.0, 9616.0, 9651.0, 9627.0, 9631.0, 9633.0, 9634.0, 9676.0, 9633.0, 9685.0, 9634.0, 9624.0, 9621.0, 9631.0, 9674.0, 9697.0, 9678.0, 9617.0, 9666.0, 9620.0, 9611.0, 9614.0, 9651.0, 9630.0, 9677.0, 9630.0, 9608.0, 9603.0, 9609.0, 9638.0, 9613.0, 9679.0, 9639.0, 9657.0, 9649.0, 9617.0, 9593.0, 9597.0, 9610.0, 9607.0, 9664.0, 9592.0, 9653.0, 9606.0, 9615.0, 9604.0, 9618.0, 9594.0, 9659.0, 9632.0, 9639.0, 9599.0, 9608.0, 9586.0, 9581.0, 9587.0, 9586.0, 9602.0, 9598.0, 9605.0, 9598.0, 9606.0, 9590.0, 9608.0, 9607.0, 9621.0, 9605.0, 9609.0, 9607.0, 9623.0, 9592.0, 9616.0, 9627.0, 9632.0, 9644.0, 9650.0, 9682.0, 9632.0, 9603.0, 9599.0, 9596.0, 9593.0, 9576.0, 9598.0, 9572.0, 9616.0, 9551.0, 9526.0, 9582.0, 9582.0, 9655.0, 9623.0, 9697.0, 9705.0, 9709.0, 9640.0, 9582.0, 9621.0, 9617.0, 9678.0, 9652.0, 9699.0, 9674.0, 9641.0, 9688.0, 9688.0, 9718.0, 9658.0, 9645.0, 9639.0, 9627.0, 9709.0, 9688.0, 9679.0, 9626.0, 9652.0, 9620.0, 9650.0, 9635.0, 9665.0, 9676.0, 9705.0, 9636.0, 9610.0, 9601.0, 9614.0, 9629.0, 9613.0, 9675.0, 9612.0, 9630.0, 9611.0, 9649.0, 9625.0, 9691.0, 9658.0, 9667.0, 9637.0, 9605.0, 9601.0, 9599.0, 9602.0, 9682.0, 9658.0, 9650.0, 9599.0, 9584.0, 9602.0, 9589.0, 9610.0, 9609.0, 9632.0, 9614.0, 9661.0, 9623.0, 9631.0, 9609.0, 9630.0, 9599.0, 9655.0, 9613.0, 9674.0, 9625.0, 9658.0, 9605.0, 9604.0, 9616.0, 9611.0, 9616.0, 9614.0, 9625.0, 9631.0, 9626.0, 9614.0, 9625.0, 9631.0, 9643.0, 9635.0, 9683.0, 9669.0, 9664.0, 9628.0, 9672.0, 9614.0, 9689.0, 9642.0, 9668.0, 9638.0, 9608.0, 9590.0, 9604.0, 9612.0, 9599.0, 9677.0, 9624.0, 9665.0, 9612.0, 9645.0, 9615.0, 9693.0, 9632.0, 9614.0, 9616.0, 9612.0, 9612.0, 9633.0, 9671.0, 9636.0, 9699.0, 9632.0, 9625.0, 9616.0, 9611.0, 9643.0, 9620.0, 9684.0, 9646.0, 9664.0, 9616.0, 9609.0, 9614.0, 9612.0, 9665.0, 9648.0, 9677.0, 9614.0, 9631.0, 9624.0, 9635.0, 9660.0, 9644.0, 9710.0, 9627.0, 9624.0, 9623.0, 9635.0, 9663.0, 9642.0, 9701.0, 9668.0, 9634.0, 9634.0, 9656.0, 9700.0, 9658.0, 9661.0, 9661.0, 9650.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.026444850574712644</td></tr>
<tr><td colspan=3>aqi</td><td>0.059801212528735624</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.97213165665128</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3717477162715757</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.3085761128653621</td></tr>
<tr><td colspan=3>efc</td><td>0.458</td></tr>
<tr><td colspan=3>fber</td><td>5602.8643</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.26903819280652735</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>164</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.850574712643677</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6640121952905114</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6763979361897006</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.812286842040766</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.503351807641068</td></tr>
<tr><td colspan=3>gcor</td><td>0.016901</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.006432822905480862</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021211374551057816</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>3.9957218536150148</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>21.8366</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6767</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.6197</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305594.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.3496</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3562</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>519.2566</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3613.9932</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70950.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1220.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4651.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>966.0264</td></tr>
<tr><td colspan=3>tsnr</td><td>24.445427872706205</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>