<?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-0058_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-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0058/figures/sub-0058_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-0058/figures/sub-0058_ses-03_task-social_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0058/figures/sub-0058_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-0058/ses-03/func/sub-0058_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>680752309d99b3c66de7283f745837a6</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>11:14:47.845000</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.999036, 0.024484, -0.0364412, -0.0266841, 0.997771, -0.0611654]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-social_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111362</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>[4129, -7693, -7255, 563, -74, 63, -40, 93]</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>258.552</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b3cc8e07-8bb0-475d-b075-748708b05691||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.680340051651001, -0.07159159332513809, -0.09412847459316254, 118.36946868896484], [-0.06568890810012817, 2.6769464015960693, -0.1676127016544342, -88.16915893554688], [-0.09776908904314041, 0.16410216689109802, 2.693147897720337, -76.1519775390625], [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': ['111447.845000', '111448.305000', '111448.765000', '111449.225000', '111449.685000', '111450.145000', '111450.605000', '111451.065000', '111451.525000', '111451.985000', '111452.445000', '111452.905000', '111453.365000', '111453.825000', '111454.285000', '111454.745000', '111455.205000', '111455.665000', '111456.125000', '111456.585000', '111457.045000', '111457.505000', '111457.965000', '111458.425000', '111458.885000', '111459.345000', '111459.805000', '111500.265000', '111500.725000', '111501.185000', '111501.645000', '111502.105000', '111502.565000', '111503.025000', '111503.485000', '111503.945000', '111504.405000', '111504.865000', '111505.325000', '111505.785000', '111506.245000', '111506.705000', '111507.165000', '111507.625000', '111508.085000', '111508.545000', '111509.005000', '111509.465000', '111509.925000', '111510.385000', '111510.845000', '111511.305000', '111511.765000', '111512.225000', '111512.685000', '111513.145000', '111513.605000', '111514.065000', '111514.525000', '111514.985000', '111515.445000', '111515.905000', '111516.365000', '111516.825000', '111517.285000', '111517.745000', '111518.205000', '111518.665000', '111519.125000', '111519.585000', '111520.045000', '111520.505000', '111520.965000', '111521.425000', '111521.885000', '111522.345000', '111522.805000', '111523.265000', '111523.725000', '111524.185000', '111524.645000', '111525.105000', '111525.565000', '111526.025000', '111526.485000', '111526.945000', '111527.405000', '111527.865000', '111528.325000', '111528.785000', '111529.245000', '111529.705000', '111530.165000', '111530.625000', '111531.085000', '111531.545000', '111532.005000', '111532.465000', '111532.925000', '111533.385000', '111533.845000', '111534.305000', '111534.765000', '111535.225000', '111535.685000', '111536.145000', '111536.605000', '111537.065000', '111537.525000', '111537.985000', '111538.445000', '111538.905000', '111539.365000', '111539.825000', '111540.285000', '111540.745000', '111541.205000', '111541.665000', '111542.125000', '111542.585000', '111543.045000', '111543.505000', '111543.965000', '111544.425000', '111544.885000', '111545.345000', '111545.805000', '111546.265000', '111546.725000', '111547.185000', '111547.645000', '111548.105000', '111548.565000', '111549.025000', '111549.485000', '111549.945000', '111550.405000', '111550.865000', '111551.325000', '111551.785000', '111552.245000', '111552.705000', '111553.165000', '111553.625000', '111554.085000', '111554.545000', '111555.005000', '111555.465000', '111555.925000', '111556.385000', '111556.845000', '111557.305000', '111557.765000', '111558.225000', '111558.685000', '111559.145000', '111559.605000', '111600.065000', '111600.525000', '111600.985000', '111601.445000', '111601.905000', '111602.365000', '111602.825000', '111603.285000', '111603.745000', '111604.205000', '111604.665000', '111605.125000', '111605.585000', '111606.045000', '111606.505000', '111606.965000', '111607.425000', '111607.885000', '111608.345000', '111608.805000', '111609.265000', '111609.725000', '111610.185000', '111610.645000', '111611.105000', '111611.565000', '111612.025000', '111612.485000', '111612.945000', '111613.405000', '111613.865000', '111614.325000', '111614.785000', '111615.245000', '111615.705000', '111616.165000', '111616.625000', '111617.085000', '111617.545000', '111618.005000', '111618.465000', '111618.925000', '111619.385000', '111619.845000', '111620.305000', '111620.765000', '111621.225000', '111621.685000', '111622.145000', '111622.605000', '111623.065000', '111623.525000', '111623.985000', '111624.445000', '111624.905000', '111625.365000', '111625.825000', '111626.285000', '111626.745000', '111627.205000', '111627.665000', '111628.125000', '111628.585000', '111629.045000', '111629.505000', '111629.965000', '111630.425000', '111630.885000', '111631.345000', '111631.805000', '111632.265000', '111632.725000', '111633.185000', '111633.645000', '111634.105000', '111634.565000', '111635.025000', '111635.485000', '111635.945000', '111636.405000', '111636.865000', '111637.325000', '111637.785000', '111638.245000', '111638.705000', '111639.165000', '111639.625000', '111640.085000', '111640.545000', '111641.005000', '111641.465000', '111641.925000', '111642.385000', '111642.845000', '111643.305000', '111643.765000', '111644.225000', '111644.685000', '111645.145000', '111645.605000', '111646.065000', '111646.525000', '111646.985000', '111647.445000', '111647.905000', '111648.365000', '111648.825000', '111649.285000', '111649.745000', '111650.205000', '111650.665000', '111651.125000', '111651.585000', '111652.045000', '111652.505000', '111652.965000', '111653.425000', '111653.885000', '111654.345000', '111654.805000', '111655.265000', '111655.725000', '111656.185000', '111656.645000', '111657.105000', '111657.565000', '111658.025000', '111658.485000', '111658.945000', '111659.405000', '111659.865000', '111700.325000', '111700.785000', '111701.245000', '111701.705000', '111702.165000', '111702.625000', '111703.085000', '111703.545000', '111704.005000', '111704.465000', '111704.925000', '111705.385000', '111705.845000', '111706.305000', '111706.765000', '111707.225000', '111707.685000', '111708.145000', '111708.605000', '111709.065000', '111709.525000', '111709.985000', '111710.445000', '111710.905000', '111711.365000', '111711.825000', '111712.285000', '111712.745000', '111713.205000', '111713.665000', '111714.125000', '111714.585000', '111715.045000', '111715.505000', '111715.965000', '111716.425000', '111716.885000', '111717.345000', '111717.805000', '111718.265000', '111718.725000', '111719.185000', '111719.645000', '111720.105000', '111720.565000', '111721.025000', '111721.485000', '111721.945000', '111722.405000', '111722.865000', '111723.325000', '111723.785000', '111724.245000', '111724.705000', '111725.165000', '111725.625000', '111726.085000', '111726.545000', '111727.005000', '111727.465000', '111727.925000', '111728.385000', '111728.845000', '111729.305000', '111729.765000', '111730.225000', '111730.685000', '111731.145000', '111731.605000', '111732.065000', '111732.525000', '111732.985000', '111733.445000', '111733.905000', '111734.365000', '111734.825000', '111735.285000', '111735.745000', '111736.205000', '111736.665000', '111737.125000', '111737.585000', '111738.045000', '111738.505000', '111738.965000', '111739.425000', '111739.885000', '111740.345000', '111740.805000', '111741.265000', '111741.725000', '111742.185000', '111742.645000', '111743.105000', '111743.565000', '111744.025000', '111744.485000', '111744.945000', '111745.405000', '111745.865000', '111746.325000', '111746.785000', '111747.245000', '111747.705000', '111748.165000', '111748.625000', '111749.085000', '111749.545000', '111750.005000', '111750.465000', '111750.925000', '111751.385000', '111751.845000', '111752.305000', '111752.765000', '111753.225000', '111753.685000', '111754.145000', '111754.605000', '111755.065000', '111755.525000', '111755.985000', '111756.445000', '111756.905000', '111757.365000', '111757.825000', '111758.285000', '111758.745000', '111759.205000', '111759.665000', '111800.125000', '111800.585000', '111801.045000', '111801.505000', '111801.965000', '111802.425000', '111802.885000', '111803.345000', '111803.805000', '111804.265000', '111804.725000', '111805.185000', '111805.645000', '111806.105000', '111806.565000', '111807.025000', '111807.485000', '111807.945000', '111808.405000', '111808.865000', '111809.325000', '111809.785000', '111810.245000', '111810.705000', '111811.165000', '111811.625000', '111812.085000', '111812.545000', '111813.005000', '111813.465000', '111813.925000', '111814.385000', '111814.845000', '111815.305000', '111815.765000', '111816.225000', '111816.685000', '111817.145000', '111817.605000', '111818.065000', '111818.525000', '111818.985000', '111819.445000', '111819.905000', '111820.365000', '111820.825000', '111821.285000', '111821.745000', '111822.205000', '111822.665000', '111823.125000', '111823.585000', '111824.045000', '111824.505000', '111824.965000', '111825.425000', '111825.885000', '111826.345000', '111826.805000', '111827.265000', '111827.725000', '111828.185000', '111828.645000', '111829.105000', '111829.565000', '111830.025000', '111830.485000', '111830.945000', '111831.405000', '111831.865000', '111832.325000', '111832.785000', '111833.245000', '111833.705000', '111834.165000', '111834.625000', '111835.085000', '111835.545000', '111836.005000', '111836.465000', '111836.925000', '111837.385000', '111837.845000', '111838.305000', '111838.765000', '111839.225000', '111839.685000', '111840.145000', '111840.605000', '111841.065000', '111841.525000', '111841.985000', '111842.445000', '111842.905000', '111843.365000', '111843.825000', '111844.285000', '111844.745000', '111845.205000', '111845.665000', '111846.125000', '111846.585000', '111847.045000', '111847.505000', '111847.965000', '111848.425000', '111848.885000', '111849.345000', '111849.805000', '111850.265000', '111850.725000', '111851.185000', '111851.645000', '111852.105000', '111852.565000', '111853.025000', '111853.485000', '111853.945000', '111854.405000', '111854.865000', '111855.325000', '111855.785000', '111856.245000', '111856.705000', '111857.165000', '111857.625000', '111858.085000', '111858.545000', '111859.005000', '111859.465000', '111859.925000', '111900.385000', '111900.845000', '111901.305000', '111901.765000', '111902.225000', '111902.685000', '111903.145000', '111903.605000', '111904.065000', '111904.525000', '111904.985000', '111905.445000', '111905.905000', '111906.365000', '111906.825000', '111907.285000', '111907.745000', '111908.205000', '111908.665000', '111909.125000', '111909.585000', '111910.045000', '111910.505000', '111910.965000', '111911.425000', '111911.885000', '111912.345000', '111912.805000', '111913.265000', '111913.725000', '111914.185000', '111914.645000', '111915.105000', '111915.565000', '111916.025000', '111916.485000', '111916.945000', '111917.405000', '111917.865000', '111918.325000', '111918.785000', '111919.245000', '111919.705000', '111920.165000', '111920.625000', '111921.085000', '111921.545000', '111922.005000', '111922.465000', '111922.925000', '111923.385000', '111923.845000', '111924.305000', '111924.765000', '111925.225000', '111925.685000', '111926.145000', '111926.605000', '111927.065000', '111927.525000', '111927.985000', '111928.445000', '111928.905000', '111929.365000', '111929.825000', '111930.285000', '111930.745000', '111931.205000', '111931.665000', '111932.125000', '111932.585000', '111933.045000', '111933.505000', '111933.965000', '111934.425000', '111934.885000', '111935.345000', '111935.805000', '111936.265000', '111936.725000', '111937.185000', '111937.645000', '111938.105000', '111938.565000', '111939.025000', '111939.485000', '111939.945000', '111940.405000', '111940.865000', '111941.325000', '111941.785000', '111942.245000', '111942.705000', '111943.165000', '111943.625000', '111944.085000', '111944.545000', '111945.005000', '111945.465000', '111945.925000', '111946.385000', '111946.845000', '111947.305000', '111947.765000', '111948.225000', '111948.685000', '111949.145000', '111949.605000', '111950.065000', '111950.525000', '111950.985000', '111951.445000', '111951.905000', '111952.365000', '111952.825000', '111953.285000', '111953.745000', '111954.205000', '111954.665000', '111955.125000', '111955.585000', '111956.045000', '111956.505000', '111956.965000', '111957.425000', '111957.885000', '111958.345000', '111958.805000', '111959.265000', '111959.725000', '112000.185000', '112000.645000', '112001.105000', '112001.565000', '112002.025000', '112002.485000', '112002.945000', '112003.405000', '112003.865000', '112004.325000', '112004.785000', '112005.245000', '112005.705000', '112006.165000', '112006.625000', '112007.085000', '112007.545000', '112008.005000', '112008.465000', '112008.925000', '112009.385000', '112009.845000', '112010.305000', '112010.765000', '112011.225000', '112011.685000', '112012.145000', '112012.605000', '112013.065000', '112013.525000', '112013.985000', '112014.445000', '112014.905000', '112015.365000', '112015.825000', '112016.285000', '112016.745000', '112017.205000', '112017.665000', '112018.125000', '112018.585000', '112019.045000', '112019.505000', '112019.965000', '112020.425000', '112020.885000', '112021.345000', '112021.805000', '112022.265000', '112022.725000', '112023.185000', '112023.645000', '112024.105000', '112024.565000', '112025.025000', '112025.485000', '112025.945000', '112026.405000', '112026.865000', '112027.325000', '112027.785000', '112028.245000', '112028.705000', '112029.165000', '112029.625000', '112030.085000', '112030.545000', '112031.005000', '112031.465000', '112031.925000', '112032.385000', '112032.845000', '112033.305000', '112033.765000', '112034.225000', '112034.685000', '112035.145000', '112035.605000', '112036.065000', '112036.525000', '112036.985000', '112037.445000', '112037.905000', '112038.365000', '112038.825000', '112039.285000', '112039.745000', '112040.205000', '112040.665000', '112041.125000', '112041.585000', '112042.045000', '112042.505000', '112042.965000', '112043.425000', '112043.885000', '112044.345000', '112044.805000', '112045.265000', '112045.725000', '112046.185000', '112046.645000', '112047.105000', '112047.565000', '112048.025000', '112048.485000', '112048.945000', '112049.405000', '112049.865000', '112050.325000', '112050.785000', '112051.245000', '112051.705000', '112052.165000', '112052.625000', '112053.085000', '112053.545000', '112054.005000', '112054.465000', '112054.925000', '112055.385000', '112055.845000', '112056.305000', '112056.765000', '112057.225000', '112057.685000', '112058.145000', '112058.605000', '112059.065000', '112059.525000', '112059.985000', '112100.445000', '112100.905000', '112101.365000', '112101.825000', '112102.285000', '112102.745000', '112103.205000', '112103.665000', '112104.125000', '112104.585000', '112105.045000', '112105.505000', '112105.965000', '112106.425000', '112106.885000', '112107.345000', '112107.805000', '112108.265000', '112108.725000', '112109.185000', '112109.645000', '112110.105000', '112110.565000', '112111.025000', '112111.485000', '112111.945000', '112112.405000', '112112.865000', '112113.325000', '112113.785000', '112114.245000', '112114.705000', '112115.165000', '112115.625000', '112116.085000', '112116.545000', '112117.005000', '112117.465000', '112117.925000', '112118.385000', '112118.845000', '112119.305000', '112119.765000', '112120.225000', '112120.685000', '112121.145000', '112121.605000', '112122.065000', '112122.525000', '112122.985000', '112123.445000', '112123.905000', '112124.365000', '112124.825000', '112125.285000', '112125.745000', '112126.205000', '112126.665000', '112127.125000', '112127.585000', '112128.045000', '112128.505000'], 'ContentTime': ['111457.898000', '111457.901000', '111457.904000', '111457.906000', '111457.909000', '111457.917000', '111457.919000', '111457.922000', '111457.924000', '111457.927000', '111457.930000', '111457.932000', '111457.935000', '111457.938000', '111457.940000', '111457.943000', '111457.948000', '111457.951000', '111457.953000', '111457.956000', '111517.869000', '111517.872000', '111517.875000', '111517.877000', '111517.880000', '111517.882000', '111517.885000', '111517.899000', '111517.902000', '111517.904000', '111517.907000', '111517.909000', '111517.912000', '111517.914000', '111517.917000', '111517.920000', '111517.922000', '111517.925000', '111517.928000', '111517.930000', '111517.933000', '111517.936000', '111517.938000', '111517.941000', '111517.951000', '111517.954000', '111517.957000', '111517.960000', '111517.963000', '111517.966000', '111517.969000', '111517.971000', '111517.974000', '111517.976000', '111517.979000', '111517.982000', '111517.984000', '111517.987000', '111517.990000', '111517.992000', '111517.995000', '111517.997000', '111518.001000', '111537.870000', '111537.873000', '111537.876000', '111537.878000', '111537.881000', '111537.884000', '111537.886000', '111537.889000', '111537.891000', '111537.894000', '111537.896000', '111537.899000', '111537.902000', '111537.904000', '111537.907000', '111537.909000', '111537.912000', '111537.915000', '111537.917000', '111537.920000', '111537.922000', '111537.925000', '111537.927000', '111537.930000', '111537.933000', '111537.935000', '111537.938000', '111537.940000', '111537.943000', '111537.945000', '111537.948000', '111537.951000', '111537.953000', '111537.956000', '111537.959000', '111537.961000', '111537.964000', '111537.966000', '111537.969000', '111537.971000', '111537.974000', '111537.977000', '111537.979000', '111537.982000', '111557.870000', '111557.873000', '111557.876000', '111557.878000', '111557.881000', '111557.884000', '111557.886000', '111557.889000', '111557.891000', '111557.894000', '111557.896000', '111557.899000', '111557.901000', '111557.904000', '111557.906000', '111557.909000', '111557.912000', '111557.914000', '111557.917000', '111557.919000', '111557.922000', '111557.924000', '111557.927000', '111557.930000', '111557.932000', '111557.935000', '111557.937000', '111557.940000', '111557.942000', '111557.945000', '111557.948000', '111557.950000', '111557.953000', '111557.955000', '111557.958000', '111557.961000', '111557.963000', '111557.966000', '111557.968000', '111557.971000', '111557.974000', '111557.977000', '111557.980000', '111617.870000', '111617.873000', '111617.876000', '111617.878000', '111617.881000', '111617.884000', '111617.886000', '111617.889000', '111617.891000', '111617.894000', '111617.896000', '111617.899000', '111617.902000', '111617.904000', '111617.907000', '111617.909000', '111617.912000', '111617.914000', '111617.917000', '111617.920000', '111617.922000', '111617.925000', '111617.927000', '111617.930000', '111617.932000', '111617.935000', '111617.938000', '111617.940000', '111617.943000', '111617.945000', '111617.948000', '111617.950000', '111617.953000', '111617.956000', '111617.958000', '111617.961000', '111617.963000', '111617.966000', '111617.968000', '111617.971000', '111617.974000', '111617.976000', '111617.979000', '111617.981000', '111637.869000', '111637.872000', '111637.875000', '111637.877000', '111637.880000', '111637.882000', '111637.885000', '111637.887000', '111637.890000', '111637.893000', '111637.895000', '111637.898000', '111637.900000', '111637.903000', '111637.905000', '111637.908000', '111637.911000', '111637.913000', '111637.916000', '111637.919000', '111637.921000', '111637.924000', '111637.926000', '111637.929000', '111637.931000', '111637.934000', '111637.937000', '111637.939000', '111637.942000', '111637.945000', '111637.947000', '111637.950000', '111637.952000', '111637.955000', '111637.957000', '111637.960000', '111637.963000', '111637.965000', '111637.968000', '111637.970000', '111637.973000', '111637.976000', '111637.978000', '111657.869000', '111657.872000', '111657.875000', '111657.915000', '111657.917000', '111657.920000', '111657.923000', '111657.925000', '111657.928000', '111657.930000', '111657.933000', '111657.936000', '111657.938000', '111657.941000', '111657.943000', '111657.946000', '111657.949000', '111657.951000', '111657.954000', '111657.956000', '111657.959000', '111657.962000', '111657.964000', '111657.967000', '111657.970000', '111657.972000', '111657.975000', '111657.977000', '111657.980000', '111657.983000', '111657.985000', '111657.988000', '111657.990000', '111657.993000', '111657.996000', '111657.998000', '111658.002000', '111658.004000', '111658.007000', '111658.009000', '111658.012000', '111658.015000', '111658.017000', '111658.020000', '111717.869000', '111717.872000', '111717.875000', '111717.877000', '111717.880000', '111717.882000', '111717.885000', '111717.888000', '111717.890000', '111717.893000', '111717.895000', '111717.898000', '111717.900000', '111717.903000', '111717.905000', '111717.908000', '111717.911000', '111717.913000', '111717.916000', '111717.918000', '111717.921000', '111717.924000', '111717.926000', '111717.929000', '111717.931000', '111717.934000', '111717.936000', '111717.939000', '111717.942000', '111717.944000', '111717.947000', '111717.950000', '111717.952000', '111717.955000', '111717.957000', '111717.960000', '111717.962000', '111717.965000', '111717.967000', '111717.970000', '111717.972000', '111717.975000', '111717.978000', '111737.869000', '111737.872000', '111737.875000', '111737.877000', '111737.880000', '111737.883000', '111737.885000', '111737.888000', '111737.890000', '111737.893000', '111737.895000', '111737.898000', '111737.901000', '111737.903000', '111737.906000', '111737.908000', '111737.911000', '111737.914000', '111737.916000', '111737.919000', '111737.921000', '111737.924000', '111737.926000', '111737.929000', '111737.931000', '111737.934000', '111737.937000', '111737.939000', '111737.942000', '111737.945000', '111737.947000', '111737.950000', '111737.952000', '111737.955000', '111737.957000', '111737.960000', '111737.962000', '111737.965000', '111737.968000', '111737.970000', '111737.973000', '111737.975000', '111737.978000', '111737.980000', '111757.871000', '111757.873000', '111757.876000', '111757.878000', '111757.881000', '111757.884000', '111757.886000', '111757.889000', '111757.891000', '111757.894000', '111757.896000', '111757.899000', '111757.901000', '111757.904000', '111757.907000', '111757.909000', '111757.912000', '111757.914000', '111757.917000', '111757.919000', '111757.922000', '111757.925000', '111757.927000', '111757.930000', '111757.932000', '111757.935000', '111757.937000', '111757.940000', '111757.943000', '111757.945000', '111757.948000', '111757.950000', '111757.953000', '111757.956000', '111757.958000', '111757.961000', '111757.963000', '111757.966000', '111757.968000', '111757.971000', '111757.973000', '111757.976000', '111757.979000', '111817.871000', '111817.873000', '111817.876000', '111817.879000', '111817.881000', '111817.884000', '111817.886000', '111817.889000', '111817.891000', '111817.894000', '111817.896000', '111817.899000', '111817.902000', '111817.904000', '111817.907000', '111817.909000', '111817.912000', '111817.915000', '111817.917000', '111817.920000', '111817.922000', '111817.925000', '111817.927000', '111817.930000', '111817.933000', '111817.935000', '111817.938000', '111817.940000', '111817.964000', '111817.967000', '111817.969000', '111817.972000', '111817.975000', '111817.977000', '111817.980000', '111817.982000', '111817.985000', '111817.988000', '111817.990000', '111817.993000', '111817.995000', '111817.998000', '111818.001000', '111818.003000', '111837.870000', '111837.873000', '111837.876000', '111837.878000', '111837.881000', '111837.883000', '111837.886000', '111837.889000', '111837.891000', '111837.894000', '111837.896000', '111837.899000', '111837.901000', '111837.904000', '111837.907000', '111837.909000', '111837.912000', '111837.914000', '111837.917000', '111837.919000', '111837.922000', '111837.925000', '111837.927000', '111837.930000', '111837.932000', '111837.935000', '111837.937000', '111837.940000', '111837.943000', '111837.945000', '111837.948000', '111837.950000', '111837.953000', '111837.955000', '111837.958000', '111837.961000', '111837.963000', '111837.966000', '111837.968000', '111837.971000', '111837.974000', '111837.976000', '111837.979000', '111857.869000', '111857.875000', '111857.877000', '111857.880000', '111857.882000', '111857.885000', '111857.888000', '111857.890000', '111857.893000', '111857.896000', '111857.898000', '111857.901000', '111857.904000', '111857.906000', '111857.909000', '111857.911000', '111857.914000', '111857.917000', '111857.919000', '111857.922000', '111857.924000', '111857.927000', '111857.929000', '111857.932000', '111857.935000', '111857.937000', '111857.940000', '111857.942000', '111857.945000', '111857.948000', '111857.950000', '111857.953000', '111857.955000', '111857.958000', '111857.961000', '111857.963000', '111857.966000', '111857.968000', '111857.971000', '111857.974000', '111857.976000', '111857.979000', '111857.981000', '111917.870000', '111917.872000', '111917.875000', '111917.877000', '111917.880000', '111917.883000', '111917.885000', '111917.888000', '111917.890000', '111917.893000', '111917.895000', '111917.898000', '111917.901000', '111917.903000', '111917.906000', '111917.908000', '111917.911000', '111917.914000', '111917.916000', '111917.919000', '111917.921000', '111917.924000', '111917.926000', '111917.929000', '111917.931000', '111917.934000', '111917.937000', '111917.939000', '111917.942000', '111917.944000', '111917.947000', '111917.949000', '111917.952000', '111917.954000', '111917.957000', '111917.959000', '111917.962000', '111917.965000', '111917.967000', '111917.970000', '111917.972000', '111917.975000', '111917.977000', '111917.980000', '111937.869000', '111937.872000', '111937.875000', '111937.877000', '111937.880000', '111937.882000', '111937.885000', '111937.888000', '111937.890000', '111937.893000', '111937.895000', '111937.898000', '111937.901000', '111937.903000', '111937.906000', '111937.908000', '111937.911000', '111937.914000', '111937.916000', '111937.919000', '111937.922000', '111937.924000', '111937.927000', '111937.930000', '111937.932000', '111937.935000', '111937.937000', '111937.940000', '111937.943000', '111937.945000', '111937.948000', '111937.950000', '111937.953000', '111937.955000', '111937.958000', '111937.960000', '111937.963000', '111937.966000', '111937.968000', '111937.971000', '111937.973000', '111937.976000', '111937.978000', '111957.869000', '111957.872000', '111957.875000', '111957.877000', '111957.880000', '111957.882000', '111957.885000', '111957.887000', '111957.890000', '111957.893000', '111957.904000', '111957.906000', '111957.909000', '111957.911000', '111957.914000', '111957.916000', '111957.919000', '111957.921000', '111957.924000', '111957.927000', '111957.929000', '111957.932000', '111957.934000', '111957.937000', '111957.940000', '111957.942000', '111957.945000', '111957.947000', '111957.950000', '111957.952000', '111957.955000', '111957.958000', '111957.960000', '111957.963000', '111957.965000', '111957.968000', '111957.970000', '111957.973000', '111957.975000', '111957.978000', '111957.981000', '111957.983000', '111957.986000', '111957.988000', '112017.871000', '112017.873000', '112017.876000', '112017.879000', '112017.882000', '112017.885000', '112017.887000', '112017.901000', '112017.903000', '112017.906000', '112017.909000', '112017.911000', '112017.914000', '112017.916000', '112017.919000', '112017.922000', '112017.924000', '112017.927000', '112017.930000', '112017.932000', '112017.935000', '112017.938000', '112017.941000', '112017.943000', '112017.946000', '112017.948000', '112017.951000', '112017.954000', '112017.956000', '112017.959000', '112017.961000', '112017.964000', '112017.967000', '112017.969000', '112017.972000', '112017.974000', '112017.977000', '112017.979000', '112017.982000', '112017.985000', '112017.987000', '112017.990000', '112017.992000', '112037.871000', '112038.063000', '112038.066000', '112038.068000', '112038.071000', '112038.074000', '112038.076000', '112038.079000', '112038.081000', '112038.084000', '112038.086000', '112038.089000', '112038.091000', '112038.094000', '112038.097000', '112038.099000', '112038.102000', '112038.104000', '112038.107000', '112038.110000', '112038.112000', '112038.115000', '112038.118000', '112038.121000', '112038.124000', '112038.126000', '112038.129000', '112038.131000', '112038.134000', '112038.137000', '112038.139000', '112038.142000', '112038.145000', '112038.148000', '112038.151000', '112038.154000', '112038.157000', '112038.159000', '112038.162000', '112038.164000', '112038.167000', '112038.170000', '112038.172000', '112038.175000', '112057.870000', '112057.873000', '112057.876000', '112057.878000', '112057.881000', '112057.884000', '112057.886000', '112057.889000', '112057.892000', '112057.894000', '112057.897000', '112057.899000', '112057.902000', '112057.904000', '112057.907000', '112057.910000', '112057.913000', '112057.915000', '112057.918000', '112057.921000', '112057.923000', '112057.926000', '112057.929000', '112057.931000', '112057.934000', '112057.936000', '112057.940000', '112057.943000', '112057.946000', '112057.948000', '112057.951000', '112057.953000', '112057.956000', '112057.959000', '112057.961000', '112057.964000', '112057.966000', '112057.969000', '112057.972000', '112057.974000', '112057.977000', '112057.979000', '112057.982000', '112117.870000', '112117.873000', '112117.875000', '112117.878000', '112117.880000', '112117.883000', '112117.886000', '112117.888000', '112117.891000', '112117.893000', '112117.896000', '112117.898000', '112117.901000', '112117.903000', '112117.906000', '112117.909000', '112117.911000', '112117.914000', '112117.916000', '112117.919000', '112117.940000', '112117.943000', '112117.946000', '112117.948000', '112117.951000', '112117.953000', '112117.956000', '112117.959000', '112117.961000', '112117.964000', '112117.966000', '112117.969000', '112117.971000', '112117.974000', '112117.977000', '112117.979000', '112117.982000', '112117.984000', '112117.987000', '112117.990000', '112117.992000', '112117.995000', '112117.997000', '112118.000000', '112129.578000', '112129.582000', '112129.594000', '112129.597000', '112129.600000', '112129.603000', '112129.605000', '112129.608000', '112129.611000', '112129.613000', '112129.616000', '112129.619000', '112129.622000', '112129.625000', '112129.628000', '112129.630000', '112129.633000', '112129.635000', '112129.638000', '112129.641000', '112129.644000', '112129.646000', '112129.649000', '112129.653000', '112129.656000', '112129.658000'], 'InstanceCreationTime': ['111457.898000', '111457.901000', '111457.904000', '111457.906000', '111457.909000', '111457.917000', '111457.919000', '111457.922000', '111457.924000', '111457.927000', '111457.930000', '111457.932000', '111457.935000', '111457.938000', '111457.940000', '111457.943000', '111457.948000', '111457.951000', '111457.953000', '111457.956000', '111517.869000', '111517.872000', '111517.875000', '111517.877000', '111517.880000', '111517.882000', '111517.885000', '111517.899000', '111517.902000', '111517.904000', '111517.907000', '111517.909000', '111517.912000', '111517.914000', '111517.917000', '111517.920000', '111517.922000', '111517.925000', '111517.928000', '111517.930000', '111517.933000', '111517.936000', '111517.938000', '111517.941000', '111517.951000', '111517.954000', '111517.957000', '111517.960000', '111517.963000', '111517.966000', '111517.969000', '111517.971000', '111517.974000', '111517.976000', '111517.979000', '111517.982000', '111517.984000', '111517.987000', '111517.990000', '111517.992000', '111517.995000', '111517.997000', '111518.001000', '111537.870000', '111537.873000', '111537.876000', '111537.878000', '111537.881000', '111537.884000', '111537.886000', '111537.889000', '111537.891000', '111537.894000', '111537.896000', '111537.899000', '111537.902000', '111537.904000', '111537.907000', '111537.909000', '111537.912000', '111537.915000', '111537.917000', '111537.920000', '111537.922000', '111537.925000', '111537.927000', '111537.930000', '111537.933000', '111537.935000', '111537.938000', '111537.940000', '111537.943000', '111537.945000', '111537.948000', '111537.951000', '111537.953000', '111537.956000', '111537.959000', '111537.961000', '111537.964000', '111537.966000', '111537.969000', '111537.971000', '111537.974000', '111537.977000', '111537.979000', '111537.982000', '111557.870000', '111557.873000', '111557.876000', '111557.878000', '111557.881000', '111557.884000', '111557.886000', '111557.889000', '111557.891000', '111557.894000', '111557.896000', '111557.899000', '111557.901000', '111557.904000', '111557.906000', '111557.909000', '111557.912000', '111557.914000', '111557.917000', '111557.919000', '111557.922000', '111557.924000', '111557.927000', '111557.930000', '111557.932000', '111557.935000', '111557.937000', '111557.940000', '111557.942000', '111557.945000', '111557.948000', '111557.950000', '111557.953000', '111557.955000', '111557.958000', '111557.961000', '111557.963000', '111557.966000', '111557.968000', '111557.971000', '111557.974000', '111557.977000', '111557.980000', '111617.870000', '111617.873000', '111617.876000', '111617.878000', '111617.881000', '111617.884000', '111617.886000', '111617.889000', '111617.891000', '111617.894000', '111617.896000', '111617.899000', '111617.902000', '111617.904000', '111617.907000', '111617.909000', '111617.912000', '111617.914000', '111617.917000', '111617.920000', '111617.922000', '111617.925000', '111617.927000', '111617.930000', '111617.932000', '111617.935000', '111617.938000', '111617.940000', '111617.943000', '111617.945000', '111617.948000', '111617.950000', '111617.953000', '111617.956000', '111617.958000', '111617.961000', '111617.963000', '111617.966000', '111617.968000', '111617.971000', '111617.974000', '111617.976000', '111617.979000', '111617.981000', '111637.869000', '111637.872000', '111637.875000', '111637.877000', '111637.880000', '111637.882000', '111637.885000', '111637.887000', '111637.890000', '111637.893000', '111637.895000', '111637.898000', '111637.900000', '111637.903000', '111637.905000', '111637.908000', '111637.911000', '111637.913000', '111637.916000', '111637.919000', '111637.921000', '111637.924000', '111637.926000', '111637.929000', '111637.931000', '111637.934000', '111637.937000', '111637.939000', '111637.942000', '111637.945000', '111637.947000', '111637.950000', '111637.952000', '111637.955000', '111637.957000', '111637.960000', '111637.963000', '111637.965000', '111637.968000', '111637.970000', '111637.973000', '111637.976000', '111637.978000', '111657.869000', '111657.872000', '111657.875000', '111657.915000', '111657.917000', '111657.920000', '111657.923000', '111657.925000', '111657.928000', '111657.930000', '111657.933000', '111657.936000', '111657.938000', '111657.941000', '111657.943000', '111657.946000', '111657.949000', '111657.951000', '111657.954000', '111657.956000', '111657.959000', '111657.962000', '111657.964000', '111657.967000', '111657.970000', '111657.972000', '111657.975000', '111657.977000', '111657.980000', '111657.983000', '111657.985000', '111657.988000', '111657.990000', '111657.993000', '111657.996000', '111657.998000', '111658.002000', '111658.004000', '111658.007000', '111658.009000', '111658.012000', '111658.015000', '111658.017000', '111658.020000', '111717.869000', '111717.872000', '111717.875000', '111717.877000', '111717.880000', '111717.882000', '111717.885000', '111717.888000', '111717.890000', '111717.893000', '111717.895000', '111717.898000', '111717.900000', '111717.903000', '111717.905000', '111717.908000', '111717.911000', '111717.913000', '111717.916000', '111717.918000', '111717.921000', '111717.924000', '111717.926000', '111717.929000', '111717.931000', '111717.934000', '111717.936000', '111717.939000', '111717.942000', '111717.944000', '111717.947000', '111717.950000', '111717.952000', '111717.955000', '111717.957000', '111717.960000', '111717.962000', '111717.965000', '111717.967000', '111717.970000', '111717.972000', '111717.975000', '111717.978000', '111737.869000', '111737.872000', '111737.875000', '111737.877000', '111737.880000', '111737.883000', '111737.885000', '111737.888000', '111737.890000', '111737.893000', '111737.895000', '111737.898000', '111737.901000', '111737.903000', '111737.906000', '111737.908000', '111737.911000', '111737.914000', '111737.916000', '111737.919000', '111737.921000', '111737.924000', '111737.926000', '111737.929000', '111737.931000', '111737.934000', '111737.937000', '111737.939000', '111737.942000', '111737.945000', '111737.947000', '111737.950000', '111737.952000', '111737.955000', '111737.957000', '111737.960000', '111737.962000', '111737.965000', '111737.968000', '111737.970000', '111737.973000', '111737.975000', '111737.978000', '111737.980000', '111757.871000', '111757.873000', '111757.876000', '111757.878000', '111757.881000', '111757.884000', '111757.886000', '111757.889000', '111757.891000', '111757.894000', '111757.896000', '111757.899000', '111757.901000', '111757.904000', '111757.907000', '111757.909000', '111757.912000', '111757.914000', '111757.917000', '111757.919000', '111757.922000', '111757.925000', '111757.927000', '111757.930000', '111757.932000', '111757.935000', '111757.937000', '111757.940000', '111757.943000', '111757.945000', '111757.948000', '111757.950000', '111757.953000', '111757.956000', '111757.958000', '111757.961000', '111757.963000', '111757.966000', '111757.968000', '111757.971000', '111757.973000', '111757.976000', '111757.979000', '111817.871000', '111817.873000', '111817.876000', '111817.879000', '111817.881000', '111817.884000', '111817.886000', '111817.889000', '111817.891000', '111817.894000', '111817.896000', '111817.899000', '111817.902000', '111817.904000', '111817.907000', '111817.909000', '111817.912000', '111817.915000', '111817.917000', '111817.920000', '111817.922000', '111817.925000', '111817.927000', '111817.930000', '111817.933000', '111817.935000', '111817.938000', '111817.940000', '111817.964000', '111817.967000', '111817.969000', '111817.972000', '111817.975000', '111817.977000', '111817.980000', '111817.982000', '111817.985000', '111817.988000', '111817.990000', '111817.993000', '111817.995000', '111817.998000', '111818.001000', '111818.003000', '111837.870000', '111837.873000', '111837.876000', '111837.878000', '111837.881000', '111837.883000', '111837.886000', '111837.889000', '111837.891000', '111837.894000', '111837.896000', '111837.899000', '111837.901000', '111837.904000', '111837.907000', '111837.909000', '111837.912000', '111837.914000', '111837.917000', '111837.919000', '111837.922000', '111837.925000', '111837.927000', '111837.930000', '111837.932000', '111837.935000', '111837.937000', '111837.940000', '111837.943000', '111837.945000', '111837.948000', '111837.950000', '111837.953000', '111837.955000', '111837.958000', '111837.961000', '111837.963000', '111837.966000', '111837.968000', '111837.971000', '111837.974000', '111837.976000', '111837.979000', '111857.869000', '111857.875000', '111857.877000', '111857.880000', '111857.882000', '111857.885000', '111857.888000', '111857.890000', '111857.893000', '111857.896000', '111857.898000', '111857.901000', '111857.904000', '111857.906000', '111857.909000', '111857.911000', '111857.914000', '111857.917000', '111857.919000', '111857.922000', '111857.924000', '111857.927000', '111857.929000', '111857.932000', '111857.935000', '111857.937000', '111857.940000', '111857.942000', '111857.945000', '111857.948000', '111857.950000', '111857.953000', '111857.955000', '111857.958000', '111857.961000', '111857.963000', '111857.966000', '111857.968000', '111857.971000', '111857.974000', '111857.976000', '111857.979000', '111857.981000', '111917.870000', '111917.872000', '111917.875000', '111917.877000', '111917.880000', '111917.883000', '111917.885000', '111917.888000', '111917.890000', '111917.893000', '111917.895000', '111917.898000', '111917.901000', '111917.903000', '111917.906000', '111917.908000', '111917.911000', '111917.914000', '111917.916000', '111917.919000', '111917.921000', '111917.924000', '111917.926000', '111917.929000', '111917.931000', '111917.934000', '111917.937000', '111917.939000', '111917.942000', '111917.944000', '111917.947000', '111917.949000', '111917.952000', '111917.954000', '111917.957000', '111917.959000', '111917.962000', '111917.965000', '111917.967000', '111917.970000', '111917.972000', '111917.975000', '111917.977000', '111917.980000', '111937.869000', '111937.872000', '111937.875000', '111937.877000', '111937.880000', '111937.882000', '111937.885000', '111937.888000', '111937.890000', '111937.893000', '111937.895000', '111937.898000', '111937.901000', '111937.903000', '111937.906000', '111937.908000', '111937.911000', '111937.914000', '111937.916000', '111937.919000', '111937.922000', '111937.924000', '111937.927000', '111937.930000', '111937.932000', '111937.935000', '111937.937000', '111937.940000', '111937.943000', '111937.945000', '111937.948000', '111937.950000', '111937.953000', '111937.955000', '111937.958000', '111937.960000', '111937.963000', '111937.966000', '111937.968000', '111937.971000', '111937.973000', '111937.976000', '111937.978000', '111957.869000', '111957.872000', '111957.875000', '111957.877000', '111957.880000', '111957.882000', '111957.885000', '111957.887000', '111957.890000', '111957.893000', '111957.904000', '111957.906000', '111957.909000', '111957.911000', '111957.914000', '111957.916000', '111957.919000', '111957.921000', '111957.924000', '111957.927000', '111957.929000', '111957.932000', '111957.934000', '111957.937000', '111957.940000', '111957.942000', '111957.945000', '111957.947000', '111957.950000', '111957.952000', '111957.955000', '111957.958000', '111957.960000', '111957.963000', '111957.965000', '111957.968000', '111957.970000', '111957.973000', '111957.975000', '111957.978000', '111957.981000', '111957.983000', '111957.986000', '111957.988000', '112017.871000', '112017.873000', '112017.876000', '112017.879000', '112017.882000', '112017.885000', '112017.887000', '112017.901000', '112017.903000', '112017.906000', '112017.909000', '112017.911000', '112017.914000', '112017.916000', '112017.919000', '112017.922000', '112017.924000', '112017.927000', '112017.930000', '112017.932000', '112017.935000', '112017.938000', '112017.941000', '112017.943000', '112017.946000', '112017.948000', '112017.951000', '112017.954000', '112017.956000', '112017.959000', '112017.961000', '112017.964000', '112017.967000', '112017.969000', '112017.972000', '112017.974000', '112017.977000', '112017.979000', '112017.982000', '112017.985000', '112017.987000', '112017.990000', '112017.992000', '112037.871000', '112038.063000', '112038.066000', '112038.068000', '112038.071000', '112038.074000', '112038.076000', '112038.079000', '112038.081000', '112038.084000', '112038.086000', '112038.089000', '112038.091000', '112038.094000', '112038.097000', '112038.099000', '112038.102000', '112038.104000', '112038.107000', '112038.110000', '112038.112000', '112038.115000', '112038.118000', '112038.121000', '112038.124000', '112038.126000', '112038.129000', '112038.131000', '112038.134000', '112038.137000', '112038.139000', '112038.142000', '112038.145000', '112038.148000', '112038.151000', '112038.154000', '112038.157000', '112038.159000', '112038.162000', '112038.164000', '112038.167000', '112038.170000', '112038.172000', '112038.175000', '112057.870000', '112057.873000', '112057.876000', '112057.878000', '112057.881000', '112057.884000', '112057.886000', '112057.889000', '112057.892000', '112057.894000', '112057.897000', '112057.899000', '112057.902000', '112057.904000', '112057.907000', '112057.910000', '112057.913000', '112057.915000', '112057.918000', '112057.921000', '112057.923000', '112057.926000', '112057.929000', '112057.931000', '112057.934000', '112057.936000', '112057.940000', '112057.943000', '112057.946000', '112057.948000', '112057.951000', '112057.953000', '112057.956000', '112057.959000', '112057.961000', '112057.964000', '112057.966000', '112057.969000', '112057.972000', '112057.974000', '112057.977000', '112057.979000', '112057.982000', '112117.870000', '112117.873000', '112117.875000', '112117.878000', '112117.880000', '112117.883000', '112117.886000', '112117.888000', '112117.891000', '112117.893000', '112117.896000', '112117.898000', '112117.901000', '112117.903000', '112117.906000', '112117.909000', '112117.911000', '112117.914000', '112117.916000', '112117.919000', '112117.940000', '112117.943000', '112117.946000', '112117.948000', '112117.951000', '112117.953000', '112117.956000', '112117.959000', '112117.961000', '112117.964000', '112117.966000', '112117.969000', '112117.971000', '112117.974000', '112117.977000', '112117.979000', '112117.982000', '112117.984000', '112117.987000', '112117.990000', '112117.992000', '112117.995000', '112117.997000', '112118.000000', '112129.578000', '112129.582000', '112129.594000', '112129.597000', '112129.600000', '112129.603000', '112129.605000', '112129.608000', '112129.611000', '112129.613000', '112129.616000', '112129.619000', '112129.622000', '112129.625000', '112129.628000', '112129.630000', '112129.633000', '112129.635000', '112129.638000', '112129.641000', '112129.644000', '112129.646000', '112129.649000', '112129.653000', '112129.656000', '112129.658000'], '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': [7860, 7665, 7364, 9603, 6542, 8442, 5737, 8358, 5742, 7079, 5879, 7378, 9518, 6764, 8456, 6462, 12723, 6647, 10527, 6329, 6627, 6050, 7843, 8889, 7860, 12533, 7277, 12231, 8815, 10080, 6172, 7990, 6187, 7871, 10248, 7438, 7670, 5581, 7036, 5675, 7100, 9014, 6603, 7750, 5899, 6979, 6250, 7030, 8757, 6067, 7549, 5699, 7298, 6258, 7009, 6059, 6548, 5901, 6348, 6659, 6309, 9653, 6979, 8795, 7681, 9421, 6726, 8708, 6265, 8326, 6595, 9487, 7072, 13622, 7840, 11959, 6454, 11408, 7992, 10471, 14493, 12016, 14918, 12049, 13821, 7622, 8802, 7187, 8115, 7230, 9277, 7653, 8843, 7702, 10954, 6875, 6549, 6437, 6283, 7842, 11257, 7454, 10526, 7929, 11981, 7414, 7846, 7276, 7677, 7027, 7760, 7126, 8549, 7560, 8192, 7126, 7651, 7646, 8057, 7298, 8273, 6938, 10912, 6914, 9400, 6420, 7750, 11506, 7912, 14512, 12029, 14621, 12198, 11778, 7508, 7574, 7158, 7225, 6152, 8043, 6120, 7150, 6012, 8062, 8029, 7535, 11007, 7329, 8854, 6472, 7011, 5673, 6130, 5933, 7171, 5847, 6074, 5961, 6298, 5676, 7118, 5872, 8312, 5956, 7153, 6027, 8357, 10244, 7885, 13975, 9476, 12274, 7346, 11312, 9968, 11504, 6643, 6176, 6607, 7510, 7957, 10687, 10064, 6780, 6403, 7647, 6156, 7860, 8944, 7645, 14325, 7881, 11346, 7781, 8678, 7369, 7675, 7427, 8077, 6621, 6293, 5682, 7754, 8717, 7754, 8408, 7646, 8155, 7157, 7063, 6540, 6890, 5973, 8262, 7288, 7856, 9351, 7333, 8261, 5988, 6636, 5796, 7614, 9740, 6778, 9101, 6310, 8361, 6268, 7976, 6676, 8386, 6231, 7064, 5871, 7348, 9111, 6922, 12176, 7694, 12084, 7316, 7723, 13293, 7134, 12708, 9550, 11547, 7171, 9363, 6301, 7812, 5895, 8599, 5818, 7581, 6359, 8055, 7400, 8510, 7158, 10241, 7747, 9657, 7039, 6072, 7618, 13651, 7548, 12847, 9166, 13924, 10349, 13939, 7562, 9476, 7396, 7935, 7373, 7664, 6014, 7349, 5845, 9309, 5676, 6890, 5727, 6933, 5670, 7975, 7102, 7434, 8012, 7942, 6242, 8017, 9886, 7726, 9244, 7263, 13633, 7484, 11067, 7528, 7812, 7536, 7599, 5991, 7741, 9972, 8936, 8165, 7353, 5827, 7753, 9960, 8020, 11187, 7913, 8363, 7667, 9225, 7632, 8894, 6833, 7588, 6111, 7726, 8072, 7602, 10131, 7504, 8794, 7435, 8057, 5916, 6921, 5583, 7398, 9107, 6909, 8158, 6310, 8246, 6306, 12429, 6421, 6527, 5939, 6298, 5764, 7653, 8089, 7295, 11411, 7300, 9020, 6444, 8140, 13673, 9821, 13544, 7421, 9881, 6133, 9181, 6075, 8085, 8967, 7546, 9426, 7440, 10361, 7602, 8044, 7492, 6473, 7361, 8357, 7231, 8018, 7442, 8131, 7535, 8667, 7056, 7666, 7692, 7812, 14636, 10581, 11085, 10651, 7916, 13320, 7734, 10063, 6415, 7347, 5509, 7815, 7597, 7339, 8476, 7416, 8507, 7322, 7960, 7031, 7827, 6467, 7507, 6543, 7594, 7080, 7767, 12901, 7330, 9525, 11683, 7634, 12010, 6998, 9794, 7338, 7376, 5702, 6622, 5509, 7876, 6634, 7393, 9518, 7062, 9158, 6531, 8002, 13677, 10192, 13623, 8117, 7942, 11030, 7633, 9524, 7161, 9815, 7309, 7363, 7519, 6854, 7358, 7697, 7262, 7939, 7211, 7744, 6884, 8003, 14493, 11588, 11950, 9212, 9030, 13608, 10203, 14522, 7848, 9562, 7399, 7243, 6655, 7963, 6269, 6231, 6365, 7986, 6203, 7474, 8841, 6889, 7617, 6085, 6853, 5893, 7379, 9723, 7222, 8993, 7095, 7569, 6307, 7477, 5644, 7312, 5613, 5745, 5737, 6821, 6005, 7701, 10120, 7366, 8866, 8124, 11783, 7341, 9030, 7399, 8675, 6711, 9855, 8880, 13409, 8021, 9614, 7018, 7753, 5756, 7903, 12359, 7924, 13679, 8040, 11985, 7791, 9342, 6119, 8003, 8785, 7749, 8606, 7681, 8576, 7389, 7684, 6955, 7494, 6990, 8232, 7108, 7303, 6621, 7246, 5626, 7837, 7934, 7845, 11785, 8805, 13129, 9915, 13059, 7094, 9375, 6805, 8053, 6939, 8056, 5929, 7963, 9991, 7749, 14354, 7980, 9464, 7357, 7856, 14165, 7762, 10856, 7523, 8833, 7421, 7658, 9071, 8459, 11571, 7893, 12271, 7703, 7966, 6981, 7398, 5873, 7879, 8960, 7682, 6089, 7660, 5956, 7524, 9287, 7526, 8712, 7169, 8532, 8366, 10092, 7549, 8454, 7169, 7647, 6376, 7239, 9245, 9799, 13276, 8058, 12094, 7928, 10555, 7440, 8419, 7105, 10063, 6601, 6380, 6549, 5809, 5826, 5864, 5670, 7501, 6200, 8109, 9510, 7869, 9109, 7105, 7929, 5977, 8030, 12518, 8004, 12170, 7593, 9080, 7627, 8188, 7765, 7844, 7587, 7964, 6843, 7529, 6689, 6823, 6065, 7565, 9172, 11408, 9677, 8589, 7247, 6493, 7445, 6626, 5904, 8112, 7930, 7994, 8032, 7816, 5943, 8070, 7065, 7652, 12819, 8006, 12993, 7482, 8803, 7386, 8147, 7434, 8519, 7463, 8371, 7163, 7712, 7253, 8511, 7588, 10641, 7098, 7135, 5874, 7125, 7186, 8137, 11296, 8159, 14146, 7827, 9348, 7040, 7274, 5530, 7994, 6216, 7619, 9966, 6648, 8403, 6650, 7242, 6536, 8035, 7737, 8600, 7866, 10807, 8051, 10360, 7962, 9216, 8013, 10665, 9081, 11922, 7692, 8373, 11099, 8149, 12215, 8060, 10295, 7732, 10555, 7838, 8202, 7785, 11919, 8163, 14104, 7870, 11484, 7817, 8757, 7870, 8820, 7938, 9576, 7574, 8277, 7548, 8023, 7554, 8365, 7555, 8298, 7135, 7764, 7123, 7317, 6290, 8121, 6512, 7260, 5952, 8361, 9007, 7997, 12486, 8084, 12783, 7423, 9275, 6552, 8012, 6899, 7761, 9367, 7378, 8355, 7259, 7589, 6509, 6985, 5747, 6819, 6204, 7762, 7838, 7355, 9784, 7045, 8732, 6580, 9505, 13070, 10487, 10851, 8083, 7450, 7784, 9918, 7545, 8798, 6808, 8219, 10752, 7938, 13730, 7152, 9974, 6446, 7305, 5889, 6836, 5579, 8167, 7818, 7868, 9492, 7585, 12119, 7711, 10694, 7453, 9130, 7356, 7381, 6751, 8434, 6556, 11139, 6144, 6395, 6038, 6514, 5979, 6659, 5873, 7203, 6378, 8691, 6191, 6655, 5916, 6833, 5877, 6411, 6322, 7896, 7210, 8220, 9893, 7821, 9343, 8075, 8343, 7992, 9797, 7751, 8972, 7711, 8430, 7547, 8374, 7741, 8278, 7075, 11128, 7485, 8020, 6705, 5939, 6009, 6167, 7938], 'WindowCenter': [3577.0, 3549.0, 3547.0, 3565.0, 3522.0, 3543.0, 3510.0, 3541.0, 3508.0, 3520.0, 3507.0, 3530.0, 3551.0, 3519.0, 3541.0, 3521.0, 3574.0, 3520.0, 3550.0, 3520.0, 3518.0, 3508.0, 3530.0, 3540.0, 3531.0, 3574.0, 3518.0, 3560.0, 3539.0, 3538.0, 3494.0, 3515.0, 3492.0, 3515.0, 3537.0, 3517.0, 3527.0, 3484.0, 3516.0, 3493.0, 3517.0, 3537.0, 3506.0, 3527.0, 3496.0, 3518.0, 3507.0, 3530.0, 3540.0, 3509.0, 3530.0, 3509.0, 3531.0, 3520.0, 3532.0, 3522.0, 3520.0, 3510.0, 3533.0, 3533.0, 3536.0, 3566.0, 3545.0, 3556.0, 3559.0, 3555.0, 3535.0, 3555.0, 3535.0, 3555.0, 3534.0, 3568.0, 3535.0, 3588.0, 3544.0, 3575.0, 3522.0, 3563.0, 3530.0, 3552.0, 3573.0, 3562.0, 3574.0, 3549.0, 3560.0, 3515.0, 3525.0, 3517.0, 3527.0, 3516.0, 3525.0, 3515.0, 3525.0, 3517.0, 3549.0, 3506.0, 3506.0, 3506.0, 3506.0, 3528.0, 3550.0, 3529.0, 3551.0, 3530.0, 3549.0, 3517.0, 3526.0, 3517.0, 3516.0, 3518.0, 3529.0, 3531.0, 3542.0, 3543.0, 3540.0, 3533.0, 3542.0, 3543.0, 3542.0, 3545.0, 3554.0, 3535.0, 3565.0, 3531.0, 3541.0, 3508.0, 3528.0, 3549.0, 3528.0, 3574.0, 3562.0, 3572.0, 3550.0, 3547.0, 3515.0, 3514.0, 3516.0, 3516.0, 3505.0, 3529.0, 3494.0, 3515.0, 3494.0, 3529.0, 3527.0, 3528.0, 3551.0, 3517.0, 3526.0, 3505.0, 3515.0, 3496.0, 3507.0, 3507.0, 3531.0, 3509.0, 3508.0, 3521.0, 3520.0, 3510.0, 3532.0, 3523.0, 3556.0, 3522.0, 3534.0, 3521.0, 3542.0, 3552.0, 3529.0, 3573.0, 3539.0, 3550.0, 3518.0, 3550.0, 3551.0, 3549.0, 3504.0, 3492.0, 3504.0, 3517.0, 3528.0, 3550.0, 3537.0, 3502.0, 3491.0, 3511.0, 3479.0, 3513.0, 3525.0, 3515.0, 3560.0, 3515.0, 3534.0, 3513.0, 3524.0, 3513.0, 3514.0, 3515.0, 3513.0, 3503.0, 3492.0, 3481.0, 3515.0, 3526.0, 3527.0, 3526.0, 3517.0, 3515.0, 3516.0, 3515.0, 3506.0, 3529.0, 3508.0, 3541.0, 3518.0, 3530.0, 3540.0, 3530.0, 3527.0, 3507.0, 3518.0, 3509.0, 3530.0, 3552.0, 3521.0, 3541.0, 3521.0, 3541.0, 3533.0, 3543.0, 3534.0, 3555.0, 3523.0, 3532.0, 3511.0, 3533.0, 3553.0, 3532.0, 3575.0, 3532.0, 3563.0, 3519.0, 3530.0, 3572.0, 3518.0, 3562.0, 3540.0, 3550.0, 3518.0, 3539.0, 3519.0, 3529.0, 3511.0, 3541.0, 3509.0, 3530.0, 3521.0, 3541.0, 3531.0, 3541.0, 3532.0, 3564.0, 3542.0, 3553.0, 3530.0, 3509.0, 3530.0, 3572.0, 3530.0, 3573.0, 3542.0, 3575.0, 3553.0, 3572.0, 3528.0, 3538.0, 3516.0, 3527.0, 3518.0, 3528.0, 3508.0, 3528.0, 3508.0, 3540.0, 3508.0, 3518.0, 3509.0, 3517.0, 3497.0, 3540.0, 3520.0, 3532.0, 3529.0, 3542.0, 3508.0, 3541.0, 3551.0, 3529.0, 3541.0, 3530.0, 3574.0, 3530.0, 3551.0, 3531.0, 3529.0, 3529.0, 3528.0, 3507.0, 3528.0, 3538.0, 3538.0, 3526.0, 3517.0, 3494.0, 3528.0, 3538.0, 3526.0, 3548.0, 3527.0, 3526.0, 3527.0, 3539.0, 3529.0, 3539.0, 3506.0, 3515.0, 3493.0, 3515.0, 3514.0, 3516.0, 3537.0, 3528.0, 3527.0, 3516.0, 3526.0, 3496.0, 3517.0, 3494.0, 3518.0, 3538.0, 3518.0, 3528.0, 3519.0, 3540.0, 3520.0, 3562.0, 3519.0, 3518.0, 3509.0, 3519.0, 3509.0, 3542.0, 3542.0, 3532.0, 3563.0, 3531.0, 3541.0, 3508.0, 3530.0, 3573.0, 3539.0, 3559.0, 3516.0, 3538.0, 3495.0, 3538.0, 3492.0, 3515.0, 3524.0, 3516.0, 3526.0, 3516.0, 3537.0, 3528.0, 3527.0, 3518.0, 3506.0, 3529.0, 3528.0, 3530.0, 3530.0, 3532.0, 3541.0, 3531.0, 3541.0, 3519.0, 3529.0, 3529.0, 3529.0, 3573.0, 3537.0, 3547.0, 3534.0, 3514.0, 3558.0, 3513.0, 3536.0, 3492.0, 3502.0, 3479.0, 3513.0, 3512.0, 3516.0, 3528.0, 3528.0, 3539.0, 3529.0, 3529.0, 3531.0, 3529.0, 3518.0, 3529.0, 3519.0, 3530.0, 3518.0, 3530.0, 3562.0, 3516.0, 3538.0, 3548.0, 3517.0, 3548.0, 3516.0, 3539.0, 3517.0, 3516.0, 3496.0, 3517.0, 3510.0, 3542.0, 3520.0, 3544.0, 3551.0, 3519.0, 3539.0, 3508.0, 3543.0, 3573.0, 3551.0, 3574.0, 3516.0, 3515.0, 3536.0, 3516.0, 3536.0, 3504.0, 3538.0, 3530.0, 3517.0, 3528.0, 3517.0, 3531.0, 3529.0, 3531.0, 3542.0, 3533.0, 3543.0, 3520.0, 3531.0, 3572.0, 3549.0, 3551.0, 3539.0, 3526.0, 3561.0, 3536.0, 3557.0, 3512.0, 3522.0, 3502.0, 3503.0, 3502.0, 3514.0, 3491.0, 3491.0, 3492.0, 3525.0, 3506.0, 3516.0, 3526.0, 3515.0, 3515.0, 3494.0, 3519.0, 3496.0, 3517.0, 3540.0, 3517.0, 3527.0, 3517.0, 3515.0, 3518.0, 3529.0, 3508.0, 3530.0, 3508.0, 3508.0, 3507.0, 3519.0, 3507.0, 3530.0, 3552.0, 3529.0, 3540.0, 3530.0, 3560.0, 3518.0, 3539.0, 3518.0, 3538.0, 3517.0, 3538.0, 3527.0, 3562.0, 3516.0, 3537.0, 3516.0, 3516.0, 3493.0, 3526.0, 3560.0, 3526.0, 3560.0, 3515.0, 3547.0, 3514.0, 3524.0, 3490.0, 3513.0, 3525.0, 3515.0, 3524.0, 3515.0, 3525.0, 3515.0, 3516.0, 3519.0, 3528.0, 3529.0, 3541.0, 3531.0, 3530.0, 3520.0, 3530.0, 3511.0, 3545.0, 3542.0, 3540.0, 3564.0, 3553.0, 3574.0, 3553.0, 3573.0, 3531.0, 3553.0, 3533.0, 3541.0, 3532.0, 3557.0, 3536.0, 3544.0, 3554.0, 3531.0, 3574.0, 3528.0, 3538.0, 3515.0, 3516.0, 3559.0, 3515.0, 3535.0, 3515.0, 3525.0, 3516.0, 3527.0, 3526.0, 3525.0, 3535.0, 3513.0, 3533.0, 3502.0, 3513.0, 3502.0, 3514.0, 3493.0, 3514.0, 3525.0, 3516.0, 3495.0, 3516.0, 3493.0, 3526.0, 3537.0, 3528.0, 3528.0, 3519.0, 3541.0, 3542.0, 3550.0, 3529.0, 3528.0, 3517.0, 3515.0, 3506.0, 3517.0, 3539.0, 3553.0, 3560.0, 3527.0, 3548.0, 3515.0, 3548.0, 3514.0, 3513.0, 3505.0, 3538.0, 3504.0, 3505.0, 3504.0, 3494.0, 3495.0, 3509.0, 3508.0, 3532.0, 3510.0, 3531.0, 3540.0, 3529.0, 3540.0, 3516.0, 3527.0, 3496.0, 3528.0, 3561.0, 3527.0, 3549.0, 3514.0, 3525.0, 3516.0, 3526.0, 3529.0, 3528.0, 3528.0, 3527.0, 3506.0, 3516.0, 3507.0, 3505.0, 3507.0, 3529.0, 3539.0, 3551.0, 3538.0, 3527.0, 3515.0, 3505.0, 3516.0, 3505.0, 3495.0, 3529.0, 3527.0, 3531.0, 3529.0, 3527.0, 3506.0, 3529.0, 3518.0, 3529.0, 3574.0, 3528.0, 3561.0, 3516.0, 3527.0, 3529.0, 3528.0, 3530.0, 3541.0, 3530.0, 3529.0, 3519.0, 3529.0, 3530.0, 3540.0, 3530.0, 3551.0, 3518.0, 3518.0, 3497.0, 3519.0, 3517.0, 3528.0, 3561.0, 3528.0, 3561.0, 3517.0, 3537.0, 3515.0, 3517.0, 3495.0, 3528.0, 3507.0, 3530.0, 3551.0, 3519.0, 3530.0, 3519.0, 3530.0, 3521.0, 3542.0, 3543.0, 3555.0, 3557.0, 3566.0, 3543.0, 3554.0, 3531.0, 3539.0, 3529.0, 3551.0, 3540.0, 3563.0, 3516.0, 3528.0, 3548.0, 3516.0, 3547.0, 3527.0, 3538.0, 3515.0, 3537.0, 3514.0, 3526.0, 3516.0, 3548.0, 3529.0, 3560.0, 3527.0, 3547.0, 3516.0, 3527.0, 3527.0, 3539.0, 3528.0, 3538.0, 3527.0, 3526.0, 3528.0, 3528.0, 3528.0, 3530.0, 3528.0, 3527.0, 3517.0, 3517.0, 3519.0, 3518.0, 3507.0, 3528.0, 3508.0, 3518.0, 3506.0, 3527.0, 3539.0, 3528.0, 3562.0, 3529.0, 3560.0, 3517.0, 3537.0, 3505.0, 3527.0, 3518.0, 3529.0, 3538.0, 3529.0, 3529.0, 3529.0, 3529.0, 3519.0, 3531.0, 3523.0, 3535.0, 3522.0, 3558.0, 3544.0, 3533.0, 3554.0, 3533.0, 3543.0, 3520.0, 3552.0, 3575.0, 3553.0, 3564.0, 3530.0, 3517.0, 3529.0, 3553.0, 3530.0, 3541.0, 3520.0, 3530.0, 3550.0, 3529.0, 3561.0, 3516.0, 3536.0, 3504.0, 3515.0, 3496.0, 3517.0, 3497.0, 3540.0, 3528.0, 3530.0, 3540.0, 3531.0, 3562.0, 3529.0, 3550.0, 3518.0, 3526.0, 3516.0, 3516.0, 3517.0, 3528.0, 3507.0, 3548.0, 3506.0, 3505.0, 3495.0, 3504.0, 3496.0, 3505.0, 3497.0, 3528.0, 3508.0, 3541.0, 3506.0, 3516.0, 3496.0, 3517.0, 3495.0, 3507.0, 3507.0, 3529.0, 3517.0, 3528.0, 3538.0, 3528.0, 3538.0, 3529.0, 3527.0, 3528.0, 3539.0, 3529.0, 3528.0, 3517.0, 3528.0, 3529.0, 3529.0, 3530.0, 3542.0, 3531.0, 3562.0, 3530.0, 3530.0, 3519.0, 3509.0, 3508.0, 3509.0, 3541.0], 'WindowWidth': [8122.0, 8069.0, 8061.0, 8084.0, 8018.0, 8046.0, 7997.0, 8039.0, 7993.0, 8009.0, 7989.0, 8023.0, 8053.0, 8009.0, 8039.0, 8012.0, 8088.0, 8008.0, 8051.0, 8010.0, 8005.0, 7991.0, 8021.0, 8036.0, 8023.0, 8090.0, 8004.0, 8065.0, 8032.0, 8030.0, 7965.0, 7994.0, 7960.0, 7993.0, 8027.0, 8001.0, 8013.0, 7953.0, 7997.0, 7963.0, 7999.0, 8025.0, 7984.0, 8012.0, 7972.0, 8005.0, 7988.0, 8021.0, 8036.0, 7993.0, 8022.0, 7994.0, 8027.0, 8011.0, 8027.0, 8015.0, 8012.0, 7998.0, 8034.0, 8034.0, 8042.0, 8081.0, 8053.0, 8067.0, 8077.0, 8067.0, 8038.0, 8066.0, 8039.0, 8065.0, 8037.0, 8088.0, 8040.0, 8116.0, 8048.0, 8092.0, 8016.0, 8071.0, 8022.0, 8055.0, 8089.0, 8067.0, 8095.0, 8049.0, 8066.0, 7995.0, 8007.0, 8000.0, 8014.0, 7997.0, 8007.0, 7995.0, 8008.0, 8001.0, 8046.0, 7986.0, 7983.0, 7985.0, 7986.0, 8016.0, 8050.0, 8020.0, 8053.0, 8022.0, 8046.0, 8001.0, 8012.0, 8000.0, 7997.0, 8004.0, 8020.0, 8027.0, 8045.0, 8045.0, 8037.0, 8032.0, 8043.0, 8046.0, 8042.0, 8050.0, 8062.0, 8038.0, 8080.0, 8025.0, 8038.0, 7991.0, 8017.0, 8046.0, 8017.0, 8092.0, 8068.0, 8088.0, 8048.0, 8041.0, 7994.0, 7990.0, 7997.0, 7999.0, 7982.0, 8018.0, 7965.0, 7994.0, 7965.0, 8018.0, 8015.0, 8016.0, 8054.0, 7999.0, 8010.0, 7980.0, 7994.0, 7970.0, 7987.0, 7987.0, 8028.0, 7995.0, 7993.0, 8013.0, 8010.0, 7999.0, 8031.0, 8019.0, 8070.0, 8018.0, 8033.0, 8014.0, 8040.0, 8053.0, 8017.0, 8088.0, 8032.0, 8050.0, 8002.0, 8048.0, 8051.0, 8045.0, 7977.0, 7959.0, 7977.0, 8002.0, 8016.0, 8051.0, 8025.0, 7974.0, 7956.0, 7982.0, 7936.0, 7986.0, 8008.0, 7993.0, 8068.0, 7995.0, 8017.0, 7986.0, 8002.0, 7991.0, 7990.0, 7995.0, 7988.0, 7976.0, 7959.0, 7943.0, 7993.0, 8013.0, 8014.0, 8011.0, 8000.0, 7994.0, 7997.0, 7995.0, 7986.0, 8020.0, 7990.0, 8039.0, 8004.0, 8020.0, 8035.0, 8022.0, 8016.0, 7988.0, 8005.0, 7993.0, 8022.0, 8056.0, 8012.0, 8037.0, 8012.0, 8039.0, 8033.0, 8046.0, 8036.0, 8066.0, 8020.0, 8032.0, 7999.0, 8031.0, 8059.0, 8029.0, 8092.0, 8028.0, 8073.0, 8005.0, 8022.0, 8084.0, 8004.0, 8072.0, 8035.0, 8048.0, 8005.0, 8033.0, 8007.0, 8020.0, 8001.0, 8041.0, 7995.0, 8024.0, 8013.0, 8038.0, 8026.0, 8039.0, 8029.0, 8075.0, 8043.0, 8056.0, 8024.0, 7993.0, 8023.0, 8084.0, 8021.0, 8087.0, 8041.0, 8097.0, 8056.0, 8083.0, 8016.0, 8030.0, 7999.0, 8013.0, 8004.0, 8016.0, 7991.0, 8018.0, 7991.0, 8038.0, 7991.0, 8004.0, 7996.0, 8003.0, 7975.0, 8038.0, 8009.0, 8029.0, 8022.0, 8040.0, 7992.0, 8038.0, 8053.0, 8019.0, 8038.0, 8022.0, 8089.0, 8022.0, 8052.0, 8025.0, 8020.0, 8020.0, 8016.0, 7986.0, 8018.0, 8031.0, 8031.0, 8010.0, 7999.0, 7965.0, 8017.0, 8029.0, 8011.0, 8041.0, 8012.0, 8010.0, 8012.0, 8035.0, 8019.0, 8033.0, 7983.0, 7995.0, 7963.0, 7992.0, 7992.0, 7996.0, 8026.0, 8016.0, 8015.0, 8000.0, 8012.0, 7971.0, 8002.0, 7967.0, 8001.0, 8029.0, 8005.0, 8018.0, 8007.0, 8036.0, 8010.0, 8069.0, 8008.0, 8005.0, 7995.0, 8006.0, 7995.0, 8041.0, 8044.0, 8028.0, 8072.0, 8025.0, 8039.0, 7991.0, 8023.0, 8084.0, 8030.0, 8060.0, 7995.0, 8029.0, 7968.0, 8029.0, 7961.0, 7994.0, 8004.0, 7997.0, 8010.0, 7997.0, 8029.0, 8015.0, 8015.0, 8003.0, 7988.0, 8022.0, 8017.0, 8021.0, 8022.0, 8028.0, 8039.0, 8028.0, 8038.0, 8007.0, 8020.0, 8020.0, 8018.0, 8087.0, 8026.0, 8040.0, 8017.0, 7992.0, 8058.0, 7989.0, 8022.0, 7957.0, 7972.0, 7937.0, 7988.0, 7987.0, 7998.0, 8019.0, 8016.0, 8033.0, 8021.0, 8022.0, 8025.0, 8021.0, 8006.0, 8020.0, 8007.0, 8022.0, 8005.0, 8021.0, 8073.0, 7999.0, 8031.0, 8040.0, 7999.0, 8045.0, 7997.0, 8031.0, 8000.0, 7997.0, 7972.0, 8002.0, 7999.0, 8042.0, 8012.0, 8047.0, 8055.0, 8007.0, 8034.0, 7992.0, 8044.0, 8089.0, 8052.0, 8091.0, 7996.0, 7995.0, 8022.0, 7995.0, 8024.0, 7980.0, 8029.0, 8024.0, 8000.0, 8019.0, 8003.0, 8026.0, 8022.0, 8027.0, 8043.0, 8031.0, 8046.0, 8011.0, 8025.0, 8086.0, 8046.0, 8054.0, 8033.0, 8012.0, 8065.0, 8024.0, 8057.0, 7984.0, 7999.0, 7972.0, 7974.0, 7972.0, 7993.0, 7957.0, 7956.0, 7961.0, 8008.0, 7984.0, 7997.0, 8012.0, 7994.0, 7994.0, 7967.0, 8006.0, 7973.0, 8001.0, 8039.0, 8001.0, 8013.0, 7999.0, 7996.0, 8005.0, 8020.0, 7993.0, 8025.0, 7992.0, 7992.0, 7988.0, 8007.0, 7989.0, 8022.0, 8055.0, 8021.0, 8037.0, 8023.0, 8063.0, 8003.0, 8031.0, 8003.0, 8030.0, 8001.0, 8029.0, 8014.0, 8071.0, 7997.0, 8027.0, 7997.0, 7996.0, 7961.0, 8011.0, 8064.0, 8011.0, 8065.0, 7995.0, 8039.0, 7990.0, 8004.0, 7953.0, 7988.0, 8006.0, 7992.0, 8005.0, 7995.0, 8007.0, 7995.0, 7995.0, 8007.0, 8018.0, 8022.0, 8039.0, 8027.0, 8023.0, 8010.0, 8021.0, 8003.0, 8052.0, 8042.0, 8037.0, 8076.0, 8059.0, 8091.0, 8059.0, 8087.0, 8025.0, 8056.0, 8032.0, 8040.0, 8029.0, 8070.0, 8044.0, 8049.0, 8062.0, 8024.0, 8089.0, 8014.0, 8028.0, 7992.0, 7995.0, 8063.0, 7993.0, 8023.0, 7993.0, 8006.0, 7997.0, 8016.0, 8011.0, 8009.0, 8020.0, 7986.0, 8018.0, 7970.0, 7985.0, 7971.0, 7992.0, 7963.0, 7991.0, 8010.0, 7995.0, 7966.0, 7996.0, 7964.0, 8012.0, 8028.0, 8015.0, 8016.0, 8006.0, 8037.0, 8040.0, 8048.0, 8020.0, 8018.0, 8002.0, 7996.0, 7985.0, 8003.0, 8032.0, 8057.0, 8062.0, 8011.0, 8044.0, 7992.0, 8045.0, 7993.0, 7989.0, 7979.0, 8028.0, 7976.0, 7979.0, 7979.0, 7967.0, 7971.0, 7995.0, 7993.0, 8030.0, 7996.0, 8023.0, 8036.0, 8017.0, 8034.0, 7996.0, 8013.0, 7968.0, 8017.0, 8067.0, 8011.0, 8045.0, 7991.0, 8008.0, 7997.0, 8012.0, 8018.0, 8015.0, 8016.0, 8013.0, 7985.0, 7998.0, 7986.0, 7980.0, 7988.0, 8018.0, 8030.0, 8054.0, 8029.0, 8013.0, 7995.0, 7982.0, 7998.0, 7981.0, 7970.0, 8019.0, 8016.0, 8024.0, 8019.0, 8015.0, 7984.0, 8020.0, 8006.0, 8018.0, 8091.0, 8019.0, 8065.0, 7999.0, 8013.0, 8021.0, 8018.0, 8023.0, 8038.0, 8021.0, 8019.0, 8007.0, 8019.0, 8021.0, 8036.0, 8025.0, 8052.0, 8004.0, 8002.0, 7973.0, 8006.0, 8002.0, 8014.0, 8065.0, 8015.0, 8067.0, 7998.0, 8026.0, 7996.0, 8000.0, 7969.0, 8017.0, 7987.0, 8021.0, 8056.0, 8007.0, 8022.0, 8008.0, 8025.0, 8014.0, 8043.0, 8047.0, 8065.0, 8070.0, 8082.0, 8045.0, 8059.0, 8025.0, 8033.0, 8019.0, 8052.0, 8035.0, 8071.0, 7997.0, 8014.0, 8041.0, 7995.0, 8039.0, 8012.0, 8029.0, 7994.0, 8024.0, 7992.0, 8011.0, 7998.0, 8046.0, 8018.0, 8064.0, 8012.0, 8041.0, 7995.0, 8013.0, 8013.0, 8032.0, 8017.0, 8028.0, 8014.0, 8012.0, 8014.0, 8017.0, 8016.0, 8023.0, 8018.0, 8015.0, 8002.0, 8000.0, 8005.0, 8004.0, 7990.0, 8018.0, 7990.0, 8002.0, 7984.0, 8013.0, 8032.0, 8018.0, 8068.0, 8019.0, 8064.0, 8001.0, 8026.0, 7982.0, 8014.0, 8004.0, 8020.0, 8031.0, 8020.0, 8019.0, 8020.0, 8019.0, 8008.0, 8025.0, 8022.0, 8039.0, 8018.0, 8072.0, 8047.0, 8031.0, 8062.0, 8035.0, 8047.0, 8009.0, 8057.0, 8092.0, 8059.0, 8070.0, 8021.0, 8001.0, 8019.0, 8060.0, 8024.0, 8041.0, 8009.0, 8023.0, 8046.0, 8018.0, 8067.0, 7996.0, 8024.0, 7978.0, 7994.0, 7971.0, 8001.0, 7973.0, 8033.0, 8016.0, 8023.0, 8038.0, 8025.0, 8068.0, 8017.0, 8048.0, 8002.0, 8010.0, 7997.0, 7998.0, 8000.0, 8018.0, 7989.0, 8045.0, 7986.0, 7982.0, 7968.0, 7979.0, 7970.0, 7982.0, 7975.0, 8016.0, 7990.0, 8038.0, 7984.0, 7999.0, 7970.0, 8000.0, 7970.0, 7988.0, 7991.0, 8018.0, 8001.0, 8017.0, 8030.0, 8015.0, 8031.0, 8020.0, 8014.0, 8015.0, 8033.0, 8017.0, 8015.0, 8000.0, 8015.0, 8018.0, 8019.0, 8023.0, 8040.0, 8027.0, 8069.0, 8022.0, 8021.0, 8009.0, 7995.0, 7992.0, 7994.0, 8040.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.00021395402298850577</td></tr>
<tr><td colspan=3>aqi</td><td>0.019184222988505747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.15843402177214</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2396366924741087</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0007285209666272</td></tr>
<tr><td colspan=3>efc</td><td>0.4948</td></tr>
<tr><td colspan=3>fber</td><td>4523.9512</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0715248504762217</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.6896551724137931</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.405263422107153</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.300640399693913</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6313165736281605</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.283833292999386</td></tr>
<tr><td colspan=3>gcor</td><td>0.0153536</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017276078462600708</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03398839384317398</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>870</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.093348220194825</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>19.3124</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.1912</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>160.5972</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296348.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>768.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.1421</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1204</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.9619</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2749.8243</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80196.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1045.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3568.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>705.0419</td></tr>
<tr><td colspan=3>tsnr</td><td>42.514054568018764</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>