<?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-0039_ses-04_task-social_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0039_ses-04_task-social_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0039_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-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_ses-04_task-social_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0039/ses-04/func/sub-0039_ses-04_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>14aab10ada5ab6625837ddc38da308a8</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>16:52:10.460000</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.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-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.0962711</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7773, -7249, 667, -72, -261, 14, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 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>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d1077e86-ca21-454d-a8c7-af46d1b18941||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.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['165210.460000', '165210.920000', '165211.380000', '165211.840000', '165212.300000', '165212.760000', '165213.220000', '165213.680000', '165214.140000', '165214.600000', '165215.060000', '165215.520000', '165215.980000', '165216.440000', '165216.900000', '165217.360000', '165217.820000', '165218.280000', '165218.740000', '165219.200000', '165219.660000', '165220.120000', '165220.580000', '165221.040000', '165221.500000', '165221.960000', '165222.420000', '165222.880000', '165223.340000', '165223.800000', '165224.260000', '165224.720000', '165225.180000', '165225.640000', '165226.100000', '165226.560000', '165227.020000', '165227.480000', '165227.940000', '165228.400000', '165228.860000', '165229.320000', '165229.780000', '165230.240000', '165230.700000', '165231.160000', '165231.620000', '165232.080000', '165232.540000', '165233.000000', '165233.460000', '165233.920000', '165234.380000', '165234.840000', '165235.300000', '165235.760000', '165236.220000', '165236.680000', '165237.140000', '165237.600000', '165238.060000', '165238.520000', '165238.980000', '165239.440000', '165239.900000', '165240.360000', '165240.820000', '165241.280000', '165241.740000', '165242.200000', '165242.660000', '165243.120000', '165243.580000', '165244.040000', '165244.500000', '165244.960000', '165245.420000', '165245.880000', '165246.340000', '165246.800000', '165247.260000', '165247.720000', '165248.180000', '165248.640000', '165249.100000', '165249.560000', '165250.020000', '165250.480000', '165250.940000', '165251.400000', '165251.860000', '165252.320000', '165252.780000', '165253.240000', '165253.700000', '165254.160000', '165254.620000', '165255.080000', '165255.540000', '165256.000000', '165256.460000', '165256.920000', '165257.380000', '165257.840000', '165258.300000', '165258.760000', '165259.220000', '165259.680000', '165300.140000', '165300.600000', '165301.060000', '165301.520000', '165301.980000', '165302.440000', '165302.900000', '165303.360000', '165303.820000', '165304.280000', '165304.740000', '165305.200000', '165305.660000', '165306.120000', '165306.580000', '165307.040000', '165307.500000', '165307.960000', '165308.420000', '165308.880000', '165309.340000', '165309.800000', '165310.260000', '165310.720000', '165311.180000', '165311.640000', '165312.100000', '165312.560000', '165313.020000', '165313.480000', '165313.940000', '165314.400000', '165314.860000', '165315.320000', '165315.780000', '165316.240000', '165316.700000', '165317.160000', '165317.620000', '165318.080000', '165318.540000', '165319.000000', '165319.460000', '165319.920000', '165320.380000', '165320.840000', '165321.300000', '165321.760000', '165322.220000', '165322.680000', '165323.140000', '165323.600000', '165324.060000', '165324.520000', '165324.980000', '165325.440000', '165325.900000', '165326.360000', '165326.820000', '165327.280000', '165327.740000', '165328.200000', '165328.660000', '165329.120000', '165329.580000', '165330.040000', '165330.500000', '165330.960000', '165331.420000', '165331.880000', '165332.340000', '165332.800000', '165333.260000', '165333.720000', '165334.180000', '165334.640000', '165335.100000', '165335.560000', '165336.020000', '165336.480000', '165336.940000', '165337.400000', '165337.860000', '165338.320000', '165338.780000', '165339.240000', '165339.700000', '165340.160000', '165340.620000', '165341.080000', '165341.540000', '165342.000000', '165342.460000', '165342.920000', '165343.380000', '165343.840000', '165344.300000', '165344.760000', '165345.220000', '165345.680000', '165346.140000', '165346.600000', '165347.060000', '165347.520000', '165347.980000', '165348.440000', '165348.900000', '165349.360000', '165349.820000', '165350.280000', '165350.740000', '165351.200000', '165351.660000', '165352.120000', '165352.580000', '165353.040000', '165353.500000', '165353.960000', '165354.420000', '165354.880000', '165355.340000', '165355.800000', '165356.260000', '165356.720000', '165357.180000', '165357.640000', '165358.100000', '165358.560000', '165359.020000', '165359.480000', '165359.940000', '165400.400000', '165400.860000', '165401.320000', '165401.780000', '165402.240000', '165402.700000', '165403.160000', '165403.620000', '165404.080000', '165404.540000', '165405.000000', '165405.460000', '165405.920000', '165406.380000', '165406.840000', '165407.300000', '165407.760000', '165408.220000', '165408.680000', '165409.140000', '165409.600000', '165410.060000', '165410.520000', '165410.980000', '165411.440000', '165411.900000', '165412.360000', '165412.820000', '165413.280000', '165413.740000', '165414.200000', '165414.660000', '165415.120000', '165415.580000', '165416.040000', '165416.500000', '165416.960000', '165417.420000', '165417.880000', '165418.340000', '165418.800000', '165419.260000', '165419.720000', '165420.180000', '165420.640000', '165421.100000', '165421.560000', '165422.020000', '165422.480000', '165422.940000', '165423.400000', '165423.860000', '165424.320000', '165424.780000', '165425.240000', '165425.700000', '165426.160000', '165426.620000', '165427.080000', '165427.540000', '165428.000000', '165428.460000', '165428.920000', '165429.380000', '165429.840000', '165430.300000', '165430.760000', '165431.220000', '165431.680000', '165432.140000', '165432.600000', '165433.060000', '165433.520000', '165433.980000', '165434.440000', '165434.900000', '165435.360000', '165435.820000', '165436.280000', '165436.740000', '165437.200000', '165437.660000', '165438.120000', '165438.580000', '165439.040000', '165439.500000', '165439.960000', '165440.420000', '165440.880000', '165441.340000', '165441.800000', '165442.260000', '165442.720000', '165443.180000', '165443.640000', '165444.100000', '165444.560000', '165445.020000', '165445.480000', '165445.940000', '165446.400000', '165446.860000', '165447.320000', '165447.780000', '165448.240000', '165448.700000', '165449.160000', '165449.620000', '165450.080000', '165450.540000', '165451.000000', '165451.460000', '165451.920000', '165452.380000', '165452.840000', '165453.300000', '165453.760000', '165454.220000', '165454.680000', '165455.140000', '165455.600000', '165456.060000', '165456.520000', '165456.980000', '165457.440000', '165457.900000', '165458.360000', '165458.820000', '165459.280000', '165459.740000', '165500.200000', '165500.660000', '165501.120000', '165501.580000', '165502.040000', '165502.500000', '165502.960000', '165503.420000', '165503.880000', '165504.340000', '165504.800000', '165505.260000', '165505.720000', '165506.180000', '165506.640000', '165507.100000', '165507.560000', '165508.020000', '165508.480000', '165508.940000', '165509.400000', '165509.860000', '165510.320000', '165510.780000', '165511.240000', '165511.700000', '165512.160000', '165512.620000', '165513.080000', '165513.540000', '165514.000000', '165514.460000', '165514.920000', '165515.380000', '165515.840000', '165516.300000', '165516.760000', '165517.220000', '165517.680000', '165518.140000', '165518.600000', '165519.060000', '165519.520000', '165519.980000', '165520.440000', '165520.900000', '165521.360000', '165521.820000', '165522.280000', '165522.740000', '165523.200000', '165523.660000', '165524.120000', '165524.580000', '165525.040000', '165525.500000', '165525.960000', '165526.420000', '165526.880000', '165527.340000', '165527.800000', '165528.260000', '165528.720000', '165529.180000', '165529.640000', '165530.100000', '165530.560000', '165531.020000', '165531.480000', '165531.940000', '165532.400000', '165532.860000', '165533.320000', '165533.780000', '165534.240000', '165534.700000', '165535.160000', '165535.620000', '165536.080000', '165536.540000', '165537.000000', '165537.460000', '165537.920000', '165538.380000', '165538.840000', '165539.300000', '165539.760000', '165540.220000', '165540.680000', '165541.140000', '165541.600000', '165542.060000', '165542.520000', '165542.980000', '165543.440000', '165543.900000', '165544.360000', '165544.820000', '165545.280000', '165545.740000', '165546.200000', '165546.660000', '165547.120000', '165547.580000', '165548.040000', '165548.500000', '165548.960000', '165549.420000', '165549.880000', '165550.340000', '165550.800000', '165551.260000', '165551.720000', '165552.180000', '165552.640000', '165553.100000', '165553.560000', '165554.020000', '165554.480000', '165554.940000', '165555.400000', '165555.860000', '165556.320000', '165556.780000', '165557.240000', '165557.700000', '165558.160000', '165558.620000', '165559.080000', '165559.540000', '165600.000000', '165600.460000', '165600.920000', '165601.380000', '165601.840000', '165602.300000', '165602.760000', '165603.220000', '165603.680000', '165604.140000', '165604.600000', '165605.060000', '165605.520000', '165605.980000', '165606.440000', '165606.900000', '165607.360000', '165607.820000', '165608.280000', '165608.740000', '165609.200000', '165609.660000', '165610.120000', '165610.580000', '165611.040000', '165611.500000', '165611.960000', '165612.420000', '165612.880000', '165613.340000', '165613.800000', '165614.260000', '165614.720000', '165615.180000', '165615.640000', '165616.100000', '165616.560000', '165617.020000', '165617.480000', '165617.940000', '165618.400000', '165618.860000', '165619.320000', '165619.780000', '165620.240000', '165620.700000', '165621.160000', '165621.620000', '165622.080000', '165622.540000', '165623.000000', '165623.460000', '165623.920000', '165624.380000', '165624.840000', '165625.300000', '165625.760000', '165626.220000', '165626.680000', '165627.140000', '165627.600000', '165628.060000', '165628.520000', '165628.980000', '165629.440000', '165629.900000', '165630.360000', '165630.820000', '165631.280000', '165631.740000', '165632.200000', '165632.660000', '165633.120000', '165633.580000', '165634.040000', '165634.500000', '165634.960000', '165635.420000', '165635.880000', '165636.340000', '165636.800000', '165637.260000', '165637.720000', '165638.180000', '165638.640000', '165639.100000', '165639.560000', '165640.020000', '165640.480000', '165640.940000', '165641.400000', '165641.860000', '165642.320000', '165642.780000', '165643.240000', '165643.700000', '165644.160000', '165644.620000', '165645.080000', '165645.540000', '165646.000000', '165646.460000', '165646.920000', '165647.380000', '165647.840000', '165648.300000', '165648.760000', '165649.220000', '165649.680000', '165650.140000', '165650.600000', '165651.060000', '165651.520000', '165651.980000', '165652.440000', '165652.900000', '165653.360000', '165653.820000', '165654.280000', '165654.740000', '165655.200000', '165655.660000', '165656.120000', '165656.580000', '165657.040000', '165657.500000', '165657.960000', '165658.420000', '165658.880000', '165659.340000', '165659.800000', '165700.260000', '165700.720000', '165701.180000', '165701.640000', '165702.100000', '165702.560000', '165703.020000', '165703.480000', '165703.940000', '165704.400000', '165704.860000', '165705.320000', '165705.780000', '165706.240000', '165706.700000', '165707.160000', '165707.620000', '165708.080000', '165708.540000', '165709.000000', '165709.460000', '165709.920000', '165710.380000', '165710.840000', '165711.300000', '165711.760000', '165712.220000', '165712.680000', '165713.140000', '165713.600000', '165714.060000', '165714.520000', '165714.980000', '165715.440000', '165715.900000', '165716.360000', '165716.820000', '165717.280000', '165717.740000', '165718.200000', '165718.660000', '165719.120000', '165719.580000', '165720.040000', '165720.500000', '165720.960000', '165721.420000', '165721.880000', '165722.340000', '165722.800000', '165723.260000', '165723.720000', '165724.180000', '165724.640000', '165725.100000', '165725.560000', '165726.020000', '165726.480000', '165726.940000', '165727.400000', '165727.860000', '165728.320000', '165728.780000', '165729.240000', '165729.700000', '165730.160000', '165730.620000', '165731.080000', '165731.540000', '165732.000000', '165732.460000', '165732.920000', '165733.380000', '165733.840000', '165734.300000', '165734.760000', '165735.220000', '165735.680000', '165736.140000', '165736.600000', '165737.060000', '165737.520000', '165737.980000', '165738.440000', '165738.900000', '165739.360000', '165739.820000', '165740.280000', '165740.740000', '165741.200000', '165741.660000', '165742.120000', '165742.580000', '165743.040000', '165743.500000', '165743.960000', '165744.420000', '165744.880000', '165745.340000', '165745.800000', '165746.260000', '165746.720000', '165747.180000', '165747.640000', '165748.100000', '165748.560000', '165749.020000', '165749.480000', '165749.940000', '165750.400000', '165750.860000', '165751.320000', '165751.780000', '165752.240000', '165752.700000', '165753.160000', '165753.620000', '165754.080000', '165754.540000', '165755.000000', '165755.460000', '165755.920000', '165756.380000', '165756.840000', '165757.300000', '165757.760000', '165758.220000', '165758.680000', '165759.140000', '165759.600000', '165800.060000', '165800.520000', '165800.980000', '165801.440000', '165801.900000', '165802.360000', '165802.820000', '165803.280000', '165803.740000', '165804.200000', '165804.660000', '165805.120000', '165805.580000', '165806.040000', '165806.500000', '165806.960000', '165807.420000', '165807.880000', '165808.340000', '165808.800000', '165809.260000', '165809.720000', '165810.180000', '165810.640000', '165811.100000', '165811.560000', '165812.020000', '165812.480000', '165812.940000', '165813.400000', '165813.860000', '165814.320000', '165814.780000', '165815.240000', '165815.700000', '165816.160000', '165816.620000', '165817.080000', '165817.540000', '165818.000000', '165818.460000', '165818.920000', '165819.380000', '165819.840000', '165820.300000', '165820.760000', '165821.220000', '165821.680000', '165822.140000', '165822.600000', '165823.060000', '165823.520000', '165823.980000', '165824.440000', '165824.900000', '165825.360000', '165825.820000', '165826.280000', '165826.740000', '165827.200000', '165827.660000', '165828.120000', '165828.580000', '165829.040000', '165829.500000', '165829.960000', '165830.420000', '165830.880000', '165831.340000', '165831.800000', '165832.260000', '165832.720000', '165833.180000', '165833.640000', '165834.100000', '165834.560000', '165835.020000', '165835.480000', '165835.940000', '165836.400000', '165836.860000', '165837.320000', '165837.780000', '165838.240000', '165838.700000', '165839.160000', '165839.620000', '165840.080000', '165840.540000', '165841.000000', '165841.460000', '165841.920000', '165842.380000', '165842.840000', '165843.300000', '165843.760000', '165844.220000', '165844.680000', '165845.140000', '165845.600000', '165846.060000', '165846.520000', '165846.980000', '165847.440000', '165847.900000', '165848.360000', '165848.820000', '165849.280000', '165849.740000', '165850.200000', '165850.660000', '165851.120000'], 'ContentTime': ['165229.340000', '165229.343000', '165229.347000', '165229.350000', '165229.352000', '165229.356000', '165229.358000', '165229.363000', '165229.366000', '165229.376000', '165229.379000', '165229.382000', '165229.384000', '165229.388000', '165229.390000', '165229.393000', '165229.396000', '165229.398000', '165229.401000', '165229.403000', '165229.406000', '165229.409000', '165229.412000', '165229.414000', '165229.417000', '165229.420000', '165229.422000', '165229.425000', '165229.428000', '165229.430000', '165229.433000', '165229.435000', '165229.438000', '165229.440000', '165229.443000', '165229.446000', '165229.448000', '165249.295000', '165249.298000', '165249.301000', '165249.303000', '165249.306000', '165249.309000', '165249.311000', '165249.314000', '165249.316000', '165249.319000', '165249.321000', '165249.324000', '165249.329000', '165249.331000', '165249.334000', '165249.336000', '165249.339000', '165249.341000', '165249.344000', '165249.347000', '165249.349000', '165249.352000', '165249.354000', '165249.357000', '165249.359000', '165249.362000', '165249.364000', '165249.367000', '165249.370000', '165249.372000', '165249.375000', '165249.377000', '165249.380000', '165249.383000', '165249.385000', '165249.388000', '165249.390000', '165249.393000', '165249.395000', '165249.398000', '165249.401000', '165249.403000', '165249.406000', '165249.408000', '165309.295000', '165309.298000', '165309.301000', '165309.303000', '165309.306000', '165309.309000', '165309.311000', '165309.314000', '165309.316000', '165309.319000', '165309.321000', '165309.324000', '165309.327000', '165309.329000', '165309.332000', '165309.334000', '165309.337000', '165309.340000', '165309.342000', '165309.345000', '165309.347000', '165309.350000', '165309.352000', '165309.355000', '165309.358000', '165309.360000', '165309.363000', '165309.365000', '165309.368000', '165309.370000', '165309.373000', '165309.376000', '165309.378000', '165309.381000', '165309.383000', '165309.386000', '165309.388000', '165309.391000', '165309.394000', '165309.396000', '165309.399000', '165309.401000', '165309.404000', '165309.407000', '165329.295000', '165329.298000', '165329.301000', '165329.303000', '165329.306000', '165329.309000', '165329.311000', '165329.314000', '165329.316000', '165329.319000', '165329.321000', '165329.324000', '165329.327000', '165329.329000', '165329.332000', '165329.334000', '165329.337000', '165329.340000', '165329.342000', '165329.345000', '165329.347000', '165329.350000', '165329.352000', '165329.355000', '165329.365000', '165329.367000', '165329.370000', '165329.372000', '165329.375000', '165329.377000', '165329.380000', '165329.382000', '165329.385000', '165329.388000', '165329.390000', '165329.393000', '165329.395000', '165329.398000', '165329.400000', '165329.403000', '165329.405000', '165329.408000', '165329.410000', '165349.295000', '165349.298000', '165349.301000', '165349.303000', '165349.306000', '165349.308000', '165349.311000', '165349.313000', '165349.316000', '165349.319000', '165349.321000', '165349.325000', '165349.328000', '165349.331000', '165349.333000', '165349.336000', '165349.338000', '165349.341000', '165349.343000', '165349.346000', '165349.348000', '165349.351000', '165349.354000', '165349.356000', '165349.359000', '165349.361000', '165349.364000', '165349.366000', '165349.369000', '165349.372000', '165349.374000', '165349.377000', '165349.380000', '165349.382000', '165349.385000', '165349.387000', '165349.390000', '165349.397000', '165349.400000', '165349.402000', '165349.405000', '165349.407000', '165349.410000', '165409.296000', '165409.299000', '165409.302000', '165409.304000', '165409.307000', '165409.310000', '165409.312000', '165409.315000', '165409.317000', '165409.320000', '165409.323000', '165409.325000', '165409.328000', '165409.330000', '165409.333000', '165409.345000', '165409.348000', '165409.350000', '165409.353000', '165409.355000', '165409.358000', '165409.361000', '165409.363000', '165409.366000', '165409.368000', '165409.371000', '165409.374000', '165409.376000', '165409.379000', '165409.381000', '165409.384000', '165409.387000', '165409.389000', '165409.392000', '165409.394000', '165409.397000', '165409.399000', '165409.402000', '165409.404000', '165409.407000', '165409.409000', '165409.412000', '165409.414000', '165409.417000', '165429.295000', '165429.298000', '165429.301000', '165429.303000', '165429.306000', '165429.309000', '165429.311000', '165429.314000', '165429.316000', '165429.319000', '165429.322000', '165429.324000', '165429.327000', '165429.330000', '165429.332000', '165429.335000', '165429.338000', '165429.340000', '165429.343000', '165429.346000', '165429.348000', '165429.351000', '165429.353000', '165429.356000', '165429.358000', '165429.361000', '165429.364000', '165429.366000', '165429.369000', '165429.371000', '165429.374000', '165429.376000', '165429.379000', '165429.382000', '165429.384000', '165429.387000', '165429.389000', '165429.392000', '165429.394000', '165429.397000', '165429.399000', '165429.402000', '165429.405000', '165449.295000', '165449.298000', '165449.301000', '165449.304000', '165449.306000', '165449.309000', '165449.311000', '165449.314000', '165449.317000', '165449.319000', '165449.322000', '165449.324000', '165449.327000', '165449.330000', '165449.332000', '165449.335000', '165449.337000', '165449.340000', '165449.343000', '165449.345000', '165449.348000', '165449.351000', '165449.353000', '165449.356000', '165449.358000', '165449.361000', '165449.364000', '165449.366000', '165449.369000', '165449.371000', '165449.374000', '165449.376000', '165449.379000', '165449.382000', '165449.384000', '165449.387000', '165449.389000', '165449.392000', '165449.394000', '165449.397000', '165449.399000', '165449.402000', '165449.405000', '165449.407000', '165509.295000', '165509.298000', '165509.301000', '165509.303000', '165509.306000', '165509.309000', '165509.311000', '165509.314000', '165509.316000', '165509.319000', '165509.321000', '165509.324000', '165509.327000', '165509.329000', '165509.332000', '165509.334000', '165509.337000', '165509.340000', '165509.342000', '165509.345000', '165509.347000', '165509.350000', '165509.352000', '165509.355000', '165509.358000', '165509.360000', '165509.363000', '165509.366000', '165509.368000', '165509.371000', '165509.373000', '165509.376000', '165509.378000', '165509.381000', '165509.383000', '165509.386000', '165509.389000', '165509.391000', '165509.394000', '165509.396000', '165509.399000', '165509.401000', '165509.404000', '165529.295000', '165529.298000', '165529.301000', '165529.304000', '165529.306000', '165529.309000', '165529.311000', '165529.314000', '165529.317000', '165529.319000', '165529.322000', '165529.325000', '165529.327000', '165529.330000', '165529.332000', '165529.335000', '165529.338000', '165529.340000', '165529.343000', '165529.345000', '165529.348000', '165529.351000', '165529.353000', '165529.356000', '165529.358000', '165529.361000', '165529.364000', '165529.366000', '165529.369000', '165529.372000', '165529.374000', '165529.377000', '165529.379000', '165529.382000', '165529.384000', '165529.387000', '165529.390000', '165529.392000', '165529.395000', '165529.397000', '165529.412000', '165529.414000', '165529.417000', '165529.420000', '165549.295000', '165549.298000', '165549.301000', '165549.303000', '165549.306000', '165549.309000', '165549.311000', '165549.314000', '165549.316000', '165549.319000', '165549.321000', '165549.324000', '165549.327000', '165549.329000', '165549.332000', '165549.334000', '165549.337000', '165549.339000', '165549.342000', '165549.344000', '165549.347000', '165549.349000', '165549.352000', '165549.355000', '165549.357000', '165549.360000', '165549.363000', '165549.365000', '165549.368000', '165549.371000', '165549.373000', '165549.376000', '165549.379000', '165549.382000', '165549.385000', '165549.388000', '165549.390000', '165549.393000', '165549.395000', '165549.398000', '165549.401000', '165549.403000', '165549.406000', '165609.295000', '165609.298000', '165609.301000', '165609.304000', '165609.306000', '165609.309000', '165609.311000', '165609.314000', '165609.317000', '165609.319000', '165609.322000', '165609.324000', '165609.327000', '165609.330000', '165609.332000', '165609.335000', '165609.337000', '165609.340000', '165609.343000', '165609.345000', '165609.348000', '165609.350000', '165609.353000', '165609.355000', '165609.358000', '165609.361000', '165609.363000', '165609.366000', '165609.368000', '165609.371000', '165609.374000', '165609.376000', '165609.379000', '165609.382000', '165609.384000', '165609.387000', '165609.389000', '165609.392000', '165609.395000', '165609.397000', '165609.400000', '165609.402000', '165609.405000', '165609.407000', '165629.296000', '165629.299000', '165629.302000', '165629.304000', '165629.307000', '165629.310000', '165629.312000', '165629.315000', '165629.317000', '165629.320000', '165629.322000', '165629.325000', '165629.327000', '165629.330000', '165629.333000', '165629.335000', '165629.338000', '165629.340000', '165629.343000', '165629.345000', '165629.348000', '165629.350000', '165629.353000', '165629.356000', '165629.358000', '165629.361000', '165629.363000', '165629.366000', '165629.368000', '165629.371000', '165629.373000', '165629.376000', '165629.379000', '165629.381000', '165629.384000', '165629.386000', '165629.389000', '165629.392000', '165629.394000', '165629.397000', '165629.399000', '165629.402000', '165629.405000', '165649.295000', '165649.298000', '165649.301000', '165649.303000', '165649.306000', '165649.309000', '165649.311000', '165649.314000', '165649.316000', '165649.319000', '165649.321000', '165649.324000', '165649.327000', '165649.329000', '165649.332000', '165649.334000', '165649.337000', '165649.339000', '165649.342000', '165649.344000', '165649.347000', '165649.350000', '165649.352000', '165649.355000', '165649.357000', '165649.360000', '165649.363000', '165649.365000', '165649.368000', '165649.370000', '165649.373000', '165649.375000', '165649.378000', '165649.381000', '165649.383000', '165649.386000', '165649.389000', '165649.391000', '165649.394000', '165649.396000', '165649.399000', '165649.402000', '165649.404000', '165649.407000', '165709.295000', '165709.298000', '165709.301000', '165709.303000', '165709.306000', '165709.309000', '165709.311000', '165709.314000', '165709.317000', '165709.319000', '165709.322000', '165709.324000', '165709.327000', '165709.329000', '165709.332000', '165709.334000', '165709.337000', '165709.340000', '165709.342000', '165709.345000', '165709.361000', '165709.364000', '165709.367000', '165709.369000', '165709.372000', '165709.374000', '165709.377000', '165709.380000', '165709.382000', '165709.385000', '165709.387000', '165709.390000', '165709.392000', '165709.395000', '165709.398000', '165709.400000', '165709.403000', '165709.406000', '165709.408000', '165709.411000', '165709.413000', '165709.416000', '165709.418000', '165729.296000', '165729.298000', '165729.301000', '165729.304000', '165729.306000', '165729.309000', '165729.312000', '165729.314000', '165729.317000', '165729.319000', '165729.322000', '165729.325000', '165729.328000', '165729.330000', '165729.333000', '165729.336000', '165729.338000', '165729.341000', '165729.344000', '165729.346000', '165729.349000', '165729.351000', '165729.354000', '165729.357000', '165729.359000', '165729.362000', '165729.364000', '165729.367000', '165729.369000', '165729.372000', '165729.375000', '165729.377000', '165729.380000', '165729.382000', '165729.385000', '165729.388000', '165729.390000', '165729.393000', '165729.395000', '165729.398000', '165729.401000', '165729.403000', '165729.406000', '165729.408000', '165749.295000', '165749.298000', '165749.301000', '165749.303000', '165749.306000', '165749.309000', '165749.311000', '165749.314000', '165749.316000', '165749.319000', '165749.321000', '165749.324000', '165749.327000', '165749.329000', '165749.332000', '165749.334000', '165749.337000', '165749.339000', '165749.342000', '165749.345000', '165749.347000', '165749.350000', '165749.352000', '165749.355000', '165749.357000', '165749.360000', '165749.363000', '165749.365000', '165749.368000', '165749.370000', '165749.373000', '165749.375000', '165749.378000', '165749.381000', '165749.383000', '165749.386000', '165749.388000', '165749.391000', '165749.394000', '165749.396000', '165749.399000', '165749.401000', '165749.404000', '165809.296000', '165809.298000', '165809.301000', '165809.304000', '165809.306000', '165809.309000', '165809.312000', '165809.314000', '165809.317000', '165809.319000', '165809.322000', '165809.325000', '165809.327000', '165809.330000', '165809.333000', '165809.335000', '165809.338000', '165809.341000', '165809.343000', '165809.346000', '165809.348000', '165809.351000', '165809.354000', '165809.356000', '165809.359000', '165809.361000', '165809.364000', '165809.366000', '165809.369000', '165809.372000', '165809.374000', '165809.377000', '165809.380000', '165809.384000', '165809.386000', '165809.389000', '165809.392000', '165809.394000', '165809.397000', '165809.399000', '165809.402000', '165809.404000', '165809.407000', '165809.410000', '165829.295000', '165829.298000', '165829.301000', '165829.303000', '165829.306000', '165829.309000', '165829.311000', '165829.314000', '165829.316000', '165829.319000', '165829.321000', '165829.324000', '165829.326000', '165829.329000', '165829.332000', '165829.334000', '165829.337000', '165829.339000', '165829.342000', '165829.345000', '165829.347000', '165829.350000', '165829.352000', '165829.355000', '165829.357000', '165829.360000', '165829.362000', '165829.365000', '165829.368000', '165829.370000', '165829.373000', '165829.387000', '165829.390000', '165829.392000', '165829.395000', '165829.398000', '165829.400000', '165829.403000', '165829.405000', '165829.408000', '165829.411000', '165829.413000', '165829.416000', '165849.297000', '165849.300000', '165849.303000', '165849.306000', '165849.309000', '165849.312000', '165849.315000', '165849.318000', '165849.320000', '165849.323000', '165849.325000', '165849.328000', '165849.330000', '165849.333000', '165849.336000', '165849.338000', '165849.341000', '165849.344000', '165849.346000', '165849.349000', '165849.351000', '165849.354000', '165849.357000', '165849.359000', '165849.362000', '165849.364000', '165849.368000', '165849.370000', '165849.373000', '165849.376000', '165849.378000', '165849.381000', '165849.383000', '165849.386000', '165849.389000', '165849.391000', '165849.394000', '165849.396000', '165849.399000', '165849.402000', '165849.404000', '165849.407000', '165849.409000', '165852.956000', '165852.959000', '165852.962000', '165852.964000', '165852.967000', '165852.970000', '165852.972000', '165852.975000', '165852.977000'], 'InstanceCreationTime': ['165229.340000', '165229.343000', '165229.347000', '165229.350000', '165229.352000', '165229.356000', '165229.358000', '165229.363000', '165229.366000', '165229.376000', '165229.379000', '165229.382000', '165229.384000', '165229.388000', '165229.390000', '165229.393000', '165229.396000', '165229.398000', '165229.401000', '165229.403000', '165229.406000', '165229.409000', '165229.412000', '165229.414000', '165229.417000', '165229.420000', '165229.422000', '165229.425000', '165229.428000', '165229.430000', '165229.433000', '165229.435000', '165229.438000', '165229.440000', '165229.443000', '165229.446000', '165229.448000', '165249.295000', '165249.298000', '165249.301000', '165249.303000', '165249.306000', '165249.309000', '165249.311000', '165249.314000', '165249.316000', '165249.319000', '165249.321000', '165249.324000', '165249.329000', '165249.331000', '165249.334000', '165249.336000', '165249.339000', '165249.341000', '165249.344000', '165249.347000', '165249.349000', '165249.352000', '165249.354000', '165249.357000', '165249.359000', '165249.362000', '165249.364000', '165249.367000', '165249.370000', '165249.372000', '165249.375000', '165249.377000', '165249.380000', '165249.383000', '165249.385000', '165249.388000', '165249.390000', '165249.393000', '165249.395000', '165249.398000', '165249.401000', '165249.403000', '165249.406000', '165249.408000', '165309.295000', '165309.298000', '165309.301000', '165309.303000', '165309.306000', '165309.309000', '165309.311000', '165309.314000', '165309.316000', '165309.319000', '165309.321000', '165309.324000', '165309.327000', '165309.329000', '165309.332000', '165309.334000', '165309.337000', '165309.340000', '165309.342000', '165309.345000', '165309.347000', '165309.350000', '165309.352000', '165309.355000', '165309.358000', '165309.360000', '165309.363000', '165309.365000', '165309.368000', '165309.370000', '165309.373000', '165309.376000', '165309.378000', '165309.381000', '165309.383000', '165309.386000', '165309.388000', '165309.391000', '165309.394000', '165309.396000', '165309.399000', '165309.401000', '165309.404000', '165309.407000', '165329.295000', '165329.298000', '165329.301000', '165329.303000', '165329.306000', '165329.309000', '165329.311000', '165329.314000', '165329.316000', '165329.319000', '165329.321000', '165329.324000', '165329.327000', '165329.329000', '165329.332000', '165329.334000', '165329.337000', '165329.340000', '165329.342000', '165329.345000', '165329.347000', '165329.350000', '165329.352000', '165329.355000', '165329.365000', '165329.367000', '165329.370000', '165329.372000', '165329.375000', '165329.377000', '165329.380000', '165329.382000', '165329.385000', '165329.388000', '165329.390000', '165329.393000', '165329.395000', '165329.398000', '165329.400000', '165329.403000', '165329.405000', '165329.408000', '165329.410000', '165349.295000', '165349.298000', '165349.301000', '165349.303000', '165349.306000', '165349.308000', '165349.311000', '165349.313000', '165349.316000', '165349.319000', '165349.321000', '165349.325000', '165349.328000', '165349.331000', '165349.333000', '165349.336000', '165349.338000', '165349.341000', '165349.343000', '165349.346000', '165349.348000', '165349.351000', '165349.354000', '165349.356000', '165349.359000', '165349.361000', '165349.364000', '165349.366000', '165349.369000', '165349.372000', '165349.374000', '165349.377000', '165349.380000', '165349.382000', '165349.385000', '165349.387000', '165349.390000', '165349.397000', '165349.400000', '165349.402000', '165349.405000', '165349.407000', '165349.410000', '165409.296000', '165409.299000', '165409.302000', '165409.304000', '165409.307000', '165409.310000', '165409.312000', '165409.315000', '165409.317000', '165409.320000', '165409.323000', '165409.325000', '165409.328000', '165409.330000', '165409.333000', '165409.345000', '165409.348000', '165409.350000', '165409.353000', '165409.355000', '165409.358000', '165409.361000', '165409.363000', '165409.366000', '165409.368000', '165409.371000', '165409.374000', '165409.376000', '165409.379000', '165409.381000', '165409.384000', '165409.387000', '165409.389000', '165409.392000', '165409.394000', '165409.397000', '165409.399000', '165409.402000', '165409.404000', '165409.407000', '165409.409000', '165409.412000', '165409.414000', '165409.417000', '165429.295000', '165429.298000', '165429.301000', '165429.303000', '165429.306000', '165429.309000', '165429.311000', '165429.314000', '165429.316000', '165429.319000', '165429.322000', '165429.324000', '165429.327000', '165429.330000', '165429.332000', '165429.335000', '165429.338000', '165429.340000', '165429.343000', '165429.346000', '165429.348000', '165429.351000', '165429.353000', '165429.356000', '165429.358000', '165429.361000', '165429.364000', '165429.366000', '165429.369000', '165429.371000', '165429.374000', '165429.376000', '165429.379000', '165429.382000', '165429.384000', '165429.387000', '165429.389000', '165429.392000', '165429.394000', '165429.397000', '165429.399000', '165429.402000', '165429.405000', '165449.295000', '165449.298000', '165449.301000', '165449.304000', '165449.306000', '165449.309000', '165449.311000', '165449.314000', '165449.317000', '165449.319000', '165449.322000', '165449.324000', '165449.327000', '165449.330000', '165449.332000', '165449.335000', '165449.337000', '165449.340000', '165449.343000', '165449.345000', '165449.348000', '165449.351000', '165449.353000', '165449.356000', '165449.358000', '165449.361000', '165449.364000', '165449.366000', '165449.369000', '165449.371000', '165449.374000', '165449.376000', '165449.379000', '165449.382000', '165449.384000', '165449.387000', '165449.389000', '165449.392000', '165449.394000', '165449.397000', '165449.399000', '165449.402000', '165449.405000', '165449.407000', '165509.295000', '165509.298000', '165509.301000', '165509.303000', '165509.306000', '165509.309000', '165509.311000', '165509.314000', '165509.316000', '165509.319000', '165509.321000', '165509.324000', '165509.327000', '165509.329000', '165509.332000', '165509.334000', '165509.337000', '165509.340000', '165509.342000', '165509.345000', '165509.347000', '165509.350000', '165509.352000', '165509.355000', '165509.358000', '165509.360000', '165509.363000', '165509.366000', '165509.368000', '165509.371000', '165509.373000', '165509.376000', '165509.378000', '165509.381000', '165509.383000', '165509.386000', '165509.389000', '165509.391000', '165509.394000', '165509.396000', '165509.399000', '165509.401000', '165509.404000', '165529.295000', '165529.298000', '165529.301000', '165529.304000', '165529.306000', '165529.309000', '165529.311000', '165529.314000', '165529.317000', '165529.319000', '165529.322000', '165529.325000', '165529.327000', '165529.330000', '165529.332000', '165529.335000', '165529.338000', '165529.340000', '165529.343000', '165529.345000', '165529.348000', '165529.351000', '165529.353000', '165529.356000', '165529.358000', '165529.361000', '165529.364000', '165529.366000', '165529.369000', '165529.372000', '165529.374000', '165529.377000', '165529.379000', '165529.382000', '165529.384000', '165529.387000', '165529.390000', '165529.392000', '165529.395000', '165529.397000', '165529.412000', '165529.414000', '165529.417000', '165529.420000', '165549.295000', '165549.298000', '165549.301000', '165549.303000', '165549.306000', '165549.309000', '165549.311000', '165549.314000', '165549.316000', '165549.319000', '165549.321000', '165549.324000', '165549.327000', '165549.329000', '165549.332000', '165549.334000', '165549.337000', '165549.339000', '165549.342000', '165549.344000', '165549.347000', '165549.349000', '165549.352000', '165549.355000', '165549.357000', '165549.360000', '165549.363000', '165549.365000', '165549.368000', '165549.371000', '165549.373000', '165549.376000', '165549.379000', '165549.382000', '165549.385000', '165549.388000', '165549.390000', '165549.393000', '165549.395000', '165549.398000', '165549.401000', '165549.403000', '165549.406000', '165609.295000', '165609.298000', '165609.301000', '165609.304000', '165609.306000', '165609.309000', '165609.311000', '165609.314000', '165609.317000', '165609.319000', '165609.322000', '165609.324000', '165609.327000', '165609.330000', '165609.332000', '165609.335000', '165609.337000', '165609.340000', '165609.343000', '165609.345000', '165609.348000', '165609.350000', '165609.353000', '165609.355000', '165609.358000', '165609.361000', '165609.363000', '165609.366000', '165609.368000', '165609.371000', '165609.374000', '165609.376000', '165609.379000', '165609.382000', '165609.384000', '165609.387000', '165609.389000', '165609.392000', '165609.395000', '165609.397000', '165609.400000', '165609.402000', '165609.405000', '165609.407000', '165629.296000', '165629.299000', '165629.302000', '165629.304000', '165629.307000', '165629.310000', '165629.312000', '165629.315000', '165629.317000', '165629.320000', '165629.322000', '165629.325000', '165629.327000', '165629.330000', '165629.333000', '165629.335000', '165629.338000', '165629.340000', '165629.343000', '165629.345000', '165629.348000', '165629.350000', '165629.353000', '165629.356000', '165629.358000', '165629.361000', '165629.363000', '165629.366000', '165629.368000', '165629.371000', '165629.373000', '165629.376000', '165629.379000', '165629.381000', '165629.384000', '165629.386000', '165629.389000', '165629.392000', '165629.394000', '165629.397000', '165629.399000', '165629.402000', '165629.405000', '165649.295000', '165649.298000', '165649.301000', '165649.303000', '165649.306000', '165649.309000', '165649.311000', '165649.314000', '165649.316000', '165649.319000', '165649.321000', '165649.324000', '165649.327000', '165649.329000', '165649.332000', '165649.334000', '165649.337000', '165649.339000', '165649.342000', '165649.344000', '165649.347000', '165649.350000', '165649.352000', '165649.355000', '165649.357000', '165649.360000', '165649.363000', '165649.365000', '165649.368000', '165649.370000', '165649.373000', '165649.375000', '165649.378000', '165649.381000', '165649.383000', '165649.386000', '165649.389000', '165649.391000', '165649.394000', '165649.396000', '165649.399000', '165649.402000', '165649.404000', '165649.407000', '165709.295000', '165709.298000', '165709.301000', '165709.303000', '165709.306000', '165709.309000', '165709.311000', '165709.314000', '165709.317000', '165709.319000', '165709.322000', '165709.324000', '165709.327000', '165709.329000', '165709.332000', '165709.334000', '165709.337000', '165709.340000', '165709.342000', '165709.345000', '165709.361000', '165709.364000', '165709.367000', '165709.369000', '165709.372000', '165709.374000', '165709.377000', '165709.380000', '165709.382000', '165709.385000', '165709.387000', '165709.390000', '165709.392000', '165709.395000', '165709.398000', '165709.400000', '165709.403000', '165709.406000', '165709.408000', '165709.411000', '165709.413000', '165709.416000', '165709.418000', '165729.296000', '165729.298000', '165729.301000', '165729.304000', '165729.306000', '165729.309000', '165729.312000', '165729.314000', '165729.317000', '165729.319000', '165729.322000', '165729.325000', '165729.328000', '165729.330000', '165729.333000', '165729.336000', '165729.338000', '165729.341000', '165729.344000', '165729.346000', '165729.349000', '165729.351000', '165729.354000', '165729.357000', '165729.359000', '165729.362000', '165729.364000', '165729.367000', '165729.369000', '165729.372000', '165729.375000', '165729.377000', '165729.380000', '165729.382000', '165729.385000', '165729.388000', '165729.390000', '165729.393000', '165729.395000', '165729.398000', '165729.401000', '165729.403000', '165729.406000', '165729.408000', '165749.295000', '165749.298000', '165749.301000', '165749.303000', '165749.306000', '165749.309000', '165749.311000', '165749.314000', '165749.316000', '165749.319000', '165749.321000', '165749.324000', '165749.327000', '165749.329000', '165749.332000', '165749.334000', '165749.337000', '165749.339000', '165749.342000', '165749.345000', '165749.347000', '165749.350000', '165749.352000', '165749.355000', '165749.357000', '165749.360000', '165749.363000', '165749.365000', '165749.368000', '165749.370000', '165749.373000', '165749.375000', '165749.378000', '165749.381000', '165749.383000', '165749.386000', '165749.388000', '165749.391000', '165749.394000', '165749.396000', '165749.399000', '165749.401000', '165749.404000', '165809.296000', '165809.298000', '165809.301000', '165809.304000', '165809.306000', '165809.309000', '165809.312000', '165809.314000', '165809.317000', '165809.319000', '165809.322000', '165809.325000', '165809.327000', '165809.330000', '165809.333000', '165809.335000', '165809.338000', '165809.341000', '165809.343000', '165809.346000', '165809.348000', '165809.351000', '165809.354000', '165809.356000', '165809.359000', '165809.361000', '165809.364000', '165809.366000', '165809.369000', '165809.372000', '165809.374000', '165809.377000', '165809.380000', '165809.384000', '165809.386000', '165809.389000', '165809.392000', '165809.394000', '165809.397000', '165809.399000', '165809.402000', '165809.404000', '165809.407000', '165809.410000', '165829.295000', '165829.298000', '165829.301000', '165829.303000', '165829.306000', '165829.309000', '165829.311000', '165829.314000', '165829.316000', '165829.319000', '165829.321000', '165829.324000', '165829.326000', '165829.329000', '165829.332000', '165829.334000', '165829.337000', '165829.339000', '165829.342000', '165829.345000', '165829.347000', '165829.350000', '165829.352000', '165829.355000', '165829.357000', '165829.360000', '165829.362000', '165829.365000', '165829.368000', '165829.370000', '165829.373000', '165829.387000', '165829.390000', '165829.392000', '165829.395000', '165829.398000', '165829.400000', '165829.403000', '165829.405000', '165829.408000', '165829.411000', '165829.413000', '165829.416000', '165849.297000', '165849.300000', '165849.303000', '165849.306000', '165849.309000', '165849.312000', '165849.315000', '165849.318000', '165849.320000', '165849.323000', '165849.325000', '165849.328000', '165849.330000', '165849.333000', '165849.336000', '165849.338000', '165849.341000', '165849.344000', '165849.346000', '165849.349000', '165849.351000', '165849.354000', '165849.357000', '165849.359000', '165849.362000', '165849.364000', '165849.368000', '165849.370000', '165849.373000', '165849.376000', '165849.378000', '165849.381000', '165849.383000', '165849.386000', '165849.389000', '165849.391000', '165849.394000', '165849.396000', '165849.399000', '165849.402000', '165849.404000', '165849.407000', '165849.409000', '165852.956000', '165852.959000', '165852.962000', '165852.964000', '165852.967000', '165852.970000', '165852.972000', '165852.975000', '165852.977000'], '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': [10644, 11211, 10964, 11615, 11524, 10889, 11225, 11759, 11239, 12227, 11480, 10881, 11279, 10835, 11356, 11408, 12800, 11332, 11092, 11288, 10647, 11813, 10750, 11428, 11333, 12005, 11928, 10682, 11619, 10575, 11513, 11153, 11774, 11435, 11737, 11113, 11627, 11051, 13198, 11398, 11882, 11532, 11023, 11887, 11195, 11750, 11024, 11439, 10942, 12598, 11304, 12144, 11445, 11149, 12140, 11044, 11933, 10989, 11499, 10774, 11360, 11095, 12262, 11784, 11482, 11870, 10749, 11471, 10640, 11496, 10696, 11290, 11169, 13073, 11498, 11854, 11537, 10571, 11665, 10609, 11100, 11079, 12268, 11320, 10998, 11762, 12139, 11604, 10956, 11301, 10875, 11679, 10791, 11823, 11202, 11595, 11808, 11971, 11640, 10840, 11490, 10806, 11534, 10865, 11905, 10726, 10850, 10746, 11274, 11658, 11613, 13203, 11579, 11802, 11378, 10757, 11659, 11028, 11131, 11612, 11082, 11860, 10856, 11623, 10848, 11535, 10755, 11028, 11397, 11659, 11677, 11554, 11703, 10860, 11568, 10618, 10815, 11333, 10633, 11069, 12951, 10646, 10819, 10562, 13028, 11369, 10677, 11693, 10890, 10640, 10874, 11387, 11112, 10947, 10929, 11562, 10955, 14064, 11040, 14882, 11797, 14955, 11093, 13349, 10745, 11092, 10803, 10963, 11654, 11313, 10823, 11567, 11025, 11642, 11149, 11158, 10786, 9633, 11329, 10861, 11428, 10755, 11940, 10932, 11791, 10973, 11878, 11134, 11822, 10972, 11372, 11296, 13631, 11899, 11646, 11404, 11517, 11589, 10823, 11889, 10887, 11922, 11044, 11789, 11309, 11348, 10939, 11503, 10772, 11342, 10991, 13072, 11696, 12342, 11753, 10928, 11249, 10779, 11879, 10792, 11325, 11240, 12533, 12076, 11447, 11441, 10807, 11355, 10749, 11499, 11043, 11525, 11196, 11682, 11533, 11560, 11390, 12238, 12004, 12235, 11979, 11173, 11723, 11411, 11841, 11884, 11313, 11675, 11895, 12040, 11940, 11918, 11366, 12444, 11634, 12256, 11552, 12056, 11324, 11464, 12063, 12315, 11916, 11601, 12243, 11669, 11954, 11364, 11507, 11665, 12509, 11760, 11754, 12443, 11622, 12098, 11377, 11583, 11695, 12206, 11794, 11494, 12265, 11548, 12149, 11576, 11793, 11327, 11714, 11904, 12301, 12142, 11624, 12351, 11428, 12411, 11193, 11768, 11257, 12109, 11615, 11656, 12014, 11926, 11815, 12219, 11917, 11478, 12180, 11187, 11874, 11878, 11208, 11640, 11858, 11589, 10910, 12155, 10929, 11724, 11661, 10751, 11666, 12200, 11526, 10978, 12105, 11051, 11733, 11820, 12407, 11859, 11369, 11589, 11061, 11965, 11247, 12116, 11596, 11899, 11747, 11384, 11431, 12688, 11917, 13292, 12428, 11823, 11767, 11111, 11219, 11530, 13006, 11962, 12054, 11982, 11222, 12270, 11196, 12130, 11723, 11946, 11764, 11283, 11771, 11093, 11943, 12503, 11935, 11710, 12390, 11541, 12049, 11449, 11611, 11551, 11865, 12260, 12414, 12258, 11380, 11905, 11463, 12155, 11042, 12244, 11806, 11968, 12051, 11149, 11705, 11203, 11853, 13025, 12091, 12721, 12089, 12051, 11746, 11615, 12221, 11261, 12082, 11660, 11853, 11985, 11383, 11785, 10947, 11789, 12460, 12037, 11686, 12464, 11418, 11547, 11325, 11838, 11316, 11279, 12087, 11705, 11871, 10336, 11789, 11615, 11799, 11921, 11951, 11927, 12492, 11449, 12089, 11030, 12055, 11362, 11942, 11958, 12073, 11775, 11707, 11519, 12638, 11724, 12155, 12179, 11578, 12281, 11191, 12226, 11287, 11901, 11431, 11968, 11908, 11648, 11731, 12536, 11793, 11898, 12213, 11767, 12069, 11582, 11850, 11440, 11568, 11489, 12151, 12253, 12661, 12025, 11134, 11815, 11361, 11991, 11267, 12026, 11545, 12014, 11981, 11126, 11978, 11719, 12089, 11138, 12339, 11522, 12161, 11532, 11851, 11575, 11752, 11804, 12302, 12009, 11192, 12062, 11710, 11850, 11431, 11463, 11616, 12174, 11989, 11770, 12278, 11792, 11854, 11092, 12030, 11254, 11965, 11489, 12088, 11820, 12102, 11723, 11366, 11982, 11427, 11740, 11532, 11926, 12358, 12316, 12151, 11951, 11052, 12223, 11168, 11929, 11633, 11344, 12135, 11804, 11942, 11304, 11903, 11360, 12158, 11934, 10831, 12114, 11011, 12005, 11396, 11914, 11499, 12300, 11758, 12196, 11479, 11884, 11536, 11675, 11707, 13465, 12170, 12351, 11826, 11160, 12167, 11371, 11521, 11841, 12777, 12183, 11825, 11774, 10922, 11996, 11062, 12157, 11298, 11664, 12059, 11542, 11882, 12091, 11740, 11132, 12138, 11224, 12305, 11562, 11935, 11381, 11673, 11258, 11933, 11420, 11934, 11860, 13589, 12093, 12344, 11865, 11180, 11863, 11203, 12168, 11509, 11762, 11798, 12100, 11836, 11073, 11754, 11100, 11741, 11179, 11853, 11801, 11589, 11690, 11324, 11514, 13165, 11491, 12305, 12382, 12249, 12141, 11087, 11825, 11232, 11502, 11785, 12711, 12132, 11398, 11202, 11811, 12202, 11082, 11983, 11408, 11902, 11993, 11609, 11568, 12378, 11833, 11320, 12557, 11661, 12339, 11590, 11924, 11209, 11712, 11747, 12523, 11957, 12236, 12210, 11235, 12163, 11117, 12055, 11515, 11813, 11981, 11404, 11725, 11734, 11984, 11358, 12137, 11592, 12433, 11611, 12196, 11289, 12009, 11694, 11902, 12025, 11791, 11952, 11140, 12294, 11285, 12140, 11372, 12373, 11840, 11687, 11914, 11179, 12304, 11071, 11909, 11276, 11831, 11785, 10779, 11862, 11276, 11877, 11141, 11861, 11018, 12387, 11484, 12120, 11399, 11729, 11448, 11482, 12160, 11684, 12345, 11428, 12349, 11414, 12363, 11473, 12092, 11564, 11713, 12071, 11559, 11960, 10946, 11999, 12658, 12037, 12221, 12424, 11362, 12129, 11929, 11036, 11830, 10324, 11768, 10733, 12027, 11420, 12222, 11719, 12217, 11563, 12241, 11320, 12038, 11636, 11515, 12424, 11848, 12139, 11338, 12106, 11457, 11800, 11593, 11942, 12019, 10984, 11842, 11950, 11937, 11569, 12163, 11336, 12068, 11762, 11978, 11744, 11360, 11869, 12651, 11902, 12123, 12217, 11999, 12481, 11481, 11942, 11697, 11799, 11779, 11611, 12100, 11660, 11963, 12628, 11871, 12140, 12172, 11557, 12178, 11746, 12110, 11690, 11467, 11822, 12732, 12068, 11738, 12328, 11596, 12129, 11635, 11954, 11531, 11540, 11670, 12968, 11927, 12162, 12317, 11758, 11773, 11519, 11783, 11689, 11646, 11961, 13047, 12092, 12415, 12124, 11906, 12029, 11099, 12286, 11215, 11985, 11618, 13140, 12145, 11918, 12272, 11158, 11690, 11753, 11019, 12128, 12226, 12017, 11887, 11867, 11030, 12340, 11085, 12072, 11716, 11985, 11845, 10931, 11977, 12488, 11771, 11504, 12443, 11557, 12013, 11506, 11349, 11546, 12488, 12071, 12224, 12250, 11955, 12021, 11103, 12215, 11392], 'WindowCenter': [4196.0, 4182.0, 4182.0, 4189.0, 4178.0, 4166.0, 4165.0, 4164.0, 4164.0, 4175.0, 4162.0, 4155.0, 4164.0, 4165.0, 4165.0, 4165.0, 4174.0, 4163.0, 4154.0, 4164.0, 4151.0, 4164.0, 4163.0, 4165.0, 4178.0, 4178.0, 4176.0, 4165.0, 4163.0, 4163.0, 4164.0, 4165.0, 4176.0, 4176.0, 4174.0, 4176.0, 4174.0, 4175.0, 4176.0, 4164.0, 4174.0, 4164.0, 4164.0, 4176.0, 4165.0, 4163.0, 4163.0, 4160.0, 4153.0, 4163.0, 4151.0, 4162.0, 4151.0, 4149.0, 4173.0, 4163.0, 4163.0, 4165.0, 4162.0, 4150.0, 4161.0, 4158.0, 4160.0, 4163.0, 4164.0, 4164.0, 4163.0, 4164.0, 4153.0, 4161.0, 4150.0, 4149.0, 4151.0, 4175.0, 4163.0, 4160.0, 4163.0, 4152.0, 4158.0, 4150.0, 4149.0, 4150.0, 4160.0, 4161.0, 4149.0, 4164.0, 4161.0, 4161.0, 4151.0, 4159.0, 4151.0, 4159.0, 4152.0, 4161.0, 4164.0, 4165.0, 4163.0, 4164.0, 4163.0, 4153.0, 4162.0, 4148.0, 4162.0, 4162.0, 4174.0, 4165.0, 4162.0, 4164.0, 4165.0, 4177.0, 4178.0, 4175.0, 4163.0, 4163.0, 4162.0, 4151.0, 4152.0, 4151.0, 4163.0, 4164.0, 4162.0, 4159.0, 4152.0, 4161.0, 4162.0, 4162.0, 4163.0, 4153.0, 4164.0, 4162.0, 4174.0, 4176.0, 4162.0, 4154.0, 4161.0, 4155.0, 4163.0, 4177.0, 4175.0, 4180.0, 4190.0, 4166.0, 4162.0, 4164.0, 4173.0, 4150.0, 4140.0, 4148.0, 4148.0, 4149.0, 4163.0, 4162.0, 4163.0, 4163.0, 4162.0, 4162.0, 4153.0, 4161.0, 4151.0, 4171.0, 4148.0, 4159.0, 4139.0, 4149.0, 4137.0, 4136.0, 4124.0, 4122.0, 4123.0, 4120.0, 4123.0, 4134.0, 4134.0, 4134.0, 4134.0, 4132.0, 4135.0, 4116.0, 4134.0, 4135.0, 4147.0, 4148.0, 4161.0, 4149.0, 4148.0, 4147.0, 4161.0, 4151.0, 4160.0, 4150.0, 4151.0, 4161.0, 4174.0, 4164.0, 4163.0, 4163.0, 4161.0, 4162.0, 4150.0, 4162.0, 4153.0, 4163.0, 4164.0, 4176.0, 4166.0, 4163.0, 4161.0, 4164.0, 4163.0, 4160.0, 4153.0, 4172.0, 4163.0, 4171.0, 4161.0, 4154.0, 4160.0, 4152.0, 4161.0, 4151.0, 4150.0, 4161.0, 4173.0, 4172.0, 4164.0, 4163.0, 4162.0, 4161.0, 4162.0, 4163.0, 4163.0, 4163.0, 4162.0, 4175.0, 4175.0, 4165.0, 4164.0, 4173.0, 4174.0, 4173.0, 4161.0, 4163.0, 4162.0, 4163.0, 4173.0, 4173.0, 4164.0, 4165.0, 4163.0, 4159.0, 4160.0, 4163.0, 4164.0, 4174.0, 4164.0, 4174.0, 4164.0, 4174.0, 4160.0, 4160.0, 4171.0, 4163.0, 4161.0, 4164.0, 4174.0, 4165.0, 4173.0, 4165.0, 4162.0, 4164.0, 4170.0, 4162.0, 4175.0, 4174.0, 4162.0, 4160.0, 4163.0, 4160.0, 4162.0, 4162.0, 4160.0, 4159.0, 4162.0, 4163.0, 4172.0, 4163.0, 4162.0, 4163.0, 4162.0, 4162.0, 4160.0, 4162.0, 4163.0, 4174.0, 4164.0, 4173.0, 4161.0, 4164.0, 4160.0, 4171.0, 4163.0, 4174.0, 4175.0, 4165.0, 4164.0, 4160.0, 4163.0, 4163.0, 4161.0, 4163.0, 4162.0, 4160.0, 4148.0, 4161.0, 4161.0, 4158.0, 4152.0, 4161.0, 4151.0, 4163.0, 4164.0, 4151.0, 4159.0, 4161.0, 4159.0, 4149.0, 4159.0, 4162.0, 4161.0, 4162.0, 4162.0, 4160.0, 4161.0, 4161.0, 4151.0, 4162.0, 4159.0, 4175.0, 4173.0, 4177.0, 4173.0, 4177.0, 4173.0, 4173.0, 4174.0, 4188.0, 4175.0, 4172.0, 4161.0, 4162.0, 4162.0, 4163.0, 4171.0, 4164.0, 4164.0, 4163.0, 4164.0, 4160.0, 4164.0, 4171.0, 4176.0, 4165.0, 4163.0, 4153.0, 4161.0, 4150.0, 4161.0, 4161.0, 4158.0, 4165.0, 4170.0, 4162.0, 4159.0, 4162.0, 4162.0, 4161.0, 4172.0, 4175.0, 4172.0, 4175.0, 4163.0, 4160.0, 4162.0, 4173.0, 4164.0, 4176.0, 4174.0, 4174.0, 4175.0, 4164.0, 4175.0, 4163.0, 4174.0, 4174.0, 4175.0, 4183.0, 4172.0, 4175.0, 4165.0, 4164.0, 4174.0, 4164.0, 4163.0, 4164.0, 4173.0, 4175.0, 4162.0, 4165.0, 4164.0, 4163.0, 4174.0, 4174.0, 4177.0, 4170.0, 4163.0, 4162.0, 4160.0, 4162.0, 4161.0, 4164.0, 4173.0, 4163.0, 4164.0, 4152.0, 4160.0, 4158.0, 4162.0, 4163.0, 4164.0, 4174.0, 4174.0, 4163.0, 4162.0, 4149.0, 4162.0, 4149.0, 4161.0, 4160.0, 4173.0, 4161.0, 4163.0, 4161.0, 4162.0, 4163.0, 4174.0, 4173.0, 4164.0, 4162.0, 4161.0, 4162.0, 4149.0, 4161.0, 4164.0, 4163.0, 4161.0, 4162.0, 4160.0, 4161.0, 4160.0, 4161.0, 4162.0, 4161.0, 4163.0, 4163.0, 4160.0, 4162.0, 4160.0, 4161.0, 4175.0, 4173.0, 4173.0, 4163.0, 4161.0, 4163.0, 4161.0, 4159.0, 4152.0, 4161.0, 4163.0, 4160.0, 4161.0, 4151.0, 4159.0, 4162.0, 4173.0, 4162.0, 4173.0, 4159.0, 4162.0, 4159.0, 4162.0, 4162.0, 4160.0, 4160.0, 4160.0, 4158.0, 4163.0, 4161.0, 4161.0, 4149.0, 4158.0, 4157.0, 4161.0, 4161.0, 4162.0, 4162.0, 4163.0, 4163.0, 4162.0, 4160.0, 4160.0, 4153.0, 4162.0, 4163.0, 4173.0, 4174.0, 4162.0, 4161.0, 4175.0, 4176.0, 4176.0, 4187.0, 4160.0, 4172.0, 4171.0, 4173.0, 4174.0, 4174.0, 4164.0, 4172.0, 4165.0, 4174.0, 4176.0, 4162.0, 4161.0, 4162.0, 4160.0, 4148.0, 4163.0, 4162.0, 4173.0, 4174.0, 4163.0, 4170.0, 4164.0, 4171.0, 4163.0, 4164.0, 4164.0, 4175.0, 4165.0, 4160.0, 4163.0, 4163.0, 4162.0, 4161.0, 4161.0, 4174.0, 4174.0, 4160.0, 4158.0, 4152.0, 4161.0, 4161.0, 4148.0, 4161.0, 4170.0, 4161.0, 4161.0, 4162.0, 4147.0, 4158.0, 4148.0, 4160.0, 4150.0, 4159.0, 4162.0, 4160.0, 4158.0, 4161.0, 4159.0, 4150.0, 4160.0, 4151.0, 4171.0, 4163.0, 4159.0, 4163.0, 4160.0, 4163.0, 4161.0, 4163.0, 4162.0, 4162.0, 4174.0, 4171.0, 4160.0, 4161.0, 4151.0, 4159.0, 4148.0, 4160.0, 4163.0, 4162.0, 4162.0, 4161.0, 4162.0, 4150.0, 4162.0, 4151.0, 4162.0, 4161.0, 4169.0, 4173.0, 4163.0, 4160.0, 4158.0, 4159.0, 4172.0, 4161.0, 4164.0, 4171.0, 4160.0, 4161.0, 4152.0, 4161.0, 4150.0, 4161.0, 4162.0, 4174.0, 4163.0, 4177.0, 4165.0, 4162.0, 4173.0, 4163.0, 4160.0, 4163.0, 4163.0, 4162.0, 4159.0, 4160.0, 4161.0, 4160.0, 4149.0, 4170.0, 4162.0, 4162.0, 4163.0, 4162.0, 4162.0, 4161.0, 4160.0, 4163.0, 4160.0, 4165.0, 4162.0, 4152.0, 4162.0, 4148.0, 4160.0, 4161.0, 4163.0, 4161.0, 4161.0, 4161.0, 4160.0, 4160.0, 4147.0, 4173.0, 4160.0, 4162.0, 4163.0, 4161.0, 4151.0, 4158.0, 4158.0, 4163.0, 4160.0, 4160.0, 4162.0, 4149.0, 4157.0, 4150.0, 4159.0, 4148.0, 4161.0, 4160.0, 4146.0, 4149.0, 4146.0, 4158.0, 4145.0, 4148.0, 4149.0, 4161.0, 4158.0, 4149.0, 4159.0, 4147.0, 4158.0, 4151.0, 4162.0, 4151.0, 4173.0, 4160.0, 4161.0, 4162.0, 4157.0, 4161.0, 4161.0, 4172.0, 4175.0, 4172.0, 4162.0, 4174.0, 4165.0, 4170.0, 4163.0, 4171.0, 4163.0, 4173.0, 4174.0, 4162.0, 4165.0, 4162.0, 4161.0, 4171.0, 4160.0, 4163.0, 4162.0, 4162.0, 4175.0, 4163.0, 4151.0, 4160.0, 4164.0, 4173.0, 4148.0, 4159.0, 4163.0, 4172.0, 4164.0, 4160.0, 4163.0, 4172.0, 4164.0, 4173.0, 4175.0, 4173.0, 4178.0, 4174.0, 4171.0, 4164.0, 4161.0, 4160.0, 4162.0, 4165.0, 4171.0, 4174.0, 4150.0, 4159.0, 4161.0, 4162.0, 4160.0, 4161.0, 4163.0, 4175.0, 4163.0, 4162.0, 4159.0, 4161.0, 4162.0, 4160.0, 4162.0, 4174.0, 4171.0, 4164.0, 4170.0, 4160.0, 4164.0, 4159.0, 4162.0, 4176.0, 4174.0, 4174.0, 4170.0, 4173.0, 4173.0, 4164.0, 4163.0, 4161.0, 4161.0, 4172.0, 4172.0, 4162.0, 4164.0, 4152.0, 4160.0, 4162.0, 4159.0, 4161.0, 4172.0, 4163.0, 4161.0, 4163.0, 4161.0, 4162.0, 4161.0, 4162.0, 4171.0, 4161.0, 4173.0, 4172.0, 4160.0, 4163.0, 4160.0, 4162.0, 4158.0, 4161.0, 4162.0, 4174.0, 4174.0, 4171.0, 4161.0, 4158.0, 4163.0, 4159.0, 4161.0, 4150.0, 4160.0, 4159.0, 4173.0, 4160.0, 4161.0, 4161.0, 4152.0, 4157.0, 4160.0, 4151.0, 4171.0, 4172.0, 4169.0, 4162.0, 4158.0, 4154.0, 4161.0, 4159.0, 4173.0, 4174.0, 4163.0, 4163.0, 4152.0, 4159.0, 4161.0, 4161.0, 4163.0, 4172.0, 4160.0, 4159.0, 4162.0, 4150.0, 4147.0, 4160.0, 4163.0, 4175.0, 4172.0, 4162.0, 4163.0, 4162.0, 4161.0, 4162.0], 'WindowWidth': [9312.0, 9282.0, 9284.0, 9289.0, 9269.0, 9248.0, 9245.0, 9244.0, 9243.0, 9260.0, 9237.0, 9232.0, 9242.0, 9245.0, 9249.0, 9246.0, 9260.0, 9239.0, 9227.0, 9241.0, 9223.0, 9241.0, 9241.0, 9245.0, 9268.0, 9270.0, 9263.0, 9247.0, 9241.0, 9243.0, 9243.0, 9248.0, 9263.0, 9262.0, 9256.0, 9263.0, 9258.0, 9261.0, 9264.0, 9243.0, 9260.0, 9244.0, 9245.0, 9262.0, 9248.0, 9240.0, 9239.0, 9234.0, 9225.0, 9241.0, 9221.0, 9239.0, 9220.0, 9220.0, 9255.0, 9242.0, 9240.0, 9246.0, 9237.0, 9219.0, 9234.0, 9227.0, 9235.0, 9240.0, 9245.0, 9243.0, 9241.0, 9242.0, 9228.0, 9235.0, 9219.0, 9218.0, 9221.0, 9261.0, 9242.0, 9235.0, 9241.0, 9224.0, 9226.0, 9217.0, 9216.0, 9218.0, 9233.0, 9235.0, 9220.0, 9243.0, 9238.0, 9234.0, 9221.0, 9230.0, 9222.0, 9229.0, 9224.0, 9234.0, 9242.0, 9247.0, 9240.0, 9245.0, 9238.0, 9223.0, 9234.0, 9216.0, 9238.0, 9239.0, 9255.0, 9247.0, 9238.0, 9242.0, 9245.0, 9268.0, 9268.0, 9264.0, 9242.0, 9243.0, 9235.0, 9221.0, 9221.0, 9220.0, 9240.0, 9242.0, 9239.0, 9230.0, 9224.0, 9235.0, 9237.0, 9236.0, 9239.0, 9225.0, 9241.0, 9241.0, 9258.0, 9265.0, 9240.0, 9230.0, 9236.0, 9233.0, 9242.0, 9268.0, 9268.0, 9278.0, 9291.0, 9250.0, 9238.0, 9244.0, 9256.0, 9215.0, 9202.0, 9210.0, 9211.0, 9217.0, 9239.0, 9240.0, 9241.0, 9242.0, 9239.0, 9238.0, 9224.0, 9234.0, 9218.0, 9246.0, 9210.0, 9230.0, 9197.0, 9214.0, 9190.0, 9188.0, 9169.0, 9163.0, 9167.0, 9159.0, 9167.0, 9184.0, 9185.0, 9185.0, 9186.0, 9180.0, 9185.0, 9162.0, 9186.0, 9187.0, 9205.0, 9212.0, 9232.0, 9216.0, 9212.0, 9211.0, 9231.0, 9219.0, 9229.0, 9217.0, 9219.0, 9234.0, 9258.0, 9243.0, 9240.0, 9238.0, 9236.0, 9236.0, 9219.0, 9235.0, 9226.0, 9238.0, 9245.0, 9262.0, 9249.0, 9240.0, 9239.0, 9241.0, 9239.0, 9232.0, 9224.0, 9253.0, 9240.0, 9254.0, 9238.0, 9231.0, 9234.0, 9225.0, 9235.0, 9222.0, 9219.0, 9234.0, 9257.0, 9254.0, 9242.0, 9241.0, 9239.0, 9235.0, 9238.0, 9240.0, 9240.0, 9239.0, 9240.0, 9260.0, 9259.0, 9245.0, 9244.0, 9256.0, 9255.0, 9256.0, 9236.0, 9242.0, 9235.0, 9241.0, 9255.0, 9255.0, 9242.0, 9246.0, 9240.0, 9232.0, 9234.0, 9236.0, 9244.0, 9256.0, 9244.0, 9256.0, 9244.0, 9255.0, 9234.0, 9235.0, 9249.0, 9242.0, 9237.0, 9245.0, 9258.0, 9247.0, 9252.0, 9245.0, 9239.0, 9242.0, 9250.0, 9238.0, 9259.0, 9258.0, 9241.0, 9233.0, 9240.0, 9233.0, 9235.0, 9237.0, 9231.0, 9231.0, 9238.0, 9241.0, 9252.0, 9241.0, 9236.0, 9241.0, 9238.0, 9237.0, 9234.0, 9236.0, 9244.0, 9257.0, 9243.0, 9252.0, 9237.0, 9241.0, 9233.0, 9249.0, 9240.0, 9259.0, 9260.0, 9246.0, 9243.0, 9237.0, 9240.0, 9242.0, 9235.0, 9241.0, 9240.0, 9234.0, 9217.0, 9235.0, 9235.0, 9227.0, 9222.0, 9231.0, 9221.0, 9241.0, 9240.0, 9220.0, 9229.0, 9233.0, 9229.0, 9218.0, 9228.0, 9237.0, 9234.0, 9236.0, 9240.0, 9232.0, 9233.0, 9233.0, 9221.0, 9236.0, 9232.0, 9262.0, 9257.0, 9265.0, 9257.0, 9265.0, 9256.0, 9259.0, 9257.0, 9282.0, 9261.0, 9256.0, 9237.0, 9240.0, 9238.0, 9241.0, 9252.0, 9243.0, 9243.0, 9240.0, 9243.0, 9234.0, 9243.0, 9251.0, 9262.0, 9245.0, 9241.0, 9224.0, 9235.0, 9221.0, 9233.0, 9238.0, 9230.0, 9247.0, 9250.0, 9239.0, 9231.0, 9236.0, 9237.0, 9234.0, 9256.0, 9260.0, 9254.0, 9258.0, 9241.0, 9235.0, 9240.0, 9252.0, 9245.0, 9262.0, 9257.0, 9255.0, 9259.0, 9243.0, 9259.0, 9241.0, 9257.0, 9259.0, 9261.0, 9274.0, 9255.0, 9261.0, 9245.0, 9246.0, 9256.0, 9243.0, 9239.0, 9244.0, 9256.0, 9259.0, 9239.0, 9245.0, 9245.0, 9241.0, 9258.0, 9256.0, 9266.0, 9248.0, 9241.0, 9236.0, 9232.0, 9235.0, 9234.0, 9244.0, 9255.0, 9242.0, 9241.0, 9225.0, 9234.0, 9231.0, 9237.0, 9241.0, 9243.0, 9259.0, 9256.0, 9243.0, 9236.0, 9218.0, 9233.0, 9215.0, 9237.0, 9234.0, 9252.0, 9237.0, 9239.0, 9235.0, 9239.0, 9240.0, 9260.0, 9254.0, 9244.0, 9236.0, 9235.0, 9236.0, 9217.0, 9233.0, 9242.0, 9240.0, 9234.0, 9237.0, 9232.0, 9235.0, 9232.0, 9236.0, 9238.0, 9240.0, 9240.0, 9240.0, 9232.0, 9236.0, 9232.0, 9235.0, 9261.0, 9254.0, 9254.0, 9239.0, 9235.0, 9238.0, 9236.0, 9230.0, 9225.0, 9236.0, 9241.0, 9235.0, 9234.0, 9222.0, 9229.0, 9237.0, 9253.0, 9238.0, 9254.0, 9233.0, 9235.0, 9230.0, 9236.0, 9237.0, 9233.0, 9232.0, 9234.0, 9227.0, 9240.0, 9235.0, 9234.0, 9214.0, 9228.0, 9226.0, 9233.0, 9235.0, 9236.0, 9239.0, 9241.0, 9240.0, 9238.0, 9235.0, 9233.0, 9225.0, 9234.0, 9239.0, 9254.0, 9256.0, 9238.0, 9235.0, 9260.0, 9263.0, 9265.0, 9280.0, 9235.0, 9252.0, 9251.0, 9253.0, 9258.0, 9257.0, 9245.0, 9253.0, 9245.0, 9256.0, 9262.0, 9242.0, 9235.0, 9240.0, 9232.0, 9216.0, 9237.0, 9238.0, 9254.0, 9258.0, 9244.0, 9248.0, 9243.0, 9250.0, 9241.0, 9240.0, 9243.0, 9259.0, 9245.0, 9232.0, 9239.0, 9238.0, 9238.0, 9234.0, 9234.0, 9261.0, 9255.0, 9236.0, 9229.0, 9225.0, 9233.0, 9234.0, 9214.0, 9236.0, 9250.0, 9235.0, 9236.0, 9235.0, 9212.0, 9225.0, 9214.0, 9229.0, 9216.0, 9233.0, 9236.0, 9234.0, 9227.0, 9233.0, 9230.0, 9217.0, 9231.0, 9220.0, 9250.0, 9241.0, 9231.0, 9240.0, 9232.0, 9239.0, 9234.0, 9238.0, 9238.0, 9238.0, 9260.0, 9251.0, 9235.0, 9235.0, 9222.0, 9229.0, 9215.0, 9230.0, 9239.0, 9239.0, 9236.0, 9238.0, 9236.0, 9219.0, 9234.0, 9221.0, 9236.0, 9235.0, 9246.0, 9255.0, 9239.0, 9234.0, 9230.0, 9232.0, 9252.0, 9235.0, 9244.0, 9249.0, 9234.0, 9234.0, 9223.0, 9233.0, 9218.0, 9234.0, 9238.0, 9257.0, 9239.0, 9264.0, 9247.0, 9239.0, 9254.0, 9239.0, 9233.0, 9241.0, 9239.0, 9236.0, 9230.0, 9232.0, 9236.0, 9232.0, 9218.0, 9247.0, 9238.0, 9237.0, 9242.0, 9236.0, 9238.0, 9235.0, 9231.0, 9242.0, 9235.0, 9246.0, 9237.0, 9226.0, 9234.0, 9216.0, 9230.0, 9235.0, 9243.0, 9234.0, 9235.0, 9234.0, 9233.0, 9231.0, 9213.0, 9253.0, 9235.0, 9236.0, 9244.0, 9234.0, 9222.0, 9226.0, 9227.0, 9243.0, 9233.0, 9232.0, 9235.0, 9217.0, 9223.0, 9216.0, 9227.0, 9211.0, 9236.0, 9231.0, 9210.0, 9215.0, 9210.0, 9225.0, 9206.0, 9211.0, 9214.0, 9235.0, 9227.0, 9216.0, 9230.0, 9213.0, 9225.0, 9220.0, 9235.0, 9221.0, 9254.0, 9236.0, 9235.0, 9237.0, 9227.0, 9234.0, 9234.0, 9250.0, 9258.0, 9253.0, 9236.0, 9255.0, 9245.0, 9247.0, 9241.0, 9252.0, 9241.0, 9255.0, 9256.0, 9240.0, 9244.0, 9239.0, 9235.0, 9251.0, 9232.0, 9242.0, 9235.0, 9238.0, 9258.0, 9240.0, 9223.0, 9232.0, 9247.0, 9254.0, 9217.0, 9230.0, 9242.0, 9253.0, 9243.0, 9234.0, 9242.0, 9250.0, 9243.0, 9254.0, 9258.0, 9260.0, 9266.0, 9259.0, 9252.0, 9245.0, 9236.0, 9234.0, 9236.0, 9246.0, 9251.0, 9255.0, 9222.0, 9232.0, 9238.0, 9236.0, 9233.0, 9234.0, 9240.0, 9257.0, 9241.0, 9235.0, 9230.0, 9235.0, 9235.0, 9234.0, 9236.0, 9257.0, 9251.0, 9245.0, 9246.0, 9233.0, 9239.0, 9232.0, 9237.0, 9262.0, 9261.0, 9258.0, 9251.0, 9256.0, 9256.0, 9241.0, 9241.0, 9234.0, 9238.0, 9253.0, 9254.0, 9238.0, 9241.0, 9223.0, 9232.0, 9238.0, 9227.0, 9236.0, 9251.0, 9241.0, 9234.0, 9238.0, 9233.0, 9236.0, 9233.0, 9236.0, 9251.0, 9234.0, 9256.0, 9252.0, 9235.0, 9238.0, 9234.0, 9235.0, 9229.0, 9234.0, 9236.0, 9259.0, 9257.0, 9251.0, 9235.0, 9231.0, 9238.0, 9231.0, 9234.0, 9220.0, 9230.0, 9231.0, 9256.0, 9232.0, 9238.0, 9232.0, 9221.0, 9224.0, 9230.0, 9219.0, 9248.0, 9252.0, 9244.0, 9238.0, 9230.0, 9228.0, 9234.0, 9230.0, 9254.0, 9257.0, 9239.0, 9239.0, 9223.0, 9230.0, 9235.0, 9232.0, 9242.0, 9252.0, 9234.0, 9228.0, 9236.0, 9218.0, 9211.0, 9233.0, 9239.0, 9260.0, 9251.0, 9239.0, 9238.0, 9236.0, 9233.0, 9236.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.0009539285714285715</td></tr>
<tr><td colspan=3>aqi</td><td>0.016363744930875578</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.129538521591684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1794082687543248</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0114403597231831</td></tr>
<tr><td colspan=3>efc</td><td>0.466</td></tr>
<tr><td colspan=3>fber</td><td>6811.6953</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08668609036178317</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.5345622119815667</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.460717186098238</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.421318305907637</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7347036620723113</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2261295903147666</td></tr>
<tr><td colspan=3>gcor</td><td>0.00891792</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017508555203676224</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02800009213387966</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>868</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.7326197060280704</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>38.5626</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4834</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.0609</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301545.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>761.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.4878</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0896</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>507.4</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3328.7829</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3563.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74999.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>966.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4399.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>954.5511</td></tr>
<tr><td colspan=3>tsnr</td><td>45.69261937402189</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>