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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0076/ses-01/func/sub-0076_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c01c06ddf56fae5c93efee8972b32d9d</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>10:47:2.597500</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.999404, 0.00126565, -0.0344869, 0.00122101, 0.997405, 0.0719879]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10381</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7704, -7206, 685, 31, 43, -32, 65]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>244.77</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>c520922a-8d0b-4d2d-bd62-716753d97f2f||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.681328773498535, 0.0032758733723312616, -0.0931190773844719, 116.2338638305664], [-0.0033956393599510193, 2.675964117050171, 0.19436529278755188, -97.48538970947266], [-0.09252592921257019, -0.19313831627368927, 2.6913845539093018, -31.806289672851562], [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': ['104702.597500', '104703.057500', '104703.517500', '104703.977500', '104704.437500', '104704.897500', '104705.357500', '104705.817500', '104706.277500', '104706.737500', '104707.197500', '104707.657500', '104708.117500', '104708.577500', '104709.037500', '104709.497500', '104709.957500', '104710.417500', '104710.877500', '104711.337500', '104711.797500', '104712.257500', '104712.717500', '104713.177500', '104713.637500', '104714.097500', '104714.557500', '104715.017500', '104715.477500', '104715.937500', '104716.397500', '104716.857500', '104717.317500', '104717.777500', '104718.237500', '104718.697500', '104719.157500', '104719.617500', '104720.077500', '104720.537500', '104720.997500', '104721.457500', '104721.917500', '104722.377500', '104722.837500', '104723.297500', '104723.757500', '104724.217500', '104724.677500', '104725.137500', '104725.597500', '104726.057500', '104726.517500', '104726.977500', '104727.437500', '104727.897500', '104728.357500', '104728.817500', '104729.277500', '104729.737500', '104730.197500', '104730.657500', '104731.117500', '104731.577500', '104732.037500', '104732.497500', '104732.957500', '104733.417500', '104733.877500', '104734.337500', '104734.797500', '104735.257500', '104735.717500', '104736.177500', '104736.637500', '104737.097500', '104737.557500', '104738.017500', '104738.477500', '104738.937500', '104739.397500', '104739.857500', '104740.317500', '104740.777500', '104741.237500', '104741.697500', '104742.157500', '104742.617500', '104743.077500', '104743.537500', '104743.997500', '104744.457500', '104744.917500', '104745.377500', '104745.837500', '104746.297500', '104746.757500', '104747.217500', '104747.677500', '104748.137500', '104748.597500', '104749.057500', '104749.517500', '104749.977500', '104750.437500', '104750.897500', '104751.357500', '104751.817500', '104752.277500', '104752.737500', '104753.197500', '104753.657500', '104754.117500', '104754.577500', '104755.037500', '104755.497500', '104755.957500', '104756.417500', '104756.877500', '104757.337500', '104757.797500', '104758.257500', '104758.717500', '104759.177500', '104759.637500', '104800.097500', '104800.557500', '104801.017500', '104801.477500', '104801.937500', '104802.397500', '104802.857500', '104803.317500', '104803.777500', '104804.237500', '104804.697500', '104805.157500', '104805.617500', '104806.077500', '104806.537500', '104806.997500', '104807.457500', '104807.917500', '104808.377500', '104808.837500', '104809.297500', '104809.757500', '104810.217500', '104810.677500', '104811.137500', '104811.597500', '104812.057500', '104812.517500', '104812.977500', '104813.437500', '104813.897500', '104814.357500', '104814.817500', '104815.277500', '104815.737500', '104816.197500', '104816.657500', '104817.117500', '104817.577500', '104818.037500', '104818.497500', '104818.957500', '104819.417500', '104819.877500', '104820.337500', '104820.797500', '104821.257500', '104821.717500', '104822.177500', '104822.637500', '104823.097500', '104823.557500', '104824.017500', '104824.477500', '104824.937500', '104825.397500', '104825.857500', '104826.317500', '104826.777500', '104827.237500', '104827.697500', '104828.157500', '104828.617500', '104829.077500', '104829.537500', '104829.997500', '104830.457500', '104830.917500', '104831.377500', '104831.837500', '104832.297500', '104832.757500', '104833.217500', '104833.677500', '104834.137500', '104834.597500', '104835.057500', '104835.517500', '104835.977500', '104836.437500', '104836.897500', '104837.357500', '104837.817500', '104838.277500', '104838.737500', '104839.197500', '104839.657500', '104840.117500', '104840.577500', '104841.037500', '104841.497500', '104841.957500', '104842.417500', '104842.877500', '104843.337500', '104843.797500', '104844.257500', '104844.717500', '104845.177500', '104845.637500', '104846.097500', '104846.557500', '104847.017500', '104847.477500', '104847.937500', '104848.397500', '104848.857500', '104849.317500', '104849.777500', '104850.237500', '104850.697500', '104851.157500', '104851.617500', '104852.077500', '104852.537500', '104852.997500', '104853.457500', '104853.917500', '104854.377500', '104854.837500', '104855.297500', '104855.757500', '104856.217500', '104856.677500', '104857.137500', '104857.597500', '104858.057500', '104858.517500', '104858.977500', '104859.437500', '104859.897500', '104900.357500', '104900.817500', '104901.277500', '104901.737500', '104902.197500', '104902.657500', '104903.117500', '104903.577500', '104904.037500', '104904.497500', '104904.957500', '104905.417500', '104905.877500', '104906.337500', '104906.797500', '104907.257500', '104907.717500', '104908.177500', '104908.637500', '104909.097500', '104909.557500', '104910.017500', '104910.477500', '104910.937500', '104911.397500', '104911.857500', '104912.317500', '104912.777500', '104913.237500', '104913.697500', '104914.157500', '104914.617500', '104915.077500', '104915.537500', '104915.997500', '104916.457500', '104916.917500', '104917.377500', '104917.837500', '104918.297500', '104918.757500', '104919.217500', '104919.677500', '104920.137500', '104920.597500', '104921.057500', '104921.517500', '104921.977500', '104922.437500', '104922.897500', '104923.357500', '104923.817500', '104924.277500', '104924.737500', '104925.197500', '104925.657500', '104926.117500', '104926.577500', '104927.037500', '104927.497500', '104927.957500', '104928.417500', '104928.877500', '104929.337500', '104929.797500', '104930.257500', '104930.717500', '104931.177500', '104931.637500', '104932.097500', '104932.557500', '104933.017500', '104933.477500', '104933.937500', '104934.397500', '104934.857500', '104935.317500', '104935.777500', '104936.237500', '104936.697500', '104937.157500', '104937.617500', '104938.077500', '104938.537500', '104938.997500', '104939.457500', '104939.917500', '104940.377500', '104940.837500', '104941.297500', '104941.757500', '104942.217500', '104942.677500', '104943.137500', '104943.597500', '104944.057500', '104944.517500', '104944.977500', '104945.437500', '104945.897500', '104946.357500', '104946.817500', '104947.277500', '104947.737500', '104948.197500', '104948.657500', '104949.117500', '104949.577500', '104950.037500', '104950.497500', '104950.957500', '104951.417500', '104951.877500', '104952.337500', '104952.797500', '104953.257500', '104953.717500', '104954.177500', '104954.637500', '104955.097500', '104955.557500', '104956.017500', '104956.477500', '104956.937500', '104957.397500', '104957.857500', '104958.317500', '104958.777500', '104959.237500', '104959.697500', '105000.157500', '105000.617500', '105001.077500', '105001.537500', '105001.997500', '105002.457500', '105002.917500', '105003.377500', '105003.837500', '105004.297500', '105004.757500', '105005.217500', '105005.677500', '105006.137500', '105006.597500', '105007.057500', '105007.517500', '105007.977500', '105008.437500', '105008.897500', '105009.357500', '105009.817500', '105010.277500', '105010.737500', '105011.197500', '105011.657500', '105012.117500', '105012.577500', '105013.037500', '105013.497500', '105013.957500', '105014.417500', '105014.877500', '105015.337500', '105015.797500', '105016.257500', '105016.717500', '105017.177500', '105017.637500', '105018.097500', '105018.557500', '105019.017500', '105019.477500', '105019.937500', '105020.397500', '105020.857500', '105021.317500', '105021.777500', '105022.237500', '105022.697500', '105023.157500', '105023.617500', '105024.077500', '105024.537500', '105024.997500', '105025.457500', '105025.917500', '105026.377500', '105026.837500', '105027.297500', '105027.757500', '105028.217500', '105028.677500', '105029.137500', '105029.597500', '105030.057500', '105030.517500', '105030.977500', '105031.437500', '105031.897500', '105032.357500', '105032.817500', '105033.277500', '105033.737500', '105034.197500', '105034.657500', '105035.117500', '105035.577500', '105036.037500', '105036.497500', '105036.957500', '105037.417500', '105037.877500', '105038.337500', '105038.797500', '105039.257500', '105039.717500', '105040.177500', '105040.637500', '105041.097500', '105041.557500', '105042.017500', '105042.477500', '105042.937500', '105043.397500', '105043.857500', '105044.317500', '105044.777500', '105045.237500', '105045.697500', '105046.157500', '105046.617500', '105047.077500', '105047.537500', '105047.997500', '105048.457500', '105048.917500', '105049.377500', '105049.837500', '105050.297500', '105050.757500', '105051.217500', '105051.677500', '105052.137500', '105052.597500', '105053.057500', '105053.517500', '105053.977500', '105054.437500', '105054.897500', '105055.357500', '105055.817500', '105056.277500', '105056.737500', '105057.197500', '105057.657500', '105058.117500', '105058.577500', '105059.037500', '105059.497500', '105059.957500', '105100.417500', '105100.877500', '105101.337500', '105101.797500', '105102.257500', '105102.717500', '105103.177500', '105103.637500', '105104.097500', '105104.557500', '105105.017500', '105105.477500', '105105.937500', '105106.397500', '105106.857500', '105107.317500', '105107.777500', '105108.237500', '105108.697500', '105109.157500', '105109.617500', '105110.077500', '105110.537500', '105110.997500', '105111.457500', '105111.917500', '105112.377500', '105112.837500', '105113.297500', '105113.757500', '105114.217500', '105114.677500', '105115.137500', '105115.597500', '105116.057500', '105116.517500', '105116.977500', '105117.437500', '105117.897500', '105118.357500', '105118.817500', '105119.277500', '105119.737500', '105120.197500', '105120.657500', '105121.117500', '105121.577500', '105122.037500', '105122.497500', '105122.957500', '105123.417500', '105123.877500', '105124.337500', '105124.797500', '105125.257500', '105125.717500', '105126.177500', '105126.637500', '105127.097500', '105127.557500', '105128.017500', '105128.477500', '105128.937500', '105129.397500', '105129.857500', '105130.317500', '105130.777500', '105131.237500', '105131.697500', '105132.157500', '105132.617500', '105133.077500', '105133.537500', '105133.997500', '105134.457500', '105134.917500', '105135.377500', '105135.837500', '105136.297500', '105136.757500', '105137.217500', '105137.677500', '105138.137500', '105138.597500', '105139.057500', '105139.517500', '105139.977500', '105140.437500', '105140.897500', '105141.357500', '105141.817500', '105142.277500', '105142.737500', '105143.197500', '105143.657500', '105144.117500', '105144.577500', '105145.037500', '105145.497500', '105145.957500', '105146.417500', '105146.877500', '105147.337500', '105147.797500', '105148.257500', '105148.717500', '105149.177500', '105149.637500', '105150.097500', '105150.557500', '105151.017500', '105151.477500', '105151.937500', '105152.397500', '105152.857500', '105153.317500', '105153.777500', '105154.237500', '105154.697500', '105155.157500', '105155.617500', '105156.077500', '105156.537500', '105156.997500', '105157.457500', '105157.917500', '105158.377500', '105158.837500', '105159.297500', '105159.757500', '105200.217500', '105200.677500', '105201.137500', '105201.597500', '105202.057500', '105202.517500', '105202.977500', '105203.437500', '105203.897500', '105204.357500', '105204.817500', '105205.277500', '105205.737500', '105206.197500', '105206.657500', '105207.117500', '105207.577500', '105208.037500', '105208.497500', '105208.957500', '105209.417500', '105209.877500', '105210.337500', '105210.797500', '105211.257500', '105211.717500', '105212.177500', '105212.637500', '105213.097500', '105213.557500', '105214.017500', '105214.477500', '105214.937500', '105215.397500', '105215.857500', '105216.317500', '105216.777500', '105217.237500', '105217.697500', '105218.157500', '105218.617500', '105219.077500', '105219.537500', '105219.997500', '105220.457500', '105220.917500', '105221.377500', '105221.837500', '105222.297500', '105222.757500', '105223.217500', '105223.677500', '105224.137500', '105224.597500', '105225.057500', '105225.517500', '105225.977500', '105226.437500', '105226.897500', '105227.357500', '105227.817500', '105228.277500', '105228.737500', '105229.197500', '105229.657500', '105230.117500', '105230.577500', '105231.037500', '105231.497500', '105231.957500', '105232.417500', '105232.877500', '105233.337500', '105233.797500', '105234.257500', '105234.717500', '105235.177500', '105235.637500', '105236.097500', '105236.557500', '105237.017500', '105237.477500', '105237.937500', '105238.397500', '105238.857500', '105239.317500', '105239.777500', '105240.237500', '105240.697500', '105241.157500', '105241.617500', '105242.077500', '105242.537500', '105242.997500', '105243.457500', '105243.917500', '105244.377500', '105244.837500', '105245.297500', '105245.757500', '105246.217500', '105246.677500', '105247.137500', '105247.597500', '105248.057500', '105248.517500', '105248.977500', '105249.437500', '105249.897500', '105250.357500', '105250.817500', '105251.277500', '105251.737500', '105252.197500', '105252.657500', '105253.117500', '105253.577500', '105254.037500', '105254.497500', '105254.957500', '105255.417500', '105255.877500', '105256.337500', '105256.797500', '105257.257500', '105257.717500', '105258.177500', '105258.637500', '105259.097500', '105259.557500', '105300.017500', '105300.477500', '105300.937500', '105301.397500', '105301.857500', '105302.317500', '105302.777500', '105303.237500', '105303.697500', '105304.157500', '105304.617500', '105305.077500', '105305.537500', '105305.997500', '105306.457500', '105306.917500', '105307.377500', '105307.837500', '105308.297500', '105308.757500', '105309.217500', '105309.677500', '105310.137500', '105310.597500', '105311.057500', '105311.517500', '105311.977500', '105312.437500', '105312.897500', '105313.357500', '105313.817500', '105314.277500', '105314.737500', '105315.197500', '105315.657500', '105316.117500', '105316.577500', '105317.037500', '105317.497500', '105317.957500', '105318.417500', '105318.877500', '105319.337500', '105319.797500', '105320.257500', '105320.717500', '105321.177500', '105321.637500', '105322.097500', '105322.557500', '105323.017500', '105323.477500', '105323.937500', '105324.397500', '105324.857500', '105325.317500', '105325.777500', '105326.237500', '105326.697500', '105327.157500', '105327.617500', '105328.077500', '105328.537500', '105328.997500', '105329.457500', '105329.917500', '105330.377500', '105330.837500', '105331.297500', '105331.757500', '105332.217500', '105332.677500', '105333.137500', '105333.597500', '105334.057500', '105334.517500', '105334.977500', '105335.437500', '105335.897500', '105336.357500', '105336.817500', '105337.277500', '105337.737500', '105338.197500', '105338.657500', '105339.117500', '105339.577500', '105340.037500', '105340.497500', '105340.957500', '105341.417500', '105341.877500', '105342.337500', '105342.797500', '105343.257500'], 'ContentTime': ['104715.282000', '104715.285000', '104715.288000', '104715.291000', '104715.293000', '104715.305000', '104715.308000', '104715.311000', '104715.313000', '104715.316000', '104715.318000', '104715.321000', '104715.323000', '104715.326000', '104715.328000', '104715.331000', '104715.333000', '104715.339000', '104715.341000', '104715.344000', '104715.346000', '104715.349000', '104715.351000', '104715.354000', '104735.253000', '104735.256000', '104735.259000', '104735.261000', '104735.264000', '104735.266000', '104735.270000', '104735.273000', '104735.276000', '104735.279000', '104735.282000', '104735.285000', '104735.287000', '104735.290000', '104735.292000', '104735.295000', '104735.297000', '104735.300000', '104735.303000', '104735.305000', '104735.308000', '104735.310000', '104735.313000', '104735.315000', '104735.318000', '104735.320000', '104735.323000', '104735.325000', '104735.328000', '104735.331000', '104735.333000', '104735.336000', '104735.338000', '104735.341000', '104735.343000', '104735.346000', '104735.349000', '104735.353000', '104735.356000', '104735.358000', '104735.361000', '104735.363000', '104735.366000', '104755.254000', '104755.256000', '104755.259000', '104755.261000', '104755.264000', '104755.267000', '104755.269000', '104755.272000', '104755.274000', '104755.277000', '104755.279000', '104755.282000', '104755.284000', '104755.287000', '104755.289000', '104755.292000', '104755.294000', '104755.297000', '104755.299000', '104755.302000', '104755.307000', '104755.310000', '104755.312000', '104755.315000', '104755.317000', '104755.320000', '104755.322000', '104755.325000', '104755.328000', '104755.330000', '104755.333000', '104755.335000', '104755.338000', '104755.340000', '104755.343000', '104755.345000', '104755.348000', '104755.350000', '104755.353000', '104755.356000', '104755.358000', '104755.361000', '104755.363000', '104755.366000', '104815.253000', '104815.256000', '104815.259000', '104815.261000', '104815.264000', '104815.267000', '104815.269000', '104815.272000', '104815.274000', '104815.277000', '104815.279000', '104815.282000', '104815.284000', '104815.287000', '104815.289000', '104815.292000', '104815.294000', '104815.297000', '104815.300000', '104815.302000', '104815.305000', '104815.307000', '104815.310000', '104815.312000', '104815.315000', '104815.317000', '104815.320000', '104815.322000', '104815.325000', '104815.341000', '104815.343000', '104815.346000', '104815.348000', '104815.351000', '104815.353000', '104815.356000', '104815.359000', '104815.361000', '104815.364000', '104815.366000', '104815.370000', '104815.373000', '104815.375000', '104835.254000', '104835.256000', '104835.259000', '104835.261000', '104835.264000', '104835.267000', '104835.269000', '104835.272000', '104835.274000', '104835.277000', '104835.279000', '104835.282000', '104835.284000', '104835.287000', '104835.289000', '104835.292000', '104835.295000', '104835.297000', '104835.300000', '104835.302000', '104835.305000', '104835.307000', '104835.310000', '104835.312000', '104835.315000', '104835.318000', '104835.320000', '104835.323000', '104835.325000', '104835.328000', '104835.330000', '104835.333000', '104835.336000', '104835.338000', '104835.341000', '104835.343000', '104835.346000', '104835.348000', '104835.351000', '104835.353000', '104835.356000', '104835.358000', '104835.361000', '104835.364000', '104855.254000', '104855.256000', '104855.259000', '104855.262000', '104855.264000', '104855.267000', '104855.270000', '104855.272000', '104855.275000', '104855.278000', '104855.280000', '104855.283000', '104855.285000', '104855.288000', '104855.290000', '104855.293000', '104855.296000', '104855.298000', '104855.301000', '104855.303000', '104855.306000', '104855.308000', '104855.311000', '104855.314000', '104855.316000', '104855.319000', '104855.323000', '104855.325000', '104855.328000', '104855.330000', '104855.333000', '104855.335000', '104855.338000', '104855.341000', '104855.343000', '104855.346000', '104855.348000', '104855.351000', '104855.353000', '104855.356000', '104855.358000', '104855.361000', '104855.363000', '104915.253000', '104915.256000', '104915.259000', '104915.261000', '104915.264000', '104915.267000', '104915.269000', '104915.272000', '104915.274000', '104915.277000', '104915.279000', '104915.282000', '104915.284000', '104915.287000', '104915.290000', '104915.292000', '104915.295000', '104915.297000', '104915.300000', '104915.302000', '104915.305000', '104915.307000', '104915.310000', '104915.312000', '104915.315000', '104915.318000', '104915.320000', '104915.323000', '104915.325000', '104915.328000', '104915.330000', '104915.333000', '104915.335000', '104915.338000', '104915.341000', '104915.343000', '104915.346000', '104915.348000', '104915.351000', '104915.353000', '104915.356000', '104915.359000', '104915.361000', '104915.364000', '104935.253000', '104935.256000', '104935.259000', '104935.261000', '104935.264000', '104935.267000', '104935.269000', '104935.272000', '104935.274000', '104935.277000', '104935.279000', '104935.282000', '104935.284000', '104935.287000', '104935.290000', '104935.292000', '104935.295000', '104935.297000', '104935.300000', '104935.303000', '104935.306000', '104935.309000', '104935.312000', '104935.314000', '104935.317000', '104935.319000', '104935.322000', '104935.325000', '104935.327000', '104935.330000', '104935.332000', '104935.335000', '104935.337000', '104935.340000', '104935.343000', '104935.345000', '104935.348000', '104935.350000', '104935.353000', '104935.355000', '104935.358000', '104935.361000', '104935.363000', '104955.254000', '104955.256000', '104955.259000', '104955.262000', '104955.264000', '104955.267000', '104955.269000', '104955.272000', '104955.274000', '104955.277000', '104955.280000', '104955.282000', '104955.285000', '104955.287000', '104955.290000', '104955.292000', '104955.295000', '104955.298000', '104955.300000', '104955.303000', '104955.305000', '104955.308000', '104955.310000', '104955.313000', '104955.316000', '104955.331000', '104955.334000', '104955.337000', '104955.339000', '104955.342000', '104955.344000', '104955.347000', '104955.349000', '104955.352000', '104955.355000', '104955.357000', '104955.360000', '104955.362000', '104955.365000', '104955.367000', '104955.370000', '104955.372000', '104955.375000', '104955.378000', '105015.253000', '105015.256000', '105015.259000', '105015.261000', '105015.264000', '105015.267000', '105015.269000', '105015.272000', '105015.274000', '105015.277000', '105015.279000', '105015.282000', '105015.285000', '105015.287000', '105015.290000', '105015.292000', '105015.295000', '105015.297000', '105015.300000', '105015.303000', '105015.305000', '105015.308000', '105015.310000', '105015.313000', '105015.315000', '105015.318000', '105015.320000', '105015.323000', '105015.326000', '105015.328000', '105015.331000', '105015.333000', '105015.336000', '105015.338000', '105015.341000', '105015.343000', '105015.346000', '105015.349000', '105015.351000', '105015.354000', '105015.356000', '105015.359000', '105015.361000', '105035.253000', '105035.256000', '105035.259000', '105035.261000', '105035.264000', '105035.267000', '105035.269000', '105035.272000', '105035.274000', '105035.277000', '105035.279000', '105035.282000', '105035.284000', '105035.287000', '105035.290000', '105035.292000', '105035.295000', '105035.297000', '105035.300000', '105035.302000', '105035.305000', '105035.307000', '105035.310000', '105035.312000', '105035.315000', '105035.318000', '105035.321000', '105035.323000', '105035.326000', '105035.328000', '105035.331000', '105035.333000', '105035.336000', '105035.339000', '105035.341000', '105035.344000', '105035.346000', '105035.349000', '105035.351000', '105035.354000', '105035.356000', '105035.359000', '105035.361000', '105035.364000', '105055.253000', '105055.256000', '105055.259000', '105055.261000', '105055.264000', '105055.266000', '105055.269000', '105055.272000', '105055.274000', '105055.277000', '105055.280000', '105055.282000', '105055.285000', '105055.287000', '105055.290000', '105055.292000', '105055.295000', '105055.297000', '105055.300000', '105055.303000', '105055.305000', '105055.308000', '105055.311000', '105055.314000', '105055.316000', '105055.319000', '105055.321000', '105055.324000', '105055.326000', '105055.329000', '105055.331000', '105055.334000', '105055.336000', '105055.339000', '105055.342000', '105055.344000', '105055.347000', '105055.349000', '105055.352000', '105055.355000', '105055.357000', '105055.360000', '105055.362000', '105115.254000', '105115.256000', '105115.259000', '105115.262000', '105115.264000', '105115.267000', '105115.269000', '105115.272000', '105115.274000', '105115.277000', '105115.279000', '105115.282000', '105115.285000', '105115.287000', '105115.290000', '105115.292000', '105115.295000', '105115.297000', '105115.300000', '105115.303000', '105115.305000', '105115.308000', '105115.315000', '105115.318000', '105115.321000', '105115.323000', '105115.326000', '105115.328000', '105115.331000', '105115.333000', '105115.336000', '105115.339000', '105115.341000', '105115.344000', '105115.346000', '105115.349000', '105115.352000', '105115.354000', '105115.357000', '105115.359000', '105115.362000', '105115.364000', '105115.367000', '105115.369000', '105135.253000', '105135.256000', '105135.259000', '105135.261000', '105135.264000', '105135.267000', '105135.269000', '105135.272000', '105135.274000', '105135.277000', '105135.280000', '105135.282000', '105135.285000', '105135.287000', '105135.290000', '105135.292000', '105135.295000', '105135.298000', '105135.300000', '105135.303000', '105135.305000', '105135.308000', '105135.311000', '105135.313000', '105135.316000', '105135.318000', '105135.321000', '105135.323000', '105135.326000', '105135.329000', '105135.332000', '105135.335000', '105135.338000', '105135.341000', '105135.343000', '105135.346000', '105135.349000', '105135.351000', '105135.354000', '105135.356000', '105135.359000', '105135.361000', '105135.364000', '105155.254000', '105155.256000', '105155.259000', '105155.261000', '105155.264000', '105155.267000', '105155.269000', '105155.272000', '105155.274000', '105155.277000', '105155.280000', '105155.282000', '105155.285000', '105155.287000', '105155.290000', '105155.292000', '105155.295000', '105155.297000', '105155.300000', '105155.303000', '105155.305000', '105155.308000', '105155.310000', '105155.313000', '105155.316000', '105155.318000', '105155.321000', '105155.323000', '105155.326000', '105155.328000', '105155.331000', '105155.333000', '105155.336000', '105155.339000', '105155.341000', '105155.344000', '105155.346000', '105155.349000', '105155.351000', '105155.354000', '105155.357000', '105155.359000', '105155.362000', '105155.364000', '105215.253000', '105215.256000', '105215.259000', '105215.261000', '105215.264000', '105215.267000', '105215.269000', '105215.272000', '105215.274000', '105215.277000', '105215.279000', '105215.282000', '105215.284000', '105215.287000', '105215.290000', '105215.292000', '105215.295000', '105215.297000', '105215.300000', '105215.303000', '105215.305000', '105215.308000', '105215.310000', '105215.313000', '105215.316000', '105215.318000', '105215.321000', '105215.323000', '105215.326000', '105215.328000', '105215.331000', '105215.333000', '105215.336000', '105215.339000', '105215.341000', '105215.344000', '105215.346000', '105215.349000', '105215.351000', '105215.354000', '105215.356000', '105215.359000', '105215.362000', '105235.254000', '105235.256000', '105235.259000', '105235.262000', '105235.264000', '105235.267000', '105235.269000', '105235.272000', '105235.274000', '105235.277000', '105235.280000', '105235.282000', '105235.285000', '105235.287000', '105235.290000', '105235.292000', '105235.295000', '105235.297000', '105235.300000', '105235.303000', '105235.305000', '105235.308000', '105235.310000', '105235.313000', '105235.315000', '105235.318000', '105235.321000', '105235.323000', '105235.326000', '105235.328000', '105235.331000', '105235.333000', '105235.336000', '105235.338000', '105235.341000', '105235.344000', '105235.346000', '105235.349000', '105235.351000', '105235.354000', '105235.357000', '105235.359000', '105235.362000', '105235.364000', '105255.253000', '105255.256000', '105255.259000', '105255.261000', '105255.264000', '105255.267000', '105255.269000', '105255.272000', '105255.274000', '105255.277000', '105255.280000', '105255.282000', '105255.285000', '105255.287000', '105255.290000', '105255.292000', '105255.295000', '105255.305000', '105255.307000', '105255.310000', '105255.313000', '105255.315000', '105255.318000', '105255.320000', '105255.323000', '105255.325000', '105255.328000', '105255.330000', '105255.333000', '105255.336000', '105255.338000', '105255.341000', '105255.343000', '105255.346000', '105255.348000', '105255.351000', '105255.354000', '105255.356000', '105255.359000', '105255.361000', '105255.364000', '105255.366000', '105255.369000', '105315.253000', '105315.256000', '105315.259000', '105315.261000', '105315.264000', '105315.267000', '105315.269000', '105315.272000', '105315.274000', '105315.277000', '105315.279000', '105315.282000', '105315.284000', '105315.287000', '105315.289000', '105315.292000', '105315.294000', '105315.297000', '105315.300000', '105315.302000', '105315.305000', '105315.307000', '105315.310000', '105315.312000', '105315.315000', '105315.319000', '105315.321000', '105315.324000', '105315.326000', '105315.329000', '105315.331000', '105315.334000', '105315.337000', '105315.339000', '105315.342000', '105315.344000', '105315.347000', '105315.349000', '105315.352000', '105315.354000', '105315.357000', '105315.360000', '105315.362000', '105315.365000', '105335.254000', '105335.256000', '105335.259000', '105335.262000', '105335.264000', '105335.267000', '105335.269000', '105335.272000', '105335.274000', '105335.277000', '105335.280000', '105335.282000', '105335.285000', '105335.288000', '105335.290000', '105335.293000', '105335.295000', '105335.298000', '105335.300000', '105335.303000', '105335.305000', '105335.308000', '105335.311000', '105335.313000', '105335.316000', '105335.318000', '105335.321000', '105335.324000', '105335.326000', '105335.329000', '105335.331000', '105335.334000', '105335.337000', '105335.339000', '105335.342000', '105335.344000', '105335.347000', '105335.349000', '105335.352000', '105335.354000', '105335.357000', '105335.360000', '105335.362000', '105345.095000', '105345.099000', '105345.102000', '105345.105000', '105345.108000', '105345.111000', '105345.113000', '105345.116000', '105345.120000', '105345.123000', '105345.126000', '105345.128000', '105345.131000', '105345.134000', '105345.138000', '105345.141000', '105345.143000', '105345.146000', '105345.149000', '105345.152000', '105345.154000', '105345.157000'], 'InstanceCreationTime': ['104715.282000', '104715.285000', '104715.288000', '104715.291000', '104715.293000', '104715.305000', '104715.308000', '104715.311000', '104715.313000', '104715.316000', '104715.318000', '104715.321000', '104715.323000', '104715.326000', '104715.328000', '104715.331000', '104715.333000', '104715.339000', '104715.341000', '104715.344000', '104715.346000', '104715.349000', '104715.351000', '104715.354000', '104735.253000', '104735.256000', '104735.259000', '104735.261000', '104735.264000', '104735.266000', '104735.270000', '104735.273000', '104735.276000', '104735.279000', '104735.282000', '104735.285000', '104735.287000', '104735.290000', '104735.292000', '104735.295000', '104735.297000', '104735.300000', '104735.303000', '104735.305000', '104735.308000', '104735.310000', '104735.313000', '104735.315000', '104735.318000', '104735.320000', '104735.323000', '104735.325000', '104735.328000', '104735.331000', '104735.333000', '104735.336000', '104735.338000', '104735.341000', '104735.343000', '104735.346000', '104735.349000', '104735.353000', '104735.356000', '104735.358000', '104735.361000', '104735.363000', '104735.366000', '104755.254000', '104755.256000', '104755.259000', '104755.261000', '104755.264000', '104755.267000', '104755.269000', '104755.272000', '104755.274000', '104755.277000', '104755.279000', '104755.282000', '104755.284000', '104755.287000', '104755.289000', '104755.292000', '104755.294000', '104755.297000', '104755.299000', '104755.302000', '104755.307000', '104755.310000', '104755.312000', '104755.315000', '104755.317000', '104755.320000', '104755.322000', '104755.325000', '104755.328000', '104755.330000', '104755.333000', '104755.335000', '104755.338000', '104755.340000', '104755.343000', '104755.345000', '104755.348000', '104755.350000', '104755.353000', '104755.356000', '104755.358000', '104755.361000', '104755.363000', '104755.366000', '104815.253000', '104815.256000', '104815.259000', '104815.261000', '104815.264000', '104815.267000', '104815.269000', '104815.272000', '104815.274000', '104815.277000', '104815.279000', '104815.282000', '104815.284000', '104815.287000', '104815.289000', '104815.292000', '104815.294000', '104815.297000', '104815.300000', '104815.302000', '104815.305000', '104815.307000', '104815.310000', '104815.312000', '104815.315000', '104815.317000', '104815.320000', '104815.322000', '104815.325000', '104815.341000', '104815.343000', '104815.346000', '104815.348000', '104815.351000', '104815.353000', '104815.356000', '104815.359000', '104815.361000', '104815.364000', '104815.366000', '104815.370000', '104815.373000', '104815.375000', '104835.254000', '104835.256000', '104835.259000', '104835.261000', '104835.264000', '104835.267000', '104835.269000', '104835.272000', '104835.274000', '104835.277000', '104835.279000', '104835.282000', '104835.284000', '104835.287000', '104835.289000', '104835.292000', '104835.295000', '104835.297000', '104835.300000', '104835.302000', '104835.305000', '104835.307000', '104835.310000', '104835.312000', '104835.315000', '104835.318000', '104835.320000', '104835.323000', '104835.325000', '104835.328000', '104835.330000', '104835.333000', '104835.336000', '104835.338000', '104835.341000', '104835.343000', '104835.346000', '104835.348000', '104835.351000', '104835.353000', '104835.356000', '104835.358000', '104835.361000', '104835.364000', '104855.254000', '104855.256000', '104855.259000', '104855.262000', '104855.264000', '104855.267000', '104855.270000', '104855.272000', '104855.275000', '104855.278000', '104855.280000', '104855.283000', '104855.285000', '104855.288000', '104855.290000', '104855.293000', '104855.296000', '104855.298000', '104855.301000', '104855.303000', '104855.306000', '104855.308000', '104855.311000', '104855.314000', '104855.316000', '104855.319000', '104855.323000', '104855.325000', '104855.328000', '104855.330000', '104855.333000', '104855.335000', '104855.338000', '104855.341000', '104855.343000', '104855.346000', '104855.348000', '104855.351000', '104855.353000', '104855.356000', '104855.358000', '104855.361000', '104855.363000', '104915.253000', '104915.256000', '104915.259000', '104915.261000', '104915.264000', '104915.267000', '104915.269000', '104915.272000', '104915.274000', '104915.277000', '104915.279000', '104915.282000', '104915.284000', '104915.287000', '104915.290000', '104915.292000', '104915.295000', '104915.297000', '104915.300000', '104915.302000', '104915.305000', '104915.307000', '104915.310000', '104915.312000', '104915.315000', '104915.318000', '104915.320000', '104915.323000', '104915.325000', '104915.328000', '104915.330000', '104915.333000', '104915.335000', '104915.338000', '104915.341000', '104915.343000', '104915.346000', '104915.348000', '104915.351000', '104915.353000', '104915.356000', '104915.359000', '104915.361000', '104915.364000', '104935.253000', '104935.256000', '104935.259000', '104935.261000', '104935.264000', '104935.267000', '104935.269000', '104935.272000', '104935.274000', '104935.277000', '104935.279000', '104935.282000', '104935.284000', '104935.287000', '104935.290000', '104935.292000', '104935.295000', '104935.297000', '104935.300000', '104935.303000', '104935.306000', '104935.309000', '104935.312000', '104935.314000', '104935.317000', '104935.319000', '104935.322000', '104935.325000', '104935.327000', '104935.330000', '104935.332000', '104935.335000', '104935.337000', '104935.340000', '104935.343000', '104935.345000', '104935.348000', '104935.350000', '104935.353000', '104935.355000', '104935.358000', '104935.361000', '104935.363000', '104955.254000', '104955.256000', '104955.259000', '104955.262000', '104955.264000', '104955.267000', '104955.269000', '104955.272000', '104955.274000', '104955.277000', '104955.280000', '104955.282000', '104955.285000', '104955.287000', '104955.290000', '104955.292000', '104955.295000', '104955.298000', '104955.300000', '104955.303000', '104955.305000', '104955.308000', '104955.310000', '104955.313000', '104955.316000', '104955.331000', '104955.334000', '104955.337000', '104955.339000', '104955.342000', '104955.344000', '104955.347000', '104955.349000', '104955.352000', '104955.355000', '104955.357000', '104955.360000', '104955.362000', '104955.365000', '104955.367000', '104955.370000', '104955.372000', '104955.375000', '104955.378000', '105015.253000', '105015.256000', '105015.259000', '105015.261000', '105015.264000', '105015.267000', '105015.269000', '105015.272000', '105015.274000', '105015.277000', '105015.279000', '105015.282000', '105015.285000', '105015.287000', '105015.290000', '105015.292000', '105015.295000', '105015.297000', '105015.300000', '105015.303000', '105015.305000', '105015.308000', '105015.310000', '105015.313000', '105015.315000', '105015.318000', '105015.320000', '105015.323000', '105015.326000', '105015.328000', '105015.331000', '105015.333000', '105015.336000', '105015.338000', '105015.341000', '105015.343000', '105015.346000', '105015.349000', '105015.351000', '105015.354000', '105015.356000', '105015.359000', '105015.361000', '105035.253000', '105035.256000', '105035.259000', '105035.261000', '105035.264000', '105035.267000', '105035.269000', '105035.272000', '105035.274000', '105035.277000', '105035.279000', '105035.282000', '105035.284000', '105035.287000', '105035.290000', '105035.292000', '105035.295000', '105035.297000', '105035.300000', '105035.302000', '105035.305000', '105035.307000', '105035.310000', '105035.312000', '105035.315000', '105035.318000', '105035.321000', '105035.323000', '105035.326000', '105035.328000', '105035.331000', '105035.333000', '105035.336000', '105035.339000', '105035.341000', '105035.344000', '105035.346000', '105035.349000', '105035.351000', '105035.354000', '105035.356000', '105035.359000', '105035.361000', '105035.364000', '105055.253000', '105055.256000', '105055.259000', '105055.261000', '105055.264000', '105055.266000', '105055.269000', '105055.272000', '105055.274000', '105055.277000', '105055.280000', '105055.282000', '105055.285000', '105055.287000', '105055.290000', '105055.292000', '105055.295000', '105055.297000', '105055.300000', '105055.303000', '105055.305000', '105055.308000', '105055.311000', '105055.314000', '105055.316000', '105055.319000', '105055.321000', '105055.324000', '105055.326000', '105055.329000', '105055.331000', '105055.334000', '105055.336000', '105055.339000', '105055.342000', '105055.344000', '105055.347000', '105055.349000', '105055.352000', '105055.355000', '105055.357000', '105055.360000', '105055.362000', '105115.254000', '105115.256000', '105115.259000', '105115.262000', '105115.264000', '105115.267000', '105115.269000', '105115.272000', '105115.274000', '105115.277000', '105115.279000', '105115.282000', '105115.285000', '105115.287000', '105115.290000', '105115.292000', '105115.295000', '105115.297000', '105115.300000', '105115.303000', '105115.305000', '105115.308000', '105115.315000', '105115.318000', '105115.321000', '105115.323000', '105115.326000', '105115.328000', '105115.331000', '105115.333000', '105115.336000', '105115.339000', '105115.341000', '105115.344000', '105115.346000', '105115.349000', '105115.352000', '105115.354000', '105115.357000', '105115.359000', '105115.362000', '105115.364000', '105115.367000', '105115.369000', '105135.253000', '105135.256000', '105135.259000', '105135.261000', '105135.264000', '105135.267000', '105135.269000', '105135.272000', '105135.274000', '105135.277000', '105135.280000', '105135.282000', '105135.285000', '105135.287000', '105135.290000', '105135.292000', '105135.295000', '105135.298000', '105135.300000', '105135.303000', '105135.305000', '105135.308000', '105135.311000', '105135.313000', '105135.316000', '105135.318000', '105135.321000', '105135.323000', '105135.326000', '105135.329000', '105135.332000', '105135.335000', '105135.338000', '105135.341000', '105135.343000', '105135.346000', '105135.349000', '105135.351000', '105135.354000', '105135.356000', '105135.359000', '105135.361000', '105135.364000', '105155.254000', '105155.256000', '105155.259000', '105155.261000', '105155.264000', '105155.267000', '105155.269000', '105155.272000', '105155.274000', '105155.277000', '105155.280000', '105155.282000', '105155.285000', '105155.287000', '105155.290000', '105155.292000', '105155.295000', '105155.297000', '105155.300000', '105155.303000', '105155.305000', '105155.308000', '105155.310000', '105155.313000', '105155.316000', '105155.318000', '105155.321000', '105155.323000', '105155.326000', '105155.328000', '105155.331000', '105155.333000', '105155.336000', '105155.339000', '105155.341000', '105155.344000', '105155.346000', '105155.349000', '105155.351000', '105155.354000', '105155.357000', '105155.359000', '105155.362000', '105155.364000', '105215.253000', '105215.256000', '105215.259000', '105215.261000', '105215.264000', '105215.267000', '105215.269000', '105215.272000', '105215.274000', '105215.277000', '105215.279000', '105215.282000', '105215.284000', '105215.287000', '105215.290000', '105215.292000', '105215.295000', '105215.297000', '105215.300000', '105215.303000', '105215.305000', '105215.308000', '105215.310000', '105215.313000', '105215.316000', '105215.318000', '105215.321000', '105215.323000', '105215.326000', '105215.328000', '105215.331000', '105215.333000', '105215.336000', '105215.339000', '105215.341000', '105215.344000', '105215.346000', '105215.349000', '105215.351000', '105215.354000', '105215.356000', '105215.359000', '105215.362000', '105235.254000', '105235.256000', '105235.259000', '105235.262000', '105235.264000', '105235.267000', '105235.269000', '105235.272000', '105235.274000', '105235.277000', '105235.280000', '105235.282000', '105235.285000', '105235.287000', '105235.290000', '105235.292000', '105235.295000', '105235.297000', '105235.300000', '105235.303000', '105235.305000', '105235.308000', '105235.310000', '105235.313000', '105235.315000', '105235.318000', '105235.321000', '105235.323000', '105235.326000', '105235.328000', '105235.331000', '105235.333000', '105235.336000', '105235.338000', '105235.341000', '105235.344000', '105235.346000', '105235.349000', '105235.351000', '105235.354000', '105235.357000', '105235.359000', '105235.362000', '105235.364000', '105255.253000', '105255.256000', '105255.259000', '105255.261000', '105255.264000', '105255.267000', '105255.269000', '105255.272000', '105255.274000', '105255.277000', '105255.280000', '105255.282000', '105255.285000', '105255.287000', '105255.290000', '105255.292000', '105255.295000', '105255.305000', '105255.307000', '105255.310000', '105255.313000', '105255.315000', '105255.318000', '105255.320000', '105255.323000', '105255.325000', '105255.328000', '105255.330000', '105255.333000', '105255.336000', '105255.338000', '105255.341000', '105255.343000', '105255.346000', '105255.348000', '105255.351000', '105255.354000', '105255.356000', '105255.359000', '105255.361000', '105255.364000', '105255.366000', '105255.369000', '105315.253000', '105315.256000', '105315.259000', '105315.261000', '105315.264000', '105315.267000', '105315.269000', '105315.272000', '105315.274000', '105315.277000', '105315.279000', '105315.282000', '105315.284000', '105315.287000', '105315.289000', '105315.292000', '105315.294000', '105315.297000', '105315.300000', '105315.302000', '105315.305000', '105315.307000', '105315.310000', '105315.312000', '105315.315000', '105315.319000', '105315.321000', '105315.324000', '105315.326000', '105315.329000', '105315.331000', '105315.334000', '105315.337000', '105315.339000', '105315.342000', '105315.344000', '105315.347000', '105315.349000', '105315.352000', '105315.354000', '105315.357000', '105315.360000', '105315.362000', '105315.365000', '105335.254000', '105335.256000', '105335.259000', '105335.262000', '105335.264000', '105335.267000', '105335.269000', '105335.272000', '105335.274000', '105335.277000', '105335.280000', '105335.282000', '105335.285000', '105335.288000', '105335.290000', '105335.293000', '105335.295000', '105335.298000', '105335.300000', '105335.303000', '105335.305000', '105335.308000', '105335.311000', '105335.313000', '105335.316000', '105335.318000', '105335.321000', '105335.324000', '105335.326000', '105335.329000', '105335.331000', '105335.334000', '105335.337000', '105335.339000', '105335.342000', '105335.344000', '105335.347000', '105335.349000', '105335.352000', '105335.354000', '105335.357000', '105335.360000', '105335.362000', '105345.095000', '105345.099000', '105345.102000', '105345.105000', '105345.108000', '105345.111000', '105345.113000', '105345.116000', '105345.120000', '105345.123000', '105345.126000', '105345.128000', '105345.131000', '105345.134000', '105345.138000', '105345.141000', '105345.143000', '105345.146000', '105345.149000', '105345.152000', '105345.154000', '105345.157000'], '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': [14576, 11479, 12891, 13760, 11201, 13245, 14757, 11302, 12582, 14416, 11053, 12973, 11351, 12338, 13551, 15149, 11211, 12871, 14094, 11178, 13435, 13753, 11567, 13352, 13558, 11853, 13773, 13624, 11254, 13366, 14293, 12196, 14071, 14746, 12764, 14042, 13728, 13122, 13997, 16153, 13001, 14225, 14847, 12884, 14332, 14119, 12747, 13997, 13652, 12453, 13992, 12854, 13160, 13919, 13811, 12799, 13994, 11583, 12994, 14150, 12611, 12861, 14649, 11125, 13395, 11891, 11058, 13414, 12108, 11882, 13979, 13328, 11991, 14091, 14382, 12295, 13597, 13580, 11698, 13724, 11926, 11463, 13471, 10520, 12594, 13850, 10384, 12586, 10675, 10596, 12259, 13218, 11195, 12652, 13074, 11242, 12936, 12716, 12001, 13477, 13287, 11803, 13610, 13310, 12586, 13966, 14972, 11765, 13416, 13442, 11779, 13307, 13611, 10970, 13109, 12254, 10865, 13109, 12562, 11112, 13411, 12165, 11176, 13378, 12075, 11946, 13797, 13276, 11872, 13994, 11991, 12500, 13994, 14736, 12090, 14060, 13865, 11868, 13677, 10611, 13339, 14188, 10774, 12444, 14157, 11061, 12963, 14476, 11342, 13716, 14487, 12337, 12753, 14410, 11315, 13232, 14560, 10942, 13160, 11194, 10854, 13383, 14665, 10558, 13444, 13941, 14272, 12954, 14012, 14699, 12144, 13419, 13071, 11360, 13332, 12069, 11632, 13336, 13318, 11577, 13573, 13016, 11993, 13283, 13562, 11468, 13327, 13575, 10687, 13536, 12896, 12367, 14181, 13900, 11755, 13638, 13900, 12619, 13833, 13982, 11733, 13840, 14249, 11077, 13683, 13603, 10810, 13771, 13977, 10606, 13582, 13219, 11744, 13244, 13920, 11312, 13372, 13028, 11870, 13452, 13587, 11540, 13342, 12201, 11609, 13902, 10439, 12987, 14094, 13813, 13041, 14253, 15100, 12848, 13739, 14675, 11751, 13634, 13573, 11073, 13129, 14139, 10591, 13517, 14195, 10819, 13281, 14545, 10509, 13251, 14367, 11078, 13313, 14491, 10608, 12889, 12658, 10562, 13115, 12205, 10254, 13040, 11542, 11928, 13631, 13790, 11987, 14058, 13950, 11882, 13673, 13990, 12415, 13915, 14457, 11188, 13227, 11370, 12573, 13461, 11013, 12573, 13856, 10420, 12602, 13902, 10725, 13308, 14022, 11242, 12962, 14461, 11149, 13189, 14176, 12361, 13142, 14210, 11440, 13393, 14067, 11596, 13809, 14178, 10624, 13676, 14569, 11145, 14038, 14181, 12809, 13509, 14513, 12720, 13215, 14387, 14103, 12838, 14401, 12824, 12482, 13952, 12337, 12379, 14264, 12746, 11915, 13810, 11789, 12175, 14088, 13925, 11729, 13682, 11649, 11913, 13877, 12361, 12189, 13968, 13688, 11309, 14149, 13457, 10824, 13427, 14505, 10588, 13240, 14077, 13832, 12680, 14115, 14463, 12462, 14136, 14158, 11303, 13476, 12845, 10613, 12889, 12702, 10593, 13056, 12517, 10426, 12829, 11708, 11416, 13581, 12130, 10961, 13268, 10527, 12516, 13355, 13525, 12116, 13306, 14256, 11968, 13183, 12618, 12902, 13376, 13758, 12474, 13805, 10627, 13407, 13794, 12407, 12876, 13847, 11323, 13199, 13789, 12952, 13095, 14256, 10990, 13081, 13978, 11031, 13512, 14243, 10843, 13205, 13919, 10257, 13079, 14398, 11440, 12752, 14386, 10628, 13228, 14003, 12418, 12897, 14175, 12691, 11960, 13751, 14062, 12138, 13494, 13224, 11506, 13582, 13872, 11881, 13978, 14280, 11674, 13620, 11976, 12435, 13646, 13742, 12627, 13751, 14275, 11212, 13701, 13659, 10418, 13334, 14269, 10673, 13339, 13720, 10303, 13182, 14499, 10976, 13557, 13540, 10576, 12777, 12022, 11528, 13532, 13323, 10926, 13688, 12459, 11941, 13721, 14224, 11635, 13433, 13757, 11350, 13576, 13865, 11339, 13723, 13871, 9849, 13526, 12852, 10880, 13572, 13717, 11057, 13394, 12930, 11373, 13415, 12940, 12075, 14090, 11789, 12350, 14235, 10520, 13507, 14303, 10382, 13350, 13425, 10635, 13452, 14532, 10286, 13557, 14488, 10312, 13271, 14370, 10382, 13329, 14169, 10707, 13380, 14317, 10638, 13221, 13954, 10386, 13734, 12349, 11351, 13633, 14132, 12672, 14458, 13619, 12315, 14144, 14443, 12428, 13489, 10879, 12395, 13574, 10418, 12516, 13592, 10510, 13311, 13668, 12506, 13950, 14550, 12890, 13791, 13421, 12258, 13376, 12290, 13233, 13863, 9620, 12671, 14142, 10080, 13025, 13828, 10097, 12831, 11945, 10957, 13332, 13643, 10570, 13681, 13334, 11889, 13220, 11690, 13238, 13867, 11400, 12981, 14006, 10773, 13617, 14192, 11080, 13002, 14863, 10759, 13387, 14551, 10396, 13750, 12786, 10975, 13781, 14450, 11938, 13876, 14205, 11967, 13505, 13694, 12553, 14198, 14333, 12126, 13747, 12641, 12613, 13526, 11902, 13260, 14228, 10029, 12828, 14041, 10669, 13049, 14506, 10728, 13308, 14036, 10387, 13775, 14312, 10659, 13878, 14415, 10506, 13262, 14294, 10389, 13587, 14473, 10244, 13293, 11954, 10258, 13437, 12574, 9934, 13578, 12162, 12356, 13913, 13729, 12408, 14161, 14100, 12436, 14103, 14251, 10143, 13718, 13183, 10564, 13723, 13557, 10601, 13965, 12895, 11662, 13705, 13086, 12514, 14221, 13915, 12257, 13970, 13044, 12779, 13800, 12778, 12894, 14239, 10525, 13092, 14087, 10669, 13297, 13995, 10786, 13620, 14461, 11229, 14136, 14164, 14081, 13056, 14445, 12000, 13887, 14416, 10777, 13816, 14547, 10903, 13677, 13942, 10943, 14167, 12075, 10274, 13973, 12446, 13047, 14000, 14227, 12018, 13954, 13940, 12040, 13770, 14262, 11043, 13605, 14235, 10447, 13431, 13991, 10519, 13758, 14247, 10455, 13436, 11628, 10934, 13474, 13752, 10383, 13254, 13554, 12109, 13702, 14741, 11729, 13626, 14285, 12006, 13252, 13620, 12418, 13872, 14225, 9786, 13215, 12597, 10274, 13161, 14408, 11295, 13200, 14432, 14341, 12663, 14061, 12221, 13172, 14251, 12643, 13147, 14159, 12069, 12667, 14408, 9023, 13798, 14340, 10398, 13287, 14094, 10330, 13380, 14438, 10961, 13885, 14028, 10672, 13849, 14150, 11818, 14073, 14497, 14989, 14071, 14176, 13404, 13318, 14099, 15197, 12905, 13952, 13557, 12708, 13735, 13966, 12729, 14287, 12523, 12348, 14138, 13442, 12628, 14121, 14719, 12519, 13962, 11307, 13616, 14426, 13545, 13294, 14296, 11022, 13858, 14239, 15091, 13773, 13876, 14609, 12767, 14390, 14123, 12895, 13894, 14627, 11722, 13786, 13467, 12946, 13906, 14495, 10544, 13622, 13977, 10436, 13314, 14050, 10499, 13656, 13851, 13456, 13098, 14174, 11837, 13379, 14053, 11979, 13087, 14399, 10719, 14122, 14305, 14313, 13045, 14053, 12358, 13073, 13963, 11891, 13379, 14232, 11375, 12444, 14161, 11975, 13060, 14106, 11979, 12698, 14431, 10871, 13201, 14170, 9640], 'WindowCenter': [4445.0, 4397.0, 4406.0, 4402.0, 4380.0, 4391.0, 4388.0, 4359.0, 4377.0, 4388.0, 4365.0, 4375.0, 4363.0, 4373.0, 4385.0, 4384.0, 4352.0, 4374.0, 4373.0, 4351.0, 4374.0, 4372.0, 4354.0, 4373.0, 4361.0, 4361.0, 4372.0, 4361.0, 4350.0, 4372.0, 4373.0, 4363.0, 4375.0, 4371.0, 4359.0, 4370.0, 4358.0, 4360.0, 4370.0, 4370.0, 4347.0, 4358.0, 4356.0, 4347.0, 4358.0, 4347.0, 4345.0, 4356.0, 4343.0, 4334.0, 4348.0, 4345.0, 4345.0, 4357.0, 4345.0, 4345.0, 4357.0, 4335.0, 4357.0, 4369.0, 4345.0, 4347.0, 4368.0, 4337.0, 4359.0, 4349.0, 4348.0, 4371.0, 4360.0, 4361.0, 4373.0, 4372.0, 4361.0, 4372.0, 4371.0, 4362.0, 4373.0, 4361.0, 4351.0, 4372.0, 4341.0, 4351.0, 4373.0, 4351.0, 4373.0, 4373.0, 4344.0, 4364.0, 4352.0, 4343.0, 4374.0, 4374.0, 4366.0, 4377.0, 4376.0, 4364.0, 4377.0, 4377.0, 4367.0, 4375.0, 4372.0, 4361.0, 4374.0, 4372.0, 4360.0, 4373.0, 4375.0, 4350.0, 4361.0, 4360.0, 4349.0, 4372.0, 4359.0, 4338.0, 4363.0, 4349.0, 4338.0, 4374.0, 4360.0, 4351.0, 4372.0, 4359.0, 4350.0, 4373.0, 4361.0, 4361.0, 4384.0, 4361.0, 4362.0, 4385.0, 4364.0, 4362.0, 4384.0, 4372.0, 4363.0, 4373.0, 4371.0, 4351.0, 4373.0, 4350.0, 4372.0, 4375.0, 4353.0, 4373.0, 4372.0, 4364.0, 4373.0, 4385.0, 4352.0, 4374.0, 4384.0, 4360.0, 4361.0, 4372.0, 4350.0, 4374.0, 4382.0, 4350.0, 4371.0, 4352.0, 4352.0, 4374.0, 4385.0, 4342.0, 4371.0, 4373.0, 4373.0, 4351.0, 4372.0, 4369.0, 4349.0, 4359.0, 4346.0, 4349.0, 4358.0, 4348.0, 4352.0, 4371.0, 4360.0, 4349.0, 4372.0, 4361.0, 4364.0, 4374.0, 4361.0, 4351.0, 4371.0, 4361.0, 4341.0, 4371.0, 4361.0, 4361.0, 4373.0, 4373.0, 4350.0, 4372.0, 4370.0, 4363.0, 4372.0, 4372.0, 4350.0, 4370.0, 4370.0, 4338.0, 4360.0, 4359.0, 4339.0, 4359.0, 4358.0, 4326.0, 4358.0, 4357.0, 4347.0, 4362.0, 4359.0, 4338.0, 4359.0, 4358.0, 4352.0, 4372.0, 4360.0, 4350.0, 4372.0, 4360.0, 4362.0, 4376.0, 4350.0, 4375.0, 4385.0, 4372.0, 4373.0, 4373.0, 4372.0, 4362.0, 4372.0, 4372.0, 4351.0, 4359.0, 4359.0, 4337.0, 4359.0, 4361.0, 4335.0, 4360.0, 4358.0, 4336.0, 4358.0, 4368.0, 4334.0, 4360.0, 4371.0, 4340.0, 4359.0, 4369.0, 4337.0, 4360.0, 4359.0, 4340.0, 4372.0, 4361.0, 4341.0, 4373.0, 4365.0, 4362.0, 4385.0, 4374.0, 4364.0, 4385.0, 4374.0, 4362.0, 4385.0, 4376.0, 4364.0, 4388.0, 4373.0, 4352.0, 4373.0, 4363.0, 4362.0, 4376.0, 4354.0, 4362.0, 4373.0, 4351.0, 4376.0, 4375.0, 4352.0, 4372.0, 4376.0, 4351.0, 4362.0, 4372.0, 4349.0, 4361.0, 4373.0, 4350.0, 4360.0, 4371.0, 4348.0, 4360.0, 4371.0, 4338.0, 4358.0, 4359.0, 4336.0, 4358.0, 4372.0, 4336.0, 4358.0, 4359.0, 4350.0, 4358.0, 4369.0, 4346.0, 4360.0, 4370.0, 4361.0, 4349.0, 4369.0, 4350.0, 4347.0, 4370.0, 4347.0, 4351.0, 4370.0, 4348.0, 4350.0, 4371.0, 4349.0, 4362.0, 4384.0, 4372.0, 4351.0, 4373.0, 4351.0, 4364.0, 4387.0, 4366.0, 4363.0, 4385.0, 4373.0, 4366.0, 4386.0, 4374.0, 4354.0, 4377.0, 4386.0, 4342.0, 4361.0, 4373.0, 4360.0, 4363.0, 4371.0, 4371.0, 4362.0, 4371.0, 4360.0, 4338.0, 4359.0, 4348.0, 4339.0, 4360.0, 4361.0, 4339.0, 4371.0, 4363.0, 4352.0, 4374.0, 4365.0, 4363.0, 4375.0, 4361.0, 4355.0, 4374.0, 4356.0, 4376.0, 4389.0, 4374.0, 4364.0, 4374.0, 4374.0, 4352.0, 4362.0, 4360.0, 4351.0, 4361.0, 4357.0, 4349.0, 4362.0, 4337.0, 4359.0, 4360.0, 4347.0, 4347.0, 4359.0, 4336.0, 4358.0, 4359.0, 4345.0, 4347.0, 4358.0, 4325.0, 4360.0, 4359.0, 4326.0, 4356.0, 4359.0, 4334.0, 4357.0, 4360.0, 4326.0, 4358.0, 4370.0, 4337.0, 4360.0, 4371.0, 4342.0, 4363.0, 4372.0, 4360.0, 4363.0, 4372.0, 4363.0, 4351.0, 4372.0, 4374.0, 4350.0, 4372.0, 4361.0, 4351.0, 4372.0, 4372.0, 4363.0, 4373.0, 4371.0, 4354.0, 4374.0, 4363.0, 4365.0, 4375.0, 4373.0, 4364.0, 4373.0, 4372.0, 4353.0, 4375.0, 4372.0, 4341.0, 4373.0, 4372.0, 4339.0, 4363.0, 4359.0, 4339.0, 4360.0, 4371.0, 4339.0, 4359.0, 4359.0, 4341.0, 4363.0, 4349.0, 4353.0, 4373.0, 4361.0, 4354.0, 4373.0, 4362.0, 4364.0, 4388.0, 4374.0, 4351.0, 4372.0, 4361.0, 4350.0, 4372.0, 4371.0, 4348.0, 4371.0, 4359.0, 4329.0, 4361.0, 4359.0, 4339.0, 4370.0, 4352.0, 4340.0, 4371.0, 4359.0, 4348.0, 4373.0, 4359.0, 4361.0, 4372.0, 4349.0, 4363.0, 4373.0, 4352.0, 4376.0, 4374.0, 4342.0, 4375.0, 4374.0, 4343.0, 4372.0, 4376.0, 4339.0, 4361.0, 4372.0, 4340.0, 4361.0, 4359.0, 4326.0, 4358.0, 4361.0, 4325.0, 4358.0, 4357.0, 4337.0, 4357.0, 4360.0, 4327.0, 4360.0, 4348.0, 4339.0, 4370.0, 4359.0, 4349.0, 4369.0, 4357.0, 4350.0, 4371.0, 4371.0, 4352.0, 4361.0, 4340.0, 4359.0, 4370.0, 4341.0, 4364.0, 4372.0, 4340.0, 4373.0, 4375.0, 4361.0, 4374.0, 4372.0, 4362.0, 4371.0, 4359.0, 4349.0, 4361.0, 4347.0, 4359.0, 4360.0, 4327.0, 4360.0, 4359.0, 4339.0, 4359.0, 4359.0, 4328.0, 4359.0, 4350.0, 4339.0, 4372.0, 4371.0, 4342.0, 4372.0, 4361.0, 4363.0, 4374.0, 4353.0, 4362.0, 4376.0, 4352.0, 4363.0, 4373.0, 4354.0, 4373.0, 4373.0, 4339.0, 4362.0, 4372.0, 4341.0, 4371.0, 4372.0, 4339.0, 4373.0, 4364.0, 4351.0, 4373.0, 4372.0, 4350.0, 4374.0, 4371.0, 4351.0, 4374.0, 4360.0, 4363.0, 4374.0, 4360.0, 4364.0, 4375.0, 4362.0, 4363.0, 4361.0, 4353.0, 4362.0, 4372.0, 4329.0, 4363.0, 4375.0, 4340.0, 4363.0, 4372.0, 4340.0, 4375.0, 4373.0, 4341.0, 4372.0, 4372.0, 4328.0, 4359.0, 4371.0, 4339.0, 4359.0, 4361.0, 4328.0, 4362.0, 4371.0, 4340.0, 4363.0, 4351.0, 4341.0, 4373.0, 4363.0, 4340.0, 4372.0, 4361.0, 4363.0, 4376.0, 4373.0, 4364.0, 4373.0, 4372.0, 4361.0, 4375.0, 4373.0, 4331.0, 4361.0, 4358.0, 4341.0, 4359.0, 4362.0, 4341.0, 4373.0, 4349.0, 4350.0, 4370.0, 4360.0, 4352.0, 4371.0, 4359.0, 4350.0, 4372.0, 4363.0, 4363.0, 4371.0, 4360.0, 4361.0, 4373.0, 4342.0, 4363.0, 4375.0, 4344.0, 4373.0, 4372.0, 4340.0, 4371.0, 4375.0, 4340.0, 4359.0, 4359.0, 4357.0, 4350.0, 4359.0, 4350.0, 4359.0, 4370.0, 4338.0, 4359.0, 4359.0, 4341.0, 4363.0, 4371.0, 4340.0, 4370.0, 4349.0, 4340.0, 4372.0, 4361.0, 4362.0, 4372.0, 4372.0, 4351.0, 4371.0, 4360.0, 4351.0, 4372.0, 4374.0, 4338.0, 4360.0, 4360.0, 4327.0, 4359.0, 4362.0, 4338.0, 4359.0, 4360.0, 4338.0, 4362.0, 4349.0, 4341.0, 4361.0, 4361.0, 4342.0, 4364.0, 4363.0, 4361.0, 4373.0, 4372.0, 4352.0, 4372.0, 4372.0, 4363.0, 4362.0, 4371.0, 4364.0, 4373.0, 4375.0, 4343.0, 4373.0, 4362.0, 4342.0, 4376.0, 4373.0, 4351.0, 4362.0, 4375.0, 4362.0, 4362.0, 4371.0, 4350.0, 4361.0, 4373.0, 4359.0, 4359.0, 4374.0, 4350.0, 4360.0, 4374.0, 4332.0, 4374.0, 4374.0, 4342.0, 4362.0, 4371.0, 4340.0, 4376.0, 4388.0, 4354.0, 4375.0, 4375.0, 4342.0, 4374.0, 4373.0, 4352.0, 4361.0, 4372.0, 4357.0, 4358.0, 4362.0, 4348.0, 4349.0, 4362.0, 4358.0, 4347.0, 4360.0, 4346.0, 4348.0, 4360.0, 4359.0, 4349.0, 4369.0, 4347.0, 4349.0, 4374.0, 4360.0, 4362.0, 4374.0, 4370.0, 4351.0, 4374.0, 4351.0, 4372.0, 4375.0, 4362.0, 4362.0, 4372.0, 4340.0, 4372.0, 4375.0, 4373.0, 4359.0, 4360.0, 4350.0, 4349.0, 4371.0, 4358.0, 4350.0, 4360.0, 4369.0, 4349.0, 4361.0, 4361.0, 4349.0, 4372.0, 4362.0, 4330.0, 4359.0, 4359.0, 4330.0, 4361.0, 4360.0, 4325.0, 4360.0, 4358.0, 4349.0, 4347.0, 4360.0, 4338.0, 4358.0, 4359.0, 4349.0, 4359.0, 4369.0, 4337.0, 4359.0, 4371.0, 4361.0, 4348.0, 4358.0, 4348.0, 4350.0, 4363.0, 4336.0, 4357.0, 4370.0, 4340.0, 4349.0, 4373.0, 4348.0, 4362.0, 4374.0, 4350.0, 4363.0, 4373.0, 4336.0, 4361.0, 4373.0, 4341.0], 'WindowWidth': [9786.0, 9702.0, 9714.0, 9699.0, 9663.0, 9680.0, 9676.0, 9626.0, 9655.0, 9669.0, 9632.0, 9649.0, 9629.0, 9642.0, 9663.0, 9661.0, 9610.0, 9647.0, 9645.0, 9609.0, 9644.0, 9640.0, 9614.0, 9642.0, 9625.0, 9622.0, 9639.0, 9623.0, 9604.0, 9639.0, 9642.0, 9625.0, 9646.0, 9639.0, 9617.0, 9635.0, 9616.0, 9616.0, 9635.0, 9635.0, 9596.0, 9614.0, 9612.0, 9595.0, 9614.0, 9598.0, 9590.0, 9607.0, 9589.0, 9576.0, 9594.0, 9592.0, 9592.0, 9611.0, 9595.0, 9593.0, 9612.0, 9580.0, 9610.0, 9633.0, 9595.0, 9597.0, 9627.0, 9584.0, 9617.0, 9605.0, 9601.0, 9636.0, 9624.0, 9623.0, 9644.0, 9642.0, 9623.0, 9641.0, 9638.0, 9625.0, 9645.0, 9625.0, 9608.0, 9641.0, 9592.0, 9609.0, 9642.0, 9610.0, 9641.0, 9645.0, 9602.0, 9630.0, 9615.0, 9597.0, 9647.0, 9647.0, 9633.0, 9652.0, 9652.0, 9633.0, 9655.0, 9652.0, 9636.0, 9650.0, 9641.0, 9624.0, 9648.0, 9639.0, 9621.0, 9643.0, 9648.0, 9605.0, 9623.0, 9621.0, 9604.0, 9638.0, 9621.0, 9587.0, 9624.0, 9604.0, 9589.0, 9641.0, 9621.0, 9609.0, 9639.0, 9619.0, 9608.0, 9643.0, 9626.0, 9624.0, 9659.0, 9627.0, 9627.0, 9662.0, 9631.0, 9625.0, 9661.0, 9645.0, 9626.0, 9643.0, 9637.0, 9608.0, 9642.0, 9607.0, 9638.0, 9647.0, 9612.0, 9642.0, 9643.0, 9629.0, 9643.0, 9666.0, 9612.0, 9642.0, 9659.0, 9620.0, 9621.0, 9640.0, 9606.0, 9641.0, 9653.0, 9606.0, 9637.0, 9615.0, 9613.0, 9646.0, 9666.0, 9597.0, 9637.0, 9642.0, 9641.0, 9602.0, 9640.0, 9637.0, 9602.0, 9616.0, 9597.0, 9601.0, 9616.0, 9604.0, 9610.0, 9638.0, 9623.0, 9606.0, 9641.0, 9624.0, 9628.0, 9645.0, 9625.0, 9608.0, 9639.0, 9624.0, 9595.0, 9637.0, 9624.0, 9623.0, 9644.0, 9645.0, 9606.0, 9637.0, 9637.0, 9624.0, 9640.0, 9641.0, 9605.0, 9634.0, 9634.0, 9586.0, 9619.0, 9620.0, 9587.0, 9615.0, 9616.0, 9567.0, 9613.0, 9611.0, 9597.0, 9622.0, 9619.0, 9586.0, 9615.0, 9614.0, 9608.0, 9640.0, 9622.0, 9606.0, 9639.0, 9621.0, 9625.0, 9647.0, 9609.0, 9646.0, 9666.0, 9642.0, 9639.0, 9643.0, 9642.0, 9622.0, 9641.0, 9642.0, 9605.0, 9617.0, 9619.0, 9583.0, 9614.0, 9622.0, 9579.0, 9616.0, 9615.0, 9580.0, 9612.0, 9628.0, 9579.0, 9619.0, 9637.0, 9590.0, 9614.0, 9631.0, 9585.0, 9619.0, 9619.0, 9591.0, 9638.0, 9625.0, 9595.0, 9641.0, 9633.0, 9628.0, 9663.0, 9647.0, 9630.0, 9662.0, 9646.0, 9627.0, 9663.0, 9651.0, 9630.0, 9669.0, 9643.0, 9610.0, 9643.0, 9627.0, 9624.0, 9649.0, 9616.0, 9625.0, 9641.0, 9608.0, 9647.0, 9650.0, 9611.0, 9639.0, 9648.0, 9607.0, 9623.0, 9640.0, 9603.0, 9621.0, 9643.0, 9604.0, 9617.0, 9634.0, 9599.0, 9617.0, 9635.0, 9586.0, 9613.0, 9617.0, 9581.0, 9613.0, 9636.0, 9581.0, 9614.0, 9617.0, 9604.0, 9612.0, 9631.0, 9598.0, 9616.0, 9633.0, 9621.0, 9599.0, 9629.0, 9603.0, 9598.0, 9631.0, 9599.0, 9605.0, 9631.0, 9601.0, 9604.0, 9636.0, 9606.0, 9625.0, 9658.0, 9641.0, 9609.0, 9641.0, 9612.0, 9630.0, 9665.0, 9635.0, 9629.0, 9662.0, 9645.0, 9634.0, 9664.0, 9647.0, 9616.0, 9652.0, 9668.0, 9596.0, 9623.0, 9642.0, 9618.0, 9622.0, 9636.0, 9636.0, 9619.0, 9634.0, 9619.0, 9585.0, 9616.0, 9601.0, 9588.0, 9620.0, 9620.0, 9590.0, 9635.0, 9626.0, 9611.0, 9645.0, 9631.0, 9629.0, 9647.0, 9626.0, 9618.0, 9646.0, 9620.0, 9647.0, 9673.0, 9644.0, 9628.0, 9645.0, 9642.0, 9610.0, 9626.0, 9617.0, 9602.0, 9623.0, 9612.0, 9602.0, 9622.0, 9584.0, 9614.0, 9620.0, 9595.0, 9595.0, 9614.0, 9581.0, 9611.0, 9618.0, 9593.0, 9594.0, 9612.0, 9564.0, 9614.0, 9616.0, 9566.0, 9606.0, 9615.0, 9575.0, 9609.0, 9618.0, 9567.0, 9612.0, 9633.0, 9584.0, 9617.0, 9635.0, 9594.0, 9625.0, 9640.0, 9619.0, 9624.0, 9638.0, 9627.0, 9608.0, 9640.0, 9642.0, 9606.0, 9638.0, 9623.0, 9608.0, 9641.0, 9639.0, 9625.0, 9642.0, 9637.0, 9614.0, 9643.0, 9627.0, 9630.0, 9648.0, 9643.0, 9628.0, 9642.0, 9641.0, 9610.0, 9643.0, 9639.0, 9593.0, 9638.0, 9641.0, 9588.0, 9623.0, 9618.0, 9588.0, 9619.0, 9637.0, 9588.0, 9615.0, 9618.0, 9591.0, 9624.0, 9605.0, 9611.0, 9641.0, 9624.0, 9614.0, 9643.0, 9628.0, 9629.0, 9667.0, 9647.0, 9609.0, 9639.0, 9623.0, 9605.0, 9638.0, 9637.0, 9601.0, 9634.0, 9618.0, 9574.0, 9620.0, 9617.0, 9588.0, 9633.0, 9607.0, 9591.0, 9635.0, 9617.0, 9601.0, 9639.0, 9619.0, 9619.0, 9639.0, 9605.0, 9627.0, 9642.0, 9610.0, 9646.0, 9648.0, 9596.0, 9644.0, 9644.0, 9597.0, 9637.0, 9653.0, 9589.0, 9619.0, 9640.0, 9589.0, 9619.0, 9620.0, 9567.0, 9612.0, 9620.0, 9564.0, 9610.0, 9612.0, 9581.0, 9612.0, 9620.0, 9569.0, 9616.0, 9600.0, 9586.0, 9632.0, 9619.0, 9601.0, 9629.0, 9614.0, 9604.0, 9637.0, 9636.0, 9607.0, 9621.0, 9589.0, 9615.0, 9633.0, 9594.0, 9628.0, 9641.0, 9593.0, 9640.0, 9645.0, 9622.0, 9644.0, 9642.0, 9621.0, 9635.0, 9616.0, 9602.0, 9623.0, 9598.0, 9613.0, 9617.0, 9569.0, 9615.0, 9616.0, 9586.0, 9615.0, 9618.0, 9573.0, 9616.0, 9605.0, 9590.0, 9637.0, 9636.0, 9595.0, 9637.0, 9622.0, 9624.0, 9645.0, 9613.0, 9620.0, 9649.0, 9610.0, 9626.0, 9643.0, 9611.0, 9638.0, 9640.0, 9589.0, 9623.0, 9639.0, 9592.0, 9634.0, 9640.0, 9589.0, 9638.0, 9628.0, 9607.0, 9639.0, 9641.0, 9605.0, 9640.0, 9635.0, 9607.0, 9641.0, 9620.0, 9623.0, 9642.0, 9622.0, 9627.0, 9644.0, 9622.0, 9623.0, 9624.0, 9612.0, 9622.0, 9638.0, 9576.0, 9623.0, 9643.0, 9591.0, 9625.0, 9641.0, 9591.0, 9642.0, 9640.0, 9593.0, 9635.0, 9640.0, 9573.0, 9613.0, 9631.0, 9585.0, 9615.0, 9622.0, 9570.0, 9621.0, 9635.0, 9589.0, 9624.0, 9608.0, 9593.0, 9639.0, 9627.0, 9591.0, 9637.0, 9623.0, 9625.0, 9647.0, 9641.0, 9625.0, 9640.0, 9637.0, 9619.0, 9643.0, 9642.0, 9578.0, 9620.0, 9615.0, 9589.0, 9614.0, 9623.0, 9590.0, 9635.0, 9603.0, 9602.0, 9633.0, 9620.0, 9607.0, 9634.0, 9618.0, 9605.0, 9635.0, 9624.0, 9622.0, 9636.0, 9619.0, 9618.0, 9639.0, 9594.0, 9621.0, 9649.0, 9598.0, 9639.0, 9640.0, 9590.0, 9633.0, 9648.0, 9589.0, 9614.0, 9618.0, 9610.0, 9601.0, 9614.0, 9599.0, 9613.0, 9634.0, 9585.0, 9614.0, 9616.0, 9589.0, 9622.0, 9635.0, 9589.0, 9631.0, 9605.0, 9590.0, 9636.0, 9620.0, 9621.0, 9639.0, 9640.0, 9604.0, 9634.0, 9620.0, 9604.0, 9637.0, 9646.0, 9584.0, 9616.0, 9618.0, 9570.0, 9614.0, 9622.0, 9583.0, 9614.0, 9618.0, 9584.0, 9621.0, 9602.0, 9592.0, 9620.0, 9625.0, 9594.0, 9625.0, 9625.0, 9620.0, 9641.0, 9641.0, 9608.0, 9635.0, 9636.0, 9625.0, 9625.0, 9635.0, 9625.0, 9639.0, 9646.0, 9596.0, 9638.0, 9626.0, 9596.0, 9645.0, 9645.0, 9608.0, 9622.0, 9645.0, 9625.0, 9620.0, 9634.0, 9604.0, 9619.0, 9639.0, 9617.0, 9616.0, 9640.0, 9603.0, 9616.0, 9640.0, 9580.0, 9638.0, 9643.0, 9595.0, 9622.0, 9636.0, 9592.0, 9645.0, 9667.0, 9612.0, 9641.0, 9646.0, 9594.0, 9639.0, 9644.0, 9606.0, 9619.0, 9642.0, 9612.0, 9610.0, 9620.0, 9599.0, 9598.0, 9621.0, 9613.0, 9594.0, 9615.0, 9594.0, 9598.0, 9618.0, 9615.0, 9599.0, 9629.0, 9598.0, 9601.0, 9640.0, 9618.0, 9620.0, 9643.0, 9632.0, 9605.0, 9641.0, 9608.0, 9636.0, 9646.0, 9626.0, 9622.0, 9638.0, 9590.0, 9636.0, 9646.0, 9643.0, 9615.0, 9620.0, 9601.0, 9601.0, 9634.0, 9615.0, 9600.0, 9617.0, 9630.0, 9598.0, 9617.0, 9618.0, 9600.0, 9634.0, 9624.0, 9572.0, 9613.0, 9615.0, 9574.0, 9616.0, 9617.0, 9564.0, 9615.0, 9613.0, 9601.0, 9594.0, 9617.0, 9584.0, 9610.0, 9617.0, 9601.0, 9613.0, 9630.0, 9583.0, 9615.0, 9637.0, 9622.0, 9597.0, 9613.0, 9599.0, 9602.0, 9623.0, 9582.0, 9610.0, 9633.0, 9590.0, 9601.0, 9639.0, 9601.0, 9619.0, 9640.0, 9604.0, 9624.0, 9640.0, 9582.0, 9622.0, 9641.0, 9594.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.0003734098737083812</td></tr>
<tr><td colspan=3>aqi</td><td>0.016645246613088405</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.24985859752869</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2692749857356305</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9952103509885059</td></tr>
<tr><td colspan=3>efc</td><td>0.5157</td></tr>
<tr><td colspan=3>fber</td><td>4139.6704</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07436597721443684</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>0</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.0</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525671289095509</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5554703027092036</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7134917534871335</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3080518110901904</td></tr>
<tr><td colspan=3>gcor</td><td>0.00827618</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005892799701541662</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.032767586410045624</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</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.036723648937379</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.3558</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>52.5856</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.989</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>56.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288286.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>1066.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.7941</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.642</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>550.6343</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3476.6111</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88258.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1351.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4589.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>898.9913</td></tr>
<tr><td colspan=3>tsnr</td><td>45.06272844213527</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>