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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-03_subject-0105_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-03_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-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-03_task-social_acq-mb8_run-03_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-0105/ses-03/func/sub-0105_ses-03_task-social_acq-mb8_run-03_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>440b6dc01242013fc973740342fd7627</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>19:24:4.687500</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.999891, -0.00966461, 0.0111419, 0.0113439, 0.986702, -0.162144]</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-03_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.0935754</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-03_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4228, -7734, -7282, 214, -123, -119, -114, 42]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.623</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fb02bdf3-66f6-462c-875f-885f536fd9f8||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.6826350688934326, 0.03043486922979355, 0.025451967492699623, 109.55797576904297], [0.02592943049967289, 2.647249221801758, -0.4380819499492645, -89.00827026367188], [0.02989283949136734, 0.4350200295448303, 2.6641013622283936, -102.42356872558594], [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': ['192404.687500', '192405.147500', '192405.607500', '192406.067500', '192406.527500', '192406.987500', '192407.447500', '192407.907500', '192408.367500', '192408.827500', '192409.287500', '192409.747500', '192410.207500', '192410.667500', '192411.127500', '192411.587500', '192412.047500', '192412.507500', '192412.967500', '192413.427500', '192413.887500', '192414.347500', '192414.807500', '192415.267500', '192415.727500', '192416.187500', '192416.647500', '192417.107500', '192417.567500', '192418.027500', '192418.487500', '192418.947500', '192419.407500', '192419.867500', '192420.327500', '192420.787500', '192421.247500', '192421.707500', '192422.167500', '192422.627500', '192423.087500', '192423.547500', '192424.007500', '192424.467500', '192424.927500', '192425.387500', '192425.847500', '192426.307500', '192426.767500', '192427.227500', '192427.687500', '192428.147500', '192428.607500', '192429.067500', '192429.527500', '192429.987500', '192430.447500', '192430.907500', '192431.367500', '192431.827500', '192432.287500', '192432.747500', '192433.207500', '192433.667500', '192434.127500', '192434.587500', '192435.047500', '192435.507500', '192435.967500', '192436.427500', '192436.887500', '192437.347500', '192437.807500', '192438.267500', '192438.727500', '192439.187500', '192439.647500', '192440.107500', '192440.567500', '192441.027500', '192441.487500', '192441.947500', '192442.407500', '192442.867500', '192443.327500', '192443.787500', '192444.247500', '192444.707500', '192445.167500', '192445.627500', '192446.087500', '192446.547500', '192447.007500', '192447.467500', '192447.927500', '192448.387500', '192448.847500', '192449.307500', '192449.767500', '192450.227500', '192450.687500', '192451.147500', '192451.607500', '192452.067500', '192452.527500', '192452.987500', '192453.447500', '192453.907500', '192454.367500', '192454.827500', '192455.287500', '192455.747500', '192456.207500', '192456.667500', '192457.127500', '192457.587500', '192458.047500', '192458.507500', '192458.967500', '192459.427500', '192459.887500', '192500.347500', '192500.807500', '192501.267500', '192501.727500', '192502.187500', '192502.647500', '192503.107500', '192503.567500', '192504.027500', '192504.487500', '192504.947500', '192505.407500', '192505.867500', '192506.327500', '192506.787500', '192507.247500', '192507.707500', '192508.167500', '192508.627500', '192509.087500', '192509.547500', '192510.007500', '192510.467500', '192510.927500', '192511.387500', '192511.847500', '192512.307500', '192512.767500', '192513.227500', '192513.687500', '192514.147500', '192514.607500', '192515.067500', '192515.527500', '192515.987500', '192516.447500', '192516.907500', '192517.367500', '192517.827500', '192518.287500', '192518.747500', '192519.207500', '192519.667500', '192520.127500', '192520.587500', '192521.047500', '192521.507500', '192521.967500', '192522.427500', '192522.887500', '192523.347500', '192523.807500', '192524.267500', '192524.727500', '192525.187500', '192525.647500', '192526.107500', '192526.567500', '192527.027500', '192527.487500', '192527.947500', '192528.407500', '192528.867500', '192529.327500', '192529.787500', '192530.247500', '192530.707500', '192531.167500', '192531.627500', '192532.087500', '192532.547500', '192533.007500', '192533.467500', '192533.927500', '192534.387500', '192534.847500', '192535.307500', '192535.767500', '192536.227500', '192536.687500', '192537.147500', '192537.607500', '192538.067500', '192538.527500', '192538.987500', '192539.447500', '192539.907500', '192540.367500', '192540.827500', '192541.287500', '192541.747500', '192542.207500', '192542.667500', '192543.127500', '192543.587500', '192544.047500', '192544.507500', '192544.967500', '192545.427500', '192545.887500', '192546.347500', '192546.807500', '192547.267500', '192547.727500', '192548.187500', '192548.647500', '192549.107500', '192549.567500', '192550.027500', '192550.487500', '192550.947500', '192551.407500', '192551.867500', '192552.327500', '192552.787500', '192553.247500', '192553.707500', '192554.167500', '192554.627500', '192555.087500', '192555.547500', '192556.007500', '192556.467500', '192556.927500', '192557.387500', '192557.847500', '192558.307500', '192558.767500', '192559.227500', '192559.687500', '192600.147500', '192600.607500', '192601.067500', '192601.527500', '192601.987500', '192602.447500', '192602.907500', '192603.367500', '192603.827500', '192604.287500', '192604.747500', '192605.207500', '192605.667500', '192606.127500', '192606.587500', '192607.047500', '192607.507500', '192607.967500', '192608.427500', '192608.887500', '192609.347500', '192609.807500', '192610.267500', '192610.727500', '192611.187500', '192611.647500', '192612.107500', '192612.567500', '192613.027500', '192613.487500', '192613.947500', '192614.407500', '192614.867500', '192615.327500', '192615.787500', '192616.247500', '192616.707500', '192617.167500', '192617.627500', '192618.087500', '192618.547500', '192619.007500', '192619.467500', '192619.927500', '192620.387500', '192620.847500', '192621.307500', '192621.767500', '192622.227500', '192622.687500', '192623.147500', '192623.607500', '192624.067500', '192624.527500', '192624.987500', '192625.447500', '192625.907500', '192626.367500', '192626.827500', '192627.287500', '192627.747500', '192628.207500', '192628.667500', '192629.127500', '192629.587500', '192630.047500', '192630.507500', '192630.967500', '192631.427500', '192631.887500', '192632.347500', '192632.807500', '192633.267500', '192633.727500', '192634.187500', '192634.647500', '192635.107500', '192635.567500', '192636.027500', '192636.487500', '192636.947500', '192637.407500', '192637.867500', '192638.327500', '192638.787500', '192639.247500', '192639.707500', '192640.167500', '192640.627500', '192641.087500', '192641.547500', '192642.007500', '192642.467500', '192642.927500', '192643.387500', '192643.847500', '192644.307500', '192644.767500', '192645.227500', '192645.687500', '192646.147500', '192646.607500', '192647.067500', '192647.527500', '192647.987500', '192648.447500', '192648.907500', '192649.367500', '192649.827500', '192650.287500', '192650.747500', '192651.207500', '192651.667500', '192652.127500', '192652.587500', '192653.047500', '192653.507500', '192653.967500', '192654.427500', '192654.887500', '192655.347500', '192655.807500', '192656.267500', '192656.727500', '192657.187500', '192657.647500', '192658.107500', '192658.567500', '192659.027500', '192659.487500', '192659.947500', '192700.407500', '192700.867500', '192701.327500', '192701.787500', '192702.247500', '192702.707500', '192703.167500', '192703.627500', '192704.087500', '192704.547500', '192705.007500', '192705.467500', '192705.927500', '192706.387500', '192706.847500', '192707.307500', '192707.767500', '192708.227500', '192708.687500', '192709.147500', '192709.607500', '192710.067500', '192710.527500', '192710.987500', '192711.447500', '192711.907500', '192712.367500', '192712.827500', '192713.287500', '192713.747500', '192714.207500', '192714.667500', '192715.127500', '192715.587500', '192716.047500', '192716.507500', '192716.967500', '192717.427500', '192717.887500', '192718.347500', '192718.807500', '192719.267500', '192719.727500', '192720.187500', '192720.647500', '192721.107500', '192721.567500', '192722.027500', '192722.487500', '192722.947500', '192723.407500', '192723.867500', '192724.327500', '192724.787500', '192725.247500', '192725.707500', '192726.167500', '192726.627500', '192727.087500', '192727.547500', '192728.007500', '192728.467500', '192728.927500', '192729.387500', '192729.847500', '192730.307500', '192730.767500', '192731.227500', '192731.687500', '192732.147500', '192732.607500', '192733.067500', '192733.527500', '192733.987500', '192734.447500', '192734.907500', '192735.367500', '192735.827500', '192736.287500', '192736.747500', '192737.207500', '192737.667500', '192738.127500', '192738.587500', '192739.047500', '192739.507500', '192739.967500', '192740.427500', '192740.887500', '192741.347500', '192741.807500', '192742.267500', '192742.727500', '192743.187500', '192743.647500', '192744.107500', '192744.567500', '192745.027500', '192745.487500', '192745.947500', '192746.407500', '192746.867500', '192747.327500', '192747.787500', '192748.247500', '192748.707500', '192749.167500', '192749.627500', '192750.087500', '192750.547500', '192751.007500', '192751.467500', '192751.927500', '192752.387500', '192752.847500', '192753.307500', '192753.767500', '192754.227500', '192754.687500', '192755.147500', '192755.607500', '192756.067500', '192756.527500', '192756.987500', '192757.447500', '192757.907500', '192758.367500', '192758.827500', '192759.287500', '192759.747500', '192800.207500', '192800.667500', '192801.127500', '192801.587500', '192802.047500', '192802.507500', '192802.967500', '192803.427500', '192803.887500', '192804.347500', '192804.807500', '192805.267500', '192805.727500', '192806.187500', '192806.647500', '192807.107500', '192807.567500', '192808.027500', '192808.487500', '192808.947500', '192809.407500', '192809.867500', '192810.327500', '192810.787500', '192811.247500', '192811.707500', '192812.167500', '192812.627500', '192813.087500', '192813.547500', '192814.007500', '192814.467500', '192814.927500', '192815.387500', '192815.847500', '192816.307500', '192816.767500', '192817.227500', '192817.687500', '192818.147500', '192818.607500', '192819.067500', '192819.527500', '192819.987500', '192820.447500', '192820.907500', '192821.367500', '192821.827500', '192822.287500', '192822.747500', '192823.207500', '192823.667500', '192824.127500', '192824.587500', '192825.047500', '192825.507500', '192825.967500', '192826.427500', '192826.887500', '192827.347500', '192827.807500', '192828.267500', '192828.727500', '192829.187500', '192829.647500', '192830.107500', '192830.567500', '192831.027500', '192831.487500', '192831.947500', '192832.407500', '192832.867500', '192833.327500', '192833.787500', '192834.247500', '192834.707500', '192835.167500', '192835.627500', '192836.087500', '192836.547500', '192837.007500', '192837.467500', '192837.927500', '192838.387500', '192838.847500', '192839.307500', '192839.767500', '192840.227500', '192840.687500', '192841.147500', '192841.607500', '192842.067500', '192842.527500', '192842.987500', '192843.447500', '192843.907500', '192844.367500', '192844.827500', '192845.287500', '192845.747500', '192846.207500', '192846.667500', '192847.127500', '192847.587500', '192848.047500', '192848.507500', '192848.967500', '192849.427500', '192849.887500', '192850.347500', '192850.807500', '192851.267500', '192851.727500', '192852.187500', '192852.647500', '192853.107500', '192853.567500', '192854.027500', '192854.487500', '192854.947500', '192855.407500', '192855.867500', '192856.327500', '192856.787500', '192857.247500', '192857.707500', '192858.167500', '192858.627500', '192859.087500', '192859.547500', '192900.007500', '192900.467500', '192900.927500', '192901.387500', '192901.847500', '192902.307500', '192902.767500', '192903.227500', '192903.687500', '192904.147500', '192904.607500', '192905.067500', '192905.527500', '192905.987500', '192906.447500', '192906.907500', '192907.367500', '192907.827500', '192908.287500', '192908.747500', '192909.207500', '192909.667500', '192910.127500', '192910.587500', '192911.047500', '192911.507500', '192911.967500', '192912.427500', '192912.887500', '192913.347500', '192913.807500', '192914.267500', '192914.727500', '192915.187500', '192915.647500', '192916.107500', '192916.567500', '192917.027500', '192917.487500', '192917.947500', '192918.407500', '192918.867500', '192919.327500', '192919.787500', '192920.247500', '192920.707500', '192921.167500', '192921.627500', '192922.087500', '192922.547500', '192923.007500', '192923.467500', '192923.927500', '192924.387500', '192924.847500', '192925.307500', '192925.767500', '192926.227500', '192926.687500', '192927.147500', '192927.607500', '192928.067500', '192928.527500', '192928.987500', '192929.447500', '192929.907500', '192930.367500', '192930.827500', '192931.287500', '192931.747500', '192932.207500', '192932.667500', '192933.127500', '192933.587500', '192934.047500', '192934.507500', '192934.967500', '192935.427500', '192935.887500', '192936.347500', '192936.807500', '192937.267500', '192937.727500', '192938.187500', '192938.647500', '192939.107500', '192939.567500', '192940.027500', '192940.487500', '192940.947500', '192941.407500', '192941.867500', '192942.327500', '192942.787500', '192943.247500', '192943.707500', '192944.167500', '192944.627500', '192945.087500', '192945.547500', '192946.007500', '192946.467500', '192946.927500', '192947.387500', '192947.847500', '192948.307500', '192948.767500', '192949.227500', '192949.687500', '192950.147500', '192950.607500', '192951.067500', '192951.527500', '192951.987500', '192952.447500', '192952.907500', '192953.367500', '192953.827500', '192954.287500', '192954.747500', '192955.207500', '192955.667500', '192956.127500', '192956.587500', '192957.047500', '192957.507500', '192957.967500', '192958.427500', '192958.887500', '192959.347500', '192959.807500', '193000.267500', '193000.727500', '193001.187500', '193001.647500', '193002.107500', '193002.567500', '193003.027500', '193003.487500', '193003.947500', '193004.407500', '193004.867500', '193005.327500', '193005.787500', '193006.247500', '193006.707500', '193007.167500', '193007.627500', '193008.087500', '193008.547500', '193009.007500', '193009.467500', '193009.927500', '193010.387500', '193010.847500', '193011.307500', '193011.767500', '193012.227500', '193012.687500', '193013.147500', '193013.607500', '193014.067500', '193014.527500', '193014.987500', '193015.447500', '193015.907500', '193016.367500', '193016.827500', '193017.287500', '193017.747500', '193018.207500', '193018.667500', '193019.127500', '193019.587500', '193020.047500', '193020.507500', '193020.967500', '193021.427500', '193021.887500', '193022.347500', '193022.807500', '193023.267500', '193023.727500', '193024.187500', '193024.647500', '193025.107500', '193025.567500', '193026.027500', '193026.487500', '193026.947500', '193027.407500', '193027.867500', '193028.327500', '193028.787500', '193029.247500', '193029.707500', '193030.167500', '193030.627500', '193031.087500', '193031.547500', '193032.007500', '193032.467500', '193032.927500', '193033.387500', '193033.847500', '193034.307500', '193034.767500', '193035.227500', '193035.687500', '193036.147500', '193036.607500', '193037.067500', '193037.527500', '193037.987500', '193038.447500', '193038.907500', '193039.367500', '193039.827500', '193040.287500', '193040.747500', '193041.207500', '193041.667500', '193042.127500', '193042.587500', '193043.047500', '193043.507500', '193043.967500', '193044.427500', '193044.887500', '193045.347500'], 'ContentTime': ['192433.735000', '192433.738000', '192433.741000', '192433.744000', '192433.746000', '192433.749000', '192433.751000', '192433.754000', '192433.756000', '192433.759000', '192433.761000', '192433.764000', '192433.767000', '192433.769000', '192433.772000', '192433.774000', '192433.777000', '192433.779000', '192433.782000', '192433.784000', '192433.787000', '192433.789000', '192433.792000', '192433.795000', '192433.797000', '192433.800000', '192433.802000', '192433.805000', '192433.807000', '192433.810000', '192433.813000', '192433.815000', '192433.818000', '192433.820000', '192433.823000', '192433.825000', '192433.828000', '192433.830000', '192433.833000', '192433.835000', '192433.838000', '192433.841000', '192433.843000', '192433.855000', '192433.857000', '192433.864000', '192433.866000', '192433.869000', '192433.871000', '192433.874000', '192433.876000', '192433.879000', '192433.882000', '192433.884000', '192433.887000', '192433.889000', '192433.892000', '192433.894000', '192433.897000', '192433.899000', '192433.902000', '192453.708000', '192453.711000', '192453.714000', '192453.717000', '192453.719000', '192453.722000', '192453.724000', '192453.727000', '192453.729000', '192453.732000', '192453.734000', '192453.737000', '192453.739000', '192453.742000', '192453.744000', '192453.747000', '192453.750000', '192453.752000', '192453.755000', '192453.757000', '192453.760000', '192453.762000', '192453.765000', '192453.767000', '192453.770000', '192453.773000', '192453.775000', '192453.778000', '192453.780000', '192453.783000', '192453.786000', '192453.788000', '192453.791000', '192453.793000', '192453.796000', '192453.799000', '192453.801000', '192453.804000', '192453.807000', '192453.809000', '192453.812000', '192453.814000', '192453.817000', '192513.709000', '192513.711000', '192513.714000', '192513.716000', '192513.719000', '192513.722000', '192513.724000', '192513.727000', '192513.729000', '192513.732000', '192513.734000', '192513.737000', '192513.740000', '192513.742000', '192513.745000', '192513.747000', '192513.750000', '192513.752000', '192513.755000', '192513.757000', '192513.760000', '192513.763000', '192513.765000', '192513.768000', '192513.770000', '192513.773000', '192513.775000', '192513.778000', '192513.781000', '192513.783000', '192513.786000', '192513.789000', '192513.791000', '192513.794000', '192513.796000', '192513.799000', '192513.802000', '192513.804000', '192513.807000', '192513.809000', '192513.812000', '192513.814000', '192513.817000', '192513.819000', '192533.708000', '192533.711000', '192533.714000', '192533.716000', '192533.719000', '192533.722000', '192533.729000', '192533.732000', '192533.735000', '192533.737000', '192533.740000', '192533.743000', '192533.746000', '192533.749000', '192533.752000', '192533.754000', '192533.757000', '192533.759000', '192533.762000', '192533.766000', '192533.769000', '192533.771000', '192533.774000', '192533.777000', '192533.779000', '192533.782000', '192533.784000', '192533.787000', '192533.790000', '192533.792000', '192533.795000', '192533.797000', '192533.800000', '192533.803000', '192533.805000', '192533.808000', '192533.810000', '192533.813000', '192533.815000', '192533.818000', '192533.821000', '192533.824000', '192533.826000', '192553.709000', '192553.712000', '192553.715000', '192553.717000', '192553.720000', '192553.722000', '192553.725000', '192553.728000', '192553.730000', '192553.733000', '192553.735000', '192553.738000', '192553.741000', '192553.743000', '192553.746000', '192553.748000', '192553.751000', '192553.753000', '192553.756000', '192553.758000', '192553.792000', '192553.794000', '192553.797000', '192553.800000', '192553.802000', '192553.805000', '192553.807000', '192553.810000', '192553.812000', '192553.815000', '192553.818000', '192553.820000', '192553.823000', '192553.825000', '192553.828000', '192553.830000', '192553.833000', '192553.835000', '192553.838000', '192553.841000', '192553.843000', '192553.846000', '192553.848000', '192553.851000', '192613.709000', '192613.712000', '192613.715000', '192613.717000', '192613.720000', '192613.722000', '192613.725000', '192613.728000', '192613.730000', '192613.733000', '192613.735000', '192613.738000', '192613.741000', '192613.744000', '192613.747000', '192613.749000', '192613.752000', '192613.755000', '192613.757000', '192613.760000', '192613.762000', '192613.765000', '192613.767000', '192613.770000', '192613.773000', '192613.775000', '192613.778000', '192613.780000', '192613.783000', '192613.786000', '192613.788000', '192613.791000', '192613.793000', '192613.796000', '192613.799000', '192613.848000', '192613.851000', '192613.853000', '192613.856000', '192613.859000', '192613.861000', '192613.864000', '192613.866000', '192633.708000', '192633.711000', '192633.714000', '192633.716000', '192633.719000', '192633.721000', '192633.724000', '192633.727000', '192633.729000', '192633.732000', '192633.734000', '192633.737000', '192633.739000', '192633.742000', '192633.744000', '192633.747000', '192633.750000', '192633.752000', '192633.755000', '192633.757000', '192633.760000', '192633.762000', '192633.765000', '192633.768000', '192633.770000', '192633.773000', '192633.775000', '192633.778000', '192633.780000', '192633.783000', '192633.785000', '192633.788000', '192633.791000', '192633.793000', '192633.796000', '192633.798000', '192633.839000', '192633.841000', '192633.844000', '192633.846000', '192633.849000', '192633.851000', '192633.854000', '192633.856000', '192653.708000', '192653.711000', '192653.714000', '192653.717000', '192653.719000', '192653.722000', '192653.724000', '192653.727000', '192653.729000', '192653.732000', '192653.735000', '192653.737000', '192653.740000', '192653.742000', '192653.745000', '192653.747000', '192653.750000', '192653.753000', '192653.755000', '192653.758000', '192653.760000', '192653.763000', '192653.765000', '192653.768000', '192653.770000', '192653.773000', '192653.776000', '192653.779000', '192653.782000', '192653.785000', '192653.787000', '192653.790000', '192653.793000', '192653.795000', '192653.798000', '192653.801000', '192653.803000', '192653.807000', '192653.810000', '192653.812000', '192653.815000', '192653.817000', '192653.820000', '192713.709000', '192713.711000', '192713.714000', '192713.717000', '192713.719000', '192713.722000', '192713.724000', '192713.727000', '192713.729000', '192713.732000', '192713.735000', '192713.737000', '192713.740000', '192713.743000', '192713.745000', '192713.748000', '192713.750000', '192713.753000', '192713.756000', '192713.758000', '192713.761000', '192713.763000', '192713.766000', '192713.768000', '192713.771000', '192713.773000', '192713.776000', '192713.779000', '192713.781000', '192713.784000', '192713.786000', '192713.789000', '192713.792000', '192713.794000', '192713.797000', '192713.839000', '192713.841000', '192713.844000', '192713.846000', '192713.849000', '192713.851000', '192713.854000', '192713.856000', '192713.859000', '192733.708000', '192733.726000', '192733.729000', '192733.731000', '192733.734000', '192733.736000', '192733.739000', '192733.742000', '192733.744000', '192733.747000', '192733.749000', '192733.752000', '192733.755000', '192733.757000', '192733.760000', '192733.762000', '192733.765000', '192733.768000', '192733.770000', '192733.773000', '192733.775000', '192733.778000', '192733.780000', '192733.783000', '192733.786000', '192733.788000', '192733.791000', '192733.794000', '192733.796000', '192733.799000', '192733.850000', '192733.852000', '192733.855000', '192733.857000', '192733.860000', '192733.862000', '192733.865000', '192733.868000', '192733.870000', '192733.873000', '192733.875000', '192733.878000', '192733.880000', '192753.708000', '192753.711000', '192753.714000', '192753.716000', '192753.719000', '192753.722000', '192753.724000', '192753.727000', '192753.729000', '192753.732000', '192753.734000', '192753.737000', '192753.739000', '192753.742000', '192753.745000', '192753.747000', '192753.750000', '192753.752000', '192753.755000', '192753.758000', '192753.760000', '192753.763000', '192753.765000', '192753.768000', '192753.770000', '192753.773000', '192753.776000', '192753.778000', '192753.781000', '192753.783000', '192753.786000', '192753.789000', '192753.791000', '192753.794000', '192753.796000', '192753.799000', '192753.802000', '192753.804000', '192753.807000', '192753.809000', '192753.812000', '192753.815000', '192753.817000', '192753.820000', '192813.710000', '192813.712000', '192813.715000', '192813.718000', '192813.720000', '192813.723000', '192813.725000', '192813.728000', '192813.730000', '192813.733000', '192813.736000', '192813.738000', '192813.741000', '192813.743000', '192813.746000', '192813.748000', '192813.751000', '192813.754000', '192813.756000', '192813.759000', '192813.761000', '192813.764000', '192813.766000', '192813.769000', '192813.772000', '192813.774000', '192813.777000', '192813.779000', '192813.782000', '192813.784000', '192813.787000', '192813.790000', '192813.792000', '192813.795000', '192813.797000', '192813.857000', '192813.860000', '192813.862000', '192813.865000', '192813.867000', '192813.870000', '192813.873000', '192813.875000', '192833.709000', '192833.712000', '192833.715000', '192833.717000', '192833.720000', '192833.723000', '192833.725000', '192833.728000', '192833.730000', '192833.733000', '192833.735000', '192833.738000', '192833.741000', '192833.743000', '192833.746000', '192833.748000', '192833.751000', '192833.754000', '192833.756000', '192833.759000', '192833.761000', '192833.764000', '192833.766000', '192833.769000', '192833.772000', '192833.774000', '192833.777000', '192833.779000', '192833.782000', '192833.785000', '192833.787000', '192833.790000', '192833.792000', '192833.795000', '192833.797000', '192833.800000', '192833.847000', '192833.850000', '192833.852000', '192833.855000', '192833.858000', '192833.860000', '192833.863000', '192833.866000', '192853.708000', '192853.711000', '192853.714000', '192853.716000', '192853.719000', '192853.722000', '192853.724000', '192853.727000', '192853.729000', '192853.732000', '192853.734000', '192853.737000', '192853.740000', '192853.742000', '192853.745000', '192853.747000', '192853.750000', '192853.753000', '192853.755000', '192853.758000', '192853.760000', '192853.763000', '192853.766000', '192853.768000', '192853.771000', '192853.773000', '192853.787000', '192853.789000', '192853.792000', '192853.794000', '192853.797000', '192853.800000', '192853.846000', '192853.849000', '192853.851000', '192853.854000', '192853.856000', '192853.859000', '192853.861000', '192853.864000', '192853.866000', '192853.869000', '192853.872000', '192913.709000', '192913.711000', '192913.714000', '192913.717000', '192913.719000', '192913.722000', '192913.724000', '192913.727000', '192913.729000', '192913.732000', '192913.735000', '192913.737000', '192913.740000', '192913.742000', '192913.745000', '192913.747000', '192913.750000', '192913.753000', '192913.755000', '192913.758000', '192913.760000', '192913.763000', '192913.765000', '192913.768000', '192913.771000', '192913.773000', '192913.776000', '192913.779000', '192913.781000', '192913.784000', '192913.786000', '192913.789000', '192913.791000', '192913.794000', '192913.796000', '192913.799000', '192913.856000', '192913.859000', '192913.861000', '192913.864000', '192913.867000', '192913.869000', '192913.872000', '192913.874000', '192933.708000', '192933.711000', '192933.714000', '192933.717000', '192933.719000', '192933.722000', '192933.724000', '192933.727000', '192933.730000', '192933.732000', '192933.735000', '192933.737000', '192933.740000', '192933.743000', '192933.745000', '192933.748000', '192933.750000', '192933.753000', '192933.755000', '192933.758000', '192933.760000', '192933.763000', '192933.766000', '192933.768000', '192933.771000', '192933.773000', '192933.776000', '192933.779000', '192933.781000', '192933.784000', '192933.786000', '192933.789000', '192933.791000', '192933.794000', '192933.797000', '192933.799000', '192933.802000', '192933.804000', '192933.807000', '192933.810000', '192933.812000', '192933.815000', '192933.817000', '192953.708000', '192953.711000', '192953.714000', '192953.716000', '192953.719000', '192953.722000', '192953.724000', '192953.727000', '192953.729000', '192953.732000', '192953.734000', '192953.737000', '192953.740000', '192953.742000', '192953.745000', '192953.747000', '192953.750000', '192953.752000', '192953.755000', '192953.757000', '192953.760000', '192953.763000', '192953.765000', '192953.768000', '192953.770000', '192953.773000', '192953.776000', '192953.778000', '192953.781000', '192953.783000', '192953.786000', '192953.789000', '192953.791000', '192953.794000', '192953.796000', '192953.799000', '192953.869000', '192953.872000', '192953.875000', '192953.877000', '192953.880000', '192953.882000', '192953.885000', '193013.709000', '193013.711000', '193013.714000', '193013.717000', '193013.719000', '193013.722000', '193013.724000', '193013.727000', '193013.730000', '193013.732000', '193013.735000', '193013.737000', '193013.740000', '193013.743000', '193013.745000', '193013.748000', '193013.750000', '193013.755000', '193013.757000', '193013.760000', '193013.762000', '193013.765000', '193013.768000', '193013.770000', '193013.773000', '193013.775000', '193013.778000', '193013.781000', '193013.783000', '193013.786000', '193013.788000', '193013.791000', '193013.794000', '193013.796000', '193013.799000', '193013.884000', '193013.887000', '193013.889000', '193013.904000', '193013.907000', '193013.909000', '193013.912000', '193013.914000', '193013.917000', '193033.709000', '193033.712000', '193033.715000', '193033.717000', '193033.720000', '193033.723000', '193033.725000', '193033.728000', '193033.730000', '193033.733000', '193033.736000', '193033.738000', '193033.741000', '193033.743000', '193033.746000', '193033.749000', '193033.751000', '193033.754000', '193033.756000', '193033.759000', '193033.761000', '193033.764000', '193033.767000', '193033.769000', '193033.772000', '193033.774000', '193033.777000', '193033.779000', '193033.782000', '193033.784000', '193033.787000', '193033.790000', '193033.792000', '193033.795000', '193033.798000', '193033.873000', '193033.875000', '193033.878000', '193033.881000', '193033.883000', '193033.886000', '193033.888000', '193033.891000', '193033.894000', '193046.530000', '193046.533000', '193046.536000', '193046.539000', '193046.542000', '193046.545000', '193046.548000', '193046.551000', '193046.553000', '193046.556000', '193046.559000', '193046.561000', '193046.564000', '193046.566000', '193046.569000', '193046.572000', '193046.574000', '193046.577000', '193046.580000', '193046.582000', '193046.585000', '193046.588000', '193046.590000', '193046.593000', '193046.595000', '193046.598000', '193046.601000', '193046.604000'], 'InstanceCreationTime': ['192433.735000', '192433.738000', '192433.741000', '192433.744000', '192433.746000', '192433.749000', '192433.751000', '192433.754000', '192433.756000', '192433.759000', '192433.761000', '192433.764000', '192433.767000', '192433.769000', '192433.772000', '192433.774000', '192433.777000', '192433.779000', '192433.782000', '192433.784000', '192433.787000', '192433.789000', '192433.792000', '192433.795000', '192433.797000', '192433.800000', '192433.802000', '192433.805000', '192433.807000', '192433.810000', '192433.813000', '192433.815000', '192433.818000', '192433.820000', '192433.823000', '192433.825000', '192433.828000', '192433.830000', '192433.833000', '192433.835000', '192433.838000', '192433.841000', '192433.843000', '192433.855000', '192433.857000', '192433.864000', '192433.866000', '192433.869000', '192433.871000', '192433.874000', '192433.876000', '192433.879000', '192433.882000', '192433.884000', '192433.887000', '192433.889000', '192433.892000', '192433.894000', '192433.897000', '192433.899000', '192433.902000', '192453.708000', '192453.711000', '192453.714000', '192453.717000', '192453.719000', '192453.722000', '192453.724000', '192453.727000', '192453.729000', '192453.732000', '192453.734000', '192453.737000', '192453.739000', '192453.742000', '192453.744000', '192453.747000', '192453.750000', '192453.752000', '192453.755000', '192453.757000', '192453.760000', '192453.762000', '192453.765000', '192453.767000', '192453.770000', '192453.773000', '192453.775000', '192453.778000', '192453.780000', '192453.783000', '192453.786000', '192453.788000', '192453.791000', '192453.793000', '192453.796000', '192453.799000', '192453.801000', '192453.804000', '192453.807000', '192453.809000', '192453.812000', '192453.814000', '192453.817000', '192513.709000', '192513.711000', '192513.714000', '192513.716000', '192513.719000', '192513.722000', '192513.724000', '192513.727000', '192513.729000', '192513.732000', '192513.734000', '192513.737000', '192513.740000', '192513.742000', '192513.745000', '192513.747000', '192513.750000', '192513.752000', '192513.755000', '192513.757000', '192513.760000', '192513.763000', '192513.765000', '192513.768000', '192513.770000', '192513.773000', '192513.775000', '192513.778000', '192513.781000', '192513.783000', '192513.786000', '192513.789000', '192513.791000', '192513.794000', '192513.796000', '192513.799000', '192513.802000', '192513.804000', '192513.807000', '192513.809000', '192513.812000', '192513.814000', '192513.817000', '192513.819000', '192533.708000', '192533.711000', '192533.714000', '192533.716000', '192533.719000', '192533.722000', '192533.729000', '192533.732000', '192533.735000', '192533.737000', '192533.740000', '192533.743000', '192533.746000', '192533.749000', '192533.752000', '192533.754000', '192533.757000', '192533.759000', '192533.762000', '192533.766000', '192533.769000', '192533.771000', '192533.774000', '192533.777000', '192533.779000', '192533.782000', '192533.784000', '192533.787000', '192533.790000', '192533.792000', '192533.795000', '192533.797000', '192533.800000', '192533.803000', '192533.805000', '192533.808000', '192533.810000', '192533.813000', '192533.815000', '192533.818000', '192533.821000', '192533.824000', '192533.826000', '192553.709000', '192553.712000', '192553.715000', '192553.717000', '192553.720000', '192553.722000', '192553.725000', '192553.728000', '192553.730000', '192553.733000', '192553.735000', '192553.738000', '192553.741000', '192553.743000', '192553.746000', '192553.748000', '192553.751000', '192553.753000', '192553.756000', '192553.758000', '192553.792000', '192553.794000', '192553.797000', '192553.800000', '192553.802000', '192553.805000', '192553.807000', '192553.810000', '192553.812000', '192553.815000', '192553.818000', '192553.820000', '192553.823000', '192553.825000', '192553.828000', '192553.830000', '192553.833000', '192553.835000', '192553.838000', '192553.841000', '192553.843000', '192553.846000', '192553.848000', '192553.851000', '192613.709000', '192613.712000', '192613.715000', '192613.717000', '192613.720000', '192613.722000', '192613.725000', '192613.728000', '192613.730000', '192613.733000', '192613.735000', '192613.738000', '192613.741000', '192613.744000', '192613.747000', '192613.749000', '192613.752000', '192613.755000', '192613.757000', '192613.760000', '192613.762000', '192613.765000', '192613.767000', '192613.770000', '192613.773000', '192613.775000', '192613.778000', '192613.780000', '192613.783000', '192613.786000', '192613.788000', '192613.791000', '192613.793000', '192613.796000', '192613.799000', '192613.848000', '192613.851000', '192613.853000', '192613.856000', '192613.859000', '192613.861000', '192613.864000', '192613.866000', '192633.708000', '192633.711000', '192633.714000', '192633.716000', '192633.719000', '192633.721000', '192633.724000', '192633.727000', '192633.729000', '192633.732000', '192633.734000', '192633.737000', '192633.739000', '192633.742000', '192633.744000', '192633.747000', '192633.750000', '192633.752000', '192633.755000', '192633.757000', '192633.760000', '192633.762000', '192633.765000', '192633.768000', '192633.770000', '192633.773000', '192633.775000', '192633.778000', '192633.780000', '192633.783000', '192633.785000', '192633.788000', '192633.791000', '192633.793000', '192633.796000', '192633.798000', '192633.839000', '192633.841000', '192633.844000', '192633.846000', '192633.849000', '192633.851000', '192633.854000', '192633.856000', '192653.708000', '192653.711000', '192653.714000', '192653.717000', '192653.719000', '192653.722000', '192653.724000', '192653.727000', '192653.729000', '192653.732000', '192653.735000', '192653.737000', '192653.740000', '192653.742000', '192653.745000', '192653.747000', '192653.750000', '192653.753000', '192653.755000', '192653.758000', '192653.760000', '192653.763000', '192653.765000', '192653.768000', '192653.770000', '192653.773000', '192653.776000', '192653.779000', '192653.782000', '192653.785000', '192653.787000', '192653.790000', '192653.793000', '192653.795000', '192653.798000', '192653.801000', '192653.803000', '192653.807000', '192653.810000', '192653.812000', '192653.815000', '192653.817000', '192653.820000', '192713.709000', '192713.711000', '192713.714000', '192713.717000', '192713.719000', '192713.722000', '192713.724000', '192713.727000', '192713.729000', '192713.732000', '192713.735000', '192713.737000', '192713.740000', '192713.743000', '192713.745000', '192713.748000', '192713.750000', '192713.753000', '192713.756000', '192713.758000', '192713.761000', '192713.763000', '192713.766000', '192713.768000', '192713.771000', '192713.773000', '192713.776000', '192713.779000', '192713.781000', '192713.784000', '192713.786000', '192713.789000', '192713.792000', '192713.794000', '192713.797000', '192713.839000', '192713.841000', '192713.844000', '192713.846000', '192713.849000', '192713.851000', '192713.854000', '192713.856000', '192713.859000', '192733.708000', '192733.726000', '192733.729000', '192733.731000', '192733.734000', '192733.736000', '192733.739000', '192733.742000', '192733.744000', '192733.747000', '192733.749000', '192733.752000', '192733.755000', '192733.757000', '192733.760000', '192733.762000', '192733.765000', '192733.768000', '192733.770000', '192733.773000', '192733.775000', '192733.778000', '192733.780000', '192733.783000', '192733.786000', '192733.788000', '192733.791000', '192733.794000', '192733.796000', '192733.799000', '192733.850000', '192733.852000', '192733.855000', '192733.857000', '192733.860000', '192733.862000', '192733.865000', '192733.868000', '192733.870000', '192733.873000', '192733.875000', '192733.878000', '192733.880000', '192753.708000', '192753.711000', '192753.714000', '192753.716000', '192753.719000', '192753.722000', '192753.724000', '192753.727000', '192753.729000', '192753.732000', '192753.734000', '192753.737000', '192753.739000', '192753.742000', '192753.745000', '192753.747000', '192753.750000', '192753.752000', '192753.755000', '192753.758000', '192753.760000', '192753.763000', '192753.765000', '192753.768000', '192753.770000', '192753.773000', '192753.776000', '192753.778000', '192753.781000', '192753.783000', '192753.786000', '192753.789000', '192753.791000', '192753.794000', '192753.796000', '192753.799000', '192753.802000', '192753.804000', '192753.807000', '192753.809000', '192753.812000', '192753.815000', '192753.817000', '192753.820000', '192813.710000', '192813.712000', '192813.715000', '192813.718000', '192813.720000', '192813.723000', '192813.725000', '192813.728000', '192813.730000', '192813.733000', '192813.736000', '192813.738000', '192813.741000', '192813.743000', '192813.746000', '192813.748000', '192813.751000', '192813.754000', '192813.756000', '192813.759000', '192813.761000', '192813.764000', '192813.766000', '192813.769000', '192813.772000', '192813.774000', '192813.777000', '192813.779000', '192813.782000', '192813.784000', '192813.787000', '192813.790000', '192813.792000', '192813.795000', '192813.797000', '192813.857000', '192813.860000', '192813.862000', '192813.865000', '192813.867000', '192813.870000', '192813.873000', '192813.875000', '192833.709000', '192833.712000', '192833.715000', '192833.717000', '192833.720000', '192833.723000', '192833.725000', '192833.728000', '192833.730000', '192833.733000', '192833.735000', '192833.738000', '192833.741000', '192833.743000', '192833.746000', '192833.748000', '192833.751000', '192833.754000', '192833.756000', '192833.759000', '192833.761000', '192833.764000', '192833.766000', '192833.769000', '192833.772000', '192833.774000', '192833.777000', '192833.779000', '192833.782000', '192833.785000', '192833.787000', '192833.790000', '192833.792000', '192833.795000', '192833.797000', '192833.800000', '192833.847000', '192833.850000', '192833.852000', '192833.855000', '192833.858000', '192833.860000', '192833.863000', '192833.866000', '192853.708000', '192853.711000', '192853.714000', '192853.716000', '192853.719000', '192853.722000', '192853.724000', '192853.727000', '192853.729000', '192853.732000', '192853.734000', '192853.737000', '192853.740000', '192853.742000', '192853.745000', '192853.747000', '192853.750000', '192853.753000', '192853.755000', '192853.758000', '192853.760000', '192853.763000', '192853.766000', '192853.768000', '192853.771000', '192853.773000', '192853.787000', '192853.789000', '192853.792000', '192853.794000', '192853.797000', '192853.800000', '192853.846000', '192853.849000', '192853.851000', '192853.854000', '192853.856000', '192853.859000', '192853.861000', '192853.864000', '192853.866000', '192853.869000', '192853.872000', '192913.709000', '192913.711000', '192913.714000', '192913.717000', '192913.719000', '192913.722000', '192913.724000', '192913.727000', '192913.729000', '192913.732000', '192913.735000', '192913.737000', '192913.740000', '192913.742000', '192913.745000', '192913.747000', '192913.750000', '192913.753000', '192913.755000', '192913.758000', '192913.760000', '192913.763000', '192913.765000', '192913.768000', '192913.771000', '192913.773000', '192913.776000', '192913.779000', '192913.781000', '192913.784000', '192913.786000', '192913.789000', '192913.791000', '192913.794000', '192913.796000', '192913.799000', '192913.856000', '192913.859000', '192913.861000', '192913.864000', '192913.867000', '192913.869000', '192913.872000', '192913.874000', '192933.708000', '192933.711000', '192933.714000', '192933.717000', '192933.719000', '192933.722000', '192933.724000', '192933.727000', '192933.730000', '192933.732000', '192933.735000', '192933.737000', '192933.740000', '192933.743000', '192933.745000', '192933.748000', '192933.750000', '192933.753000', '192933.755000', '192933.758000', '192933.760000', '192933.763000', '192933.766000', '192933.768000', '192933.771000', '192933.773000', '192933.776000', '192933.779000', '192933.781000', '192933.784000', '192933.786000', '192933.789000', '192933.791000', '192933.794000', '192933.797000', '192933.799000', '192933.802000', '192933.804000', '192933.807000', '192933.810000', '192933.812000', '192933.815000', '192933.817000', '192953.708000', '192953.711000', '192953.714000', '192953.716000', '192953.719000', '192953.722000', '192953.724000', '192953.727000', '192953.729000', '192953.732000', '192953.734000', '192953.737000', '192953.740000', '192953.742000', '192953.745000', '192953.747000', '192953.750000', '192953.752000', '192953.755000', '192953.757000', '192953.760000', '192953.763000', '192953.765000', '192953.768000', '192953.770000', '192953.773000', '192953.776000', '192953.778000', '192953.781000', '192953.783000', '192953.786000', '192953.789000', '192953.791000', '192953.794000', '192953.796000', '192953.799000', '192953.869000', '192953.872000', '192953.875000', '192953.877000', '192953.880000', '192953.882000', '192953.885000', '193013.709000', '193013.711000', '193013.714000', '193013.717000', '193013.719000', '193013.722000', '193013.724000', '193013.727000', '193013.730000', '193013.732000', '193013.735000', '193013.737000', '193013.740000', '193013.743000', '193013.745000', '193013.748000', '193013.750000', '193013.755000', '193013.757000', '193013.760000', '193013.762000', '193013.765000', '193013.768000', '193013.770000', '193013.773000', '193013.775000', '193013.778000', '193013.781000', '193013.783000', '193013.786000', '193013.788000', '193013.791000', '193013.794000', '193013.796000', '193013.799000', '193013.884000', '193013.887000', '193013.889000', '193013.904000', '193013.907000', '193013.909000', '193013.912000', '193013.914000', '193013.917000', '193033.709000', '193033.712000', '193033.715000', '193033.717000', '193033.720000', '193033.723000', '193033.725000', '193033.728000', '193033.730000', '193033.733000', '193033.736000', '193033.738000', '193033.741000', '193033.743000', '193033.746000', '193033.749000', '193033.751000', '193033.754000', '193033.756000', '193033.759000', '193033.761000', '193033.764000', '193033.767000', '193033.769000', '193033.772000', '193033.774000', '193033.777000', '193033.779000', '193033.782000', '193033.784000', '193033.787000', '193033.790000', '193033.792000', '193033.795000', '193033.798000', '193033.873000', '193033.875000', '193033.878000', '193033.881000', '193033.883000', '193033.886000', '193033.888000', '193033.891000', '193033.894000', '193046.530000', '193046.533000', '193046.536000', '193046.539000', '193046.542000', '193046.545000', '193046.548000', '193046.551000', '193046.553000', '193046.556000', '193046.559000', '193046.561000', '193046.564000', '193046.566000', '193046.569000', '193046.572000', '193046.574000', '193046.577000', '193046.580000', '193046.582000', '193046.585000', '193046.588000', '193046.590000', '193046.593000', '193046.595000', '193046.598000', '193046.601000', '193046.604000'], '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': [9528, 13324, 8892, 11648, 8258, 11053, 7608, 10849, 8410, 11953, 7688, 12005, 8046, 13155, 8389, 11065, 9065, 9893, 15414, 10257, 15600, 10091, 12751, 9189, 11698, 9327, 11927, 9809, 12397, 8788, 13267, 9398, 12901, 9443, 14598, 9812, 13484, 9607, 12531, 9797, 14204, 10063, 14750, 9802, 13223, 9331, 13284, 9734, 14171, 9434, 13024, 9049, 11974, 8783, 14103, 9353, 15163, 9974, 13598, 9649, 12763, 9472, 13493, 9948, 15356, 9770, 13542, 9471, 13165, 9597, 15301, 9985, 14482, 9462, 12748, 8790, 11877, 8771, 12801, 8047, 10847, 8496, 10643, 7796, 11596, 8687, 10278, 9489, 7907, 10529, 16777, 11734, 15397, 11086, 15953, 10817, 14711, 8791, 13474, 9554, 13523, 8921, 13022, 8613, 13070, 11478, 13427, 11352, 11921, 10764, 8600, 11468, 8820, 10885, 9000, 9889, 12287, 8942, 14484, 9513, 13262, 8287, 11681, 7650, 11236, 7282, 9995, 7081, 10132, 7322, 10261, 7362, 10757, 7309, 10869, 7563, 10308, 7883, 8437, 12100, 8623, 11725, 8946, 10855, 7642, 10216, 7405, 10074, 7494, 10265, 7704, 9553, 7000, 8911, 10317, 8281, 11771, 8420, 11243, 8223, 10150, 7595, 11114, 7780, 11338, 7747, 9679, 12336, 9037, 13213, 9599, 12655, 10452, 13373, 9099, 11118, 8700, 10590, 7859, 11951, 8215, 11208, 7863, 9035, 12474, 8523, 13670, 9903, 12235, 8740, 11252, 7572, 9666, 8416, 8930, 12451, 9472, 12798, 8482, 11484, 8606, 10512, 7746, 10582, 7502, 10387, 7174, 9546, 8527, 9430, 12621, 9739, 13159, 9472, 11757, 9391, 10038, 9097, 9826, 9880, 9894, 11956, 8916, 12374, 9844, 12928, 10124, 14137, 9991, 12481, 8853, 10937, 9310, 10428, 7901, 8706, 8824, 8636, 10195, 8591, 8275, 8316, 7103, 8962, 7327, 9073, 7680, 10934, 7937, 11549, 8916, 9550, 9206, 12168, 10272, 13995, 11828, 15589, 12657, 14381, 10644, 13032, 9450, 11238, 9781, 9317, 13170, 8566, 12305, 8212, 11566, 8157, 10631, 7915, 10629, 7461, 10081, 7206, 9904, 8440, 11701, 8620, 7519, 10389, 7264, 11945, 13289, 9346, 14174, 9835, 12466, 10071, 11947, 7861, 10024, 7467, 9991, 7114, 9385, 6825, 8623, 6804, 8422, 7570, 9124, 7766, 9691, 7088, 10240, 10883, 9365, 12785, 10493, 13446, 9583, 12214, 8674, 12025, 8788, 10965, 10779, 9622, 9715, 8590, 9860, 8683, 11709, 8968, 13174, 8848, 13648, 8910, 11713, 8962, 11314, 8226, 12059, 8379, 13343, 9220, 11628, 7417, 9528, 9012, 8541, 11746, 8940, 9209, 8062, 10904, 8132, 11569, 8480, 11570, 8605, 9931, 7977, 10688, 8254, 11928, 9286, 12126, 9368, 11453, 9354, 11618, 8461, 12265, 8668, 12478, 8177, 11503, 8102, 11002, 7811, 11007, 7347, 13021, 8087, 11573, 8514, 11684, 8945, 12327, 8811, 12745, 8227, 12103, 8874, 10308, 11898, 9210, 11017, 8490, 8079, 9506, 7118, 11488, 7185, 10112, 7332, 10630, 7285, 9697, 7788, 13122, 9161, 14130, 11051, 13846, 11176, 13993, 10440, 12244, 8979, 11251, 8931, 11232, 8617, 10765, 7590, 10197, 7804, 9622, 7589, 9952, 7739, 10126, 7571, 10264, 7765, 10157, 8015, 10585, 8889, 10979, 9220, 10882, 8294, 11532, 8285, 12665, 8772, 13121, 8308, 12311, 8242, 12778, 8009, 13392, 8682, 13407, 8355, 11042, 9229, 9484, 13570, 9302, 13793, 9417, 11277, 8433, 10598, 7710, 10643, 7938, 10000, 7427, 8772, 12575, 8248, 12611, 8474, 11971, 8491, 11100, 7275, 10218, 7758, 9060, 11223, 8546, 12841, 8933, 11719, 8071, 10563, 7789, 10613, 7861, 10911, 7186, 10176, 7132, 10074, 10521, 8308, 12619, 10391, 12692, 9258, 11014, 8482, 11194, 7960, 11553, 8090, 12618, 8365, 11690, 8474, 11330, 8429, 11844, 8484, 12381, 9569, 11716, 8430, 11945, 8816, 11705, 11641, 10302, 12931, 9140, 13341, 8940, 11651, 8635, 11558, 8465, 11599, 8104, 10845, 7842, 11115, 8086, 11228, 8327, 11871, 8104, 11270, 8395, 9323, 12770, 9574, 13994, 9729, 12210, 8571, 10892, 8053, 11100, 8099, 10847, 7331, 10059, 7016, 9233, 7393, 8903, 8870, 9166, 10212, 8491, 12573, 8681, 11680, 8877, 11437, 8209, 11282, 7562, 11341, 7966, 12438, 8655, 12114, 8231, 12283, 8218, 11299, 8091, 10321, 9246, 9779, 10225, 9185, 8072, 8981, 7342, 10969, 8050, 12698, 9514, 13828, 9515, 11634, 8868, 14743, 11146, 13016, 10859, 12111, 10338, 13783, 10847, 13779, 9651, 11824, 9405, 11090, 8278, 11123, 8075, 10084, 7554, 10510, 7923, 10758, 7936, 10614, 7982, 10985, 8409, 11826, 8319, 10893, 7760, 10222, 10994, 9487, 13046, 10623, 13293, 10320, 12348, 9180, 11317, 9054, 11627, 8930, 11454, 8674, 11573, 8366, 11621, 8686, 11352, 8470, 12711, 7762, 11009, 8891, 10434, 12924, 9542, 14400, 10443, 14045, 9591, 11502, 8670, 11122, 8440, 10831, 7898, 10845, 7241, 9645, 7418, 9193, 7918, 10616, 7203, 11276, 8090, 13161, 8661, 11584, 8502, 11199, 7970, 11296, 8383, 9407, 11846, 9237, 12730, 9067, 8389, 8418, 6738, 11543, 7942, 9502, 8190, 13200, 8624, 12325, 8430, 11239, 10939, 9702, 15533, 12084, 15355, 11428, 13907, 10148, 12774, 9631, 12597, 8963, 12835, 8619, 12412, 8516, 11434, 10749, 9854, 16196, 10426, 13410, 9792, 11901, 8267, 10783, 9324, 9459, 10985, 9490, 9067, 8960, 10150, 8708, 13984, 9048, 10613, 8300, 9038, 9829, 12228, 9112, 9436, 10416, 9175, 12778, 9143, 11184, 10448, 10766, 13765, 10112, 12400, 9698, 11250, 8873, 10313, 8650, 9648, 8863, 7638, 8617, 9488, 8987, 12915, 8588, 12403, 9574, 12879, 8922, 11825, 7736, 10304, 10813, 10094, 13521, 10000, 13867, 9782, 12312, 9397, 12009, 9432, 12990, 8446, 11471, 7823, 10670, 9807, 9305, 14484, 11079, 13612, 9356, 11759, 7954, 9842, 11308, 9317, 14403, 10141, 11462, 8987, 12001, 8562, 11448, 8289, 11799, 8102, 9649, 12952, 10207, 13637, 9113, 12028, 8637, 11077, 7908, 9879, 10467, 9467, 11778, 8667, 12574, 8703, 11739, 9327, 11687, 7637, 10134, 9998, 8724, 14107, 10158, 13401, 9450, 12028, 7744, 10361, 11032, 9627, 14484, 9785, 13545, 10298, 13371, 9878, 12171, 9012, 11204, 8668, 11870, 9543, 13087, 9607, 12095, 8972, 11643, 8380, 12148, 9407, 10635, 13333, 10962, 8161, 10481, 9164, 11645, 7819], 'WindowCenter': [4105.0, 4132.0, 4088.0, 4095.0, 4063.0, 4106.0, 4080.0, 4108.0, 4065.0, 4096.0, 4066.0, 4106.0, 4065.0, 4117.0, 4066.0, 4098.0, 4076.0, 4086.0, 4128.0, 4086.0, 4118.0, 4085.0, 4120.0, 4087.0, 4105.0, 4087.0, 4108.0, 4102.0, 4121.0, 4091.0, 4121.0, 4091.0, 4120.0, 4102.0, 4132.0, 4102.0, 4121.0, 4101.0, 4119.0, 4100.0, 4120.0, 4100.0, 4131.0, 4100.0, 4119.0, 4089.0, 4118.0, 4089.0, 4119.0, 4089.0, 4119.0, 4091.0, 4108.0, 4080.0, 4119.0, 4088.0, 4130.0, 4088.0, 4119.0, 4087.0, 4105.0, 4088.0, 4117.0, 4088.0, 4127.0, 4099.0, 4118.0, 4088.0, 4117.0, 4086.0, 4118.0, 4099.0, 4117.0, 4086.0, 4106.0, 4075.0, 4096.0, 4075.0, 4107.0, 4065.0, 4098.0, 4078.0, 4098.0, 4065.0, 4108.0, 4075.0, 4097.0, 4100.0, 4078.0, 4124.0, 4138.0, 4109.0, 4142.0, 4111.0, 4130.0, 4095.0, 4118.0, 4075.0, 4119.0, 4085.0, 4105.0, 4073.0, 4104.0, 4061.0, 4091.0, 4080.0, 4074.0, 4053.0, 4080.0, 4082.0, 4060.0, 4081.0, 4058.0, 4067.0, 4042.0, 4042.0, 4062.0, 4029.0, 4071.0, 4042.0, 4064.0, 4032.0, 4063.0, 4023.0, 4064.0, 4024.0, 4055.0, 4026.0, 4068.0, 4040.0, 4082.0, 4054.0, 4096.0, 4056.0, 4097.0, 4065.0, 4097.0, 4065.0, 4076.0, 4120.0, 4090.0, 4107.0, 4086.0, 4094.0, 4065.0, 4094.0, 4064.0, 4096.0, 4067.0, 4109.0, 4077.0, 4100.0, 4069.0, 4087.0, 4109.0, 4090.0, 4122.0, 4092.0, 4124.0, 4104.0, 4113.0, 4080.0, 4123.0, 4081.0, 4124.0, 4083.0, 4113.0, 4132.0, 4101.0, 4132.0, 4112.0, 4131.0, 4124.0, 4134.0, 4102.0, 4120.0, 4091.0, 4112.0, 4092.0, 4122.0, 4091.0, 4123.0, 4090.0, 4102.0, 4132.0, 4091.0, 4131.0, 4112.0, 4121.0, 4091.0, 4120.0, 4080.0, 4101.0, 4089.0, 4101.0, 4131.0, 4111.0, 4132.0, 4091.0, 4120.0, 4090.0, 4109.0, 4080.0, 4113.0, 4080.0, 4114.0, 4072.0, 4114.0, 4103.0, 4104.0, 4134.0, 4113.0, 4134.0, 4115.0, 4134.0, 4112.0, 4112.0, 4112.0, 4111.0, 4113.0, 4113.0, 4133.0, 4115.0, 4146.0, 4127.0, 4146.0, 4125.0, 4132.0, 4100.0, 4121.0, 4087.0, 4109.0, 4088.0, 4098.0, 4077.0, 4076.0, 4086.0, 4075.0, 4097.0, 4087.0, 4091.0, 4091.0, 4069.0, 4100.0, 4093.0, 4114.0, 4108.0, 4136.0, 4118.0, 4148.0, 4142.0, 4138.0, 4129.0, 4150.0, 4139.0, 4146.0, 4124.0, 4144.0, 4118.0, 4119.0, 4084.0, 4107.0, 4071.0, 4081.0, 4057.0, 4045.0, 4076.0, 4032.0, 4074.0, 4034.0, 4065.0, 4036.0, 4066.0, 4047.0, 4069.0, 4051.0, 4067.0, 4052.0, 4092.0, 4074.0, 4104.0, 4073.0, 4054.0, 4095.0, 4053.0, 4106.0, 4113.0, 4072.0, 4113.0, 4082.0, 4103.0, 4083.0, 4091.0, 4062.0, 4082.0, 4052.0, 4081.0, 4051.0, 4084.0, 4055.0, 4085.0, 4053.0, 4086.0, 4078.0, 4101.0, 4080.0, 4113.0, 4084.0, 4125.0, 4124.0, 4113.0, 4133.0, 4112.0, 4133.0, 4101.0, 4120.0, 4089.0, 4120.0, 4087.0, 4108.0, 4107.0, 4097.0, 4096.0, 4088.0, 4098.0, 4088.0, 4120.0, 4102.0, 4131.0, 4100.0, 4130.0, 4099.0, 4120.0, 4104.0, 4109.0, 4077.0, 4118.0, 4088.0, 4128.0, 4086.0, 4106.0, 4064.0, 4085.0, 4085.0, 4084.0, 4104.0, 4085.0, 4096.0, 4076.0, 4107.0, 4076.0, 4108.0, 4088.0, 4120.0, 4100.0, 4111.0, 4090.0, 4110.0, 4092.0, 4122.0, 4113.0, 4132.0, 4102.0, 4121.0, 4099.0, 4120.0, 4089.0, 4121.0, 4088.0, 4118.0, 4087.0, 4119.0, 4077.0, 4106.0, 4076.0, 4109.0, 4079.0, 4143.0, 4091.0, 4121.0, 4103.0, 4120.0, 4100.0, 4131.0, 4100.0, 4132.0, 4090.0, 4119.0, 4086.0, 4096.0, 4105.0, 4088.0, 4108.0, 4074.0, 4075.0, 4096.0, 4053.0, 4106.0, 4055.0, 4096.0, 4063.0, 4109.0, 4080.0, 4101.0, 4079.0, 4129.0, 4096.0, 4128.0, 4107.0, 4129.0, 4108.0, 4127.0, 4095.0, 4104.0, 4073.0, 4093.0, 4084.0, 4104.0, 4074.0, 4095.0, 4064.0, 4094.0, 4067.0, 4095.0, 4079.0, 4108.0, 4093.0, 4113.0, 4093.0, 4123.0, 4095.0, 4123.0, 4094.0, 4123.0, 4117.0, 4124.0, 4114.0, 4124.0, 4103.0, 4121.0, 4089.0, 4132.0, 4089.0, 4131.0, 4089.0, 4121.0, 4090.0, 4120.0, 4077.0, 4131.0, 4087.0, 4120.0, 4076.0, 4107.0, 4084.0, 4085.0, 4115.0, 4084.0, 4115.0, 4083.0, 4094.0, 4074.0, 4094.0, 4064.0, 4096.0, 4064.0, 4096.0, 4054.0, 4076.0, 4115.0, 4073.0, 4105.0, 4074.0, 4107.0, 4075.0, 4105.0, 4064.0, 4094.0, 4064.0, 4074.0, 4095.0, 4073.0, 4116.0, 4083.0, 4105.0, 4076.0, 4095.0, 4066.0, 4107.0, 4079.0, 4120.0, 4071.0, 4123.0, 4069.0, 4124.0, 4121.0, 4090.0, 4131.0, 4109.0, 4131.0, 4112.0, 4121.0, 4088.0, 4118.0, 4088.0, 4120.0, 4093.0, 4143.0, 4104.0, 4120.0, 4103.0, 4133.0, 4090.0, 4121.0, 4101.0, 4132.0, 4113.0, 4122.0, 4091.0, 4120.0, 4086.0, 4107.0, 4107.0, 4095.0, 4116.0, 4083.0, 4115.0, 4074.0, 4094.0, 4074.0, 4103.0, 4075.0, 4104.0, 4091.0, 4095.0, 4078.0, 4106.0, 4076.0, 4107.0, 4075.0, 4106.0, 4077.0, 4109.0, 4075.0, 4085.0, 4104.0, 4084.0, 4116.0, 4083.0, 4103.0, 4072.0, 4091.0, 4062.0, 4092.0, 4064.0, 4093.0, 4066.0, 4098.0, 4068.0, 4099.0, 4067.0, 4100.0, 4101.0, 4115.0, 4124.0, 4113.0, 4132.0, 4101.0, 4120.0, 4099.0, 4121.0, 4091.0, 4121.0, 4078.0, 4120.0, 4077.0, 4133.0, 4101.0, 4122.0, 4077.0, 4118.0, 4076.0, 4107.0, 4065.0, 4098.0, 4086.0, 4097.0, 4098.0, 4101.0, 4077.0, 4102.0, 4078.0, 4118.0, 4074.0, 4117.0, 4098.0, 4131.0, 4112.0, 4122.0, 4100.0, 4143.0, 4120.0, 4118.0, 4109.0, 4107.0, 4095.0, 4115.0, 4092.0, 4102.0, 4069.0, 4079.0, 4058.0, 4080.0, 4058.0, 4079.0, 4062.0, 4081.0, 4066.0, 4105.0, 4078.0, 4108.0, 4089.0, 4121.0, 4091.0, 4121.0, 4092.0, 4135.0, 4091.0, 4124.0, 4092.0, 4112.0, 4110.0, 4102.0, 4120.0, 4108.0, 4119.0, 4098.0, 4120.0, 4097.0, 4107.0, 4086.0, 4106.0, 4087.0, 4119.0, 4089.0, 4120.0, 4090.0, 4120.0, 4090.0, 4119.0, 4077.0, 4120.0, 4066.0, 4109.0, 4086.0, 4096.0, 4105.0, 4082.0, 4114.0, 4093.0, 4103.0, 4071.0, 4091.0, 4060.0, 4089.0, 4061.0, 4091.0, 4063.0, 4105.0, 4067.0, 4112.0, 4080.0, 4097.0, 4077.0, 4107.0, 4065.0, 4105.0, 4075.0, 4127.0, 4087.0, 4119.0, 4101.0, 4121.0, 4079.0, 4107.0, 4075.0, 4086.0, 4108.0, 4085.0, 4120.0, 4100.0, 4077.0, 4076.0, 4056.0, 4120.0, 4092.0, 4111.0, 4103.0, 4145.0, 4103.0, 4134.0, 4091.0, 4123.0, 4123.0, 4113.0, 4142.0, 4118.0, 4127.0, 4105.0, 4116.0, 4082.0, 4091.0, 4070.0, 4091.0, 4060.0, 4091.0, 4059.0, 4089.0, 4046.0, 4077.0, 4066.0, 4068.0, 4099.0, 4066.0, 4074.0, 4053.0, 4064.0, 4044.0, 4076.0, 4054.0, 4055.0, 4064.0, 4055.0, 4056.0, 4056.0, 4079.0, 4061.0, 4072.0, 4099.0, 4105.0, 4087.0, 4097.0, 4095.0, 4116.0, 4086.0, 4096.0, 4107.0, 4096.0, 4118.0, 4086.0, 4106.0, 4094.0, 4094.0, 4114.0, 4082.0, 4103.0, 4082.0, 4093.0, 4071.0, 4080.0, 4070.0, 4083.0, 4072.0, 4063.0, 4085.0, 4094.0, 4098.0, 4130.0, 4090.0, 4117.0, 4098.0, 4129.0, 4099.0, 4119.0, 4077.0, 4109.0, 4110.0, 4110.0, 4129.0, 4099.0, 4130.0, 4097.0, 4117.0, 4086.0, 4116.0, 4086.0, 4118.0, 4077.0, 4119.0, 4078.0, 4108.0, 4097.0, 4089.0, 4128.0, 4106.0, 4128.0, 4087.0, 4107.0, 4075.0, 4097.0, 4095.0, 4084.0, 4115.0, 4095.0, 4104.0, 4085.0, 4116.0, 4086.0, 4107.0, 4090.0, 4132.0, 4079.0, 4098.0, 4117.0, 4109.0, 4130.0, 4088.0, 4118.0, 4076.0, 4108.0, 4064.0, 4086.0, 4097.0, 4086.0, 4107.0, 4075.0, 4115.0, 4086.0, 4117.0, 4098.0, 4119.0, 4077.0, 4110.0, 4109.0, 4087.0, 4129.0, 4109.0, 4130.0, 4098.0, 4119.0, 4066.0, 4097.0, 4095.0, 4084.0, 4115.0, 4085.0, 4116.0, 4096.0, 4115.0, 4095.0, 4103.0, 4086.0, 4107.0, 4087.0, 4106.0, 4098.0, 4130.0, 4099.0, 4118.0, 4087.0, 4119.0, 4077.0, 4118.0, 4085.0, 4096.0, 4115.0, 4107.0, 4086.0, 4108.0, 4086.0, 4107.0, 4075.0], 'WindowWidth': [9145.0, 9172.0, 9106.0, 9110.0, 9061.0, 9125.0, 9096.0, 9129.0, 9064.0, 9105.0, 9066.0, 9120.0, 9061.0, 9139.0, 9064.0, 9113.0, 9079.0, 9094.0, 9154.0, 9094.0, 9140.0, 9091.0, 9146.0, 9095.0, 9119.0, 9097.0, 9126.0, 9125.0, 9148.0, 9107.0, 9149.0, 9106.0, 9145.0, 9123.0, 9166.0, 9123.0, 9148.0, 9122.0, 9144.0, 9117.0, 9144.0, 9117.0, 9163.0, 9118.0, 9143.0, 9100.0, 9140.0, 9100.0, 9144.0, 9101.0, 9143.0, 9106.0, 9127.0, 9090.0, 9144.0, 9097.0, 9158.0, 9098.0, 9141.0, 9096.0, 9119.0, 9097.0, 9138.0, 9100.0, 9154.0, 9115.0, 9141.0, 9100.0, 9139.0, 9095.0, 9141.0, 9117.0, 9138.0, 9094.0, 9120.0, 9077.0, 9109.0, 9076.0, 9124.0, 9066.0, 9114.0, 9084.0, 9113.0, 9063.0, 9125.0, 9076.0, 9108.0, 9118.0, 9089.0, 9157.0, 9172.0, 9130.0, 9185.0, 9135.0, 9162.0, 9104.0, 9142.0, 9078.0, 9146.0, 9091.0, 9120.0, 9073.0, 9118.0, 9052.0, 9097.0, 9074.0, 9057.0, 9023.0, 9076.0, 9085.0, 9049.0, 9082.0, 9042.0, 9053.0, 9011.0, 9012.0, 9035.0, 8990.0, 9051.0, 9009.0, 9042.0, 8997.0, 9039.0, 8988.0, 9042.0, 8991.0, 9034.0, 8998.0, 9056.0, 9022.0, 9080.0, 9047.0, 9105.0, 9054.0, 9112.0, 9066.0, 9111.0, 9066.0, 9082.0, 9148.0, 9107.0, 9125.0, 9096.0, 9102.0, 9067.0, 9103.0, 9065.0, 9110.0, 9071.0, 9132.0, 9087.0, 9121.0, 9078.0, 9103.0, 9130.0, 9109.0, 9153.0, 9114.0, 9161.0, 9135.0, 9145.0, 9099.0, 9159.0, 9099.0, 9162.0, 9104.0, 9146.0, 9167.0, 9123.0, 9169.0, 9142.0, 9168.0, 9161.0, 9173.0, 9128.0, 9150.0, 9112.0, 9141.0, 9114.0, 9157.0, 9110.0, 9157.0, 9111.0, 9129.0, 9167.0, 9111.0, 9166.0, 9139.0, 9155.0, 9110.0, 9151.0, 9096.0, 9125.0, 9106.0, 9125.0, 9166.0, 9140.0, 9169.0, 9110.0, 9150.0, 9109.0, 9134.0, 9096.0, 9142.0, 9096.0, 9145.0, 9086.0, 9145.0, 9129.0, 9132.0, 9172.0, 9143.0, 9174.0, 9150.0, 9175.0, 9143.0, 9142.0, 9143.0, 9142.0, 9145.0, 9145.0, 9174.0, 9151.0, 9196.0, 9170.0, 9196.0, 9164.0, 9173.0, 9121.0, 9155.0, 9100.0, 9131.0, 9102.0, 9115.0, 9085.0, 9083.0, 9093.0, 9080.0, 9110.0, 9099.0, 9112.0, 9111.0, 9082.0, 9123.0, 9119.0, 9150.0, 9147.0, 9183.0, 9164.0, 9203.0, 9203.0, 9189.0, 9179.0, 9208.0, 9193.0, 9197.0, 9162.0, 9196.0, 9143.0, 9152.0, 9090.0, 9128.0, 9065.0, 9080.0, 9040.0, 9020.0, 9063.0, 8998.0, 9060.0, 9003.0, 9049.0, 9010.0, 9051.0, 9027.0, 9057.0, 9041.0, 9055.0, 9042.0, 9099.0, 9077.0, 9119.0, 9075.0, 9050.0, 9109.0, 9049.0, 9124.0, 9130.0, 9070.0, 9128.0, 9083.0, 9114.0, 9086.0, 9096.0, 9058.0, 9083.0, 9043.0, 9085.0, 9043.0, 9090.0, 9053.0, 9095.0, 9051.0, 9099.0, 9090.0, 9126.0, 9097.0, 9145.0, 9109.0, 9164.0, 9160.0, 9145.0, 9173.0, 9141.0, 9174.0, 9126.0, 9151.0, 9104.0, 9149.0, 9099.0, 9131.0, 9127.0, 9112.0, 9111.0, 9100.0, 9115.0, 9104.0, 9150.0, 9128.0, 9167.0, 9123.0, 9167.0, 9120.0, 9148.0, 9135.0, 9134.0, 9087.0, 9144.0, 9104.0, 9159.0, 9097.0, 9127.0, 9065.0, 9094.0, 9092.0, 9093.0, 9121.0, 9095.0, 9111.0, 9084.0, 9125.0, 9086.0, 9129.0, 9105.0, 9149.0, 9123.0, 9140.0, 9111.0, 9135.0, 9117.0, 9156.0, 9145.0, 9169.0, 9129.0, 9154.0, 9121.0, 9151.0, 9107.0, 9155.0, 9101.0, 9147.0, 9101.0, 9149.0, 9086.0, 9125.0, 9086.0, 9132.0, 9092.0, 9188.0, 9113.0, 9153.0, 9129.0, 9149.0, 9121.0, 9165.0, 9121.0, 9169.0, 9106.0, 9147.0, 9096.0, 9109.0, 9119.0, 9100.0, 9126.0, 9078.0, 9081.0, 9111.0, 9049.0, 9124.0, 9054.0, 9110.0, 9063.0, 9136.0, 9098.0, 9125.0, 9095.0, 9162.0, 9113.0, 9156.0, 9129.0, 9161.0, 9131.0, 9156.0, 9109.0, 9121.0, 9076.0, 9102.0, 9092.0, 9119.0, 9078.0, 9107.0, 9066.0, 9105.0, 9072.0, 9110.0, 9092.0, 9131.0, 9119.0, 9143.0, 9119.0, 9160.0, 9126.0, 9159.0, 9122.0, 9159.0, 9155.0, 9162.0, 9149.0, 9162.0, 9132.0, 9153.0, 9107.0, 9170.0, 9105.0, 9166.0, 9106.0, 9154.0, 9109.0, 9150.0, 9086.0, 9167.0, 9099.0, 9153.0, 9083.0, 9127.0, 9092.0, 9092.0, 9135.0, 9090.0, 9137.0, 9089.0, 9106.0, 9077.0, 9103.0, 9064.0, 9110.0, 9064.0, 9110.0, 9052.0, 9083.0, 9135.0, 9076.0, 9121.0, 9078.0, 9126.0, 9080.0, 9121.0, 9065.0, 9107.0, 9065.0, 9078.0, 9105.0, 9075.0, 9137.0, 9089.0, 9123.0, 9083.0, 9108.0, 9072.0, 9129.0, 9093.0, 9149.0, 9086.0, 9160.0, 9081.0, 9161.0, 9155.0, 9110.0, 9164.0, 9134.0, 9165.0, 9143.0, 9152.0, 9103.0, 9145.0, 9105.0, 9149.0, 9119.0, 9186.0, 9134.0, 9146.0, 9132.0, 9174.0, 9112.0, 9152.0, 9125.0, 9169.0, 9142.0, 9154.0, 9111.0, 9149.0, 9095.0, 9129.0, 9124.0, 9108.0, 9137.0, 9088.0, 9136.0, 9076.0, 9102.0, 9076.0, 9115.0, 9079.0, 9117.0, 9113.0, 9108.0, 9087.0, 9124.0, 9085.0, 9128.0, 9081.0, 9127.0, 9089.0, 9133.0, 9079.0, 9091.0, 9118.0, 9090.0, 9141.0, 9087.0, 9116.0, 9072.0, 9095.0, 9057.0, 9097.0, 9062.0, 9100.0, 9070.0, 9117.0, 9079.0, 9119.0, 9075.0, 9122.0, 9125.0, 9150.0, 9160.0, 9148.0, 9171.0, 9126.0, 9151.0, 9120.0, 9150.0, 9111.0, 9153.0, 9091.0, 9151.0, 9088.0, 9175.0, 9126.0, 9157.0, 9087.0, 9142.0, 9082.0, 9126.0, 9065.0, 9115.0, 9095.0, 9112.0, 9114.0, 9127.0, 9088.0, 9132.0, 9092.0, 9145.0, 9079.0, 9141.0, 9116.0, 9168.0, 9143.0, 9154.0, 9124.0, 9191.0, 9151.0, 9147.0, 9134.0, 9130.0, 9107.0, 9139.0, 9098.0, 9112.0, 9061.0, 9075.0, 9045.0, 9076.0, 9047.0, 9075.0, 9057.0, 9082.0, 9069.0, 9121.0, 9089.0, 9130.0, 9107.0, 9151.0, 9114.0, 9153.0, 9117.0, 9175.0, 9112.0, 9161.0, 9115.0, 9142.0, 9134.0, 9126.0, 9151.0, 9128.0, 9148.0, 9113.0, 9149.0, 9114.0, 9127.0, 9096.0, 9124.0, 9099.0, 9145.0, 9104.0, 9148.0, 9109.0, 9150.0, 9108.0, 9147.0, 9086.0, 9150.0, 9070.0, 9132.0, 9098.0, 9110.0, 9121.0, 9084.0, 9133.0, 9101.0, 9117.0, 9066.0, 9094.0, 9052.0, 9090.0, 9054.0, 9096.0, 9061.0, 9121.0, 9073.0, 9143.0, 9098.0, 9117.0, 9087.0, 9128.0, 9066.0, 9121.0, 9080.0, 9155.0, 9102.0, 9147.0, 9127.0, 9154.0, 9092.0, 9128.0, 9082.0, 9096.0, 9125.0, 9094.0, 9148.0, 9121.0, 9083.0, 9083.0, 9055.0, 9148.0, 9114.0, 9138.0, 9133.0, 9194.0, 9132.0, 9179.0, 9114.0, 9160.0, 9157.0, 9147.0, 9185.0, 9143.0, 9156.0, 9121.0, 9139.0, 9083.0, 9096.0, 9062.0, 9095.0, 9049.0, 9093.0, 9046.0, 9089.0, 9024.0, 9067.0, 9052.0, 9057.0, 9106.0, 9052.0, 9063.0, 9028.0, 9046.0, 9018.0, 9066.0, 9030.0, 9034.0, 9046.0, 9033.0, 9036.0, 9038.0, 9073.0, 9055.0, 9052.0, 9122.0, 9123.0, 9104.0, 9115.0, 9110.0, 9139.0, 9099.0, 9112.0, 9129.0, 9111.0, 9144.0, 9096.0, 9124.0, 9104.0, 9103.0, 9132.0, 9085.0, 9112.0, 9082.0, 9099.0, 9068.0, 9080.0, 9067.0, 9085.0, 9071.0, 9062.0, 9094.0, 9104.0, 9118.0, 9164.0, 9110.0, 9140.0, 9116.0, 9158.0, 9119.0, 9148.0, 9087.0, 9133.0, 9133.0, 9135.0, 9162.0, 9118.0, 9163.0, 9113.0, 9142.0, 9097.0, 9139.0, 9096.0, 9142.0, 9088.0, 9148.0, 9089.0, 9131.0, 9112.0, 9104.0, 9159.0, 9123.0, 9159.0, 9099.0, 9127.0, 9081.0, 9114.0, 9106.0, 9087.0, 9134.0, 9106.0, 9118.0, 9092.0, 9136.0, 9099.0, 9127.0, 9110.0, 9172.0, 9091.0, 9117.0, 9142.0, 9131.0, 9167.0, 9103.0, 9142.0, 9083.0, 9127.0, 9063.0, 9096.0, 9109.0, 9094.0, 9125.0, 9080.0, 9136.0, 9099.0, 9140.0, 9117.0, 9147.0, 9089.0, 9135.0, 9131.0, 9100.0, 9160.0, 9131.0, 9163.0, 9113.0, 9146.0, 9068.0, 9111.0, 9106.0, 9089.0, 9135.0, 9091.0, 9137.0, 9107.0, 9135.0, 9105.0, 9116.0, 9098.0, 9129.0, 9100.0, 9125.0, 9117.0, 9164.0, 9119.0, 9143.0, 9103.0, 9146.0, 9085.0, 9142.0, 9094.0, 9110.0, 9135.0, 9126.0, 9100.0, 9133.0, 9096.0, 9128.0, 9083.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.01105492537313433</td></tr>
<tr><td colspan=3>aqi</td><td>0.05123879609644088</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.78708684185051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2169541737931042</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1130220838275875</td></tr>
<tr><td colspan=3>efc</td><td>0.4982</td></tr>
<tr><td colspan=3>fber</td><td>4758.9741</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1642733685986178</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>141</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.18828932261768</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.735082186963826</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.667914663664685</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.984591201569074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.552740695657718</td></tr>
<tr><td colspan=3>gcor</td><td>0.0133472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.009041369892656803</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034441106021404266</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.014112900754241</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.6707</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.3385</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>181.3238</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>826.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.8113</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3083</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>493.5411</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3237.066</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3426.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83681.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.4836</td></tr>
<tr><td colspan=3>tsnr</td><td>27.241682990337722</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>