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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0128/ses-03/func/sub-0128_ses-03_task-social_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d848092b405108695eabc81f5724ed15</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:49:54.102500</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.998152, 0.00518772, 0.060546, -0.0151574, 0.986112, 0.16539]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0857244</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4242, -7794, -7222, 389, -150, 23, 137, 59]</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>220.894</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7b9521fd-a4a2-4c74-b50f-cafcea81caed||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.677968740463257, -0.04066622629761696, 0.1588873416185379, 109.45892333984375], [-0.013918265700340271, 2.6456656455993652, 0.44820651412010193, -112.35665130615234], [0.16244059801101685, -0.4437301754951477, 2.6577935218811035, -51.52315139770508], [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': ['134954.102500', '134954.562500', '134955.022500', '134955.482500', '134955.942500', '134956.402500', '134956.862500', '134957.322500', '134957.782500', '134958.242500', '134958.702500', '134959.162500', '134959.622500', '135000.082500', '135000.542500', '135001.002500', '135001.462500', '135001.922500', '135002.382500', '135002.842500', '135003.302500', '135003.762500', '135004.222500', '135004.682500', '135005.142500', '135005.602500', '135006.062500', '135006.522500', '135006.982500', '135007.442500', '135007.902500', '135008.362500', '135008.822500', '135009.282500', '135009.742500', '135010.202500', '135010.662500', '135011.122500', '135011.582500', '135012.042500', '135012.502500', '135012.962500', '135013.422500', '135013.882500', '135014.342500', '135014.802500', '135015.262500', '135015.722500', '135016.182500', '135016.642500', '135017.102500', '135017.562500', '135018.022500', '135018.482500', '135018.942500', '135019.402500', '135019.862500', '135020.322500', '135020.782500', '135021.242500', '135021.702500', '135022.162500', '135022.622500', '135023.082500', '135023.542500', '135024.002500', '135024.462500', '135024.922500', '135025.382500', '135025.842500', '135026.302500', '135026.762500', '135027.222500', '135027.682500', '135028.142500', '135028.602500', '135029.062500', '135029.522500', '135029.982500', '135030.442500', '135030.902500', '135031.362500', '135031.822500', '135032.282500', '135032.742500', '135033.202500', '135033.662500', '135034.122500', '135034.582500', '135035.042500', '135035.502500', '135035.962500', '135036.422500', '135036.882500', '135037.342500', '135037.802500', '135038.262500', '135038.722500', '135039.182500', '135039.642500', '135040.102500', '135040.562500', '135041.022500', '135041.482500', '135041.942500', '135042.402500', '135042.862500', '135043.322500', '135043.782500', '135044.242500', '135044.702500', '135045.162500', '135045.622500', '135046.082500', '135046.542500', '135047.002500', '135047.462500', '135047.922500', '135048.382500', '135048.842500', '135049.302500', '135049.762500', '135050.222500', '135050.682500', '135051.142500', '135051.602500', '135052.062500', '135052.522500', '135052.982500', '135053.442500', '135053.902500', '135054.362500', '135054.822500', '135055.282500', '135055.742500', '135056.202500', '135056.662500', '135057.122500', '135057.582500', '135058.042500', '135058.502500', '135058.962500', '135059.422500', '135059.882500', '135100.342500', '135100.802500', '135101.262500', '135101.722500', '135102.182500', '135102.642500', '135103.102500', '135103.562500', '135104.022500', '135104.482500', '135104.942500', '135105.402500', '135105.862500', '135106.322500', '135106.782500', '135107.242500', '135107.702500', '135108.162500', '135108.622500', '135109.082500', '135109.542500', '135110.002500', '135110.462500', '135110.922500', '135111.382500', '135111.842500', '135112.302500', '135112.762500', '135113.222500', '135113.682500', '135114.142500', '135114.602500', '135115.062500', '135115.522500', '135115.982500', '135116.442500', '135116.902500', '135117.362500', '135117.822500', '135118.282500', '135118.742500', '135119.202500', '135119.662500', '135120.122500', '135120.582500', '135121.042500', '135121.502500', '135121.962500', '135122.422500', '135122.882500', '135123.342500', '135123.802500', '135124.262500', '135124.722500', '135125.182500', '135125.642500', '135126.102500', '135126.562500', '135127.022500', '135127.482500', '135127.942500', '135128.402500', '135128.862500', '135129.322500', '135129.782500', '135130.242500', '135130.702500', '135131.162500', '135131.622500', '135132.082500', '135132.542500', '135133.002500', '135133.462500', '135133.922500', '135134.382500', '135134.842500', '135135.302500', '135135.762500', '135136.222500', '135136.682500', '135137.142500', '135137.602500', '135138.062500', '135138.522500', '135138.982500', '135139.442500', '135139.902500', '135140.362500', '135140.822500', '135141.282500', '135141.742500', '135142.202500', '135142.662500', '135143.122500', '135143.582500', '135144.042500', '135144.502500', '135144.962500', '135145.422500', '135145.882500', '135146.342500', '135146.802500', '135147.262500', '135147.722500', '135148.182500', '135148.642500', '135149.102500', '135149.562500', '135150.022500', '135150.482500', '135150.942500', '135151.402500', '135151.862500', '135152.322500', '135152.782500', '135153.242500', '135153.702500', '135154.162500', '135154.622500', '135155.082500', '135155.542500', '135156.002500', '135156.462500', '135156.922500', '135157.382500', '135157.842500', '135158.302500', '135158.762500', '135159.222500', '135159.682500', '135200.142500', '135200.602500', '135201.062500', '135201.522500', '135201.982500', '135202.442500', '135202.902500', '135203.362500', '135203.822500', '135204.282500', '135204.742500', '135205.202500', '135205.662500', '135206.122500', '135206.582500', '135207.042500', '135207.502500', '135207.962500', '135208.422500', '135208.882500', '135209.342500', '135209.802500', '135210.262500', '135210.722500', '135211.182500', '135211.642500', '135212.102500', '135212.562500', '135213.022500', '135213.482500', '135213.942500', '135214.402500', '135214.862500', '135215.322500', '135215.782500', '135216.242500', '135216.702500', '135217.162500', '135217.622500', '135218.082500', '135218.542500', '135219.002500', '135219.462500', '135219.922500', '135220.382500', '135220.842500', '135221.302500', '135221.762500', '135222.222500', '135222.682500', '135223.142500', '135223.602500', '135224.062500', '135224.522500', '135224.982500', '135225.442500', '135225.902500', '135226.362500', '135226.822500', '135227.282500', '135227.742500', '135228.202500', '135228.662500', '135229.122500', '135229.582500', '135230.042500', '135230.502500', '135230.962500', '135231.422500', '135231.882500', '135232.342500', '135232.802500', '135233.262500', '135233.722500', '135234.182500', '135234.642500', '135235.102500', '135235.562500', '135236.022500', '135236.482500', '135236.942500', '135237.402500', '135237.862500', '135238.322500', '135238.782500', '135239.242500', '135239.702500', '135240.162500', '135240.622500', '135241.082500', '135241.542500', '135242.002500', '135242.462500', '135242.922500', '135243.382500', '135243.842500', '135244.302500', '135244.762500', '135245.222500', '135245.682500', '135246.142500', '135246.602500', '135247.062500', '135247.522500', '135247.982500', '135248.442500', '135248.902500', '135249.362500', '135249.822500', '135250.282500', '135250.742500', '135251.202500', '135251.662500', '135252.122500', '135252.582500', '135253.042500', '135253.502500', '135253.962500', '135254.422500', '135254.882500', '135255.342500', '135255.802500', '135256.262500', '135256.722500', '135257.182500', '135257.642500', '135258.102500', '135258.562500', '135259.022500', '135259.482500', '135259.942500', '135300.402500', '135300.862500', '135301.322500', '135301.782500', '135302.242500', '135302.702500', '135303.162500', '135303.622500', '135304.082500', '135304.542500', '135305.002500', '135305.462500', '135305.922500', '135306.382500', '135306.842500', '135307.302500', '135307.762500', '135308.222500', '135308.682500', '135309.142500', '135309.602500', '135310.062500', '135310.522500', '135310.982500', '135311.442500', '135311.902500', '135312.362500', '135312.822500', '135313.282500', '135313.742500', '135314.202500', '135314.662500', '135315.122500', '135315.582500', '135316.042500', '135316.502500', '135316.962500', '135317.422500', '135317.882500', '135318.342500', '135318.802500', '135319.262500', '135319.722500', '135320.182500', '135320.642500', '135321.102500', '135321.562500', '135322.022500', '135322.482500', '135322.942500', '135323.402500', '135323.862500', '135324.322500', '135324.782500', '135325.242500', '135325.702500', '135326.162500', '135326.622500', '135327.082500', '135327.542500', '135328.002500', '135328.462500', '135328.922500', '135329.382500', '135329.842500', '135330.302500', '135330.762500', '135331.222500', '135331.682500', '135332.142500', '135332.602500', '135333.062500', '135333.522500', '135333.982500', '135334.442500', '135334.902500', '135335.362500', '135335.822500', '135336.282500', '135336.742500', '135337.202500', '135337.662500', '135338.122500', '135338.582500', '135339.042500', '135339.502500', '135339.962500', '135340.422500', '135340.882500', '135341.342500', '135341.802500', '135342.262500', '135342.722500', '135343.182500', '135343.642500', '135344.102500', '135344.562500', '135345.022500', '135345.482500', '135345.942500', '135346.402500', '135346.862500', '135347.322500', '135347.782500', '135348.242500', '135348.702500', '135349.162500', '135349.622500', '135350.082500', '135350.542500', '135351.002500', '135351.462500', '135351.922500', '135352.382500', '135352.842500', '135353.302500', '135353.762500', '135354.222500', '135354.682500', '135355.142500', '135355.602500', '135356.062500', '135356.522500', '135356.982500', '135357.442500', '135357.902500', '135358.362500', '135358.822500', '135359.282500', '135359.742500', '135400.202500', '135400.662500', '135401.122500', '135401.582500', '135402.042500', '135402.502500', '135402.962500', '135403.422500', '135403.882500', '135404.342500', '135404.802500', '135405.262500', '135405.722500', '135406.182500', '135406.642500', '135407.102500', '135407.562500', '135408.022500', '135408.482500', '135408.942500', '135409.402500', '135409.862500', '135410.322500', '135410.782500', '135411.242500', '135411.702500', '135412.162500', '135412.622500', '135413.082500', '135413.542500', '135414.002500', '135414.462500', '135414.922500', '135415.382500', '135415.842500', '135416.302500', '135416.762500', '135417.222500', '135417.682500', '135418.142500', '135418.602500', '135419.062500', '135419.522500', '135419.982500', '135420.442500', '135420.902500', '135421.362500', '135421.822500', '135422.282500', '135422.742500', '135423.202500', '135423.662500', '135424.122500', '135424.582500', '135425.042500', '135425.502500', '135425.962500', '135426.422500', '135426.882500', '135427.342500', '135427.802500', '135428.262500', '135428.722500', '135429.182500', '135429.642500', '135430.102500', '135430.562500', '135431.022500', '135431.482500', '135431.942500', '135432.402500', '135432.862500', '135433.322500', '135433.782500', '135434.242500', '135434.702500', '135435.162500', '135435.622500', '135436.082500', '135436.542500', '135437.002500', '135437.462500', '135437.922500', '135438.382500', '135438.842500', '135439.302500', '135439.762500', '135440.222500', '135440.682500', '135441.142500', '135441.602500', '135442.062500', '135442.522500', '135442.982500', '135443.442500', '135443.902500', '135444.362500', '135444.822500', '135445.282500', '135445.742500', '135446.202500', '135446.662500', '135447.122500', '135447.582500', '135448.042500', '135448.502500', '135448.962500', '135449.422500', '135449.882500', '135450.342500', '135450.802500', '135451.262500', '135451.722500', '135452.182500', '135452.642500', '135453.102500', '135453.562500', '135454.022500', '135454.482500', '135454.942500', '135455.402500', '135455.862500', '135456.322500', '135456.782500', '135457.242500', '135457.702500', '135458.162500', '135458.622500', '135459.082500', '135459.542500', '135500.002500', '135500.462500', '135500.922500', '135501.382500', '135501.842500', '135502.302500', '135502.762500', '135503.222500', '135503.682500', '135504.142500', '135504.602500', '135505.062500', '135505.522500', '135505.982500', '135506.442500', '135506.902500', '135507.362500', '135507.822500', '135508.282500', '135508.742500', '135509.202500', '135509.662500', '135510.122500', '135510.582500', '135511.042500', '135511.502500', '135511.962500', '135512.422500', '135512.882500', '135513.342500', '135513.802500', '135514.262500', '135514.722500', '135515.182500', '135515.642500', '135516.102500', '135516.562500', '135517.022500', '135517.482500', '135517.942500', '135518.402500', '135518.862500', '135519.322500', '135519.782500', '135520.242500', '135520.702500', '135521.162500', '135521.622500', '135522.082500', '135522.542500', '135523.002500', '135523.462500', '135523.922500', '135524.382500', '135524.842500', '135525.302500', '135525.762500', '135526.222500', '135526.682500', '135527.142500', '135527.602500', '135528.062500', '135528.522500', '135528.982500', '135529.442500', '135529.902500', '135530.362500', '135530.822500', '135531.282500', '135531.742500', '135532.202500', '135532.662500', '135533.122500', '135533.582500', '135534.042500', '135534.502500', '135534.962500', '135535.422500', '135535.882500', '135536.342500', '135536.802500', '135537.262500', '135537.722500', '135538.182500', '135538.642500', '135539.102500', '135539.562500', '135540.022500', '135540.482500', '135540.942500', '135541.402500', '135541.862500', '135542.322500', '135542.782500', '135543.242500', '135543.702500', '135544.162500', '135544.622500', '135545.082500', '135545.542500', '135546.002500', '135546.462500', '135546.922500', '135547.382500', '135547.842500', '135548.302500', '135548.762500', '135549.222500', '135549.682500', '135550.142500', '135550.602500', '135551.062500', '135551.522500', '135551.982500', '135552.442500', '135552.902500', '135553.362500', '135553.822500', '135554.282500', '135554.742500', '135555.202500', '135555.662500', '135556.122500', '135556.582500', '135557.042500', '135557.502500', '135557.962500', '135558.422500', '135558.882500', '135559.342500', '135559.802500', '135600.262500', '135600.722500', '135601.182500', '135601.642500', '135602.102500', '135602.562500', '135603.022500', '135603.482500', '135603.942500', '135604.402500', '135604.862500', '135605.322500', '135605.782500', '135606.242500', '135606.702500', '135607.162500', '135607.622500', '135608.082500', '135608.542500', '135609.002500', '135609.462500', '135609.922500', '135610.382500', '135610.842500', '135611.302500', '135611.762500', '135612.222500', '135612.682500', '135613.142500', '135613.602500', '135614.062500', '135614.522500', '135614.982500', '135615.442500', '135615.902500', '135616.362500', '135616.822500', '135617.282500', '135617.742500', '135618.202500', '135618.662500', '135619.122500', '135619.582500', '135620.042500', '135620.502500', '135620.962500', '135621.422500', '135621.882500', '135622.342500', '135622.802500', '135623.262500', '135623.722500', '135624.182500', '135624.642500', '135625.102500', '135625.562500', '135626.022500', '135626.482500', '135626.942500', '135627.402500', '135627.862500', '135628.322500', '135628.782500', '135629.242500', '135629.702500', '135630.162500', '135630.622500', '135631.082500', '135631.542500', '135632.002500', '135632.462500', '135632.922500', '135633.382500', '135633.842500', '135634.302500', '135634.762500'], 'ContentTime': ['135004.890000', '135004.893000', '135004.895000', '135004.898000', '135004.901000', '135004.903000', '135004.906000', '135004.908000', '135004.911000', '135004.913000', '135004.916000', '135004.919000', '135004.921000', '135004.924000', '135004.926000', '135004.929000', '135004.932000', '135004.934000', '135004.937000', '135004.939000', '135004.942000', '135024.845000', '135024.848000', '135024.851000', '135024.853000', '135024.856000', '135024.859000', '135024.861000', '135024.864000', '135024.867000', '135024.869000', '135024.872000', '135024.874000', '135024.877000', '135024.879000', '135024.882000', '135024.885000', '135024.887000', '135024.890000', '135024.892000', '135024.895000', '135024.898000', '135024.900000', '135024.903000', '135024.906000', '135024.908000', '135024.911000', '135024.913000', '135024.916000', '135024.918000', '135024.921000', '135024.924000', '135024.926000', '135024.929000', '135024.932000', '135024.934000', '135024.942000', '135024.945000', '135024.948000', '135024.950000', '135024.953000', '135024.955000', '135024.958000', '135024.960000', '135024.963000', '135044.845000', '135044.848000', '135044.851000', '135044.854000', '135044.856000', '135044.859000', '135044.861000', '135044.864000', '135044.866000', '135044.869000', '135044.872000', '135044.874000', '135044.877000', '135044.879000', '135044.882000', '135044.884000', '135044.887000', '135044.890000', '135044.892000', '135044.895000', '135044.897000', '135044.900000', '135044.902000', '135044.905000', '135044.908000', '135044.910000', '135044.913000', '135044.915000', '135044.918000', '135044.921000', '135044.923000', '135044.926000', '135044.929000', '135044.931000', '135044.934000', '135044.936000', '135044.939000', '135044.942000', '135044.944000', '135044.947000', '135044.949000', '135044.952000', '135044.954000', '135104.845000', '135104.848000', '135104.851000', '135104.853000', '135104.856000', '135104.858000', '135104.861000', '135104.864000', '135104.866000', '135104.869000', '135104.872000', '135104.874000', '135104.877000', '135104.880000', '135104.883000', '135104.885000', '135104.888000', '135104.892000', '135104.909000', '135104.912000', '135104.915000', '135104.917000', '135104.920000', '135104.922000', '135104.925000', '135104.928000', '135104.931000', '135104.934000', '135104.937000', '135104.940000', '135104.942000', '135104.945000', '135104.948000', '135104.950000', '135104.953000', '135104.955000', '135104.958000', '135104.961000', '135104.963000', '135104.966000', '135104.968000', '135104.971000', '135104.974000', '135124.844000', '135124.847000', '135124.850000', '135124.852000', '135124.859000', '135124.861000', '135124.864000', '135124.867000', '135124.869000', '135124.872000', '135124.874000', '135124.877000', '135124.879000', '135124.882000', '135124.885000', '135124.887000', '135124.890000', '135124.892000', '135124.895000', '135124.898000', '135124.900000', '135124.903000', '135124.905000', '135124.908000', '135124.910000', '135124.913000', '135124.915000', '135124.918000', '135124.920000', '135124.923000', '135124.925000', '135124.928000', '135124.931000', '135124.933000', '135124.936000', '135124.938000', '135124.941000', '135124.944000', '135124.946000', '135124.949000', '135124.951000', '135124.954000', '135124.957000', '135124.959000', '135144.844000', '135144.847000', '135144.850000', '135144.853000', '135144.855000', '135144.858000', '135144.861000', '135144.863000', '135144.866000', '135144.869000', '135144.871000', '135144.874000', '135144.877000', '135144.879000', '135144.882000', '135144.884000', '135144.887000', '135144.890000', '135144.892000', '135144.895000', '135144.898000', '135144.900000', '135144.903000', '135144.906000', '135144.908000', '135144.911000', '135144.913000', '135144.916000', '135144.919000', '135144.921000', '135144.924000', '135144.927000', '135144.929000', '135144.932000', '135144.935000', '135144.937000', '135144.940000', '135144.943000', '135144.945000', '135144.948000', '135144.950000', '135144.953000', '135144.956000', '135204.846000', '135204.848000', '135204.851000', '135204.854000', '135204.856000', '135204.859000', '135204.861000', '135204.864000', '135204.866000', '135204.869000', '135204.872000', '135204.874000', '135204.877000', '135204.879000', '135204.882000', '135204.885000', '135204.887000', '135204.890000', '135204.892000', '135204.895000', '135204.897000', '135204.900000', '135204.903000', '135204.905000', '135204.908000', '135204.910000', '135204.913000', '135204.915000', '135204.918000', '135204.920000', '135204.923000', '135204.926000', '135204.928000', '135204.931000', '135204.933000', '135204.936000', '135204.938000', '135204.941000', '135204.943000', '135204.946000', '135204.948000', '135204.951000', '135204.953000', '135204.956000', '135224.846000', '135224.848000', '135224.851000', '135224.853000', '135224.856000', '135224.859000', '135224.861000', '135224.864000', '135224.866000', '135224.869000', '135224.871000', '135224.874000', '135224.876000', '135224.879000', '135224.882000', '135224.884000', '135224.887000', '135224.889000', '135224.892000', '135224.895000', '135224.897000', '135224.900000', '135224.902000', '135224.905000', '135224.907000', '135224.910000', '135224.912000', '135224.915000', '135224.918000', '135224.920000', '135224.923000', '135224.925000', '135224.928000', '135224.931000', '135224.933000', '135224.936000', '135224.938000', '135224.941000', '135224.944000', '135224.947000', '135224.949000', '135224.952000', '135224.955000', '135244.845000', '135244.848000', '135244.851000', '135244.853000', '135244.856000', '135244.858000', '135244.861000', '135244.864000', '135244.866000', '135244.869000', '135244.880000', '135244.882000', '135244.885000', '135244.887000', '135244.913000', '135244.915000', '135244.918000', '135244.920000', '135244.923000', '135244.926000', '135244.928000', '135244.931000', '135244.933000', '135244.936000', '135244.939000', '135244.941000', '135244.944000', '135244.946000', '135244.949000', '135244.952000', '135244.954000', '135244.957000', '135244.959000', '135244.962000', '135244.964000', '135244.967000', '135244.969000', '135244.972000', '135244.974000', '135244.977000', '135244.980000', '135244.982000', '135244.985000', '135244.987000', '135304.846000', '135304.848000', '135304.851000', '135304.854000', '135304.856000', '135304.859000', '135304.861000', '135304.864000', '135304.866000', '135304.869000', '135304.872000', '135304.875000', '135304.878000', '135304.881000', '135304.884000', '135304.886000', '135304.889000', '135304.891000', '135304.894000', '135304.897000', '135304.899000', '135304.902000', '135304.904000', '135304.907000', '135304.909000', '135304.912000', '135304.915000', '135304.917000', '135304.920000', '135304.922000', '135304.925000', '135304.927000', '135304.930000', '135304.932000', '135304.935000', '135304.937000', '135304.940000', '135304.943000', '135304.945000', '135304.948000', '135304.950000', '135304.953000', '135304.955000', '135324.845000', '135324.848000', '135324.851000', '135324.853000', '135324.856000', '135324.859000', '135324.861000', '135324.864000', '135324.866000', '135324.869000', '135324.871000', '135324.874000', '135324.877000', '135324.879000', '135324.882000', '135324.884000', '135324.887000', '135324.890000', '135324.892000', '135324.895000', '135324.897000', '135324.900000', '135324.902000', '135324.905000', '135324.907000', '135324.910000', '135324.913000', '135324.915000', '135324.918000', '135324.920000', '135324.923000', '135324.925000', '135324.928000', '135324.930000', '135324.933000', '135324.935000', '135324.938000', '135324.941000', '135324.943000', '135324.946000', '135324.948000', '135324.951000', '135324.954000', '135324.956000', '135344.844000', '135344.886000', '135344.889000', '135344.891000', '135344.894000', '135344.896000', '135344.899000', '135344.901000', '135344.904000', '135344.907000', '135344.909000', '135344.912000', '135344.914000', '135344.917000', '135344.919000', '135344.922000', '135344.924000', '135344.927000', '135344.930000', '135344.932000', '135344.935000', '135344.937000', '135344.940000', '135344.942000', '135344.945000', '135344.947000', '135344.950000', '135344.953000', '135344.955000', '135344.958000', '135344.961000', '135344.964000', '135344.967000', '135344.970000', '135344.972000', '135344.975000', '135344.977000', '135344.980000', '135344.982000', '135344.985000', '135344.988000', '135344.990000', '135344.993000', '135404.844000', '135404.847000', '135404.850000', '135404.852000', '135404.855000', '135404.858000', '135404.860000', '135404.863000', '135404.865000', '135404.868000', '135404.870000', '135404.873000', '135404.876000', '135404.878000', '135404.881000', '135404.883000', '135404.886000', '135404.888000', '135404.891000', '135404.893000', '135404.896000', '135404.899000', '135404.901000', '135404.904000', '135404.906000', '135404.909000', '135404.911000', '135404.914000', '135404.917000', '135404.919000', '135404.922000', '135404.924000', '135404.927000', '135404.929000', '135404.932000', '135404.934000', '135404.937000', '135404.939000', '135404.942000', '135404.955000', '135404.958000', '135404.960000', '135404.963000', '135404.965000', '135424.845000', '135424.873000', '135424.876000', '135424.878000', '135424.881000', '135424.883000', '135424.886000', '135424.888000', '135424.891000', '135424.894000', '135424.896000', '135424.899000', '135424.901000', '135424.904000', '135424.907000', '135424.909000', '135424.912000', '135424.914000', '135424.917000', '135424.920000', '135424.922000', '135424.925000', '135424.927000', '135424.930000', '135424.933000', '135424.935000', '135424.938000', '135424.940000', '135424.943000', '135424.945000', '135424.948000', '135424.950000', '135424.953000', '135424.956000', '135424.958000', '135424.961000', '135424.963000', '135424.966000', '135424.969000', '135424.971000', '135424.974000', '135424.976000', '135424.979000', '135444.845000', '135444.874000', '135444.877000', '135444.879000', '135444.882000', '135444.884000', '135444.887000', '135444.889000', '135444.892000', '135444.895000', '135444.897000', '135444.900000', '135444.902000', '135444.905000', '135444.907000', '135444.910000', '135444.913000', '135444.915000', '135444.918000', '135444.920000', '135444.923000', '135444.925000', '135444.928000', '135444.930000', '135444.933000', '135444.936000', '135444.938000', '135444.941000', '135444.943000', '135444.946000', '135444.956000', '135444.958000', '135444.961000', '135444.963000', '135444.966000', '135444.969000', '135444.971000', '135444.974000', '135444.977000', '135444.979000', '135444.982000', '135444.984000', '135444.987000', '135444.990000', '135504.845000', '135504.848000', '135504.851000', '135504.853000', '135504.856000', '135504.859000', '135504.861000', '135504.864000', '135504.866000', '135504.869000', '135504.872000', '135504.874000', '135504.877000', '135504.880000', '135504.882000', '135504.885000', '135504.887000', '135504.890000', '135504.893000', '135504.895000', '135504.898000', '135504.900000', '135504.903000', '135504.905000', '135504.908000', '135504.911000', '135504.913000', '135504.916000', '135504.918000', '135504.921000', '135504.923000', '135504.926000', '135504.928000', '135504.931000', '135504.934000', '135504.936000', '135504.939000', '135504.941000', '135504.944000', '135504.946000', '135504.949000', '135504.952000', '135504.954000', '135524.846000', '135524.848000', '135524.851000', '135524.853000', '135524.856000', '135524.859000', '135524.861000', '135524.864000', '135524.866000', '135524.869000', '135524.871000', '135524.874000', '135524.877000', '135524.879000', '135524.882000', '135524.884000', '135524.887000', '135524.889000', '135524.892000', '135524.894000', '135524.897000', '135524.900000', '135524.902000', '135524.905000', '135524.907000', '135524.910000', '135524.913000', '135524.915000', '135524.918000', '135524.920000', '135524.923000', '135524.925000', '135524.928000', '135524.930000', '135524.933000', '135524.936000', '135524.938000', '135524.941000', '135524.943000', '135524.946000', '135524.948000', '135524.951000', '135524.954000', '135524.956000', '135544.844000', '135544.857000', '135544.859000', '135544.862000', '135544.864000', '135544.867000', '135544.870000', '135544.872000', '135544.875000', '135544.877000', '135544.880000', '135544.883000', '135544.885000', '135544.888000', '135544.890000', '135544.893000', '135544.895000', '135544.898000', '135544.900000', '135544.903000', '135544.920000', '135544.922000', '135544.925000', '135544.928000', '135544.930000', '135544.933000', '135544.935000', '135544.938000', '135544.940000', '135544.943000', '135544.945000', '135544.948000', '135544.951000', '135544.953000', '135544.956000', '135544.958000', '135544.961000', '135544.963000', '135544.966000', '135544.969000', '135544.971000', '135544.974000', '135544.976000', '135604.845000', '135604.871000', '135604.874000', '135604.876000', '135604.879000', '135604.882000', '135604.884000', '135604.887000', '135604.890000', '135604.892000', '135604.895000', '135604.897000', '135604.900000', '135604.903000', '135604.905000', '135604.908000', '135604.911000', '135604.913000', '135604.916000', '135604.918000', '135604.921000', '135604.923000', '135604.926000', '135604.929000', '135604.932000', '135604.935000', '135604.938000', '135604.940000', '135604.943000', '135604.945000', '135604.948000', '135604.950000', '135604.953000', '135604.956000', '135604.958000', '135604.961000', '135604.963000', '135604.966000', '135604.968000', '135604.971000', '135604.974000', '135604.976000', '135604.979000', '135624.844000', '135624.850000', '135624.852000', '135624.855000', '135624.857000', '135624.860000', '135624.863000', '135624.865000', '135624.868000', '135624.870000', '135624.873000', '135624.875000', '135624.878000', '135624.881000', '135624.883000', '135624.886000', '135624.888000', '135624.891000', '135624.893000', '135624.896000', '135624.898000', '135624.901000', '135624.904000', '135624.906000', '135624.909000', '135624.911000', '135624.914000', '135624.916000', '135624.919000', '135624.922000', '135624.924000', '135624.927000', '135624.929000', '135624.932000', '135624.934000', '135624.937000', '135624.939000', '135624.942000', '135624.945000', '135624.947000', '135624.950000', '135624.952000', '135624.955000', '135624.957000', '135636.063000', '135636.066000', '135636.069000', '135636.072000', '135636.075000', '135636.077000', '135636.080000', '135636.083000', '135636.086000', '135636.088000', '135636.091000', '135636.094000', '135636.097000', '135636.100000', '135636.103000', '135636.106000', '135636.109000', '135636.112000', '135636.114000', '135636.117000', '135636.120000', '135636.123000', '135636.125000', '135636.128000', '135636.131000'], 'InstanceCreationTime': ['135004.890000', '135004.893000', '135004.895000', '135004.898000', '135004.901000', '135004.903000', '135004.906000', '135004.908000', '135004.911000', '135004.913000', '135004.916000', '135004.919000', '135004.921000', '135004.924000', '135004.926000', '135004.929000', '135004.932000', '135004.934000', '135004.937000', '135004.939000', '135004.942000', '135024.845000', '135024.848000', '135024.851000', '135024.853000', '135024.856000', '135024.859000', '135024.861000', '135024.864000', '135024.867000', '135024.869000', '135024.872000', '135024.874000', '135024.877000', '135024.879000', '135024.882000', '135024.885000', '135024.887000', '135024.890000', '135024.892000', '135024.895000', '135024.898000', '135024.900000', '135024.903000', '135024.906000', '135024.908000', '135024.911000', '135024.913000', '135024.916000', '135024.918000', '135024.921000', '135024.924000', '135024.926000', '135024.929000', '135024.932000', '135024.934000', '135024.942000', '135024.945000', '135024.948000', '135024.950000', '135024.953000', '135024.955000', '135024.958000', '135024.960000', '135024.963000', '135044.845000', '135044.848000', '135044.851000', '135044.854000', '135044.856000', '135044.859000', '135044.861000', '135044.864000', '135044.866000', '135044.869000', '135044.872000', '135044.874000', '135044.877000', '135044.879000', '135044.882000', '135044.884000', '135044.887000', '135044.890000', '135044.892000', '135044.895000', '135044.897000', '135044.900000', '135044.902000', '135044.905000', '135044.908000', '135044.910000', '135044.913000', '135044.915000', '135044.918000', '135044.921000', '135044.923000', '135044.926000', '135044.929000', '135044.931000', '135044.934000', '135044.936000', '135044.939000', '135044.942000', '135044.944000', '135044.947000', '135044.949000', '135044.952000', '135044.954000', '135104.845000', '135104.848000', '135104.851000', '135104.853000', '135104.856000', '135104.858000', '135104.861000', '135104.864000', '135104.866000', '135104.869000', '135104.872000', '135104.874000', '135104.877000', '135104.880000', '135104.883000', '135104.885000', '135104.888000', '135104.892000', '135104.909000', '135104.912000', '135104.915000', '135104.917000', '135104.920000', '135104.922000', '135104.925000', '135104.928000', '135104.931000', '135104.934000', '135104.937000', '135104.940000', '135104.942000', '135104.945000', '135104.948000', '135104.950000', '135104.953000', '135104.955000', '135104.958000', '135104.961000', '135104.963000', '135104.966000', '135104.968000', '135104.971000', '135104.974000', '135124.844000', '135124.847000', '135124.850000', '135124.852000', '135124.859000', '135124.861000', '135124.864000', '135124.867000', '135124.869000', '135124.872000', '135124.874000', '135124.877000', '135124.879000', '135124.882000', '135124.885000', '135124.887000', '135124.890000', '135124.892000', '135124.895000', '135124.898000', '135124.900000', '135124.903000', '135124.905000', '135124.908000', '135124.910000', '135124.913000', '135124.915000', '135124.918000', '135124.920000', '135124.923000', '135124.925000', '135124.928000', '135124.931000', '135124.933000', '135124.936000', '135124.938000', '135124.941000', '135124.944000', '135124.946000', '135124.949000', '135124.951000', '135124.954000', '135124.957000', '135124.959000', '135144.844000', '135144.847000', '135144.850000', '135144.853000', '135144.855000', '135144.858000', '135144.861000', '135144.863000', '135144.866000', '135144.869000', '135144.871000', '135144.874000', '135144.877000', '135144.879000', '135144.882000', '135144.884000', '135144.887000', '135144.890000', '135144.892000', '135144.895000', '135144.898000', '135144.900000', '135144.903000', '135144.906000', '135144.908000', '135144.911000', '135144.913000', '135144.916000', '135144.919000', '135144.921000', '135144.924000', '135144.927000', '135144.929000', '135144.932000', '135144.935000', '135144.937000', '135144.940000', '135144.943000', '135144.945000', '135144.948000', '135144.950000', '135144.953000', '135144.956000', '135204.846000', '135204.848000', '135204.851000', '135204.854000', '135204.856000', '135204.859000', '135204.861000', '135204.864000', '135204.866000', '135204.869000', '135204.872000', '135204.874000', '135204.877000', '135204.879000', '135204.882000', '135204.885000', '135204.887000', '135204.890000', '135204.892000', '135204.895000', '135204.897000', '135204.900000', '135204.903000', '135204.905000', '135204.908000', '135204.910000', '135204.913000', '135204.915000', '135204.918000', '135204.920000', '135204.923000', '135204.926000', '135204.928000', '135204.931000', '135204.933000', '135204.936000', '135204.938000', '135204.941000', '135204.943000', '135204.946000', '135204.948000', '135204.951000', '135204.953000', '135204.956000', '135224.846000', '135224.848000', '135224.851000', '135224.853000', '135224.856000', '135224.859000', '135224.861000', '135224.864000', '135224.866000', '135224.869000', '135224.871000', '135224.874000', '135224.876000', '135224.879000', '135224.882000', '135224.884000', '135224.887000', '135224.889000', '135224.892000', '135224.895000', '135224.897000', '135224.900000', '135224.902000', '135224.905000', '135224.907000', '135224.910000', '135224.912000', '135224.915000', '135224.918000', '135224.920000', '135224.923000', '135224.925000', '135224.928000', '135224.931000', '135224.933000', '135224.936000', '135224.938000', '135224.941000', '135224.944000', '135224.947000', '135224.949000', '135224.952000', '135224.955000', '135244.845000', '135244.848000', '135244.851000', '135244.853000', '135244.856000', '135244.858000', '135244.861000', '135244.864000', '135244.866000', '135244.869000', '135244.880000', '135244.882000', '135244.885000', '135244.887000', '135244.913000', '135244.915000', '135244.918000', '135244.920000', '135244.923000', '135244.926000', '135244.928000', '135244.931000', '135244.933000', '135244.936000', '135244.939000', '135244.941000', '135244.944000', '135244.946000', '135244.949000', '135244.952000', '135244.954000', '135244.957000', '135244.959000', '135244.962000', '135244.964000', '135244.967000', '135244.969000', '135244.972000', '135244.974000', '135244.977000', '135244.980000', '135244.982000', '135244.985000', '135244.987000', '135304.846000', '135304.848000', '135304.851000', '135304.854000', '135304.856000', '135304.859000', '135304.861000', '135304.864000', '135304.866000', '135304.869000', '135304.872000', '135304.875000', '135304.878000', '135304.881000', '135304.884000', '135304.886000', '135304.889000', '135304.891000', '135304.894000', '135304.897000', '135304.899000', '135304.902000', '135304.904000', '135304.907000', '135304.909000', '135304.912000', '135304.915000', '135304.917000', '135304.920000', '135304.922000', '135304.925000', '135304.927000', '135304.930000', '135304.932000', '135304.935000', '135304.937000', '135304.940000', '135304.943000', '135304.945000', '135304.948000', '135304.950000', '135304.953000', '135304.955000', '135324.845000', '135324.848000', '135324.851000', '135324.853000', '135324.856000', '135324.859000', '135324.861000', '135324.864000', '135324.866000', '135324.869000', '135324.871000', '135324.874000', '135324.877000', '135324.879000', '135324.882000', '135324.884000', '135324.887000', '135324.890000', '135324.892000', '135324.895000', '135324.897000', '135324.900000', '135324.902000', '135324.905000', '135324.907000', '135324.910000', '135324.913000', '135324.915000', '135324.918000', '135324.920000', '135324.923000', '135324.925000', '135324.928000', '135324.930000', '135324.933000', '135324.935000', '135324.938000', '135324.941000', '135324.943000', '135324.946000', '135324.948000', '135324.951000', '135324.954000', '135324.956000', '135344.844000', '135344.886000', '135344.889000', '135344.891000', '135344.894000', '135344.896000', '135344.899000', '135344.901000', '135344.904000', '135344.907000', '135344.909000', '135344.912000', '135344.914000', '135344.917000', '135344.919000', '135344.922000', '135344.924000', '135344.927000', '135344.930000', '135344.932000', '135344.935000', '135344.937000', '135344.940000', '135344.942000', '135344.945000', '135344.947000', '135344.950000', '135344.953000', '135344.955000', '135344.958000', '135344.961000', '135344.964000', '135344.967000', '135344.970000', '135344.972000', '135344.975000', '135344.977000', '135344.980000', '135344.982000', '135344.985000', '135344.988000', '135344.990000', '135344.993000', '135404.844000', '135404.847000', '135404.850000', '135404.852000', '135404.855000', '135404.858000', '135404.860000', '135404.863000', '135404.865000', '135404.868000', '135404.870000', '135404.873000', '135404.876000', '135404.878000', '135404.881000', '135404.883000', '135404.886000', '135404.888000', '135404.891000', '135404.893000', '135404.896000', '135404.899000', '135404.901000', '135404.904000', '135404.906000', '135404.909000', '135404.911000', '135404.914000', '135404.917000', '135404.919000', '135404.922000', '135404.924000', '135404.927000', '135404.929000', '135404.932000', '135404.934000', '135404.937000', '135404.939000', '135404.942000', '135404.955000', '135404.958000', '135404.960000', '135404.963000', '135404.965000', '135424.845000', '135424.873000', '135424.876000', '135424.878000', '135424.881000', '135424.883000', '135424.886000', '135424.888000', '135424.891000', '135424.894000', '135424.896000', '135424.899000', '135424.901000', '135424.904000', '135424.907000', '135424.909000', '135424.912000', '135424.914000', '135424.917000', '135424.920000', '135424.922000', '135424.925000', '135424.927000', '135424.930000', '135424.933000', '135424.935000', '135424.938000', '135424.940000', '135424.943000', '135424.945000', '135424.948000', '135424.950000', '135424.953000', '135424.956000', '135424.958000', '135424.961000', '135424.963000', '135424.966000', '135424.969000', '135424.971000', '135424.974000', '135424.976000', '135424.979000', '135444.845000', '135444.874000', '135444.877000', '135444.879000', '135444.882000', '135444.884000', '135444.887000', '135444.889000', '135444.892000', '135444.895000', '135444.897000', '135444.900000', '135444.902000', '135444.905000', '135444.907000', '135444.910000', '135444.913000', '135444.915000', '135444.918000', '135444.920000', '135444.923000', '135444.925000', '135444.928000', '135444.930000', '135444.933000', '135444.936000', '135444.938000', '135444.941000', '135444.943000', '135444.946000', '135444.956000', '135444.958000', '135444.961000', '135444.963000', '135444.966000', '135444.969000', '135444.971000', '135444.974000', '135444.977000', '135444.979000', '135444.982000', '135444.984000', '135444.987000', '135444.990000', '135504.845000', '135504.848000', '135504.851000', '135504.853000', '135504.856000', '135504.859000', '135504.861000', '135504.864000', '135504.866000', '135504.869000', '135504.872000', '135504.874000', '135504.877000', '135504.880000', '135504.882000', '135504.885000', '135504.887000', '135504.890000', '135504.893000', '135504.895000', '135504.898000', '135504.900000', '135504.903000', '135504.905000', '135504.908000', '135504.911000', '135504.913000', '135504.916000', '135504.918000', '135504.921000', '135504.923000', '135504.926000', '135504.928000', '135504.931000', '135504.934000', '135504.936000', '135504.939000', '135504.941000', '135504.944000', '135504.946000', '135504.949000', '135504.952000', '135504.954000', '135524.846000', '135524.848000', '135524.851000', '135524.853000', '135524.856000', '135524.859000', '135524.861000', '135524.864000', '135524.866000', '135524.869000', '135524.871000', '135524.874000', '135524.877000', '135524.879000', '135524.882000', '135524.884000', '135524.887000', '135524.889000', '135524.892000', '135524.894000', '135524.897000', '135524.900000', '135524.902000', '135524.905000', '135524.907000', '135524.910000', '135524.913000', '135524.915000', '135524.918000', '135524.920000', '135524.923000', '135524.925000', '135524.928000', '135524.930000', '135524.933000', '135524.936000', '135524.938000', '135524.941000', '135524.943000', '135524.946000', '135524.948000', '135524.951000', '135524.954000', '135524.956000', '135544.844000', '135544.857000', '135544.859000', '135544.862000', '135544.864000', '135544.867000', '135544.870000', '135544.872000', '135544.875000', '135544.877000', '135544.880000', '135544.883000', '135544.885000', '135544.888000', '135544.890000', '135544.893000', '135544.895000', '135544.898000', '135544.900000', '135544.903000', '135544.920000', '135544.922000', '135544.925000', '135544.928000', '135544.930000', '135544.933000', '135544.935000', '135544.938000', '135544.940000', '135544.943000', '135544.945000', '135544.948000', '135544.951000', '135544.953000', '135544.956000', '135544.958000', '135544.961000', '135544.963000', '135544.966000', '135544.969000', '135544.971000', '135544.974000', '135544.976000', '135604.845000', '135604.871000', '135604.874000', '135604.876000', '135604.879000', '135604.882000', '135604.884000', '135604.887000', '135604.890000', '135604.892000', '135604.895000', '135604.897000', '135604.900000', '135604.903000', '135604.905000', '135604.908000', '135604.911000', '135604.913000', '135604.916000', '135604.918000', '135604.921000', '135604.923000', '135604.926000', '135604.929000', '135604.932000', '135604.935000', '135604.938000', '135604.940000', '135604.943000', '135604.945000', '135604.948000', '135604.950000', '135604.953000', '135604.956000', '135604.958000', '135604.961000', '135604.963000', '135604.966000', '135604.968000', '135604.971000', '135604.974000', '135604.976000', '135604.979000', '135624.844000', '135624.850000', '135624.852000', '135624.855000', '135624.857000', '135624.860000', '135624.863000', '135624.865000', '135624.868000', '135624.870000', '135624.873000', '135624.875000', '135624.878000', '135624.881000', '135624.883000', '135624.886000', '135624.888000', '135624.891000', '135624.893000', '135624.896000', '135624.898000', '135624.901000', '135624.904000', '135624.906000', '135624.909000', '135624.911000', '135624.914000', '135624.916000', '135624.919000', '135624.922000', '135624.924000', '135624.927000', '135624.929000', '135624.932000', '135624.934000', '135624.937000', '135624.939000', '135624.942000', '135624.945000', '135624.947000', '135624.950000', '135624.952000', '135624.955000', '135624.957000', '135636.063000', '135636.066000', '135636.069000', '135636.072000', '135636.075000', '135636.077000', '135636.080000', '135636.083000', '135636.086000', '135636.088000', '135636.091000', '135636.094000', '135636.097000', '135636.100000', '135636.103000', '135636.106000', '135636.109000', '135636.112000', '135636.114000', '135636.117000', '135636.120000', '135636.123000', '135636.125000', '135636.128000', '135636.131000'], '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': [12869, 8062, 10436, 7686, 7386, 7562, 7618, 7302, 7252, 7757, 7635, 8343, 7661, 9713, 7603, 9302, 7475, 7471, 7719, 7702, 7849, 7896, 7211, 7716, 8599, 7713, 7501, 8676, 7719, 7433, 8994, 7701, 10791, 12749, 9564, 12850, 8908, 7874, 7388, 7430, 7199, 7660, 8615, 7670, 9647, 7404, 8480, 7633, 8327, 7430, 7637, 7521, 7715, 8966, 7401, 8041, 7315, 7883, 7053, 7723, 9888, 7550, 8956, 7471, 7636, 7229, 7306, 7118, 7845, 10036, 7701, 8915, 7509, 7875, 10507, 7366, 8674, 7299, 8131, 7524, 7845, 9207, 7625, 9413, 7641, 7786, 7277, 7690, 7066, 7629, 9626, 7482, 7788, 7330, 7601, 7342, 7689, 7484, 7729, 10210, 7468, 8672, 7720, 8301, 8045, 7667, 9005, 7610, 8940, 7965, 7760, 7797, 7719, 10621, 7602, 8566, 7913, 7514, 7845, 7564, 8086, 7439, 8079, 8838, 8193, 7840, 11988, 8107, 8068, 7970, 7816, 7971, 7301, 7606, 7827, 7737, 11388, 8133, 7856, 8255, 7729, 8259, 7618, 8501, 7453, 7778, 7999, 8263, 7414, 7843, 7824, 7886, 10138, 8804, 7613, 8711, 7913, 12462, 8218, 14402, 10152, 10388, 7449, 7682, 7614, 7800, 7282, 7928, 7468, 7493, 7579, 7777, 7742, 8584, 8118, 7793, 7298, 7724, 7329, 7699, 7487, 7865, 10168, 7616, 9317, 8019, 8278, 7633, 7753, 7716, 7667, 8094, 11091, 8637, 8301, 7856, 7586, 7840, 7811, 7735, 7817, 11372, 7656, 9020, 8470, 7624, 8710, 7516, 8051, 7885, 10796, 7629, 8708, 7817, 7787, 7847, 7551, 8639, 7504, 8010, 7561, 10659, 7482, 8907, 7616, 8084, 7728, 7931, 8687, 7253, 8540, 7491, 7684, 7619, 9451, 7908, 12326, 8066, 7964, 8434, 7764, 7489, 7742, 10236, 7659, 8098, 7634, 7693, 8164, 7433, 8750, 7308, 8067, 7672, 9982, 7789, 8816, 7857, 8966, 8243, 7515, 7639, 7364, 7586, 7826, 8331, 7855, 8297, 7909, 10337, 7937, 9486, 8721, 7990, 7974, 7854, 10527, 7754, 8834, 7909, 8653, 8649, 7466, 8708, 7439, 8533, 7697, 13004, 7604, 10623, 7904, 7978, 8258, 7518, 7603, 7702, 8511, 7623, 8761, 7582, 8423, 8383, 7493, 7846, 7755, 7836, 7845, 7527, 7683, 7842, 7685, 8550, 7919, 10215, 7916, 9841, 8595, 8303, 8518, 7880, 9795, 7685, 8768, 7810, 7801, 7588, 7997, 9354, 7724, 7947, 7532, 8183, 7617, 7888, 8616, 7345, 7602, 7627, 8565, 7986, 10716, 7769, 9511, 7967, 7698, 8226, 7462, 7820, 7843, 13026, 7812, 11114, 8168, 7814, 8351, 7406, 8317, 7710, 9481, 7739, 8892, 8465, 7544, 8018, 7715, 10311, 7718, 8558, 8391, 8003, 8158, 7964, 7882, 8004, 8614, 7922, 7884, 8378, 7943, 8470, 8135, 10459, 7924, 9181, 8143, 7749, 7703, 7759, 8459, 7846, 10462, 7851, 8518, 8306, 7530, 7507, 7744, 11474, 7780, 8570, 7930, 7832, 7651, 7733, 10405, 7537, 7829, 8197, 7692, 7423, 7818, 7565, 7919, 7648, 7861, 9630, 7688, 9167, 8151, 7725, 7860, 7902, 12191, 7830, 8435, 8261, 7699, 7504, 7769, 7497, 7637, 7806, 7824, 8285, 8722, 8787, 9009, 7922, 14125, 7779, 8744, 8819, 7679, 12914, 7513, 13307, 7588, 9997, 8518, 7678, 8066, 7572, 9354, 7483, 8736, 7880, 8225, 8856, 8161, 8398, 7223, 8162, 8152, 7927, 8111, 7949, 9695, 8047, 8284, 9045, 7591, 7610, 7503, 7834, 7574, 7599, 7886, 9198, 8035, 11707, 7827, 8398, 8306, 7576, 7630, 7602, 9527, 7597, 9693, 7843, 8030, 8006, 8216, 8318, 8013, 10734, 7995, 10166, 7660, 7675, 12022, 7794, 8968, 7727, 7862, 7771, 8048, 10286, 7451, 9070, 7391, 7972, 7994, 7600, 8295, 7874, 7988, 7847, 10384, 7418, 8414, 8385, 7742, 7719, 7713, 10741, 7714, 8934, 8063, 7419, 7862, 7735, 10296, 7873, 8384, 7745, 7533, 7890, 7701, 10030, 7693, 8459, 7773, 7464, 8018, 7650, 9971, 8175, 7620, 7649, 7670, 8306, 7703, 10336, 7768, 7721, 7486, 7866, 10109, 7636, 8544, 8151, 7797, 7420, 7872, 10438, 7657, 7863, 7730, 7839, 10031, 7928, 7692, 7791, 7989, 9747, 7430, 8678, 8030, 7833, 8363, 7774, 8869, 7608, 8177, 7935, 7660, 7870, 7954, 10151, 7445, 8072, 8031, 7851, 9777, 7519, 8847, 7409, 7648, 7336, 7854, 10768, 7773, 8707, 7564, 7648, 7590, 7599, 9279, 7854, 7711, 7133, 7693, 9547, 7559, 8555, 8099, 7487, 7149, 7776, 8487, 8100, 7452, 7878, 11132, 7923, 8397, 7891, 7871, 10103, 7541, 8426, 7618, 7890, 10230, 7506, 8922, 7791, 7737, 7361, 7912, 10519, 7624, 8409, 7762, 7798, 8080, 7905, 9997, 8072, 7741, 7744, 7684, 7135, 7699, 7606, 7981, 10463, 7391, 8592, 7811, 7688, 8301, 7918, 10677, 8399, 7841, 7305, 7814, 11965, 7750, 9593, 7875, 7627, 7094, 8000, 11100, 7505, 8307, 7819, 7670, 7084, 7669, 9788, 7399, 8076, 7328, 7717, 8520, 7557, 9611, 7553, 7970, 7162, 7839, 10684, 7571, 8561, 7404, 8049, 7874, 7599, 9855, 7992, 7760, 8394, 7741, 8140, 7502, 8250, 7421, 8508, 7326, 8088, 7670, 7785, 9125, 7523, 8930, 7701, 8079, 7504, 7753, 7160, 8003, 7479, 7656, 7304, 8137, 13058, 7773, 10251, 7699, 7902, 8275, 7805, 9914, 7850, 7687, 7390, 7872, 7052, 7968, 9463, 7735, 9010, 8074, 7709, 7240, 7715, 7230, 7843, 8409, 8086, 9926, 7667, 8323, 8156, 7195, 8134, 12443, 9473, 9465, 7668, 8040, 8445, 8061, 11485, 7767, 8897, 7487, 7822, 7985, 7787, 10296, 7702, 7898, 7393, 7712, 7981, 7559, 10182, 7818, 7891, 7026, 7942, 7133, 7591, 10355, 7713, 7823, 7351, 7662, 7007, 7894, 9305, 7457, 10457, 8278, 7662, 7081, 7823, 10993, 7524, 9855, 7791, 7609, 7130, 7699, 7104, 7730, 9989, 7595, 11038, 8622, 7789, 7212, 7713, 11835, 7741, 9583, 7537, 7916, 8399, 7733, 7253, 7466, 9122, 7405, 7698, 7005, 7772, 8387, 7336, 9444, 7439, 7836, 7173, 7677, 10512, 7506, 9445, 7568, 8161, 7381, 7874, 10759, 7757, 9338, 7909, 7748, 7237, 7956, 10922, 7722, 9470, 8073, 7898, 7502, 7748, 7496, 7969, 10695, 7596, 9294, 7951, 7798, 7261, 8017, 11335, 7614, 8671], 'WindowCenter': [4306.0, 4253.0, 4256.0, 4224.0, 4211.0, 4212.0, 4208.0, 4210.0, 4213.0, 4222.0, 4223.0, 4232.0, 4236.0, 4245.0, 4227.0, 4233.0, 4212.0, 4212.0, 4222.0, 4223.0, 4235.0, 4235.0, 4213.0, 4235.0, 4232.0, 4225.0, 4224.0, 4245.0, 4237.0, 4226.0, 4246.0, 4226.0, 4256.0, 4252.0, 4233.0, 4250.0, 4220.0, 4209.0, 4210.0, 4211.0, 4199.0, 4211.0, 4219.0, 4211.0, 4229.0, 4211.0, 4218.0, 4210.0, 4209.0, 4210.0, 4212.0, 4222.0, 4222.0, 4231.0, 4213.0, 4220.0, 4210.0, 4223.0, 4200.0, 4223.0, 4242.0, 4222.0, 4232.0, 4212.0, 4210.0, 4211.0, 4211.0, 4200.0, 4224.0, 4242.0, 4210.0, 4232.0, 4212.0, 4223.0, 4241.0, 4212.0, 4220.0, 4211.0, 4222.0, 4221.0, 4221.0, 4230.0, 4221.0, 4231.0, 4211.0, 4211.0, 4211.0, 4223.0, 4211.0, 4235.0, 4244.0, 4222.0, 4220.0, 4211.0, 4220.0, 4211.0, 4223.0, 4210.0, 4223.0, 4241.0, 4212.0, 4231.0, 4221.0, 4222.0, 4221.0, 4222.0, 4230.0, 4222.0, 4231.0, 4220.0, 4210.0, 4210.0, 4210.0, 4239.0, 4221.0, 4220.0, 4220.0, 4199.0, 4208.0, 4208.0, 4220.0, 4210.0, 4221.0, 4244.0, 4220.0, 4222.0, 4261.0, 4233.0, 4222.0, 4222.0, 4223.0, 4222.0, 4210.0, 4222.0, 4221.0, 4234.0, 4263.0, 4222.0, 4222.0, 4220.0, 4221.0, 4219.0, 4220.0, 4230.0, 4212.0, 4226.0, 4221.0, 4234.0, 4223.0, 4234.0, 4222.0, 4235.0, 4254.0, 4234.0, 4214.0, 4233.0, 4222.0, 4263.0, 4222.0, 4260.0, 4228.0, 4217.0, 4187.0, 4198.0, 4197.0, 4207.0, 4196.0, 4207.0, 4197.0, 4197.0, 4208.0, 4208.0, 4220.0, 4230.0, 4220.0, 4220.0, 4211.0, 4210.0, 4209.0, 4222.0, 4210.0, 4223.0, 4241.0, 4221.0, 4231.0, 4222.0, 4221.0, 4223.0, 4222.0, 4223.0, 4221.0, 4234.0, 4253.0, 4234.0, 4232.0, 4211.0, 4211.0, 4220.0, 4222.0, 4221.0, 4223.0, 4251.0, 4222.0, 4233.0, 4220.0, 4221.0, 4233.0, 4213.0, 4220.0, 4234.0, 4253.0, 4222.0, 4231.0, 4211.0, 4211.0, 4223.0, 4222.0, 4232.0, 4222.0, 4222.0, 4222.0, 4240.0, 4211.0, 4220.0, 4221.0, 4220.0, 4221.0, 4221.0, 4233.0, 4212.0, 4231.0, 4212.0, 4210.0, 4222.0, 4229.0, 4233.0, 4261.0, 4219.0, 4211.0, 4219.0, 4210.0, 4199.0, 4210.0, 4227.0, 4210.0, 4207.0, 4220.0, 4210.0, 4221.0, 4212.0, 4232.0, 4212.0, 4233.0, 4235.0, 4243.0, 4223.0, 4232.0, 4233.0, 4233.0, 4233.0, 4213.0, 4222.0, 4212.0, 4222.0, 4221.0, 4231.0, 4234.0, 4245.0, 4237.0, 4253.0, 4235.0, 4244.0, 4231.0, 4223.0, 4222.0, 4233.0, 4251.0, 4223.0, 4233.0, 4235.0, 4232.0, 4232.0, 4211.0, 4221.0, 4210.0, 4219.0, 4210.0, 4261.0, 4211.0, 4238.0, 4209.0, 4209.0, 4219.0, 4198.0, 4207.0, 4209.0, 4217.0, 4209.0, 4217.0, 4209.0, 4218.0, 4219.0, 4209.0, 4209.0, 4222.0, 4207.0, 4209.0, 4208.0, 4210.0, 4221.0, 4220.0, 4232.0, 4235.0, 4241.0, 4222.0, 4240.0, 4220.0, 4221.0, 4219.0, 4222.0, 4239.0, 4209.0, 4219.0, 4209.0, 4211.0, 4209.0, 4221.0, 4229.0, 4220.0, 4219.0, 4221.0, 4220.0, 4222.0, 4231.0, 4232.0, 4224.0, 4223.0, 4233.0, 4232.0, 4234.0, 4251.0, 4223.0, 4243.0, 4221.0, 4211.0, 4220.0, 4210.0, 4210.0, 4221.0, 4260.0, 4209.0, 4241.0, 4220.0, 4207.0, 4218.0, 4208.0, 4218.0, 4220.0, 4229.0, 4221.0, 4230.0, 4220.0, 4210.0, 4209.0, 4221.0, 4240.0, 4209.0, 4219.0, 4219.0, 4219.0, 4208.0, 4219.0, 4208.0, 4220.0, 4218.0, 4220.0, 4220.0, 4231.0, 4220.0, 4231.0, 4233.0, 4253.0, 4233.0, 4242.0, 4221.0, 4221.0, 4222.0, 4221.0, 4231.0, 4232.0, 4254.0, 4221.0, 4230.0, 4221.0, 4210.0, 4209.0, 4221.0, 4251.0, 4221.0, 4231.0, 4219.0, 4210.0, 4208.0, 4219.0, 4238.0, 4208.0, 4209.0, 4218.0, 4207.0, 4198.0, 4208.0, 4207.0, 4221.0, 4220.0, 4232.0, 4241.0, 4221.0, 4242.0, 4220.0, 4220.0, 4220.0, 4221.0, 4251.0, 4210.0, 4219.0, 4220.0, 4209.0, 4208.0, 4210.0, 4211.0, 4222.0, 4221.0, 4222.0, 4232.0, 4244.0, 4246.0, 4233.0, 4222.0, 4271.0, 4222.0, 4234.0, 4233.0, 4223.0, 4261.0, 4211.0, 4248.0, 4207.0, 4216.0, 4207.0, 4196.0, 4194.0, 4196.0, 4215.0, 4196.0, 4205.0, 4207.0, 4206.0, 4217.0, 4206.0, 4206.0, 4196.0, 4219.0, 4218.0, 4221.0, 4221.0, 4233.0, 4241.0, 4222.0, 4231.0, 4244.0, 4224.0, 4221.0, 4211.0, 4221.0, 4221.0, 4222.0, 4233.0, 4231.0, 4221.0, 4252.0, 4212.0, 4220.0, 4221.0, 4223.0, 4222.0, 4223.0, 4242.0, 4222.0, 4243.0, 4233.0, 4234.0, 4235.0, 4247.0, 4245.0, 4249.0, 4266.0, 4237.0, 4254.0, 4222.0, 4223.0, 4250.0, 4210.0, 4220.0, 4212.0, 4222.0, 4208.0, 4220.0, 4229.0, 4208.0, 4219.0, 4209.0, 4207.0, 4219.0, 4209.0, 4231.0, 4222.0, 4223.0, 4235.0, 4241.0, 4223.0, 4221.0, 4231.0, 4223.0, 4211.0, 4222.0, 4251.0, 4223.0, 4231.0, 4221.0, 4223.0, 4223.0, 4222.0, 4251.0, 4232.0, 4232.0, 4221.0, 4222.0, 4221.0, 4222.0, 4241.0, 4223.0, 4233.0, 4223.0, 4221.0, 4221.0, 4224.0, 4241.0, 4232.0, 4222.0, 4222.0, 4223.0, 4231.0, 4224.0, 4242.0, 4222.0, 4223.0, 4210.0, 4221.0, 4239.0, 4222.0, 4230.0, 4221.0, 4221.0, 4210.0, 4221.0, 4240.0, 4210.0, 4218.0, 4209.0, 4221.0, 4239.0, 4221.0, 4221.0, 4210.0, 4220.0, 4229.0, 4211.0, 4230.0, 4218.0, 4221.0, 4221.0, 4220.0, 4229.0, 4222.0, 4230.0, 4232.0, 4222.0, 4221.0, 4233.0, 4242.0, 4211.0, 4220.0, 4221.0, 4233.0, 4243.0, 4224.0, 4231.0, 4213.0, 4220.0, 4211.0, 4234.0, 4250.0, 4222.0, 4232.0, 4210.0, 4210.0, 4209.0, 4221.0, 4228.0, 4220.0, 4222.0, 4200.0, 4221.0, 4229.0, 4221.0, 4229.0, 4220.0, 4211.0, 4209.0, 4222.0, 4231.0, 4222.0, 4211.0, 4231.0, 4252.0, 4222.0, 4234.0, 4219.0, 4221.0, 4238.0, 4209.0, 4221.0, 4209.0, 4222.0, 4239.0, 4209.0, 4219.0, 4208.0, 4211.0, 4210.0, 4220.0, 4239.0, 4210.0, 4220.0, 4208.0, 4208.0, 4206.0, 4220.0, 4239.0, 4219.0, 4210.0, 4209.0, 4208.0, 4207.0, 4221.0, 4221.0, 4235.0, 4253.0, 4224.0, 4232.0, 4234.0, 4234.0, 4244.0, 4236.0, 4254.0, 4232.0, 4222.0, 4210.0, 4222.0, 4261.0, 4222.0, 4241.0, 4221.0, 4207.0, 4199.0, 4219.0, 4237.0, 4208.0, 4220.0, 4208.0, 4208.0, 4198.0, 4208.0, 4227.0, 4208.0, 4218.0, 4209.0, 4220.0, 4218.0, 4211.0, 4229.0, 4208.0, 4219.0, 4198.0, 4221.0, 4239.0, 4220.0, 4230.0, 4211.0, 4220.0, 4218.0, 4220.0, 4239.0, 4220.0, 4224.0, 4220.0, 4210.0, 4219.0, 4212.0, 4230.0, 4222.0, 4242.0, 4234.0, 4245.0, 4222.0, 4235.0, 4243.0, 4235.0, 4243.0, 4234.0, 4234.0, 4224.0, 4224.0, 4212.0, 4233.0, 4225.0, 4235.0, 4222.0, 4233.0, 4274.0, 4223.0, 4253.0, 4222.0, 4220.0, 4219.0, 4220.0, 4238.0, 4218.0, 4208.0, 4208.0, 4217.0, 4198.0, 4218.0, 4227.0, 4221.0, 4230.0, 4220.0, 4209.0, 4210.0, 4221.0, 4211.0, 4231.0, 4232.0, 4232.0, 4252.0, 4225.0, 4231.0, 4222.0, 4212.0, 4234.0, 4261.0, 4230.0, 4229.0, 4211.0, 4221.0, 4220.0, 4220.0, 4248.0, 4219.0, 4227.0, 4197.0, 4207.0, 4208.0, 4207.0, 4226.0, 4207.0, 4206.0, 4196.0, 4207.0, 4206.0, 4210.0, 4229.0, 4207.0, 4207.0, 4197.0, 4218.0, 4197.0, 4220.0, 4250.0, 4221.0, 4220.0, 4211.0, 4220.0, 4212.0, 4232.0, 4244.0, 4234.0, 4264.0, 4233.0, 4223.0, 4223.0, 4235.0, 4252.0, 4234.0, 4253.0, 4223.0, 4223.0, 4224.0, 4235.0, 4222.0, 4235.0, 4254.0, 4223.0, 4253.0, 4232.0, 4209.0, 4210.0, 4221.0, 4252.0, 4211.0, 4228.0, 4209.0, 4209.0, 4219.0, 4210.0, 4209.0, 4209.0, 4228.0, 4220.0, 4222.0, 4210.0, 4221.0, 4219.0, 4221.0, 4240.0, 4210.0, 4220.0, 4209.0, 4221.0, 4239.0, 4209.0, 4228.0, 4220.0, 4230.0, 4209.0, 4221.0, 4238.0, 4209.0, 4229.0, 4218.0, 4208.0, 4210.0, 4221.0, 4237.0, 4220.0, 4228.0, 4220.0, 4220.0, 4210.0, 4220.0, 4221.0, 4234.0, 4263.0, 4233.0, 4242.0, 4232.0, 4222.0, 4222.0, 4233.0, 4251.0, 4221.0, 4231.0], 'WindowWidth': [9509.0, 9427.0, 9415.0, 9368.0, 9347.0, 9349.0, 9335.0, 9341.0, 9350.0, 9363.0, 9367.0, 9377.0, 9387.0, 9397.0, 9374.0, 9378.0, 9345.0, 9345.0, 9362.0, 9363.0, 9384.0, 9383.0, 9349.0, 9382.0, 9375.0, 9369.0, 9364.0, 9396.0, 9388.0, 9372.0, 9401.0, 9372.0, 9414.0, 9399.0, 9373.0, 9392.0, 9351.0, 9334.0, 9338.0, 9340.0, 9321.0, 9343.0, 9350.0, 9340.0, 9361.0, 9340.0, 9347.0, 9338.0, 9336.0, 9339.0, 9345.0, 9359.0, 9361.0, 9370.0, 9348.0, 9355.0, 9341.0, 9362.0, 9327.0, 9363.0, 9386.0, 9360.0, 9374.0, 9347.0, 9341.0, 9343.0, 9344.0, 9327.0, 9366.0, 9386.0, 9341.0, 9371.0, 9346.0, 9363.0, 9384.0, 9346.0, 9353.0, 9345.0, 9359.0, 9356.0, 9359.0, 9367.0, 9358.0, 9370.0, 9344.0, 9343.0, 9345.0, 9362.0, 9342.0, 9383.0, 9394.0, 9360.0, 9355.0, 9342.0, 9355.0, 9342.0, 9362.0, 9342.0, 9365.0, 9386.0, 9347.0, 9371.0, 9358.0, 9360.0, 9355.0, 9360.0, 9368.0, 9361.0, 9370.0, 9354.0, 9341.0, 9339.0, 9343.0, 9377.0, 9358.0, 9355.0, 9352.0, 9322.0, 9334.0, 9335.0, 9354.0, 9341.0, 9360.0, 9395.0, 9357.0, 9362.0, 9414.0, 9379.0, 9360.0, 9360.0, 9365.0, 9361.0, 9341.0, 9361.0, 9359.0, 9382.0, 9419.0, 9361.0, 9358.0, 9352.0, 9358.0, 9351.0, 9355.0, 9367.0, 9348.0, 9371.0, 9357.0, 9380.0, 9363.0, 9381.0, 9362.0, 9383.0, 9407.0, 9379.0, 9350.0, 9375.0, 9363.0, 9418.0, 9361.0, 9409.0, 9360.0, 9343.0, 9300.0, 9318.0, 9316.0, 9331.0, 9312.0, 9328.0, 9316.0, 9318.0, 9335.0, 9335.0, 9356.0, 9368.0, 9355.0, 9356.0, 9344.0, 9342.0, 9338.0, 9359.0, 9341.0, 9364.0, 9382.0, 9358.0, 9370.0, 9360.0, 9355.0, 9362.0, 9359.0, 9365.0, 9360.0, 9383.0, 9406.0, 9380.0, 9375.0, 9341.0, 9343.0, 9353.0, 9361.0, 9359.0, 9365.0, 9399.0, 9362.0, 9377.0, 9356.0, 9358.0, 9376.0, 9348.0, 9356.0, 9382.0, 9405.0, 9361.0, 9369.0, 9343.0, 9342.0, 9362.0, 9362.0, 9373.0, 9361.0, 9359.0, 9361.0, 9381.0, 9343.0, 9353.0, 9356.0, 9355.0, 9359.0, 9360.0, 9378.0, 9349.0, 9372.0, 9347.0, 9342.0, 9359.0, 9367.0, 9379.0, 9413.0, 9352.0, 9342.0, 9349.0, 9340.0, 9323.0, 9339.0, 9359.0, 9339.0, 9333.0, 9356.0, 9342.0, 9359.0, 9347.0, 9374.0, 9348.0, 9377.0, 9384.0, 9390.0, 9362.0, 9373.0, 9378.0, 9376.0, 9377.0, 9349.0, 9360.0, 9348.0, 9359.0, 9360.0, 9374.0, 9380.0, 9398.0, 9391.0, 9405.0, 9385.0, 9395.0, 9370.0, 9362.0, 9359.0, 9377.0, 9400.0, 9364.0, 9376.0, 9381.0, 9374.0, 9373.0, 9342.0, 9356.0, 9342.0, 9350.0, 9343.0, 9412.0, 9343.0, 9374.0, 9336.0, 9335.0, 9351.0, 9322.0, 9332.0, 9339.0, 9344.0, 9337.0, 9347.0, 9339.0, 9350.0, 9351.0, 9338.0, 9337.0, 9360.0, 9332.0, 9336.0, 9333.0, 9341.0, 9356.0, 9357.0, 9377.0, 9385.0, 9386.0, 9361.0, 9381.0, 9354.0, 9358.0, 9352.0, 9360.0, 9380.0, 9338.0, 9350.0, 9339.0, 9345.0, 9337.0, 9358.0, 9364.0, 9355.0, 9353.0, 9359.0, 9355.0, 9363.0, 9375.0, 9375.0, 9369.0, 9365.0, 9379.0, 9374.0, 9382.0, 9401.0, 9365.0, 9391.0, 9359.0, 9343.0, 9355.0, 9343.0, 9341.0, 9357.0, 9409.0, 9337.0, 9383.0, 9352.0, 9331.0, 9347.0, 9336.0, 9348.0, 9356.0, 9365.0, 9358.0, 9369.0, 9355.0, 9342.0, 9338.0, 9357.0, 9381.0, 9339.0, 9352.0, 9351.0, 9352.0, 9334.0, 9352.0, 9336.0, 9354.0, 9350.0, 9357.0, 9356.0, 9373.0, 9357.0, 9372.0, 9382.0, 9407.0, 9379.0, 9390.0, 9358.0, 9360.0, 9360.0, 9361.0, 9372.0, 9375.0, 9406.0, 9357.0, 9370.0, 9357.0, 9341.0, 9341.0, 9359.0, 9400.0, 9359.0, 9371.0, 9350.0, 9340.0, 9335.0, 9353.0, 9377.0, 9336.0, 9338.0, 9348.0, 9332.0, 9320.0, 9334.0, 9334.0, 9357.0, 9355.0, 9376.0, 9386.0, 9362.0, 9389.0, 9357.0, 9357.0, 9354.0, 9359.0, 9399.0, 9342.0, 9353.0, 9353.0, 9338.0, 9334.0, 9340.0, 9345.0, 9361.0, 9360.0, 9361.0, 9378.0, 9395.0, 9402.0, 9379.0, 9362.0, 9426.0, 9360.0, 9382.0, 9377.0, 9364.0, 9411.0, 9341.0, 9389.0, 9330.0, 9341.0, 9329.0, 9313.0, 9306.0, 9313.0, 9335.0, 9315.0, 9324.0, 9329.0, 9327.0, 9344.0, 9329.0, 9329.0, 9314.0, 9350.0, 9349.0, 9360.0, 9360.0, 9379.0, 9386.0, 9363.0, 9373.0, 9395.0, 9367.0, 9359.0, 9346.0, 9358.0, 9359.0, 9363.0, 9378.0, 9371.0, 9359.0, 9402.0, 9346.0, 9356.0, 9359.0, 9362.0, 9360.0, 9366.0, 9388.0, 9361.0, 9390.0, 9377.0, 9379.0, 9384.0, 9405.0, 9399.0, 9410.0, 9430.0, 9391.0, 9408.0, 9362.0, 9364.0, 9394.0, 9339.0, 9353.0, 9344.0, 9358.0, 9336.0, 9356.0, 9364.0, 9336.0, 9349.0, 9338.0, 9333.0, 9353.0, 9339.0, 9372.0, 9363.0, 9365.0, 9384.0, 9387.0, 9362.0, 9357.0, 9373.0, 9363.0, 9343.0, 9360.0, 9401.0, 9366.0, 9372.0, 9359.0, 9365.0, 9363.0, 9363.0, 9401.0, 9376.0, 9375.0, 9359.0, 9360.0, 9357.0, 9361.0, 9385.0, 9365.0, 9378.0, 9364.0, 9360.0, 9358.0, 9369.0, 9388.0, 9374.0, 9363.0, 9359.0, 9363.0, 9372.0, 9368.0, 9389.0, 9361.0, 9366.0, 9342.0, 9360.0, 9381.0, 9360.0, 9369.0, 9360.0, 9360.0, 9341.0, 9360.0, 9383.0, 9341.0, 9350.0, 9337.0, 9359.0, 9382.0, 9359.0, 9359.0, 9340.0, 9356.0, 9366.0, 9344.0, 9368.0, 9352.0, 9360.0, 9357.0, 9356.0, 9366.0, 9360.0, 9371.0, 9377.0, 9364.0, 9360.0, 9377.0, 9388.0, 9346.0, 9357.0, 9358.0, 9378.0, 9392.0, 9367.0, 9374.0, 9349.0, 9356.0, 9344.0, 9379.0, 9399.0, 9363.0, 9375.0, 9342.0, 9342.0, 9338.0, 9357.0, 9364.0, 9356.0, 9363.0, 9329.0, 9360.0, 9365.0, 9357.0, 9366.0, 9356.0, 9346.0, 9340.0, 9362.0, 9372.0, 9362.0, 9347.0, 9374.0, 9404.0, 9362.0, 9380.0, 9352.0, 9356.0, 9377.0, 9341.0, 9359.0, 9340.0, 9363.0, 9379.0, 9339.0, 9351.0, 9338.0, 9344.0, 9339.0, 9358.0, 9380.0, 9340.0, 9355.0, 9336.0, 9338.0, 9332.0, 9356.0, 9381.0, 9353.0, 9340.0, 9338.0, 9338.0, 9335.0, 9360.0, 9360.0, 9385.0, 9406.0, 9368.0, 9377.0, 9383.0, 9386.0, 9398.0, 9387.0, 9408.0, 9376.0, 9361.0, 9343.0, 9362.0, 9413.0, 9360.0, 9384.0, 9357.0, 9334.0, 9324.0, 9352.0, 9375.0, 9336.0, 9356.0, 9337.0, 9337.0, 9321.0, 9337.0, 9362.0, 9337.0, 9351.0, 9339.0, 9356.0, 9349.0, 9343.0, 9366.0, 9338.0, 9354.0, 9323.0, 9359.0, 9381.0, 9356.0, 9370.0, 9345.0, 9357.0, 9350.0, 9356.0, 9382.0, 9359.0, 9366.0, 9355.0, 9341.0, 9351.0, 9348.0, 9369.0, 9362.0, 9391.0, 9384.0, 9401.0, 9364.0, 9386.0, 9393.0, 9386.0, 9395.0, 9385.0, 9384.0, 9369.0, 9367.0, 9350.0, 9379.0, 9373.0, 9384.0, 9365.0, 9382.0, 9439.0, 9368.0, 9407.0, 9360.0, 9357.0, 9353.0, 9356.0, 9379.0, 9352.0, 9338.0, 9336.0, 9347.0, 9321.0, 9351.0, 9360.0, 9359.0, 9370.0, 9356.0, 9340.0, 9342.0, 9359.0, 9345.0, 9377.0, 9376.0, 9377.0, 9404.0, 9370.0, 9373.0, 9362.0, 9349.0, 9384.0, 9416.0, 9368.0, 9365.0, 9343.0, 9357.0, 9353.0, 9354.0, 9391.0, 9353.0, 9362.0, 9321.0, 9333.0, 9336.0, 9334.0, 9357.0, 9332.0, 9331.0, 9317.0, 9333.0, 9332.0, 9341.0, 9364.0, 9333.0, 9332.0, 9319.0, 9351.0, 9321.0, 9356.0, 9399.0, 9361.0, 9358.0, 9345.0, 9357.0, 9348.0, 9378.0, 9393.0, 9385.0, 9424.0, 9379.0, 9366.0, 9367.0, 9388.0, 9404.0, 9383.0, 9407.0, 9366.0, 9363.0, 9367.0, 9384.0, 9365.0, 9386.0, 9409.0, 9365.0, 9405.0, 9373.0, 9339.0, 9343.0, 9359.0, 9400.0, 9345.0, 9364.0, 9338.0, 9338.0, 9351.0, 9341.0, 9340.0, 9340.0, 9365.0, 9358.0, 9362.0, 9343.0, 9358.0, 9353.0, 9358.0, 9382.0, 9345.0, 9357.0, 9340.0, 9358.0, 9380.0, 9339.0, 9366.0, 9357.0, 9371.0, 9339.0, 9359.0, 9378.0, 9338.0, 9365.0, 9350.0, 9338.0, 9340.0, 9359.0, 9375.0, 9355.0, 9364.0, 9356.0, 9355.0, 9344.0, 9358.0, 9361.0, 9384.0, 9420.0, 9380.0, 9391.0, 9377.0, 9364.0, 9362.0, 9378.0, 9401.0, 9360.0, 9373.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.0019757749712973594</td></tr>
<tr><td colspan=3>aqi</td><td>0.030075622158438575</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.1277814668046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.227300211310345</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0047236426781598</td></tr>
<tr><td colspan=3>efc</td><td>0.4435</td></tr>
<tr><td colspan=3>fber</td><td>8389.0859</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10459553954730648</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.396096440872561</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4151502916423495</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3523078530075194</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.627891210073464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.265251811846065</td></tr>
<tr><td colspan=3>gcor</td><td>0.00626906</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013570208102464676</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014893454499542713</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>871</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.845870916729982</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.184</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>32.6292</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>173.8893</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311310.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>876.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>389.4619</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2507</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>541.2792</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3519.1498</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3741.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65234.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1134.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>972.7241</td></tr>
<tr><td colspan=3>tsnr</td><td>37.54893932491541</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>