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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-01/func/sub-0100_ses-01_task-social_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>0fc568ee352b59589ca895e05c456c7d</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>13:57:58.542500</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.999821, 0.0159116, 0.0101995, -0.0136119, 0.980616, -0.195468]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.124787</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4238, -7770, -7237, 88, -140, -56, 54, 64]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>social</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.388</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>52cc7ad5-e4b0-417a-a823-9131de371b68||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.682447671890259, -0.03651982918381691, 0.03540227934718132, 110.65784454345703], [-0.04268967732787132, 2.630920171737671, -0.5272938013076782, -81.31256866455078], [0.027364404872059822, 0.5244256854057312, 2.6477742195129395, -100.97154235839844], [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': ['135758.542500', '135759.002500', '135759.462500', '135759.922500', '135800.382500', '135800.842500', '135801.302500', '135801.762500', '135802.222500', '135802.682500', '135803.142500', '135803.602500', '135804.062500', '135804.522500', '135804.982500', '135805.442500', '135805.902500', '135806.362500', '135806.822500', '135807.282500', '135807.742500', '135808.202500', '135808.662500', '135809.122500', '135809.582500', '135810.042500', '135810.502500', '135810.962500', '135811.422500', '135811.882500', '135812.342500', '135812.802500', '135813.262500', '135813.722500', '135814.182500', '135814.642500', '135815.102500', '135815.562500', '135816.022500', '135816.482500', '135816.942500', '135817.402500', '135817.862500', '135818.322500', '135818.782500', '135819.242500', '135819.702500', '135820.162500', '135820.622500', '135821.082500', '135821.542500', '135822.002500', '135822.462500', '135822.922500', '135823.382500', '135823.842500', '135824.302500', '135824.762500', '135825.222500', '135825.682500', '135826.142500', '135826.602500', '135827.062500', '135827.522500', '135827.982500', '135828.442500', '135828.902500', '135829.362500', '135829.822500', '135830.282500', '135830.742500', '135831.202500', '135831.662500', '135832.122500', '135832.582500', '135833.042500', '135833.502500', '135833.962500', '135834.422500', '135834.882500', '135835.342500', '135835.802500', '135836.262500', '135836.722500', '135837.182500', '135837.642500', '135838.102500', '135838.562500', '135839.022500', '135839.482500', '135839.942500', '135840.402500', '135840.862500', '135841.322500', '135841.782500', '135842.242500', '135842.702500', '135843.162500', '135843.622500', '135844.082500', '135844.542500', '135845.002500', '135845.462500', '135845.922500', '135846.382500', '135846.842500', '135847.302500', '135847.762500', '135848.222500', '135848.682500', '135849.142500', '135849.602500', '135850.062500', '135850.522500', '135850.982500', '135851.442500', '135851.902500', '135852.362500', '135852.822500', '135853.282500', '135853.742500', '135854.202500', '135854.662500', '135855.122500', '135855.582500', '135856.042500', '135856.502500', '135856.962500', '135857.422500', '135857.882500', '135858.342500', '135858.802500', '135859.262500', '135859.722500', '135900.182500', '135900.642500', '135901.102500', '135901.562500', '135902.022500', '135902.482500', '135902.942500', '135903.402500', '135903.862500', '135904.322500', '135904.782500', '135905.242500', '135905.702500', '135906.162500', '135906.622500', '135907.082500', '135907.542500', '135908.002500', '135908.462500', '135908.922500', '135909.382500', '135909.842500', '135910.302500', '135910.762500', '135911.222500', '135911.682500', '135912.142500', '135912.602500', '135913.062500', '135913.522500', '135913.982500', '135914.442500', '135914.902500', '135915.362500', '135915.822500', '135916.282500', '135916.742500', '135917.202500', '135917.662500', '135918.122500', '135918.582500', '135919.042500', '135919.502500', '135919.962500', '135920.422500', '135920.882500', '135921.342500', '135921.802500', '135922.262500', '135922.722500', '135923.182500', '135923.642500', '135924.102500', '135924.562500', '135925.022500', '135925.482500', '135925.942500', '135926.402500', '135926.862500', '135927.322500', '135927.782500', '135928.242500', '135928.702500', '135929.162500', '135929.622500', '135930.082500', '135930.542500', '135931.002500', '135931.462500', '135931.922500', '135932.382500', '135932.842500', '135933.302500', '135933.762500', '135934.222500', '135934.682500', '135935.142500', '135935.602500', '135936.062500', '135936.522500', '135936.982500', '135937.442500', '135937.902500', '135938.362500', '135938.822500', '135939.282500', '135939.742500', '135940.202500', '135940.662500', '135941.122500', '135941.582500', '135942.042500', '135942.502500', '135942.962500', '135943.422500', '135943.882500', '135944.342500', '135944.802500', '135945.262500', '135945.722500', '135946.182500', '135946.642500', '135947.102500', '135947.562500', '135948.022500', '135948.482500', '135948.942500', '135949.402500', '135949.862500', '135950.322500', '135950.782500', '135951.242500', '135951.702500', '135952.162500', '135952.622500', '135953.082500', '135953.542500', '135954.002500', '135954.462500', '135954.922500', '135955.382500', '135955.842500', '135956.302500', '135956.762500', '135957.222500', '135957.682500', '135958.142500', '135958.602500', '135959.062500', '135959.522500', '135959.982500', '140000.442500', '140000.902500', '140001.362500', '140001.822500', '140002.282500', '140002.742500', '140003.202500', '140003.662500', '140004.122500', '140004.582500', '140005.042500', '140005.502500', '140005.962500', '140006.422500', '140006.882500', '140007.342500', '140007.802500', '140008.262500', '140008.722500', '140009.182500', '140009.642500', '140010.102500', '140010.562500', '140011.022500', '140011.482500', '140011.942500', '140012.402500', '140012.862500', '140013.322500', '140013.782500', '140014.242500', '140014.702500', '140015.162500', '140015.622500', '140016.082500', '140016.542500', '140017.002500', '140017.462500', '140017.922500', '140018.382500', '140018.842500', '140019.302500', '140019.762500', '140020.222500', '140020.682500', '140021.142500', '140021.602500', '140022.062500', '140022.522500', '140022.982500', '140023.442500', '140023.902500', '140024.362500', '140024.822500', '140025.282500', '140025.742500', '140026.202500', '140026.662500', '140027.122500', '140027.582500', '140028.042500', '140028.502500', '140028.962500', '140029.422500', '140029.882500', '140030.342500', '140030.802500', '140031.262500', '140031.722500', '140032.182500', '140032.642500', '140033.102500', '140033.562500', '140034.022500', '140034.482500', '140034.942500', '140035.402500', '140035.862500', '140036.322500', '140036.782500', '140037.242500', '140037.702500', '140038.162500', '140038.622500', '140039.082500', '140039.542500', '140040.002500', '140040.462500', '140040.922500', '140041.382500', '140041.842500', '140042.302500', '140042.762500', '140043.222500', '140043.682500', '140044.142500', '140044.602500', '140045.062500', '140045.522500', '140045.982500', '140046.442500', '140046.902500', '140047.362500', '140047.822500', '140048.282500', '140048.742500', '140049.202500', '140049.662500', '140050.122500', '140050.582500', '140051.042500', '140051.502500', '140051.962500', '140052.422500', '140052.882500', '140053.342500', '140053.802500', '140054.262500', '140054.722500', '140055.182500', '140055.642500', '140056.102500', '140056.562500', '140057.022500', '140057.482500', '140057.942500', '140058.402500', '140058.862500', '140059.322500', '140059.782500', '140100.242500', '140100.702500', '140101.162500', '140101.622500', '140102.082500', '140102.542500', '140103.002500', '140103.462500', '140103.922500', '140104.382500', '140104.842500', '140105.302500', '140105.762500', '140106.222500', '140106.682500', '140107.142500', '140107.602500', '140108.062500', '140108.522500', '140108.982500', '140109.442500', '140109.902500', '140110.362500', '140110.822500', '140111.282500', '140111.742500', '140112.202500', '140112.662500', '140113.122500', '140113.582500', '140114.042500', '140114.502500', '140114.962500', '140115.422500', '140115.882500', '140116.342500', '140116.802500', '140117.262500', '140117.722500', '140118.182500', '140118.642500', '140119.102500', '140119.562500', '140120.022500', '140120.482500', '140120.942500', '140121.402500', '140121.862500', '140122.322500', '140122.782500', '140123.242500', '140123.702500', '140124.162500', '140124.622500', '140125.082500', '140125.542500', '140126.002500', '140126.462500', '140126.922500', '140127.382500', '140127.842500', '140128.302500', '140128.762500', '140129.222500', '140129.682500', '140130.142500', '140130.602500', '140131.062500', '140131.522500', '140131.982500', '140132.442500', '140132.902500', '140133.362500', '140133.822500', '140134.282500', '140134.742500', '140135.202500', '140135.662500', '140136.122500', '140136.582500', '140137.042500', '140137.502500', '140137.962500', '140138.422500', '140138.882500', '140139.342500', '140139.802500', '140140.262500', '140140.722500', '140141.182500', '140141.642500', '140142.102500', '140142.562500', '140143.022500', '140143.482500', '140143.942500', '140144.402500', '140144.862500', '140145.322500', '140145.782500', '140146.242500', '140146.702500', '140147.162500', '140147.622500', '140148.082500', '140148.542500', '140149.002500', '140149.462500', '140149.922500', '140150.382500', '140150.842500', '140151.302500', '140151.762500', '140152.222500', '140152.682500', '140153.142500', '140153.602500', '140154.062500', '140154.522500', '140154.982500', '140155.442500', '140155.902500', '140156.362500', '140156.822500', '140157.282500', '140157.742500', '140158.202500', '140158.662500', '140159.122500', '140159.582500', '140200.042500', '140200.502500', '140200.962500', '140201.422500', '140201.882500', '140202.342500', '140202.802500', '140203.262500', '140203.722500', '140204.182500', '140204.642500', '140205.102500', '140205.562500', '140206.022500', '140206.482500', '140206.942500', '140207.402500', '140207.862500', '140208.322500', '140208.782500', '140209.242500', '140209.702500', '140210.162500', '140210.622500', '140211.082500', '140211.542500', '140212.002500', '140212.462500', '140212.922500', '140213.382500', '140213.842500', '140214.302500', '140214.762500', '140215.222500', '140215.682500', '140216.142500', '140216.602500', '140217.062500', '140217.522500', '140217.982500', '140218.442500', '140218.902500', '140219.362500', '140219.822500', '140220.282500', '140220.742500', '140221.202500', '140221.662500', '140222.122500', '140222.582500', '140223.042500', '140223.502500', '140223.962500', '140224.422500', '140224.882500', '140225.342500', '140225.802500', '140226.262500', '140226.722500', '140227.182500', '140227.642500', '140228.102500', '140228.562500', '140229.022500', '140229.482500', '140229.942500', '140230.402500', '140230.862500', '140231.322500', '140231.782500', '140232.242500', '140232.702500', '140233.162500', '140233.622500', '140234.082500', '140234.542500', '140235.002500', '140235.462500', '140235.922500', '140236.382500', '140236.842500', '140237.302500', '140237.762500', '140238.222500', '140238.682500', '140239.142500', '140239.602500', '140240.062500', '140240.522500', '140240.982500', '140241.442500', '140241.902500', '140242.362500', '140242.822500', '140243.282500', '140243.742500', '140244.202500', '140244.662500', '140245.122500', '140245.582500', '140246.042500', '140246.502500', '140246.962500', '140247.422500', '140247.882500', '140248.342500', '140248.802500', '140249.262500', '140249.722500', '140250.182500', '140250.642500', '140251.102500', '140251.562500', '140252.022500', '140252.482500', '140252.942500', '140253.402500', '140253.862500', '140254.322500', '140254.782500', '140255.242500', '140255.702500', '140256.162500', '140256.622500', '140257.082500', '140257.542500', '140258.002500', '140258.462500', '140258.922500', '140259.382500', '140259.842500', '140300.302500', '140300.762500', '140301.222500', '140301.682500', '140302.142500', '140302.602500', '140303.062500', '140303.522500', '140303.982500', '140304.442500', '140304.902500', '140305.362500', '140305.822500', '140306.282500', '140306.742500', '140307.202500', '140307.662500', '140308.122500', '140308.582500', '140309.042500', '140309.502500', '140309.962500', '140310.422500', '140310.882500', '140311.342500', '140311.802500', '140312.262500', '140312.722500', '140313.182500', '140313.642500', '140314.102500', '140314.562500', '140315.022500', '140315.482500', '140315.942500', '140316.402500', '140316.862500', '140317.322500', '140317.782500', '140318.242500', '140318.702500', '140319.162500', '140319.622500', '140320.082500', '140320.542500', '140321.002500', '140321.462500', '140321.922500', '140322.382500', '140322.842500', '140323.302500', '140323.762500', '140324.222500', '140324.682500', '140325.142500', '140325.602500', '140326.062500', '140326.522500', '140326.982500', '140327.442500', '140327.902500', '140328.362500', '140328.822500', '140329.282500', '140329.742500', '140330.202500', '140330.662500', '140331.122500', '140331.582500', '140332.042500', '140332.502500', '140332.962500', '140333.422500', '140333.882500', '140334.342500', '140334.802500', '140335.262500', '140335.722500', '140336.182500', '140336.642500', '140337.102500', '140337.562500', '140338.022500', '140338.482500', '140338.942500', '140339.402500', '140339.862500', '140340.322500', '140340.782500', '140341.242500', '140341.702500', '140342.162500', '140342.622500', '140343.082500', '140343.542500', '140344.002500', '140344.462500', '140344.922500', '140345.382500', '140345.842500', '140346.302500', '140346.762500', '140347.222500', '140347.682500', '140348.142500', '140348.602500', '140349.062500', '140349.522500', '140349.982500', '140350.442500', '140350.902500', '140351.362500', '140351.822500', '140352.282500', '140352.742500', '140353.202500', '140353.662500', '140354.122500', '140354.582500', '140355.042500', '140355.502500', '140355.962500', '140356.422500', '140356.882500', '140357.342500', '140357.802500', '140358.262500', '140358.722500', '140359.182500', '140359.642500', '140400.102500', '140400.562500', '140401.022500', '140401.482500', '140401.942500', '140402.402500', '140402.862500', '140403.322500', '140403.782500', '140404.242500', '140404.702500', '140405.162500', '140405.622500', '140406.082500', '140406.542500', '140407.002500', '140407.462500', '140407.922500', '140408.382500', '140408.842500', '140409.302500', '140409.762500', '140410.222500', '140410.682500', '140411.142500', '140411.602500', '140412.062500', '140412.522500', '140412.982500', '140413.442500', '140413.902500', '140414.362500', '140414.822500', '140415.282500', '140415.742500', '140416.202500', '140416.662500', '140417.122500', '140417.582500', '140418.042500', '140418.502500', '140418.962500', '140419.422500', '140419.882500', '140420.342500', '140420.802500', '140421.262500', '140421.722500', '140422.182500', '140422.642500', '140423.102500', '140423.562500', '140424.022500', '140424.482500', '140424.942500', '140425.402500', '140425.862500', '140426.322500', '140426.782500', '140427.242500', '140427.702500', '140428.162500', '140428.622500', '140429.082500', '140429.542500', '140430.002500', '140430.462500', '140430.922500', '140431.382500', '140431.842500', '140432.302500', '140432.762500', '140433.222500', '140433.682500', '140434.142500', '140434.602500', '140435.062500', '140435.522500', '140435.982500', '140436.442500', '140436.902500', '140437.362500', '140437.822500', '140438.282500', '140438.742500', '140439.202500'], 'ContentTime': ['135820.702000', '135820.705000', '135820.708000', '135820.711000', '135820.713000', '135820.716000', '135820.718000', '135820.721000', '135820.724000', '135820.726000', '135820.729000', '135820.738000', '135820.741000', '135820.744000', '135820.746000', '135820.749000', '135820.752000', '135820.754000', '135820.757000', '135820.759000', '135820.762000', '135820.765000', '135820.767000', '135820.770000', '135820.772000', '135820.775000', '135820.778000', '135820.780000', '135820.783000', '135820.786000', '135820.788000', '135820.791000', '135820.793000', '135820.796000', '135820.799000', '135820.801000', '135820.804000', '135820.806000', '135820.809000', '135820.812000', '135820.814000', '135820.817000', '135820.819000', '135820.822000', '135820.825000', '135840.653000', '135840.655000', '135840.658000', '135840.660000', '135840.663000', '135840.666000', '135840.669000', '135840.672000', '135840.675000', '135840.677000', '135840.680000', '135840.683000', '135840.685000', '135840.688000', '135840.691000', '135840.693000', '135840.696000', '135840.698000', '135840.701000', '135840.704000', '135840.706000', '135840.709000', '135840.711000', '135840.714000', '135840.717000', '135840.719000', '135840.722000', '135840.724000', '135840.727000', '135840.729000', '135840.732000', '135840.735000', '135840.737000', '135840.740000', '135840.742000', '135840.745000', '135840.754000', '135840.757000', '135840.759000', '135840.762000', '135840.765000', '135840.767000', '135840.770000', '135900.653000', '135900.656000', '135900.658000', '135900.661000', '135900.663000', '135900.666000', '135900.669000', '135900.672000', '135900.674000', '135900.677000', '135900.680000', '135900.682000', '135900.685000', '135900.688000', '135900.690000', '135900.693000', '135900.695000', '135900.698000', '135900.701000', '135900.703000', '135900.706000', '135900.708000', '135900.711000', '135900.714000', '135900.772000', '135900.775000', '135900.777000', '135900.780000', '135900.782000', '135900.785000', '135900.788000', '135900.790000', '135900.793000', '135900.795000', '135900.798000', '135900.800000', '135900.803000', '135900.806000', '135900.808000', '135900.811000', '135900.814000', '135900.816000', '135900.819000', '135900.822000', '135920.652000', '135920.655000', '135920.657000', '135920.660000', '135920.663000', '135920.666000', '135920.669000', '135920.671000', '135920.674000', '135920.677000', '135920.690000', '135920.693000', '135920.696000', '135920.698000', '135920.702000', '135920.705000', '135920.708000', '135920.710000', '135920.713000', '135920.716000', '135920.718000', '135920.721000', '135920.723000', '135920.726000', '135920.729000', '135920.731000', '135920.734000', '135920.737000', '135920.739000', '135920.742000', '135920.744000', '135920.747000', '135920.750000', '135920.752000', '135920.755000', '135920.758000', '135920.760000', '135920.763000', '135920.766000', '135920.768000', '135920.771000', '135920.773000', '135920.776000', '135940.651000', '135940.654000', '135940.657000', '135940.659000', '135940.662000', '135940.665000', '135940.667000', '135940.670000', '135940.673000', '135940.675000', '135940.678000', '135940.681000', '135940.683000', '135940.686000', '135940.689000', '135940.691000', '135940.694000', '135940.697000', '135940.699000', '135940.702000', '135940.704000', '135940.707000', '135940.710000', '135940.712000', '135940.715000', '135940.718000', '135940.720000', '135940.723000', '135940.725000', '135940.728000', '135940.730000', '135940.733000', '135940.736000', '135940.738000', '135940.741000', '135940.743000', '135940.746000', '135940.749000', '135940.751000', '135940.754000', '135940.756000', '135940.759000', '135940.761000', '135940.764000', '140000.651000', '140000.654000', '140000.658000', '140000.660000', '140000.663000', '140000.665000', '140000.668000', '140000.671000', '140000.674000', '140000.676000', '140000.679000', '140000.682000', '140000.684000', '140000.687000', '140000.690000', '140000.692000', '140000.695000', '140000.697000', '140000.700000', '140000.703000', '140000.705000', '140000.708000', '140000.711000', '140000.713000', '140000.716000', '140000.718000', '140000.721000', '140000.729000', '140000.731000', '140000.734000', '140000.737000', '140000.739000', '140000.742000', '140000.744000', '140000.756000', '140000.758000', '140000.761000', '140000.763000', '140000.766000', '140000.769000', '140000.771000', '140000.774000', '140000.777000', '140020.651000', '140020.654000', '140020.657000', '140020.660000', '140020.662000', '140020.665000', '140020.668000', '140020.670000', '140020.673000', '140020.676000', '140020.678000', '140020.681000', '140020.684000', '140020.686000', '140020.689000', '140020.692000', '140020.694000', '140020.697000', '140020.699000', '140020.702000', '140020.705000', '140020.707000', '140020.710000', '140020.713000', '140020.715000', '140020.718000', '140020.720000', '140020.723000', '140020.726000', '140020.728000', '140020.731000', '140020.734000', '140020.736000', '140020.739000', '140020.742000', '140020.744000', '140020.747000', '140020.750000', '140020.752000', '140020.755000', '140020.758000', '140020.760000', '140020.763000', '140020.765000', '140040.651000', '140040.654000', '140040.657000', '140040.660000', '140040.662000', '140040.665000', '140040.668000', '140040.670000', '140040.673000', '140040.676000', '140040.678000', '140040.681000', '140040.683000', '140040.686000', '140040.689000', '140040.696000', '140040.699000', '140040.701000', '140040.704000', '140040.721000', '140040.724000', '140040.726000', '140040.729000', '140040.732000', '140040.735000', '140040.738000', '140040.741000', '140040.744000', '140040.747000', '140040.749000', '140040.752000', '140040.754000', '140040.757000', '140040.760000', '140040.763000', '140040.765000', '140040.768000', '140040.771000', '140040.773000', '140040.776000', '140040.779000', '140040.781000', '140040.784000', '140100.652000', '140100.655000', '140100.659000', '140100.661000', '140100.664000', '140100.666000', '140100.669000', '140100.679000', '140100.682000', '140100.685000', '140100.687000', '140100.690000', '140100.692000', '140100.695000', '140100.698000', '140100.700000', '140100.703000', '140100.705000', '140100.708000', '140100.711000', '140100.714000', '140100.716000', '140100.719000', '140100.721000', '140100.724000', '140100.727000', '140100.729000', '140100.732000', '140100.735000', '140100.737000', '140100.740000', '140100.742000', '140100.745000', '140100.748000', '140100.750000', '140100.753000', '140100.756000', '140100.758000', '140100.761000', '140100.764000', '140100.766000', '140100.769000', '140100.772000', '140100.774000', '140120.653000', '140120.656000', '140120.658000', '140120.667000', '140120.669000', '140120.672000', '140120.675000', '140120.677000', '140120.680000', '140120.683000', '140120.685000', '140120.688000', '140120.691000', '140120.693000', '140120.696000', '140120.698000', '140120.701000', '140120.704000', '140120.706000', '140120.709000', '140120.712000', '140120.714000', '140120.717000', '140120.719000', '140120.722000', '140120.725000', '140120.727000', '140120.730000', '140120.732000', '140120.735000', '140120.738000', '140120.740000', '140120.743000', '140120.746000', '140120.748000', '140120.751000', '140120.753000', '140120.756000', '140120.759000', '140120.761000', '140120.769000', '140120.772000', '140120.774000', '140140.651000', '140140.655000', '140140.657000', '140140.660000', '140140.663000', '140140.665000', '140140.668000', '140140.670000', '140140.673000', '140140.676000', '140140.678000', '140140.681000', '140140.683000', '140140.686000', '140140.689000', '140140.691000', '140140.694000', '140140.697000', '140140.699000', '140140.702000', '140140.705000', '140140.707000', '140140.710000', '140140.712000', '140140.715000', '140140.718000', '140140.720000', '140140.723000', '140140.726000', '140140.728000', '140140.731000', '140140.734000', '140140.736000', '140140.739000', '140140.742000', '140140.744000', '140140.747000', '140140.749000', '140140.752000', '140140.754000', '140140.757000', '140140.760000', '140140.762000', '140140.765000', '140200.651000', '140200.654000', '140200.657000', '140200.660000', '140200.662000', '140200.665000', '140200.667000', '140200.670000', '140200.673000', '140200.675000', '140200.678000', '140200.681000', '140200.683000', '140200.686000', '140200.689000', '140200.691000', '140200.694000', '140200.697000', '140200.699000', '140200.702000', '140200.704000', '140200.707000', '140200.710000', '140200.712000', '140200.715000', '140200.718000', '140200.720000', '140200.723000', '140200.725000', '140200.728000', '140200.731000', '140200.743000', '140200.746000', '140200.748000', '140200.751000', '140200.754000', '140200.756000', '140200.759000', '140200.761000', '140200.764000', '140200.767000', '140200.770000', '140200.772000', '140220.652000', '140220.662000', '140220.664000', '140220.667000', '140220.670000', '140220.672000', '140220.675000', '140220.677000', '140220.680000', '140220.683000', '140220.685000', '140220.688000', '140220.691000', '140220.693000', '140220.696000', '140220.699000', '140220.701000', '140220.704000', '140220.706000', '140220.709000', '140220.712000', '140220.714000', '140220.717000', '140220.719000', '140220.722000', '140220.725000', '140220.736000', '140220.738000', '140220.741000', '140220.744000', '140220.747000', '140220.749000', '140220.752000', '140220.754000', '140220.757000', '140220.759000', '140220.762000', '140220.765000', '140220.767000', '140220.770000', '140220.773000', '140220.775000', '140220.778000', '140220.780000', '140240.651000', '140240.654000', '140240.657000', '140240.660000', '140240.662000', '140240.665000', '140240.667000', '140240.670000', '140240.673000', '140240.675000', '140240.678000', '140240.681000', '140240.683000', '140240.686000', '140240.689000', '140240.691000', '140240.694000', '140240.696000', '140240.699000', '140240.702000', '140240.705000', '140240.707000', '140240.710000', '140240.713000', '140240.715000', '140240.718000', '140240.721000', '140240.723000', '140240.726000', '140240.729000', '140240.731000', '140240.734000', '140240.737000', '140240.739000', '140240.742000', '140240.745000', '140240.747000', '140240.750000', '140240.753000', '140240.755000', '140240.758000', '140240.761000', '140240.763000', '140300.652000', '140300.654000', '140300.657000', '140300.660000', '140300.662000', '140300.665000', '140300.667000', '140300.670000', '140300.673000', '140300.675000', '140300.678000', '140300.681000', '140300.683000', '140300.686000', '140300.689000', '140300.691000', '140300.694000', '140300.696000', '140300.699000', '140300.702000', '140300.704000', '140300.707000', '140300.709000', '140300.712000', '140300.715000', '140300.717000', '140300.720000', '140300.723000', '140300.725000', '140300.728000', '140300.730000', '140300.733000', '140300.736000', '140300.738000', '140300.741000', '140300.744000', '140300.746000', '140300.749000', '140300.751000', '140300.754000', '140300.757000', '140300.760000', '140300.762000', '140300.765000', '140320.653000', '140320.656000', '140320.658000', '140320.661000', '140320.663000', '140320.666000', '140320.669000', '140320.671000', '140320.674000', '140320.677000', '140320.679000', '140320.682000', '140320.685000', '140320.687000', '140320.690000', '140320.693000', '140320.695000', '140320.698000', '140320.701000', '140320.703000', '140320.706000', '140320.709000', '140320.711000', '140320.714000', '140320.717000', '140320.719000', '140320.722000', '140320.725000', '140320.727000', '140320.730000', '140320.733000', '140320.735000', '140320.738000', '140320.741000', '140320.743000', '140320.746000', '140320.748000', '140320.751000', '140320.754000', '140320.756000', '140320.759000', '140320.762000', '140320.764000', '140340.653000', '140340.655000', '140340.658000', '140340.661000', '140340.664000', '140340.666000', '140340.669000', '140340.671000', '140340.674000', '140340.677000', '140340.679000', '140340.682000', '140340.726000', '140340.729000', '140340.740000', '140340.742000', '140340.745000', '140340.747000', '140340.750000', '140340.753000', '140340.756000', '140340.758000', '140340.761000', '140340.764000', '140340.766000', '140340.769000', '140340.772000', '140340.774000', '140340.777000', '140340.779000', '140340.782000', '140340.785000', '140340.787000', '140340.791000', '140340.794000', '140340.796000', '140340.799000', '140340.802000', '140340.804000', '140340.807000', '140340.810000', '140340.812000', '140340.815000', '140340.818000', '140400.652000', '140400.655000', '140400.657000', '140400.660000', '140400.663000', '140400.665000', '140400.668000', '140400.670000', '140400.673000', '140400.676000', '140400.678000', '140400.681000', '140400.684000', '140400.686000', '140400.689000', '140400.691000', '140400.694000', '140400.697000', '140400.700000', '140400.702000', '140400.705000', '140400.707000', '140400.710000', '140400.713000', '140400.715000', '140400.718000', '140400.721000', '140400.723000', '140400.726000', '140400.729000', '140400.731000', '140400.734000', '140400.737000', '140400.739000', '140400.742000', '140400.744000', '140400.747000', '140400.750000', '140400.752000', '140400.755000', '140400.758000', '140400.760000', '140400.763000', '140420.652000', '140420.654000', '140420.657000', '140420.660000', '140420.662000', '140420.665000', '140420.668000', '140420.670000', '140420.673000', '140420.676000', '140420.679000', '140420.682000', '140420.684000', '140420.687000', '140420.690000', '140420.693000', '140420.696000', '140420.700000', '140420.703000', '140420.706000', '140420.708000', '140420.711000', '140420.714000', '140420.716000', '140420.719000', '140420.721000', '140420.724000', '140420.727000', '140420.729000', '140420.732000', '140420.735000', '140420.737000', '140420.740000', '140420.742000', '140420.745000', '140420.748000', '140420.750000', '140420.753000', '140420.756000', '140420.758000', '140420.761000', '140420.764000', '140420.766000', '140440.651000', '140440.654000', '140440.657000', '140440.660000', '140440.662000', '140440.665000', '140440.668000', '140440.670000', '140440.673000', '140440.676000', '140440.679000', '140440.681000', '140440.684000', '140440.687000', '140440.690000', '140440.692000', '140440.696000', '140440.699000', '140440.701000', '140440.704000', '140440.707000', '140440.710000', '140440.713000', '140440.716000', '140440.719000', '140440.721000', '140440.724000', '140440.727000', '140440.729000', '140440.732000', '140440.735000', '140440.738000', '140440.741000', '140440.744000', '140440.746000', '140440.749000', '140440.752000', '140440.755000', '140440.758000', '140440.761000', '140440.764000', '140440.767000', '140440.770000', '140440.772000', '140440.864000'], 'InstanceCreationTime': ['135820.702000', '135820.705000', '135820.708000', '135820.711000', '135820.713000', '135820.716000', '135820.718000', '135820.721000', '135820.724000', '135820.726000', '135820.729000', '135820.738000', '135820.741000', '135820.744000', '135820.746000', '135820.749000', '135820.752000', '135820.754000', '135820.757000', '135820.759000', '135820.762000', '135820.765000', '135820.767000', '135820.770000', '135820.772000', '135820.775000', '135820.778000', '135820.780000', '135820.783000', '135820.786000', '135820.788000', '135820.791000', '135820.793000', '135820.796000', '135820.799000', '135820.801000', '135820.804000', '135820.806000', '135820.809000', '135820.812000', '135820.814000', '135820.817000', '135820.819000', '135820.822000', '135820.825000', '135840.653000', '135840.655000', '135840.658000', '135840.660000', '135840.663000', '135840.666000', '135840.669000', '135840.672000', '135840.675000', '135840.677000', '135840.680000', '135840.683000', '135840.685000', '135840.688000', '135840.691000', '135840.693000', '135840.696000', '135840.698000', '135840.701000', '135840.704000', '135840.706000', '135840.709000', '135840.711000', '135840.714000', '135840.717000', '135840.719000', '135840.722000', '135840.724000', '135840.727000', '135840.729000', '135840.732000', '135840.735000', '135840.737000', '135840.740000', '135840.742000', '135840.745000', '135840.754000', '135840.757000', '135840.759000', '135840.762000', '135840.765000', '135840.767000', '135840.770000', '135900.653000', '135900.656000', '135900.658000', '135900.661000', '135900.663000', '135900.666000', '135900.669000', '135900.672000', '135900.674000', '135900.677000', '135900.680000', '135900.682000', '135900.685000', '135900.688000', '135900.690000', '135900.693000', '135900.695000', '135900.698000', '135900.701000', '135900.703000', '135900.706000', '135900.708000', '135900.711000', '135900.714000', '135900.772000', '135900.775000', '135900.777000', '135900.780000', '135900.782000', '135900.785000', '135900.788000', '135900.790000', '135900.793000', '135900.795000', '135900.798000', '135900.800000', '135900.803000', '135900.806000', '135900.808000', '135900.811000', '135900.814000', '135900.816000', '135900.819000', '135900.822000', '135920.652000', '135920.655000', '135920.657000', '135920.660000', '135920.663000', '135920.666000', '135920.669000', '135920.671000', '135920.674000', '135920.677000', '135920.690000', '135920.693000', '135920.696000', '135920.698000', '135920.702000', '135920.705000', '135920.708000', '135920.710000', '135920.713000', '135920.716000', '135920.718000', '135920.721000', '135920.723000', '135920.726000', '135920.729000', '135920.731000', '135920.734000', '135920.737000', '135920.739000', '135920.742000', '135920.744000', '135920.747000', '135920.750000', '135920.752000', '135920.755000', '135920.758000', '135920.760000', '135920.763000', '135920.766000', '135920.768000', '135920.771000', '135920.773000', '135920.776000', '135940.651000', '135940.654000', '135940.657000', '135940.659000', '135940.662000', '135940.665000', '135940.667000', '135940.670000', '135940.673000', '135940.675000', '135940.678000', '135940.681000', '135940.683000', '135940.686000', '135940.689000', '135940.691000', '135940.694000', '135940.697000', '135940.699000', '135940.702000', '135940.704000', '135940.707000', '135940.710000', '135940.712000', '135940.715000', '135940.718000', '135940.720000', '135940.723000', '135940.725000', '135940.728000', '135940.730000', '135940.733000', '135940.736000', '135940.738000', '135940.741000', '135940.743000', '135940.746000', '135940.749000', '135940.751000', '135940.754000', '135940.756000', '135940.759000', '135940.761000', '135940.764000', '140000.651000', '140000.654000', '140000.658000', '140000.660000', '140000.663000', '140000.665000', '140000.668000', '140000.671000', '140000.674000', '140000.676000', '140000.679000', '140000.682000', '140000.684000', '140000.687000', '140000.690000', '140000.692000', '140000.695000', '140000.697000', '140000.700000', '140000.703000', '140000.705000', '140000.708000', '140000.711000', '140000.713000', '140000.716000', '140000.718000', '140000.721000', '140000.729000', '140000.731000', '140000.734000', '140000.737000', '140000.739000', '140000.742000', '140000.744000', '140000.756000', '140000.758000', '140000.761000', '140000.763000', '140000.766000', '140000.769000', '140000.771000', '140000.774000', '140000.777000', '140020.651000', '140020.654000', '140020.657000', '140020.660000', '140020.662000', '140020.665000', '140020.668000', '140020.670000', '140020.673000', '140020.676000', '140020.678000', '140020.681000', '140020.684000', '140020.686000', '140020.689000', '140020.692000', '140020.694000', '140020.697000', '140020.699000', '140020.702000', '140020.705000', '140020.707000', '140020.710000', '140020.713000', '140020.715000', '140020.718000', '140020.720000', '140020.723000', '140020.726000', '140020.728000', '140020.731000', '140020.734000', '140020.736000', '140020.739000', '140020.742000', '140020.744000', '140020.747000', '140020.750000', '140020.752000', '140020.755000', '140020.758000', '140020.760000', '140020.763000', '140020.765000', '140040.651000', '140040.654000', '140040.657000', '140040.660000', '140040.662000', '140040.665000', '140040.668000', '140040.670000', '140040.673000', '140040.676000', '140040.678000', '140040.681000', '140040.683000', '140040.686000', '140040.689000', '140040.696000', '140040.699000', '140040.701000', '140040.704000', '140040.721000', '140040.724000', '140040.726000', '140040.729000', '140040.732000', '140040.735000', '140040.738000', '140040.741000', '140040.744000', '140040.747000', '140040.749000', '140040.752000', '140040.754000', '140040.757000', '140040.760000', '140040.763000', '140040.765000', '140040.768000', '140040.771000', '140040.773000', '140040.776000', '140040.779000', '140040.781000', '140040.784000', '140100.652000', '140100.655000', '140100.659000', '140100.661000', '140100.664000', '140100.666000', '140100.669000', '140100.679000', '140100.682000', '140100.685000', '140100.687000', '140100.690000', '140100.692000', '140100.695000', '140100.698000', '140100.700000', '140100.703000', '140100.705000', '140100.708000', '140100.711000', '140100.714000', '140100.716000', '140100.719000', '140100.721000', '140100.724000', '140100.727000', '140100.729000', '140100.732000', '140100.735000', '140100.737000', '140100.740000', '140100.742000', '140100.745000', '140100.748000', '140100.750000', '140100.753000', '140100.756000', '140100.758000', '140100.761000', '140100.764000', '140100.766000', '140100.769000', '140100.772000', '140100.774000', '140120.653000', '140120.656000', '140120.658000', '140120.667000', '140120.669000', '140120.672000', '140120.675000', '140120.677000', '140120.680000', '140120.683000', '140120.685000', '140120.688000', '140120.691000', '140120.693000', '140120.696000', '140120.698000', '140120.701000', '140120.704000', '140120.706000', '140120.709000', '140120.712000', '140120.714000', '140120.717000', '140120.719000', '140120.722000', '140120.725000', '140120.727000', '140120.730000', '140120.732000', '140120.735000', '140120.738000', '140120.740000', '140120.743000', '140120.746000', '140120.748000', '140120.751000', '140120.753000', '140120.756000', '140120.759000', '140120.761000', '140120.769000', '140120.772000', '140120.774000', '140140.651000', '140140.655000', '140140.657000', '140140.660000', '140140.663000', '140140.665000', '140140.668000', '140140.670000', '140140.673000', '140140.676000', '140140.678000', '140140.681000', '140140.683000', '140140.686000', '140140.689000', '140140.691000', '140140.694000', '140140.697000', '140140.699000', '140140.702000', '140140.705000', '140140.707000', '140140.710000', '140140.712000', '140140.715000', '140140.718000', '140140.720000', '140140.723000', '140140.726000', '140140.728000', '140140.731000', '140140.734000', '140140.736000', '140140.739000', '140140.742000', '140140.744000', '140140.747000', '140140.749000', '140140.752000', '140140.754000', '140140.757000', '140140.760000', '140140.762000', '140140.765000', '140200.651000', '140200.654000', '140200.657000', '140200.660000', '140200.662000', '140200.665000', '140200.667000', '140200.670000', '140200.673000', '140200.675000', '140200.678000', '140200.681000', '140200.683000', '140200.686000', '140200.689000', '140200.691000', '140200.694000', '140200.697000', '140200.699000', '140200.702000', '140200.704000', '140200.707000', '140200.710000', '140200.712000', '140200.715000', '140200.718000', '140200.720000', '140200.723000', '140200.725000', '140200.728000', '140200.731000', '140200.743000', '140200.746000', '140200.748000', '140200.751000', '140200.754000', '140200.756000', '140200.759000', '140200.761000', '140200.764000', '140200.767000', '140200.770000', '140200.772000', '140220.652000', '140220.662000', '140220.664000', '140220.667000', '140220.670000', '140220.672000', '140220.675000', '140220.677000', '140220.680000', '140220.683000', '140220.685000', '140220.688000', '140220.691000', '140220.693000', '140220.696000', '140220.699000', '140220.701000', '140220.704000', '140220.706000', '140220.709000', '140220.712000', '140220.714000', '140220.717000', '140220.719000', '140220.722000', '140220.725000', '140220.736000', '140220.738000', '140220.741000', '140220.744000', '140220.747000', '140220.749000', '140220.752000', '140220.754000', '140220.757000', '140220.759000', '140220.762000', '140220.765000', '140220.767000', '140220.770000', '140220.773000', '140220.775000', '140220.778000', '140220.780000', '140240.651000', '140240.654000', '140240.657000', '140240.660000', '140240.662000', '140240.665000', '140240.667000', '140240.670000', '140240.673000', '140240.675000', '140240.678000', '140240.681000', '140240.683000', '140240.686000', '140240.689000', '140240.691000', '140240.694000', '140240.696000', '140240.699000', '140240.702000', '140240.705000', '140240.707000', '140240.710000', '140240.713000', '140240.715000', '140240.718000', '140240.721000', '140240.723000', '140240.726000', '140240.729000', '140240.731000', '140240.734000', '140240.737000', '140240.739000', '140240.742000', '140240.745000', '140240.747000', '140240.750000', '140240.753000', '140240.755000', '140240.758000', '140240.761000', '140240.763000', '140300.652000', '140300.654000', '140300.657000', '140300.660000', '140300.662000', '140300.665000', '140300.667000', '140300.670000', '140300.673000', '140300.675000', '140300.678000', '140300.681000', '140300.683000', '140300.686000', '140300.689000', '140300.691000', '140300.694000', '140300.696000', '140300.699000', '140300.702000', '140300.704000', '140300.707000', '140300.709000', '140300.712000', '140300.715000', '140300.717000', '140300.720000', '140300.723000', '140300.725000', '140300.728000', '140300.730000', '140300.733000', '140300.736000', '140300.738000', '140300.741000', '140300.744000', '140300.746000', '140300.749000', '140300.751000', '140300.754000', '140300.757000', '140300.760000', '140300.762000', '140300.765000', '140320.653000', '140320.656000', '140320.658000', '140320.661000', '140320.663000', '140320.666000', '140320.669000', '140320.671000', '140320.674000', '140320.677000', '140320.679000', '140320.682000', '140320.685000', '140320.687000', '140320.690000', '140320.693000', '140320.695000', '140320.698000', '140320.701000', '140320.703000', '140320.706000', '140320.709000', '140320.711000', '140320.714000', '140320.717000', '140320.719000', '140320.722000', '140320.725000', '140320.727000', '140320.730000', '140320.733000', '140320.735000', '140320.738000', '140320.741000', '140320.743000', '140320.746000', '140320.748000', '140320.751000', '140320.754000', '140320.756000', '140320.759000', '140320.762000', '140320.764000', '140340.653000', '140340.655000', '140340.658000', '140340.661000', '140340.664000', '140340.666000', '140340.669000', '140340.671000', '140340.674000', '140340.677000', '140340.679000', '140340.682000', '140340.726000', '140340.729000', '140340.740000', '140340.742000', '140340.745000', '140340.747000', '140340.750000', '140340.753000', '140340.756000', '140340.758000', '140340.761000', '140340.764000', '140340.766000', '140340.769000', '140340.772000', '140340.774000', '140340.777000', '140340.779000', '140340.782000', '140340.785000', '140340.787000', '140340.791000', '140340.794000', '140340.796000', '140340.799000', '140340.802000', '140340.804000', '140340.807000', '140340.810000', '140340.812000', '140340.815000', '140340.818000', '140400.652000', '140400.655000', '140400.657000', '140400.660000', '140400.663000', '140400.665000', '140400.668000', '140400.670000', '140400.673000', '140400.676000', '140400.678000', '140400.681000', '140400.684000', '140400.686000', '140400.689000', '140400.691000', '140400.694000', '140400.697000', '140400.700000', '140400.702000', '140400.705000', '140400.707000', '140400.710000', '140400.713000', '140400.715000', '140400.718000', '140400.721000', '140400.723000', '140400.726000', '140400.729000', '140400.731000', '140400.734000', '140400.737000', '140400.739000', '140400.742000', '140400.744000', '140400.747000', '140400.750000', '140400.752000', '140400.755000', '140400.758000', '140400.760000', '140400.763000', '140420.652000', '140420.654000', '140420.657000', '140420.660000', '140420.662000', '140420.665000', '140420.668000', '140420.670000', '140420.673000', '140420.676000', '140420.679000', '140420.682000', '140420.684000', '140420.687000', '140420.690000', '140420.693000', '140420.696000', '140420.700000', '140420.703000', '140420.706000', '140420.708000', '140420.711000', '140420.714000', '140420.716000', '140420.719000', '140420.721000', '140420.724000', '140420.727000', '140420.729000', '140420.732000', '140420.735000', '140420.737000', '140420.740000', '140420.742000', '140420.745000', '140420.748000', '140420.750000', '140420.753000', '140420.756000', '140420.758000', '140420.761000', '140420.764000', '140420.766000', '140440.651000', '140440.654000', '140440.657000', '140440.660000', '140440.662000', '140440.665000', '140440.668000', '140440.670000', '140440.673000', '140440.676000', '140440.679000', '140440.681000', '140440.684000', '140440.687000', '140440.690000', '140440.692000', '140440.696000', '140440.699000', '140440.701000', '140440.704000', '140440.707000', '140440.710000', '140440.713000', '140440.716000', '140440.719000', '140440.721000', '140440.724000', '140440.727000', '140440.729000', '140440.732000', '140440.735000', '140440.738000', '140440.741000', '140440.744000', '140440.746000', '140440.749000', '140440.752000', '140440.755000', '140440.758000', '140440.761000', '140440.764000', '140440.767000', '140440.770000', '140440.772000', '140440.864000'], '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': [12734, 14988, 10473, 8848, 10438, 8774, 10796, 10386, 10899, 10332, 11240, 10878, 8547, 10372, 9306, 10979, 13803, 17903, 10189, 9697, 10723, 9493, 12061, 11949, 10945, 10640, 11203, 10371, 13520, 10757, 8856, 10554, 9456, 10546, 9368, 9927, 10223, 8616, 10698, 9884, 10513, 9117, 9667, 10920, 9178, 10690, 9352, 10977, 10815, 16480, 14096, 9477, 10823, 9314, 11491, 10819, 15356, 11790, 9222, 10373, 10202, 12012, 10951, 8888, 9688, 9346, 11787, 10936, 11026, 9969, 8719, 11768, 13470, 17455, 9449, 10242, 10335, 16199, 16501, 9746, 10288, 9953, 10009, 12510, 9401, 10724, 8961, 12067, 10736, 8400, 9358, 9304, 11480, 10391, 8150, 9712, 9022, 10921, 10492, 12123, 10523, 8670, 10375, 9888, 13710, 11907, 9162, 10578, 9797, 11405, 10706, 13939, 10305, 9600, 11190, 10443, 15832, 14989, 10075, 10480, 9107, 10751, 10689, 13359, 10622, 9319, 10753, 10471, 14914, 9923, 8447, 11044, 10391, 15517, 9850, 9596, 11226, 9048, 8883, 9933, 9803, 9763, 10149, 10760, 17664, 14488, 10200, 11048, 9134, 11596, 10963, 17486, 12352, 8499, 10978, 10655, 11136, 10539, 8828, 10041, 8748, 10678, 9349, 10610, 9528, 9907, 11011, 9920, 10380, 9006, 10758, 10924, 12818, 14969, 10657, 11164, 9759, 11223, 10776, 14082, 10740, 9796, 11429, 11359, 18949, 12263, 10575, 10444, 8660, 11143, 11002, 14102, 10571, 10397, 10453, 9932, 10813, 10762, 11122, 10483, 10161, 10865, 15437, 11503, 9257, 10793, 9042, 11085, 14965, 17296, 10846, 11183, 10824, 10300, 10632, 9279, 10776, 9729, 11463, 10772, 9271, 10530, 9289, 9321, 10802, 9419, 11808, 10016, 11008, 10108, 11000, 10860, 9024, 10907, 10081, 12315, 11943, 9718, 10102, 9945, 15058, 13646, 9602, 9850, 8500, 11322, 10470, 13940, 10362, 8656, 10557, 10846, 14788, 13984, 14756, 10426, 9298, 10926, 11845, 16754, 10672, 10806, 10314, 8745, 10636, 11584, 12877, 10524, 10710, 9766, 10762, 10763, 12230, 10316, 9459, 10820, 8887, 13360, 11529, 10732, 9446, 11013, 10755, 15432, 10764, 8878, 10562, 11099, 16313, 13820, 11174, 10268, 8972, 10928, 10181, 12181, 10534, 8856, 10636, 9599, 11546, 11895, 14288, 10108, 9304, 10773, 9385, 12666, 10065, 10648, 9850, 12108, 10306, 8624, 10224, 9501, 11265, 10585, 11920, 10362, 9032, 10847, 10293, 13690, 11504, 9416, 10321, 9220, 10859, 10454, 13665, 10464, 9800, 10596, 9715, 14595, 10654, 10543, 10018, 9501, 10744, 10225, 15783, 10583, 10434, 10037, 10126, 10989, 10317, 10671, 10237, 11065, 10235, 17561, 13655, 11429, 10512, 8777, 10921, 10703, 12086, 10644, 9196, 10444, 8850, 10764, 10584, 12021, 10115, 9390, 10661, 11165, 10582, 8525, 10616, 10478, 15618, 9441, 10290, 10037, 10202, 12932, 14053, 12068, 8983, 9270, 10774, 10405, 10949, 8873, 10474, 9264, 11439, 10722, 10944, 9541, 8457, 10473, 10267, 12460, 10247, 8919, 9836, 8499, 11140, 10734, 12963, 10013, 9454, 10494, 10264, 11305, 10096, 10471, 9643, 13370, 10339, 9446, 10522, 9015, 12391, 9747, 11082, 10026, 11048, 11086, 15669, 11651, 9038, 10636, 10030, 17983, 12257, 9057, 9714, 8835, 11744, 13965, 13637, 9621, 8789, 10409, 9748, 11874, 8967, 9234, 10561, 9767, 9929, 8827, 10249, 9136, 14385, 9748, 8455, 10617, 10308, 17420, 11759, 9466, 9676, 8800, 11780, 14673, 17070, 10009, 8527, 9671, 8959, 11383, 10703, 11121, 9934, 9611, 10338, 10998, 10839, 8840, 10652, 10623, 13451, 15728, 15043, 10002, 9467, 11018, 9962, 13110, 9661, 10130, 10346, 10972, 10860, 8614, 10948, 9146, 11554, 13345, 16721, 10049, 10966, 10085, 11589, 10725, 13975, 10584, 9025, 11061, 9701, 12355, 10702, 8698, 10226, 9293, 10489, 10275, 10126, 9957, 8564, 10299, 9903, 10853, 9254, 11553, 10565, 12910, 9724, 9018, 11765, 10097, 17224, 12744, 9429, 10684, 8801, 9278, 9918, 9444, 11579, 10705, 11920, 9816, 9088, 10872, 10401, 13803, 9818, 9885, 10315, 10018, 10242, 9167, 10418, 9056, 12099, 10491, 12434, 9781, 8586, 10603, 11112, 14439, 10030, 11163, 9858, 9570, 10817, 10447, 10249, 8875, 9724, 11120, 10821, 10611, 8930, 10474, 9570, 11730, 10392, 9002, 9960, 8482, 12276, 13530, 10894, 8772, 9344, 9485, 8440, 11161, 8999, 12708, 9771, 9175, 10620, 9726, 15320, 17544, 10918, 13777, 10602, 9648, 10885, 10890, 13997, 10489, 11604, 9858, 9042, 10813, 10166, 12105, 10245, 8427, 10287, 8818, 11585, 10135, 10541, 10425, 13811, 13830, 11996, 9576, 14175, 13947, 17343, 11225, 9010, 10811, 11136, 16106, 14823, 12236, 10269, 8849, 10863, 10838, 12699, 9328, 9192, 9844, 8322, 10948, 9327, 10360, 9393, 10306, 10216, 9173, 10381, 8750, 11280, 10672, 9981, 10207, 8892, 12609, 11016, 9594, 10518, 9165, 11842, 10574, 15334, 9878, 9304, 10937, 10235, 15204, 13462, 9309, 10329, 9338, 10911, 9801, 13057, 9714, 10162, 10713, 10139, 12443, 9169, 10069, 10380, 10097, 10714, 9970, 10955, 10140, 14840, 10625, 8696, 10272, 10157, 15188, 14532, 10324, 9449, 8797, 12206, 15292, 13728, 8859, 8998, 10227, 8811, 11413, 9709, 9985, 9789, 8227, 10541, 10178, 11570, 9628, 9133, 10169, 9658, 11889, 9306, 10063, 10181, 10480, 14070, 10147, 11153, 9712, 11517, 10511, 13901, 10541, 9662, 10798, 10331, 14661, 11435, 9195, 10815, 9162, 11647, 10520, 9215, 10126, 8911, 11023, 10337, 11608, 10376, 9013, 10693, 9416, 13023, 10327, 9956, 10015, 9119, 12645, 10051, 11578, 9767, 12120, 11117, 16004, 12149, 9755, 10859, 9637, 13815, 13260, 10290, 10502, 9224, 10541, 10750, 12985, 10171, 9140, 10496, 8904, 10532, 10196, 11115, 10073, 13443, 10244, 8898, 10430, 10398, 14350, 13632, 9536, 9934, 9041, 11057, 10983, 16057, 9779, 8633, 10128, 9566, 11943, 10766, 10626, 9969, 8912, 10818, 9786, 12457, 9515, 9647, 10475, 10659, 12663, 9086, 11282, 9910, 13913, 11100, 8735, 10575, 10086, 13395, 14586, 19711, 19725, 13857, 10893, 9794, 10083, 9636, 11015, 10097, 9673, 10440, 9201, 10424, 9141, 10736, 10139, 12448, 10098, 10445, 10607, 9445, 12600, 10668, 12297, 9776, 15111, 12282, 10573, 11062, 12965, 18422, 15474, 11644, 9488, 11396, 10741, 17399, 15063, 9299, 10662, 9808, 10681, 10995, 11201, 9912, 8591, 10488, 10609], 'WindowCenter': [4963.0, 4935.0, 4872.0, 4824.0, 4856.0, 4822.0, 4852.0, 4829.0, 4835.0, 4841.0, 4847.0, 4852.0, 4805.0, 4826.0, 4828.0, 4846.0, 4875.0, 4906.0, 4828.0, 4801.0, 4835.0, 4814.0, 4844.0, 4844.0, 4820.0, 4813.0, 4833.0, 4835.0, 4859.0, 4835.0, 4804.0, 4823.0, 4814.0, 4835.0, 4842.0, 4827.0, 4838.0, 4831.0, 4862.0, 4842.0, 4838.0, 4829.0, 4839.0, 4860.0, 4831.0, 4848.0, 4818.0, 4859.0, 4860.0, 4921.0, 4902.0, 4841.0, 4836.0, 4817.0, 4858.0, 4849.0, 4900.0, 4860.0, 4819.0, 4838.0, 4851.0, 4869.0, 4862.0, 4831.0, 4827.0, 4843.0, 4869.0, 4861.0, 4850.0, 4842.0, 4811.0, 4872.0, 4890.0, 4910.0, 4831.0, 4827.0, 4839.0, 4897.0, 4910.0, 4817.0, 4811.0, 4837.0, 4825.0, 4866.0, 4816.0, 4822.0, 4816.0, 4857.0, 4850.0, 4809.0, 4813.0, 4829.0, 4858.0, 4852.0, 4798.0, 4827.0, 4832.0, 4859.0, 4850.0, 4871.0, 4837.0, 4806.0, 4825.0, 4840.0, 4878.0, 4871.0, 4819.0, 4835.0, 4827.0, 4856.0, 4838.0, 4879.0, 4823.0, 4812.0, 4846.0, 4848.0, 4897.0, 4898.0, 4829.0, 4824.0, 4804.0, 4848.0, 4847.0, 4878.0, 4836.0, 4807.0, 4835.0, 4837.0, 4888.0, 4814.0, 4797.0, 4847.0, 4836.0, 4896.0, 4826.0, 4828.0, 4846.0, 4817.0, 4805.0, 4828.0, 4830.0, 4828.0, 4853.0, 4862.0, 4908.0, 4891.0, 4825.0, 4832.0, 4804.0, 4845.0, 4837.0, 4896.0, 4858.0, 4794.0, 4837.0, 4837.0, 4847.0, 4838.0, 4806.0, 4828.0, 4817.0, 4850.0, 4833.0, 4839.0, 4843.0, 4853.0, 4862.0, 4851.0, 4840.0, 4819.0, 4837.0, 4863.0, 4881.0, 4902.0, 4840.0, 4837.0, 4816.0, 4847.0, 4847.0, 4877.0, 4836.0, 4815.0, 4858.0, 4847.0, 4905.0, 4857.0, 4821.0, 4822.0, 4793.0, 4845.0, 4837.0, 4877.0, 4837.0, 4823.0, 4840.0, 4838.0, 4849.0, 4849.0, 4844.0, 4826.0, 4835.0, 4849.0, 4898.0, 4860.0, 4816.0, 4824.0, 4818.0, 4848.0, 4886.0, 4904.0, 4834.0, 4833.0, 4836.0, 4823.0, 4837.0, 4819.0, 4836.0, 4829.0, 4858.0, 4849.0, 4831.0, 4848.0, 4820.0, 4816.0, 4861.0, 4828.0, 4872.0, 4842.0, 4848.0, 4852.0, 4861.0, 4861.0, 4817.0, 4837.0, 4851.0, 4857.0, 4869.0, 4817.0, 4837.0, 4837.0, 4898.0, 4891.0, 4829.0, 4826.0, 4808.0, 4860.0, 4848.0, 4891.0, 4840.0, 4807.0, 4840.0, 4860.0, 4886.0, 4891.0, 4872.0, 4826.0, 4804.0, 4848.0, 4856.0, 4908.0, 4837.0, 4832.0, 4825.0, 4792.0, 4848.0, 4843.0, 4868.0, 4840.0, 4835.0, 4826.0, 4845.0, 4848.0, 4869.0, 4839.0, 4815.0, 4847.0, 4819.0, 4879.0, 4859.0, 4836.0, 4817.0, 4835.0, 4846.0, 4888.0, 4836.0, 4803.0, 4834.0, 4845.0, 4895.0, 4878.0, 4834.0, 4824.0, 4802.0, 4846.0, 4836.0, 4856.0, 4837.0, 4806.0, 4833.0, 4830.0, 4857.0, 4856.0, 4889.0, 4837.0, 4804.0, 4848.0, 4817.0, 4868.0, 4827.0, 4835.0, 4839.0, 4869.0, 4850.0, 4810.0, 4825.0, 4829.0, 4846.0, 4850.0, 4856.0, 4824.0, 4817.0, 4847.0, 4846.0, 4878.0, 4860.0, 4816.0, 4823.0, 4816.0, 4846.0, 4838.0, 4879.0, 4836.0, 4813.0, 4837.0, 4826.0, 4886.0, 4838.0, 4836.0, 4815.0, 4816.0, 4846.0, 4834.0, 4897.0, 4837.0, 4823.0, 4816.0, 4836.0, 4834.0, 4837.0, 4821.0, 4813.0, 4844.0, 4836.0, 4903.0, 4876.0, 4834.0, 4822.0, 4792.0, 4846.0, 4836.0, 4852.0, 4847.0, 4817.0, 4835.0, 4806.0, 4860.0, 4846.0, 4869.0, 4838.0, 4815.0, 4852.0, 4860.0, 4842.0, 4809.0, 4838.0, 4849.0, 4899.0, 4830.0, 4825.0, 4828.0, 4838.0, 4866.0, 4886.0, 4856.0, 4808.0, 4815.0, 4849.0, 4838.0, 4849.0, 4818.0, 4837.0, 4817.0, 4857.0, 4861.0, 4837.0, 4819.0, 4811.0, 4848.0, 4848.0, 4868.0, 4851.0, 4819.0, 4830.0, 4819.0, 4860.0, 4861.0, 4881.0, 4842.0, 4830.0, 4849.0, 4839.0, 4849.0, 4826.0, 4824.0, 4829.0, 4876.0, 4839.0, 4817.0, 4825.0, 4820.0, 4867.0, 4829.0, 4836.0, 4828.0, 4859.0, 4848.0, 4898.0, 4859.0, 4809.0, 4836.0, 4838.0, 4917.0, 4871.0, 4810.0, 4816.0, 4817.0, 4855.0, 4886.0, 4889.0, 4827.0, 4804.0, 4848.0, 4827.0, 4859.0, 4821.0, 4817.0, 4852.0, 4841.0, 4843.0, 4823.0, 4837.0, 4841.0, 4902.0, 4831.0, 4808.0, 4849.0, 4850.0, 4918.0, 4860.0, 4818.0, 4816.0, 4815.0, 4857.0, 4884.0, 4908.0, 4829.0, 4795.0, 4802.0, 4816.0, 4846.0, 4849.0, 4835.0, 4824.0, 4815.0, 4839.0, 4848.0, 4849.0, 4805.0, 4823.0, 4836.0, 4865.0, 4885.0, 4875.0, 4814.0, 4802.0, 4837.0, 4825.0, 4866.0, 4816.0, 4824.0, 4839.0, 4846.0, 4850.0, 4806.0, 4834.0, 4819.0, 4857.0, 4864.0, 4897.0, 4825.0, 4823.0, 4823.0, 4842.0, 4835.0, 4875.0, 4826.0, 4803.0, 4833.0, 4824.0, 4855.0, 4849.0, 4807.0, 4825.0, 4817.0, 4848.0, 4850.0, 4838.0, 4827.0, 4820.0, 4851.0, 4853.0, 4851.0, 4830.0, 4859.0, 4851.0, 4882.0, 4828.0, 4822.0, 4868.0, 4838.0, 4908.0, 4881.0, 4830.0, 4834.0, 4816.0, 4815.0, 4825.0, 4840.0, 4870.0, 4851.0, 4872.0, 4840.0, 4817.0, 4849.0, 4836.0, 4879.0, 4827.0, 4813.0, 4825.0, 4829.0, 4840.0, 4828.0, 4838.0, 4833.0, 4879.0, 4852.0, 4867.0, 4828.0, 4805.0, 4849.0, 4859.0, 4892.0, 4842.0, 4837.0, 4826.0, 4827.0, 4847.0, 4851.0, 4839.0, 4809.0, 4826.0, 4861.0, 4847.0, 4851.0, 4821.0, 4839.0, 4839.0, 4858.0, 4854.0, 4819.0, 4829.0, 4808.0, 4870.0, 4881.0, 4837.0, 4809.0, 4815.0, 4813.0, 4796.0, 4850.0, 4821.0, 4869.0, 4828.0, 4820.0, 4862.0, 4841.0, 4901.0, 4919.0, 4847.0, 4866.0, 4836.0, 4814.0, 4834.0, 4836.0, 4877.0, 4841.0, 4845.0, 4830.0, 4806.0, 4846.0, 4836.0, 4858.0, 4841.0, 4808.0, 4854.0, 4830.0, 4873.0, 4841.0, 4838.0, 4839.0, 4882.0, 4868.0, 4832.0, 4829.0, 4877.0, 4877.0, 4895.0, 4835.0, 4794.0, 4833.0, 4845.0, 4882.0, 4890.0, 4831.0, 4813.0, 4792.0, 4835.0, 4836.0, 4867.0, 4816.0, 4802.0, 4826.0, 4807.0, 4850.0, 4828.0, 4850.0, 4830.0, 4824.0, 4851.0, 4846.0, 4840.0, 4824.0, 4874.0, 4867.0, 4853.0, 4841.0, 4820.0, 4869.0, 4863.0, 4831.0, 4840.0, 4844.0, 4872.0, 4851.0, 4902.0, 4839.0, 4819.0, 4847.0, 4850.0, 4896.0, 4891.0, 4819.0, 4824.0, 4806.0, 4847.0, 4825.0, 4868.0, 4818.0, 4826.0, 4837.0, 4836.0, 4859.0, 4815.0, 4826.0, 4838.0, 4840.0, 4838.0, 4815.0, 4835.0, 4838.0, 4878.0, 4839.0, 4795.0, 4828.0, 4836.0, 4886.0, 4891.0, 4827.0, 4814.0, 4805.0, 4856.0, 4896.0, 4876.0, 4820.0, 4792.0, 4838.0, 4819.0, 4846.0, 4841.0, 4838.0, 4829.0, 4808.0, 4849.0, 4852.0, 4861.0, 4832.0, 4832.0, 4850.0, 4841.0, 4873.0, 4832.0, 4828.0, 4851.0, 4850.0, 4889.0, 4841.0, 4837.0, 4828.0, 4849.0, 4838.0, 4878.0, 4835.0, 4816.0, 4834.0, 4835.0, 4887.0, 4849.0, 4817.0, 4836.0, 4829.0, 4846.0, 4851.0, 4830.0, 4827.0, 4808.0, 4849.0, 4840.0, 4862.0, 4841.0, 4807.0, 4837.0, 4830.0, 4877.0, 4843.0, 4827.0, 4829.0, 4818.0, 4868.0, 4828.0, 4835.0, 4826.0, 4857.0, 4846.0, 4897.0, 4847.0, 4803.0, 4823.0, 4827.0, 4863.0, 4879.0, 4826.0, 4823.0, 4805.0, 4835.0, 4835.0, 4866.0, 4828.0, 4803.0, 4837.0, 4817.0, 4837.0, 4827.0, 4837.0, 4841.0, 4876.0, 4840.0, 4807.0, 4836.0, 4839.0, 4886.0, 4879.0, 4818.0, 4815.0, 4816.0, 4846.0, 4846.0, 4899.0, 4828.0, 4796.0, 4835.0, 4828.0, 4856.0, 4862.0, 4837.0, 4829.0, 4808.0, 4849.0, 4839.0, 4869.0, 4829.0, 4830.0, 4851.0, 4851.0, 4867.0, 4810.0, 4836.0, 4840.0, 4878.0, 4851.0, 4795.0, 4826.0, 4840.0, 4866.0, 4886.0, 4918.0, 4931.0, 4879.0, 4833.0, 4811.0, 4822.0, 4812.0, 4824.0, 4826.0, 4829.0, 4851.0, 4830.0, 4852.0, 4818.0, 4849.0, 4851.0, 4867.0, 4841.0, 4823.0, 4825.0, 4817.0, 4854.0, 4826.0, 4844.0, 4827.0, 4862.0, 4832.0, 4811.0, 4834.0, 4851.0, 4892.0, 4872.0, 4818.0, 4785.0, 4818.0, 4831.0, 4892.0, 4873.0, 4791.0, 4795.0, 4799.0, 4807.0, 4834.0, 4819.0, 4800.0, 4780.0, 4835.0, 4833.0], 'WindowWidth': [10817.0, 10741.0, 10642.0, 10558.0, 10602.0, 10550.0, 10587.0, 10548.0, 10550.0, 10569.0, 10571.0, 10583.0, 10510.0, 10536.0, 10547.0, 10574.0, 10608.0, 10648.0, 10539.0, 10495.0, 10547.0, 10520.0, 10560.0, 10559.0, 10522.0, 10510.0, 10544.0, 10553.0, 10577.0, 10551.0, 10503.0, 10528.0, 10521.0, 10553.0, 10571.0, 10543.0, 10560.0, 10557.0, 10599.0, 10569.0, 10558.0, 10551.0, 10568.0, 10593.0, 10555.0, 10573.0, 10531.0, 10592.0, 10594.0, 10680.0, 10656.0, 10567.0, 10552.0, 10528.0, 10590.0, 10576.0, 10650.0, 10590.0, 10532.0, 10557.0, 10585.0, 10606.0, 10603.0, 10553.0, 10541.0, 10575.0, 10608.0, 10599.0, 10577.0, 10569.0, 10525.0, 10614.0, 10635.0, 10665.0, 10551.0, 10541.0, 10566.0, 10640.0, 10661.0, 10526.0, 10509.0, 10559.0, 10540.0, 10598.0, 10523.0, 10526.0, 10527.0, 10585.0, 10579.0, 10516.0, 10517.0, 10552.0, 10591.0, 10587.0, 10506.0, 10541.0, 10557.0, 10596.0, 10581.0, 10608.0, 10557.0, 10512.0, 10536.0, 10566.0, 10617.0, 10611.0, 10531.0, 10549.0, 10539.0, 10583.0, 10559.0, 10615.0, 10534.0, 10515.0, 10571.0, 10575.0, 10644.0, 10646.0, 10547.0, 10534.0, 10507.0, 10574.0, 10574.0, 10616.0, 10551.0, 10509.0, 10551.0, 10557.0, 10627.0, 10518.0, 10498.0, 10572.0, 10556.0, 10639.0, 10542.0, 10549.0, 10567.0, 10528.0, 10508.0, 10542.0, 10547.0, 10545.0, 10589.0, 10599.0, 10660.0, 10636.0, 10537.0, 10541.0, 10505.0, 10567.0, 10555.0, 10640.0, 10583.0, 10487.0, 10552.0, 10556.0, 10569.0, 10556.0, 10511.0, 10541.0, 10531.0, 10579.0, 10558.0, 10560.0, 10571.0, 10589.0, 10601.0, 10584.0, 10562.0, 10533.0, 10556.0, 10602.0, 10624.0, 10653.0, 10562.0, 10551.0, 10523.0, 10569.0, 10569.0, 10610.0, 10553.0, 10519.0, 10586.0, 10570.0, 10655.0, 10584.0, 10525.0, 10525.0, 10487.0, 10566.0, 10555.0, 10615.0, 10557.0, 10534.0, 10562.0, 10562.0, 10575.0, 10575.0, 10561.0, 10536.0, 10554.0, 10578.0, 10647.0, 10593.0, 10523.0, 10530.0, 10531.0, 10575.0, 10622.0, 10650.0, 10544.0, 10543.0, 10550.0, 10533.0, 10556.0, 10530.0, 10551.0, 10546.0, 10588.0, 10577.0, 10556.0, 10573.0, 10533.0, 10525.0, 10598.0, 10551.0, 10615.0, 10568.0, 10570.0, 10586.0, 10598.0, 10598.0, 10530.0, 10553.0, 10582.0, 10587.0, 10606.0, 10527.0, 10558.0, 10559.0, 10646.0, 10638.0, 10544.0, 10537.0, 10518.0, 10595.0, 10577.0, 10637.0, 10564.0, 10514.0, 10563.0, 10596.0, 10628.0, 10638.0, 10599.0, 10537.0, 10503.0, 10575.0, 10581.0, 10661.0, 10559.0, 10544.0, 10535.0, 10487.0, 10577.0, 10565.0, 10604.0, 10563.0, 10549.0, 10536.0, 10568.0, 10577.0, 10603.0, 10562.0, 10519.0, 10572.0, 10538.0, 10619.0, 10590.0, 10552.0, 10524.0, 10551.0, 10570.0, 10630.0, 10551.0, 10502.0, 10550.0, 10569.0, 10639.0, 10617.0, 10547.0, 10531.0, 10502.0, 10571.0, 10557.0, 10585.0, 10558.0, 10511.0, 10546.0, 10553.0, 10588.0, 10583.0, 10632.0, 10558.0, 10505.0, 10575.0, 10531.0, 10603.0, 10541.0, 10549.0, 10564.0, 10606.0, 10582.0, 10520.0, 10534.0, 10550.0, 10572.0, 10581.0, 10581.0, 10536.0, 10529.0, 10575.0, 10573.0, 10615.0, 10593.0, 10525.0, 10530.0, 10529.0, 10570.0, 10560.0, 10619.0, 10553.0, 10517.0, 10558.0, 10545.0, 10623.0, 10560.0, 10551.0, 10521.0, 10526.0, 10571.0, 10552.0, 10645.0, 10558.0, 10530.0, 10523.0, 10556.0, 10551.0, 10556.0, 10527.0, 10516.0, 10565.0, 10555.0, 10648.0, 10611.0, 10546.0, 10526.0, 10486.0, 10569.0, 10555.0, 10575.0, 10574.0, 10532.0, 10552.0, 10513.0, 10594.0, 10572.0, 10605.0, 10560.0, 10523.0, 10586.0, 10594.0, 10569.0, 10520.0, 10559.0, 10580.0, 10651.0, 10551.0, 10534.0, 10546.0, 10560.0, 10596.0, 10625.0, 10580.0, 10515.0, 10523.0, 10578.0, 10561.0, 10579.0, 10531.0, 10556.0, 10530.0, 10587.0, 10596.0, 10556.0, 10532.0, 10527.0, 10577.0, 10575.0, 10604.0, 10581.0, 10535.0, 10549.0, 10538.0, 10597.0, 10598.0, 10625.0, 10568.0, 10547.0, 10578.0, 10563.0, 10577.0, 10539.0, 10533.0, 10551.0, 10612.0, 10566.0, 10527.0, 10536.0, 10539.0, 10601.0, 10549.0, 10554.0, 10546.0, 10594.0, 10576.0, 10644.0, 10589.0, 10519.0, 10558.0, 10562.0, 10672.0, 10609.0, 10519.0, 10527.0, 10533.0, 10583.0, 10626.0, 10631.0, 10543.0, 10508.0, 10576.0, 10547.0, 10594.0, 10539.0, 10530.0, 10588.0, 10572.0, 10575.0, 10541.0, 10557.0, 10572.0, 10657.0, 10556.0, 10518.0, 10580.0, 10580.0, 10675.0, 10592.0, 10528.0, 10524.0, 10530.0, 10588.0, 10620.0, 10660.0, 10548.0, 10491.0, 10499.0, 10529.0, 10570.0, 10577.0, 10550.0, 10534.0, 10523.0, 10565.0, 10575.0, 10575.0, 10507.0, 10529.0, 10557.0, 10595.0, 10624.0, 10607.0, 10521.0, 10500.0, 10557.0, 10539.0, 10598.0, 10524.0, 10531.0, 10565.0, 10571.0, 10579.0, 10512.0, 10548.0, 10535.0, 10589.0, 10594.0, 10645.0, 10539.0, 10529.0, 10531.0, 10560.0, 10553.0, 10608.0, 10537.0, 10502.0, 10547.0, 10537.0, 10579.0, 10575.0, 10514.0, 10533.0, 10532.0, 10576.0, 10582.0, 10560.0, 10545.0, 10539.0, 10584.0, 10589.0, 10583.0, 10551.0, 10593.0, 10584.0, 10624.0, 10544.0, 10540.0, 10606.0, 10562.0, 10662.0, 10626.0, 10554.0, 10548.0, 10525.0, 10526.0, 10538.0, 10568.0, 10611.0, 10585.0, 10611.0, 10564.0, 10531.0, 10578.0, 10556.0, 10617.0, 10540.0, 10518.0, 10540.0, 10549.0, 10565.0, 10545.0, 10559.0, 10564.0, 10624.0, 10586.0, 10599.0, 10546.0, 10510.0, 10579.0, 10591.0, 10644.0, 10570.0, 10552.0, 10539.0, 10545.0, 10571.0, 10580.0, 10560.0, 10515.0, 10541.0, 10597.0, 10575.0, 10585.0, 10539.0, 10558.0, 10566.0, 10591.0, 10589.0, 10535.0, 10549.0, 10521.0, 10606.0, 10623.0, 10553.0, 10517.0, 10522.0, 10518.0, 10500.0, 10580.0, 10543.0, 10603.0, 10545.0, 10536.0, 10603.0, 10572.0, 10655.0, 10677.0, 10573.0, 10593.0, 10554.0, 10521.0, 10550.0, 10553.0, 10614.0, 10568.0, 10565.0, 10546.0, 10512.0, 10572.0, 10558.0, 10589.0, 10567.0, 10518.0, 10590.0, 10556.0, 10617.0, 10567.0, 10557.0, 10561.0, 10630.0, 10597.0, 10538.0, 10547.0, 10613.0, 10611.0, 10636.0, 10547.0, 10486.0, 10544.0, 10564.0, 10614.0, 10633.0, 10537.0, 10513.0, 10484.0, 10552.0, 10553.0, 10601.0, 10523.0, 10498.0, 10541.0, 10518.0, 10580.0, 10548.0, 10582.0, 10550.0, 10537.0, 10583.0, 10581.0, 10563.0, 10549.0, 10622.0, 10616.0, 10591.0, 10568.0, 10537.0, 10604.0, 10603.0, 10554.0, 10563.0, 10579.0, 10616.0, 10587.0, 10653.0, 10564.0, 10530.0, 10572.0, 10582.0, 10641.0, 10639.0, 10531.0, 10531.0, 10509.0, 10572.0, 10540.0, 10598.0, 10531.0, 10537.0, 10559.0, 10556.0, 10590.0, 10524.0, 10540.0, 10565.0, 10564.0, 10561.0, 10523.0, 10551.0, 10563.0, 10617.0, 10565.0, 10495.0, 10545.0, 10557.0, 10630.0, 10636.0, 10541.0, 10519.0, 10512.0, 10584.0, 10638.0, 10612.0, 10535.0, 10487.0, 10561.0, 10536.0, 10570.0, 10568.0, 10561.0, 10547.0, 10520.0, 10582.0, 10586.0, 10598.0, 10558.0, 10555.0, 10585.0, 10572.0, 10616.0, 10554.0, 10544.0, 10587.0, 10584.0, 10638.0, 10565.0, 10553.0, 10548.0, 10578.0, 10562.0, 10614.0, 10553.0, 10526.0, 10550.0, 10555.0, 10630.0, 10576.0, 10526.0, 10549.0, 10551.0, 10571.0, 10584.0, 10553.0, 10541.0, 10517.0, 10579.0, 10568.0, 10598.0, 10567.0, 10516.0, 10556.0, 10557.0, 10616.0, 10575.0, 10541.0, 10545.0, 10539.0, 10602.0, 10549.0, 10549.0, 10543.0, 10589.0, 10572.0, 10642.0, 10570.0, 10503.0, 10531.0, 10544.0, 10591.0, 10620.0, 10538.0, 10528.0, 10509.0, 10555.0, 10552.0, 10597.0, 10544.0, 10505.0, 10559.0, 10530.0, 10561.0, 10541.0, 10555.0, 10568.0, 10615.0, 10565.0, 10512.0, 10556.0, 10566.0, 10630.0, 10620.0, 10529.0, 10521.0, 10530.0, 10572.0, 10572.0, 10648.0, 10548.0, 10497.0, 10555.0, 10549.0, 10586.0, 10599.0, 10558.0, 10545.0, 10517.0, 10580.0, 10565.0, 10605.0, 10549.0, 10549.0, 10585.0, 10584.0, 10601.0, 10520.0, 10553.0, 10568.0, 10618.0, 10581.0, 10497.0, 10538.0, 10566.0, 10600.0, 10629.0, 10685.0, 10707.0, 10615.0, 10547.0, 10515.0, 10529.0, 10517.0, 10532.0, 10542.0, 10550.0, 10583.0, 10554.0, 10580.0, 10533.0, 10581.0, 10584.0, 10599.0, 10565.0, 10534.0, 10536.0, 10526.0, 10579.0, 10538.0, 10562.0, 10545.0, 10586.0, 10540.0, 10508.0, 10551.0, 10571.0, 10633.0, 10596.0, 10514.0, 10467.0, 10518.0, 10543.0, 10628.0, 10600.0, 10480.0, 10480.0, 10493.0, 10506.0, 10549.0, 10522.0, 10494.0, 10469.0, 10551.0, 10546.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.0008242183908045977</td></tr>
<tr><td colspan=3>aqi</td><td>0.02928946701149425</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>48.988663057733014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2354229162255472</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.004919822934408</td></tr>
<tr><td colspan=3>efc</td><td>0.533</td></tr>
<tr><td colspan=3>fber</td><td>2935.1992</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.27321040423837595</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>558</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>64.13793103448276</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3411430454648063</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2463303100796757</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.466272941199471</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.310825885115272</td></tr>
<tr><td colspan=3>gcor</td><td>0.00917685</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007979088462889194</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.047460030764341354</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.45537977655673</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>23.3396</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>77.9593</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>285.8052</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>76.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287002.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1286.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>516.9125</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.0058</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>619.9911</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4024.2299</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4105.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>2095.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5283.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.3529</td></tr>
<tr><td colspan=3>tsnr</td><td>33.887090415810235</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>