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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-01/func/sub-0055_ses-01_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>41f208d3b74587197f978966c21a5f6b</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:21:33.330000</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.999221, -0.0110893, 0.0378745, 0.0137782, 0.997346, -0.0714895]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104278</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4195, -7700, -7250, 553, 62, -177, -75, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1a99fc1e-ed1a-41fb-bdcf-a56890c0a9a6||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.6808369159698486, 0.03696594759821892, 0.09984917938709259, 107.17920684814453], [0.029751742258667946, 2.675806999206543, -0.1942802369594574, -88.2806396484375], [0.10161439329385757, 0.19180108606815338, 2.6911494731903076, -84.10594940185547], [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': ['192133.330000', '192133.790000', '192134.250000', '192134.710000', '192135.170000', '192135.630000', '192136.090000', '192136.550000', '192137.010000', '192137.470000', '192137.930000', '192138.390000', '192138.850000', '192139.310000', '192139.770000', '192140.230000', '192140.690000', '192141.150000', '192141.610000', '192142.070000', '192142.530000', '192142.990000', '192143.450000', '192143.910000', '192144.370000', '192144.830000', '192145.290000', '192145.750000', '192146.210000', '192146.670000', '192147.130000', '192147.590000', '192148.050000', '192148.510000', '192148.970000', '192149.430000', '192149.890000', '192150.350000', '192150.810000', '192151.270000', '192151.730000', '192152.190000', '192152.650000', '192153.110000', '192153.570000', '192154.030000', '192154.490000', '192154.950000', '192155.410000', '192155.870000', '192156.330000', '192156.790000', '192157.250000', '192157.710000', '192158.170000', '192158.630000', '192159.090000', '192159.550000', '192200.010000', '192200.470000', '192200.930000', '192201.390000', '192201.850000', '192202.310000', '192202.770000', '192203.230000', '192203.690000', '192204.150000', '192204.610000', '192205.070000', '192205.530000', '192205.990000', '192206.450000', '192206.910000', '192207.370000', '192207.830000', '192208.290000', '192208.750000', '192209.210000', '192209.670000', '192210.130000', '192210.590000', '192211.050000', '192211.510000', '192211.970000', '192212.430000', '192212.890000', '192213.350000', '192213.810000', '192214.270000', '192214.730000', '192215.190000', '192215.650000', '192216.110000', '192216.570000', '192217.030000', '192217.490000', '192217.950000', '192218.410000', '192218.870000', '192219.330000', '192219.790000', '192220.250000', '192220.710000', '192221.170000', '192221.630000', '192222.090000', '192222.550000', '192223.010000', '192223.470000', '192223.930000', '192224.390000', '192224.850000', '192225.310000', '192225.770000', '192226.230000', '192226.690000', '192227.150000', '192227.610000', '192228.070000', '192228.530000', '192228.990000', '192229.450000', '192229.910000', '192230.370000', '192230.830000', '192231.290000', '192231.750000', '192232.210000', '192232.670000', '192233.130000', '192233.590000', '192234.050000', '192234.510000', '192234.970000', '192235.430000', '192235.890000', '192236.350000', '192236.810000', '192237.270000', '192237.730000', '192238.190000', '192238.650000', '192239.110000', '192239.570000', '192240.030000', '192240.490000', '192240.950000', '192241.410000', '192241.870000', '192242.330000', '192242.790000', '192243.250000', '192243.710000', '192244.170000', '192244.630000', '192245.090000', '192245.550000', '192246.010000', '192246.470000', '192246.930000', '192247.390000', '192247.850000', '192248.310000', '192248.770000', '192249.230000', '192249.690000', '192250.150000', '192250.610000', '192251.070000', '192251.530000', '192251.990000', '192252.450000', '192252.910000', '192253.370000', '192253.830000', '192254.290000', '192254.750000', '192255.210000', '192255.670000', '192256.130000', '192256.590000', '192257.050000', '192257.510000', '192257.970000', '192258.430000', '192258.890000', '192259.350000', '192259.810000', '192300.270000', '192300.730000', '192301.190000', '192301.650000', '192302.110000', '192302.570000', '192303.030000', '192303.490000', '192303.950000', '192304.410000', '192304.870000', '192305.330000', '192305.790000', '192306.250000', '192306.710000', '192307.170000', '192307.630000', '192308.090000', '192308.550000', '192309.010000', '192309.470000', '192309.930000', '192310.390000', '192310.850000', '192311.310000', '192311.770000', '192312.230000', '192312.690000', '192313.150000', '192313.610000', '192314.070000', '192314.530000', '192314.990000', '192315.450000', '192315.910000', '192316.370000', '192316.830000', '192317.290000', '192317.750000', '192318.210000', '192318.670000', '192319.130000', '192319.590000', '192320.050000', '192320.510000', '192320.970000', '192321.430000', '192321.890000', '192322.350000', '192322.810000', '192323.270000', '192323.730000', '192324.190000', '192324.650000', '192325.110000', '192325.570000', '192326.030000', '192326.490000', '192326.950000', '192327.410000', '192327.870000', '192328.330000', '192328.790000', '192329.250000', '192329.710000', '192330.170000', '192330.630000', '192331.090000', '192331.550000', '192332.010000', '192332.470000', '192332.930000', '192333.390000', '192333.850000', '192334.310000', '192334.770000', '192335.230000', '192335.690000', '192336.150000', '192336.610000', '192337.070000', '192337.530000', '192337.990000', '192338.450000', '192338.910000', '192339.370000', '192339.830000', '192340.290000', '192340.750000', '192341.210000', '192341.670000', '192342.130000', '192342.590000', '192343.050000', '192343.510000', '192343.970000', '192344.430000', '192344.890000', '192345.350000', '192345.810000', '192346.270000', '192346.730000', '192347.190000', '192347.650000', '192348.110000', '192348.570000', '192349.030000', '192349.490000', '192349.950000', '192350.410000', '192350.870000', '192351.330000', '192351.790000', '192352.250000', '192352.710000', '192353.170000', '192353.630000', '192354.090000', '192354.550000', '192355.010000', '192355.470000', '192355.930000', '192356.390000', '192356.850000', '192357.310000', '192357.770000', '192358.230000', '192358.690000', '192359.150000', '192359.610000', '192400.070000', '192400.530000', '192400.990000', '192401.450000', '192401.910000', '192402.370000', '192402.830000', '192403.290000', '192403.750000', '192404.210000', '192404.670000', '192405.130000', '192405.590000', '192406.050000', '192406.510000', '192406.970000', '192407.430000', '192407.890000', '192408.350000', '192408.810000', '192409.270000', '192409.730000', '192410.190000', '192410.650000', '192411.110000', '192411.570000', '192412.030000', '192412.490000', '192412.950000', '192413.410000', '192413.870000', '192414.330000', '192414.790000', '192415.250000', '192415.710000', '192416.170000', '192416.630000', '192417.090000', '192417.550000', '192418.010000', '192418.470000', '192418.930000', '192419.390000', '192419.850000', '192420.310000', '192420.770000', '192421.230000', '192421.690000', '192422.150000', '192422.610000', '192423.070000', '192423.530000', '192423.990000', '192424.450000', '192424.910000', '192425.370000', '192425.830000', '192426.290000', '192426.750000', '192427.210000', '192427.670000', '192428.130000', '192428.590000', '192429.050000', '192429.510000', '192429.970000', '192430.430000', '192430.890000', '192431.350000', '192431.810000', '192432.270000', '192432.730000', '192433.190000', '192433.650000', '192434.110000', '192434.570000', '192435.030000', '192435.490000', '192435.950000', '192436.410000', '192436.870000', '192437.330000', '192437.790000', '192438.250000', '192438.710000', '192439.170000', '192439.630000', '192440.090000', '192440.550000', '192441.010000', '192441.470000', '192441.930000', '192442.390000', '192442.850000', '192443.310000', '192443.770000', '192444.230000', '192444.690000', '192445.150000', '192445.610000', '192446.070000', '192446.530000', '192446.990000', '192447.450000', '192447.910000', '192448.370000', '192448.830000', '192449.290000', '192449.750000', '192450.210000', '192450.670000', '192451.130000', '192451.590000', '192452.050000', '192452.510000', '192452.970000', '192453.430000', '192453.890000', '192454.350000', '192454.810000', '192455.270000', '192455.730000', '192456.190000', '192456.650000', '192457.110000', '192457.570000', '192458.030000', '192458.490000', '192458.950000', '192459.410000', '192459.870000', '192500.330000', '192500.790000', '192501.250000', '192501.710000', '192502.170000', '192502.630000', '192503.090000', '192503.550000', '192504.010000', '192504.470000', '192504.930000', '192505.390000', '192505.850000', '192506.310000', '192506.770000', '192507.230000', '192507.690000', '192508.150000', '192508.610000', '192509.070000', '192509.530000', '192509.990000', '192510.450000', '192510.910000', '192511.370000', '192511.830000', '192512.290000', '192512.750000', '192513.210000', '192513.670000', '192514.130000', '192514.590000', '192515.050000', '192515.510000', '192515.970000', '192516.430000', '192516.890000', '192517.350000', '192517.810000', '192518.270000', '192518.730000', '192519.190000', '192519.650000', '192520.110000', '192520.570000', '192521.030000', '192521.490000', '192521.950000', '192522.410000', '192522.870000', '192523.330000', '192523.790000', '192524.250000', '192524.710000', '192525.170000', '192525.630000', '192526.090000', '192526.550000', '192527.010000', '192527.470000', '192527.930000', '192528.390000', '192528.850000', '192529.310000', '192529.770000', '192530.230000', '192530.690000', '192531.150000', '192531.610000', '192532.070000', '192532.530000', '192532.990000', '192533.450000', '192533.910000', '192534.370000', '192534.830000', '192535.290000', '192535.750000', '192536.210000', '192536.670000', '192537.130000', '192537.590000', '192538.050000', '192538.510000', '192538.970000', '192539.430000', '192539.890000', '192540.350000', '192540.810000', '192541.270000', '192541.730000', '192542.190000', '192542.650000', '192543.110000', '192543.570000', '192544.030000', '192544.490000', '192544.950000', '192545.410000', '192545.870000', '192546.330000', '192546.790000', '192547.250000', '192547.710000', '192548.170000', '192548.630000', '192549.090000', '192549.550000', '192550.010000', '192550.470000', '192550.930000', '192551.390000', '192551.850000', '192552.310000', '192552.770000', '192553.230000', '192553.690000', '192554.150000', '192554.610000', '192555.070000', '192555.530000', '192555.990000', '192556.450000', '192556.910000', '192557.370000', '192557.830000', '192558.290000', '192558.750000', '192559.210000', '192559.670000', '192600.130000', '192600.590000', '192601.050000', '192601.510000', '192601.970000', '192602.430000', '192602.890000', '192603.350000', '192603.810000', '192604.270000', '192604.730000', '192605.190000', '192605.650000', '192606.110000', '192606.570000', '192607.030000', '192607.490000', '192607.950000', '192608.410000', '192608.870000', '192609.330000', '192609.790000', '192610.250000', '192610.710000', '192611.170000', '192611.630000', '192612.090000', '192612.550000', '192613.010000', '192613.470000', '192613.930000', '192614.390000', '192614.850000', '192615.310000', '192615.770000', '192616.230000', '192616.690000', '192617.150000', '192617.610000', '192618.070000', '192618.530000', '192618.990000', '192619.450000', '192619.910000', '192620.370000', '192620.830000', '192621.290000', '192621.750000', '192622.210000', '192622.670000', '192623.130000', '192623.590000', '192624.050000', '192624.510000', '192624.970000', '192625.430000', '192625.890000', '192626.350000', '192626.810000', '192627.270000', '192627.730000', '192628.190000', '192628.650000', '192629.110000', '192629.570000', '192630.030000', '192630.490000', '192630.950000', '192631.410000', '192631.870000', '192632.330000', '192632.790000', '192633.250000', '192633.710000', '192634.170000', '192634.630000', '192635.090000', '192635.550000', '192636.010000', '192636.470000', '192636.930000', '192637.390000', '192637.850000', '192638.310000', '192638.770000', '192639.230000', '192639.690000', '192640.150000', '192640.610000', '192641.070000', '192641.530000', '192641.990000', '192642.450000', '192642.910000', '192643.370000', '192643.830000', '192644.290000', '192644.750000', '192645.210000', '192645.670000', '192646.130000', '192646.590000', '192647.050000', '192647.510000', '192647.970000', '192648.430000', '192648.890000', '192649.350000', '192649.810000', '192650.270000', '192650.730000', '192651.190000', '192651.650000', '192652.110000', '192652.570000', '192653.030000', '192653.490000', '192653.950000', '192654.410000', '192654.870000', '192655.330000', '192655.790000', '192656.250000', '192656.710000', '192657.170000', '192657.630000', '192658.090000', '192658.550000', '192659.010000', '192659.470000', '192659.930000', '192700.390000', '192700.850000', '192701.310000', '192701.770000', '192702.230000', '192702.690000', '192703.150000', '192703.610000', '192704.070000', '192704.530000', '192704.990000', '192705.450000', '192705.910000', '192706.370000', '192706.830000', '192707.290000', '192707.750000', '192708.210000', '192708.670000', '192709.130000', '192709.590000', '192710.050000', '192710.510000', '192710.970000', '192711.430000', '192711.890000', '192712.350000', '192712.810000', '192713.270000', '192713.730000', '192714.190000', '192714.650000', '192715.110000', '192715.570000', '192716.030000', '192716.490000', '192716.950000', '192717.410000', '192717.870000', '192718.330000', '192718.790000', '192719.250000', '192719.710000', '192720.170000', '192720.630000', '192721.090000', '192721.550000', '192722.010000', '192722.470000', '192722.930000', '192723.390000', '192723.850000', '192724.310000', '192724.770000', '192725.230000', '192725.690000', '192726.150000', '192726.610000', '192727.070000', '192727.530000', '192727.990000', '192728.450000', '192728.910000', '192729.370000', '192729.830000', '192730.290000', '192730.750000', '192731.210000', '192731.670000', '192732.130000', '192732.590000', '192733.050000', '192733.510000', '192733.970000', '192734.430000', '192734.890000', '192735.350000', '192735.810000', '192736.270000', '192736.730000', '192737.190000', '192737.650000', '192738.110000', '192738.570000', '192739.030000', '192739.490000', '192739.950000', '192740.410000', '192740.870000', '192741.330000', '192741.790000', '192742.250000', '192742.710000', '192743.170000', '192743.630000', '192744.090000', '192744.550000', '192745.010000', '192745.470000', '192745.930000', '192746.390000', '192746.850000', '192747.310000', '192747.770000', '192748.230000', '192748.690000', '192749.150000', '192749.610000', '192750.070000', '192750.530000', '192750.990000', '192751.450000', '192751.910000', '192752.370000', '192752.830000', '192753.290000', '192753.750000', '192754.210000', '192754.670000', '192755.130000', '192755.590000', '192756.050000', '192756.510000', '192756.970000', '192757.430000', '192757.890000', '192758.350000', '192758.810000', '192759.270000', '192759.730000', '192800.190000', '192800.650000', '192801.110000', '192801.570000', '192802.030000', '192802.490000', '192802.950000', '192803.410000', '192803.870000', '192804.330000', '192804.790000', '192805.250000', '192805.710000', '192806.170000', '192806.630000', '192807.090000', '192807.550000', '192808.010000', '192808.470000', '192808.930000', '192809.390000', '192809.850000', '192810.310000', '192810.770000', '192811.230000', '192811.690000', '192812.150000', '192812.610000', '192813.070000', '192813.530000', '192813.990000'], 'ContentTime': ['192155.363000', '192155.392000', '192155.394000', '192155.397000', '192155.400000', '192155.402000', '192155.405000', '192155.407000', '192155.410000', '192155.413000', '192155.416000', '192155.418000', '192155.421000', '192155.424000', '192155.426000', '192155.429000', '192155.431000', '192155.434000', '192155.436000', '192155.439000', '192155.442000', '192155.444000', '192155.447000', '192155.449000', '192155.452000', '192155.454000', '192155.457000', '192155.459000', '192155.462000', '192155.465000', '192155.467000', '192155.470000', '192155.472000', '192155.475000', '192155.477000', '192155.480000', '192155.482000', '192155.485000', '192155.487000', '192155.490000', '192155.492000', '192155.512000', '192155.515000', '192155.518000', '192155.521000', '192155.523000', '192215.332000', '192215.335000', '192215.338000', '192215.341000', '192215.343000', '192215.346000', '192215.349000', '192215.351000', '192215.354000', '192215.356000', '192215.359000', '192215.361000', '192215.364000', '192215.366000', '192215.369000', '192215.371000', '192215.374000', '192215.376000', '192215.379000', '192215.381000', '192215.384000', '192215.386000', '192215.389000', '192215.392000', '192215.394000', '192215.397000', '192215.399000', '192215.402000', '192215.404000', '192215.407000', '192215.409000', '192215.412000', '192215.414000', '192215.417000', '192215.420000', '192215.422000', '192215.425000', '192215.427000', '192215.430000', '192215.432000', '192215.439000', '192215.442000', '192215.444000', '192215.447000', '192235.332000', '192235.335000', '192235.338000', '192235.340000', '192235.343000', '192235.346000', '192235.348000', '192235.351000', '192235.353000', '192235.356000', '192235.359000', '192235.361000', '192235.364000', '192235.366000', '192235.369000', '192235.371000', '192235.374000', '192235.376000', '192235.379000', '192235.381000', '192235.384000', '192235.387000', '192235.389000', '192235.392000', '192235.394000', '192235.397000', '192235.399000', '192235.402000', '192235.405000', '192235.407000', '192235.410000', '192235.412000', '192235.415000', '192235.417000', '192235.420000', '192235.422000', '192235.425000', '192235.427000', '192235.430000', '192235.432000', '192235.435000', '192235.438000', '192235.440000', '192255.331000', '192255.334000', '192255.337000', '192255.339000', '192255.342000', '192255.344000', '192255.347000', '192255.353000', '192255.355000', '192255.358000', '192255.360000', '192255.363000', '192255.365000', '192255.368000', '192255.370000', '192255.373000', '192255.376000', '192255.378000', '192255.381000', '192255.383000', '192255.386000', '192255.388000', '192255.391000', '192255.393000', '192255.396000', '192255.398000', '192255.401000', '192255.403000', '192255.406000', '192255.409000', '192255.411000', '192255.414000', '192255.416000', '192255.419000', '192255.421000', '192255.424000', '192255.426000', '192255.429000', '192255.431000', '192255.434000', '192255.437000', '192255.439000', '192255.442000', '192255.444000', '192315.332000', '192315.335000', '192315.338000', '192315.340000', '192315.343000', '192315.345000', '192315.348000', '192315.351000', '192315.353000', '192315.356000', '192315.358000', '192315.361000', '192315.363000', '192315.366000', '192315.368000', '192315.371000', '192315.373000', '192315.376000', '192315.378000', '192315.381000', '192315.384000', '192315.386000', '192315.389000', '192315.391000', '192315.394000', '192315.396000', '192315.399000', '192315.401000', '192315.404000', '192315.407000', '192315.409000', '192315.412000', '192315.414000', '192315.417000', '192315.420000', '192315.422000', '192315.425000', '192315.427000', '192315.430000', '192315.432000', '192315.435000', '192315.437000', '192315.440000', '192335.333000', '192335.336000', '192335.338000', '192335.341000', '192335.343000', '192335.346000', '192335.349000', '192335.351000', '192335.354000', '192335.357000', '192335.359000', '192335.362000', '192335.371000', '192335.374000', '192335.378000', '192335.380000', '192335.383000', '192335.386000', '192335.388000', '192335.391000', '192335.394000', '192335.396000', '192335.399000', '192335.401000', '192335.404000', '192335.406000', '192335.409000', '192335.411000', '192335.414000', '192335.417000', '192335.419000', '192335.422000', '192335.424000', '192335.427000', '192335.441000', '192335.444000', '192335.447000', '192335.449000', '192335.452000', '192335.454000', '192335.457000', '192335.459000', '192335.462000', '192355.332000', '192355.335000', '192355.338000', '192355.340000', '192355.343000', '192355.346000', '192355.348000', '192355.351000', '192355.354000', '192355.356000', '192355.359000', '192355.361000', '192355.364000', '192355.366000', '192355.369000', '192355.371000', '192355.374000', '192355.376000', '192355.379000', '192355.382000', '192355.384000', '192355.387000', '192355.389000', '192355.392000', '192355.394000', '192355.397000', '192355.400000', '192355.402000', '192355.405000', '192355.407000', '192355.410000', '192355.412000', '192355.415000', '192355.417000', '192355.420000', '192355.423000', '192355.425000', '192355.428000', '192355.430000', '192355.433000', '192355.435000', '192355.438000', '192355.440000', '192355.443000', '192415.332000', '192415.335000', '192415.338000', '192415.340000', '192415.343000', '192415.346000', '192415.348000', '192415.351000', '192415.353000', '192415.356000', '192415.359000', '192415.361000', '192415.364000', '192415.366000', '192415.369000', '192415.371000', '192415.374000', '192415.377000', '192415.379000', '192415.382000', '192415.384000', '192415.387000', '192415.389000', '192415.392000', '192415.395000', '192415.397000', '192415.400000', '192415.402000', '192415.405000', '192415.407000', '192415.410000', '192415.412000', '192415.415000', '192415.418000', '192415.420000', '192415.423000', '192415.425000', '192415.428000', '192415.430000', '192415.433000', '192415.435000', '192415.438000', '192415.440000', '192435.333000', '192435.335000', '192435.338000', '192435.341000', '192435.343000', '192435.346000', '192435.348000', '192435.351000', '192435.353000', '192435.356000', '192435.359000', '192435.361000', '192435.364000', '192435.366000', '192435.369000', '192435.372000', '192435.374000', '192435.377000', '192435.379000', '192435.382000', '192435.385000', '192435.387000', '192435.390000', '192435.392000', '192435.395000', '192435.397000', '192435.400000', '192435.403000', '192435.405000', '192435.408000', '192435.410000', '192435.413000', '192435.416000', '192435.418000', '192435.421000', '192435.423000', '192435.426000', '192435.428000', '192435.431000', '192435.433000', '192435.436000', '192435.439000', '192435.441000', '192435.444000', '192455.333000', '192455.335000', '192455.338000', '192455.341000', '192455.343000', '192455.346000', '192455.348000', '192455.351000', '192455.353000', '192455.356000', '192455.359000', '192455.361000', '192455.364000', '192455.366000', '192455.369000', '192455.371000', '192455.374000', '192455.376000', '192455.379000', '192455.382000', '192455.384000', '192455.387000', '192455.390000', '192455.392000', '192455.395000', '192455.397000', '192455.400000', '192455.402000', '192455.405000', '192455.407000', '192455.410000', '192455.413000', '192455.416000', '192455.419000', '192455.421000', '192455.424000', '192455.432000', '192455.435000', '192455.437000', '192455.440000', '192455.442000', '192455.445000', '192455.447000', '192515.331000', '192515.334000', '192515.337000', '192515.340000', '192515.342000', '192515.345000', '192515.347000', '192515.350000', '192515.352000', '192515.355000', '192515.358000', '192515.360000', '192515.363000', '192515.365000', '192515.368000', '192515.370000', '192515.373000', '192515.376000', '192515.378000', '192515.381000', '192515.383000', '192515.386000', '192515.388000', '192515.391000', '192515.394000', '192515.396000', '192515.399000', '192515.401000', '192515.404000', '192515.406000', '192515.415000', '192515.418000', '192515.421000', '192515.423000', '192515.426000', '192515.428000', '192515.431000', '192515.433000', '192515.436000', '192515.438000', '192515.441000', '192515.444000', '192515.446000', '192515.449000', '192535.332000', '192535.335000', '192535.338000', '192535.340000', '192535.343000', '192535.346000', '192535.348000', '192535.351000', '192535.353000', '192535.356000', '192535.359000', '192535.361000', '192535.364000', '192535.366000', '192535.369000', '192535.372000', '192535.374000', '192535.382000', '192535.384000', '192535.387000', '192535.390000', '192535.392000', '192535.395000', '192535.397000', '192535.400000', '192535.403000', '192535.405000', '192535.408000', '192535.410000', '192535.413000', '192535.416000', '192535.418000', '192535.421000', '192535.423000', '192535.426000', '192535.428000', '192535.431000', '192535.433000', '192535.436000', '192535.439000', '192535.441000', '192535.444000', '192535.446000', '192555.333000', '192555.335000', '192555.338000', '192555.341000', '192555.343000', '192555.346000', '192555.348000', '192555.351000', '192555.353000', '192555.356000', '192555.359000', '192555.361000', '192555.364000', '192555.366000', '192555.369000', '192555.371000', '192555.374000', '192555.376000', '192555.379000', '192555.382000', '192555.384000', '192555.387000', '192555.389000', '192555.392000', '192555.394000', '192555.397000', '192555.400000', '192555.402000', '192555.405000', '192555.407000', '192555.410000', '192555.412000', '192555.415000', '192555.418000', '192555.420000', '192555.423000', '192555.426000', '192555.428000', '192555.431000', '192555.433000', '192555.436000', '192555.439000', '192555.441000', '192555.444000', '192615.333000', '192615.335000', '192615.338000', '192615.341000', '192615.343000', '192615.346000', '192615.348000', '192615.351000', '192615.354000', '192615.356000', '192615.359000', '192615.361000', '192615.364000', '192615.366000', '192615.369000', '192615.372000', '192615.374000', '192615.377000', '192615.379000', '192615.382000', '192615.385000', '192615.387000', '192615.390000', '192615.393000', '192615.395000', '192615.398000', '192615.401000', '192615.403000', '192615.406000', '192615.408000', '192615.411000', '192615.413000', '192615.416000', '192615.418000', '192615.421000', '192615.424000', '192615.426000', '192615.429000', '192615.431000', '192615.434000', '192615.437000', '192615.439000', '192615.442000', '192635.333000', '192635.335000', '192635.338000', '192635.341000', '192635.343000', '192635.346000', '192635.348000', '192635.351000', '192635.353000', '192635.356000', '192635.358000', '192635.361000', '192635.364000', '192635.366000', '192635.369000', '192635.371000', '192635.374000', '192635.376000', '192635.379000', '192635.381000', '192635.384000', '192635.387000', '192635.389000', '192635.392000', '192635.394000', '192635.397000', '192635.399000', '192635.402000', '192635.404000', '192635.407000', '192635.410000', '192635.412000', '192635.415000', '192635.417000', '192635.420000', '192635.422000', '192635.425000', '192635.428000', '192635.430000', '192635.433000', '192635.435000', '192635.448000', '192635.451000', '192635.453000', '192655.333000', '192655.335000', '192655.338000', '192655.340000', '192655.343000', '192655.346000', '192655.348000', '192655.351000', '192655.353000', '192655.356000', '192655.358000', '192655.361000', '192655.364000', '192655.366000', '192655.369000', '192655.371000', '192655.374000', '192655.377000', '192655.379000', '192655.382000', '192655.384000', '192655.387000', '192655.389000', '192655.392000', '192655.395000', '192655.397000', '192655.400000', '192655.402000', '192655.405000', '192655.408000', '192655.410000', '192655.413000', '192655.416000', '192655.418000', '192655.421000', '192655.424000', '192655.426000', '192655.429000', '192655.431000', '192655.434000', '192655.437000', '192655.439000', '192655.442000', '192715.333000', '192715.336000', '192715.338000', '192715.341000', '192715.343000', '192715.346000', '192715.348000', '192715.351000', '192715.354000', '192715.356000', '192715.359000', '192715.361000', '192715.364000', '192715.366000', '192715.369000', '192715.372000', '192715.374000', '192715.377000', '192715.379000', '192715.382000', '192715.384000', '192715.387000', '192715.390000', '192715.392000', '192715.395000', '192715.397000', '192715.400000', '192715.402000', '192715.405000', '192715.408000', '192715.410000', '192715.413000', '192715.415000', '192715.418000', '192715.420000', '192715.423000', '192715.425000', '192715.428000', '192715.430000', '192715.433000', '192715.436000', '192715.438000', '192715.441000', '192715.444000', '192735.331000', '192735.334000', '192735.337000', '192735.339000', '192735.342000', '192735.345000', '192735.347000', '192735.350000', '192735.352000', '192735.355000', '192735.358000', '192735.360000', '192735.363000', '192735.365000', '192735.368000', '192735.370000', '192735.373000', '192735.376000', '192735.378000', '192735.381000', '192735.383000', '192735.386000', '192735.388000', '192735.391000', '192735.394000', '192735.396000', '192735.399000', '192735.401000', '192735.404000', '192735.406000', '192735.409000', '192735.412000', '192735.414000', '192735.417000', '192735.419000', '192735.422000', '192735.424000', '192735.427000', '192735.430000', '192735.434000', '192735.436000', '192735.439000', '192735.442000', '192755.332000', '192755.335000', '192755.338000', '192755.340000', '192755.343000', '192755.345000', '192755.348000', '192755.351000', '192755.353000', '192755.356000', '192755.358000', '192755.361000', '192755.363000', '192755.366000', '192755.369000', '192755.371000', '192755.374000', '192755.376000', '192755.379000', '192755.381000', '192755.384000', '192755.387000', '192755.389000', '192755.392000', '192755.394000', '192755.397000', '192755.399000', '192755.402000', '192755.405000', '192755.407000', '192755.410000', '192755.412000', '192755.415000', '192755.417000', '192755.420000', '192755.422000', '192755.425000', '192755.428000', '192755.430000', '192755.433000', '192755.435000', '192755.438000', '192755.441000', '192755.443000', '192814.997000', '192815.001000', '192815.004000', '192815.006000', '192815.009000', '192815.012000', '192815.015000', '192815.017000', '192815.032000', '192815.035000', '192815.037000', '192815.040000', '192815.043000', '192815.045000', '192815.048000', '192815.051000', '192815.054000', '192815.056000', '192815.059000', '192815.062000', '192815.064000', '192815.069000', '192815.071000', '192815.074000', '192815.077000', '192815.079000', '192815.082000', '192815.085000', '192815.087000', '192815.090000', '192815.093000', '192815.095000', '192815.098000', '192815.100000', '192815.103000', '192815.106000', '192815.108000', '192815.111000', '192815.114000', '192815.116000', '192815.120000', '192815.122000', '192815.125000'], 'InstanceCreationTime': ['192155.363000', '192155.392000', '192155.394000', '192155.397000', '192155.400000', '192155.402000', '192155.405000', '192155.407000', '192155.410000', '192155.413000', '192155.416000', '192155.418000', '192155.421000', '192155.424000', '192155.426000', '192155.429000', '192155.431000', '192155.434000', '192155.436000', '192155.439000', '192155.442000', '192155.444000', '192155.447000', '192155.449000', '192155.452000', '192155.454000', '192155.457000', '192155.459000', '192155.462000', '192155.465000', '192155.467000', '192155.470000', '192155.472000', '192155.475000', '192155.477000', '192155.480000', '192155.482000', '192155.485000', '192155.487000', '192155.490000', '192155.492000', '192155.512000', '192155.515000', '192155.518000', '192155.521000', '192155.523000', '192215.332000', '192215.335000', '192215.338000', '192215.341000', '192215.343000', '192215.346000', '192215.349000', '192215.351000', '192215.354000', '192215.356000', '192215.359000', '192215.361000', '192215.364000', '192215.366000', '192215.369000', '192215.371000', '192215.374000', '192215.376000', '192215.379000', '192215.381000', '192215.384000', '192215.386000', '192215.389000', '192215.392000', '192215.394000', '192215.397000', '192215.399000', '192215.402000', '192215.404000', '192215.407000', '192215.409000', '192215.412000', '192215.414000', '192215.417000', '192215.420000', '192215.422000', '192215.425000', '192215.427000', '192215.430000', '192215.432000', '192215.439000', '192215.442000', '192215.444000', '192215.447000', '192235.332000', '192235.335000', '192235.338000', '192235.340000', '192235.343000', '192235.346000', '192235.348000', '192235.351000', '192235.353000', '192235.356000', '192235.359000', '192235.361000', '192235.364000', '192235.366000', '192235.369000', '192235.371000', '192235.374000', '192235.376000', '192235.379000', '192235.381000', '192235.384000', '192235.387000', '192235.389000', '192235.392000', '192235.394000', '192235.397000', '192235.399000', '192235.402000', '192235.405000', '192235.407000', '192235.410000', '192235.412000', '192235.415000', '192235.417000', '192235.420000', '192235.422000', '192235.425000', '192235.427000', '192235.430000', '192235.432000', '192235.435000', '192235.438000', '192235.440000', '192255.331000', '192255.334000', '192255.337000', '192255.339000', '192255.342000', '192255.344000', '192255.347000', '192255.353000', '192255.355000', '192255.358000', '192255.360000', '192255.363000', '192255.365000', '192255.368000', '192255.370000', '192255.373000', '192255.376000', '192255.378000', '192255.381000', '192255.383000', '192255.386000', '192255.388000', '192255.391000', '192255.393000', '192255.396000', '192255.398000', '192255.401000', '192255.403000', '192255.406000', '192255.409000', '192255.411000', '192255.414000', '192255.416000', '192255.419000', '192255.421000', '192255.424000', '192255.426000', '192255.429000', '192255.431000', '192255.434000', '192255.437000', '192255.439000', '192255.442000', '192255.444000', '192315.332000', '192315.335000', '192315.338000', '192315.340000', '192315.343000', '192315.345000', '192315.348000', '192315.351000', '192315.353000', '192315.356000', '192315.358000', '192315.361000', '192315.363000', '192315.366000', '192315.368000', '192315.371000', '192315.373000', '192315.376000', '192315.378000', '192315.381000', '192315.384000', '192315.386000', '192315.389000', '192315.391000', '192315.394000', '192315.396000', '192315.399000', '192315.401000', '192315.404000', '192315.407000', '192315.409000', '192315.412000', '192315.414000', '192315.417000', '192315.420000', '192315.422000', '192315.425000', '192315.427000', '192315.430000', '192315.432000', '192315.435000', '192315.437000', '192315.440000', '192335.333000', '192335.336000', '192335.338000', '192335.341000', '192335.343000', '192335.346000', '192335.349000', '192335.351000', '192335.354000', '192335.357000', '192335.359000', '192335.362000', '192335.371000', '192335.374000', '192335.378000', '192335.380000', '192335.383000', '192335.386000', '192335.388000', '192335.391000', '192335.394000', '192335.396000', '192335.399000', '192335.401000', '192335.404000', '192335.406000', '192335.409000', '192335.411000', '192335.414000', '192335.417000', '192335.419000', '192335.422000', '192335.424000', '192335.427000', '192335.441000', '192335.444000', '192335.447000', '192335.449000', '192335.452000', '192335.454000', '192335.457000', '192335.459000', '192335.462000', '192355.332000', '192355.335000', '192355.338000', '192355.340000', '192355.343000', '192355.346000', '192355.348000', '192355.351000', '192355.354000', '192355.356000', '192355.359000', '192355.361000', '192355.364000', '192355.366000', '192355.369000', '192355.371000', '192355.374000', '192355.376000', '192355.379000', '192355.382000', '192355.384000', '192355.387000', '192355.389000', '192355.392000', '192355.394000', '192355.397000', '192355.400000', '192355.402000', '192355.405000', '192355.407000', '192355.410000', '192355.412000', '192355.415000', '192355.417000', '192355.420000', '192355.423000', '192355.425000', '192355.428000', '192355.430000', '192355.433000', '192355.435000', '192355.438000', '192355.440000', '192355.443000', '192415.332000', '192415.335000', '192415.338000', '192415.340000', '192415.343000', '192415.346000', '192415.348000', '192415.351000', '192415.353000', '192415.356000', '192415.359000', '192415.361000', '192415.364000', '192415.366000', '192415.369000', '192415.371000', '192415.374000', '192415.377000', '192415.379000', '192415.382000', '192415.384000', '192415.387000', '192415.389000', '192415.392000', '192415.395000', '192415.397000', '192415.400000', '192415.402000', '192415.405000', '192415.407000', '192415.410000', '192415.412000', '192415.415000', '192415.418000', '192415.420000', '192415.423000', '192415.425000', '192415.428000', '192415.430000', '192415.433000', '192415.435000', '192415.438000', '192415.440000', '192435.333000', '192435.335000', '192435.338000', '192435.341000', '192435.343000', '192435.346000', '192435.348000', '192435.351000', '192435.353000', '192435.356000', '192435.359000', '192435.361000', '192435.364000', '192435.366000', '192435.369000', '192435.372000', '192435.374000', '192435.377000', '192435.379000', '192435.382000', '192435.385000', '192435.387000', '192435.390000', '192435.392000', '192435.395000', '192435.397000', '192435.400000', '192435.403000', '192435.405000', '192435.408000', '192435.410000', '192435.413000', '192435.416000', '192435.418000', '192435.421000', '192435.423000', '192435.426000', '192435.428000', '192435.431000', '192435.433000', '192435.436000', '192435.439000', '192435.441000', '192435.444000', '192455.333000', '192455.335000', '192455.338000', '192455.341000', '192455.343000', '192455.346000', '192455.348000', '192455.351000', '192455.353000', '192455.356000', '192455.359000', '192455.361000', '192455.364000', '192455.366000', '192455.369000', '192455.371000', '192455.374000', '192455.376000', '192455.379000', '192455.382000', '192455.384000', '192455.387000', '192455.390000', '192455.392000', '192455.395000', '192455.397000', '192455.400000', '192455.402000', '192455.405000', '192455.407000', '192455.410000', '192455.413000', '192455.416000', '192455.419000', '192455.421000', '192455.424000', '192455.432000', '192455.435000', '192455.437000', '192455.440000', '192455.442000', '192455.445000', '192455.447000', '192515.331000', '192515.334000', '192515.337000', '192515.340000', '192515.342000', '192515.345000', '192515.347000', '192515.350000', '192515.352000', '192515.355000', '192515.358000', '192515.360000', '192515.363000', '192515.365000', '192515.368000', '192515.370000', '192515.373000', '192515.376000', '192515.378000', '192515.381000', '192515.383000', '192515.386000', '192515.388000', '192515.391000', '192515.394000', '192515.396000', '192515.399000', '192515.401000', '192515.404000', '192515.406000', '192515.415000', '192515.418000', '192515.421000', '192515.423000', '192515.426000', '192515.428000', '192515.431000', '192515.433000', '192515.436000', '192515.438000', '192515.441000', '192515.444000', '192515.446000', '192515.449000', '192535.332000', '192535.335000', '192535.338000', '192535.340000', '192535.343000', '192535.346000', '192535.348000', '192535.351000', '192535.353000', '192535.356000', '192535.359000', '192535.361000', '192535.364000', '192535.366000', '192535.369000', '192535.372000', '192535.374000', '192535.382000', '192535.384000', '192535.387000', '192535.390000', '192535.392000', '192535.395000', '192535.397000', '192535.400000', '192535.403000', '192535.405000', '192535.408000', '192535.410000', '192535.413000', '192535.416000', '192535.418000', '192535.421000', '192535.423000', '192535.426000', '192535.428000', '192535.431000', '192535.433000', '192535.436000', '192535.439000', '192535.441000', '192535.444000', '192535.446000', '192555.333000', '192555.335000', '192555.338000', '192555.341000', '192555.343000', '192555.346000', '192555.348000', '192555.351000', '192555.353000', '192555.356000', '192555.359000', '192555.361000', '192555.364000', '192555.366000', '192555.369000', '192555.371000', '192555.374000', '192555.376000', '192555.379000', '192555.382000', '192555.384000', '192555.387000', '192555.389000', '192555.392000', '192555.394000', '192555.397000', '192555.400000', '192555.402000', '192555.405000', '192555.407000', '192555.410000', '192555.412000', '192555.415000', '192555.418000', '192555.420000', '192555.423000', '192555.426000', '192555.428000', '192555.431000', '192555.433000', '192555.436000', '192555.439000', '192555.441000', '192555.444000', '192615.333000', '192615.335000', '192615.338000', '192615.341000', '192615.343000', '192615.346000', '192615.348000', '192615.351000', '192615.354000', '192615.356000', '192615.359000', '192615.361000', '192615.364000', '192615.366000', '192615.369000', '192615.372000', '192615.374000', '192615.377000', '192615.379000', '192615.382000', '192615.385000', '192615.387000', '192615.390000', '192615.393000', '192615.395000', '192615.398000', '192615.401000', '192615.403000', '192615.406000', '192615.408000', '192615.411000', '192615.413000', '192615.416000', '192615.418000', '192615.421000', '192615.424000', '192615.426000', '192615.429000', '192615.431000', '192615.434000', '192615.437000', '192615.439000', '192615.442000', '192635.333000', '192635.335000', '192635.338000', '192635.341000', '192635.343000', '192635.346000', '192635.348000', '192635.351000', '192635.353000', '192635.356000', '192635.358000', '192635.361000', '192635.364000', '192635.366000', '192635.369000', '192635.371000', '192635.374000', '192635.376000', '192635.379000', '192635.381000', '192635.384000', '192635.387000', '192635.389000', '192635.392000', '192635.394000', '192635.397000', '192635.399000', '192635.402000', '192635.404000', '192635.407000', '192635.410000', '192635.412000', '192635.415000', '192635.417000', '192635.420000', '192635.422000', '192635.425000', '192635.428000', '192635.430000', '192635.433000', '192635.435000', '192635.448000', '192635.451000', '192635.453000', '192655.333000', '192655.335000', '192655.338000', '192655.340000', '192655.343000', '192655.346000', '192655.348000', '192655.351000', '192655.353000', '192655.356000', '192655.358000', '192655.361000', '192655.364000', '192655.366000', '192655.369000', '192655.371000', '192655.374000', '192655.377000', '192655.379000', '192655.382000', '192655.384000', '192655.387000', '192655.389000', '192655.392000', '192655.395000', '192655.397000', '192655.400000', '192655.402000', '192655.405000', '192655.408000', '192655.410000', '192655.413000', '192655.416000', '192655.418000', '192655.421000', '192655.424000', '192655.426000', '192655.429000', '192655.431000', '192655.434000', '192655.437000', '192655.439000', '192655.442000', '192715.333000', '192715.336000', '192715.338000', '192715.341000', '192715.343000', '192715.346000', '192715.348000', '192715.351000', '192715.354000', '192715.356000', '192715.359000', '192715.361000', '192715.364000', '192715.366000', '192715.369000', '192715.372000', '192715.374000', '192715.377000', '192715.379000', '192715.382000', '192715.384000', '192715.387000', '192715.390000', '192715.392000', '192715.395000', '192715.397000', '192715.400000', '192715.402000', '192715.405000', '192715.408000', '192715.410000', '192715.413000', '192715.415000', '192715.418000', '192715.420000', '192715.423000', '192715.425000', '192715.428000', '192715.430000', '192715.433000', '192715.436000', '192715.438000', '192715.441000', '192715.444000', '192735.331000', '192735.334000', '192735.337000', '192735.339000', '192735.342000', '192735.345000', '192735.347000', '192735.350000', '192735.352000', '192735.355000', '192735.358000', '192735.360000', '192735.363000', '192735.365000', '192735.368000', '192735.370000', '192735.373000', '192735.376000', '192735.378000', '192735.381000', '192735.383000', '192735.386000', '192735.388000', '192735.391000', '192735.394000', '192735.396000', '192735.399000', '192735.401000', '192735.404000', '192735.406000', '192735.409000', '192735.412000', '192735.414000', '192735.417000', '192735.419000', '192735.422000', '192735.424000', '192735.427000', '192735.430000', '192735.434000', '192735.436000', '192735.439000', '192735.442000', '192755.332000', '192755.335000', '192755.338000', '192755.340000', '192755.343000', '192755.345000', '192755.348000', '192755.351000', '192755.353000', '192755.356000', '192755.358000', '192755.361000', '192755.363000', '192755.366000', '192755.369000', '192755.371000', '192755.374000', '192755.376000', '192755.379000', '192755.381000', '192755.384000', '192755.387000', '192755.389000', '192755.392000', '192755.394000', '192755.397000', '192755.399000', '192755.402000', '192755.405000', '192755.407000', '192755.410000', '192755.412000', '192755.415000', '192755.417000', '192755.420000', '192755.422000', '192755.425000', '192755.428000', '192755.430000', '192755.433000', '192755.435000', '192755.438000', '192755.441000', '192755.443000', '192814.997000', '192815.001000', '192815.004000', '192815.006000', '192815.009000', '192815.012000', '192815.015000', '192815.017000', '192815.032000', '192815.035000', '192815.037000', '192815.040000', '192815.043000', '192815.045000', '192815.048000', '192815.051000', '192815.054000', '192815.056000', '192815.059000', '192815.062000', '192815.064000', '192815.069000', '192815.071000', '192815.074000', '192815.077000', '192815.079000', '192815.082000', '192815.085000', '192815.087000', '192815.090000', '192815.093000', '192815.095000', '192815.098000', '192815.100000', '192815.103000', '192815.106000', '192815.108000', '192815.111000', '192815.114000', '192815.116000', '192815.120000', '192815.122000', '192815.125000'], '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': [9520, 10366, 8167, 11894, 8061, 12221, 8916, 9658, 8016, 7966, 8337, 8575, 9753, 7812, 10509, 7955, 11658, 8493, 11474, 7947, 11039, 7936, 10915, 8029, 9591, 7930, 9957, 8058, 11220, 8414, 8174, 8795, 8335, 10116, 8086, 10733, 8062, 11621, 8071, 12051, 8133, 11212, 8018, 10664, 8965, 8003, 8930, 8074, 10075, 8047, 10950, 8025, 11353, 7873, 10635, 7791, 10875, 8252, 9926, 8100, 7666, 8789, 8081, 10182, 8190, 10963, 8077, 11107, 8386, 11647, 8146, 9044, 7965, 8542, 8656, 8124, 8905, 8002, 8871, 8162, 10127, 8018, 10752, 7798, 8763, 8724, 8108, 9278, 8037, 11249, 8252, 11796, 7980, 9416, 8257, 8239, 9407, 8279, 9600, 7839, 11504, 8698, 8006, 8770, 8262, 10143, 8246, 12048, 8169, 9636, 8252, 7972, 9898, 8110, 11081, 8222, 12366, 8914, 7969, 9049, 8259, 10077, 8150, 12253, 8497, 9112, 8548, 8265, 10569, 7789, 11653, 8445, 11076, 8894, 7910, 9266, 7854, 10235, 8492, 9066, 8968, 7604, 8268, 9763, 8227, 7828, 9106, 8026, 14870, 7674, 11195, 7985, 12192, 8357, 8595, 8742, 8012, 9386, 8243, 10317, 7708, 10184, 8019, 11120, 8644, 8287, 9154, 8118, 9740, 7739, 11228, 8721, 8903, 8958, 8036, 9836, 8111, 10264, 7739, 9894, 7937, 11228, 8113, 10405, 8437, 9186, 9016, 8103, 9247, 8183, 10638, 8616, 13118, 8505, 9548, 8712, 7986, 9807, 7584, 10575, 8143, 11393, 8676, 7672, 9153, 7965, 9694, 7968, 11194, 8112, 10724, 8116, 8475, 8953, 8063, 9456, 7958, 10970, 8739, 8104, 8934, 8004, 10560, 7817, 11851, 8676, 10711, 8758, 8168, 8899, 8419, 11123, 7794, 11285, 8364, 9264, 8617, 8257, 9283, 8057, 9604, 8285, 10597, 7626, 10410, 7797, 11263, 8426, 8973, 8618, 8192, 9449, 8320, 10759, 7785, 10593, 7756, 11109, 8226, 9081, 8872, 8021, 9243, 8044, 10297, 8190, 10043, 8874, 8415, 9263, 8079, 9604, 7906, 10840, 8812, 11395, 8801, 7876, 8835, 8178, 11389, 8361, 9583, 8219, 8304, 9463, 8163, 10097, 7624, 11159, 8284, 14160, 8717, 8983, 9069, 8101, 10098, 7644, 10658, 7951, 11498, 8671, 8745, 8786, 7891, 9138, 7952, 10404, 7772, 10276, 8163, 8626, 9119, 7902, 9369, 7754, 10876, 8337, 11981, 8466, 8412, 8881, 8108, 10203, 7759, 10960, 8246, 8111, 11333, 8530, 8367, 13876, 8905, 10945, 16400, 8383, 11760, 8316, 11423, 7631, 10334, 8806, 9585, 9991, 9526, 10556, 9432, 14681, 11237, 16868, 15064, 16679, 14518, 10329, 9913, 9779, 10969, 8243, 12186, 9337, 11426, 9694, 8973, 9527, 7936, 10622, 8488, 8589, 9720, 8247, 10319, 7982, 11400, 8801, 9623, 8529, 7801, 9936, 7490, 10915, 8303, 7805, 8911, 7700, 10421, 7814, 8905, 8690, 7961, 10666, 7843, 9542, 9934, 7622, 10841, 8125, 7729, 8764, 13322, 8970, 10409, 8107, 8245, 8666, 7720, 9485, 7809, 9936, 7842, 11117, 8778, 8787, 8636, 7984, 10651, 8520, 9664, 8772, 7782, 9489, 7886, 10422, 8248, 9320, 8350, 7482, 10895, 7885, 7680, 10375, 8424, 7874, 9378, 7849, 9472, 7943, 9943, 7838, 10688, 7849, 10848, 8354, 11414, 7862, 9917, 8075, 7456, 8661, 7996, 9903, 7903, 9841, 7715, 8169, 9120, 7845, 10103, 7920, 11054, 8688, 11162, 8815, 7770, 8591, 7836, 10529, 8488, 9932, 8829, 8287, 10418, 8117, 13433, 8808, 8130, 8560, 8107, 11193, 8527, 16242, 8386, 11596, 8658, 9231, 9324, 7817, 9787, 8185, 11369, 8482, 8345, 10835, 8336, 8647, 8792, 16680, 16309, 8703, 9357, 7997, 9417, 7745, 8781, 7359, 10724, 7822, 10781, 8183, 8269, 11611, 9177, 13298, 11139, 16297, 11015, 14238, 9053, 13015, 9800, 12906, 9627, 12999, 8176, 11244, 8104, 8899, 8589, 8193, 9978, 8293, 8585, 9188, 8319, 11574, 7955, 9894, 8398, 8469, 11160, 8006, 11377, 8299, 11198, 8310, 10501, 8163, 9652, 8436, 8419, 9251, 7927, 9973, 8473, 10868, 8706, 9356, 8691, 7636, 8687, 8322, 9940, 7971, 10686, 8467, 10081, 8792, 8205, 9883, 8134, 11199, 8577, 12078, 8821, 9427, 8889, 8133, 10272, 7851, 10637, 8078, 11243, 8462, 9215, 9293, 8063, 10068, 7780, 11231, 8842, 9868, 8530, 7812, 9598, 8523, 11073, 8422, 10894, 8599, 8383, 10001, 8221, 11101, 8511, 9354, 9309, 8469, 10400, 8025, 11142, 8885, 8550, 9587, 8348, 9416, 8796, 8736, 10638, 8307, 8885, 10147, 8667, 7821, 9356, 8649, 13255, 8577, 13692, 8712, 10726, 10017, 8523, 10147, 8275, 11439, 8730, 12433, 9017, 8234, 9190, 8180, 10684, 8427, 9618, 8928, 8338, 9840, 8487, 10644, 10256, 8010, 10490, 8433, 12197, 9038, 11425, 8856, 9680, 9376, 8204, 10997, 8397, 8084, 10315, 9185, 8601, 14373, 9043, 15588, 12591, 8834, 11208, 9009, 11859, 9137, 11152, 9166, 9330, 12853, 9200, 8866, 9771, 9279, 8802, 9563, 8846, 10776, 9159, 9137, 8427, 9511, 9870, 13889, 10555, 9125, 11138, 9151, 8632, 13380, 17355, 13698, 16277, 12697, 14174, 8696, 11698, 8913, 10450, 8908, 9353, 8567, 8578, 8713, 7869, 9508, 8007, 11092, 8364, 10930, 8839, 11242, 9109, 11402, 9386, 9725, 8520, 9341, 8749, 8708, 9852, 8430, 9699, 8325, 9789, 8908, 10407, 8673, 9964, 7921, 10233, 7800, 11081, 7962, 10649, 8076, 10899, 8459, 11365, 8488, 9905, 9183, 9291, 9832, 8318, 10060, 8193, 10780, 8729, 12242, 8721, 10160, 8930, 8665, 10457, 7491, 11053, 8633, 11449, 9236, 9433, 9586, 8294, 10213, 8247, 11421, 8925, 12927, 8859, 10894, 8643, 10219, 9369, 8583, 8831, 8138, 9219, 8804, 10520, 8779, 10375, 7836, 10871, 8239, 11590, 8801, 10016, 8315, 9571, 9432, 8339, 9579, 8530, 9555, 8524, 10500, 8582, 10364, 8175, 10325, 8198, 11451, 8865, 10159, 8743, 8907, 10640, 7706, 10926, 8645, 11140, 9169, 11077, 8871, 8040, 9171, 8823, 10733, 8038, 10908, 8649, 10718, 8969, 8094, 9467, 8076, 10428, 8077, 11561, 8572, 11179, 8830, 10819, 9447, 8563, 9265, 8482, 9976, 8345, 11188, 8084, 11412, 8865, 9220, 9106, 8281, 10692, 8712, 10075, 8776, 9783, 9143, 9868, 8704, 8242, 8994, 8589, 10149, 8652, 11216, 8616, 10978, 8295, 10395], 'WindowCenter': [4103.0, 4083.0, 4048.0, 4065.0, 4033.0, 4062.0, 4043.0, 4028.0, 4017.0, 4017.0, 4016.0, 4028.0, 4039.0, 4016.0, 4038.0, 4028.0, 4048.0, 4032.0, 4048.0, 4017.0, 4036.0, 4017.0, 4036.0, 4004.0, 4012.0, 4004.0, 4035.0, 4016.0, 4048.0, 4015.0, 4014.0, 4027.0, 4017.0, 4050.0, 4016.0, 4036.0, 4016.0, 4048.0, 4017.0, 4049.0, 4005.0, 4035.0, 4016.0, 4035.0, 4015.0, 4005.0, 4012.0, 4004.0, 4022.0, 4015.0, 4032.0, 4016.0, 4036.0, 4002.0, 4023.0, 4003.0, 4034.0, 4017.0, 4022.0, 4004.0, 4004.0, 4013.0, 4015.0, 4039.0, 4016.0, 4036.0, 4017.0, 4036.0, 4027.0, 4050.0, 4018.0, 4027.0, 4017.0, 4028.0, 4028.0, 4017.0, 4028.0, 4015.0, 4024.0, 4017.0, 4049.0, 4017.0, 4048.0, 4018.0, 4027.0, 4043.0, 4029.0, 4039.0, 4030.0, 4051.0, 4045.0, 4061.0, 4030.0, 4039.0, 4028.0, 4029.0, 4042.0, 4030.0, 4037.0, 4020.0, 4049.0, 4043.0, 4019.0, 4029.0, 4029.0, 4051.0, 4029.0, 4062.0, 4029.0, 4040.0, 4029.0, 4030.0, 4054.0, 4019.0, 4051.0, 4030.0, 4061.0, 4043.0, 4017.0, 4028.0, 4017.0, 4040.0, 4019.0, 4062.0, 4028.0, 4026.0, 4028.0, 4017.0, 4052.0, 4017.0, 4047.0, 4016.0, 4038.0, 4027.0, 4017.0, 4025.0, 4018.0, 4038.0, 4028.0, 4042.0, 4040.0, 4019.0, 4030.0, 4041.0, 4030.0, 4018.0, 4027.0, 4018.0, 4073.0, 4006.0, 4036.0, 4015.0, 4048.0, 4017.0, 4015.0, 4014.0, 4004.0, 4025.0, 4015.0, 4039.0, 4004.0, 4025.0, 4005.0, 4035.0, 4016.0, 4015.0, 4025.0, 4005.0, 4026.0, 4007.0, 4035.0, 4030.0, 4026.0, 4028.0, 4016.0, 4027.0, 4031.0, 4039.0, 4005.0, 4037.0, 4015.0, 4049.0, 4019.0, 4036.0, 4017.0, 4027.0, 4029.0, 4016.0, 4026.0, 4016.0, 4038.0, 4017.0, 4047.0, 4015.0, 4013.0, 4012.0, 4003.0, 4026.0, 4004.0, 4035.0, 4015.0, 4036.0, 4028.0, 4006.0, 4013.0, 4014.0, 4026.0, 4016.0, 4049.0, 4015.0, 4036.0, 4005.0, 4014.0, 4027.0, 4004.0, 4024.0, 4017.0, 4036.0, 4018.0, 4018.0, 4026.0, 4017.0, 4037.0, 4005.0, 4034.0, 4029.0, 4038.0, 4015.0, 4015.0, 4014.0, 4016.0, 4037.0, 4006.0, 4035.0, 4016.0, 4027.0, 4017.0, 4018.0, 4026.0, 4014.0, 4025.0, 4015.0, 4040.0, 4003.0, 4036.0, 4017.0, 4037.0, 4029.0, 4028.0, 4015.0, 4028.0, 4027.0, 4017.0, 4051.0, 4004.0, 4036.0, 4006.0, 4035.0, 4019.0, 4026.0, 4026.0, 4015.0, 4026.0, 4017.0, 4038.0, 4015.0, 4026.0, 4028.0, 4017.0, 4040.0, 4016.0, 4024.0, 4016.0, 4035.0, 4029.0, 4047.0, 4014.0, 4015.0, 4025.0, 4017.0, 4050.0, 4019.0, 4027.0, 4029.0, 4014.0, 4040.0, 4015.0, 4026.0, 4006.0, 4037.0, 4015.0, 4058.0, 4014.0, 4013.0, 4015.0, 4004.0, 4037.0, 4005.0, 4035.0, 4016.0, 4034.0, 4028.0, 4014.0, 4014.0, 4018.0, 4025.0, 4016.0, 4038.0, 4007.0, 4038.0, 4017.0, 4017.0, 4028.0, 4015.0, 4026.0, 4017.0, 4036.0, 4029.0, 4048.0, 4015.0, 4015.0, 4014.0, 4005.0, 4038.0, 4006.0, 4038.0, 4016.0, 4019.0, 4049.0, 4015.0, 4017.0, 4060.0, 4042.0, 4051.0, 4073.0, 4017.0, 4035.0, 4004.0, 4033.0, 4006.0, 4037.0, 4026.0, 4038.0, 4040.0, 4027.0, 4025.0, 4012.0, 4043.0, 4010.0, 4041.0, 4029.0, 4027.0, 4027.0, 3992.0, 3981.0, 3991.0, 3991.0, 3972.0, 4002.0, 3993.0, 4004.0, 3980.0, 3980.0, 3990.0, 3984.0, 4006.0, 3995.0, 3997.0, 4008.0, 3999.0, 4022.0, 3999.0, 4018.0, 4010.0, 4012.0, 4010.0, 4001.0, 4022.0, 3991.0, 4034.0, 4014.0, 4002.0, 4012.0, 4006.0, 4034.0, 4004.0, 4025.0, 4027.0, 4016.0, 4038.0, 4017.0, 4027.0, 4038.0, 4017.0, 4038.0, 4017.0, 4016.0, 4016.0, 4059.0, 4028.0, 4034.0, 4004.0, 4014.0, 4015.0, 4005.0, 4027.0, 4004.0, 4025.0, 4015.0, 4035.0, 4016.0, 4014.0, 4012.0, 4003.0, 4036.0, 4016.0, 4026.0, 4028.0, 4005.0, 4024.0, 4004.0, 4035.0, 4016.0, 4028.0, 4017.0, 4018.0, 4050.0, 4019.0, 4020.0, 4052.0, 4019.0, 4018.0, 4026.0, 4005.0, 4028.0, 4005.0, 4028.0, 4001.0, 4023.0, 4003.0, 4035.0, 4004.0, 4033.0, 4003.0, 4022.0, 4002.0, 4006.0, 4013.0, 4014.0, 4053.0, 4032.0, 4024.0, 4006.0, 4014.0, 4029.0, 4017.0, 4039.0, 4017.0, 4052.0, 4031.0, 4064.0, 4043.0, 4020.0, 4030.0, 4033.0, 4052.0, 4031.0, 4029.0, 4042.0, 4033.0, 4038.0, 4018.0, 4060.0, 4029.0, 4016.0, 4016.0, 4005.0, 4036.0, 4016.0, 4057.0, 4015.0, 4035.0, 4015.0, 4026.0, 4027.0, 4003.0, 4023.0, 4002.0, 4033.0, 4012.0, 4014.0, 4036.0, 4016.0, 4028.0, 4028.0, 4087.0, 4073.0, 3999.0, 3996.0, 4000.0, 4009.0, 4002.0, 4013.0, 4002.0, 4049.0, 4017.0, 4062.0, 4029.0, 4028.0, 4049.0, 4027.0, 4049.0, 4023.0, 4044.0, 4009.0, 4030.0, 3998.0, 4018.0, 3997.0, 4017.0, 3995.0, 4016.0, 3983.0, 4003.0, 3985.0, 3996.0, 3997.0, 3996.0, 4009.0, 4012.0, 4012.0, 4024.0, 4015.0, 4033.0, 4003.0, 4023.0, 4016.0, 4015.0, 4038.0, 4014.0, 4034.0, 4016.0, 4036.0, 4017.0, 4035.0, 4014.0, 4023.0, 4014.0, 4014.0, 4026.0, 4014.0, 4035.0, 4028.0, 4049.0, 4028.0, 4026.0, 4027.0, 4004.0, 4025.0, 4018.0, 4038.0, 4017.0, 4035.0, 4018.0, 4037.0, 4029.0, 4028.0, 4039.0, 4019.0, 4049.0, 4028.0, 4060.0, 4027.0, 4026.0, 4028.0, 4017.0, 4040.0, 4019.0, 4038.0, 4016.0, 4051.0, 4028.0, 4039.0, 4026.0, 4029.0, 4040.0, 4018.0, 4048.0, 4041.0, 4038.0, 4028.0, 4016.0, 4028.0, 4029.0, 4051.0, 4028.0, 4049.0, 4026.0, 4016.0, 4040.0, 4029.0, 4049.0, 4029.0, 4039.0, 4039.0, 4016.0, 4038.0, 4029.0, 4049.0, 4029.0, 4029.0, 4039.0, 4017.0, 4036.0, 4027.0, 4025.0, 4051.0, 4041.0, 4042.0, 4054.0, 4042.0, 4032.0, 4042.0, 4041.0, 4074.0, 4030.0, 4060.0, 4026.0, 4038.0, 4038.0, 4016.0, 4036.0, 4015.0, 4048.0, 4027.0, 4048.0, 4025.0, 4015.0, 4025.0, 4016.0, 4035.0, 4018.0, 4038.0, 4026.0, 4027.0, 4051.0, 4026.0, 4038.0, 4038.0, 4018.0, 4050.0, 4031.0, 4062.0, 4027.0, 4034.0, 4014.0, 4022.0, 4013.0, 4015.0, 4048.0, 4030.0, 4030.0, 4053.0, 4043.0, 4071.0, 4089.0, 4045.0, 4072.0, 4048.0, 4014.0, 4034.0, 4013.0, 4033.0, 4027.0, 4031.0, 4010.0, 4010.0, 4046.0, 4025.0, 4027.0, 4036.0, 4025.0, 4028.0, 4026.0, 3999.0, 4021.0, 4012.0, 4011.0, 4001.0, 4011.0, 4024.0, 4058.0, 4034.0, 4024.0, 4034.0, 4012.0, 4000.0, 4044.0, 4052.0, 4032.0, 4042.0, 4018.0, 4026.0, 3985.0, 4029.0, 4011.0, 3987.0, 3981.0, 3995.0, 4011.0, 4012.0, 4025.0, 4014.0, 4035.0, 4032.0, 4062.0, 4016.0, 4033.0, 4026.0, 4049.0, 4057.0, 4035.0, 4026.0, 4024.0, 4015.0, 4026.0, 4027.0, 4026.0, 4037.0, 4015.0, 4025.0, 4014.0, 4036.0, 4028.0, 4037.0, 4014.0, 4025.0, 4015.0, 4035.0, 4016.0, 4047.0, 4015.0, 4035.0, 4015.0, 4047.0, 4028.0, 4047.0, 4027.0, 4036.0, 4026.0, 4025.0, 4038.0, 4017.0, 4036.0, 4026.0, 4049.0, 4028.0, 4060.0, 4030.0, 4050.0, 4040.0, 4028.0, 4050.0, 4017.0, 4048.0, 4029.0, 4061.0, 4037.0, 4029.0, 4037.0, 4016.0, 4037.0, 4028.0, 4047.0, 4026.0, 4060.0, 4027.0, 4036.0, 4028.0, 4037.0, 4040.0, 4016.0, 4025.0, 4014.0, 4025.0, 4014.0, 4038.0, 4016.0, 4024.0, 4003.0, 4035.0, 4014.0, 4048.0, 4026.0, 4023.0, 4015.0, 4026.0, 4038.0, 4016.0, 4025.0, 4014.0, 4025.0, 4014.0, 4038.0, 4015.0, 4023.0, 4014.0, 4034.0, 4017.0, 4047.0, 4026.0, 4036.0, 4026.0, 4039.0, 4050.0, 4017.0, 4048.0, 4029.0, 4050.0, 4039.0, 4049.0, 4027.0, 4015.0, 4038.0, 4029.0, 4049.0, 4016.0, 4037.0, 4028.0, 4048.0, 4041.0, 4018.0, 4026.0, 4029.0, 4050.0, 4029.0, 4059.0, 4029.0, 4048.0, 4039.0, 4049.0, 4040.0, 4026.0, 4027.0, 4026.0, 4037.0, 4027.0, 4048.0, 4016.0, 4046.0, 4039.0, 4038.0, 4027.0, 4027.0, 4037.0, 4028.0, 4037.0, 4030.0, 4040.0, 4040.0, 4038.0, 4028.0, 4028.0, 4026.0, 4026.0, 4051.0, 4027.0, 4059.0, 4057.0, 4077.0, 4028.0, 4051.0], 'WindowWidth': [9133.0, 9085.0, 9028.0, 9049.0, 8999.0, 9037.0, 9011.0, 8982.0, 8964.0, 8965.0, 8963.0, 8982.0, 9000.0, 8964.0, 8997.0, 8984.0, 9011.0, 8993.0, 9013.0, 8965.0, 8991.0, 8965.0, 8990.0, 8943.0, 8950.0, 8942.0, 8988.0, 8963.0, 9009.0, 8962.0, 8958.0, 8980.0, 8965.0, 9015.0, 8964.0, 8989.0, 8962.0, 9008.0, 8965.0, 9013.0, 8946.0, 8986.0, 8961.0, 8987.0, 8958.0, 8945.0, 8952.0, 8941.0, 8964.0, 8958.0, 8979.0, 8961.0, 8987.0, 8937.0, 8965.0, 8940.0, 8981.0, 8966.0, 8966.0, 8942.0, 8940.0, 8955.0, 8960.0, 8997.0, 8962.0, 8991.0, 8964.0, 8990.0, 8981.0, 9015.0, 8967.0, 8976.0, 8965.0, 8979.0, 8983.0, 8964.0, 8978.0, 8959.0, 8970.0, 8962.0, 9013.0, 8965.0, 9009.0, 8970.0, 8980.0, 9010.0, 8985.0, 8998.0, 8987.0, 9015.0, 9013.0, 9031.0, 8986.0, 8998.0, 8981.0, 8985.0, 9006.0, 8986.0, 8994.0, 8972.0, 9012.0, 9009.0, 8971.0, 8984.0, 8984.0, 9016.0, 8985.0, 9035.0, 8984.0, 8999.0, 8986.0, 8986.0, 9024.0, 8971.0, 9015.0, 8988.0, 9031.0, 9010.0, 8967.0, 8981.0, 8966.0, 9001.0, 8970.0, 9036.0, 8982.0, 8976.0, 8980.0, 8965.0, 9020.0, 8966.0, 9007.0, 8960.0, 8994.0, 8979.0, 8962.0, 8972.0, 8967.0, 8995.0, 8979.0, 9005.0, 9001.0, 8972.0, 8987.0, 9005.0, 8986.0, 8968.0, 8979.0, 8966.0, 9049.0, 8947.0, 8989.0, 8958.0, 9008.0, 8966.0, 8958.0, 8955.0, 8941.0, 8972.0, 8957.0, 8998.0, 8943.0, 8972.0, 8944.0, 8989.0, 8960.0, 8958.0, 8971.0, 8944.0, 8973.0, 8951.0, 8987.0, 8988.0, 8976.0, 8978.0, 8961.0, 8976.0, 8990.0, 8996.0, 8946.0, 8992.0, 8959.0, 9012.0, 8968.0, 8989.0, 8966.0, 8977.0, 8985.0, 8962.0, 8973.0, 8962.0, 8993.0, 8966.0, 9006.0, 8956.0, 8951.0, 8950.0, 8941.0, 8975.0, 8942.0, 8986.0, 8959.0, 8989.0, 8981.0, 8946.0, 8954.0, 8958.0, 8972.0, 8962.0, 9011.0, 8959.0, 8986.0, 8943.0, 8954.0, 8979.0, 8942.0, 8970.0, 8963.0, 8989.0, 8965.0, 8965.0, 8975.0, 8962.0, 8992.0, 8948.0, 8986.0, 8985.0, 8992.0, 8957.0, 8956.0, 8956.0, 8959.0, 8994.0, 8946.0, 8987.0, 8962.0, 8977.0, 8963.0, 8967.0, 8975.0, 8956.0, 8974.0, 8959.0, 8999.0, 8943.0, 8988.0, 8963.0, 8991.0, 8986.0, 8980.0, 8959.0, 8982.0, 8977.0, 8964.0, 9016.0, 8944.0, 8988.0, 8945.0, 8984.0, 8970.0, 8974.0, 8973.0, 8961.0, 8974.0, 8965.0, 8994.0, 8960.0, 8975.0, 8980.0, 8963.0, 9002.0, 8962.0, 8971.0, 8961.0, 8988.0, 8982.0, 9006.0, 8956.0, 8957.0, 8975.0, 8963.0, 9014.0, 8968.0, 8978.0, 8984.0, 8959.0, 8999.0, 8960.0, 8974.0, 8949.0, 8991.0, 8959.0, 9025.0, 8955.0, 8954.0, 8958.0, 8942.0, 8994.0, 8947.0, 8987.0, 8963.0, 8984.0, 8984.0, 8956.0, 8955.0, 8965.0, 8971.0, 8962.0, 8996.0, 8950.0, 8994.0, 8966.0, 8963.0, 8982.0, 8959.0, 8974.0, 8965.0, 8988.0, 8985.0, 9007.0, 8957.0, 8959.0, 8955.0, 8944.0, 8993.0, 8948.0, 8993.0, 8961.0, 8968.0, 9010.0, 8958.0, 8962.0, 9029.0, 9003.0, 9019.0, 9060.0, 8967.0, 8985.0, 8940.0, 8981.0, 8947.0, 8991.0, 8978.0, 8997.0, 9001.0, 8978.0, 8973.0, 8949.0, 8998.0, 8944.0, 8992.0, 8966.0, 8969.0, 8962.0, 8905.0, 8891.0, 8903.0, 8902.0, 8879.0, 8923.0, 8912.0, 8929.0, 8887.0, 8887.0, 8904.0, 8901.0, 8932.0, 8918.0, 8920.0, 8938.0, 8928.0, 8962.0, 8929.0, 8955.0, 8945.0, 8950.0, 8947.0, 8935.0, 8964.0, 8921.0, 8984.0, 8955.0, 8937.0, 8953.0, 8946.0, 8982.0, 8943.0, 8973.0, 8980.0, 8961.0, 8994.0, 8967.0, 8977.0, 8994.0, 8964.0, 8994.0, 8966.0, 8963.0, 8962.0, 9025.0, 8978.0, 8984.0, 8942.0, 8955.0, 8961.0, 8945.0, 8978.0, 8942.0, 8972.0, 8958.0, 8989.0, 8964.0, 8955.0, 8951.0, 8940.0, 8989.0, 8961.0, 8976.0, 8981.0, 8944.0, 8968.0, 8941.0, 8986.0, 8961.0, 8978.0, 8961.0, 8970.0, 9016.0, 8969.0, 8973.0, 9020.0, 8970.0, 8966.0, 8975.0, 8943.0, 8977.0, 8945.0, 8978.0, 8934.0, 8964.0, 8937.0, 8985.0, 8939.0, 8980.0, 8937.0, 8960.0, 8936.0, 8947.0, 8952.0, 8955.0, 9026.0, 8996.0, 8968.0, 8946.0, 8958.0, 8983.0, 8962.0, 8997.0, 8965.0, 9018.0, 8991.0, 9040.0, 9008.0, 8974.0, 8987.0, 8994.0, 9020.0, 8985.0, 8977.0, 9008.0, 8995.0, 8995.0, 8968.0, 9029.0, 8984.0, 8963.0, 8959.0, 8943.0, 8986.0, 8959.0, 9021.0, 8956.0, 8986.0, 8959.0, 8974.0, 8978.0, 8939.0, 8965.0, 8935.0, 8981.0, 8951.0, 8957.0, 8991.0, 8964.0, 8980.0, 8985.0, 9086.0, 9063.0, 8927.0, 8919.0, 8929.0, 8943.0, 8938.0, 8954.0, 8940.0, 9014.0, 8968.0, 9036.0, 8986.0, 8983.0, 9014.0, 8979.0, 9017.0, 8967.0, 9002.0, 8941.0, 8970.0, 8921.0, 8952.0, 8920.0, 8949.0, 8917.0, 8947.0, 8899.0, 8926.0, 8904.0, 8919.0, 8925.0, 8921.0, 8943.0, 8951.0, 8953.0, 8970.0, 8959.0, 8983.0, 8941.0, 8965.0, 8963.0, 8959.0, 8995.0, 8957.0, 8984.0, 8962.0, 8990.0, 8966.0, 8985.0, 8958.0, 8968.0, 8957.0, 8955.0, 8975.0, 8958.0, 8987.0, 8983.0, 9015.0, 8983.0, 8978.0, 8978.0, 8944.0, 8974.0, 8966.0, 8997.0, 8965.0, 8988.0, 8967.0, 8996.0, 8986.0, 8982.0, 8998.0, 8969.0, 9012.0, 8984.0, 9031.0, 8981.0, 8977.0, 8983.0, 8967.0, 8999.0, 8970.0, 8995.0, 8964.0, 9017.0, 8982.0, 8998.0, 8979.0, 8984.0, 9000.0, 8970.0, 9011.0, 9005.0, 8996.0, 8982.0, 8966.0, 8982.0, 8983.0, 9019.0, 8981.0, 9013.0, 8977.0, 8965.0, 9000.0, 8984.0, 9014.0, 8987.0, 9001.0, 9000.0, 8964.0, 8996.0, 8984.0, 9014.0, 8986.0, 8986.0, 8997.0, 8966.0, 8993.0, 8979.0, 8974.0, 9019.0, 9007.0, 9008.0, 9026.0, 9008.0, 8993.0, 9009.0, 9005.0, 9056.0, 8985.0, 9030.0, 8976.0, 8996.0, 8995.0, 8962.0, 8989.0, 8958.0, 9011.0, 8978.0, 9011.0, 8975.0, 8959.0, 8972.0, 8960.0, 8989.0, 8967.0, 8994.0, 8976.0, 8979.0, 9017.0, 8976.0, 8996.0, 8998.0, 8968.0, 9015.0, 8993.0, 9037.0, 8979.0, 8985.0, 8956.0, 8964.0, 8953.0, 8960.0, 9010.0, 8990.0, 8990.0, 9024.0, 9013.0, 9062.0, 9084.0, 9016.0, 9050.0, 9009.0, 8956.0, 8985.0, 8953.0, 8981.0, 8975.0, 8976.0, 8945.0, 8943.0, 9002.0, 8974.0, 8977.0, 8987.0, 8973.0, 8982.0, 8976.0, 8926.0, 8960.0, 8948.0, 8950.0, 8934.0, 8945.0, 8969.0, 9025.0, 8984.0, 8968.0, 8981.0, 8949.0, 8929.0, 8999.0, 9012.0, 8975.0, 8997.0, 8950.0, 8962.0, 8902.0, 8970.0, 8951.0, 8892.0, 8891.0, 8916.0, 8949.0, 8951.0, 8976.0, 8959.0, 8988.0, 8997.0, 9034.0, 8963.0, 8984.0, 8976.0, 9015.0, 9037.0, 8987.0, 8977.0, 8970.0, 8959.0, 8974.0, 8979.0, 8976.0, 8992.0, 8957.0, 8973.0, 8956.0, 8989.0, 8982.0, 8993.0, 8959.0, 8972.0, 8961.0, 8989.0, 8964.0, 9008.0, 8960.0, 8988.0, 8960.0, 9006.0, 8984.0, 9008.0, 8978.0, 8991.0, 8978.0, 8974.0, 8995.0, 8965.0, 8992.0, 8978.0, 9012.0, 8985.0, 9031.0, 8988.0, 9014.0, 9001.0, 8981.0, 9016.0, 8968.0, 9009.0, 8984.0, 9033.0, 8996.0, 8984.0, 8994.0, 8964.0, 8994.0, 8982.0, 9008.0, 8980.0, 9030.0, 8979.0, 8992.0, 8983.0, 8993.0, 9002.0, 8962.0, 8973.0, 8956.0, 8972.0, 8957.0, 8998.0, 8961.0, 8971.0, 8943.0, 8990.0, 8959.0, 9010.0, 8977.0, 8970.0, 8963.0, 8977.0, 8995.0, 8964.0, 8975.0, 8959.0, 8975.0, 8959.0, 8997.0, 8959.0, 8968.0, 8958.0, 8988.0, 8965.0, 9008.0, 8977.0, 8990.0, 8980.0, 8997.0, 9016.0, 8967.0, 9010.0, 8984.0, 9016.0, 9001.0, 9014.0, 8979.0, 8962.0, 8996.0, 8983.0, 9015.0, 8964.0, 8993.0, 8983.0, 9010.0, 9006.0, 8969.0, 8978.0, 8986.0, 9014.0, 8987.0, 9031.0, 8986.0, 9010.0, 9001.0, 9015.0, 9004.0, 8977.0, 8978.0, 8978.0, 8994.0, 8979.0, 9011.0, 8964.0, 9006.0, 9000.0, 8997.0, 8982.0, 8979.0, 8993.0, 8980.0, 8995.0, 8990.0, 9001.0, 9004.0, 8998.0, 8981.0, 8982.0, 8979.0, 8977.0, 9019.0, 8979.0, 9028.0, 9036.0, 9066.0, 8984.0, 9020.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.0004201841196777905</td></tr>
<tr><td colspan=3>aqi</td><td>0.031235399194476408</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.0633064042051</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2295832587327191</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9749006517972348</td></tr>
<tr><td colspan=3>efc</td><td>0.5298</td></tr>
<tr><td colspan=3>fber</td><td>3804.6133</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10361530072042513</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>69</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.940161104718067</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.520228152581741</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3631877618390313</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7529374798194013</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.44455921608679</td></tr>
<tr><td colspan=3>gcor</td><td>0.015999</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0161186084151268</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.039608828723430634</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>869</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.3501893460451555</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>19.2772</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.8429</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.8127</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283510.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>962.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>377.0124</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.5841</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>470.9676</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3160.0092</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3273.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1431.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>752.377</td></tr>
<tr><td colspan=3>tsnr</td><td>36.33606967952801</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>