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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0099_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-02_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-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0099/figures/sub-0099_ses-03_task-social_acq-mb8_run-02_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-0099/ses-03/func/sub-0099_ses-03_task-social_acq-mb8_run-02_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>8e7ee9d39033bfc1d0b47495871f6e4c</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>14:39:55.885000</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.993992, -0.109454, 0.000506062, 0.109387, 0.99352, 0.0308648]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_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.0814999</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-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4248, -7779, -7209, 291, -199, -113, -106, 22]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.085</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07cb50d2-5fba-4230-966b-0d0e3d3533b7||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.666807174682617, 0.2934761643409729, 0.010478888638317585, 88.9291000366211], [0.29365769028663635, 2.665541410446167, 0.08268490433692932, -119.07473754882812], [0.0013577278004959226, -0.08280810713768005, 2.6987133026123047, -74.59284973144531], [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': ['143955.885000', '143956.345000', '143956.805000', '143957.265000', '143957.725000', '143958.185000', '143958.645000', '143959.105000', '143959.565000', '144000.025000', '144000.485000', '144000.945000', '144001.405000', '144001.865000', '144002.325000', '144002.785000', '144003.245000', '144003.705000', '144004.165000', '144004.625000', '144005.085000', '144005.545000', '144006.005000', '144006.465000', '144006.925000', '144007.385000', '144007.845000', '144008.305000', '144008.765000', '144009.225000', '144009.685000', '144010.145000', '144010.605000', '144011.065000', '144011.525000', '144011.985000', '144012.445000', '144012.905000', '144013.365000', '144013.825000', '144014.285000', '144014.745000', '144015.205000', '144015.665000', '144016.125000', '144016.585000', '144017.045000', '144017.505000', '144017.965000', '144018.425000', '144018.885000', '144019.345000', '144019.805000', '144020.265000', '144020.725000', '144021.185000', '144021.645000', '144022.105000', '144022.565000', '144023.025000', '144023.485000', '144023.945000', '144024.405000', '144024.865000', '144025.325000', '144025.785000', '144026.245000', '144026.705000', '144027.165000', '144027.625000', '144028.085000', '144028.545000', '144029.005000', '144029.465000', '144029.925000', '144030.385000', '144030.845000', '144031.305000', '144031.765000', '144032.225000', '144032.685000', '144033.145000', '144033.605000', '144034.065000', '144034.525000', '144034.985000', '144035.445000', '144035.905000', '144036.365000', '144036.825000', '144037.285000', '144037.745000', '144038.205000', '144038.665000', '144039.125000', '144039.585000', '144040.045000', '144040.505000', '144040.965000', '144041.425000', '144041.885000', '144042.345000', '144042.805000', '144043.265000', '144043.725000', '144044.185000', '144044.645000', '144045.105000', '144045.565000', '144046.025000', '144046.485000', '144046.945000', '144047.405000', '144047.865000', '144048.325000', '144048.785000', '144049.245000', '144049.705000', '144050.165000', '144050.625000', '144051.085000', '144051.545000', '144052.005000', '144052.465000', '144052.925000', '144053.385000', '144053.845000', '144054.305000', '144054.765000', '144055.225000', '144055.685000', '144056.145000', '144056.605000', '144057.065000', '144057.525000', '144057.985000', '144058.445000', '144058.905000', '144059.365000', '144059.825000', '144100.285000', '144100.745000', '144101.205000', '144101.665000', '144102.125000', '144102.585000', '144103.045000', '144103.505000', '144103.965000', '144104.425000', '144104.885000', '144105.345000', '144105.805000', '144106.265000', '144106.725000', '144107.185000', '144107.645000', '144108.105000', '144108.565000', '144109.025000', '144109.485000', '144109.945000', '144110.405000', '144110.865000', '144111.325000', '144111.785000', '144112.245000', '144112.705000', '144113.165000', '144113.625000', '144114.085000', '144114.545000', '144115.005000', '144115.465000', '144115.925000', '144116.385000', '144116.845000', '144117.305000', '144117.765000', '144118.225000', '144118.685000', '144119.145000', '144119.605000', '144120.065000', '144120.525000', '144120.985000', '144121.445000', '144121.905000', '144122.365000', '144122.825000', '144123.285000', '144123.745000', '144124.205000', '144124.665000', '144125.125000', '144125.585000', '144126.045000', '144126.505000', '144126.965000', '144127.425000', '144127.885000', '144128.345000', '144128.805000', '144129.265000', '144129.725000', '144130.185000', '144130.645000', '144131.105000', '144131.565000', '144132.025000', '144132.485000', '144132.945000', '144133.405000', '144133.865000', '144134.325000', '144134.785000', '144135.245000', '144135.705000', '144136.165000', '144136.625000', '144137.085000', '144137.545000', '144138.005000', '144138.465000', '144138.925000', '144139.385000', '144139.845000', '144140.305000', '144140.765000', '144141.225000', '144141.685000', '144142.145000', '144142.605000', '144143.065000', '144143.525000', '144143.985000', '144144.445000', '144144.905000', '144145.365000', '144145.825000', '144146.285000', '144146.745000', '144147.205000', '144147.665000', '144148.125000', '144148.585000', '144149.045000', '144149.505000', '144149.965000', '144150.425000', '144150.885000', '144151.345000', '144151.805000', '144152.265000', '144152.725000', '144153.185000', '144153.645000', '144154.105000', '144154.565000', '144155.025000', '144155.485000', '144155.945000', '144156.405000', '144156.865000', '144157.325000', '144157.785000', '144158.245000', '144158.705000', '144159.165000', '144159.625000', '144200.085000', '144200.545000', '144201.005000', '144201.465000', '144201.925000', '144202.385000', '144202.845000', '144203.305000', '144203.765000', '144204.225000', '144204.685000', '144205.145000', '144205.605000', '144206.065000', '144206.525000', '144206.985000', '144207.445000', '144207.905000', '144208.365000', '144208.825000', '144209.285000', '144209.745000', '144210.205000', '144210.665000', '144211.125000', '144211.585000', '144212.045000', '144212.505000', '144212.965000', '144213.425000', '144213.885000', '144214.345000', '144214.805000', '144215.265000', '144215.725000', '144216.185000', '144216.645000', '144217.105000', '144217.565000', '144218.025000', '144218.485000', '144218.945000', '144219.405000', '144219.865000', '144220.325000', '144220.785000', '144221.245000', '144221.705000', '144222.165000', '144222.625000', '144223.085000', '144223.545000', '144224.005000', '144224.465000', '144224.925000', '144225.385000', '144225.845000', '144226.305000', '144226.765000', '144227.225000', '144227.685000', '144228.145000', '144228.605000', '144229.065000', '144229.525000', '144229.985000', '144230.445000', '144230.905000', '144231.365000', '144231.825000', '144232.285000', '144232.745000', '144233.205000', '144233.665000', '144234.125000', '144234.585000', '144235.045000', '144235.505000', '144235.965000', '144236.425000', '144236.885000', '144237.345000', '144237.805000', '144238.265000', '144238.725000', '144239.185000', '144239.645000', '144240.105000', '144240.565000', '144241.025000', '144241.485000', '144241.945000', '144242.405000', '144242.865000', '144243.325000', '144243.785000', '144244.245000', '144244.705000', '144245.165000', '144245.625000', '144246.085000', '144246.545000', '144247.005000', '144247.465000', '144247.925000', '144248.385000', '144248.845000', '144249.305000', '144249.765000', '144250.225000', '144250.685000', '144251.145000', '144251.605000', '144252.065000', '144252.525000', '144252.985000', '144253.445000', '144253.905000', '144254.365000', '144254.825000', '144255.285000', '144255.745000', '144256.205000', '144256.665000', '144257.125000', '144257.585000', '144258.045000', '144258.505000', '144258.965000', '144259.425000', '144259.885000', '144300.345000', '144300.805000', '144301.265000', '144301.725000', '144302.185000', '144302.645000', '144303.105000', '144303.565000', '144304.025000', '144304.485000', '144304.945000', '144305.405000', '144305.865000', '144306.325000', '144306.785000', '144307.245000', '144307.705000', '144308.165000', '144308.625000', '144309.085000', '144309.545000', '144310.005000', '144310.465000', '144310.925000', '144311.385000', '144311.845000', '144312.305000', '144312.765000', '144313.225000', '144313.685000', '144314.145000', '144314.605000', '144315.065000', '144315.525000', '144315.985000', '144316.445000', '144316.905000', '144317.365000', '144317.825000', '144318.285000', '144318.745000', '144319.205000', '144319.665000', '144320.125000', '144320.585000', '144321.045000', '144321.505000', '144321.965000', '144322.425000', '144322.885000', '144323.345000', '144323.805000', '144324.265000', '144324.725000', '144325.185000', '144325.645000', '144326.105000', '144326.565000', '144327.025000', '144327.485000', '144327.945000', '144328.405000', '144328.865000', '144329.325000', '144329.785000', '144330.245000', '144330.705000', '144331.165000', '144331.625000', '144332.085000', '144332.545000', '144333.005000', '144333.465000', '144333.925000', '144334.385000', '144334.845000', '144335.305000', '144335.765000', '144336.225000', '144336.685000', '144337.145000', '144337.605000', '144338.065000', '144338.525000', '144338.985000', '144339.445000', '144339.905000', '144340.365000', '144340.825000', '144341.285000', '144341.745000', '144342.205000', '144342.665000', '144343.125000', '144343.585000', '144344.045000', '144344.505000', '144344.965000', '144345.425000', '144345.885000', '144346.345000', '144346.805000', '144347.265000', '144347.725000', '144348.185000', '144348.645000', '144349.105000', '144349.565000', '144350.025000', '144350.485000', '144350.945000', '144351.405000', '144351.865000', '144352.325000', '144352.785000', '144353.245000', '144353.705000', '144354.165000', '144354.625000', '144355.085000', '144355.545000', '144356.005000', '144356.465000', '144356.925000', '144357.385000', '144357.845000', '144358.305000', '144358.765000', '144359.225000', '144359.685000', '144400.145000', '144400.605000', '144401.065000', '144401.525000', '144401.985000', '144402.445000', '144402.905000', '144403.365000', '144403.825000', '144404.285000', '144404.745000', '144405.205000', '144405.665000', '144406.125000', '144406.585000', '144407.045000', '144407.505000', '144407.965000', '144408.425000', '144408.885000', '144409.345000', '144409.805000', '144410.265000', '144410.725000', '144411.185000', '144411.645000', '144412.105000', '144412.565000', '144413.025000', '144413.485000', '144413.945000', '144414.405000', '144414.865000', '144415.325000', '144415.785000', '144416.245000', '144416.705000', '144417.165000', '144417.625000', '144418.085000', '144418.545000', '144419.005000', '144419.465000', '144419.925000', '144420.385000', '144420.845000', '144421.305000', '144421.765000', '144422.225000', '144422.685000', '144423.145000', '144423.605000', '144424.065000', '144424.525000', '144424.985000', '144425.445000', '144425.905000', '144426.365000', '144426.825000', '144427.285000', '144427.745000', '144428.205000', '144428.665000', '144429.125000', '144429.585000', '144430.045000', '144430.505000', '144430.965000', '144431.425000', '144431.885000', '144432.345000', '144432.805000', '144433.265000', '144433.725000', '144434.185000', '144434.645000', '144435.105000', '144435.565000', '144436.025000', '144436.485000', '144436.945000', '144437.405000', '144437.865000', '144438.325000', '144438.785000', '144439.245000', '144439.705000', '144440.165000', '144440.625000', '144441.085000', '144441.545000', '144442.005000', '144442.465000', '144442.925000', '144443.385000', '144443.845000', '144444.305000', '144444.765000', '144445.225000', '144445.685000', '144446.145000', '144446.605000', '144447.065000', '144447.525000', '144447.985000', '144448.445000', '144448.905000', '144449.365000', '144449.825000', '144450.285000', '144450.745000', '144451.205000', '144451.665000', '144452.125000', '144452.585000', '144453.045000', '144453.505000', '144453.965000', '144454.425000', '144454.885000', '144455.345000', '144455.805000', '144456.265000', '144456.725000', '144457.185000', '144457.645000', '144458.105000', '144458.565000', '144459.025000', '144459.485000', '144459.945000', '144500.405000', '144500.865000', '144501.325000', '144501.785000', '144502.245000', '144502.705000', '144503.165000', '144503.625000', '144504.085000', '144504.545000', '144505.005000', '144505.465000', '144505.925000', '144506.385000', '144506.845000', '144507.305000', '144507.765000', '144508.225000', '144508.685000', '144509.145000', '144509.605000', '144510.065000', '144510.525000', '144510.985000', '144511.445000', '144511.905000', '144512.365000', '144512.825000', '144513.285000', '144513.745000', '144514.205000', '144514.665000', '144515.125000', '144515.585000', '144516.045000', '144516.505000', '144516.965000', '144517.425000', '144517.885000', '144518.345000', '144518.805000', '144519.265000', '144519.725000', '144520.185000', '144520.645000', '144521.105000', '144521.565000', '144522.025000', '144522.485000', '144522.945000', '144523.405000', '144523.865000', '144524.325000', '144524.785000', '144525.245000', '144525.705000', '144526.165000', '144526.625000', '144527.085000', '144527.545000', '144528.005000', '144528.465000', '144528.925000', '144529.385000', '144529.845000', '144530.305000', '144530.765000', '144531.225000', '144531.685000', '144532.145000', '144532.605000', '144533.065000', '144533.525000', '144533.985000', '144534.445000', '144534.905000', '144535.365000', '144535.825000', '144536.285000', '144536.745000', '144537.205000', '144537.665000', '144538.125000', '144538.585000', '144539.045000', '144539.505000', '144539.965000', '144540.425000', '144540.885000', '144541.345000', '144541.805000', '144542.265000', '144542.725000', '144543.185000', '144543.645000', '144544.105000', '144544.565000', '144545.025000', '144545.485000', '144545.945000', '144546.405000', '144546.865000', '144547.325000', '144547.785000', '144548.245000', '144548.705000', '144549.165000', '144549.625000', '144550.085000', '144550.545000', '144551.005000', '144551.465000', '144551.925000', '144552.385000', '144552.845000', '144553.305000', '144553.765000', '144554.225000', '144554.685000', '144555.145000', '144555.605000', '144556.065000', '144556.525000', '144556.985000', '144557.445000', '144557.905000', '144558.365000', '144558.825000', '144559.285000', '144559.745000', '144600.205000', '144600.665000', '144601.125000', '144601.585000', '144602.045000', '144602.505000', '144602.965000', '144603.425000', '144603.885000', '144604.345000', '144604.805000', '144605.265000', '144605.725000', '144606.185000', '144606.645000', '144607.105000', '144607.565000', '144608.025000', '144608.485000', '144608.945000', '144609.405000', '144609.865000', '144610.325000', '144610.785000', '144611.245000', '144611.705000', '144612.165000', '144612.625000', '144613.085000', '144613.545000', '144614.005000', '144614.465000', '144614.925000', '144615.385000', '144615.845000', '144616.305000', '144616.765000', '144617.225000', '144617.685000', '144618.145000', '144618.605000', '144619.065000', '144619.525000', '144619.985000', '144620.445000', '144620.905000', '144621.365000', '144621.825000', '144622.285000', '144622.745000', '144623.205000', '144623.665000', '144624.125000', '144624.585000', '144625.045000', '144625.505000', '144625.965000', '144626.425000', '144626.885000', '144627.345000', '144627.805000', '144628.265000', '144628.725000', '144629.185000', '144629.645000', '144630.105000', '144630.565000', '144631.025000', '144631.485000', '144631.945000', '144632.405000', '144632.865000', '144633.325000', '144633.785000', '144634.245000', '144634.705000', '144635.165000', '144635.625000', '144636.085000', '144636.545000'], 'ContentTime': ['144017.718000', '144017.721000', '144017.724000', '144017.727000', '144017.729000', '144017.732000', '144017.734000', '144017.737000', '144017.740000', '144017.742000', '144017.745000', '144017.748000', '144017.750000', '144017.761000', '144017.763000', '144017.766000', '144017.769000', '144017.771000', '144017.774000', '144017.777000', '144017.779000', '144017.782000', '144017.784000', '144017.787000', '144017.790000', '144017.792000', '144017.795000', '144017.798000', '144017.800000', '144017.803000', '144017.806000', '144017.808000', '144017.811000', '144017.814000', '144017.816000', '144017.819000', '144017.821000', '144017.824000', '144017.827000', '144017.829000', '144017.832000', '144017.834000', '144017.837000', '144017.840000', '144037.679000', '144037.682000', '144037.685000', '144037.688000', '144037.690000', '144037.693000', '144037.696000', '144037.698000', '144037.701000', '144037.703000', '144037.706000', '144037.709000', '144037.712000', '144037.715000', '144037.717000', '144037.720000', '144037.723000', '144037.725000', '144037.728000', '144037.731000', '144037.733000', '144037.736000', '144037.738000', '144037.741000', '144037.744000', '144037.752000', '144037.755000', '144037.757000', '144037.760000', '144037.762000', '144037.765000', '144037.768000', '144037.770000', '144037.773000', '144037.775000', '144037.778000', '144037.780000', '144037.783000', '144037.786000', '144037.788000', '144037.791000', '144037.794000', '144037.796000', '144037.799000', '144057.679000', '144057.682000', '144057.685000', '144057.687000', '144057.690000', '144057.693000', '144057.695000', '144057.698000', '144057.701000', '144057.703000', '144057.706000', '144057.708000', '144057.711000', '144057.714000', '144057.716000', '144057.719000', '144057.722000', '144057.724000', '144057.727000', '144057.729000', '144057.732000', '144057.735000', '144057.737000', '144057.740000', '144057.743000', '144057.745000', '144057.748000', '144057.750000', '144057.753000', '144057.756000', '144057.758000', '144057.761000', '144057.763000', '144057.766000', '144057.769000', '144057.771000', '144057.774000', '144057.776000', '144057.779000', '144057.782000', '144057.784000', '144057.787000', '144057.790000', '144117.679000', '144117.681000', '144117.684000', '144117.687000', '144117.690000', '144117.692000', '144117.695000', '144117.697000', '144117.700000', '144117.703000', '144117.706000', '144117.708000', '144117.711000', '144117.714000', '144117.716000', '144117.719000', '144117.721000', '144117.724000', '144117.727000', '144117.729000', '144117.732000', '144117.735000', '144117.737000', '144117.740000', '144117.742000', '144117.745000', '144117.748000', '144117.750000', '144117.753000', '144117.756000', '144117.758000', '144117.761000', '144117.764000', '144117.766000', '144117.769000', '144117.771000', '144117.774000', '144117.777000', '144117.779000', '144117.788000', '144117.791000', '144117.794000', '144117.796000', '144137.678000', '144137.681000', '144137.684000', '144137.687000', '144137.689000', '144137.692000', '144137.695000', '144137.697000', '144137.700000', '144137.703000', '144137.705000', '144137.708000', '144137.711000', '144137.713000', '144137.716000', '144137.719000', '144137.721000', '144137.724000', '144137.727000', '144137.730000', '144137.732000', '144137.735000', '144137.738000', '144137.740000', '144137.743000', '144137.746000', '144137.748000', '144137.751000', '144137.754000', '144137.756000', '144137.759000', '144137.762000', '144137.764000', '144137.767000', '144137.770000', '144137.772000', '144137.775000', '144137.778000', '144137.780000', '144137.783000', '144137.786000', '144137.788000', '144137.791000', '144137.793000', '144157.679000', '144157.682000', '144157.685000', '144157.688000', '144157.691000', '144157.694000', '144157.709000', '144157.711000', '144157.714000', '144157.717000', '144157.719000', '144157.722000', '144157.725000', '144157.727000', '144157.730000', '144157.732000', '144157.735000', '144157.738000', '144157.740000', '144157.743000', '144157.746000', '144157.748000', '144157.751000', '144157.753000', '144157.756000', '144157.759000', '144157.762000', '144157.764000', '144157.767000', '144157.770000', '144157.772000', '144157.775000', '144157.778000', '144157.781000', '144157.783000', '144157.786000', '144157.789000', '144157.791000', '144157.794000', '144157.796000', '144157.799000', '144157.801000', '144157.804000', '144217.679000', '144217.682000', '144217.685000', '144217.688000', '144217.690000', '144217.693000', '144217.695000', '144217.698000', '144217.701000', '144217.703000', '144217.706000', '144217.709000', '144217.711000', '144217.714000', '144217.716000', '144217.719000', '144217.721000', '144217.724000', '144217.727000', '144217.729000', '144217.732000', '144217.744000', '144217.747000', '144217.749000', '144217.752000', '144217.755000', '144217.757000', '144217.770000', '144217.772000', '144217.775000', '144217.777000', '144217.780000', '144217.783000', '144217.786000', '144217.788000', '144217.791000', '144217.794000', '144217.796000', '144217.799000', '144217.801000', '144217.804000', '144217.807000', '144217.809000', '144217.812000', '144237.680000', '144237.683000', '144237.685000', '144237.688000', '144237.690000', '144237.693000', '144237.696000', '144237.699000', '144237.702000', '144237.716000', '144237.719000', '144237.722000', '144237.724000', '144237.727000', '144237.729000', '144237.732000', '144237.735000', '144237.738000', '144237.740000', '144237.743000', '144237.746000', '144237.749000', '144237.751000', '144237.754000', '144237.757000', '144237.759000', '144237.762000', '144237.764000', '144237.767000', '144237.770000', '144237.772000', '144237.775000', '144237.777000', '144237.780000', '144237.783000', '144237.785000', '144237.788000', '144237.791000', '144237.793000', '144237.796000', '144237.798000', '144237.801000', '144237.804000', '144257.679000', '144257.682000', '144257.685000', '144257.688000', '144257.690000', '144257.693000', '144257.696000', '144257.698000', '144257.701000', '144257.703000', '144257.706000', '144257.709000', '144257.711000', '144257.714000', '144257.717000', '144257.719000', '144257.722000', '144257.724000', '144257.727000', '144257.730000', '144257.732000', '144257.735000', '144257.738000', '144257.741000', '144257.743000', '144257.746000', '144257.748000', '144257.751000', '144257.754000', '144257.756000', '144257.759000', '144257.761000', '144257.764000', '144257.767000', '144257.770000', '144257.772000', '144257.775000', '144257.778000', '144257.780000', '144257.783000', '144257.786000', '144257.788000', '144257.791000', '144257.793000', '144317.680000', '144317.683000', '144317.685000', '144317.688000', '144317.691000', '144317.693000', '144317.696000', '144317.699000', '144317.701000', '144317.704000', '144317.706000', '144317.709000', '144317.712000', '144317.714000', '144317.717000', '144317.719000', '144317.722000', '144317.725000', '144317.727000', '144317.730000', '144317.733000', '144317.735000', '144317.738000', '144317.741000', '144317.744000', '144317.749000', '144317.752000', '144317.770000', '144317.773000', '144317.776000', '144317.778000', '144317.781000', '144317.784000', '144317.786000', '144317.789000', '144317.792000', '144317.794000', '144317.797000', '144317.799000', '144317.802000', '144317.805000', '144317.807000', '144317.810000', '144337.679000', '144337.682000', '144337.684000', '144337.687000', '144337.690000', '144337.692000', '144337.695000', '144337.698000', '144337.700000', '144337.703000', '144337.706000', '144337.708000', '144337.711000', '144337.713000', '144337.716000', '144337.719000', '144337.721000', '144337.724000', '144337.727000', '144337.729000', '144337.732000', '144337.735000', '144337.737000', '144337.740000', '144337.742000', '144337.745000', '144337.748000', '144337.750000', '144337.753000', '144337.756000', '144337.759000', '144337.761000', '144337.764000', '144337.767000', '144337.769000', '144337.772000', '144337.775000', '144337.777000', '144337.780000', '144337.782000', '144337.785000', '144337.788000', '144337.790000', '144337.793000', '144357.679000', '144357.681000', '144357.690000', '144357.692000', '144357.695000', '144357.698000', '144357.700000', '144357.703000', '144357.706000', '144357.708000', '144357.711000', '144357.714000', '144357.716000', '144357.719000', '144357.721000', '144357.724000', '144357.727000', '144357.729000', '144357.732000', '144357.735000', '144357.737000', '144357.740000', '144357.742000', '144357.745000', '144357.748000', '144357.750000', '144357.753000', '144357.755000', '144357.758000', '144357.761000', '144357.763000', '144357.766000', '144357.769000', '144357.771000', '144357.774000', '144357.776000', '144357.779000', '144357.782000', '144357.784000', '144357.795000', '144357.798000', '144357.800000', '144357.803000', '144417.680000', '144417.682000', '144417.685000', '144417.688000', '144417.690000', '144417.693000', '144417.696000', '144417.698000', '144417.701000', '144417.703000', '144417.706000', '144417.708000', '144417.711000', '144417.714000', '144417.716000', '144417.719000', '144417.721000', '144417.724000', '144417.727000', '144417.729000', '144417.732000', '144417.734000', '144417.737000', '144417.740000', '144417.742000', '144417.745000', '144417.747000', '144417.750000', '144417.752000', '144417.755000', '144417.758000', '144417.760000', '144417.763000', '144417.765000', '144417.768000', '144417.771000', '144417.773000', '144417.776000', '144417.778000', '144417.781000', '144417.784000', '144417.786000', '144417.789000', '144417.791000', '144437.679000', '144437.682000', '144437.685000', '144437.688000', '144437.690000', '144437.693000', '144437.695000', '144437.698000', '144437.701000', '144437.703000', '144437.706000', '144437.709000', '144437.711000', '144437.714000', '144437.717000', '144437.719000', '144437.722000', '144437.724000', '144437.727000', '144437.730000', '144437.732000', '144437.735000', '144437.738000', '144437.740000', '144437.743000', '144437.745000', '144437.748000', '144437.750000', '144437.753000', '144437.756000', '144437.759000', '144437.761000', '144437.764000', '144437.767000', '144437.770000', '144437.773000', '144437.775000', '144437.778000', '144437.781000', '144437.783000', '144437.787000', '144437.790000', '144437.792000', '144457.680000', '144457.683000', '144457.685000', '144457.688000', '144457.691000', '144457.693000', '144457.696000', '144457.698000', '144457.701000', '144457.703000', '144457.706000', '144457.709000', '144457.711000', '144457.714000', '144457.716000', '144457.719000', '144457.722000', '144457.724000', '144457.727000', '144457.730000', '144457.732000', '144457.735000', '144457.737000', '144457.740000', '144457.743000', '144457.745000', '144457.748000', '144457.750000', '144457.753000', '144457.756000', '144457.758000', '144457.761000', '144457.764000', '144457.767000', '144457.769000', '144457.772000', '144457.774000', '144457.777000', '144457.779000', '144457.782000', '144457.785000', '144457.787000', '144457.790000', '144457.793000', '144517.679000', '144517.682000', '144517.685000', '144517.688000', '144517.690000', '144517.693000', '144517.695000', '144517.698000', '144517.701000', '144517.703000', '144517.706000', '144517.708000', '144517.711000', '144517.713000', '144517.716000', '144517.719000', '144517.721000', '144517.724000', '144517.726000', '144517.729000', '144517.732000', '144517.734000', '144517.737000', '144517.739000', '144517.742000', '144517.744000', '144517.747000', '144517.757000', '144517.760000', '144517.762000', '144517.765000', '144517.767000', '144517.770000', '144517.773000', '144517.775000', '144517.778000', '144517.781000', '144517.783000', '144517.786000', '144517.789000', '144517.791000', '144517.794000', '144517.797000', '144537.680000', '144537.683000', '144537.686000', '144537.688000', '144537.691000', '144537.693000', '144537.696000', '144537.699000', '144537.701000', '144537.704000', '144537.706000', '144537.709000', '144537.712000', '144537.714000', '144537.717000', '144537.719000', '144537.722000', '144537.725000', '144537.728000', '144537.730000', '144537.733000', '144537.736000', '144537.738000', '144537.741000', '144537.743000', '144537.746000', '144537.748000', '144537.751000', '144537.754000', '144537.756000', '144537.759000', '144537.762000', '144537.764000', '144537.767000', '144537.770000', '144537.772000', '144537.775000', '144537.777000', '144537.780000', '144537.783000', '144537.786000', '144537.789000', '144537.791000', '144557.679000', '144557.682000', '144557.684000', '144557.687000', '144557.690000', '144557.692000', '144557.695000', '144557.697000', '144557.700000', '144557.703000', '144557.705000', '144557.708000', '144557.711000', '144557.713000', '144557.716000', '144557.718000', '144557.721000', '144557.724000', '144557.733000', '144557.736000', '144557.738000', '144557.741000', '144557.744000', '144557.746000', '144557.749000', '144557.751000', '144557.754000', '144557.757000', '144557.759000', '144557.762000', '144557.765000', '144557.767000', '144557.770000', '144557.773000', '144557.775000', '144557.778000', '144557.780000', '144557.783000', '144557.786000', '144557.788000', '144557.791000', '144557.794000', '144557.796000', '144557.799000', '144617.678000', '144617.681000', '144617.684000', '144617.686000', '144617.689000', '144617.692000', '144617.694000', '144617.697000', '144617.699000', '144617.702000', '144617.705000', '144617.708000', '144617.710000', '144617.713000', '144617.715000', '144617.718000', '144617.721000', '144617.723000', '144617.726000', '144617.728000', '144617.731000', '144617.734000', '144617.736000', '144617.739000', '144617.742000', '144617.744000', '144617.747000', '144617.749000', '144617.752000', '144617.755000', '144617.757000', '144617.760000', '144617.762000', '144617.765000', '144617.767000', '144617.770000', '144617.773000', '144617.775000', '144617.778000', '144617.780000', '144617.783000', '144617.786000', '144617.788000', '144617.791000', '144637.680000', '144637.682000', '144637.685000', '144637.688000', '144637.691000', '144637.693000', '144637.696000', '144637.698000', '144637.701000', '144637.703000', '144637.706000', '144637.709000', '144637.711000', '144637.714000', '144637.716000', '144637.719000', '144637.721000', '144637.724000', '144637.727000', '144637.729000', '144637.732000', '144637.734000', '144637.737000', '144637.740000', '144637.742000', '144637.745000', '144637.747000', '144637.750000', '144637.753000', '144637.755000', '144637.758000', '144637.761000', '144637.763000', '144637.766000', '144637.768000', '144637.771000', '144637.774000', '144637.776000', '144637.784000', '144637.787000', '144637.789000', '144637.792000', '144637.794000', '144638.346000', '144638.350000'], 'InstanceCreationTime': ['144017.718000', '144017.721000', '144017.724000', '144017.727000', '144017.729000', '144017.732000', '144017.734000', '144017.737000', '144017.740000', '144017.742000', '144017.745000', '144017.748000', '144017.750000', '144017.761000', '144017.763000', '144017.766000', '144017.769000', '144017.771000', '144017.774000', '144017.777000', '144017.779000', '144017.782000', '144017.784000', '144017.787000', '144017.790000', '144017.792000', '144017.795000', '144017.798000', '144017.800000', '144017.803000', '144017.806000', '144017.808000', '144017.811000', '144017.814000', '144017.816000', '144017.819000', '144017.821000', '144017.824000', '144017.827000', '144017.829000', '144017.832000', '144017.834000', '144017.837000', '144017.840000', '144037.679000', '144037.682000', '144037.685000', '144037.688000', '144037.690000', '144037.693000', '144037.696000', '144037.698000', '144037.701000', '144037.703000', '144037.706000', '144037.709000', '144037.712000', '144037.715000', '144037.717000', '144037.720000', '144037.723000', '144037.725000', '144037.728000', '144037.731000', '144037.733000', '144037.736000', '144037.738000', '144037.741000', '144037.744000', '144037.752000', '144037.755000', '144037.757000', '144037.760000', '144037.762000', '144037.765000', '144037.768000', '144037.770000', '144037.773000', '144037.775000', '144037.778000', '144037.780000', '144037.783000', '144037.786000', '144037.788000', '144037.791000', '144037.794000', '144037.796000', '144037.799000', '144057.679000', '144057.682000', '144057.685000', '144057.687000', '144057.690000', '144057.693000', '144057.695000', '144057.698000', '144057.701000', '144057.703000', '144057.706000', '144057.708000', '144057.711000', '144057.714000', '144057.716000', '144057.719000', '144057.722000', '144057.724000', '144057.727000', '144057.729000', '144057.732000', '144057.735000', '144057.737000', '144057.740000', '144057.743000', '144057.745000', '144057.748000', '144057.750000', '144057.753000', '144057.756000', '144057.758000', '144057.761000', '144057.763000', '144057.766000', '144057.769000', '144057.771000', '144057.774000', '144057.776000', '144057.779000', '144057.782000', '144057.784000', '144057.787000', '144057.790000', '144117.679000', '144117.681000', '144117.684000', '144117.687000', '144117.690000', '144117.692000', '144117.695000', '144117.697000', '144117.700000', '144117.703000', '144117.706000', '144117.708000', '144117.711000', '144117.714000', '144117.716000', '144117.719000', '144117.721000', '144117.724000', '144117.727000', '144117.729000', '144117.732000', '144117.735000', '144117.737000', '144117.740000', '144117.742000', '144117.745000', '144117.748000', '144117.750000', '144117.753000', '144117.756000', '144117.758000', '144117.761000', '144117.764000', '144117.766000', '144117.769000', '144117.771000', '144117.774000', '144117.777000', '144117.779000', '144117.788000', '144117.791000', '144117.794000', '144117.796000', '144137.678000', '144137.681000', '144137.684000', '144137.687000', '144137.689000', '144137.692000', '144137.695000', '144137.697000', '144137.700000', '144137.703000', '144137.705000', '144137.708000', '144137.711000', '144137.713000', '144137.716000', '144137.719000', '144137.721000', '144137.724000', '144137.727000', '144137.730000', '144137.732000', '144137.735000', '144137.738000', '144137.740000', '144137.743000', '144137.746000', '144137.748000', '144137.751000', '144137.754000', '144137.756000', '144137.759000', '144137.762000', '144137.764000', '144137.767000', '144137.770000', '144137.772000', '144137.775000', '144137.778000', '144137.780000', '144137.783000', '144137.786000', '144137.788000', '144137.791000', '144137.793000', '144157.679000', '144157.682000', '144157.685000', '144157.688000', '144157.691000', '144157.694000', '144157.709000', '144157.711000', '144157.714000', '144157.717000', '144157.719000', '144157.722000', '144157.725000', '144157.727000', '144157.730000', '144157.732000', '144157.735000', '144157.738000', '144157.740000', '144157.743000', '144157.746000', '144157.748000', '144157.751000', '144157.753000', '144157.756000', '144157.759000', '144157.762000', '144157.764000', '144157.767000', '144157.770000', '144157.772000', '144157.775000', '144157.778000', '144157.781000', '144157.783000', '144157.786000', '144157.789000', '144157.791000', '144157.794000', '144157.796000', '144157.799000', '144157.801000', '144157.804000', '144217.679000', '144217.682000', '144217.685000', '144217.688000', '144217.690000', '144217.693000', '144217.695000', '144217.698000', '144217.701000', '144217.703000', '144217.706000', '144217.709000', '144217.711000', '144217.714000', '144217.716000', '144217.719000', '144217.721000', '144217.724000', '144217.727000', '144217.729000', '144217.732000', '144217.744000', '144217.747000', '144217.749000', '144217.752000', '144217.755000', '144217.757000', '144217.770000', '144217.772000', '144217.775000', '144217.777000', '144217.780000', '144217.783000', '144217.786000', '144217.788000', '144217.791000', '144217.794000', '144217.796000', '144217.799000', '144217.801000', '144217.804000', '144217.807000', '144217.809000', '144217.812000', '144237.680000', '144237.683000', '144237.685000', '144237.688000', '144237.690000', '144237.693000', '144237.696000', '144237.699000', '144237.702000', '144237.716000', '144237.719000', '144237.722000', '144237.724000', '144237.727000', '144237.729000', '144237.732000', '144237.735000', '144237.738000', '144237.740000', '144237.743000', '144237.746000', '144237.749000', '144237.751000', '144237.754000', '144237.757000', '144237.759000', '144237.762000', '144237.764000', '144237.767000', '144237.770000', '144237.772000', '144237.775000', '144237.777000', '144237.780000', '144237.783000', '144237.785000', '144237.788000', '144237.791000', '144237.793000', '144237.796000', '144237.798000', '144237.801000', '144237.804000', '144257.679000', '144257.682000', '144257.685000', '144257.688000', '144257.690000', '144257.693000', '144257.696000', '144257.698000', '144257.701000', '144257.703000', '144257.706000', '144257.709000', '144257.711000', '144257.714000', '144257.717000', '144257.719000', '144257.722000', '144257.724000', '144257.727000', '144257.730000', '144257.732000', '144257.735000', '144257.738000', '144257.741000', '144257.743000', '144257.746000', '144257.748000', '144257.751000', '144257.754000', '144257.756000', '144257.759000', '144257.761000', '144257.764000', '144257.767000', '144257.770000', '144257.772000', '144257.775000', '144257.778000', '144257.780000', '144257.783000', '144257.786000', '144257.788000', '144257.791000', '144257.793000', '144317.680000', '144317.683000', '144317.685000', '144317.688000', '144317.691000', '144317.693000', '144317.696000', '144317.699000', '144317.701000', '144317.704000', '144317.706000', '144317.709000', '144317.712000', '144317.714000', '144317.717000', '144317.719000', '144317.722000', '144317.725000', '144317.727000', '144317.730000', '144317.733000', '144317.735000', '144317.738000', '144317.741000', '144317.744000', '144317.749000', '144317.752000', '144317.770000', '144317.773000', '144317.776000', '144317.778000', '144317.781000', '144317.784000', '144317.786000', '144317.789000', '144317.792000', '144317.794000', '144317.797000', '144317.799000', '144317.802000', '144317.805000', '144317.807000', '144317.810000', '144337.679000', '144337.682000', '144337.684000', '144337.687000', '144337.690000', '144337.692000', '144337.695000', '144337.698000', '144337.700000', '144337.703000', '144337.706000', '144337.708000', '144337.711000', '144337.713000', '144337.716000', '144337.719000', '144337.721000', '144337.724000', '144337.727000', '144337.729000', '144337.732000', '144337.735000', '144337.737000', '144337.740000', '144337.742000', '144337.745000', '144337.748000', '144337.750000', '144337.753000', '144337.756000', '144337.759000', '144337.761000', '144337.764000', '144337.767000', '144337.769000', '144337.772000', '144337.775000', '144337.777000', '144337.780000', '144337.782000', '144337.785000', '144337.788000', '144337.790000', '144337.793000', '144357.679000', '144357.681000', '144357.690000', '144357.692000', '144357.695000', '144357.698000', '144357.700000', '144357.703000', '144357.706000', '144357.708000', '144357.711000', '144357.714000', '144357.716000', '144357.719000', '144357.721000', '144357.724000', '144357.727000', '144357.729000', '144357.732000', '144357.735000', '144357.737000', '144357.740000', '144357.742000', '144357.745000', '144357.748000', '144357.750000', '144357.753000', '144357.755000', '144357.758000', '144357.761000', '144357.763000', '144357.766000', '144357.769000', '144357.771000', '144357.774000', '144357.776000', '144357.779000', '144357.782000', '144357.784000', '144357.795000', '144357.798000', '144357.800000', '144357.803000', '144417.680000', '144417.682000', '144417.685000', '144417.688000', '144417.690000', '144417.693000', '144417.696000', '144417.698000', '144417.701000', '144417.703000', '144417.706000', '144417.708000', '144417.711000', '144417.714000', '144417.716000', '144417.719000', '144417.721000', '144417.724000', '144417.727000', '144417.729000', '144417.732000', '144417.734000', '144417.737000', '144417.740000', '144417.742000', '144417.745000', '144417.747000', '144417.750000', '144417.752000', '144417.755000', '144417.758000', '144417.760000', '144417.763000', '144417.765000', '144417.768000', '144417.771000', '144417.773000', '144417.776000', '144417.778000', '144417.781000', '144417.784000', '144417.786000', '144417.789000', '144417.791000', '144437.679000', '144437.682000', '144437.685000', '144437.688000', '144437.690000', '144437.693000', '144437.695000', '144437.698000', '144437.701000', '144437.703000', '144437.706000', '144437.709000', '144437.711000', '144437.714000', '144437.717000', '144437.719000', '144437.722000', '144437.724000', '144437.727000', '144437.730000', '144437.732000', '144437.735000', '144437.738000', '144437.740000', '144437.743000', '144437.745000', '144437.748000', '144437.750000', '144437.753000', '144437.756000', '144437.759000', '144437.761000', '144437.764000', '144437.767000', '144437.770000', '144437.773000', '144437.775000', '144437.778000', '144437.781000', '144437.783000', '144437.787000', '144437.790000', '144437.792000', '144457.680000', '144457.683000', '144457.685000', '144457.688000', '144457.691000', '144457.693000', '144457.696000', '144457.698000', '144457.701000', '144457.703000', '144457.706000', '144457.709000', '144457.711000', '144457.714000', '144457.716000', '144457.719000', '144457.722000', '144457.724000', '144457.727000', '144457.730000', '144457.732000', '144457.735000', '144457.737000', '144457.740000', '144457.743000', '144457.745000', '144457.748000', '144457.750000', '144457.753000', '144457.756000', '144457.758000', '144457.761000', '144457.764000', '144457.767000', '144457.769000', '144457.772000', '144457.774000', '144457.777000', '144457.779000', '144457.782000', '144457.785000', '144457.787000', '144457.790000', '144457.793000', '144517.679000', '144517.682000', '144517.685000', '144517.688000', '144517.690000', '144517.693000', '144517.695000', '144517.698000', '144517.701000', '144517.703000', '144517.706000', '144517.708000', '144517.711000', '144517.713000', '144517.716000', '144517.719000', '144517.721000', '144517.724000', '144517.726000', '144517.729000', '144517.732000', '144517.734000', '144517.737000', '144517.739000', '144517.742000', '144517.744000', '144517.747000', '144517.757000', '144517.760000', '144517.762000', '144517.765000', '144517.767000', '144517.770000', '144517.773000', '144517.775000', '144517.778000', '144517.781000', '144517.783000', '144517.786000', '144517.789000', '144517.791000', '144517.794000', '144517.797000', '144537.680000', '144537.683000', '144537.686000', '144537.688000', '144537.691000', '144537.693000', '144537.696000', '144537.699000', '144537.701000', '144537.704000', '144537.706000', '144537.709000', '144537.712000', '144537.714000', '144537.717000', '144537.719000', '144537.722000', '144537.725000', '144537.728000', '144537.730000', '144537.733000', '144537.736000', '144537.738000', '144537.741000', '144537.743000', '144537.746000', '144537.748000', '144537.751000', '144537.754000', '144537.756000', '144537.759000', '144537.762000', '144537.764000', '144537.767000', '144537.770000', '144537.772000', '144537.775000', '144537.777000', '144537.780000', '144537.783000', '144537.786000', '144537.789000', '144537.791000', '144557.679000', '144557.682000', '144557.684000', '144557.687000', '144557.690000', '144557.692000', '144557.695000', '144557.697000', '144557.700000', '144557.703000', '144557.705000', '144557.708000', '144557.711000', '144557.713000', '144557.716000', '144557.718000', '144557.721000', '144557.724000', '144557.733000', '144557.736000', '144557.738000', '144557.741000', '144557.744000', '144557.746000', '144557.749000', '144557.751000', '144557.754000', '144557.757000', '144557.759000', '144557.762000', '144557.765000', '144557.767000', '144557.770000', '144557.773000', '144557.775000', '144557.778000', '144557.780000', '144557.783000', '144557.786000', '144557.788000', '144557.791000', '144557.794000', '144557.796000', '144557.799000', '144617.678000', '144617.681000', '144617.684000', '144617.686000', '144617.689000', '144617.692000', '144617.694000', '144617.697000', '144617.699000', '144617.702000', '144617.705000', '144617.708000', '144617.710000', '144617.713000', '144617.715000', '144617.718000', '144617.721000', '144617.723000', '144617.726000', '144617.728000', '144617.731000', '144617.734000', '144617.736000', '144617.739000', '144617.742000', '144617.744000', '144617.747000', '144617.749000', '144617.752000', '144617.755000', '144617.757000', '144617.760000', '144617.762000', '144617.765000', '144617.767000', '144617.770000', '144617.773000', '144617.775000', '144617.778000', '144617.780000', '144617.783000', '144617.786000', '144617.788000', '144617.791000', '144637.680000', '144637.682000', '144637.685000', '144637.688000', '144637.691000', '144637.693000', '144637.696000', '144637.698000', '144637.701000', '144637.703000', '144637.706000', '144637.709000', '144637.711000', '144637.714000', '144637.716000', '144637.719000', '144637.721000', '144637.724000', '144637.727000', '144637.729000', '144637.732000', '144637.734000', '144637.737000', '144637.740000', '144637.742000', '144637.745000', '144637.747000', '144637.750000', '144637.753000', '144637.755000', '144637.758000', '144637.761000', '144637.763000', '144637.766000', '144637.768000', '144637.771000', '144637.774000', '144637.776000', '144637.784000', '144637.787000', '144637.789000', '144637.792000', '144637.794000', '144638.346000', '144638.350000'], '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': [8157, 13443, 7585, 10463, 7718, 7635, 8000, 8363, 11144, 7453, 9434, 7417, 10254, 7636, 11258, 8628, 7434, 8848, 7018, 9747, 7715, 10872, 8654, 7311, 8387, 7095, 9228, 7468, 7823, 8661, 7459, 11283, 7319, 7009, 8009, 7016, 10925, 7557, 12731, 7423, 9394, 7858, 8278, 8227, 10406, 10098, 7654, 8111, 7515, 7339, 8609, 7293, 10825, 8016, 10241, 8451, 7127, 9157, 7371, 10520, 8147, 13399, 9228, 7058, 8191, 7188, 9558, 7428, 11199, 7702, 6852, 7977, 7257, 8838, 7815, 8222, 7909, 8081, 8876, 7608, 7616, 12004, 7653, 7225, 8083, 7357, 10251, 7655, 10674, 7931, 7336, 7991, 7444, 8327, 7404, 11207, 7901, 9476, 8086, 8684, 7838, 9703, 9523, 7730, 8329, 8074, 9344, 7965, 11676, 8321, 7393, 7418, 7966, 8843, 8297, 10910, 8069, 12285, 7779, 7321, 7994, 7558, 7926, 7679, 11659, 7736, 9538, 7870, 7457, 8442, 7658, 10545, 8265, 11825, 7756, 7289, 8215, 7885, 7716, 7983, 10758, 7544, 8787, 8066, 9310, 7901, 11904, 8297, 7386, 7697, 7826, 8803, 7664, 10007, 7960, 9392, 8042, 7193, 7837, 7545, 9482, 7478, 11027, 7886, 9785, 8025, 10032, 7838, 11829, 9296, 7565, 7786, 7954, 9079, 7933, 10962, 7866, 11460, 7819, 9654, 8106, 10062, 7951, 11224, 7828, 7107, 7489, 7679, 8004, 7988, 10143, 8213, 10545, 7997, 7137, 8054, 7422, 8073, 8363, 12176, 7838, 9503, 8002, 10013, 8012, 11380, 8010, 11557, 7751, 7065, 7706, 7563, 8611, 7605, 11984, 7856, 9780, 7717, 10233, 7976, 12281, 7945, 12048, 7668, 11295, 7825, 10825, 8052, 12052, 7979, 10595, 7571, 6877, 7664, 7211, 7882, 10353, 7652, 8153, 7544, 7115, 7711, 7169, 7714, 7503, 7976, 7253, 7747, 7460, 7581, 8113, 9653, 7635, 11439, 7839, 6796, 7553, 7493, 8990, 7872, 10512, 8524, 11400, 7824, 8953, 7931, 9078, 7606, 13132, 8219, 9081, 7981, 8915, 8228, 7720, 7330, 8537, 8689, 8027, 8297, 10954, 8773, 7949, 8735, 7839, 8169, 8060, 11803, 8812, 12137, 8269, 11263, 8644, 10342, 8409, 10788, 8324, 7858, 8289, 7389, 8118, 7711, 8493, 7575, 9598, 7582, 7052, 7680, 7567, 8734, 8282, 10505, 8319, 12776, 8133, 13206, 10170, 9045, 7841, 7540, 8178, 7365, 8683, 7971, 8205, 7961, 8863, 8404, 9012, 8283, 7496, 8229, 7733, 8128, 8182, 9159, 8069, 10335, 8257, 9186, 8241, 7494, 7754, 7917, 10647, 8261, 11118, 8100, 8603, 8471, 11895, 8194, 11140, 9841, 7721, 8927, 7896, 8781, 8132, 9744, 8042, 13260, 8013, 9889, 8278, 9330, 8186, 10106, 8079, 10271, 7955, 9332, 8432, 9081, 8130, 8899, 8244, 7700, 8444, 7700, 8936, 8007, 8945, 7858, 10296, 8053, 8390, 8233, 9103, 8129, 8573, 8119, 7794, 7812, 8200, 9372, 8359, 10779, 8152, 11560, 8306, 10659, 8382, 9877, 8248, 10717, 8028, 7424, 7982, 7288, 8711, 7672, 7978, 7655, 9618, 8040, 8296, 8698, 7676, 8565, 7798, 10546, 8467, 9468, 8529, 10392, 8660, 12665, 8674, 12725, 8781, 10521, 8516, 9958, 8679, 11246, 8402, 11742, 8446, 9508, 8567, 9133, 8651, 10649, 8359, 7915, 8441, 7478, 7735, 8115, 8031, 8144, 9072, 8305, 7669, 7939, 8431, 8684, 9247, 10476, 8750, 12771, 8817, 11088, 9035, 10152, 9122, 11656, 8900, 7915, 8378, 8061, 7932, 8675, 8814, 8322, 10631, 8805, 7877, 8638, 7743, 9084, 10074, 9017, 8426, 9108, 8638, 9196, 8876, 10386, 8910, 12830, 9398, 8520, 7609, 8181, 8099, 8892, 9738, 8417, 11624, 8660, 8729, 8808, 8543, 8840, 10399, 8701, 8111, 8042, 8354, 8434, 8947, 9872, 8685, 12493, 8930, 9479, 8927, 8066, 9052, 9809, 8777, 8917, 8551, 8579, 8393, 8836, 9292, 8870, 10059, 8715, 8739, 8967, 8152, 9684, 8525, 8840, 9380, 10561, 8449, 8128, 8960, 8612, 8998, 8848, 7705, 8316, 8089, 8612, 9226, 9016, 11015, 8689, 12762, 8904, 8259, 8885, 8378, 9134, 9696, 8948, 8221, 9174, 8688, 9297, 9036, 9957, 8788, 11040, 8851, 7455, 7923, 8282, 8566, 8727, 9856, 8647, 11274, 8393, 8241, 7845, 9041, 10351, 8812, 8879, 7536, 8375, 8405, 9076, 9971, 9067, 12689, 9006, 8078, 8051, 8579, 8434, 9004, 10813, 8991, 12944, 9063, 9861, 9376, 8876, 9368, 9772, 9496, 8587, 8226, 8945, 8539, 9140, 10217, 8960, 8815, 7760, 8246, 8603, 8851, 9152, 8944, 10559, 8896, 9652, 7841, 8538, 8681, 9338, 9785, 9041, 10692, 9198, 14407, 14024, 13669, 9599, 8007, 8888, 8000, 8224, 9278, 8439, 8590, 8756, 8746, 8334, 8546, 12353, 8780, 8604, 9499, 8887, 13978, 9079, 15175, 11359, 9445, 9423, 8565, 8953, 8883, 10621, 8858, 12226, 9023, 8459, 8964, 9126, 9391, 8888, 8792, 8535, 8401, 9915, 8626, 8023, 8891, 8546, 9956, 8960, 8282, 8618, 8623, 9117, 8386, 8500, 9073, 9089, 10407, 9080, 8080, 8693, 8865, 9208, 9087, 9749, 9034, 12165, 9118, 7740, 8621, 8326, 8756, 8655, 9029, 8506, 10205, 8849, 9643, 8788, 7445, 9076, 8531, 9187, 9969, 8911, 7603, 8799, 7600, 9058, 8016, 8599, 8069, 8856, 8502, 9418, 8702, 6957, 9136, 7538, 8278, 8191, 10496, 7993, 7842, 8322, 7230, 8170, 7541, 9886, 8327, 11991, 8228, 9220, 8456, 9080, 8514, 10395, 11255, 7947, 11432, 8232, 10947, 8487, 12829, 8519, 8620, 8975, 7756, 9150, 8263, 9694, 8359, 12214, 8100, 8424, 8059, 7414, 8302, 8004, 9034, 7841, 12078, 8501, 8063, 8359, 7148, 8596, 8111, 8258, 8586, 11239, 7952, 8160, 7853, 8107, 9275, 9645, 8492, 8898, 8695, 12694, 9177, 7996, 8856, 8797, 11405, 8331, 14824, 9459, 11030, 9111, 8336, 9275, 9857, 8720, 8340, 8921, 8261, 8555, 8888, 9332, 8631, 9342, 8061, 8113, 8394, 8736, 8749, 8711, 10548, 8775, 8658, 8328, 7961, 8403, 8264, 9617, 8187, 14220, 8837, 8497, 9165, 8135, 8666, 7926, 12198, 8733, 8370, 8984, 7960, 8676, 8192, 10945, 8899, 13066, 7754, 7620, 8350, 8319, 10067, 8010, 8207, 8827, 8145, 9994, 8582, 9213, 8252, 8318, 12230, 8174, 11123, 8698, 10371, 8501, 8331, 13149, 8826, 9816], 'WindowCenter': [4056.0, 4090.0, 4024.0, 4041.0, 4010.0, 4008.0, 4019.0, 4019.0, 4051.0, 3998.0, 4016.0, 3997.0, 4037.0, 4008.0, 4048.0, 4017.0, 3998.0, 4017.0, 3997.0, 4025.0, 4008.0, 4049.0, 4019.0, 3997.0, 4018.0, 3998.0, 4027.0, 4009.0, 4009.0, 4030.0, 4010.0, 4051.0, 4009.0, 3999.0, 4009.0, 3998.0, 4051.0, 4008.0, 4049.0, 3997.0, 4016.0, 4008.0, 4007.0, 4018.0, 4039.0, 4039.0, 4008.0, 4006.0, 3997.0, 3995.0, 4018.0, 3997.0, 4037.0, 4007.0, 4038.0, 4018.0, 3987.0, 4017.0, 3997.0, 4025.0, 4006.0, 4047.0, 4017.0, 3984.0, 4005.0, 3985.0, 4014.0, 3996.0, 4037.0, 4008.0, 3987.0, 4006.0, 3996.0, 4028.0, 4022.0, 4021.0, 4008.0, 4020.0, 4043.0, 4022.0, 4021.0, 4060.0, 4011.0, 3999.0, 4008.0, 3998.0, 4039.0, 4009.0, 4039.0, 4010.0, 3998.0, 4008.0, 3999.0, 4019.0, 3998.0, 4041.0, 4008.0, 4017.0, 4008.0, 4007.0, 4010.0, 4028.0, 4030.0, 3996.0, 4008.0, 4008.0, 4017.0, 4008.0, 4039.0, 4008.0, 3998.0, 3996.0, 3997.0, 4017.0, 4007.0, 4038.0, 4009.0, 4038.0, 3998.0, 3996.0, 4006.0, 3995.0, 4008.0, 3998.0, 4039.0, 3997.0, 4016.0, 3997.0, 3986.0, 4006.0, 4008.0, 4039.0, 4009.0, 4039.0, 3997.0, 3987.0, 4008.0, 3996.0, 4009.0, 4006.0, 4038.0, 3997.0, 4007.0, 4007.0, 4016.0, 4020.0, 4049.0, 4008.0, 3998.0, 3997.0, 3997.0, 4018.0, 4009.0, 4040.0, 4009.0, 4030.0, 4010.0, 3988.0, 4010.0, 4008.0, 4041.0, 3999.0, 4041.0, 4010.0, 4029.0, 4009.0, 4028.0, 4008.0, 4039.0, 4018.0, 3997.0, 3997.0, 3997.0, 4016.0, 3997.0, 4038.0, 3996.0, 4038.0, 3995.0, 4014.0, 3996.0, 4014.0, 4007.0, 4037.0, 3996.0, 3985.0, 3985.0, 3995.0, 3996.0, 4006.0, 4028.0, 4008.0, 4037.0, 4008.0, 3987.0, 4006.0, 3996.0, 4008.0, 4007.0, 4050.0, 3997.0, 4027.0, 4007.0, 4025.0, 4007.0, 4049.0, 4008.0, 4037.0, 3997.0, 3986.0, 3997.0, 3996.0, 4019.0, 4008.0, 4049.0, 4008.0, 4027.0, 3997.0, 4026.0, 4008.0, 4049.0, 4008.0, 4048.0, 3997.0, 4027.0, 3996.0, 4024.0, 3995.0, 4046.0, 4007.0, 4025.0, 3996.0, 3974.0, 3995.0, 3984.0, 3995.0, 4026.0, 3996.0, 3995.0, 3995.0, 3974.0, 3995.0, 3972.0, 3996.0, 3995.0, 4005.0, 3996.0, 3994.0, 3985.0, 3996.0, 4008.0, 4027.0, 4010.0, 4049.0, 4010.0, 3988.0, 4008.0, 3997.0, 4018.0, 4008.0, 4039.0, 4018.0, 4049.0, 3997.0, 4017.0, 3996.0, 4017.0, 4008.0, 4059.0, 4008.0, 4017.0, 4007.0, 4016.0, 4018.0, 4010.0, 4010.0, 4032.0, 4019.0, 4021.0, 4032.0, 4051.0, 4031.0, 4009.0, 4009.0, 3989.0, 3999.0, 4000.0, 4051.0, 4020.0, 4050.0, 4007.0, 4037.0, 4007.0, 4027.0, 4008.0, 4037.0, 4007.0, 3993.0, 4006.0, 3986.0, 4008.0, 3997.0, 4020.0, 4009.0, 4029.0, 4010.0, 4000.0, 4010.0, 4009.0, 4020.0, 4009.0, 4028.0, 4009.0, 4049.0, 4009.0, 4059.0, 4030.0, 4017.0, 4007.0, 3984.0, 4005.0, 3985.0, 4006.0, 4007.0, 3995.0, 4007.0, 4017.0, 4019.0, 4018.0, 4020.0, 3999.0, 4009.0, 3998.0, 4008.0, 4009.0, 4018.0, 4009.0, 4039.0, 4022.0, 4029.0, 4018.0, 3997.0, 3999.0, 4021.0, 4041.0, 4021.0, 4038.0, 4009.0, 4007.0, 4008.0, 4038.0, 4009.0, 4037.0, 4029.0, 3996.0, 4005.0, 3994.0, 4004.0, 3994.0, 4028.0, 3995.0, 4046.0, 3993.0, 4013.0, 3994.0, 4003.0, 4006.0, 4025.0, 3994.0, 4013.0, 3994.0, 4003.0, 3994.0, 4003.0, 4007.0, 4005.0, 4006.0, 3982.0, 3993.0, 3982.0, 4003.0, 3992.0, 4017.0, 3994.0, 4025.0, 3993.0, 3994.0, 4005.0, 4015.0, 4008.0, 4017.0, 4008.0, 3997.0, 3995.0, 4006.0, 4016.0, 4006.0, 4038.0, 3996.0, 4037.0, 4007.0, 4025.0, 3994.0, 4012.0, 4005.0, 4027.0, 3996.0, 3984.0, 3995.0, 3982.0, 4005.0, 3996.0, 4019.0, 4008.0, 4040.0, 4007.0, 4006.0, 4018.0, 3996.0, 4018.0, 4008.0, 4040.0, 4019.0, 4029.0, 4019.0, 4028.0, 4017.0, 4048.0, 4007.0, 4036.0, 4006.0, 4014.0, 4005.0, 4013.0, 4003.0, 4035.0, 3993.0, 4034.0, 3995.0, 4013.0, 4005.0, 4003.0, 4004.0, 4026.0, 3995.0, 3994.0, 3994.0, 3982.0, 3983.0, 3994.0, 3994.0, 4008.0, 4018.0, 4006.0, 3994.0, 3996.0, 4005.0, 4017.0, 4017.0, 4037.0, 4006.0, 4048.0, 4016.0, 4024.0, 4016.0, 4025.0, 4016.0, 4036.0, 4017.0, 3993.0, 3993.0, 3994.0, 3995.0, 4004.0, 4016.0, 4006.0, 4027.0, 4018.0, 4004.0, 4017.0, 3995.0, 4016.0, 4026.0, 4016.0, 4007.0, 4005.0, 4006.0, 4015.0, 4015.0, 4026.0, 4016.0, 4047.0, 4015.0, 4005.0, 3994.0, 4005.0, 3995.0, 4005.0, 4015.0, 4005.0, 4036.0, 4005.0, 4005.0, 4016.0, 4004.0, 4016.0, 4026.0, 4004.0, 3994.0, 3995.0, 4005.0, 3993.0, 4003.0, 4014.0, 4005.0, 4035.0, 4004.0, 4014.0, 4004.0, 3993.0, 4014.0, 4025.0, 4005.0, 4003.0, 4004.0, 4003.0, 3992.0, 4004.0, 4013.0, 4016.0, 4026.0, 4005.0, 4004.0, 4004.0, 3994.0, 4014.0, 4004.0, 4016.0, 4015.0, 4026.0, 4004.0, 3994.0, 4015.0, 4004.0, 4015.0, 4016.0, 3996.0, 4006.0, 4006.0, 4018.0, 4016.0, 4016.0, 4037.0, 4018.0, 4047.0, 4017.0, 4005.0, 4015.0, 4004.0, 4015.0, 4015.0, 4016.0, 4004.0, 4015.0, 4005.0, 4014.0, 4014.0, 4025.0, 4017.0, 4037.0, 4015.0, 3983.0, 3995.0, 4004.0, 4004.0, 4006.0, 4027.0, 4017.0, 4038.0, 4007.0, 4006.0, 3995.0, 4018.0, 4038.0, 4018.0, 4017.0, 3995.0, 4006.0, 4006.0, 4017.0, 4026.0, 4018.0, 4047.0, 4018.0, 3995.0, 3995.0, 4004.0, 3995.0, 4004.0, 4035.0, 4003.0, 4035.0, 4004.0, 4013.0, 4014.0, 4002.0, 4014.0, 4015.0, 4015.0, 4003.0, 3992.0, 4015.0, 4005.0, 4028.0, 4026.0, 4016.0, 4004.0, 3995.0, 4004.0, 4004.0, 4016.0, 4014.0, 4017.0, 4026.0, 4016.0, 4016.0, 3995.0, 4004.0, 4005.0, 4016.0, 4026.0, 4017.0, 4026.0, 4017.0, 4046.0, 4061.0, 4062.0, 4029.0, 4019.0, 4029.0, 4020.0, 4017.0, 4027.0, 4005.0, 4004.0, 4017.0, 4017.0, 4020.0, 4020.0, 4061.0, 4019.0, 4007.0, 4015.0, 4003.0, 4045.0, 3991.0, 4044.0, 4025.0, 4002.0, 4003.0, 3992.0, 3991.0, 3991.0, 4013.0, 3990.0, 4022.0, 3990.0, 3979.0, 3990.0, 4002.0, 4002.0, 4006.0, 4005.0, 3993.0, 3993.0, 4002.0, 3992.0, 3993.0, 4004.0, 4005.0, 4014.0, 4006.0, 3994.0, 4007.0, 4018.0, 4017.0, 4007.0, 4019.0, 4018.0, 4018.0, 4038.0, 4019.0, 4008.0, 4006.0, 4018.0, 4017.0, 4018.0, 4015.0, 4018.0, 4038.0, 4017.0, 3995.0, 4006.0, 4006.0, 4006.0, 4006.0, 4017.0, 4018.0, 4028.0, 4018.0, 4016.0, 4018.0, 3986.0, 4017.0, 4006.0, 4017.0, 4028.0, 4018.0, 3996.0, 4005.0, 3996.0, 4005.0, 3995.0, 4006.0, 4007.0, 4018.0, 4018.0, 4017.0, 4018.0, 3987.0, 4029.0, 4009.0, 4019.0, 4021.0, 4041.0, 4023.0, 4021.0, 4031.0, 4010.0, 4020.0, 4009.0, 4040.0, 4020.0, 4049.0, 4018.0, 4018.0, 4009.0, 4017.0, 4018.0, 4028.0, 4039.0, 3996.0, 4037.0, 4007.0, 4037.0, 4019.0, 4048.0, 4017.0, 4007.0, 4016.0, 3996.0, 4016.0, 4006.0, 4015.0, 4005.0, 4048.0, 4006.0, 4006.0, 3996.0, 3985.0, 4006.0, 3995.0, 4016.0, 4007.0, 4037.0, 4006.0, 3995.0, 4005.0, 3985.0, 4007.0, 4007.0, 4008.0, 4019.0, 4038.0, 4009.0, 4007.0, 4009.0, 4022.0, 4030.0, 4031.0, 4020.0, 4031.0, 4032.0, 4061.0, 4030.0, 4009.0, 4018.0, 4018.0, 4038.0, 4008.0, 4058.0, 4017.0, 4026.0, 4006.0, 3995.0, 4015.0, 4027.0, 4006.0, 4004.0, 4005.0, 4006.0, 4004.0, 4017.0, 4015.0, 4007.0, 4016.0, 4008.0, 3996.0, 4007.0, 4018.0, 4007.0, 4019.0, 4038.0, 4018.0, 4006.0, 4005.0, 3994.0, 4006.0, 4005.0, 4017.0, 4006.0, 4047.0, 4006.0, 4005.0, 4015.0, 3994.0, 4006.0, 3996.0, 4037.0, 4005.0, 3994.0, 4016.0, 3995.0, 4006.0, 4006.0, 4037.0, 4005.0, 4036.0, 3985.0, 3994.0, 4005.0, 4006.0, 4028.0, 4008.0, 4007.0, 4016.0, 3995.0, 4026.0, 4007.0, 4027.0, 4007.0, 4006.0, 4036.0, 4005.0, 4025.0, 4005.0, 4014.0, 4005.0, 4005.0, 4047.0, 4017.0, 4026.0], 'WindowWidth': [9059.0, 9089.0, 8987.0, 8999.0, 8956.0, 8949.0, 8966.0, 8965.0, 9008.0, 8935.0, 8953.0, 8933.0, 8983.0, 8946.0, 8999.0, 8957.0, 8933.0, 8957.0, 8931.0, 8965.0, 8947.0, 9003.0, 8963.0, 8933.0, 8960.0, 8934.0, 8971.0, 8951.0, 8952.0, 8980.0, 8954.0, 9010.0, 8950.0, 8935.0, 8950.0, 8935.0, 9009.0, 8946.0, 9002.0, 8930.0, 8954.0, 8945.0, 8942.0, 8960.0, 8990.0, 8989.0, 8948.0, 8941.0, 8931.0, 8925.0, 8958.0, 8929.0, 8981.0, 8944.0, 8986.0, 8959.0, 8915.0, 8955.0, 8928.0, 8962.0, 8940.0, 8997.0, 8955.0, 8907.0, 8935.0, 8909.0, 8947.0, 8927.0, 8982.0, 8946.0, 8916.0, 8940.0, 8930.0, 8975.0, 8973.0, 8967.0, 8945.0, 8963.0, 9000.0, 8972.0, 8970.0, 9020.0, 8957.0, 8936.0, 8947.0, 8933.0, 8988.0, 8949.0, 8987.0, 8949.0, 8930.0, 8945.0, 8933.0, 8965.0, 8932.0, 8994.0, 8945.0, 8954.0, 8945.0, 8941.0, 8952.0, 8971.0, 8977.0, 8926.0, 8943.0, 8944.0, 8954.0, 8946.0, 8989.0, 8947.0, 8930.0, 8926.0, 8927.0, 8953.0, 8942.0, 8987.0, 8948.0, 8984.0, 8930.0, 8926.0, 8939.0, 8922.0, 8945.0, 8932.0, 8987.0, 8929.0, 8950.0, 8928.0, 8911.0, 8940.0, 8947.0, 8987.0, 8948.0, 8987.0, 8928.0, 8914.0, 8944.0, 8924.0, 8947.0, 8940.0, 8984.0, 8928.0, 8940.0, 8943.0, 8952.0, 8965.0, 9003.0, 8945.0, 8931.0, 8927.0, 8930.0, 8957.0, 8948.0, 8990.0, 8949.0, 8977.0, 8950.0, 8918.0, 8951.0, 8945.0, 8994.0, 8937.0, 8995.0, 8950.0, 8973.0, 8947.0, 8970.0, 8947.0, 8987.0, 8960.0, 8927.0, 8926.0, 8926.0, 8951.0, 8927.0, 8985.0, 8925.0, 8983.0, 8921.0, 8945.0, 8923.0, 8946.0, 8944.0, 8981.0, 8927.0, 8909.0, 8909.0, 8921.0, 8926.0, 8939.0, 8971.0, 8945.0, 8983.0, 8943.0, 8916.0, 8941.0, 8925.0, 8946.0, 8943.0, 9004.0, 8928.0, 8968.0, 8942.0, 8963.0, 8943.0, 9000.0, 8944.0, 8981.0, 8927.0, 8913.0, 8929.0, 8926.0, 8962.0, 8947.0, 9003.0, 8947.0, 8969.0, 8930.0, 8965.0, 8943.0, 9001.0, 8944.0, 8998.0, 8927.0, 8967.0, 8925.0, 8960.0, 8923.0, 8994.0, 8944.0, 8963.0, 8926.0, 8892.0, 8922.0, 8904.0, 8922.0, 8965.0, 8926.0, 8922.0, 8923.0, 8891.0, 8922.0, 8889.0, 8925.0, 8925.0, 8937.0, 8925.0, 8922.0, 8910.0, 8926.0, 8945.0, 8971.0, 8955.0, 9001.0, 8951.0, 8919.0, 8947.0, 8930.0, 8959.0, 8947.0, 8990.0, 8959.0, 9001.0, 8927.0, 8955.0, 8925.0, 8957.0, 8946.0, 9016.0, 8947.0, 8955.0, 8943.0, 8952.0, 8961.0, 8956.0, 8953.0, 8983.0, 8963.0, 8970.0, 8985.0, 9008.0, 8982.0, 8946.0, 8945.0, 8917.0, 8931.0, 8933.0, 9007.0, 8961.0, 9002.0, 8940.0, 8980.0, 8940.0, 8965.0, 8944.0, 8978.0, 8940.0, 8917.0, 8937.0, 8912.0, 8944.0, 8928.0, 8965.0, 8950.0, 8973.0, 8953.0, 8940.0, 8952.0, 8949.0, 8964.0, 8947.0, 8969.0, 8946.0, 9000.0, 8949.0, 9015.0, 8977.0, 8953.0, 8939.0, 8905.0, 8935.0, 8908.0, 8940.0, 8941.0, 8922.0, 8940.0, 8954.0, 8962.0, 8958.0, 8965.0, 8935.0, 8948.0, 8930.0, 8942.0, 8945.0, 8958.0, 8950.0, 8988.0, 8971.0, 8975.0, 8959.0, 8928.0, 8935.0, 8967.0, 8993.0, 8967.0, 8985.0, 8947.0, 8942.0, 8944.0, 8985.0, 8948.0, 8982.0, 8973.0, 8922.0, 8933.0, 8917.0, 8932.0, 8918.0, 8969.0, 8922.0, 8993.0, 8916.0, 8942.0, 8916.0, 8926.0, 8936.0, 8961.0, 8919.0, 8943.0, 8917.0, 8928.0, 8917.0, 8929.0, 8941.0, 8936.0, 8937.0, 8898.0, 8916.0, 8899.0, 8929.0, 8915.0, 8954.0, 8919.0, 8961.0, 8917.0, 8916.0, 8934.0, 8949.0, 8945.0, 8956.0, 8945.0, 8927.0, 8923.0, 8938.0, 8952.0, 8937.0, 8985.0, 8927.0, 8982.0, 8939.0, 8962.0, 8920.0, 8941.0, 8937.0, 8967.0, 8927.0, 8906.0, 8923.0, 8902.0, 8936.0, 8928.0, 8963.0, 8948.0, 8992.0, 8943.0, 8937.0, 8958.0, 8927.0, 8959.0, 8945.0, 8992.0, 8962.0, 8973.0, 8962.0, 8970.0, 8954.0, 8998.0, 8942.0, 8978.0, 8938.0, 8944.0, 8932.0, 8941.0, 8929.0, 8974.0, 8918.0, 8971.0, 8921.0, 8941.0, 8933.0, 8928.0, 8933.0, 8964.0, 8923.0, 8917.0, 8918.0, 8898.0, 8903.0, 8917.0, 8920.0, 8947.0, 8960.0, 8940.0, 8921.0, 8924.0, 8936.0, 8955.0, 8955.0, 8982.0, 8939.0, 8996.0, 8952.0, 8959.0, 8950.0, 8960.0, 8952.0, 8980.0, 8955.0, 8917.0, 8917.0, 8917.0, 8922.0, 8933.0, 8951.0, 8940.0, 8968.0, 8957.0, 8936.0, 8955.0, 8924.0, 8954.0, 8967.0, 8953.0, 8940.0, 8936.0, 8939.0, 8948.0, 8948.0, 8964.0, 8954.0, 8994.0, 8951.0, 8934.0, 8919.0, 8936.0, 8922.0, 8934.0, 8949.0, 8936.0, 8978.0, 8936.0, 8936.0, 8951.0, 8931.0, 8953.0, 8966.0, 8935.0, 8921.0, 8921.0, 8933.0, 8916.0, 8930.0, 8946.0, 8937.0, 8974.0, 8934.0, 8944.0, 8932.0, 8916.0, 8946.0, 8962.0, 8938.0, 8931.0, 8933.0, 8928.0, 8913.0, 8931.0, 8942.0, 8952.0, 8965.0, 8936.0, 8934.0, 8932.0, 8919.0, 8946.0, 8931.0, 8951.0, 8950.0, 8964.0, 8933.0, 8919.0, 8950.0, 8933.0, 8950.0, 8953.0, 8928.0, 8939.0, 8940.0, 8959.0, 8953.0, 8954.0, 8983.0, 8960.0, 8995.0, 8956.0, 8934.0, 8949.0, 8932.0, 8950.0, 8951.0, 8951.0, 8935.0, 8948.0, 8936.0, 8947.0, 8948.0, 8962.0, 8957.0, 8982.0, 8950.0, 8905.0, 8921.0, 8934.0, 8935.0, 8938.0, 8969.0, 8959.0, 8985.0, 8940.0, 8937.0, 8924.0, 8958.0, 8986.0, 8960.0, 8956.0, 8925.0, 8938.0, 8939.0, 8953.0, 8966.0, 8958.0, 8994.0, 8958.0, 8921.0, 8922.0, 8931.0, 8921.0, 8933.0, 8977.0, 8931.0, 8975.0, 8932.0, 8942.0, 8944.0, 8926.0, 8947.0, 8949.0, 8948.0, 8931.0, 8915.0, 8948.0, 8935.0, 8974.0, 8967.0, 8952.0, 8933.0, 8922.0, 8932.0, 8934.0, 8951.0, 8948.0, 8955.0, 8966.0, 8952.0, 8952.0, 8923.0, 8934.0, 8935.0, 8952.0, 8964.0, 8955.0, 8965.0, 8955.0, 8993.0, 9023.0, 9027.0, 8978.0, 8966.0, 8980.0, 8970.0, 8962.0, 8970.0, 8935.0, 8932.0, 8955.0, 8954.0, 8965.0, 8964.0, 9021.0, 8962.0, 8940.0, 8949.0, 8927.0, 8987.0, 8908.0, 8983.0, 8959.0, 8921.0, 8925.0, 8909.0, 8907.0, 8907.0, 8938.0, 8906.0, 8948.0, 8904.0, 8888.0, 8904.0, 8924.0, 8921.0, 8937.0, 8935.0, 8914.0, 8913.0, 8922.0, 8911.0, 8912.0, 8929.0, 8934.0, 8943.0, 8935.0, 8918.0, 8938.0, 8957.0, 8953.0, 8940.0, 8959.0, 8956.0, 8955.0, 8984.0, 8958.0, 8942.0, 8938.0, 8955.0, 8952.0, 8954.0, 8948.0, 8955.0, 8981.0, 8952.0, 8921.0, 8936.0, 8936.0, 8937.0, 8937.0, 8953.0, 8956.0, 8968.0, 8956.0, 8951.0, 8955.0, 8911.0, 8953.0, 8937.0, 8955.0, 8970.0, 8955.0, 8923.0, 8935.0, 8922.0, 8935.0, 8920.0, 8938.0, 8942.0, 8957.0, 8955.0, 8953.0, 8958.0, 8916.0, 8975.0, 8948.0, 8962.0, 8967.0, 8994.0, 8975.0, 8970.0, 8982.0, 8952.0, 8967.0, 8949.0, 8990.0, 8963.0, 9001.0, 8959.0, 8959.0, 8947.0, 8956.0, 8958.0, 8971.0, 8987.0, 8925.0, 8980.0, 8943.0, 8980.0, 8958.0, 8998.0, 8956.0, 8940.0, 8950.0, 8924.0, 8950.0, 8939.0, 8949.0, 8937.0, 8998.0, 8939.0, 8939.0, 8924.0, 8910.0, 8938.0, 8922.0, 8952.0, 8940.0, 8980.0, 8939.0, 8923.0, 8937.0, 8910.0, 8940.0, 8941.0, 8945.0, 8961.0, 8986.0, 8949.0, 8942.0, 8949.0, 8970.0, 8977.0, 8980.0, 8963.0, 8982.0, 8984.0, 9020.0, 8975.0, 8945.0, 8957.0, 8956.0, 8985.0, 8943.0, 9010.0, 8954.0, 8962.0, 8936.0, 8920.0, 8949.0, 8968.0, 8940.0, 8933.0, 8934.0, 8937.0, 8932.0, 8953.0, 8949.0, 8941.0, 8951.0, 8944.0, 8924.0, 8940.0, 8958.0, 8939.0, 8960.0, 8984.0, 8958.0, 8939.0, 8935.0, 8919.0, 8937.0, 8933.0, 8955.0, 8937.0, 8993.0, 8936.0, 8933.0, 8948.0, 8918.0, 8939.0, 8925.0, 8980.0, 8936.0, 8919.0, 8950.0, 8920.0, 8937.0, 8940.0, 8981.0, 8935.0, 8977.0, 8907.0, 8918.0, 8935.0, 8938.0, 8972.0, 8944.0, 8940.0, 8952.0, 8923.0, 8964.0, 8941.0, 8968.0, 8944.0, 8938.0, 8979.0, 8935.0, 8962.0, 8936.0, 8945.0, 8935.0, 8935.0, 8996.0, 8953.0, 8963.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.0008954200230149598</td></tr>
<tr><td colspan=3>aqi</td><td>0.025839407019562714</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.16238633162439</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1728634232373256</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9936115612442411</td></tr>
<tr><td colspan=3>efc</td><td>0.4379</td></tr>
<tr><td colspan=3>fber</td><td>7416.335</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12629576345832572</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.967779056386652</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4060020843277754</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.283312309197956</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.621301392048759</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.31339255173661</td></tr>
<tr><td colspan=3>gcor</td><td>0.00649487</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01790156401693821</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029037388041615486</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9194709141702173</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>26.6577</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.2692</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.5299</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>312852.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>316.1856</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4177</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>500.8901</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3331.6706</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3507.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>63692.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1164.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4367.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>894.7566</td></tr>
<tr><td colspan=3>tsnr</td><td>38.09607067098841</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>