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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0053_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0053/figures/sub-0053_ses-04_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-0053/figures/sub-0053_ses-04_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0053/figures/sub-0053_ses-04_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-0053/ses-04/func/sub-0053_ses-04_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>c2447da45268e8b082418425b3169d8f</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>16:32:37.817500</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.997306, 0.0328033, -0.0656152, -0.0294251, 0.998224, 0.0518058]</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.0908842</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>[4135, -7729, -7260, 506, -2, -14, -14, 89]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.486</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f0ef770a-8400-40ce-9099-d3b2117075a5||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.6756982803344727, -0.07894536107778549, -0.18143460154533386, 119.7489242553711], [-0.08800892531871796, 2.6781609058380127, 0.13428576290607452, -84.38846588134766], [-0.1760406792163849, -0.13899113237857819, 2.6905479431152344, -49.39563751220703], [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': ['163237.817500', '163238.277500', '163238.737500', '163239.197500', '163239.657500', '163240.117500', '163240.577500', '163241.037500', '163241.497500', '163241.957500', '163242.417500', '163242.877500', '163243.337500', '163243.797500', '163244.257500', '163244.717500', '163245.177500', '163245.637500', '163246.097500', '163246.557500', '163247.017500', '163247.477500', '163247.937500', '163248.397500', '163248.857500', '163249.317500', '163249.777500', '163250.237500', '163250.697500', '163251.157500', '163251.617500', '163252.077500', '163252.537500', '163252.997500', '163253.457500', '163253.917500', '163254.377500', '163254.837500', '163255.297500', '163255.757500', '163256.217500', '163256.677500', '163257.137500', '163257.597500', '163258.057500', '163258.517500', '163258.977500', '163259.437500', '163259.897500', '163300.357500', '163300.817500', '163301.277500', '163301.737500', '163302.197500', '163302.657500', '163303.117500', '163303.577500', '163304.037500', '163304.497500', '163304.957500', '163305.417500', '163305.877500', '163306.337500', '163306.797500', '163307.257500', '163307.717500', '163308.177500', '163308.637500', '163309.097500', '163309.557500', '163310.017500', '163310.477500', '163310.937500', '163311.397500', '163311.857500', '163312.317500', '163312.777500', '163313.237500', '163313.697500', '163314.157500', '163314.617500', '163315.077500', '163315.537500', '163315.997500', '163316.457500', '163316.917500', '163317.377500', '163317.837500', '163318.297500', '163318.757500', '163319.217500', '163319.677500', '163320.137500', '163320.597500', '163321.057500', '163321.517500', '163321.977500', '163322.437500', '163322.897500', '163323.357500', '163323.817500', '163324.277500', '163324.737500', '163325.197500', '163325.657500', '163326.117500', '163326.577500', '163327.037500', '163327.497500', '163327.957500', '163328.417500', '163328.877500', '163329.337500', '163329.797500', '163330.257500', '163330.717500', '163331.177500', '163331.637500', '163332.097500', '163332.557500', '163333.017500', '163333.477500', '163333.937500', '163334.397500', '163334.857500', '163335.317500', '163335.777500', '163336.237500', '163336.697500', '163337.157500', '163337.617500', '163338.077500', '163338.537500', '163338.997500', '163339.457500', '163339.917500', '163340.377500', '163340.837500', '163341.297500', '163341.757500', '163342.217500', '163342.677500', '163343.137500', '163343.597500', '163344.057500', '163344.517500', '163344.977500', '163345.437500', '163345.897500', '163346.357500', '163346.817500', '163347.277500', '163347.737500', '163348.197500', '163348.657500', '163349.117500', '163349.577500', '163350.037500', '163350.497500', '163350.957500', '163351.417500', '163351.877500', '163352.337500', '163352.797500', '163353.257500', '163353.717500', '163354.177500', '163354.637500', '163355.097500', '163355.557500', '163356.017500', '163356.477500', '163356.937500', '163357.397500', '163357.857500', '163358.317500', '163358.777500', '163359.237500', '163359.697500', '163400.157500', '163400.617500', '163401.077500', '163401.537500', '163401.997500', '163402.457500', '163402.917500', '163403.377500', '163403.837500', '163404.297500', '163404.757500', '163405.217500', '163405.677500', '163406.137500', '163406.597500', '163407.057500', '163407.517500', '163407.977500', '163408.437500', '163408.897500', '163409.357500', '163409.817500', '163410.277500', '163410.737500', '163411.197500', '163411.657500', '163412.117500', '163412.577500', '163413.037500', '163413.497500', '163413.957500', '163414.417500', '163414.877500', '163415.337500', '163415.797500', '163416.257500', '163416.717500', '163417.177500', '163417.637500', '163418.097500', '163418.557500', '163419.017500', '163419.477500', '163419.937500', '163420.397500', '163420.857500', '163421.317500', '163421.777500', '163422.237500', '163422.697500', '163423.157500', '163423.617500', '163424.077500', '163424.537500', '163424.997500', '163425.457500', '163425.917500', '163426.377500', '163426.837500', '163427.297500', '163427.757500', '163428.217500', '163428.677500', '163429.137500', '163429.597500', '163430.057500', '163430.517500', '163430.977500', '163431.437500', '163431.897500', '163432.357500', '163432.817500', '163433.277500', '163433.737500', '163434.197500', '163434.657500', '163435.117500', '163435.577500', '163436.037500', '163436.497500', '163436.957500', '163437.417500', '163437.877500', '163438.337500', '163438.797500', '163439.257500', '163439.717500', '163440.177500', '163440.637500', '163441.097500', '163441.557500', '163442.017500', '163442.477500', '163442.937500', '163443.397500', '163443.857500', '163444.317500', '163444.777500', '163445.237500', '163445.697500', '163446.157500', '163446.617500', '163447.077500', '163447.537500', '163447.997500', '163448.457500', '163448.917500', '163449.377500', '163449.837500', '163450.297500', '163450.757500', '163451.217500', '163451.677500', '163452.137500', '163452.597500', '163453.057500', '163453.517500', '163453.977500', '163454.437500', '163454.897500', '163455.357500', '163455.817500', '163456.277500', '163456.737500', '163457.197500', '163457.657500', '163458.117500', '163458.577500', '163459.037500', '163459.497500', '163459.957500', '163500.417500', '163500.877500', '163501.337500', '163501.797500', '163502.257500', '163502.717500', '163503.177500', '163503.637500', '163504.097500', '163504.557500', '163505.017500', '163505.477500', '163505.937500', '163506.397500', '163506.857500', '163507.317500', '163507.777500', '163508.237500', '163508.697500', '163509.157500', '163509.617500', '163510.077500', '163510.537500', '163510.997500', '163511.457500', '163511.917500', '163512.377500', '163512.837500', '163513.297500', '163513.757500', '163514.217500', '163514.677500', '163515.137500', '163515.597500', '163516.057500', '163516.517500', '163516.977500', '163517.437500', '163517.897500', '163518.357500', '163518.817500', '163519.277500', '163519.737500', '163520.197500', '163520.657500', '163521.117500', '163521.577500', '163522.037500', '163522.497500', '163522.957500', '163523.417500', '163523.877500', '163524.337500', '163524.797500', '163525.257500', '163525.717500', '163526.177500', '163526.637500', '163527.097500', '163527.557500', '163528.017500', '163528.477500', '163528.937500', '163529.397500', '163529.857500', '163530.317500', '163530.777500', '163531.237500', '163531.697500', '163532.157500', '163532.617500', '163533.077500', '163533.537500', '163533.997500', '163534.457500', '163534.917500', '163535.377500', '163535.837500', '163536.297500', '163536.757500', '163537.217500', '163537.677500', '163538.137500', '163538.597500', '163539.057500', '163539.517500', '163539.977500', '163540.437500', '163540.897500', '163541.357500', '163541.817500', '163542.277500', '163542.737500', '163543.197500', '163543.657500', '163544.117500', '163544.577500', '163545.037500', '163545.497500', '163545.957500', '163546.417500', '163546.877500', '163547.337500', '163547.797500', '163548.257500', '163548.717500', '163549.177500', '163549.637500', '163550.097500', '163550.557500', '163551.017500', '163551.477500', '163551.937500', '163552.397500', '163552.857500', '163553.317500', '163553.777500', '163554.237500', '163554.697500', '163555.157500', '163555.617500', '163556.077500', '163556.537500', '163556.997500', '163557.457500', '163557.917500', '163558.377500', '163558.837500', '163559.297500', '163559.757500', '163600.217500', '163600.677500', '163601.137500', '163601.597500', '163602.057500', '163602.517500', '163602.977500', '163603.437500', '163603.897500', '163604.357500', '163604.817500', '163605.277500', '163605.737500', '163606.197500', '163606.657500', '163607.117500', '163607.577500', '163608.037500', '163608.497500', '163608.957500', '163609.417500', '163609.877500', '163610.337500', '163610.797500', '163611.257500', '163611.717500', '163612.177500', '163612.637500', '163613.097500', '163613.557500', '163614.017500', '163614.477500', '163614.937500', '163615.397500', '163615.857500', '163616.317500', '163616.777500', '163617.237500', '163617.697500', '163618.157500', '163618.617500', '163619.077500', '163619.537500', '163619.997500', '163620.457500', '163620.917500', '163621.377500', '163621.837500', '163622.297500', '163622.757500', '163623.217500', '163623.677500', '163624.137500', '163624.597500', '163625.057500', '163625.517500', '163625.977500', '163626.437500', '163626.897500', '163627.357500', '163627.817500', '163628.277500', '163628.737500', '163629.197500', '163629.657500', '163630.117500', '163630.577500', '163631.037500', '163631.497500', '163631.957500', '163632.417500', '163632.877500', '163633.337500', '163633.797500', '163634.257500', '163634.717500', '163635.177500', '163635.637500', '163636.097500', '163636.557500', '163637.017500', '163637.477500', '163637.937500', '163638.397500', '163638.857500', '163639.317500', '163639.777500', '163640.237500', '163640.697500', '163641.157500', '163641.617500', '163642.077500', '163642.537500', '163642.997500', '163643.457500', '163643.917500', '163644.377500', '163644.837500', '163645.297500', '163645.757500', '163646.217500', '163646.677500', '163647.137500', '163647.597500', '163648.057500', '163648.517500', '163648.977500', '163649.437500', '163649.897500', '163650.357500', '163650.817500', '163651.277500', '163651.737500', '163652.197500', '163652.657500', '163653.117500', '163653.577500', '163654.037500', '163654.497500', '163654.957500', '163655.417500', '163655.877500', '163656.337500', '163656.797500', '163657.257500', '163657.717500', '163658.177500', '163658.637500', '163659.097500', '163659.557500', '163700.017500', '163700.477500', '163700.937500', '163701.397500', '163701.857500', '163702.317500', '163702.777500', '163703.237500', '163703.697500', '163704.157500', '163704.617500', '163705.077500', '163705.537500', '163705.997500', '163706.457500', '163706.917500', '163707.377500', '163707.837500', '163708.297500', '163708.757500', '163709.217500', '163709.677500', '163710.137500', '163710.597500', '163711.057500', '163711.517500', '163711.977500', '163712.437500', '163712.897500', '163713.357500', '163713.817500', '163714.277500', '163714.737500', '163715.197500', '163715.657500', '163716.117500', '163716.577500', '163717.037500', '163717.497500', '163717.957500', '163718.417500', '163718.877500', '163719.337500', '163719.797500', '163720.257500', '163720.717500', '163721.177500', '163721.637500', '163722.097500', '163722.557500', '163723.017500', '163723.477500', '163723.937500', '163724.397500', '163724.857500', '163725.317500', '163725.777500', '163726.237500', '163726.697500', '163727.157500', '163727.617500', '163728.077500', '163728.537500', '163728.997500', '163729.457500', '163729.917500', '163730.377500', '163730.837500', '163731.297500', '163731.757500', '163732.217500', '163732.677500', '163733.137500', '163733.597500', '163734.057500', '163734.517500', '163734.977500', '163735.437500', '163735.897500', '163736.357500', '163736.817500', '163737.277500', '163737.737500', '163738.197500', '163738.657500', '163739.117500', '163739.577500', '163740.037500', '163740.497500', '163740.957500', '163741.417500', '163741.877500', '163742.337500', '163742.797500', '163743.257500', '163743.717500', '163744.177500', '163744.637500', '163745.097500', '163745.557500', '163746.017500', '163746.477500', '163746.937500', '163747.397500', '163747.857500', '163748.317500', '163748.777500', '163749.237500', '163749.697500', '163750.157500', '163750.617500', '163751.077500', '163751.537500', '163751.997500', '163752.457500', '163752.917500', '163753.377500', '163753.837500', '163754.297500', '163754.757500', '163755.217500', '163755.677500', '163756.137500', '163756.597500', '163757.057500', '163757.517500', '163757.977500', '163758.437500', '163758.897500', '163759.357500', '163759.817500', '163800.277500', '163800.737500', '163801.197500', '163801.657500', '163802.117500', '163802.577500', '163803.037500', '163803.497500', '163803.957500', '163804.417500', '163804.877500', '163805.337500', '163805.797500', '163806.257500', '163806.717500', '163807.177500', '163807.637500', '163808.097500', '163808.557500', '163809.017500', '163809.477500', '163809.937500', '163810.397500', '163810.857500', '163811.317500', '163811.777500', '163812.237500', '163812.697500', '163813.157500', '163813.617500', '163814.077500', '163814.537500', '163814.997500', '163815.457500', '163815.917500', '163816.377500', '163816.837500', '163817.297500', '163817.757500', '163818.217500', '163818.677500', '163819.137500', '163819.597500', '163820.057500', '163820.517500', '163820.977500', '163821.437500', '163821.897500', '163822.357500', '163822.817500', '163823.277500', '163823.737500', '163824.197500', '163824.657500', '163825.117500', '163825.577500', '163826.037500', '163826.497500', '163826.957500', '163827.417500', '163827.877500', '163828.337500', '163828.797500', '163829.257500', '163829.717500', '163830.177500', '163830.637500', '163831.097500', '163831.557500', '163832.017500', '163832.477500', '163832.937500', '163833.397500', '163833.857500', '163834.317500', '163834.777500', '163835.237500', '163835.697500', '163836.157500', '163836.617500', '163837.077500', '163837.537500', '163837.997500', '163838.457500', '163838.917500', '163839.377500', '163839.837500', '163840.297500', '163840.757500', '163841.217500', '163841.677500', '163842.137500', '163842.597500', '163843.057500', '163843.517500', '163843.977500', '163844.437500', '163844.897500', '163845.357500', '163845.817500', '163846.277500', '163846.737500', '163847.197500', '163847.657500', '163848.117500', '163848.577500', '163849.037500', '163849.497500', '163849.957500', '163850.417500', '163850.877500', '163851.337500', '163851.797500', '163852.257500', '163852.717500', '163853.177500', '163853.637500', '163854.097500', '163854.557500', '163855.017500', '163855.477500', '163855.937500', '163856.397500', '163856.857500', '163857.317500', '163857.777500', '163858.237500', '163858.697500', '163859.157500', '163859.617500', '163900.077500', '163900.537500', '163900.997500', '163901.457500', '163901.917500', '163902.377500', '163902.837500', '163903.297500', '163903.757500', '163904.217500', '163904.677500', '163905.137500', '163905.597500', '163906.057500', '163906.517500', '163906.977500', '163907.437500', '163907.897500', '163908.357500', '163908.817500', '163909.277500', '163909.737500', '163910.197500', '163910.657500', '163911.117500', '163911.577500', '163912.037500', '163912.497500', '163912.957500', '163913.417500', '163913.877500', '163914.337500', '163914.797500', '163915.257500', '163915.717500', '163916.177500', '163916.637500', '163917.097500', '163917.557500', '163918.017500', '163918.477500'], 'ContentTime': ['163250.896000', '163250.899000', '163250.902000', '163250.905000', '163250.908000', '163250.910000', '163250.913000', '163250.943000', '163250.946000', '163250.948000', '163250.951000', '163250.953000', '163250.956000', '163250.959000', '163250.961000', '163250.964000', '163250.966000', '163250.969000', '163250.971000', '163250.974000', '163250.977000', '163250.979000', '163250.982000', '163250.984000', '163250.987000', '163310.866000', '163310.869000', '163310.872000', '163310.874000', '163310.877000', '163310.880000', '163310.882000', '163310.885000', '163310.887000', '163310.890000', '163310.893000', '163310.895000', '163310.898000', '163310.900000', '163310.903000', '163310.905000', '163310.935000', '163310.938000', '163310.940000', '163310.943000', '163310.945000', '163310.948000', '163310.950000', '163310.953000', '163310.955000', '163310.958000', '163310.961000', '163310.963000', '163310.966000', '163310.968000', '163310.971000', '163310.973000', '163310.976000', '163310.979000', '163310.981000', '163310.984000', '163310.986000', '163310.989000', '163310.991000', '163310.994000', '163310.997000', '163311.000000', '163311.003000', '163330.867000', '163330.870000', '163330.872000', '163330.875000', '163330.877000', '163330.880000', '163330.883000', '163330.885000', '163330.888000', '163330.890000', '163330.893000', '163330.895000', '163330.898000', '163330.900000', '163330.903000', '163330.906000', '163330.908000', '163330.911000', '163330.914000', '163330.916000', '163330.919000', '163330.921000', '163330.924000', '163330.926000', '163330.929000', '163330.932000', '163330.934000', '163330.937000', '163330.939000', '163330.942000', '163330.944000', '163330.947000', '163330.950000', '163330.952000', '163330.955000', '163330.957000', '163330.960000', '163330.962000', '163330.965000', '163330.967000', '163330.970000', '163330.973000', '163330.975000', '163330.978000', '163350.867000', '163350.870000', '163350.873000', '163350.875000', '163350.878000', '163350.881000', '163350.883000', '163350.886000', '163350.888000', '163350.891000', '163350.894000', '163350.896000', '163350.899000', '163350.901000', '163350.904000', '163350.907000', '163350.909000', '163350.912000', '163350.914000', '163350.917000', '163350.920000', '163350.922000', '163350.925000', '163350.927000', '163350.930000', '163350.933000', '163350.935000', '163350.938000', '163350.940000', '163350.943000', '163350.946000', '163350.948000', '163350.951000', '163350.953000', '163350.956000', '163350.958000', '163350.961000', '163350.964000', '163350.966000', '163350.969000', '163350.971000', '163350.974000', '163350.977000', '163410.866000', '163410.869000', '163410.872000', '163410.874000', '163410.877000', '163410.880000', '163410.882000', '163410.885000', '163410.887000', '163410.890000', '163410.892000', '163410.895000', '163410.898000', '163410.900000', '163410.903000', '163410.906000', '163410.908000', '163410.911000', '163410.913000', '163410.916000', '163410.918000', '163410.921000', '163410.924000', '163410.926000', '163410.929000', '163410.931000', '163410.934000', '163410.936000', '163410.939000', '163410.941000', '163410.944000', '163410.947000', '163410.949000', '163410.952000', '163410.954000', '163410.957000', '163410.959000', '163410.962000', '163410.964000', '163410.967000', '163410.970000', '163410.972000', '163410.975000', '163410.977000', '163430.866000', '163430.869000', '163430.872000', '163430.875000', '163430.877000', '163430.880000', '163430.882000', '163430.885000', '163430.887000', '163430.890000', '163430.893000', '163430.895000', '163430.898000', '163430.901000', '163430.903000', '163430.906000', '163430.908000', '163430.911000', '163430.913000', '163430.916000', '163430.919000', '163430.921000', '163430.924000', '163430.926000', '163430.929000', '163430.931000', '163430.934000', '163430.937000', '163430.939000', '163430.942000', '163430.944000', '163430.947000', '163430.949000', '163430.952000', '163430.954000', '163430.957000', '163430.960000', '163430.962000', '163430.965000', '163430.967000', '163430.970000', '163430.973000', '163430.975000', '163450.866000', '163450.869000', '163450.872000', '163450.875000', '163450.877000', '163450.880000', '163450.883000', '163450.885000', '163450.888000', '163450.891000', '163450.893000', '163450.896000', '163450.898000', '163450.901000', '163450.904000', '163450.906000', '163450.909000', '163450.911000', '163450.914000', '163450.916000', '163450.919000', '163450.922000', '163450.924000', '163450.927000', '163450.929000', '163450.932000', '163450.945000', '163450.947000', '163450.950000', '163450.953000', '163450.955000', '163450.958000', '163450.960000', '163450.963000', '163450.966000', '163450.968000', '163450.971000', '163450.973000', '163450.976000', '163450.979000', '163450.981000', '163450.984000', '163450.986000', '163450.989000', '163510.866000', '163510.869000', '163510.872000', '163510.874000', '163510.877000', '163510.880000', '163510.882000', '163510.885000', '163510.888000', '163510.890000', '163510.893000', '163510.896000', '163510.898000', '163510.901000', '163510.903000', '163510.906000', '163510.909000', '163510.911000', '163510.914000', '163510.916000', '163510.919000', '163510.921000', '163510.924000', '163510.927000', '163510.929000', '163510.932000', '163510.934000', '163510.937000', '163510.940000', '163510.942000', '163510.945000', '163510.947000', '163510.950000', '163510.953000', '163510.955000', '163510.958000', '163510.960000', '163510.963000', '163510.966000', '163510.968000', '163510.971000', '163510.973000', '163510.976000', '163530.866000', '163530.872000', '163530.874000', '163530.877000', '163530.880000', '163530.882000', '163530.885000', '163530.887000', '163530.890000', '163530.893000', '163530.895000', '163530.898000', '163530.900000', '163530.903000', '163530.906000', '163530.908000', '163530.911000', '163530.914000', '163530.916000', '163530.919000', '163530.921000', '163530.924000', '163530.926000', '163530.929000', '163530.932000', '163530.934000', '163530.937000', '163530.939000', '163530.942000', '163530.945000', '163530.947000', '163530.950000', '163530.953000', '163530.955000', '163530.958000', '163530.960000', '163530.963000', '163530.966000', '163530.968000', '163530.971000', '163530.973000', '163530.976000', '163530.979000', '163550.867000', '163550.869000', '163550.872000', '163550.875000', '163550.877000', '163550.880000', '163550.882000', '163550.885000', '163550.888000', '163550.890000', '163550.893000', '163550.895000', '163550.898000', '163550.901000', '163550.903000', '163550.906000', '163550.908000', '163550.911000', '163550.914000', '163550.916000', '163550.919000', '163550.921000', '163550.924000', '163550.927000', '163550.929000', '163550.932000', '163550.934000', '163550.937000', '163550.940000', '163550.942000', '163550.945000', '163550.947000', '163550.950000', '163550.952000', '163550.955000', '163550.958000', '163550.960000', '163550.963000', '163550.966000', '163550.968000', '163550.971000', '163550.973000', '163550.976000', '163550.979000', '163610.868000', '163610.871000', '163610.873000', '163610.876000', '163610.879000', '163610.881000', '163610.884000', '163610.887000', '163610.889000', '163610.892000', '163610.895000', '163610.897000', '163610.900000', '163610.903000', '163610.905000', '163610.908000', '163610.910000', '163610.913000', '163610.916000', '163610.918000', '163610.921000', '163610.923000', '163610.926000', '163610.929000', '163610.931000', '163610.934000', '163610.936000', '163610.939000', '163610.942000', '163610.944000', '163610.947000', '163610.949000', '163610.952000', '163610.955000', '163610.957000', '163610.960000', '163610.962000', '163610.965000', '163610.968000', '163610.970000', '163610.973000', '163610.975000', '163610.978000', '163630.867000', '163630.869000', '163630.872000', '163630.875000', '163630.877000', '163630.880000', '163630.882000', '163630.885000', '163630.897000', '163630.899000', '163630.902000', '163630.905000', '163630.907000', '163630.910000', '163630.912000', '163630.915000', '163630.918000', '163630.920000', '163630.923000', '163630.925000', '163630.928000', '163630.930000', '163630.933000', '163630.936000', '163630.938000', '163630.941000', '163630.943000', '163630.946000', '163630.949000', '163630.951000', '163630.954000', '163630.956000', '163630.959000', '163630.962000', '163630.964000', '163630.967000', '163630.969000', '163630.972000', '163630.975000', '163630.977000', '163630.980000', '163630.982000', '163630.985000', '163630.987000', '163650.867000', '163650.869000', '163650.872000', '163650.875000', '163650.877000', '163650.880000', '163650.883000', '163650.885000', '163650.888000', '163650.891000', '163650.893000', '163650.896000', '163650.898000', '163650.901000', '163650.903000', '163650.906000', '163650.909000', '163650.911000', '163650.914000', '163650.917000', '163650.919000', '163650.922000', '163650.924000', '163650.927000', '163650.930000', '163650.932000', '163650.935000', '163650.938000', '163650.940000', '163650.943000', '163650.945000', '163650.948000', '163650.951000', '163650.953000', '163650.956000', '163650.958000', '163650.961000', '163650.964000', '163650.966000', '163650.969000', '163650.971000', '163650.974000', '163650.977000', '163650.979000', '163710.866000', '163710.869000', '163710.872000', '163710.874000', '163710.877000', '163710.880000', '163710.882000', '163710.885000', '163710.888000', '163710.890000', '163710.893000', '163710.895000', '163710.898000', '163710.900000', '163710.903000', '163710.906000', '163710.908000', '163710.911000', '163710.914000', '163710.916000', '163710.919000', '163710.921000', '163710.924000', '163710.927000', '163710.929000', '163710.932000', '163710.934000', '163710.937000', '163710.940000', '163710.942000', '163710.945000', '163710.948000', '163710.950000', '163710.953000', '163710.955000', '163710.958000', '163710.961000', '163710.963000', '163710.966000', '163710.968000', '163710.971000', '163710.973000', '163710.976000', '163730.867000', '163730.870000', '163730.872000', '163730.875000', '163730.878000', '163730.880000', '163730.883000', '163730.886000', '163730.888000', '163730.891000', '163730.894000', '163730.896000', '163730.899000', '163730.904000', '163730.906000', '163730.909000', '163730.912000', '163730.914000', '163730.917000', '163730.920000', '163730.922000', '163730.925000', '163730.928000', '163730.930000', '163730.933000', '163730.935000', '163730.938000', '163730.941000', '163730.943000', '163730.946000', '163730.949000', '163730.951000', '163730.954000', '163730.957000', '163730.960000', '163730.962000', '163730.965000', '163730.967000', '163730.970000', '163730.973000', '163730.975000', '163730.978000', '163730.981000', '163750.867000', '163750.869000', '163750.872000', '163750.875000', '163750.877000', '163750.880000', '163750.883000', '163750.885000', '163750.888000', '163750.891000', '163750.893000', '163750.896000', '163750.898000', '163750.901000', '163750.904000', '163750.906000', '163750.909000', '163750.911000', '163750.914000', '163750.928000', '163750.931000', '163750.934000', '163750.936000', '163750.939000', '163750.941000', '163750.944000', '163750.947000', '163750.950000', '163750.952000', '163750.955000', '163750.957000', '163750.960000', '163750.963000', '163750.965000', '163750.968000', '163750.971000', '163750.973000', '163750.976000', '163750.979000', '163750.981000', '163750.984000', '163750.986000', '163750.989000', '163750.992000', '163810.867000', '163810.883000', '163810.886000', '163810.888000', '163810.891000', '163810.893000', '163810.896000', '163810.899000', '163810.901000', '163810.904000', '163810.906000', '163810.909000', '163810.912000', '163810.914000', '163810.917000', '163810.919000', '163810.922000', '163810.925000', '163810.927000', '163810.930000', '163810.932000', '163810.935000', '163810.938000', '163810.940000', '163810.943000', '163810.945000', '163810.948000', '163810.951000', '163810.953000', '163810.956000', '163810.959000', '163810.961000', '163810.964000', '163810.966000', '163810.969000', '163810.972000', '163810.974000', '163810.977000', '163810.980000', '163810.982000', '163810.985000', '163810.988000', '163810.990000', '163830.867000', '163830.870000', '163830.873000', '163830.876000', '163830.878000', '163830.881000', '163830.884000', '163830.886000', '163830.889000', '163830.891000', '163830.894000', '163830.896000', '163830.899000', '163830.902000', '163830.904000', '163830.907000', '163830.909000', '163830.912000', '163830.915000', '163830.917000', '163830.920000', '163830.923000', '163830.925000', '163830.928000', '163830.930000', '163830.933000', '163830.936000', '163830.938000', '163830.941000', '163830.943000', '163830.946000', '163830.949000', '163830.951000', '163830.954000', '163830.957000', '163830.959000', '163830.963000', '163830.966000', '163830.968000', '163830.971000', '163830.974000', '163830.976000', '163830.979000', '163830.982000', '163850.867000', '163850.870000', '163850.872000', '163850.875000', '163850.878000', '163850.880000', '163850.883000', '163850.885000', '163850.888000', '163850.891000', '163850.893000', '163850.896000', '163850.898000', '163850.901000', '163850.904000', '163850.907000', '163850.910000', '163850.913000', '163850.915000', '163850.918000', '163850.920000', '163850.923000', '163850.926000', '163850.928000', '163850.931000', '163850.933000', '163850.936000', '163850.939000', '163850.942000', '163850.945000', '163850.948000', '163850.950000', '163850.953000', '163850.955000', '163850.958000', '163850.961000', '163850.963000', '163850.966000', '163850.969000', '163850.971000', '163850.974000', '163850.976000', '163850.979000', '163910.866000', '163910.869000', '163910.872000', '163910.875000', '163910.877000', '163910.880000', '163910.882000', '163910.885000', '163910.888000', '163910.890000', '163910.893000', '163910.895000', '163910.898000', '163910.900000', '163910.903000', '163910.906000', '163910.908000', '163910.911000', '163910.914000', '163910.916000', '163910.919000', '163910.922000', '163910.924000', '163910.927000', '163910.929000', '163910.932000', '163910.934000', '163910.937000', '163910.940000', '163910.942000', '163910.945000', '163910.948000', '163910.950000', '163910.953000', '163910.955000', '163910.958000', '163910.961000', '163910.963000', '163910.966000', '163910.969000', '163910.971000', '163910.974000', '163910.976000', '163910.979000', '163920.332000', '163920.336000', '163920.338000', '163920.341000', '163920.344000', '163920.347000', '163920.350000', '163920.353000', '163920.356000', '163920.359000', '163920.361000', '163920.364000', '163920.367000', '163920.370000', '163920.372000', '163920.375000', '163920.378000', '163920.380000', '163920.383000', '163920.386000', '163920.388000'], 'InstanceCreationTime': ['163250.896000', '163250.899000', '163250.902000', '163250.905000', '163250.908000', '163250.910000', '163250.913000', '163250.943000', '163250.946000', '163250.948000', '163250.951000', '163250.953000', '163250.956000', '163250.959000', '163250.961000', '163250.964000', '163250.966000', '163250.969000', '163250.971000', '163250.974000', '163250.977000', '163250.979000', '163250.982000', '163250.984000', '163250.987000', '163310.866000', '163310.869000', '163310.872000', '163310.874000', '163310.877000', '163310.880000', '163310.882000', '163310.885000', '163310.887000', '163310.890000', '163310.893000', '163310.895000', '163310.898000', '163310.900000', '163310.903000', '163310.905000', '163310.935000', '163310.938000', '163310.940000', '163310.943000', '163310.945000', '163310.948000', '163310.950000', '163310.953000', '163310.955000', '163310.958000', '163310.961000', '163310.963000', '163310.966000', '163310.968000', '163310.971000', '163310.973000', '163310.976000', '163310.979000', '163310.981000', '163310.984000', '163310.986000', '163310.989000', '163310.991000', '163310.994000', '163310.997000', '163311.000000', '163311.003000', '163330.867000', '163330.870000', '163330.872000', '163330.875000', '163330.877000', '163330.880000', '163330.883000', '163330.885000', '163330.888000', '163330.890000', '163330.893000', '163330.895000', '163330.898000', '163330.900000', '163330.903000', '163330.906000', '163330.908000', '163330.911000', '163330.914000', '163330.916000', '163330.919000', '163330.921000', '163330.924000', '163330.926000', '163330.929000', '163330.932000', '163330.934000', '163330.937000', '163330.939000', '163330.942000', '163330.944000', '163330.947000', '163330.950000', '163330.952000', '163330.955000', '163330.957000', '163330.960000', '163330.962000', '163330.965000', '163330.967000', '163330.970000', '163330.973000', '163330.975000', '163330.978000', '163350.867000', '163350.870000', '163350.873000', '163350.875000', '163350.878000', '163350.881000', '163350.883000', '163350.886000', '163350.888000', '163350.891000', '163350.894000', '163350.896000', '163350.899000', '163350.901000', '163350.904000', '163350.907000', '163350.909000', '163350.912000', '163350.914000', '163350.917000', '163350.920000', '163350.922000', '163350.925000', '163350.927000', '163350.930000', '163350.933000', '163350.935000', '163350.938000', '163350.940000', '163350.943000', '163350.946000', '163350.948000', '163350.951000', '163350.953000', '163350.956000', '163350.958000', '163350.961000', '163350.964000', '163350.966000', '163350.969000', '163350.971000', '163350.974000', '163350.977000', '163410.866000', '163410.869000', '163410.872000', '163410.874000', '163410.877000', '163410.880000', '163410.882000', '163410.885000', '163410.887000', '163410.890000', '163410.892000', '163410.895000', '163410.898000', '163410.900000', '163410.903000', '163410.906000', '163410.908000', '163410.911000', '163410.913000', '163410.916000', '163410.918000', '163410.921000', '163410.924000', '163410.926000', '163410.929000', '163410.931000', '163410.934000', '163410.936000', '163410.939000', '163410.941000', '163410.944000', '163410.947000', '163410.949000', '163410.952000', '163410.954000', '163410.957000', '163410.959000', '163410.962000', '163410.964000', '163410.967000', '163410.970000', '163410.972000', '163410.975000', '163410.977000', '163430.866000', '163430.869000', '163430.872000', '163430.875000', '163430.877000', '163430.880000', '163430.882000', '163430.885000', '163430.887000', '163430.890000', '163430.893000', '163430.895000', '163430.898000', '163430.901000', '163430.903000', '163430.906000', '163430.908000', '163430.911000', '163430.913000', '163430.916000', '163430.919000', '163430.921000', '163430.924000', '163430.926000', '163430.929000', '163430.931000', '163430.934000', '163430.937000', '163430.939000', '163430.942000', '163430.944000', '163430.947000', '163430.949000', '163430.952000', '163430.954000', '163430.957000', '163430.960000', '163430.962000', '163430.965000', '163430.967000', '163430.970000', '163430.973000', '163430.975000', '163450.866000', '163450.869000', '163450.872000', '163450.875000', '163450.877000', '163450.880000', '163450.883000', '163450.885000', '163450.888000', '163450.891000', '163450.893000', '163450.896000', '163450.898000', '163450.901000', '163450.904000', '163450.906000', '163450.909000', '163450.911000', '163450.914000', '163450.916000', '163450.919000', '163450.922000', '163450.924000', '163450.927000', '163450.929000', '163450.932000', '163450.945000', '163450.947000', '163450.950000', '163450.953000', '163450.955000', '163450.958000', '163450.960000', '163450.963000', '163450.966000', '163450.968000', '163450.971000', '163450.973000', '163450.976000', '163450.979000', '163450.981000', '163450.984000', '163450.986000', '163450.989000', '163510.866000', '163510.869000', '163510.872000', '163510.874000', '163510.877000', '163510.880000', '163510.882000', '163510.885000', '163510.888000', '163510.890000', '163510.893000', '163510.896000', '163510.898000', '163510.901000', '163510.903000', '163510.906000', '163510.909000', '163510.911000', '163510.914000', '163510.916000', '163510.919000', '163510.921000', '163510.924000', '163510.927000', '163510.929000', '163510.932000', '163510.934000', '163510.937000', '163510.940000', '163510.942000', '163510.945000', '163510.947000', '163510.950000', '163510.953000', '163510.955000', '163510.958000', '163510.960000', '163510.963000', '163510.966000', '163510.968000', '163510.971000', '163510.973000', '163510.976000', '163530.866000', '163530.872000', '163530.874000', '163530.877000', '163530.880000', '163530.882000', '163530.885000', '163530.887000', '163530.890000', '163530.893000', '163530.895000', '163530.898000', '163530.900000', '163530.903000', '163530.906000', '163530.908000', '163530.911000', '163530.914000', '163530.916000', '163530.919000', '163530.921000', '163530.924000', '163530.926000', '163530.929000', '163530.932000', '163530.934000', '163530.937000', '163530.939000', '163530.942000', '163530.945000', '163530.947000', '163530.950000', '163530.953000', '163530.955000', '163530.958000', '163530.960000', '163530.963000', '163530.966000', '163530.968000', '163530.971000', '163530.973000', '163530.976000', '163530.979000', '163550.867000', '163550.869000', '163550.872000', '163550.875000', '163550.877000', '163550.880000', '163550.882000', '163550.885000', '163550.888000', '163550.890000', '163550.893000', '163550.895000', '163550.898000', '163550.901000', '163550.903000', '163550.906000', '163550.908000', '163550.911000', '163550.914000', '163550.916000', '163550.919000', '163550.921000', '163550.924000', '163550.927000', '163550.929000', '163550.932000', '163550.934000', '163550.937000', '163550.940000', '163550.942000', '163550.945000', '163550.947000', '163550.950000', '163550.952000', '163550.955000', '163550.958000', '163550.960000', '163550.963000', '163550.966000', '163550.968000', '163550.971000', '163550.973000', '163550.976000', '163550.979000', '163610.868000', '163610.871000', '163610.873000', '163610.876000', '163610.879000', '163610.881000', '163610.884000', '163610.887000', '163610.889000', '163610.892000', '163610.895000', '163610.897000', '163610.900000', '163610.903000', '163610.905000', '163610.908000', '163610.910000', '163610.913000', '163610.916000', '163610.918000', '163610.921000', '163610.923000', '163610.926000', '163610.929000', '163610.931000', '163610.934000', '163610.936000', '163610.939000', '163610.942000', '163610.944000', '163610.947000', '163610.949000', '163610.952000', '163610.955000', '163610.957000', '163610.960000', '163610.962000', '163610.965000', '163610.968000', '163610.970000', '163610.973000', '163610.975000', '163610.978000', '163630.867000', '163630.869000', '163630.872000', '163630.875000', '163630.877000', '163630.880000', '163630.882000', '163630.885000', '163630.897000', '163630.899000', '163630.902000', '163630.905000', '163630.907000', '163630.910000', '163630.912000', '163630.915000', '163630.918000', '163630.920000', '163630.923000', '163630.925000', '163630.928000', '163630.930000', '163630.933000', '163630.936000', '163630.938000', '163630.941000', '163630.943000', '163630.946000', '163630.949000', '163630.951000', '163630.954000', '163630.956000', '163630.959000', '163630.962000', '163630.964000', '163630.967000', '163630.969000', '163630.972000', '163630.975000', '163630.977000', '163630.980000', '163630.982000', '163630.985000', '163630.987000', '163650.867000', '163650.869000', '163650.872000', '163650.875000', '163650.877000', '163650.880000', '163650.883000', '163650.885000', '163650.888000', '163650.891000', '163650.893000', '163650.896000', '163650.898000', '163650.901000', '163650.903000', '163650.906000', '163650.909000', '163650.911000', '163650.914000', '163650.917000', '163650.919000', '163650.922000', '163650.924000', '163650.927000', '163650.930000', '163650.932000', '163650.935000', '163650.938000', '163650.940000', '163650.943000', '163650.945000', '163650.948000', '163650.951000', '163650.953000', '163650.956000', '163650.958000', '163650.961000', '163650.964000', '163650.966000', '163650.969000', '163650.971000', '163650.974000', '163650.977000', '163650.979000', '163710.866000', '163710.869000', '163710.872000', '163710.874000', '163710.877000', '163710.880000', '163710.882000', '163710.885000', '163710.888000', '163710.890000', '163710.893000', '163710.895000', '163710.898000', '163710.900000', '163710.903000', '163710.906000', '163710.908000', '163710.911000', '163710.914000', '163710.916000', '163710.919000', '163710.921000', '163710.924000', '163710.927000', '163710.929000', '163710.932000', '163710.934000', '163710.937000', '163710.940000', '163710.942000', '163710.945000', '163710.948000', '163710.950000', '163710.953000', '163710.955000', '163710.958000', '163710.961000', '163710.963000', '163710.966000', '163710.968000', '163710.971000', '163710.973000', '163710.976000', '163730.867000', '163730.870000', '163730.872000', '163730.875000', '163730.878000', '163730.880000', '163730.883000', '163730.886000', '163730.888000', '163730.891000', '163730.894000', '163730.896000', '163730.899000', '163730.904000', '163730.906000', '163730.909000', '163730.912000', '163730.914000', '163730.917000', '163730.920000', '163730.922000', '163730.925000', '163730.928000', '163730.930000', '163730.933000', '163730.935000', '163730.938000', '163730.941000', '163730.943000', '163730.946000', '163730.949000', '163730.951000', '163730.954000', '163730.957000', '163730.960000', '163730.962000', '163730.965000', '163730.967000', '163730.970000', '163730.973000', '163730.975000', '163730.978000', '163730.981000', '163750.867000', '163750.869000', '163750.872000', '163750.875000', '163750.877000', '163750.880000', '163750.883000', '163750.885000', '163750.888000', '163750.891000', '163750.893000', '163750.896000', '163750.898000', '163750.901000', '163750.904000', '163750.906000', '163750.909000', '163750.911000', '163750.914000', '163750.928000', '163750.931000', '163750.934000', '163750.936000', '163750.939000', '163750.941000', '163750.944000', '163750.947000', '163750.950000', '163750.952000', '163750.955000', '163750.957000', '163750.960000', '163750.963000', '163750.965000', '163750.968000', '163750.971000', '163750.973000', '163750.976000', '163750.979000', '163750.981000', '163750.984000', '163750.986000', '163750.989000', '163750.992000', '163810.867000', '163810.883000', '163810.886000', '163810.888000', '163810.891000', '163810.893000', '163810.896000', '163810.899000', '163810.901000', '163810.904000', '163810.906000', '163810.909000', '163810.912000', '163810.914000', '163810.917000', '163810.919000', '163810.922000', '163810.925000', '163810.927000', '163810.930000', '163810.932000', '163810.935000', '163810.938000', '163810.940000', '163810.943000', '163810.945000', '163810.948000', '163810.951000', '163810.953000', '163810.956000', '163810.959000', '163810.961000', '163810.964000', '163810.966000', '163810.969000', '163810.972000', '163810.974000', '163810.977000', '163810.980000', '163810.982000', '163810.985000', '163810.988000', '163810.990000', '163830.867000', '163830.870000', '163830.873000', '163830.876000', '163830.878000', '163830.881000', '163830.884000', '163830.886000', '163830.889000', '163830.891000', '163830.894000', '163830.896000', '163830.899000', '163830.902000', '163830.904000', '163830.907000', '163830.909000', '163830.912000', '163830.915000', '163830.917000', '163830.920000', '163830.923000', '163830.925000', '163830.928000', '163830.930000', '163830.933000', '163830.936000', '163830.938000', '163830.941000', '163830.943000', '163830.946000', '163830.949000', '163830.951000', '163830.954000', '163830.957000', '163830.959000', '163830.963000', '163830.966000', '163830.968000', '163830.971000', '163830.974000', '163830.976000', '163830.979000', '163830.982000', '163850.867000', '163850.870000', '163850.872000', '163850.875000', '163850.878000', '163850.880000', '163850.883000', '163850.885000', '163850.888000', '163850.891000', '163850.893000', '163850.896000', '163850.898000', '163850.901000', '163850.904000', '163850.907000', '163850.910000', '163850.913000', '163850.915000', '163850.918000', '163850.920000', '163850.923000', '163850.926000', '163850.928000', '163850.931000', '163850.933000', '163850.936000', '163850.939000', '163850.942000', '163850.945000', '163850.948000', '163850.950000', '163850.953000', '163850.955000', '163850.958000', '163850.961000', '163850.963000', '163850.966000', '163850.969000', '163850.971000', '163850.974000', '163850.976000', '163850.979000', '163910.866000', '163910.869000', '163910.872000', '163910.875000', '163910.877000', '163910.880000', '163910.882000', '163910.885000', '163910.888000', '163910.890000', '163910.893000', '163910.895000', '163910.898000', '163910.900000', '163910.903000', '163910.906000', '163910.908000', '163910.911000', '163910.914000', '163910.916000', '163910.919000', '163910.922000', '163910.924000', '163910.927000', '163910.929000', '163910.932000', '163910.934000', '163910.937000', '163910.940000', '163910.942000', '163910.945000', '163910.948000', '163910.950000', '163910.953000', '163910.955000', '163910.958000', '163910.961000', '163910.963000', '163910.966000', '163910.969000', '163910.971000', '163910.974000', '163910.976000', '163910.979000', '163920.332000', '163920.336000', '163920.338000', '163920.341000', '163920.344000', '163920.347000', '163920.350000', '163920.353000', '163920.356000', '163920.359000', '163920.361000', '163920.364000', '163920.367000', '163920.370000', '163920.372000', '163920.375000', '163920.378000', '163920.380000', '163920.383000', '163920.386000', '163920.388000'], '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': [8856, 10350, 9729, 9469, 11415, 9403, 10938, 9109, 10570, 8883, 7921, 8507, 8354, 7929, 9262, 10329, 8252, 9798, 7979, 8444, 8092, 9492, 11010, 8998, 10990, 8607, 10370, 8300, 8556, 8372, 8632, 8492, 9145, 8738, 10138, 9142, 8722, 9437, 8966, 8506, 9098, 7656, 8962, 8348, 9292, 8681, 8503, 7899, 8736, 8815, 10936, 9362, 10927, 9547, 10796, 9399, 11121, 9249, 10334, 8828, 9035, 8772, 8992, 9063, 8207, 8680, 8240, 9368, 9148, 9418, 9975, 9601, 11353, 9713, 11193, 9672, 11465, 9742, 10516, 9470, 10346, 9343, 10214, 9706, 9389, 8195, 8121, 6871, 8110, 7679, 9015, 9499, 8452, 9564, 9520, 11214, 8992, 8773, 8425, 9295, 11296, 9508, 9240, 8365, 8382, 8003, 8954, 8616, 8089, 10724, 8100, 8274, 8197, 9112, 8344, 9037, 9909, 9349, 12332, 9491, 10467, 9530, 10536, 9299, 10818, 9064, 10658, 9546, 9852, 9556, 9523, 9606, 10531, 9205, 9507, 9412, 9646, 8862, 10338, 9102, 9708, 9788, 7958, 8670, 8759, 8435, 9682, 9442, 11514, 8800, 11041, 7155, 8769, 8242, 9472, 9277, 9498, 10948, 9346, 10961, 9240, 9179, 8983, 8260, 8650, 8169, 8361, 8482, 8785, 8115, 8884, 8173, 8860, 8676, 8691, 9727, 9186, 9523, 9414, 9043, 8899, 9393, 8667, 9885, 9125, 9912, 9545, 9778, 9034, 8772, 8537, 9784, 8365, 10038, 8331, 8967, 8358, 9264, 8250, 8682, 9177, 9199, 10533, 9177, 10502, 9772, 10177, 9091, 8096, 8388, 9055, 8149, 8941, 9527, 11698, 9372, 12065, 9724, 11184, 9660, 10353, 9594, 10314, 9548, 10638, 9463, 9171, 8112, 9367, 8121, 9230, 8402, 9379, 9787, 8990, 10539, 9371, 10538, 9332, 9077, 9478, 9423, 9901, 10215, 9373, 9894, 9453, 10565, 9928, 9933, 9629, 8753, 8394, 8342, 8264, 8769, 8442, 9266, 8115, 9084, 8438, 9436, 9586, 9428, 10882, 8361, 9224, 8216, 9426, 9724, 9344, 10511, 9195, 10966, 9041, 11040, 9394, 9819, 9257, 9040, 9364, 9581, 9317, 10900, 9685, 10827, 9598, 10847, 10103, 9788, 8678, 8829, 7987, 9036, 8570, 9283, 9227, 9437, 9963, 9207, 9295, 10967, 9608, 10373, 9353, 8871, 9226, 8143, 9304, 8663, 8764, 8095, 6741, 8880, 8152, 9334, 9089, 8096, 8357, 10502, 8915, 9595, 8912, 8465, 9865, 9086, 11286, 8744, 11507, 8953, 11037, 9430, 10071, 9733, 9967, 8525, 9110, 8355, 8996, 9512, 9623, 9164, 8388, 8627, 8580, 8262, 10513, 9137, 9929, 7441, 8959, 9713, 8871, 8525, 10783, 9315, 12290, 9378, 8955, 8372, 9055, 10264, 9246, 10783, 9104, 10714, 8916, 10829, 9736, 10744, 8722, 9085, 8376, 8949, 8203, 9088, 9047, 8902, 9247, 11199, 9708, 11736, 9155, 9985, 9158, 9661, 9121, 10326, 8330, 8459, 8028, 8565, 8227, 8692, 8702, 8831, 10469, 8837, 10549, 9096, 9885, 8981, 9208, 8842, 9374, 8595, 10234, 9282, 9545, 9355, 7617, 8613, 7622, 8464, 8201, 8358, 8656, 8172, 8565, 8375, 8546, 8425, 8446, 9269, 9095, 9348, 8790, 8727, 8015, 9114, 9400, 9647, 9296, 9436, 10483, 9011, 11245, 9188, 11186, 9657, 9935, 9489, 8860, 8372, 8409, 8639, 8243, 9430, 8583, 9858, 9124, 9049, 8307, 8186, 8982, 8355, 9202, 8539, 9886, 8814, 9575, 9171, 10377, 9268, 10193, 8458, 9069, 8552, 9714, 8105, 7046, 8818, 8217, 8879, 8924, 9402, 8758, 9677, 9525, 9127, 10556, 9823, 10202, 9350, 9806, 9453, 11973, 9712, 11648, 8812, 8766, 8091, 9130, 7887, 8876, 8865, 7965, 8809, 9760, 9056, 10570, 9398, 10709, 9053, 10711, 9129, 10314, 9684, 9183, 8333, 9536, 10699, 9289, 10950, 9416, 9239, 8134, 9029, 8164, 9195, 9057, 8633, 9912, 9015, 9596, 9083, 8137, 9348, 8946, 8383, 8340, 8264, 8499, 7909, 8756, 8171, 8796, 8714, 10743, 9298, 11664, 8278, 8525, 8032, 8737, 8650, 9132, 9490, 9152, 11148, 9592, 11019, 8620, 8853, 9105, 9138, 9763, 9297, 9550, 9125, 9615, 9439, 9936, 9484, 10052, 9779, 9133, 8171, 9304, 9579, 9485, 9973, 9701, 10251, 9737, 10363, 9351, 10401, 9449, 8968, 9080, 7951, 9003, 8042, 8785, 8197, 8581, 8293, 8787, 8315, 9285, 8416, 9388, 8109, 8146, 9226, 8006, 8617, 9988, 9468, 9844, 9465, 9013, 9463, 10202, 9416, 11318, 9482, 10094, 8965, 9564, 9076, 7616, 9050, 8359, 9180, 8499, 9481, 9775, 8082, 8374, 8098, 8831, 8941, 9553, 9122, 8472, 9394, 8226, 9029, 10340, 9190, 10424, 9745, 10775, 9653, 11099, 9591, 11568, 8920, 9038, 7573, 9402, 7859, 9486, 9102, 9248, 10184, 9493, 10228, 9230, 9498, 8965, 8222, 8864, 8011, 8552, 9448, 9054, 9273, 9410, 7957, 8051, 8506, 7934, 8483, 9919, 9068, 9817, 9110, 9025, 9325, 10562, 9150, 11005, 9891, 11104, 7905, 9185, 7708, 9084, 10018, 9447, 11627, 8764, 8352, 7841, 9247, 8739, 9121, 10534, 9196, 11185, 9626, 9135, 7823, 9077, 7966, 9252, 8866, 8789, 9589, 9117, 10436, 8973, 10949, 9224, 8831, 7821, 9088, 7894, 9175, 8104, 9464, 9620, 10631, 9466, 11839, 9504, 10899, 9507, 9208, 8078, 8064, 8052, 9238, 7915, 9396, 10111, 9774, 10185, 9621, 10249, 9737, 9985, 9483, 10799, 9544, 9477, 7871, 9677, 8196, 9199, 9103, 9579, 10206, 9496, 9950, 9425, 10095, 9143, 10278, 9512, 8332, 9107, 7242, 7985, 8993, 7671, 8890, 9664, 11323, 9377, 11249, 8571, 8719, 8294, 9451, 8852, 8182, 8574, 8029, 8855, 8270, 10183, 9792, 11443, 9492, 11074, 8033, 8904, 8031, 9323, 8392, 9239, 9918, 9431, 10605, 9587, 10611, 9681, 8999, 8087, 7558, 7645, 8038, 8012, 8660, 9089, 9028, 9154, 9193, 9901, 9042, 9732, 9147, 9454, 7949, 8525, 8433, 7421, 8440, 8047, 8494, 7967, 8568, 8319, 11072, 8931, 11549, 8615, 12485, 8753, 12394, 9148, 9913, 8425, 7582, 8410, 8253, 9255, 11600, 9206, 11189, 8905, 10844, 8941, 10006, 9079, 8805, 8192, 8213, 8388, 8755, 9438, 9502, 10669, 9242, 11581, 9713, 10273, 8660, 8188, 7977, 9399, 9025, 8987, 10661, 8629, 10726, 8647, 7929, 8542, 7969, 8265, 7782, 8085, 8051, 8240, 9033, 8806, 8187], 'WindowCenter': [4007.0, 4003.0, 3988.0, 3975.0, 3982.0, 3961.0, 3982.0, 3963.0, 3970.0, 3949.0, 3938.0, 3948.0, 3949.0, 3939.0, 3972.0, 3983.0, 3963.0, 3983.0, 3952.0, 3964.0, 3963.0, 3986.0, 4006.0, 3977.0, 3995.0, 3962.0, 3984.0, 3939.0, 3949.0, 3937.0, 3936.0, 3936.0, 3947.0, 3936.0, 3968.0, 3958.0, 3947.0, 3958.0, 3950.0, 3948.0, 3959.0, 3939.0, 3960.0, 3951.0, 3973.0, 3962.0, 3962.0, 3941.0, 3963.0, 3964.0, 3984.0, 3964.0, 3984.0, 3974.0, 3982.0, 3961.0, 3981.0, 3949.0, 3958.0, 3937.0, 3947.0, 3936.0, 3946.0, 3935.0, 3935.0, 3936.0, 3936.0, 3957.0, 3957.0, 3959.0, 3969.0, 3971.0, 3980.0, 3960.0, 3980.0, 3959.0, 3979.0, 3958.0, 3967.0, 3957.0, 3957.0, 3947.0, 3957.0, 3958.0, 3958.0, 3938.0, 3938.0, 3920.0, 3951.0, 3942.0, 3975.0, 3985.0, 3965.0, 3985.0, 3987.0, 3995.0, 3961.0, 3950.0, 3938.0, 3960.0, 3980.0, 3959.0, 3959.0, 3938.0, 3938.0, 3937.0, 3960.0, 3951.0, 3953.0, 3981.0, 3951.0, 3963.0, 3964.0, 3974.0, 3963.0, 3974.0, 3984.0, 3975.0, 4004.0, 3963.0, 3983.0, 3961.0, 3970.0, 3949.0, 3969.0, 3949.0, 3969.0, 3959.0, 3959.0, 3959.0, 3958.0, 3959.0, 3969.0, 3949.0, 3959.0, 3948.0, 3959.0, 3948.0, 3958.0, 3948.0, 3959.0, 3971.0, 3938.0, 3949.0, 3949.0, 3951.0, 3971.0, 3973.0, 3993.0, 3962.0, 3982.0, 3919.0, 3951.0, 3950.0, 3971.0, 3960.0, 3972.0, 3982.0, 3961.0, 3980.0, 3948.0, 3948.0, 3947.0, 3935.0, 3936.0, 3936.0, 3936.0, 3947.0, 3948.0, 3939.0, 3949.0, 3938.0, 3960.0, 3950.0, 3951.0, 3971.0, 3961.0, 3972.0, 3962.0, 3960.0, 3950.0, 3960.0, 3950.0, 3971.0, 3961.0, 3970.0, 3972.0, 3971.0, 3961.0, 3950.0, 3961.0, 3973.0, 3952.0, 3973.0, 3952.0, 3962.0, 3951.0, 3961.0, 3939.0, 3949.0, 3961.0, 3960.0, 3971.0, 3959.0, 3969.0, 3959.0, 3968.0, 3947.0, 3938.0, 3938.0, 3949.0, 3940.0, 3960.0, 3971.0, 3980.0, 3959.0, 3978.0, 3958.0, 3967.0, 3957.0, 3956.0, 3946.0, 3955.0, 3957.0, 3967.0, 3957.0, 3946.0, 3926.0, 3946.0, 3925.0, 3946.0, 3935.0, 3946.0, 3957.0, 3947.0, 3969.0, 3947.0, 3968.0, 3947.0, 3946.0, 3957.0, 3945.0, 3958.0, 3957.0, 3960.0, 3958.0, 3960.0, 3968.0, 3959.0, 3958.0, 3958.0, 3936.0, 3936.0, 3936.0, 3937.0, 3937.0, 3938.0, 3959.0, 3938.0, 3949.0, 3937.0, 3958.0, 3958.0, 3961.0, 3980.0, 3950.0, 3961.0, 3950.0, 3961.0, 3960.0, 3960.0, 3970.0, 3959.0, 3970.0, 3948.0, 3968.0, 3947.0, 3957.0, 3947.0, 3946.0, 3947.0, 3957.0, 3959.0, 3968.0, 3959.0, 3969.0, 3959.0, 3979.0, 3968.0, 3956.0, 3947.0, 3947.0, 3936.0, 3947.0, 3949.0, 3959.0, 3959.0, 3960.0, 3971.0, 3959.0, 3959.0, 3967.0, 3946.0, 3956.0, 3945.0, 3933.0, 3944.0, 3926.0, 3945.0, 3946.0, 3948.0, 3937.0, 3918.0, 3961.0, 3952.0, 3974.0, 3974.0, 3966.0, 3966.0, 3983.0, 3975.0, 3985.0, 3974.0, 3952.0, 3972.0, 3961.0, 3982.0, 3950.0, 3981.0, 3949.0, 3969.0, 3948.0, 3956.0, 3957.0, 3956.0, 3937.0, 3947.0, 3937.0, 3948.0, 3959.0, 3959.0, 3960.0, 3978.0, 3977.0, 3961.0, 3938.0, 3981.0, 3962.0, 3970.0, 3928.0, 3961.0, 3961.0, 3961.0, 3951.0, 3983.0, 3963.0, 3992.0, 3961.0, 3950.0, 3938.0, 3948.0, 3957.0, 3947.0, 3967.0, 3947.0, 3968.0, 3947.0, 3967.0, 3958.0, 3968.0, 3937.0, 3947.0, 3937.0, 3948.0, 3937.0, 3950.0, 3960.0, 3949.0, 3960.0, 3979.0, 3959.0, 3978.0, 3946.0, 3944.0, 3945.0, 3944.0, 3947.0, 3967.0, 3937.0, 3938.0, 3938.0, 3950.0, 3948.0, 3949.0, 3949.0, 3960.0, 3981.0, 3950.0, 3970.0, 3962.0, 3970.0, 3949.0, 3959.0, 3948.0, 3959.0, 3949.0, 3969.0, 3960.0, 3959.0, 3961.0, 3939.0, 3949.0, 3940.0, 3951.0, 3951.0, 3952.0, 3951.0, 3951.0, 3951.0, 3950.0, 3950.0, 3939.0, 3939.0, 3960.0, 3960.0, 3960.0, 3952.0, 3952.0, 3942.0, 3963.0, 3963.0, 3974.0, 3973.0, 3975.0, 3982.0, 3962.0, 3982.0, 3962.0, 3981.0, 3971.0, 3970.0, 3959.0, 3947.0, 3936.0, 3936.0, 3948.0, 3938.0, 3960.0, 3949.0, 3970.0, 3961.0, 3960.0, 3949.0, 3939.0, 3961.0, 3951.0, 3961.0, 3951.0, 3972.0, 3961.0, 3970.0, 3960.0, 3969.0, 3961.0, 3975.0, 3950.0, 3949.0, 3950.0, 3972.0, 3951.0, 3931.0, 3962.0, 3965.0, 3973.0, 3973.0, 3973.0, 3963.0, 3973.0, 3972.0, 3962.0, 3982.0, 3970.0, 3968.0, 3959.0, 3958.0, 3959.0, 3979.0, 3960.0, 3978.0, 3947.0, 3938.0, 3926.0, 3947.0, 3925.0, 3948.0, 3960.0, 3951.0, 3962.0, 3984.0, 3963.0, 3983.0, 3962.0, 3982.0, 3950.0, 3968.0, 3947.0, 3957.0, 3958.0, 3958.0, 3937.0, 3958.0, 3969.0, 3959.0, 3968.0, 3948.0, 3948.0, 3937.0, 3947.0, 3936.0, 3958.0, 3947.0, 3948.0, 3969.0, 3948.0, 3958.0, 3949.0, 3937.0, 3958.0, 3947.0, 3949.0, 3950.0, 3951.0, 3963.0, 3953.0, 3963.0, 3952.0, 3952.0, 3963.0, 3983.0, 3962.0, 3993.0, 3940.0, 3950.0, 3939.0, 3938.0, 3938.0, 3960.0, 3960.0, 3962.0, 3982.0, 3972.0, 3982.0, 3950.0, 3949.0, 3948.0, 3948.0, 3959.0, 3959.0, 3958.0, 3948.0, 3958.0, 3948.0, 3959.0, 3959.0, 3957.0, 3958.0, 3947.0, 3937.0, 3948.0, 3959.0, 3959.0, 3958.0, 3959.0, 3958.0, 3959.0, 3969.0, 3948.0, 3968.0, 3945.0, 3946.0, 3935.0, 3925.0, 3933.0, 3923.0, 3933.0, 3924.0, 3935.0, 3935.0, 3936.0, 3936.0, 3962.0, 3938.0, 3960.0, 3938.0, 3952.0, 3986.0, 3950.0, 3950.0, 3971.0, 3972.0, 3970.0, 3972.0, 3961.0, 3972.0, 3971.0, 3973.0, 3984.0, 3988.0, 3999.0, 3962.0, 3957.0, 3935.0, 3914.0, 3946.0, 3936.0, 3958.0, 3948.0, 3972.0, 3971.0, 3953.0, 3953.0, 3954.0, 3975.0, 3990.0, 3988.0, 3975.0, 3965.0, 3974.0, 3965.0, 3964.0, 3986.0, 3973.0, 3983.0, 3973.0, 3981.0, 3971.0, 3980.0, 3972.0, 3991.0, 3961.0, 3960.0, 3928.0, 3959.0, 3938.0, 3959.0, 3948.0, 3971.0, 3971.0, 3972.0, 3982.0, 3961.0, 3960.0, 3949.0, 3948.0, 3948.0, 3938.0, 3948.0, 3959.0, 3949.0, 3960.0, 3971.0, 3950.0, 3940.0, 3961.0, 3952.0, 3963.0, 3984.0, 3963.0, 3972.0, 3962.0, 3961.0, 3961.0, 3970.0, 3961.0, 3981.0, 3971.0, 3981.0, 3940.0, 3961.0, 3939.0, 3949.0, 3970.0, 3971.0, 3991.0, 3951.0, 3951.0, 3940.0, 3961.0, 3950.0, 3960.0, 3980.0, 3960.0, 3980.0, 3961.0, 3960.0, 3929.0, 3949.0, 3938.0, 3960.0, 3960.0, 3950.0, 3961.0, 3951.0, 3971.0, 3950.0, 3980.0, 3960.0, 3949.0, 3928.0, 3961.0, 3939.0, 3960.0, 3940.0, 3960.0, 3972.0, 3970.0, 3960.0, 3979.0, 3958.0, 3968.0, 3957.0, 3945.0, 3925.0, 3925.0, 3937.0, 3958.0, 3939.0, 3959.0, 3970.0, 3970.0, 3969.0, 3958.0, 3957.0, 3957.0, 3956.0, 3958.0, 3967.0, 3958.0, 3957.0, 3926.0, 3958.0, 3937.0, 3947.0, 3946.0, 3958.0, 3968.0, 3958.0, 3958.0, 3948.0, 3967.0, 3946.0, 3956.0, 3946.0, 3936.0, 3947.0, 3916.0, 3937.0, 3959.0, 3941.0, 3961.0, 3973.0, 3981.0, 3961.0, 3981.0, 3949.0, 3950.0, 3939.0, 3974.0, 3960.0, 3950.0, 3950.0, 3951.0, 3962.0, 3953.0, 3983.0, 3973.0, 3981.0, 3960.0, 3980.0, 3938.0, 3948.0, 3926.0, 3947.0, 3937.0, 3948.0, 3958.0, 3958.0, 3968.0, 3959.0, 3969.0, 3971.0, 3948.0, 3938.0, 3941.0, 3939.0, 3937.0, 3938.0, 3949.0, 3960.0, 3962.0, 3987.0, 3974.0, 3970.0, 3960.0, 3958.0, 3959.0, 3971.0, 3951.0, 3951.0, 3952.0, 3941.0, 3951.0, 3952.0, 3964.0, 3954.0, 3964.0, 3965.0, 3997.0, 3976.0, 3995.0, 3959.0, 3993.0, 3950.0, 3980.0, 3949.0, 3959.0, 3938.0, 3927.0, 3938.0, 3939.0, 3961.0, 3981.0, 3960.0, 3980.0, 3948.0, 3968.0, 3947.0, 3957.0, 3948.0, 3948.0, 3938.0, 3950.0, 3951.0, 3963.0, 3973.0, 3975.0, 3984.0, 3962.0, 3992.0, 3961.0, 3970.0, 3950.0, 3938.0, 3938.0, 3962.0, 3963.0, 3961.0, 3969.0, 3936.0, 3968.0, 3937.0, 3937.0, 3947.0, 3936.0, 3937.0, 3927.0, 3938.0, 3939.0, 3949.0, 3959.0, 3960.0, 3950.0], 'WindowWidth': [8952.0, 8936.0, 8903.0, 8880.0, 8883.0, 8853.0, 8884.0, 8861.0, 8862.0, 8833.0, 8818.0, 8830.0, 8834.0, 8822.0, 8872.0, 8886.0, 8862.0, 8886.0, 8846.0, 8866.0, 8862.0, 8895.0, 8924.0, 8886.0, 8906.0, 8856.0, 8887.0, 8819.0, 8832.0, 8814.0, 8810.0, 8808.0, 8825.0, 8811.0, 8854.0, 8843.0, 8829.0, 8844.0, 8833.0, 8831.0, 8848.0, 8823.0, 8851.0, 8841.0, 8871.0, 8856.0, 8855.0, 8828.0, 8859.0, 8860.0, 8887.0, 8859.0, 8887.0, 8874.0, 8883.0, 8852.0, 8876.0, 8831.0, 8842.0, 8811.0, 8826.0, 8809.0, 8823.0, 8807.0, 8808.0, 8810.0, 8810.0, 8841.0, 8841.0, 8848.0, 8860.0, 8867.0, 8878.0, 8851.0, 8875.0, 8847.0, 8871.0, 8843.0, 8852.0, 8839.0, 8840.0, 8826.0, 8838.0, 8842.0, 8845.0, 8819.0, 8816.0, 8798.0, 8842.0, 8832.0, 8881.0, 8894.0, 8868.0, 8893.0, 8898.0, 8907.0, 8853.0, 8835.0, 8816.0, 8850.0, 8874.0, 8845.0, 8846.0, 8818.0, 8818.0, 8814.0, 8849.0, 8842.0, 8848.0, 8879.0, 8842.0, 8861.0, 8863.0, 8878.0, 8859.0, 8876.0, 8888.0, 8877.0, 8914.0, 8856.0, 8883.0, 8851.0, 8859.0, 8829.0, 8856.0, 8829.0, 8855.0, 8844.0, 8843.0, 8845.0, 8842.0, 8845.0, 8858.0, 8830.0, 8844.0, 8828.0, 8843.0, 8829.0, 8842.0, 8827.0, 8844.0, 8865.0, 8819.0, 8832.0, 8833.0, 8841.0, 8868.0, 8872.0, 8897.0, 8855.0, 8881.0, 8795.0, 8839.0, 8839.0, 8866.0, 8848.0, 8868.0, 8882.0, 8851.0, 8875.0, 8830.0, 8829.0, 8827.0, 8807.0, 8808.0, 8811.0, 8810.0, 8827.0, 8830.0, 8820.0, 8835.0, 8818.0, 8848.0, 8836.0, 8838.0, 8866.0, 8852.0, 8868.0, 8854.0, 8850.0, 8835.0, 8849.0, 8834.0, 8863.0, 8850.0, 8863.0, 8867.0, 8867.0, 8854.0, 8836.0, 8855.0, 8871.0, 8845.0, 8871.0, 8841.0, 8854.0, 8840.0, 8850.0, 8820.0, 8831.0, 8850.0, 8848.0, 8862.0, 8846.0, 8857.0, 8844.0, 8856.0, 8827.0, 8816.0, 8817.0, 8832.0, 8824.0, 8850.0, 8866.0, 8874.0, 8846.0, 8868.0, 8841.0, 8853.0, 8839.0, 8836.0, 8822.0, 8832.0, 8839.0, 8851.0, 8840.0, 8825.0, 8798.0, 8825.0, 8794.0, 8824.0, 8809.0, 8824.0, 8839.0, 8826.0, 8858.0, 8827.0, 8854.0, 8827.0, 8825.0, 8839.0, 8822.0, 8841.0, 8839.0, 8848.0, 8844.0, 8848.0, 8857.0, 8845.0, 8844.0, 8842.0, 8810.0, 8810.0, 8811.0, 8814.0, 8815.0, 8816.0, 8845.0, 8818.0, 8833.0, 8814.0, 8843.0, 8845.0, 8853.0, 8875.0, 8834.0, 8850.0, 8837.0, 8852.0, 8848.0, 8847.0, 8862.0, 8846.0, 8860.0, 8828.0, 8854.0, 8823.0, 8838.0, 8826.0, 8822.0, 8826.0, 8839.0, 8846.0, 8857.0, 8848.0, 8858.0, 8847.0, 8872.0, 8857.0, 8837.0, 8828.0, 8828.0, 8812.0, 8828.0, 8833.0, 8848.0, 8847.0, 8851.0, 8868.0, 8847.0, 8846.0, 8852.0, 8821.0, 8836.0, 8818.0, 8800.0, 8815.0, 8798.0, 8821.0, 8825.0, 8831.0, 8813.0, 8791.0, 8856.0, 8846.0, 8877.0, 8876.0, 8871.0, 8870.0, 8885.0, 8880.0, 8892.0, 8875.0, 8843.0, 8869.0, 8853.0, 8883.0, 8837.0, 8876.0, 8831.0, 8859.0, 8830.0, 8836.0, 8838.0, 8835.0, 8812.0, 8826.0, 8813.0, 8828.0, 8844.0, 8844.0, 8848.0, 8889.0, 8886.0, 8853.0, 8818.0, 8879.0, 8855.0, 8861.0, 8805.0, 8851.0, 8852.0, 8852.0, 8838.0, 8882.0, 8856.0, 8892.0, 8851.0, 8836.0, 8816.0, 8828.0, 8838.0, 8826.0, 8853.0, 8826.0, 8855.0, 8827.0, 8853.0, 8841.0, 8854.0, 8813.0, 8827.0, 8813.0, 8829.0, 8815.0, 8835.0, 8851.0, 8834.0, 8851.0, 8872.0, 8845.0, 8870.0, 8824.0, 8817.0, 8819.0, 8818.0, 8828.0, 8852.0, 8813.0, 8817.0, 8818.0, 8836.0, 8832.0, 8834.0, 8833.0, 8851.0, 8879.0, 8835.0, 8863.0, 8854.0, 8862.0, 8832.0, 8845.0, 8829.0, 8844.0, 8833.0, 8860.0, 8848.0, 8848.0, 8853.0, 8823.0, 8835.0, 8823.0, 8841.0, 8840.0, 8843.0, 8840.0, 8841.0, 8839.0, 8836.0, 8835.0, 8819.0, 8820.0, 8849.0, 8850.0, 8849.0, 8843.0, 8842.0, 8829.0, 8857.0, 8858.0, 8874.0, 8871.0, 8881.0, 8883.0, 8857.0, 8882.0, 8855.0, 8877.0, 8866.0, 8864.0, 8846.0, 8827.0, 8812.0, 8811.0, 8831.0, 8817.0, 8848.0, 8833.0, 8863.0, 8853.0, 8849.0, 8835.0, 8820.0, 8853.0, 8839.0, 8854.0, 8839.0, 8870.0, 8855.0, 8863.0, 8851.0, 8860.0, 8853.0, 8872.0, 8837.0, 8833.0, 8836.0, 8870.0, 8841.0, 8815.0, 8858.0, 8870.0, 8874.0, 8872.0, 8872.0, 8861.0, 8874.0, 8869.0, 8853.0, 8880.0, 8862.0, 8856.0, 8845.0, 8841.0, 8846.0, 8871.0, 8846.0, 8869.0, 8826.0, 8814.0, 8795.0, 8825.0, 8793.0, 8828.0, 8848.0, 8839.0, 8856.0, 8888.0, 8859.0, 8887.0, 8857.0, 8880.0, 8835.0, 8857.0, 8825.0, 8840.0, 8843.0, 8842.0, 8813.0, 8843.0, 8857.0, 8845.0, 8855.0, 8829.0, 8829.0, 8814.0, 8827.0, 8809.0, 8841.0, 8829.0, 8831.0, 8858.0, 8830.0, 8844.0, 8831.0, 8814.0, 8842.0, 8828.0, 8834.0, 8838.0, 8840.0, 8858.0, 8845.0, 8860.0, 8844.0, 8841.0, 8858.0, 8883.0, 8854.0, 8895.0, 8823.0, 8835.0, 8818.0, 8816.0, 8815.0, 8849.0, 8848.0, 8855.0, 8881.0, 8869.0, 8879.0, 8834.0, 8832.0, 8829.0, 8828.0, 8843.0, 8845.0, 8842.0, 8828.0, 8843.0, 8830.0, 8846.0, 8846.0, 8841.0, 8844.0, 8828.0, 8815.0, 8828.0, 8846.0, 8847.0, 8844.0, 8844.0, 8842.0, 8845.0, 8858.0, 8828.0, 8856.0, 8821.0, 8823.0, 8805.0, 8792.0, 8801.0, 8787.0, 8800.0, 8790.0, 8805.0, 8808.0, 8809.0, 8812.0, 8851.0, 8818.0, 8850.0, 8818.0, 8843.0, 8899.0, 8838.0, 8837.0, 8866.0, 8867.0, 8863.0, 8867.0, 8851.0, 8870.0, 8867.0, 8873.0, 8886.0, 8903.0, 8921.0, 8857.0, 8840.0, 8807.0, 8777.0, 8823.0, 8810.0, 8844.0, 8832.0, 8868.0, 8867.0, 8846.0, 8846.0, 8851.0, 8877.0, 8911.0, 8902.0, 8878.0, 8865.0, 8876.0, 8866.0, 8862.0, 8895.0, 8871.0, 8884.0, 8871.0, 8878.0, 8866.0, 8877.0, 8869.0, 8892.0, 8852.0, 8850.0, 8805.0, 8845.0, 8816.0, 8844.0, 8832.0, 8868.0, 8865.0, 8869.0, 8881.0, 8852.0, 8850.0, 8835.0, 8832.0, 8831.0, 8818.0, 8831.0, 8847.0, 8834.0, 8850.0, 8867.0, 8837.0, 8824.0, 8853.0, 8844.0, 8859.0, 8889.0, 8858.0, 8870.0, 8856.0, 8852.0, 8851.0, 8863.0, 8851.0, 8878.0, 8867.0, 8879.0, 8824.0, 8853.0, 8820.0, 8833.0, 8862.0, 8867.0, 8892.0, 8840.0, 8841.0, 8826.0, 8851.0, 8836.0, 8849.0, 8877.0, 8850.0, 8877.0, 8852.0, 8850.0, 8807.0, 8833.0, 8819.0, 8848.0, 8850.0, 8837.0, 8854.0, 8837.0, 8864.0, 8833.0, 8874.0, 8847.0, 8830.0, 8805.0, 8851.0, 8821.0, 8849.0, 8824.0, 8849.0, 8869.0, 8862.0, 8849.0, 8871.0, 8843.0, 8856.0, 8839.0, 8822.0, 8794.0, 8796.0, 8813.0, 8843.0, 8821.0, 8847.0, 8862.0, 8862.0, 8859.0, 8844.0, 8839.0, 8840.0, 8837.0, 8842.0, 8853.0, 8842.0, 8841.0, 8799.0, 8845.0, 8815.0, 8827.0, 8825.0, 8842.0, 8855.0, 8843.0, 8843.0, 8828.0, 8854.0, 8824.0, 8836.0, 8822.0, 8810.0, 8828.0, 8785.0, 8815.0, 8847.0, 8828.0, 8852.0, 8872.0, 8880.0, 8854.0, 8877.0, 8832.0, 8835.0, 8818.0, 8876.0, 8850.0, 8837.0, 8838.0, 8843.0, 8856.0, 8848.0, 8884.0, 8873.0, 8879.0, 8851.0, 8873.0, 8817.0, 8829.0, 8797.0, 8826.0, 8814.0, 8828.0, 8843.0, 8844.0, 8857.0, 8846.0, 8858.0, 8867.0, 8832.0, 8819.0, 8830.0, 8826.0, 8815.0, 8818.0, 8835.0, 8850.0, 8859.0, 8902.0, 8877.0, 8863.0, 8850.0, 8845.0, 8847.0, 8865.0, 8841.0, 8840.0, 8845.0, 8828.0, 8842.0, 8847.0, 8864.0, 8849.0, 8863.0, 8866.0, 8910.0, 8880.0, 8905.0, 8856.0, 8896.0, 8834.0, 8872.0, 8830.0, 8844.0, 8817.0, 8800.0, 8818.0, 8819.0, 8853.0, 8877.0, 8849.0, 8875.0, 8830.0, 8856.0, 8826.0, 8839.0, 8831.0, 8830.0, 8818.0, 8836.0, 8841.0, 8858.0, 8873.0, 8879.0, 8886.0, 8854.0, 8894.0, 8850.0, 8861.0, 8834.0, 8817.0, 8818.0, 8858.0, 8860.0, 8854.0, 8860.0, 8813.0, 8855.0, 8814.0, 8815.0, 8827.0, 8813.0, 8813.0, 8804.0, 8819.0, 8821.0, 8835.0, 8849.0, 8851.0, 8837.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.0004971641791044777</td></tr>
<tr><td colspan=3>aqi</td><td>0.017399950287026403</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.61490985393099</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1784572776551712</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0027839305287365</td></tr>
<tr><td colspan=3>efc</td><td>0.4816</td></tr>
<tr><td colspan=3>fber</td><td>3634.9395</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08287225582755396</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>52</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.970149253731344</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5553454736816987</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5358163940868805</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7695126612423997</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.360707365715815</td></tr>
<tr><td colspan=3>gcor</td><td>0.0107947</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.005738533101975918</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02430046908557415</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.5449949274393577</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>24.1775</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.9132</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.4121</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>55.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299534.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>785.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.1254</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7574</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.8456</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3127.8879</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3326.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77010.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>840.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4216.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>938.2181</td></tr>
<tr><td colspan=3>tsnr</td><td>39.52463595243171</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>