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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-05_session-03_subject-0092_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" style="">
Problem loading figure sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-05_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-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-05_desc-norm_bold.svg" target="_blank">sub-0092/figures/sub-0092_ses-03_task-social_acq-mb8_run-05_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-0092/ses-03/func/sub-0092_ses-03_task-social_acq-mb8_run-05_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>e293e0a001f7d587bbaa59552870abf5</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>09:21:15.535000</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.99931, 0.0021389, -0.0370749, 0.00122086, 0.995908, 0.090362]</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-05_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.0793542</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-05_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>16</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4126, -7740, -7291, 688, -52, -139, 23, 83]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.016</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>661d07ab-cac7-4a99-b31c-b5ba09e4031e||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.6810762882232666, 0.003275474300608039, -0.10021442919969559, 112.08827209472656], [-0.005738506093621254, 2.6719489097595215, 0.24393142759799957, -99.90277862548828], [-0.09946919977664948, -0.2424347698688507, 2.6870901584625244, -60.39604949951172], [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': ['092115.535000', '092115.995000', '092116.455000', '092116.915000', '092117.375000', '092117.835000', '092118.295000', '092118.755000', '092119.215000', '092119.675000', '092120.135000', '092120.595000', '092121.055000', '092121.515000', '092121.975000', '092122.435000', '092122.895000', '092123.355000', '092123.815000', '092124.275000', '092124.735000', '092125.195000', '092125.655000', '092126.115000', '092126.575000', '092127.035000', '092127.495000', '092127.955000', '092128.415000', '092128.875000', '092129.335000', '092129.795000', '092130.255000', '092130.715000', '092131.175000', '092131.635000', '092132.095000', '092132.555000', '092133.015000', '092133.475000', '092133.935000', '092134.395000', '092134.855000', '092135.315000', '092135.775000', '092136.235000', '092136.695000', '092137.155000', '092137.615000', '092138.075000', '092138.535000', '092138.995000', '092139.455000', '092139.915000', '092140.375000', '092140.835000', '092141.295000', '092141.755000', '092142.215000', '092142.675000', '092143.135000', '092143.595000', '092144.055000', '092144.515000', '092144.975000', '092145.435000', '092145.895000', '092146.355000', '092146.815000', '092147.275000', '092147.735000', '092148.195000', '092148.655000', '092149.115000', '092149.575000', '092150.035000', '092150.495000', '092150.955000', '092151.415000', '092151.875000', '092152.335000', '092152.795000', '092153.255000', '092153.715000', '092154.175000', '092154.635000', '092155.095000', '092155.555000', '092156.015000', '092156.475000', '092156.935000', '092157.395000', '092157.855000', '092158.315000', '092158.775000', '092159.235000', '092159.695000', '092200.155000', '092200.615000', '092201.075000', '092201.535000', '092201.995000', '092202.455000', '092202.915000', '092203.375000', '092203.835000', '092204.295000', '092204.755000', '092205.215000', '092205.675000', '092206.135000', '092206.595000', '092207.055000', '092207.515000', '092207.975000', '092208.435000', '092208.895000', '092209.355000', '092209.815000', '092210.275000', '092210.735000', '092211.195000', '092211.655000', '092212.115000', '092212.575000', '092213.035000', '092213.495000', '092213.955000', '092214.415000', '092214.875000', '092215.335000', '092215.795000', '092216.255000', '092216.715000', '092217.175000', '092217.635000', '092218.095000', '092218.555000', '092219.015000', '092219.475000', '092219.935000', '092220.395000', '092220.855000', '092221.315000', '092221.775000', '092222.235000', '092222.695000', '092223.155000', '092223.615000', '092224.075000', '092224.535000', '092224.995000', '092225.455000', '092225.915000', '092226.375000', '092226.835000', '092227.295000', '092227.755000', '092228.215000', '092228.675000', '092229.135000', '092229.595000', '092230.055000', '092230.515000', '092230.975000', '092231.435000', '092231.895000', '092232.355000', '092232.815000', '092233.275000', '092233.735000', '092234.195000', '092234.655000', '092235.115000', '092235.575000', '092236.035000', '092236.495000', '092236.955000', '092237.415000', '092237.875000', '092238.335000', '092238.795000', '092239.255000', '092239.715000', '092240.175000', '092240.635000', '092241.095000', '092241.555000', '092242.015000', '092242.475000', '092242.935000', '092243.395000', '092243.855000', '092244.315000', '092244.775000', '092245.235000', '092245.695000', '092246.155000', '092246.615000', '092247.075000', '092247.535000', '092247.995000', '092248.455000', '092248.915000', '092249.375000', '092249.835000', '092250.295000', '092250.755000', '092251.215000', '092251.675000', '092252.135000', '092252.595000', '092253.055000', '092253.515000', '092253.975000', '092254.435000', '092254.895000', '092255.355000', '092255.815000', '092256.275000', '092256.735000', '092257.195000', '092257.655000', '092258.115000', '092258.575000', '092259.035000', '092259.495000', '092259.955000', '092300.415000', '092300.875000', '092301.335000', '092301.795000', '092302.255000', '092302.715000', '092303.175000', '092303.635000', '092304.095000', '092304.555000', '092305.015000', '092305.475000', '092305.935000', '092306.395000', '092306.855000', '092307.315000', '092307.775000', '092308.235000', '092308.695000', '092309.155000', '092309.615000', '092310.075000', '092310.535000', '092310.995000', '092311.455000', '092311.915000', '092312.375000', '092312.835000', '092313.295000', '092313.755000', '092314.215000', '092314.675000', '092315.135000', '092315.595000', '092316.055000', '092316.515000', '092316.975000', '092317.435000', '092317.895000', '092318.355000', '092318.815000', '092319.275000', '092319.735000', '092320.195000', '092320.655000', '092321.115000', '092321.575000', '092322.035000', '092322.495000', '092322.955000', '092323.415000', '092323.875000', '092324.335000', '092324.795000', '092325.255000', '092325.715000', '092326.175000', '092326.635000', '092327.095000', '092327.555000', '092328.015000', '092328.475000', '092328.935000', '092329.395000', '092329.855000', '092330.315000', '092330.775000', '092331.235000', '092331.695000', '092332.155000', '092332.615000', '092333.075000', '092333.535000', '092333.995000', '092334.455000', '092334.915000', '092335.375000', '092335.835000', '092336.295000', '092336.755000', '092337.215000', '092337.675000', '092338.135000', '092338.595000', '092339.055000', '092339.515000', '092339.975000', '092340.435000', '092340.895000', '092341.355000', '092341.815000', '092342.275000', '092342.735000', '092343.195000', '092343.655000', '092344.115000', '092344.575000', '092345.035000', '092345.495000', '092345.955000', '092346.415000', '092346.875000', '092347.335000', '092347.795000', '092348.255000', '092348.715000', '092349.175000', '092349.635000', '092350.095000', '092350.555000', '092351.015000', '092351.475000', '092351.935000', '092352.395000', '092352.855000', '092353.315000', '092353.775000', '092354.235000', '092354.695000', '092355.155000', '092355.615000', '092356.075000', '092356.535000', '092356.995000', '092357.455000', '092357.915000', '092358.375000', '092358.835000', '092359.295000', '092359.755000', '092400.215000', '092400.675000', '092401.135000', '092401.595000', '092402.055000', '092402.515000', '092402.975000', '092403.435000', '092403.895000', '092404.355000', '092404.815000', '092405.275000', '092405.735000', '092406.195000', '092406.655000', '092407.115000', '092407.575000', '092408.035000', '092408.495000', '092408.955000', '092409.415000', '092409.875000', '092410.335000', '092410.795000', '092411.255000', '092411.715000', '092412.175000', '092412.635000', '092413.095000', '092413.555000', '092414.015000', '092414.475000', '092414.935000', '092415.395000', '092415.855000', '092416.315000', '092416.775000', '092417.235000', '092417.695000', '092418.155000', '092418.615000', '092419.075000', '092419.535000', '092419.995000', '092420.455000', '092420.915000', '092421.375000', '092421.835000', '092422.295000', '092422.755000', '092423.215000', '092423.675000', '092424.135000', '092424.595000', '092425.055000', '092425.515000', '092425.975000', '092426.435000', '092426.895000', '092427.355000', '092427.815000', '092428.275000', '092428.735000', '092429.195000', '092429.655000', '092430.115000', '092430.575000', '092431.035000', '092431.495000', '092431.955000', '092432.415000', '092432.875000', '092433.335000', '092433.795000', '092434.255000', '092434.715000', '092435.175000', '092435.635000', '092436.095000', '092436.555000', '092437.015000', '092437.475000', '092437.935000', '092438.395000', '092438.855000', '092439.315000', '092439.775000', '092440.235000', '092440.695000', '092441.155000', '092441.615000', '092442.075000', '092442.535000', '092442.995000', '092443.455000', '092443.915000', '092444.375000', '092444.835000', '092445.295000', '092445.755000', '092446.215000', '092446.675000', '092447.135000', '092447.595000', '092448.055000', '092448.515000', '092448.975000', '092449.435000', '092449.895000', '092450.355000', '092450.815000', '092451.275000', '092451.735000', '092452.195000', '092452.655000', '092453.115000', '092453.575000', '092454.035000', '092454.495000', '092454.955000', '092455.415000', '092455.875000', '092456.335000', '092456.795000', '092457.255000', '092457.715000', '092458.175000', '092458.635000', '092459.095000', '092459.555000', '092500.015000', '092500.475000', '092500.935000', '092501.395000', '092501.855000', '092502.315000', '092502.775000', '092503.235000', '092503.695000', '092504.155000', '092504.615000', '092505.075000', '092505.535000', '092505.995000', '092506.455000', '092506.915000', '092507.375000', '092507.835000', '092508.295000', '092508.755000', '092509.215000', '092509.675000', '092510.135000', '092510.595000', '092511.055000', '092511.515000', '092511.975000', '092512.435000', '092512.895000', '092513.355000', '092513.815000', '092514.275000', '092514.735000', '092515.195000', '092515.655000', '092516.115000', '092516.575000', '092517.035000', '092517.495000', '092517.955000', '092518.415000', '092518.875000', '092519.335000', '092519.795000', '092520.255000', '092520.715000', '092521.175000', '092521.635000', '092522.095000', '092522.555000', '092523.015000', '092523.475000', '092523.935000', '092524.395000', '092524.855000', '092525.315000', '092525.775000', '092526.235000', '092526.695000', '092527.155000', '092527.615000', '092528.075000', '092528.535000', '092528.995000', '092529.455000', '092529.915000', '092530.375000', '092530.835000', '092531.295000', '092531.755000', '092532.215000', '092532.675000', '092533.135000', '092533.595000', '092534.055000', '092534.515000', '092534.975000', '092535.435000', '092535.895000', '092536.355000', '092536.815000', '092537.275000', '092537.735000', '092538.195000', '092538.655000', '092539.115000', '092539.575000', '092540.035000', '092540.495000', '092540.955000', '092541.415000', '092541.875000', '092542.335000', '092542.795000', '092543.255000', '092543.715000', '092544.175000', '092544.635000', '092545.095000', '092545.555000', '092546.015000', '092546.475000', '092546.935000', '092547.395000', '092547.855000', '092548.315000', '092548.775000', '092549.235000', '092549.695000', '092550.155000', '092550.615000', '092551.075000', '092551.535000', '092551.995000', '092552.455000', '092552.915000', '092553.375000', '092553.835000', '092554.295000', '092554.755000', '092555.215000', '092555.675000', '092556.135000', '092556.595000', '092557.055000', '092557.515000', '092557.975000', '092558.435000', '092558.895000', '092559.355000', '092559.815000', '092600.275000', '092600.735000', '092601.195000', '092601.655000', '092602.115000', '092602.575000', '092603.035000', '092603.495000', '092603.955000', '092604.415000', '092604.875000', '092605.335000', '092605.795000', '092606.255000', '092606.715000', '092607.175000', '092607.635000', '092608.095000', '092608.555000', '092609.015000', '092609.475000', '092609.935000', '092610.395000', '092610.855000', '092611.315000', '092611.775000', '092612.235000', '092612.695000', '092613.155000', '092613.615000', '092614.075000', '092614.535000', '092614.995000', '092615.455000', '092615.915000', '092616.375000', '092616.835000', '092617.295000', '092617.755000', '092618.215000', '092618.675000', '092619.135000', '092619.595000', '092620.055000', '092620.515000', '092620.975000', '092621.435000', '092621.895000', '092622.355000', '092622.815000', '092623.275000', '092623.735000', '092624.195000', '092624.655000', '092625.115000', '092625.575000', '092626.035000', '092626.495000', '092626.955000', '092627.415000', '092627.875000', '092628.335000', '092628.795000', '092629.255000', '092629.715000', '092630.175000', '092630.635000', '092631.095000', '092631.555000', '092632.015000', '092632.475000', '092632.935000', '092633.395000', '092633.855000', '092634.315000', '092634.775000', '092635.235000', '092635.695000', '092636.155000', '092636.615000', '092637.075000', '092637.535000', '092637.995000', '092638.455000', '092638.915000', '092639.375000', '092639.835000', '092640.295000', '092640.755000', '092641.215000', '092641.675000', '092642.135000', '092642.595000', '092643.055000', '092643.515000', '092643.975000', '092644.435000', '092644.895000', '092645.355000', '092645.815000', '092646.275000', '092646.735000', '092647.195000', '092647.655000', '092648.115000', '092648.575000', '092649.035000', '092649.495000', '092649.955000', '092650.415000', '092650.875000', '092651.335000', '092651.795000', '092652.255000', '092652.715000', '092653.175000', '092653.635000', '092654.095000', '092654.555000', '092655.015000', '092655.475000', '092655.935000', '092656.395000', '092656.855000', '092657.315000', '092657.775000', '092658.235000', '092658.695000', '092659.155000', '092659.615000', '092700.075000', '092700.535000', '092700.995000', '092701.455000', '092701.915000', '092702.375000', '092702.835000', '092703.295000', '092703.755000', '092704.215000', '092704.675000', '092705.135000', '092705.595000', '092706.055000', '092706.515000', '092706.975000', '092707.435000', '092707.895000', '092708.355000', '092708.815000', '092709.275000', '092709.735000', '092710.195000', '092710.655000', '092711.115000', '092711.575000', '092712.035000', '092712.495000', '092712.955000', '092713.415000', '092713.875000', '092714.335000', '092714.795000', '092715.255000', '092715.715000', '092716.175000', '092716.635000', '092717.095000', '092717.555000', '092718.015000', '092718.475000', '092718.935000', '092719.395000', '092719.855000', '092720.315000', '092720.775000', '092721.235000', '092721.695000', '092722.155000', '092722.615000', '092723.075000', '092723.535000', '092723.995000', '092724.455000', '092724.915000', '092725.375000', '092725.835000', '092726.295000', '092726.755000', '092727.215000', '092727.675000', '092728.135000', '092728.595000', '092729.055000', '092729.515000', '092729.975000', '092730.435000', '092730.895000', '092731.355000', '092731.815000', '092732.275000', '092732.735000', '092733.195000', '092733.655000', '092734.115000', '092734.575000', '092735.035000', '092735.495000', '092735.955000', '092736.415000', '092736.875000', '092737.335000', '092737.795000', '092738.255000', '092738.715000', '092739.175000', '092739.635000', '092740.095000', '092740.555000', '092741.015000', '092741.475000', '092741.935000', '092742.395000', '092742.855000', '092743.315000', '092743.775000', '092744.235000', '092744.695000', '092745.155000', '092745.615000', '092746.075000', '092746.535000', '092746.995000', '092747.455000', '092747.915000', '092748.375000', '092748.835000', '092749.295000', '092749.755000', '092750.215000', '092750.675000', '092751.135000', '092751.595000', '092752.055000', '092752.515000', '092752.975000', '092753.435000', '092753.895000', '092754.355000', '092754.815000', '092755.275000', '092755.735000', '092756.195000'], 'ContentTime': ['092143.864000', '092143.867000', '092143.870000', '092143.873000', '092143.875000', '092143.878000', '092143.880000', '092143.883000', '092143.885000', '092143.888000', '092143.890000', '092143.893000', '092143.895000', '092143.898000', '092143.901000', '092143.903000', '092143.906000', '092143.908000', '092143.911000', '092143.913000', '092143.916000', '092143.919000', '092143.921000', '092143.924000', '092143.926000', '092143.929000', '092143.932000', '092143.934000', '092143.937000', '092143.939000', '092143.942000', '092143.945000', '092143.947000', '092143.950000', '092143.952000', '092143.955000', '092143.957000', '092143.960000', '092143.962000', '092143.965000', '092143.968000', '092143.970000', '092143.973000', '092143.975000', '092143.978000', '092143.980000', '092143.983000', '092143.986000', '092143.988000', '092143.991000', '092143.993000', '092143.996000', '092143.998000', '092144.002000', '092144.004000', '092144.007000', '092144.010000', '092144.012000', '092144.015000', '092144.017000', '092203.838000', '092203.841000', '092203.844000', '092203.846000', '092203.849000', '092203.851000', '092203.854000', '092203.857000', '092203.859000', '092203.862000', '092203.864000', '092203.867000', '092203.869000', '092203.872000', '092203.874000', '092203.877000', '092203.879000', '092203.882000', '092203.885000', '092203.887000', '092203.890000', '092203.892000', '092203.895000', '092203.898000', '092203.900000', '092203.903000', '092203.905000', '092203.908000', '092203.910000', '092203.913000', '092203.915000', '092203.918000', '092203.920000', '092203.923000', '092203.925000', '092203.928000', '092203.930000', '092203.933000', '092203.944000', '092203.947000', '092203.949000', '092203.952000', '092203.954000', '092223.837000', '092223.840000', '092223.843000', '092223.845000', '092223.848000', '092223.850000', '092223.853000', '092223.855000', '092223.858000', '092223.861000', '092223.863000', '092223.866000', '092223.868000', '092223.871000', '092223.873000', '092223.876000', '092223.878000', '092223.881000', '092223.883000', '092223.886000', '092223.888000', '092223.891000', '092223.894000', '092223.896000', '092223.899000', '092223.901000', '092223.904000', '092223.906000', '092223.909000', '092223.911000', '092223.914000', '092223.916000', '092223.919000', '092223.921000', '092223.924000', '092223.927000', '092223.929000', '092223.932000', '092223.934000', '092223.937000', '092223.939000', '092223.942000', '092223.944000', '092223.947000', '092243.839000', '092243.841000', '092243.844000', '092243.846000', '092243.849000', '092243.851000', '092243.854000', '092243.857000', '092243.859000', '092243.862000', '092243.864000', '092243.867000', '092243.869000', '092243.872000', '092243.874000', '092243.877000', '092243.879000', '092243.882000', '092243.885000', '092243.887000', '092243.890000', '092243.892000', '092243.895000', '092243.897000', '092243.900000', '092243.902000', '092243.905000', '092243.908000', '092243.910000', '092243.913000', '092243.915000', '092243.918000', '092243.921000', '092243.923000', '092243.926000', '092243.928000', '092243.931000', '092243.934000', '092243.936000', '092243.939000', '092243.941000', '092243.944000', '092243.946000', '092303.840000', '092303.842000', '092303.845000', '092303.848000', '092303.850000', '092303.853000', '092303.855000', '092303.858000', '092303.860000', '092303.863000', '092303.866000', '092303.868000', '092303.871000', '092303.873000', '092303.876000', '092303.878000', '092303.881000', '092303.884000', '092303.886000', '092303.889000', '092303.891000', '092303.894000', '092303.897000', '092303.899000', '092303.902000', '092303.904000', '092303.907000', '092303.909000', '092303.912000', '092303.914000', '092303.917000', '092303.920000', '092303.922000', '092303.925000', '092303.927000', '092303.930000', '092303.933000', '092303.935000', '092303.938000', '092303.940000', '092303.943000', '092303.945000', '092303.948000', '092303.950000', '092323.839000', '092323.842000', '092323.844000', '092323.847000', '092323.849000', '092323.852000', '092323.854000', '092323.857000', '092323.860000', '092323.865000', '092323.867000', '092323.870000', '092323.872000', '092323.875000', '092323.878000', '092323.880000', '092323.883000', '092323.885000', '092323.888000', '092323.890000', '092323.893000', '092323.895000', '092323.898000', '092323.901000', '092323.903000', '092323.906000', '092323.908000', '092323.911000', '092323.913000', '092323.916000', '092323.918000', '092323.921000', '092323.923000', '092323.926000', '092323.929000', '092323.931000', '092323.934000', '092323.936000', '092323.939000', '092323.941000', '092323.944000', '092323.947000', '092323.949000', '092343.838000', '092343.841000', '092343.844000', '092343.847000', '092343.849000', '092343.852000', '092343.854000', '092343.857000', '092343.860000', '092343.862000', '092343.865000', '092343.867000', '092343.870000', '092343.872000', '092343.875000', '092343.877000', '092343.880000', '092343.883000', '092343.885000', '092343.888000', '092343.890000', '092343.893000', '092343.895000', '092343.898000', '092343.900000', '092343.903000', '092343.905000', '092343.908000', '092343.910000', '092343.913000', '092343.915000', '092343.918000', '092343.921000', '092343.923000', '092343.926000', '092343.928000', '092343.931000', '092343.933000', '092343.936000', '092343.938000', '092343.941000', '092343.943000', '092343.946000', '092403.838000', '092403.841000', '092403.844000', '092403.847000', '092403.849000', '092403.852000', '092403.854000', '092403.857000', '092403.859000', '092403.862000', '092403.865000', '092403.867000', '092403.870000', '092403.872000', '092403.875000', '092403.877000', '092403.880000', '092403.882000', '092403.885000', '092403.888000', '092403.890000', '092403.893000', '092403.895000', '092403.898000', '092403.900000', '092403.903000', '092403.905000', '092403.908000', '092403.910000', '092403.913000', '092403.915000', '092403.918000', '092403.921000', '092403.923000', '092403.926000', '092403.928000', '092403.931000', '092403.933000', '092403.936000', '092403.938000', '092403.941000', '092403.944000', '092403.946000', '092403.949000', '092423.838000', '092423.841000', '092423.844000', '092423.846000', '092423.849000', '092423.852000', '092423.854000', '092423.857000', '092423.859000', '092423.862000', '092423.865000', '092423.867000', '092423.870000', '092423.872000', '092423.875000', '092423.878000', '092423.881000', '092423.883000', '092423.886000', '092423.889000', '092423.891000', '092423.894000', '092423.896000', '092423.899000', '092423.901000', '092423.904000', '092423.906000', '092423.909000', '092423.911000', '092423.914000', '092423.916000', '092423.919000', '092423.922000', '092423.924000', '092423.927000', '092423.930000', '092423.932000', '092423.935000', '092423.937000', '092423.940000', '092423.942000', '092423.945000', '092423.947000', '092423.950000', '092443.837000', '092443.840000', '092443.843000', '092443.845000', '092443.848000', '092443.851000', '092443.853000', '092443.856000', '092443.858000', '092443.861000', '092443.863000', '092443.866000', '092443.868000', '092443.871000', '092443.874000', '092443.876000', '092443.879000', '092443.881000', '092443.884000', '092443.886000', '092443.889000', '092443.891000', '092443.894000', '092443.897000', '092443.899000', '092443.902000', '092443.904000', '092443.907000', '092443.910000', '092443.912000', '092443.915000', '092443.918000', '092443.920000', '092443.923000', '092443.925000', '092443.928000', '092443.930000', '092443.933000', '092443.936000', '092443.938000', '092443.941000', '092443.943000', '092443.946000', '092503.839000', '092503.842000', '092503.844000', '092503.847000', '092503.849000', '092503.852000', '092503.855000', '092503.858000', '092503.861000', '092503.864000', '092503.866000', '092503.869000', '092503.871000', '092503.874000', '092503.877000', '092503.879000', '092503.882000', '092503.884000', '092503.887000', '092503.890000', '092503.892000', '092503.895000', '092503.897000', '092503.900000', '092503.902000', '092503.905000', '092503.907000', '092503.910000', '092503.913000', '092503.915000', '092503.918000', '092503.920000', '092503.923000', '092503.925000', '092503.928000', '092503.931000', '092503.933000', '092503.936000', '092503.938000', '092503.941000', '092503.943000', '092503.946000', '092503.948000', '092523.839000', '092523.841000', '092523.844000', '092523.847000', '092523.849000', '092523.852000', '092523.854000', '092523.857000', '092523.859000', '092523.862000', '092523.865000', '092523.867000', '092523.870000', '092523.872000', '092523.875000', '092523.877000', '092523.880000', '092523.883000', '092523.885000', '092523.888000', '092523.890000', '092523.893000', '092523.895000', '092523.898000', '092523.901000', '092523.903000', '092523.906000', '092523.908000', '092523.911000', '092523.913000', '092523.922000', '092523.925000', '092523.927000', '092523.930000', '092523.932000', '092523.935000', '092523.938000', '092523.940000', '092523.943000', '092523.945000', '092523.948000', '092523.951000', '092523.953000', '092523.956000', '092543.839000', '092543.841000', '092543.844000', '092543.846000', '092543.849000', '092543.852000', '092543.854000', '092543.857000', '092543.859000', '092543.862000', '092543.865000', '092543.867000', '092543.870000', '092543.872000', '092543.875000', '092543.877000', '092543.880000', '092543.882000', '092543.885000', '092543.887000', '092543.890000', '092543.893000', '092543.895000', '092543.898000', '092543.900000', '092543.903000', '092543.905000', '092543.908000', '092543.910000', '092543.913000', '092543.916000', '092543.919000', '092543.922000', '092543.924000', '092543.927000', '092543.930000', '092543.932000', '092543.935000', '092543.937000', '092543.940000', '092543.942000', '092543.945000', '092543.948000', '092603.838000', '092603.841000', '092603.844000', '092603.847000', '092603.849000', '092603.852000', '092603.854000', '092603.857000', '092603.859000', '092603.862000', '092603.864000', '092603.867000', '092603.870000', '092603.872000', '092603.875000', '092603.877000', '092603.880000', '092603.882000', '092603.885000', '092603.888000', '092603.890000', '092603.893000', '092603.895000', '092603.898000', '092603.900000', '092603.903000', '092603.905000', '092603.908000', '092603.911000', '092603.913000', '092603.916000', '092603.918000', '092603.921000', '092603.923000', '092603.926000', '092603.928000', '092603.931000', '092603.934000', '092603.936000', '092603.939000', '092603.941000', '092603.944000', '092603.946000', '092603.949000', '092623.838000', '092623.841000', '092623.844000', '092623.847000', '092623.849000', '092623.852000', '092623.854000', '092623.857000', '092623.859000', '092623.862000', '092623.865000', '092623.867000', '092623.870000', '092623.872000', '092623.875000', '092623.877000', '092623.880000', '092623.882000', '092623.885000', '092623.887000', '092623.890000', '092623.893000', '092623.895000', '092623.898000', '092623.900000', '092623.903000', '092623.905000', '092623.908000', '092623.910000', '092623.913000', '092623.916000', '092623.918000', '092623.921000', '092623.923000', '092623.926000', '092623.928000', '092623.931000', '092623.934000', '092623.936000', '092623.939000', '092623.941000', '092623.944000', '092623.947000', '092643.839000', '092643.842000', '092643.844000', '092643.847000', '092643.849000', '092643.852000', '092643.855000', '092643.857000', '092643.860000', '092643.862000', '092643.865000', '092643.867000', '092643.870000', '092643.872000', '092643.875000', '092643.878000', '092643.880000', '092643.883000', '092643.885000', '092643.888000', '092643.890000', '092643.893000', '092643.896000', '092643.898000', '092643.901000', '092643.903000', '092643.906000', '092643.908000', '092643.911000', '092643.913000', '092643.916000', '092643.919000', '092643.921000', '092643.924000', '092643.926000', '092643.929000', '092643.931000', '092643.934000', '092643.936000', '092643.939000', '092643.942000', '092643.954000', '092643.957000', '092643.959000', '092703.837000', '092703.840000', '092703.843000', '092703.845000', '092703.848000', '092703.851000', '092703.853000', '092703.856000', '092703.858000', '092703.861000', '092703.863000', '092703.866000', '092703.869000', '092703.871000', '092703.874000', '092703.877000', '092703.879000', '092703.882000', '092703.884000', '092703.887000', '092703.889000', '092703.892000', '092703.894000', '092703.897000', '092703.900000', '092703.903000', '092703.906000', '092703.909000', '092703.912000', '092703.914000', '092703.917000', '092703.919000', '092703.922000', '092703.924000', '092703.927000', '092703.930000', '092703.932000', '092703.935000', '092703.937000', '092703.940000', '092703.942000', '092703.945000', '092703.947000', '092723.838000', '092723.841000', '092723.844000', '092723.846000', '092723.849000', '092723.852000', '092723.854000', '092723.857000', '092723.859000', '092723.862000', '092723.864000', '092723.867000', '092723.870000', '092723.872000', '092723.875000', '092723.877000', '092723.880000', '092723.882000', '092723.885000', '092723.887000', '092723.890000', '092723.892000', '092723.895000', '092723.897000', '092723.900000', '092723.903000', '092723.905000', '092723.908000', '092723.910000', '092723.913000', '092723.915000', '092723.918000', '092723.920000', '092723.923000', '092723.925000', '092723.928000', '092723.931000', '092723.933000', '092723.936000', '092723.938000', '092723.941000', '092723.943000', '092723.946000', '092723.949000', '092743.838000', '092743.841000', '092743.844000', '092743.846000', '092743.849000', '092743.851000', '092743.854000', '092743.856000', '092743.859000', '092743.862000', '092743.864000', '092743.867000', '092743.869000', '092743.872000', '092743.874000', '092743.877000', '092743.880000', '092743.882000', '092743.885000', '092743.887000', '092743.890000', '092743.892000', '092743.895000', '092743.898000', '092743.900000', '092743.903000', '092743.905000', '092743.908000', '092743.911000', '092743.913000', '092743.916000', '092743.918000', '092743.921000', '092743.923000', '092743.926000', '092743.929000', '092743.932000', '092743.934000', '092743.937000', '092743.940000', '092743.942000', '092743.945000', '092743.947000', '092757.258000', '092757.261000', '092757.263000', '092757.266000', '092757.269000', '092757.271000', '092757.274000', '092757.277000', '092757.279000', '092757.282000', '092757.285000', '092757.287000', '092757.290000', '092757.293000', '092757.295000', '092757.298000', '092757.301000', '092757.303000', '092757.306000', '092757.309000', '092757.311000', '092757.314000', '092757.316000', '092757.319000', '092757.322000', '092757.324000', '092757.327000', '092757.330000', '092757.333000', '092757.336000'], 'InstanceCreationTime': ['092143.864000', '092143.867000', '092143.870000', '092143.873000', '092143.875000', '092143.878000', '092143.880000', '092143.883000', '092143.885000', '092143.888000', '092143.890000', '092143.893000', '092143.895000', '092143.898000', '092143.901000', '092143.903000', '092143.906000', '092143.908000', '092143.911000', '092143.913000', '092143.916000', '092143.919000', '092143.921000', '092143.924000', '092143.926000', '092143.929000', '092143.932000', '092143.934000', '092143.937000', '092143.939000', '092143.942000', '092143.945000', '092143.947000', '092143.950000', '092143.952000', '092143.955000', '092143.957000', '092143.960000', '092143.962000', '092143.965000', '092143.968000', '092143.970000', '092143.973000', '092143.975000', '092143.978000', '092143.980000', '092143.983000', '092143.986000', '092143.988000', '092143.991000', '092143.993000', '092143.996000', '092143.998000', '092144.002000', '092144.004000', '092144.007000', '092144.010000', '092144.012000', '092144.015000', '092144.017000', '092203.838000', '092203.841000', '092203.844000', '092203.846000', '092203.849000', '092203.851000', '092203.854000', '092203.857000', '092203.859000', '092203.862000', '092203.864000', '092203.867000', '092203.869000', '092203.872000', '092203.874000', '092203.877000', '092203.879000', '092203.882000', '092203.885000', '092203.887000', '092203.890000', '092203.892000', '092203.895000', '092203.898000', '092203.900000', '092203.903000', '092203.905000', '092203.908000', '092203.910000', '092203.913000', '092203.915000', '092203.918000', '092203.920000', '092203.923000', '092203.925000', '092203.928000', '092203.930000', '092203.933000', '092203.944000', '092203.947000', '092203.949000', '092203.952000', '092203.954000', '092223.837000', '092223.840000', '092223.843000', '092223.845000', '092223.848000', '092223.850000', '092223.853000', '092223.855000', '092223.858000', '092223.861000', '092223.863000', '092223.866000', '092223.868000', '092223.871000', '092223.873000', '092223.876000', '092223.878000', '092223.881000', '092223.883000', '092223.886000', '092223.888000', '092223.891000', '092223.894000', '092223.896000', '092223.899000', '092223.901000', '092223.904000', '092223.906000', '092223.909000', '092223.911000', '092223.914000', '092223.916000', '092223.919000', '092223.921000', '092223.924000', '092223.927000', '092223.929000', '092223.932000', '092223.934000', '092223.937000', '092223.939000', '092223.942000', '092223.944000', '092223.947000', '092243.839000', '092243.841000', '092243.844000', '092243.846000', '092243.849000', '092243.851000', '092243.854000', '092243.857000', '092243.859000', '092243.862000', '092243.864000', '092243.867000', '092243.869000', '092243.872000', '092243.874000', '092243.877000', '092243.879000', '092243.882000', '092243.885000', '092243.887000', '092243.890000', '092243.892000', '092243.895000', '092243.897000', '092243.900000', '092243.902000', '092243.905000', '092243.908000', '092243.910000', '092243.913000', '092243.915000', '092243.918000', '092243.921000', '092243.923000', '092243.926000', '092243.928000', '092243.931000', '092243.934000', '092243.936000', '092243.939000', '092243.941000', '092243.944000', '092243.946000', '092303.840000', '092303.842000', '092303.845000', '092303.848000', '092303.850000', '092303.853000', '092303.855000', '092303.858000', '092303.860000', '092303.863000', '092303.866000', '092303.868000', '092303.871000', '092303.873000', '092303.876000', '092303.878000', '092303.881000', '092303.884000', '092303.886000', '092303.889000', '092303.891000', '092303.894000', '092303.897000', '092303.899000', '092303.902000', '092303.904000', '092303.907000', '092303.909000', '092303.912000', '092303.914000', '092303.917000', '092303.920000', '092303.922000', '092303.925000', '092303.927000', '092303.930000', '092303.933000', '092303.935000', '092303.938000', '092303.940000', '092303.943000', '092303.945000', '092303.948000', '092303.950000', '092323.839000', '092323.842000', '092323.844000', '092323.847000', '092323.849000', '092323.852000', '092323.854000', '092323.857000', '092323.860000', '092323.865000', '092323.867000', '092323.870000', '092323.872000', '092323.875000', '092323.878000', '092323.880000', '092323.883000', '092323.885000', '092323.888000', '092323.890000', '092323.893000', '092323.895000', '092323.898000', '092323.901000', '092323.903000', '092323.906000', '092323.908000', '092323.911000', '092323.913000', '092323.916000', '092323.918000', '092323.921000', '092323.923000', '092323.926000', '092323.929000', '092323.931000', '092323.934000', '092323.936000', '092323.939000', '092323.941000', '092323.944000', '092323.947000', '092323.949000', '092343.838000', '092343.841000', '092343.844000', '092343.847000', '092343.849000', '092343.852000', '092343.854000', '092343.857000', '092343.860000', '092343.862000', '092343.865000', '092343.867000', '092343.870000', '092343.872000', '092343.875000', '092343.877000', '092343.880000', '092343.883000', '092343.885000', '092343.888000', '092343.890000', '092343.893000', '092343.895000', '092343.898000', '092343.900000', '092343.903000', '092343.905000', '092343.908000', '092343.910000', '092343.913000', '092343.915000', '092343.918000', '092343.921000', '092343.923000', '092343.926000', '092343.928000', '092343.931000', '092343.933000', '092343.936000', '092343.938000', '092343.941000', '092343.943000', '092343.946000', '092403.838000', '092403.841000', '092403.844000', '092403.847000', '092403.849000', '092403.852000', '092403.854000', '092403.857000', '092403.859000', '092403.862000', '092403.865000', '092403.867000', '092403.870000', '092403.872000', '092403.875000', '092403.877000', '092403.880000', '092403.882000', '092403.885000', '092403.888000', '092403.890000', '092403.893000', '092403.895000', '092403.898000', '092403.900000', '092403.903000', '092403.905000', '092403.908000', '092403.910000', '092403.913000', '092403.915000', '092403.918000', '092403.921000', '092403.923000', '092403.926000', '092403.928000', '092403.931000', '092403.933000', '092403.936000', '092403.938000', '092403.941000', '092403.944000', '092403.946000', '092403.949000', '092423.838000', '092423.841000', '092423.844000', '092423.846000', '092423.849000', '092423.852000', '092423.854000', '092423.857000', '092423.859000', '092423.862000', '092423.865000', '092423.867000', '092423.870000', '092423.872000', '092423.875000', '092423.878000', '092423.881000', '092423.883000', '092423.886000', '092423.889000', '092423.891000', '092423.894000', '092423.896000', '092423.899000', '092423.901000', '092423.904000', '092423.906000', '092423.909000', '092423.911000', '092423.914000', '092423.916000', '092423.919000', '092423.922000', '092423.924000', '092423.927000', '092423.930000', '092423.932000', '092423.935000', '092423.937000', '092423.940000', '092423.942000', '092423.945000', '092423.947000', '092423.950000', '092443.837000', '092443.840000', '092443.843000', '092443.845000', '092443.848000', '092443.851000', '092443.853000', '092443.856000', '092443.858000', '092443.861000', '092443.863000', '092443.866000', '092443.868000', '092443.871000', '092443.874000', '092443.876000', '092443.879000', '092443.881000', '092443.884000', '092443.886000', '092443.889000', '092443.891000', '092443.894000', '092443.897000', '092443.899000', '092443.902000', '092443.904000', '092443.907000', '092443.910000', '092443.912000', '092443.915000', '092443.918000', '092443.920000', '092443.923000', '092443.925000', '092443.928000', '092443.930000', '092443.933000', '092443.936000', '092443.938000', '092443.941000', '092443.943000', '092443.946000', '092503.839000', '092503.842000', '092503.844000', '092503.847000', '092503.849000', '092503.852000', '092503.855000', '092503.858000', '092503.861000', '092503.864000', '092503.866000', '092503.869000', '092503.871000', '092503.874000', '092503.877000', '092503.879000', '092503.882000', '092503.884000', '092503.887000', '092503.890000', '092503.892000', '092503.895000', '092503.897000', '092503.900000', '092503.902000', '092503.905000', '092503.907000', '092503.910000', '092503.913000', '092503.915000', '092503.918000', '092503.920000', '092503.923000', '092503.925000', '092503.928000', '092503.931000', '092503.933000', '092503.936000', '092503.938000', '092503.941000', '092503.943000', '092503.946000', '092503.948000', '092523.839000', '092523.841000', '092523.844000', '092523.847000', '092523.849000', '092523.852000', '092523.854000', '092523.857000', '092523.859000', '092523.862000', '092523.865000', '092523.867000', '092523.870000', '092523.872000', '092523.875000', '092523.877000', '092523.880000', '092523.883000', '092523.885000', '092523.888000', '092523.890000', '092523.893000', '092523.895000', '092523.898000', '092523.901000', '092523.903000', '092523.906000', '092523.908000', '092523.911000', '092523.913000', '092523.922000', '092523.925000', '092523.927000', '092523.930000', '092523.932000', '092523.935000', '092523.938000', '092523.940000', '092523.943000', '092523.945000', '092523.948000', '092523.951000', '092523.953000', '092523.956000', '092543.839000', '092543.841000', '092543.844000', '092543.846000', '092543.849000', '092543.852000', '092543.854000', '092543.857000', '092543.859000', '092543.862000', '092543.865000', '092543.867000', '092543.870000', '092543.872000', '092543.875000', '092543.877000', '092543.880000', '092543.882000', '092543.885000', '092543.887000', '092543.890000', '092543.893000', '092543.895000', '092543.898000', '092543.900000', '092543.903000', '092543.905000', '092543.908000', '092543.910000', '092543.913000', '092543.916000', '092543.919000', '092543.922000', '092543.924000', '092543.927000', '092543.930000', '092543.932000', '092543.935000', '092543.937000', '092543.940000', '092543.942000', '092543.945000', '092543.948000', '092603.838000', '092603.841000', '092603.844000', '092603.847000', '092603.849000', '092603.852000', '092603.854000', '092603.857000', '092603.859000', '092603.862000', '092603.864000', '092603.867000', '092603.870000', '092603.872000', '092603.875000', '092603.877000', '092603.880000', '092603.882000', '092603.885000', '092603.888000', '092603.890000', '092603.893000', '092603.895000', '092603.898000', '092603.900000', '092603.903000', '092603.905000', '092603.908000', '092603.911000', '092603.913000', '092603.916000', '092603.918000', '092603.921000', '092603.923000', '092603.926000', '092603.928000', '092603.931000', '092603.934000', '092603.936000', '092603.939000', '092603.941000', '092603.944000', '092603.946000', '092603.949000', '092623.838000', '092623.841000', '092623.844000', '092623.847000', '092623.849000', '092623.852000', '092623.854000', '092623.857000', '092623.859000', '092623.862000', '092623.865000', '092623.867000', '092623.870000', '092623.872000', '092623.875000', '092623.877000', '092623.880000', '092623.882000', '092623.885000', '092623.887000', '092623.890000', '092623.893000', '092623.895000', '092623.898000', '092623.900000', '092623.903000', '092623.905000', '092623.908000', '092623.910000', '092623.913000', '092623.916000', '092623.918000', '092623.921000', '092623.923000', '092623.926000', '092623.928000', '092623.931000', '092623.934000', '092623.936000', '092623.939000', '092623.941000', '092623.944000', '092623.947000', '092643.839000', '092643.842000', '092643.844000', '092643.847000', '092643.849000', '092643.852000', '092643.855000', '092643.857000', '092643.860000', '092643.862000', '092643.865000', '092643.867000', '092643.870000', '092643.872000', '092643.875000', '092643.878000', '092643.880000', '092643.883000', '092643.885000', '092643.888000', '092643.890000', '092643.893000', '092643.896000', '092643.898000', '092643.901000', '092643.903000', '092643.906000', '092643.908000', '092643.911000', '092643.913000', '092643.916000', '092643.919000', '092643.921000', '092643.924000', '092643.926000', '092643.929000', '092643.931000', '092643.934000', '092643.936000', '092643.939000', '092643.942000', '092643.954000', '092643.957000', '092643.959000', '092703.837000', '092703.840000', '092703.843000', '092703.845000', '092703.848000', '092703.851000', '092703.853000', '092703.856000', '092703.858000', '092703.861000', '092703.863000', '092703.866000', '092703.869000', '092703.871000', '092703.874000', '092703.877000', '092703.879000', '092703.882000', '092703.884000', '092703.887000', '092703.889000', '092703.892000', '092703.894000', '092703.897000', '092703.900000', '092703.903000', '092703.906000', '092703.909000', '092703.912000', '092703.914000', '092703.917000', '092703.919000', '092703.922000', '092703.924000', '092703.927000', '092703.930000', '092703.932000', '092703.935000', '092703.937000', '092703.940000', '092703.942000', '092703.945000', '092703.947000', '092723.838000', '092723.841000', '092723.844000', '092723.846000', '092723.849000', '092723.852000', '092723.854000', '092723.857000', '092723.859000', '092723.862000', '092723.864000', '092723.867000', '092723.870000', '092723.872000', '092723.875000', '092723.877000', '092723.880000', '092723.882000', '092723.885000', '092723.887000', '092723.890000', '092723.892000', '092723.895000', '092723.897000', '092723.900000', '092723.903000', '092723.905000', '092723.908000', '092723.910000', '092723.913000', '092723.915000', '092723.918000', '092723.920000', '092723.923000', '092723.925000', '092723.928000', '092723.931000', '092723.933000', '092723.936000', '092723.938000', '092723.941000', '092723.943000', '092723.946000', '092723.949000', '092743.838000', '092743.841000', '092743.844000', '092743.846000', '092743.849000', '092743.851000', '092743.854000', '092743.856000', '092743.859000', '092743.862000', '092743.864000', '092743.867000', '092743.869000', '092743.872000', '092743.874000', '092743.877000', '092743.880000', '092743.882000', '092743.885000', '092743.887000', '092743.890000', '092743.892000', '092743.895000', '092743.898000', '092743.900000', '092743.903000', '092743.905000', '092743.908000', '092743.911000', '092743.913000', '092743.916000', '092743.918000', '092743.921000', '092743.923000', '092743.926000', '092743.929000', '092743.932000', '092743.934000', '092743.937000', '092743.940000', '092743.942000', '092743.945000', '092743.947000', '092757.258000', '092757.261000', '092757.263000', '092757.266000', '092757.269000', '092757.271000', '092757.274000', '092757.277000', '092757.279000', '092757.282000', '092757.285000', '092757.287000', '092757.290000', '092757.293000', '092757.295000', '092757.298000', '092757.301000', '092757.303000', '092757.306000', '092757.309000', '092757.311000', '092757.314000', '092757.316000', '092757.319000', '092757.322000', '092757.324000', '092757.327000', '092757.330000', '092757.333000', '092757.336000'], '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': [14186, 8483, 16205, 15759, 8888, 13572, 8859, 11869, 8070, 8443, 14012, 8388, 12456, 8072, 11501, 8676, 11518, 8645, 9284, 8148, 11389, 8562, 8595, 12476, 8181, 15216, 10509, 12207, 8228, 8472, 12864, 8301, 12025, 8123, 15712, 17074, 8879, 13719, 9633, 9160, 8978, 8271, 8494, 8181, 14685, 7938, 12936, 9439, 12361, 8164, 11656, 7968, 13549, 8567, 14956, 16965, 13750, 14882, 10086, 9048, 8251, 8623, 11086, 8869, 11156, 9058, 8690, 8772, 11896, 8689, 13430, 14312, 9606, 8930, 8576, 11608, 8404, 10971, 8538, 8382, 9546, 8486, 7697, 8597, 13935, 11353, 8582, 12915, 8740, 9728, 8290, 10006, 8198, 8526, 7726, 8543, 14999, 10141, 11174, 9536, 8602, 9415, 8285, 12077, 8047, 10797, 8675, 8530, 7646, 8678, 15333, 8237, 15302, 13919, 11165, 9025, 8348, 13040, 8041, 13502, 8386, 12461, 16634, 8975, 15360, 9998, 10709, 16667, 8893, 13877, 9866, 9502, 9877, 8173, 7901, 8512, 7425, 8472, 16328, 10540, 11244, 8592, 8302, 7779, 8110, 13316, 7608, 11752, 9442, 8194, 8448, 8637, 7630, 8689, 16026, 11155, 11650, 9741, 8467, 7910, 7971, 13275, 7838, 11703, 9384, 8020, 8447, 9467, 16688, 10615, 8620, 15341, 10590, 8238, 8626, 9131, 8003, 8018, 10158, 7252, 12476, 8976, 10542, 9147, 11995, 8431, 13058, 17909, 10787, 15379, 10558, 9845, 8397, 12229, 9228, 9361, 10320, 10073, 16569, 11307, 18907, 16191, 11707, 8725, 8066, 7116, 7687, 7133, 8213, 7181, 10833, 16076, 9990, 8990, 7760, 10297, 7306, 13049, 16941, 9422, 12486, 9349, 8632, 8059, 7948, 8272, 7589, 14084, 10553, 10583, 9519, 7376, 12484, 7515, 10127, 8665, 8239, 11634, 7797, 15741, 10505, 7927, 10413, 7524, 13570, 8673, 12976, 8355, 11370, 9350, 8252, 17350, 11999, 13076, 14603, 9597, 9597, 7652, 7365, 7623, 6836, 7958, 7114, 7169, 6957, 7166, 7961, 15001, 10115, 10647, 9279, 7992, 15323, 8643, 13583, 8211, 10345, 6838, 15569, 8496, 13368, 16788, 12806, 11482, 7961, 10634, 6998, 14353, 7959, 13039, 18072, 12848, 13517, 8553, 8272, 8322, 8270, 8637, 7508, 9478, 7558, 9572, 7191, 12808, 18010, 8459, 12729, 16340, 8719, 9818, 8362, 7220, 14726, 7401, 9425, 8300, 7914, 7141, 7182, 13848, 8836, 8813, 9889, 7355, 14277, 8302, 13539, 9475, 13634, 9840, 9890, 16530, 8989, 16627, 12988, 11235, 9022, 7241, 7581, 6979, 8430, 7187, 10919, 9272, 9231, 12889, 18386, 12710, 13833, 8311, 13310, 9669, 8011, 7656, 7551, 9563, 12690, 8542, 17034, 13291, 14024, 8460, 10445, 8388, 12339, 18035, 13039, 13052, 8113, 12172, 7888, 12975, 9128, 12898, 9504, 11829, 6770, 10313, 7618, 9216, 7988, 12099, 10300, 17041, 13741, 9949, 9472, 18223, 13173, 14226, 15371, 10285, 9908, 7702, 7587, 7479, 6985, 13739, 7063, 9540, 8982, 7173, 8759, 6597, 8404, 7017, 10765, 6773, 11338, 7313, 14348, 8328, 14426, 8903, 16983, 10161, 14133, 9326, 12145, 10343, 13180, 8695, 9808, 7480, 7762, 7420, 10280, 8864, 7826, 7910, 7970, 8513, 7043, 16135, 7758, 13212, 9158, 11181, 8387, 7982, 7184, 7019, 8228, 8327, 7480, 8208, 8935, 8051, 12789, 10639, 14778, 13290, 16155, 17985, 15091, 16022, 16166, 13053, 17507, 14609, 13093, 18949, 14654, 14835, 7498, 8390, 6902, 7592, 9359, 7939, 11747, 7722, 8605, 6947, 7435, 13443, 7340, 7832, 6817, 7445, 6735, 7144, 6532, 7175, 7761, 7360, 9647, 6983, 12160, 7442, 7860, 7215, 7670, 6950, 7364, 7360, 8455, 8449, 7343, 7880, 7583, 8237, 7016, 8996, 7307, 14645, 8568, 12956, 8934, 12983, 7635, 15344, 8761, 16741, 12170, 12109, 16094, 11970, 9085, 8159, 17576, 14510, 12199, 13181, 8254, 11790, 8075, 9987, 6994, 13657, 7078, 11292, 16879, 9708, 13558, 7877, 11644, 7009, 9312, 8462, 8810, 7930, 8446, 7903, 8287, 18109, 9625, 15223, 10588, 13202, 8806, 9413, 7192, 10653, 7246, 11483, 8435, 11339, 9673, 12850, 15753, 11575, 11516, 9190, 10911, 10606, 14614, 11951, 18735, 16184, 14802, 9900, 12358, 7742, 9924, 7393, 11141, 7370, 15340, 9952, 9989, 10953, 8340, 8119, 7136, 7753, 6752, 11202, 12537, 7051, 11124, 7111, 8642, 7250, 9501, 6783, 9774, 14986, 7617, 9039, 8699, 11012, 7678, 9699, 8433, 9657, 9988, 10599, 10017, 13594, 9319, 13384, 15764, 15935, 14667, 10223, 8691, 7149, 11365, 6925, 13206, 7277, 14613, 7952, 14347, 8426, 14477, 9346, 15855, 11926, 18465, 12435, 17746, 11773, 11686, 17565, 13702, 18434, 8904, 14979, 7879, 8343, 7468, 8401, 10236, 7427, 12102, 6755, 9389, 6805, 8512, 7839, 9275, 8057, 9086, 8383, 6637, 8418, 6984, 7779, 6975, 8201, 7031, 7513, 7152, 7477, 8623, 7293, 10136, 8196, 9263, 7521, 9368, 7528, 13477, 14793, 8968, 17631, 8670, 13569, 14172, 9603, 18585, 10230, 18736, 13379, 17465, 12494, 17666, 13933, 18213, 12916, 14099, 11855, 8867, 9677, 7487, 8602, 7211, 8330, 6828, 7702, 6930, 11978, 6602, 12211, 8312, 10011, 7612, 15544, 7436, 13545, 10082, 9795, 17882, 14906, 13946, 7766, 14624, 7456, 12807, 16713, 8458, 15280, 7742, 10199, 6978, 9051, 7064, 8845, 7697, 8699, 7501, 10635, 7094, 10826, 7394, 12568, 9349, 16111, 12186, 15983, 10834, 8546, 7321, 7722, 9947, 7692, 10930, 8087, 16241, 12893, 11438, 16428, 12652, 17214, 13630, 14591, 14277, 12841, 15673, 12785, 17089, 13609, 19668, 15564, 17653, 10910, 7079, 7158, 6645, 6627, 6983, 6632, 6798, 7604, 7274, 7702, 14734, 9701, 11799, 10515, 9053, 12328, 8568, 18621, 14682, 14685, 11579, 11112, 19029, 11996, 10274, 16991, 6760, 11229, 8449, 6991, 10909, 6600, 9312, 6730, 7531, 6782, 8040, 6764, 8372, 7238, 7999, 7465, 6851, 14678, 10910, 7919, 7993, 7893, 7876, 7680, 7536, 7900, 7503, 8202, 8056, 9678, 8036, 11631, 10163, 12358, 18408, 15364, 17309, 13751, 17096, 13775, 17763, 15793, 17999, 15975, 15660, 11904, 8978, 8078, 7346, 7586, 17339, 8429, 14465, 7192, 13298, 7840, 11945, 9052, 15167, 11555, 18487, 13820, 15162, 10868, 10755, 9396, 9967, 8201, 9907, 7938, 8807, 7661, 9292, 7418, 7975, 7133, 8038, 6977], 'WindowCenter': [4264.0, 4210.0, 4238.0, 4223.0, 4182.0, 4198.0, 4182.0, 4188.0, 4156.0, 4182.0, 4211.0, 4159.0, 4187.0, 4157.0, 4186.0, 4157.0, 4189.0, 4181.0, 4180.0, 4159.0, 4189.0, 4169.0, 4171.0, 4211.0, 4171.0, 4222.0, 4179.0, 4188.0, 4157.0, 4169.0, 4200.0, 4158.0, 4198.0, 4159.0, 4212.0, 4208.0, 4156.0, 4186.0, 4154.0, 4153.0, 4154.0, 4144.0, 4143.0, 4170.0, 4221.0, 4172.0, 4200.0, 4168.0, 4186.0, 4156.0, 4175.0, 4145.0, 4186.0, 4156.0, 4201.0, 4199.0, 4186.0, 4185.0, 4152.0, 4142.0, 4131.0, 4143.0, 4163.0, 4142.0, 4161.0, 4141.0, 4142.0, 4142.0, 4172.0, 4154.0, 4187.0, 4185.0, 4153.0, 4141.0, 4143.0, 4162.0, 4143.0, 4164.0, 4156.0, 4156.0, 4155.0, 4155.0, 4133.0, 4155.0, 4198.0, 4163.0, 4143.0, 4174.0, 4156.0, 4154.0, 4145.0, 4164.0, 4155.0, 4155.0, 4146.0, 4168.0, 4210.0, 4178.0, 4177.0, 4166.0, 4157.0, 4155.0, 4156.0, 4187.0, 4159.0, 4189.0, 4169.0, 4169.0, 4148.0, 4169.0, 4209.0, 4170.0, 4213.0, 4199.0, 4177.0, 4153.0, 4146.0, 4185.0, 4146.0, 4198.0, 4157.0, 4190.0, 4197.0, 4157.0, 4197.0, 4178.0, 4178.0, 4206.0, 4155.0, 4195.0, 4165.0, 4166.0, 4165.0, 4143.0, 4144.0, 4154.0, 4145.0, 4156.0, 4208.0, 4176.0, 4174.0, 4143.0, 4144.0, 4133.0, 4145.0, 4185.0, 4146.0, 4186.0, 4167.0, 4156.0, 4158.0, 4157.0, 4158.0, 4170.0, 4211.0, 4178.0, 4177.0, 4165.0, 4144.0, 4143.0, 4145.0, 4185.0, 4146.0, 4188.0, 4167.0, 4158.0, 4158.0, 4179.0, 4208.0, 4165.0, 4157.0, 4196.0, 4164.0, 4143.0, 4154.0, 4154.0, 4144.0, 4146.0, 4176.0, 4160.0, 4199.0, 4182.0, 4190.0, 4182.0, 4200.0, 4170.0, 4215.0, 4223.0, 4180.0, 4210.0, 4178.0, 4166.0, 4146.0, 4188.0, 4180.0, 4181.0, 4166.0, 4165.0, 4195.0, 4176.0, 4211.0, 4196.0, 4160.0, 4129.0, 4129.0, 4109.0, 4132.0, 4121.0, 4143.0, 4136.0, 4176.0, 4195.0, 4153.0, 4141.0, 4133.0, 4162.0, 4133.0, 4187.0, 4206.0, 4154.0, 4172.0, 4152.0, 4141.0, 4132.0, 4143.0, 4143.0, 4146.0, 4198.0, 4166.0, 4165.0, 4152.0, 4134.0, 4172.0, 4133.0, 4164.0, 4156.0, 4156.0, 4177.0, 4147.0, 4197.0, 4164.0, 4144.0, 4165.0, 4147.0, 4197.0, 4156.0, 4185.0, 4145.0, 4175.0, 4154.0, 4146.0, 4198.0, 4175.0, 4175.0, 4182.0, 4142.0, 4139.0, 4121.0, 4120.0, 4132.0, 4125.0, 4158.0, 4135.0, 4136.0, 4137.0, 4136.0, 4158.0, 4198.0, 4166.0, 4177.0, 4166.0, 4146.0, 4195.0, 4156.0, 4184.0, 4143.0, 4163.0, 4124.0, 4194.0, 4155.0, 4188.0, 4195.0, 4175.0, 4174.0, 4134.0, 4162.0, 4123.0, 4183.0, 4143.0, 4187.0, 4196.0, 4173.0, 4171.0, 4141.0, 4130.0, 4142.0, 4142.0, 4143.0, 4134.0, 4155.0, 4134.0, 4153.0, 4135.0, 4187.0, 4194.0, 4131.0, 4175.0, 4195.0, 4141.0, 4140.0, 4130.0, 4121.0, 4170.0, 4120.0, 4152.0, 4155.0, 4146.0, 4135.0, 4137.0, 4186.0, 4156.0, 4155.0, 4165.0, 4147.0, 4208.0, 4158.0, 4198.0, 4167.0, 4186.0, 4165.0, 4166.0, 4207.0, 4170.0, 4210.0, 4175.0, 4152.0, 4143.0, 4134.0, 4145.0, 4137.0, 4159.0, 4152.0, 4193.0, 4186.0, 4171.0, 4192.0, 4211.0, 4202.0, 4199.0, 4174.0, 4202.0, 4168.0, 4146.0, 4146.0, 4159.0, 4169.0, 4187.0, 4157.0, 4197.0, 4187.0, 4184.0, 4145.0, 4163.0, 4145.0, 4188.0, 4196.0, 4176.0, 4174.0, 4145.0, 4174.0, 4145.0, 4197.0, 4168.0, 4186.0, 4168.0, 4176.0, 4137.0, 4167.0, 4147.0, 4166.0, 4147.0, 4188.0, 4180.0, 4210.0, 4201.0, 4155.0, 4157.0, 4200.0, 4161.0, 4172.0, 4173.0, 4140.0, 4140.0, 4118.0, 4119.0, 4108.0, 4110.0, 4170.0, 4122.0, 4153.0, 4155.0, 4125.0, 4143.0, 4112.0, 4144.0, 4126.0, 4165.0, 4138.0, 4179.0, 4152.0, 4200.0, 4148.0, 4188.0, 4158.0, 4199.0, 4156.0, 4186.0, 4169.0, 4187.0, 4167.0, 4185.0, 4144.0, 4153.0, 4136.0, 4146.0, 4135.0, 4167.0, 4157.0, 4146.0, 4146.0, 4145.0, 4143.0, 4137.0, 4209.0, 4149.0, 4199.0, 4171.0, 4178.0, 4148.0, 4134.0, 4135.0, 4138.0, 4158.0, 4145.0, 4136.0, 4156.0, 4170.0, 4173.0, 4211.0, 4205.0, 4212.0, 4200.0, 4214.0, 4197.0, 4173.0, 4173.0, 4158.0, 4136.0, 4156.0, 4133.0, 4121.0, 4140.0, 4130.0, 4126.0, 4066.0, 4074.0, 4066.0, 4075.0, 4085.0, 4076.0, 4117.0, 4076.0, 4098.0, 4078.0, 4077.0, 4129.0, 4092.0, 4089.0, 4081.0, 4093.0, 4096.0, 4108.0, 4098.0, 4109.0, 4119.0, 4109.0, 4128.0, 4110.0, 4163.0, 4109.0, 4131.0, 4133.0, 4121.0, 4120.0, 4120.0, 4134.0, 4144.0, 4157.0, 4147.0, 4148.0, 4146.0, 4157.0, 4137.0, 4166.0, 4150.0, 4210.0, 4171.0, 4199.0, 4170.0, 4198.0, 4149.0, 4208.0, 4159.0, 4211.0, 4190.0, 4190.0, 4198.0, 4176.0, 4143.0, 4133.0, 4198.0, 4170.0, 4151.0, 4159.0, 4131.0, 4160.0, 4132.0, 4150.0, 4121.0, 4182.0, 4123.0, 4165.0, 4193.0, 4152.0, 4171.0, 4133.0, 4161.0, 4123.0, 4141.0, 4144.0, 4144.0, 4145.0, 4145.0, 4147.0, 4146.0, 4206.0, 4154.0, 4196.0, 4166.0, 4186.0, 4145.0, 4155.0, 4125.0, 4164.0, 4136.0, 4176.0, 4148.0, 4177.0, 4157.0, 4188.0, 4198.0, 4166.0, 4177.0, 4144.0, 4164.0, 4156.0, 4185.0, 4164.0, 4195.0, 4184.0, 4184.0, 4143.0, 4159.0, 4107.0, 4137.0, 4109.0, 4149.0, 4110.0, 4170.0, 4139.0, 4140.0, 4150.0, 4131.0, 4118.0, 4108.0, 4118.0, 4110.0, 4152.0, 4159.0, 4110.0, 4161.0, 4122.0, 4141.0, 4122.0, 4153.0, 4125.0, 4169.0, 4197.0, 4146.0, 4154.0, 4156.0, 4175.0, 4149.0, 4167.0, 4170.0, 4181.0, 4193.0, 4192.0, 4182.0, 4201.0, 4171.0, 4213.0, 4226.0, 4213.0, 4199.0, 4171.0, 4145.0, 4125.0, 4165.0, 4127.0, 4176.0, 4126.0, 4187.0, 4136.0, 4188.0, 4148.0, 4186.0, 4146.0, 4187.0, 4165.0, 4198.0, 4174.0, 4185.0, 4162.0, 4163.0, 4183.0, 4172.0, 4179.0, 4116.0, 4157.0, 4117.0, 4115.0, 4106.0, 4117.0, 4139.0, 4108.0, 4147.0, 4097.0, 4127.0, 4109.0, 4129.0, 4133.0, 4152.0, 4134.0, 4142.0, 4130.0, 4111.0, 4131.0, 4124.0, 4146.0, 4138.0, 4157.0, 4138.0, 4135.0, 4149.0, 4149.0, 4159.0, 4137.0, 4179.0, 4159.0, 4156.0, 4149.0, 4158.0, 4149.0, 4193.0, 4188.0, 4161.0, 4199.0, 4147.0, 4180.0, 4189.0, 4162.0, 4200.0, 4157.0, 4198.0, 4164.0, 4175.0, 4152.0, 4161.0, 4149.0, 4170.0, 4138.0, 4148.0, 4148.0, 4117.0, 4114.0, 4103.0, 4112.0, 4105.0, 4115.0, 4109.0, 4130.0, 4124.0, 4173.0, 4125.0, 4185.0, 4147.0, 4165.0, 4146.0, 4195.0, 4134.0, 4186.0, 4165.0, 4156.0, 4207.0, 4186.0, 4183.0, 4133.0, 4182.0, 4123.0, 4173.0, 4194.0, 4145.0, 4183.0, 4132.0, 4152.0, 4150.0, 4154.0, 4135.0, 4166.0, 4160.0, 4158.0, 4150.0, 4191.0, 4151.0, 4188.0, 4162.0, 4214.0, 4195.0, 4224.0, 4205.0, 4211.0, 4180.0, 4148.0, 4125.0, 4149.0, 4181.0, 4137.0, 4168.0, 4150.0, 4203.0, 4180.0, 4170.0, 4189.0, 4156.0, 4175.0, 4140.0, 4140.0, 4138.0, 4128.0, 4136.0, 4113.0, 4145.0, 4136.0, 4143.0, 4118.0, 4127.0, 4094.0, 4051.0, 4050.0, 4052.0, 4066.0, 4079.0, 4082.0, 4095.0, 4118.0, 4107.0, 4120.0, 4168.0, 4126.0, 4136.0, 4123.0, 4115.0, 4135.0, 4106.0, 4166.0, 4155.0, 4144.0, 4134.0, 4136.0, 4166.0, 4123.0, 4123.0, 4152.0, 4081.0, 4132.0, 4101.0, 4095.0, 4133.0, 4095.0, 4124.0, 4108.0, 4117.0, 4117.0, 4143.0, 4136.0, 4156.0, 4146.0, 4146.0, 4145.0, 4137.0, 4199.0, 4178.0, 4146.0, 4158.0, 4157.0, 4157.0, 4158.0, 4171.0, 4172.0, 4162.0, 4171.0, 4170.0, 4180.0, 4171.0, 4202.0, 4204.0, 4216.0, 4235.0, 4225.0, 4220.0, 4199.0, 4207.0, 4197.0, 4207.0, 4199.0, 4198.0, 4201.0, 4184.0, 4162.0, 4129.0, 4120.0, 4109.0, 4122.0, 4181.0, 4120.0, 4170.0, 4111.0, 4171.0, 4133.0, 4163.0, 4143.0, 4183.0, 4165.0, 4194.0, 4158.0, 4170.0, 4138.0, 4125.0, 4114.0, 4124.0, 4105.0, 4124.0, 4105.0, 4116.0, 4107.0, 4127.0, 4104.0, 4106.0, 4097.0, 4116.0, 4107.0], 'WindowWidth': [9422.0, 9339.0, 9378.0, 9348.0, 9285.0, 9301.0, 9285.0, 9285.0, 9241.0, 9288.0, 9325.0, 9248.0, 9282.0, 9244.0, 9279.0, 9243.0, 9288.0, 9285.0, 9277.0, 9249.0, 9287.0, 9263.0, 9268.0, 9324.0, 9268.0, 9340.0, 9276.0, 9286.0, 9243.0, 9263.0, 9305.0, 9246.0, 9300.0, 9247.0, 9330.0, 9315.0, 9239.0, 9280.0, 9233.0, 9228.0, 9231.0, 9219.0, 9218.0, 9268.0, 9339.0, 9274.0, 9307.0, 9258.0, 9279.0, 9239.0, 9260.0, 9222.0, 9278.0, 9238.0, 9308.0, 9307.0, 9276.0, 9276.0, 9224.0, 9209.0, 9194.0, 9213.0, 9240.0, 9211.0, 9234.0, 9207.0, 9213.0, 9211.0, 9253.0, 9232.0, 9281.0, 9275.0, 9226.0, 9207.0, 9212.0, 9238.0, 9216.0, 9244.0, 9239.0, 9238.0, 9233.0, 9234.0, 9203.0, 9235.0, 9299.0, 9240.0, 9215.0, 9260.0, 9238.0, 9231.0, 9221.0, 9245.0, 9237.0, 9236.0, 9227.0, 9259.0, 9323.0, 9270.0, 9267.0, 9250.0, 9238.0, 9234.0, 9239.0, 9281.0, 9250.0, 9290.0, 9263.0, 9263.0, 9233.0, 9263.0, 9317.0, 9265.0, 9331.0, 9304.0, 9268.0, 9230.0, 9223.0, 9275.0, 9225.0, 9296.0, 9241.0, 9289.0, 9298.0, 9241.0, 9296.0, 9271.0, 9273.0, 9309.0, 9236.0, 9288.0, 9250.0, 9254.0, 9250.0, 9216.0, 9222.0, 9233.0, 9224.0, 9241.0, 9318.0, 9267.0, 9260.0, 9217.0, 9219.0, 9204.0, 9224.0, 9275.0, 9226.0, 9279.0, 9255.0, 9240.0, 9245.0, 9242.0, 9246.0, 9265.0, 9328.0, 9271.0, 9266.0, 9247.0, 9219.0, 9216.0, 9223.0, 9276.0, 9227.0, 9285.0, 9257.0, 9245.0, 9245.0, 9273.0, 9318.0, 9250.0, 9241.0, 9294.0, 9246.0, 9216.0, 9232.0, 9232.0, 9219.0, 9225.0, 9266.0, 9250.0, 9303.0, 9282.0, 9293.0, 9281.0, 9304.0, 9266.0, 9332.0, 9343.0, 9276.0, 9315.0, 9270.0, 9250.0, 9225.0, 9285.0, 9280.0, 9280.0, 9253.0, 9248.0, 9289.0, 9263.0, 9330.0, 9294.0, 9233.0, 9189.0, 9188.0, 9163.0, 9198.0, 9183.0, 9216.0, 9213.0, 9263.0, 9290.0, 9229.0, 9208.0, 9201.0, 9238.0, 9204.0, 9283.0, 9309.0, 9231.0, 9252.0, 9225.0, 9209.0, 9199.0, 9215.0, 9214.0, 9226.0, 9301.0, 9252.0, 9246.0, 9224.0, 9204.0, 9253.0, 9204.0, 9244.0, 9240.0, 9239.0, 9266.0, 9228.0, 9296.0, 9245.0, 9219.0, 9245.0, 9226.0, 9294.0, 9238.0, 9274.0, 9221.0, 9260.0, 9232.0, 9223.0, 9306.0, 9260.0, 9258.0, 9266.0, 9207.0, 9202.0, 9181.0, 9180.0, 9199.0, 9196.0, 9244.0, 9209.0, 9211.0, 9214.0, 9213.0, 9243.0, 9300.0, 9249.0, 9267.0, 9250.0, 9225.0, 9289.0, 9236.0, 9272.0, 9215.0, 9240.0, 9192.0, 9287.0, 9234.0, 9284.0, 9288.0, 9260.0, 9257.0, 9203.0, 9238.0, 9188.0, 9268.0, 9215.0, 9281.0, 9295.0, 9253.0, 9247.0, 9206.0, 9190.0, 9210.0, 9213.0, 9217.0, 9204.0, 9233.0, 9205.0, 9228.0, 9208.0, 9285.0, 9286.0, 9195.0, 9260.0, 9286.0, 9208.0, 9204.0, 9190.0, 9182.0, 9246.0, 9180.0, 9225.0, 9237.0, 9224.0, 9210.0, 9215.0, 9279.0, 9236.0, 9234.0, 9247.0, 9229.0, 9313.0, 9243.0, 9297.0, 9254.0, 9279.0, 9249.0, 9249.0, 9308.0, 9261.0, 9322.0, 9258.0, 9223.0, 9215.0, 9206.0, 9221.0, 9214.0, 9248.0, 9241.0, 9296.0, 9294.0, 9262.0, 9292.0, 9316.0, 9304.0, 9296.0, 9275.0, 9306.0, 9254.0, 9224.0, 9223.0, 9248.0, 9261.0, 9278.0, 9238.0, 9294.0, 9278.0, 9268.0, 9216.0, 9238.0, 9221.0, 9283.0, 9293.0, 9259.0, 9254.0, 9218.0, 9258.0, 9220.0, 9292.0, 9255.0, 9276.0, 9254.0, 9261.0, 9213.0, 9251.0, 9226.0, 9249.0, 9226.0, 9282.0, 9274.0, 9317.0, 9301.0, 9231.0, 9235.0, 9308.0, 9233.0, 9247.0, 9251.0, 9202.0, 9201.0, 9171.0, 9173.0, 9158.0, 9164.0, 9244.0, 9183.0, 9226.0, 9233.0, 9188.0, 9210.0, 9170.0, 9214.0, 9192.0, 9243.0, 9215.0, 9269.0, 9240.0, 9300.0, 9226.0, 9278.0, 9239.0, 9295.0, 9233.0, 9273.0, 9257.0, 9279.0, 9253.0, 9271.0, 9217.0, 9225.0, 9210.0, 9224.0, 9207.0, 9250.0, 9240.0, 9223.0, 9221.0, 9219.0, 9214.0, 9214.0, 9318.0, 9232.0, 9298.0, 9265.0, 9267.0, 9224.0, 9201.0, 9209.0, 9218.0, 9244.0, 9220.0, 9210.0, 9241.0, 9265.0, 9272.0, 9322.0, 9318.0, 9327.0, 9305.0, 9332.0, 9302.0, 9254.0, 9258.0, 9224.0, 9187.0, 9222.0, 9178.0, 9158.0, 9186.0, 9169.0, 9160.0, 9078.0, 9086.0, 9077.0, 9089.0, 9102.0, 9092.0, 9146.0, 9094.0, 9125.0, 9098.0, 9096.0, 9168.0, 9123.0, 9116.0, 9110.0, 9127.0, 9138.0, 9156.0, 9144.0, 9160.0, 9171.0, 9158.0, 9181.0, 9159.0, 9236.0, 9160.0, 9193.0, 9202.0, 9177.0, 9178.0, 9178.0, 9204.0, 9219.0, 9239.0, 9227.0, 9230.0, 9225.0, 9242.0, 9214.0, 9252.0, 9235.0, 9317.0, 9264.0, 9299.0, 9261.0, 9296.0, 9231.0, 9310.0, 9246.0, 9324.0, 9290.0, 9289.0, 9294.0, 9261.0, 9211.0, 9199.0, 9301.0, 9242.0, 9215.0, 9226.0, 9190.0, 9229.0, 9194.0, 9216.0, 9182.0, 9262.0, 9186.0, 9246.0, 9280.0, 9223.0, 9246.0, 9197.0, 9234.0, 9186.0, 9209.0, 9215.0, 9216.0, 9219.0, 9218.0, 9224.0, 9220.0, 9305.0, 9227.0, 9288.0, 9247.0, 9274.0, 9215.0, 9229.0, 9190.0, 9241.0, 9207.0, 9260.0, 9226.0, 9264.0, 9237.0, 9280.0, 9291.0, 9245.0, 9261.0, 9212.0, 9239.0, 9229.0, 9271.0, 9240.0, 9290.0, 9267.0, 9269.0, 9208.0, 9223.0, 9153.0, 9191.0, 9159.0, 9209.0, 9160.0, 9243.0, 9198.0, 9200.0, 9214.0, 9189.0, 9168.0, 9156.0, 9170.0, 9163.0, 9221.0, 9223.0, 9162.0, 9233.0, 9180.0, 9206.0, 9183.0, 9224.0, 9192.0, 9256.0, 9293.0, 9222.0, 9228.0, 9233.0, 9259.0, 9229.0, 9254.0, 9262.0, 9279.0, 9296.0, 9295.0, 9280.0, 9305.0, 9263.0, 9325.0, 9345.0, 9321.0, 9294.0, 9257.0, 9213.0, 9187.0, 9241.0, 9192.0, 9258.0, 9191.0, 9275.0, 9205.0, 9278.0, 9224.0, 9273.0, 9216.0, 9277.0, 9241.0, 9295.0, 9253.0, 9270.0, 9232.0, 9234.0, 9263.0, 9246.0, 9255.0, 9161.0, 9217.0, 9166.0, 9159.0, 9148.0, 9165.0, 9197.0, 9156.0, 9204.0, 9141.0, 9181.0, 9160.0, 9186.0, 9199.0, 9223.0, 9201.0, 9208.0, 9191.0, 9165.0, 9192.0, 9187.0, 9220.0, 9213.0, 9238.0, 9214.0, 9207.0, 9231.0, 9233.0, 9244.0, 9211.0, 9272.0, 9242.0, 9233.0, 9227.0, 9239.0, 9228.0, 9291.0, 9275.0, 9242.0, 9292.0, 9217.0, 9266.0, 9274.0, 9244.0, 9295.0, 9230.0, 9290.0, 9233.0, 9252.0, 9212.0, 9225.0, 9206.0, 9236.0, 9188.0, 9204.0, 9207.0, 9166.0, 9156.0, 9144.0, 9152.0, 9147.0, 9162.0, 9162.0, 9193.0, 9191.0, 9255.0, 9195.0, 9273.0, 9225.0, 9244.0, 9222.0, 9288.0, 9204.0, 9276.0, 9245.0, 9234.0, 9304.0, 9272.0, 9263.0, 9198.0, 9262.0, 9183.0, 9253.0, 9280.0, 9217.0, 9267.0, 9196.0, 9222.0, 9236.0, 9230.0, 9209.0, 9250.0, 9250.0, 9243.0, 9234.0, 9293.0, 9242.0, 9283.0, 9256.0, 9332.0, 9305.0, 9342.0, 9314.0, 9318.0, 9272.0, 9223.0, 9187.0, 9226.0, 9275.0, 9209.0, 9248.0, 9226.0, 9309.0, 9267.0, 9252.0, 9280.0, 9223.0, 9254.0, 9193.0, 9192.0, 9185.0, 9171.0, 9180.0, 9143.0, 9196.0, 9184.0, 9193.0, 9145.0, 9160.0, 9108.0, 9044.0, 9045.0, 9051.0, 9078.0, 9104.0, 9114.0, 9134.0, 9171.0, 9155.0, 9177.0, 9239.0, 9176.0, 9188.0, 9166.0, 9155.0, 9182.0, 9145.0, 9231.0, 9211.0, 9196.0, 9182.0, 9187.0, 9233.0, 9163.0, 9164.0, 9205.0, 9108.0, 9177.0, 9135.0, 9134.0, 9180.0, 9134.0, 9174.0, 9158.0, 9171.0, 9174.0, 9214.0, 9212.0, 9237.0, 9223.0, 9224.0, 9222.0, 9213.0, 9300.0, 9268.0, 9225.0, 9244.0, 9240.0, 9242.0, 9245.0, 9269.0, 9269.0, 9257.0, 9266.0, 9266.0, 9278.0, 9267.0, 9312.0, 9319.0, 9335.0, 9363.0, 9344.0, 9332.0, 9298.0, 9307.0, 9292.0, 9310.0, 9296.0, 9301.0, 9304.0, 9268.0, 9233.0, 9185.0, 9173.0, 9158.0, 9180.0, 9260.0, 9172.0, 9240.0, 9162.0, 9244.0, 9195.0, 9238.0, 9210.0, 9268.0, 9243.0, 9288.0, 9224.0, 9238.0, 9193.0, 9170.0, 9156.0, 9166.0, 9144.0, 9168.0, 9146.0, 9161.0, 9152.0, 9177.0, 9144.0, 9148.0, 9138.0, 9164.0, 9155.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.002191666666666667</td></tr>
<tr><td colspan=3>aqi</td><td>0.041760429999999994</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.19519450338326</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2582881971461444</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0278372032220955</td></tr>
<tr><td colspan=3>efc</td><td>0.4662</td></tr>
<tr><td colspan=3>fber</td><td>6692.6924</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11128221425941091</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>79</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.080459770114942</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.497297664594671</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4298090329779294</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7028615719223947</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3592223888836887</td></tr>
<tr><td colspan=3>gcor</td><td>0.0267603</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01592722348868847</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023936154320836067</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.122070188901435</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.9961</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.6046</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.391</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302053.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>752.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.8069</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8921</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.9288</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3386.6812</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>74491.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1269.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4364.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.3657</td></tr>
<tr><td colspan=3>tsnr</td><td>32.90917552029714</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>